.col-nopadding,
.no-padding-left {
    padding-left: 0
}
.center,
.middle,
.tb-have-overlay {
    position: relative
}
.widget.woocommerce.widget_products>ul>li del,
.widget.woocommerce.widget_top_rated_products>ul>li del,
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price ins,
ins {
    text-decoration: none
}
#jws_theme_wrapper {
    overflow: hidden;
    display: block;
    position: relative
}
.easing-animation {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important
}
.easing-animation-long {
    -webkit-transition: all .7s!important;
    -moz-transition: all .7s!important;
    -o-transition: all .7s!important;
    transition: all .7s!important
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.nopadding {
    padding: 0
}
.col-nopadding {
    padding-right: 0
}
.center,
.middle {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.text-left {
    text-align: left
}
@-webkit-keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2
}
@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-moz-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.ro-font-regular,
.ro-light-text {
    font-weight: 400
}
body {
    -webkit-backface-visibility: hidden
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px
}
.ro-hr-heading {
    text-align: center
}
.ro-hr-heading:after {
    content: " ";
    display: block;
    width: 30px;
    margin-top: 15px;
    height: 0;
    border-top: 1px solid #444
}
.ro-hr-heading.ro-left {
    text-align: left
}
.ro-hr-heading.ro-left:after {
    margin-left: 0
}
.ro-hr-heading.ro-right {
    text-align: right
}
.ro-hr-heading.ro-right:after {
    margin-right: 0
}
.ro-hr {
    width: 80%;
    margin: 0 auto
}
.ro-hr.ro-full {
    width: 100%
}
.ro-hr .ro-color-light {
    border-color: #FFF
}
p {
    margin-bottom: 25px
}
.ro-font-size-1 {
    font-size: 42px
}
.ro-font-size-2 {
    font-size: 36px
}
.ro-font-size-3 {
    font-size: 24px
}
.ro-font-size-4 {
    font-size: 18px
}
.ro-font-size-5 {
    font-size: 16px
}
.ro-font-size-6 {
    font-size: 14px
}
::selection {
    color: #FFF
}
.ro-ellipsis {
    overflow: hidden
}
.ro-quote-content {
    padding-top: 30px;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 400
}
.ro-quote-content q:after,
.ro-quote-content q:before {
    font-style: italic;
    font-size: 30px;
    line-height: 16px;
    font-weight: 600
}
.ro-quote-content q:before {
    content: open-quote
}
.ro-quote-content q:after {
    content: close-quote
}
.ro-quote-content .ro-author-name {
    padding-top: 20px;
    font-weight: 700;
    text-align: right
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
body .no-results h1 {
    color: #2a2a2a
}
.tb-have-overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(19, 19, 19, .5);
    left: 0;
    top: 0
}
#Container .mix {
    display: none
}
.ro-hr {
    border-top: 1px solid #aaa
}
ul {
    list-style-type: none
}
a:focus,
a:hover,
a:target {
    outline: 0
}
button,
input[type=button] {
    border: 1px solid
}
button:hover,
input[type=button]:hover {
    color: #FFF
}
.btn:hover,
btn:hover,
button:not(.wpb_button):hover,
input[type=button]:hover,
input[type=submit]:hover {
    background: 0 0
}
mark {
    border-radius: 3px;
    color: #fff;
    padding: 2px 6px
}
.icon-basic-heart.fa-heart {
    background: #444
}
.wpb_single_image img {
    width: 100%;
    height: auto
}
.tb-blog {
    margin-bottom: 35px
}
.tb-blog .blog-info {
    width: 75%;
    float: left
}
.tb-blog .tb-wrap-navi .tb-social-buttons {
    text-align: center;
    margin-top: -70px;
    height: 0;
    margin-bottom: 80px;
    line-height: 0
}
.tb-blog .tb-blog-image.team-single {
    box-shadow: none;
    border: 0
}
.tb-blog .tb-blog-image .colorbox-wrap {
    display: none!important
}
.tb-blog .tb-blog-image img {
    transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    transition: 8s;
    -webkit-transition: 8s
}
.tb-blog .team .tb-content-block {
    margin-top: 0!important;
    margin-bottom: 20px
}
.tb-blog .team .tb-content-block .blog-info {
    margin-top: 10px
}
.tb-blog .navigation {
    margin-bottom: 20px!important;
    height: 74px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding-top: 27px;
    text-transform: uppercase
}
.tb-blog .pagination.ajax {
    padding: 70px 0;
    margin: 0;
    transition: opacity .4s;
    -webkit-transition: opacity .4s
}
.tb-blog .pagination.ajax.blog-more-ajax-loading {
    opacity: .5;
    pointer-events: none;
    background: url(assets/images/loading-animate.gif) center center no-repeat
}
.tb-blog .pagination.ajax a {
    font-size: 18px;
    letter-spacing: 2px
}
.archive-catgory,
.search-result {
    padding-top: 60px;
    padding-bottom: 60px
}
.archive-catgory .tb-post-item,
.search-result .tb-post-item {
    margin-bottom: 30px!important
}
.archive .tb-blog,
.blog .tb-blog,
.search .tb-blog {
    padding-bottom: 30px
}
.tb-blog article {
    margin-bottom: 30px
}
.tb-blog .tb-blog-image {
    overflow: hidden;
    margin-bottom: 12px
}
.tb-blog .tb-blog-image .tb-blog-date a {
    position: absolute;
    top: 0;
    left: 0;
    background: #4e4e4e;
    color: #fff;
    padding: 14px;
    font-size: 14px;
    line-height: 14px
}
.tb-blog .tb-content-block .blog-info span {
    color: #3f3f3f;
    margin-right: 17px
}
.tb-blog .tb-content-block .blog-info span i {
    margin-right: 7px;
    color: #646464
}
.tb-blog .tb-content-block .blog-info span a {
    color: #a1a1a1
}
.tb-blog .tb-content-block .blog-title {
    color: #111;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    font-family: Montserrat
}
.tb-blog .tb-blog-image .blog-note .blog-note-bottom,
.tb-blog .tb-blog-image .blog-note .blog-note-top {
    font-size: 18px;
    right: 15px;
    position: absolute;
    line-height: 18px
}
.tb-blog .tb-content-block .blog-title a {
    color: #111
}
.tb-blog .tb-content-block .blog-button {
    margin-top: 28px
}
.tb-blog .tb-content-block .blog-button a {
    background-color: transparent;
    border: 1px solid #c5c5c5;
    color: #747474;
    display: inline-block;
    outline: 0;
    padding: 7px 34px;
    text-align: center;
    text-transform: uppercase
}
.tb-blog .tb-content-block .blog-button a:hover {
    color: #fff
}
.tb-blog article.type-portfolio {
    margin-bottom: 35px
}
.tb-pos-bottom {
    bottom: 0;
    position: absolute;
    width: 100%
}
.line-end {
    display: none!important
}
.tb-blog-content-outer {
    padding: 50px 0
}
.tb-blog-content-outer .ro-post-relate {
    float: right;
    max-width: 200px
}
.tb-blog-content-outer .ro-post-relate img {
    margin-bottom: 30px
}
.tb-blog>.row {
    margin-bottom: 20px
}
.tb-blog .post.sticky {
    background: #e1e1e1;
    color: #000;
    padding: 30px;
    position: relative
}
.tb-blog .post.sticky .divider-1 span {
    background: #e1e1e1
}
.tb-blog .post.sticky .divider-1 span i {
    color: #FFF
}
.tb-blog .post.sticky:after {
    width: 70px;
    height: 70px;
    position: absolute;
    text-align: center;
    content: "";
    top: -35px;
    right: -35px;
    z-index: 1;
    border: 35px solid transparent;
    border-left-color: #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}
.tb-blog .post.sticky:before {
    content: "\f08d";
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 2;
    color: #FFF;
    font-family: FontAwesome
}
.tb-blog .tb-blog-image {
    line-height: 0;
    position: relative
}
.tb-blog .tb-blog-image .blog-note {
    position: absolute;
    top: 35px;
    left: 35px;
    padding: 15px;
    width: 242px;
    border: 1px solid #AAA;
    background: rgba(255, 255, 255, .7);
    font-size: 18px
}
.tb-blog .tb-blog-image .blog-note .blog-note-texts {
    font-style: italic;
    margin: 20px 12px;
    line-height: 25px
}
.tb-blog .tb-blog-image .blog-note .blog-note-bottom {
    bottom: 15px
}
.tb-blog.blog article {
    border-bottom: 1px solid #444
}
.tb-blog.blog article .blog-title {
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: 60px;
    font-style: italic
}
.tb-blog.blog article .tb-content-block {
    margin-top: 30px
}
.tb-blog.blog article .blog-info {
    text-align: right;
    margin-top: 25px;
    margin-bottom: 25px
}
.tb-blog.blog article .blog-info>span {
    margin-left: 55px
}
.tb-blog.blog article .shortcode-video {
    background: #000;
    padding: 7px
}
.tb-blog.blog .row:first-child .blog-title {
    margin-top: 0
}
.title-bar {
    position: relative
}
.title-bar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4)
}
.comments-area,
.comments-area .comment-respond .form-submit .submit:hover {
    background-color: #fff
}
.title-bar h1,
.title-bar h2,
.title-bar h3,
.title-bar h4,
.title-bar h5,
.title-bar h6,
.woocommerce div.title-bar h1,
.woocommerce div.title-bar h2,
.woocommerce div.title-bar h3,
.woocommerce div.title-bar h4,
.woocommerce div.title-bar h5,
.woocommerce div.title-bar h6 {
    color: #fff;
    position: relative;
    margin-bottom: 0
}
.title-bar .tb-breadcrumb,
.woocommerce div.title-bar .tb-breadcrumb {
    border: none!important;
    color: #dedede
}
.title-bar .tb-breadcrumb .woocommerce-breadcrumb,
.woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb {
    text-align: left;
    color: #dedede
}
.title-bar .tb-breadcrumb .woocommerce-breadcrumb a,
.woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb a {
    color: #dedede
}
.title-bar .tb-breadcrumb .woocommerce-breadcrumb span,
.woocommerce div.title-bar .tb-breadcrumb .woocommerce-breadcrumb span {
    color: #fff
}
.tb-breadcrumb {
    position: relative;
    font-size: 12px;
    text-align: left
}
.comments-area .comment-list li .comment-body .comment-info .reply,
.pagination {
    text-align: right
}
.tb-breadcrumb .woocommerce-breadcrumb {
    font-size: 12px;
    margin: 0
}
.tb-breadcrumb .woocommerce-breadcrumb a {
    color: #dedede
}
.tb-breadcrumb a:first-child {
    padding-left: 0
}
.tb-breadcrumb a {
    color: #dedede;
    padding: 0 8px
}
.tb-breadcrumb span {
    padding: 0 8px
}
.comments-area {
    margin-top: 30px;
    padding: 28px 20px 20px;
    margin-bottom: 42px
}
.comments-area .comments-title small {
    text-transform: none
}
.comments-area .comments-title legend {
    display: inline-block;
    padding-right: 10px;
    width: initial;
    line-height: 18px;
    text-transform: uppercase;
    color: #111;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    margin-bottom: 31px;
    font-family: Montserrat;
    border: none
}
.comments-area .comments-title legend:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    bottom: -16px;
    left: 0
}
.comments-area .comment-respond .form-submit .submit {
    height: 45px;
    width: 160px;
    color: #fff!important;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 15px;
    font-family: Montserrat
}
.comments-area .comment-respond p {
    margin-bottom: 0!important
}
.comments-area .comment-respond p input,
.comments-area .comment-respond p textarea {
    border-color: #ebebeb;
    color: #999;
    font-family: Roboto;
    font-size: 12px
}
.comments-area .comment-respond p textarea {
    height: 160px
}
.comments-area .comment-list {
    padding-left: 0;
    margin-bottom: 52px
}
.comments-area .comment-list li {
    padding: 0!important;
    border-top: none!important;
    list-style: none
}
.comments-area .comment-list li ol.children {
    padding-left: 122px
}
.comments-area .comment-list li ol.children .comment-body {
    margin-top: 20px
}
.comments-area .comment-list li .comment-body {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0;
    position: relative;
    margin-top: 1px
}
.comments-area .comment-list li .comment-body .comment-avatar {
    position: absolute;
    left: 0;
    top: 0
}
.comments-area .comment-list li .comment-body .comment-avatar img {
    max-width: 60px
}
.comments-area .comment-list li .comment-body .comment-info {
    position: relative;
    padding: 0 15px 7px 122px
}
.comments-area .comment-list li .comment-body .comment-info .comment-header-info {
    position: relative;
    margin-bottom: 3px
}
.comments-area .comment-list li .comment-body .comment-info .comment-header-info>div {
    display: inline-block
}
.comments-area .comment-list li .comment-body .comment-info .comment-header-info .comment-author {
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: 700;
    font-family: Montserrat;
    margin-bottom: 7px
}
.comments-area .comment-list li .comment-body .comment-info .comment-header-info .comment-date a {
    font-size: 12px;
    color: #999;
    margin-right: 30px;
    font-weight: 700
}
.comments-area .comment-list li .comment-body .comment-info .reply a {
    font-size: 14px
}
.comments-area .comment-list li .comment-body .comment-info p {
    position: relative;
    line-height: 25px
}
.comments-area .comment-list li .comment-body .comment-info .comment-footer .comment-meta,
.comments-area .comment-list li .comment-body .comment-info .comment-footer .reply {
    text-align: right;
    text-transform: initial;
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    vertical-align: top
}
.comments-area .comment-list li .comment-body .comment-info .comment-footer .reply {
    margin-left: 5px
}
.comments-area .comment-list li .comment-body .comment-info .comment-footer .reply a {
    color: #444;
    font-size: 30px
}
.comments-area .comment-respond .comment-reply-title {
    display: none
}
@media (max-width: 361px) {
    .comment-form p.comment-form-email {
        margin-left: 0
    }
}
.pagination {
    width: 100%
}
.pagination ul,
.pagination.text-center {
    text-align: center
}
.pagination ul {
    border: none!important;
    width: 100%
}
.pagination ul li {
    float: none!important;
    border: none!important;
    display: inline-block
}
.pagination ul li+li {
    padding-left: 10px
}
.pagination ul li .page-numbers {
    border: 1px solid #999c9d;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999c9d;
    padding: 0;
    text-align: center
}
.pagination ul li .page-numbers.current,
.pagination ul li .page-numbers:hover {
    color: #fff
}
.pagination.text-left {
    text-align: left
}
.pagination a.page-numbers,
.pagination li.page-numbers,
.pagination span.page-numbers {
    border: 1px solid #999c9d;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999c9d;
    padding: 0;
    text-align: center;
    margin-right: 10px
}
.pagination a.page-numbers.current,
.pagination a.page-numbers:hover,
.pagination li.page-numbers.current,
.pagination li.page-numbers:hover,
.pagination span.page-numbers.current,
.pagination span.page-numbers:hover {
    color: #fff
}
.jws_theme_footer .tb-logo img {
    width: auto
}
.jws_theme_footer.bottom-section .widget_text:last-child {
    margin-top: 10px
}
.jws_theme_footer .newsletter-widget form {
    position: relative;
    overflow: hidden
}
.jws_theme_footer .newsletter-widget form p {
    margin: 0
}
.jws_theme_footer .newsletter-widget form p:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px
}
.jws_theme_footer .newsletter-widget form input {
    margin: 0;
    border: 0 transparent;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background-color: #0a0a0a;
    box-shadow: none;
    color: #525252
}
.jws_theme_footer .newsletter-widget form input:focus {
    color: #fff
}
.jws_theme_footer .newsletter-widget form input[type=submit] {
    background: #676767;
    font-size: 12px;
    color: #fff;
    line-height: 35px
}
.jws_theme_footer .socials {
    white-space: nowrap
}
.jws_theme_footer .socials li {
    display: inline-block;
    margin-right: 15px
}
.jws_theme_footer .socials li a {
    color: #2a2a2a
}
.jws_theme_footer .socials li a:hover {
    color: #fff
}
.jws_theme_footer .socials li a:hover::before {
    background-color: #2a2a2a
}
.jws_theme_footer .footer-header hr {
    border-top: 2px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    height: 2px;
    margin-bottom: 60px
}
.jws_theme_footer .footer-header .socials {
    padding: 15px 0 0
}
.jws_theme_footer .footer-header .jws_theme_footer_bottom_right {
    margin-top: 7px
}
.jws_theme_footer .footer-header form .newsletter-email {
    color: #b7b7b7;
    background-color: #fff
}
.jws_theme_footer .footer-header form .newsletter-email:focus {
    color: #000
}
.jws_theme_footer .footer-header form input[type=submit] {
    background: #292929
}
.jws_theme_footer .footer-header form input[type=submit]:hover {
    background-color: #000
}
.jws_theme_footer .footer-header .tb-open-lightbox {
    max-width: 270px;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
    margin-top: 8px;
    font-weight: 700
}
.jws_theme_footer .footer-header .tb-open-lightbox:hover {
    border-color: #2a2a2a!important;
    background-color: #2a2a2a;
    color: #fff
}
.jws_theme_footer .footer-center .jws_theme_footer_center_four,
.jws_theme_footer .footer-center .jws_theme_footer_center_one,
.jws_theme_footer .footer-center .jws_theme_footer_center_three,
.jws_theme_footer .footer-center .jws_theme_footer_center_two {
    height: auto!important
}
.jws_theme_footer .footer-center .jws_theme_footer_center_four .wg-title,
.jws_theme_footer .footer-center .jws_theme_footer_center_one .wg-title,
.jws_theme_footer .footer-center .jws_theme_footer_center_three .wg-title,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .wg-title {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px
}
.jws_theme_footer .footer-center .jws_theme_footer_center_four .wg-title:before,
.jws_theme_footer .footer-center .jws_theme_footer_center_one .wg-title:before,
.jws_theme_footer .footer-center .jws_theme_footer_center_three .wg-title:before,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .wg-title:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    top: -15px;
    left: 15px
}
.jws_theme_footer .footer-center .jws_theme_footer_center_three .jws-theme-twitter-widget ul {
    margin: 0;
    padding: 0
}
.jws_theme_footer .footer-center .jws_theme_footer_center_three .jws-theme-twitter-widget ul li .jws-theme-image {
    display: inline-block;
    width: 5%;
    vertical-align: top;
    margin-right: 5px
}
.jws_theme_footer .footer-center .jws_theme_footer_center_three .jws-theme-twitter-widget ul li .jws-theme-content {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    width: 90%
}
.jws_theme_footer .footer-center .jws_theme_footer_center_four .map-local,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .map-local {
    position: relative;
    top: 45px;
    left: 41px
}
.jws_theme_footer .footer-center .jws_theme_footer_center_four .map-local a,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .map-local a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 700
}
.jws_theme_footer .footer-center .jws_theme_footer_center_four .map-local a:hover,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .map-local a:hover {
    transition: .3s all;
    -webkit-transition: .3s all
}
.jws_theme_footer .footer-center .jws_theme_footer_center_four .menu-infomation ul,
.jws_theme_footer .footer-center .jws_theme_footer_center_four .menu-showroom ul,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .menu-infomation ul,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .menu-showroom ul {
    margin: 0;
    padding: 0
}
.jws_theme_footer .footer-center .jws_theme_footer_center_four .menu-infomation ul li,
.jws_theme_footer .footer-center .jws_theme_footer_center_four .menu-showroom ul li,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .menu-infomation ul li,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .menu-showroom ul li {
    margin-bottom: 6px
}
.jws_theme_footer .footer-center .jws_theme_footer_center_four .menu-infomation ul li a,
.jws_theme_footer .footer-center .jws_theme_footer_center_four .menu-showroom ul li a,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .menu-infomation ul li a,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .menu-showroom ul li a {
    color: #fff;
    font-size: 14px
}
.jws_theme_footer .footer-center .jws_theme_footer_center_four .menu-infomation ul li a i,
.jws_theme_footer .footer-center .jws_theme_footer_center_four .menu-showroom ul li a i,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .menu-infomation ul li a i,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .menu-showroom ul li a i {
    font-size: 10px;
    margin-right: 9px
}
.jws_theme_footer .footer-center .jws_theme_footer_center_four .menu-infomation ul li a:hover,
.jws_theme_footer .footer-center .jws_theme_footer_center_four .menu-showroom ul li a:hover,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .menu-infomation ul li a:hover,
.jws_theme_footer .footer-center .jws_theme_footer_center_two .menu-showroom ul li a:hover {
    transform: translatex(10px);
    -webkit-transform: translatex(10px);
    display: block;
    transition: .3s all;
    -webkit-transition: .3s all
}
.jws_theme_footer .footer-center .jws_theme_footer_center_one .opening {
    padding: 34px 15px 32px 18px;
    text-align: left;
    background-color: #fff;
    position: relative;
    top: -176px;
    box-shadow: 0 2px 3px #111;
    border-top: 2px solid
}
.jws_theme_footer .footer-center .jws_theme_footer_center_one .opening .content-bottom h6 {
    margin-bottom: 7px;
    font-family: Roboto;
    font-size: 14px;
    color: #666;
    font-weight: 400
}
input[type=number] {
    -moz-appearance: textfield
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}
.jws_theme_footer .footer-center .jws_theme_footer_center_one .opening .content-bottom h6 span {
    color: #111;
    font-weight: 700
}
.jws_theme_footer .footer-center .jws_theme_footer_center_one .opening .content-bottom .title-top {
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: Roboto
}
.jws_theme_footer .footer-center .jws_theme_footer_center_one .opening .content-bottom .title-top i {
    margin-right: 10px
}
.jws_theme_footer .footer-center .jws_theme_footer_center_one .opening .content-top {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 28px
}
.jws_theme_footer .footer-center .jws_theme_footer_center_one .opening .content-top .decription-ft {
    color: #666;
    font-size: 14px
}
.jws_theme_footer .footer-center .jws_theme_footer_center_one .opening .content-top .logo-footer {
    text-align: center;
    font-size: 24px;
    color: #111;
    text-transform: uppercase;
    font-family: Eremitage;
    font-weight: 100;
    margin-bottom: 22px
}
.jws_theme_footer .footer-top .widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.jws_theme_footer .footer-top .widget ul li {
    text-align: left;
    line-height: 28px;
    margin-bottom: 10px
}
.jws_theme_footer .footer-top .widget ul li a {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    color: #868686
}
.jws_theme_footer .footer-top .widget ul li a:hover {
    padding-left: 5px;
    color: #333
}
.jws_theme_footer .footer-top .widget ul.ct-contact {
    margin-top: 17px
}
.jws_theme_footer .footer-top .widget ul .newsletter-widget {
    max-width: 300px;
    margin-bottom: 30px
}
.jws_theme_footer .footer-top .widget ul .newsletter-widget form {
    margin-top: 20px;
    padding-right: 90px
}
.jws_theme_footer .footer-top .widget ul .newsletter-widget form input {
    background: #0a0a0a;
    color: #525252
}
.jws_theme_footer .footer-top .widget ul .newsletter-widget form input:focus {
    color: #fff
}
.jws_theme_footer .footer-top .widget ul .newsletter-widget form input[type=submit] {
    background: #676767
}
.jws_theme_footer .footer-top .jws_theme_footer_top_once li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 50px
}
.jws_theme_footer .footer-top .jws_theme_footer_top_once li a i {
    position: absolute;
    top: 8px;
    left: 0;
    color: #fff;
    height: 33px;
    width: 33px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #727272;
    font-size: 16px;
    display: inline-block
}
.jws_theme_footer .footer-top .jws_theme_footer_top_once li a span {
    color: #727272;
    font-size: 13px
}
.jws_theme_footer .footer-top .jws_theme_footer_top_two .textwidget h6 {
    margin-top: 10px
}
.jws_theme_footer .footer-top .jws_theme_footer_top_three .newsletter-widget form .tb-newsletter-checkbox {
    display: none
}
.jws_theme_footer .footer-top .jws_theme_footer_top_three .newsletter-widget form p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0!important
}
.jws_theme_footer .footer-top .jws_theme_footer_top_three .newsletter-widget form p .newsletter-submit {
    padding: 0;
    width: 145px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 25px
}
.jws_theme_footer .footer-top .jws_theme_footer_top_three .newsletter-widget form p .newsletter-email {
    height: 35px;
    line-height: 35px;
    width: 390px;
    color: #999;
    font-size: 12px;
    background-color: #fff;
    margin-right: 20px;
    border: 1px solid;
    border-radius: 25px
}
.jws_theme_footer .footer-top .jws_theme_footer_top_four li,
.jws_theme_footer .footer-top .jws_theme_footer_top_three li,
.jws_theme_footer .footer-top .jws_theme_footer_top_two li {
    margin-bottom: 7px
}
.jws_theme_footer .footer-top .jws_theme_footer_top_five .newsletter {
    margin-bottom: 20px
}
.jws_theme_footer .footer-top .jws_theme_footer_top_five .newsletter form {
    margin-top: 22px
}
.jws_theme_footer .footer-top .jws_theme_footer_top_five ul.socials {
    margin-top: 21px;
    margin-bottom: 15px
}
.jws_theme_footer .footer-bottom h6 {
    margin: 10px;
    letter-spacing: 1.6px
}
.jws_theme_footer .footer-bottom .jws_theme_footer_bottom_left .widget p span {
    font-weight: 500
}
.jws_theme_footer .footer-bottom hr {
    border-top: 1px solid #eee;
    margin-bottom: 22px
}
.jws_theme_footer .footer-bottom .socials li a {
    color: #b5b5b5
}
.jws_theme_footer .footer-bottom .socials li a:hover {
    color: #fff
}
.jws_theme_footer .jws_theme_footer_bottom_right {
    text-align: right
}
.jws_theme_footer .jws_theme_footer_bottom_right .menu-footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.jws_theme_footer .jws_theme_footer_bottom_right .menu-footer ul li {
    margin-right: 27px;
    display: inline-block
}
.jws_theme_footer .jws_theme_footer_bottom_right .menu-footer ul li a {
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase
}
.jws_theme_footer.tb-footer-v7 .footer-bottom {
    padding: 50px 0
}
.jws_theme_footer.tb-footer-v7 .footer-bottom .jws_theme_footer_bottom_left .widget {
    margin-top: 0
}
.jws_theme_footer.tb-footer-v7 .footer-bottom .jws_theme_footer_bottom_left .widget p {
    margin-bottom: 0!important;
    margin-top: 0!important
}
.jws_theme_footer.tb-footer-v6 .before-footer-bottom {
    border-top: 1px solid #030405;
    padding-top: 28px;
    text-align: center;
    padding-bottom: 30px
}
.jws_theme_footer.tb-footer-v6 .before-footer-bottom .menu-footer ul,
.jws_theme_footer.tb-footer-v6 .before-footer-bottom .menu-footer-2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}
.jws_theme_footer.tb-footer-v6 .before-footer-bottom .menu-footer ul li,
.jws_theme_footer.tb-footer-v6 .before-footer-bottom .menu-footer-2 ul li {
    margin-left: 12px;
    display: inline-block
}
.jws_theme_footer.tb-footer-v6 .before-footer-bottom .menu-footer ul li a,
.jws_theme_footer.tb-footer-v6 .before-footer-bottom .menu-footer-2 ul li a {
    display: block;
    color: #ccc;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 100
}
.jws_theme_footer.tb-footer-v6 .before-footer-bottom .icon-footer {
    margin-bottom: 16px
}
.jws_theme_footer.tb-footer-v6 .before-footer-bottom .icon-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}
.jws_theme_footer.tb-footer-v6 .before-footer-bottom .icon-footer ul li {
    margin-left: 11px;
    display: inline-block
}
.jws_theme_footer.tb-footer-v6 .before-footer-bottom .icon-footer ul li a {
    display: block;
    color: #fff;
    font-size: 22px
}
.jws_theme_footer.tb-footer-v6 .footer-bottom {
    text-align: center;
    background-color: #283037;
    padding: 10px 0
}
.jws_theme_footer.tb-footer-v6 .footer-bottom .jws_theme_footer_bottom_left p {
    margin-top: 0!important;
    margin-bottom: 0!important
}
.jws_theme_footer.tb-footer-v6 .footer-center {
    padding-top: 32px;
    border-top: 1px solid #030405;
    border-bottom: 1px solid #393e43
}
.jws_theme_footer.tb-footer-v6 .footer-center .jws_theme_footer_center .content-center-v6 h4 {
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px
}
.jws_theme_footer.tb-footer-v6 .footer-center .jws_theme_footer_center .content-center-v6 p {
    font-family: Roboto;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-bottom: 32px!important
}
.jws_theme_footer.tb-footer-v6 .footer-top {
    padding-top: 74px;
    padding-bottom: 35px;
    border-bottom: 1px solid #393e43
}
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_four .tb-newsletter-checkbox {
    display: none
}
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_four .widget_autopro_newsletterwidget {
    margin-top: 20px
}
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_four .widget_autopro_newsletterwidget .wg-title {
    margin-bottom: 22px
}
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_four .widget_autopro_newsletterwidget .newsletter-widget form .email-new {
    width: 65%
}
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_four .widget_autopro_newsletterwidget .newsletter-widget form .email-new input {
    color: #999;
    background-color: #fff
}
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_four .widget_autopro_newsletterwidget .newsletter-widget form .submit {
    width: 35%
}
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_four .widget_autopro_newsletterwidget .newsletter-widget form .submit input {
    color: #fff;
    font-weight: 700;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase
}
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_four .widget_autopro_newsletterwidget .newsletter-widget form .submit input:hover {
    background-color: #000
}
.jws_theme_footer.tb-footer-v6 .footer-top .jws_theme_footer_top_four .widget_autopro_newsletterwidget .newsletter-widget form p {
    display: inline-block;
    vertical-align: middle
}
.jws_theme_footer.tb-footer-v6 .footer-top .wg-title {
    margin-bottom: 15px;
    font-size: 16px;
    color: #FFF;
    font-weight: 700
}
.jws_theme_footer.tb-footer-v6 .footer-top .menu-footer-6 ul {
    margin: 0;
    padding: 0
}
.jws_theme_footer.tb-footer-v6 .footer-top .menu-footer-6 ul li {
    margin-bottom: -2px
}
.jws_theme_footer.tb-footer-v6 .footer-top .menu-footer-6 ul li a {
    color: #ccc;
    font-size: 14px;
    font-weight: 100
}
.jws_theme_footer.tb-footer-v6 .footer-top .menu-footer-6 ul li a i {
    font-size: 10px;
    margin-right: 9px;
    display: none
}
.jws_theme_footer.tb-footer-v6 .footer-top .menu-footer-6 ul li a:hover {
    display: block;
    transition: .3s all;
    -webkit-transition: .3s all
}
.jws_theme_footer.tb-footer-v2 .footer-header {
    background-color: #111b29
}
.jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget {
    padding: 8px 0;
    margin: 0 auto;
    width: 80%;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    text-align: center
}
.jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget .wg-title {
    margin-bottom: 0;
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    font-family: Roboto;
    text-transform: uppercase;
    display: inline-block;
    border-right: 1px solid #fff;
    width: 29%;
    margin-top: 0
}
.jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget .newsletter2-widget {
    width: 61%;
    display: inline-block
}
.jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget .newsletter2-widget p {
    margin-bottom: 0!important;
    display: inline-block
}
.jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget .newsletter2-widget p input {
    width: 500px;
    color: #fff;
    font-size: 12px
}
.jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget .newsletter2-widget p button,
.jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget .newsletter2-widget p input {
    border: none;
    margin-bottom: 0
}
.jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget .newsletter2-widget p button i,
.jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget .newsletter2-widget p input i {
    color: #FFF;
    font-size: 18px
}
.jws_theme_footer.tb-footer-v2 .footer-v2-top {
    padding: 55px 0 114px
}
.jws_theme_footer.tb-footer-v2 .footer-v2-top .img-footer {
    position: relative;
    width: 76%;
    margin: 0 auto;
    text-align: center
}
.jws_theme_footer.tb-footer-v2 .footer-v2-top .img-footer:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #070c13;
    bottom: -69px;
    left: 0;
    content: ""
}
.jws_theme_footer.tb-footer-v2 .footer-v2-top .img-footer:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #29323f;
    bottom: -70px;
    left: 0;
    content: ""
}
.jws_theme_footer.tb-footer-v2 .footer-v2-top .img-footer ul {
    padding: 0
}
.jws_theme_footer.tb-footer-v2 .footer-v2-top .img-footer ul li {
    display: inline-block;
    margin: 0 49px
}
.jws_theme_footer.tb-footer-v2 .footer-v2-top .img-footer ul li i {
    font-size: 50px;
    color: #93abcd
}
.jws_theme_footer.tb-footer-v2 .footer-v2-bottom {
    padding: 28px 0 14px;
    background-color: #172539
}
.jws_theme_footer.tb-footer-v2 .footer-v2-bottom .jws_theme_footer_bottom_right .menu-footer ul li:last-child {
    margin-right: 0
}
.jws_theme_footer.tb-footer-v2 .footer-v2-bottom .jws_theme_footer_bottom_right .menu-footer ul li a {
    color: #93abcd
}
.jws_theme_footer.tb-footer-v2 .footer-v2-bottom .jws_theme_footer_bottom_right .icon-footer {
    margin-bottom: 12px
}
.jws_theme_footer.tb-footer-v2 .footer-v2-bottom .jws_theme_footer_bottom_right .icon-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}
.jws_theme_footer.tb-footer-v2 .footer-v2-bottom .jws_theme_footer_bottom_right .icon-footer ul li {
    margin-left: 7px;
    display: inline-block
}
.jws_theme_footer.tb-footer-v2 .footer-v2-bottom .jws_theme_footer_bottom_right .icon-footer ul li a {
    display: block;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #93abcd;
    background-color: #93abcd;
    color: #fff;
    text-align: center
}
.jws_theme_footer.tb-footer-v2 .footer-v2-bottom .jws_theme_footer_bottom_left .widget p {
    color: #93abcd!important
}
.jws_theme_footer.tb-footer-v2 .footer-v2-bottom .jws_theme_footer_bottom_left .widget p span {
    font-weight: 500
}
.jws_theme_footer.tb-footer-v2 .footer-v2-bottom .jws_theme_footer_bottom_left .logo-footer {
    margin-top: 3px;
    letter-spacing: 1px;
    text-align: left;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: Eremitage;
    font-weight: 100;
    margin-bottom: 31px
}
.jws_theme_footer.tb-footer-v2 .footer-v2-center {
    padding: 0 0 40px
}
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_five .wg-title,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_four .wg-title,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_one .wg-title,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_three .wg-title,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_two .wg-title {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 7px
}
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_five .menu-footer-2 ul,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_four .menu-footer-2 ul,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_one .menu-footer-2 ul,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_three .menu-footer-2 ul,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_two .menu-footer-2 ul {
    margin: 0;
    padding: 0
}
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_five .menu-footer-2 ul li,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_four .menu-footer-2 ul li,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_one .menu-footer-2 ul li,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_three .menu-footer-2 ul li,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_two .menu-footer-2 ul li {
    margin-bottom: 6px
}
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_five .menu-footer-2 ul li a,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_four .menu-footer-2 ul li a,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_one .menu-footer-2 ul li a,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_three .menu-footer-2 ul li a,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_two .menu-footer-2 ul li a {
    color: #93abcd;
    font-size: 14px
}
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_five .menu-footer-2 ul li a i,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_four .menu-footer-2 ul li a i,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_one .menu-footer-2 ul li a i,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_three .menu-footer-2 ul li a i,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_two .menu-footer-2 ul li a i {
    font-size: 10px;
    margin-right: 9px
}
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_five .menu-footer-2 ul li a:hover,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_four .menu-footer-2 ul li a:hover,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_one .menu-footer-2 ul li a:hover,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_three .menu-footer-2 ul li a:hover,
.jws_theme_footer.tb-footer-v2 .footer-v2-center .jws_theme_footer_center_two .menu-footer-2 ul li a:hover {
    display: block;
    transition: .3s all;
    -webkit-transition: .3s all
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_five .widget_autopro_newsletterwidget form .tb-newsletter-checkbox,
.jws_theme_footer.tb-footer-v5 .footer-top .menu-footer-2 ul li a i {
    display: none
}
.jws_theme_footer.tb-footer-v5 .wg-title {
    color: #fff;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    position: relative
}
.jws_theme_footer.tb-footer-v5 .wg-title:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 2px;
    top: 34px;
    left: 0
}
.jws_theme_footer.tb-footer-v5 .footer-top {
    padding-top: 77px;
    padding-bottom: 61px;
    border-bottom: 1px solid #304b66
}
.jws_theme_footer.tb-footer-v5 .footer-top .menu-footer-2 {
    padding-top: 16px
}
.jws_theme_footer.tb-footer-v5 .footer-top .menu-footer-2 ul {
    padding: 0;
    margin: 0
}
.jws_theme_footer.tb-footer-v5 .footer-top .menu-footer-2 ul li {
    margin-bottom: 3px
}
.jws_theme_footer.tb-footer-v5 .footer-top .menu-footer-2 ul li a {
    color: #ccc;
    font-weight: 700
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_five .textwidget p {
    color: #ccc;
    line-height: 25px;
    padding-top: 16px
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_five .widget_autopro_newsletterwidget form {
    margin-top: 16px
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_five .widget_autopro_newsletterwidget form .submit input {
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    font-family: Montserrat;
    text-transform: uppercase
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_five .widget_autopro_newsletterwidget form .email-new {
    margin-bottom: 20px!important
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_five .widget_autopro_newsletterwidget form .email-new input {
    color: #999;
    font-size: 12px;
    background-color: #FFF
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_two .content-bottom {
    padding-top: 22px
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_two .content-bottom ul {
    margin: 0;
    pading: 0
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_two .content-bottom ul li {
    display: inline-block;
    margin-right: 6px
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_two .content-bottom ul li a {
    display: block;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #999;
    text-align: center
}
.single article.perdomance .tb-content-block .about-author .author-info .desc,
.single article.perdomance .tb-content-block .tb-excerpt p,
.single article.portfolio .tb-content-block .about-author .author-info .desc,
.single article.portfolio .tb-content-block .tb-excerpt p,
.single article.post .tb-content-block .about-author .author-info .desc,
.single article.post .tb-content-block .tb-excerpt p,
.single article.space .tb-content-block .about-author .author-info .desc,
.single article.space .tb-content-block .tb-excerpt p,
.single article.team .tb-content-block .about-author .author-info .desc,
.single article.team .tb-content-block .tb-excerpt p {
    line-height: 25px
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_two .content-bottom ul li a:hover {
    padding-left: 0;
    color: #fff
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_two .content-top {
    padding-top: 17px;
    padding-bottom: 15px
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_two .content-top .phone-soc i {
    margin-right: 9px
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_two .content-top .address-soc i {
    margin-right: 13px
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_two .content-top .email-soc i {
    margin-right: 7px
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_two .content-top div {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 6px
}
.jws_theme_footer.tb-footer-v5 .footer-top .jws_theme_footer_top_two .content-top div span {
    color: #fff;
    font-weight: 700;
    margin-right: 2px
}
.jws_theme_footer.tb-footer-v5 .footer-bottom {
    padding-top: 23px;
    padding-bottom: 23px;
    border-top: 1px solid #0a1622
}
.jws_theme_footer.tb-footer-v3 .wg-title,
.jws_theme_footer.tb-footer-v4 .wg-title {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 37px;
    margin-top: 0
}
.jws_theme_footer.tb-footer-v3 .wg-title:after,
.jws_theme_footer.tb-footer-v4 .wg-title:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    top: 36px;
    left: 15px
}
.jws_theme_footer.tb-footer-v3 .footer-bottom,
.jws_theme_footer.tb-footer-v4 .footer-bottom {
    position: relative;
    padding-top: 63px;
    padding-bottom: 25px
}
.jws_theme_footer.tb-footer-v3 .footer-bottom:before,
.jws_theme_footer.tb-footer-v4 .footer-bottom:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #313946;
    top: 27px;
    left: 0
}
.jws_theme_footer.tb-footer-v3 .footer-bottom:after,
.jws_theme_footer.tb-footer-v4 .footer-bottom:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    top: 26px;
    left: 0
}
.jws_theme_footer.tb-footer-v3 .footer-top,
.jws_theme_footer.tb-footer-v4 .footer-top {
    padding-top: 67px
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-left .menu-brands ul,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-left .menu-brands ul {
    margin: 0;
    padding: 0
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-left .menu-brands ul li a,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-left .menu-brands ul li a {
    color: #ccc;
    font-size: 14px;
    font-weight: 700
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-left .menu-brands ul li a:hover,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-left .menu-brands ul li a:hover {
    display: block;
    transition: .3s all;
    -webkit-transition: .3s all
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-left .menu-brands ul li a span,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-left .menu-brands ul li a span {
    margin-left: 3px
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-left .menu-brands ul li p,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-left .menu-brands ul li p {
    color: #999;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 0!important
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-right .jws_theme_footer_top_six,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-right .jws_theme_footer_top_six {
    position: relative;
    margin-top: 50px
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-right .jws_theme_footer_top_six:before,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-right .jws_theme_footer_top_six:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #313946;
    top: -27px;
    left: 0
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-right .jws_theme_footer_top_six:after,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-right .jws_theme_footer_top_six:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    top: -26px;
    left: 0
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-right .jws_theme_footer_top_six p,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-right .jws_theme_footer_top_six p {
    font-size: 14px;
    color: #ccc
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-right .jws_theme_footer_top_six .logo-footer,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-right .jws_theme_footer_top_six .logo-footer {
    margin-top: 3px;
    letter-spacing: 1px;
    text-align: left;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: Eremitage;
    font-weight: 100;
    margin-bottom: 22px
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-right .menu-footer-2 ul,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-right .menu-footer-2 ul {
    margin: 0;
    padding: 0
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-right .menu-footer-2 ul li,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-right .menu-footer-2 ul li {
    margin-bottom: 2px
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-right .menu-footer-2 ul li a,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-right .menu-footer-2 ul li a {
    color: #ccc;
    font-size: 14px;
    font-weight: 700
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-right .menu-footer-2 ul li a i,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-right .menu-footer-2 ul li a i {
    font-size: 10px;
    margin-right: 9px;
    display: none
}
.jws_theme_footer.tb-footer-v3 .footer-top .footer-top-right .menu-footer-2 ul li a:hover,
.jws_theme_footer.tb-footer-v4 .footer-top .footer-top-right .menu-footer-2 ul li a:hover {
    display: block;
    transition: .3s all;
    -webkit-transition: .3s all
}
.jws_theme_footer.tb-footer-v4 .footer-header {
    padding-bottom: 21px
}
.jws_theme_footer.tb-footer-v4 .footer-header .socials li a {
    color: #fff
}
.jws_theme_footer.tb-footer-v4 .footer-header .tb-open-lightbox {
    border-color: #fff;
    color: #fff
}
.jws_theme_footer.tb-footer-v4 .footer-header .tb-open-lightbox:hover {
    border-color: #333!important;
    background-color: #333!important
}
.jws_theme_footer.tb-footer-v4 .footer-header .logo-light {
    display: inline-block!important;
    visibility: visible!important
}
.jws_theme_footer.tb-footer-v4 .footer-header .main-logo {
    display: none
}
@media (max-width: 767px) {
    .tb-post-item {
        max-width: 480px;
        margin: 0 auto!important
    }
    .modal-dialog {
        margin-top: 60px
    }
    .jws_theme_footer .footer-header .newsletter form {
        padding-right: 0;
        margin: 0 auto 10px
    }
    .jws_theme_footer .footer-header .socials {
        padding-left: 0;
        text-align: center!important
    }
    .jws_theme_footer .footer-bottom .textwidget,
    .jws_theme_footer .footer-header .textwidget,
    .jws_theme_footer .footer-header .widget,
    .title-bar .page-breadcrumb,
    .title-bar .page-title,
    .title-bar .woocommerce-breadcrumb,
    .woocommerce .title-bar-shop .page-breadcrumb,
    .woocommerce .title-bar-shop .page-title,
    .woocommerce .title-bar-shop .woocommerce-breadcrumb {
        text-align: center
    }
    .jws_theme_footer .footer-top .widget .ct-contact {
        margin-bottom: 25px
    }
    .jws_theme_footer .footer-bottom .textwidget ul {
        display: inline-block;
        margin-top: 20px
    }
    .jws_theme_footer.tb-footer-v4 .footer-header {
        padding-bottom: 30px
    }
    .title-bar .page-title,
    .woocommerce .title-bar-shop .page-title {
        margin-bottom: 10px
    }
}
.single .comments-area .comment-list .comment-info:before,
.single .tb-blog-related>.tb-title:before,
.single article.perdomance .tb-content-block .blog-info .author-name,
.single article.perdomance .tb-content-block .blog-info i,
.single article.portfolio .tb-content-block .blog-info .author-name,
.single article.portfolio .tb-content-block .blog-info i,
.single article.post .tb-content-block .blog-info .author-name,
.single article.post .tb-content-block .blog-info i,
.single article.space .tb-content-block .blog-info .author-name,
.single article.space .tb-content-block .blog-info i,
.single article.team .tb-content-block .blog-info .author-name,
.single article.team .tb-content-block .blog-info i {
    display: none
}
.wpcf7 .wpcf7-submit {
    width: 190px
}
body .wpcf7 .wpcf7-submit:hover {
    background: #2a2a2a!important;
    color: #FFF;
    border-color: #2a2a2a!important
}
.single-perdomance,
.single-portfolio,
.single-post,
.single-team {
    background-color: #f4f8fa
}
.single-perdomance .tb-blog-image img,
.single-portfolio .tb-blog-image img,
.single-post .tb-blog-image img {
    width: 100%;
    height: auto
}
.single-perdomance .sidebar-area,
.single-perdomance .tb-blog,
.single-portfolio .sidebar-area,
.single-portfolio .tb-blog,
.single-post .sidebar-area,
.single-post .tb-blog,
.single-team .sidebar-area,
.single-team .tb-blog {
    margin-top: 60px
}
.single .comments-area .comment-list .comment-avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px!important;
    border-radius: 0!important
}
.single .tb-blog-related {
    padding: 1px 20px 0
}
.single .tb-blog-related .tb-post-item {
    background-color: #fff!important;
    border: 1px solid #ebebeb
}
.single .tb-blog-related .tb-post-item .catgory-name a:after {
    height: 2px!important;
    background-color: #707070!important
}
.single .tb-blog-related .tb-post-item .tb-content-bottom {
    border-top: 1px solid #ebebeb!important;
    padding: 5px 20px!important
}
.single .tb-blog-related>.tb-title h4 {
    padding: 0;
    color: #111;
    font-size: 14px;
    text-transform: uppercase
}
.single .tb-blog-related>.tb-title:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    bottom: -16px;
    left: 0
}
.single article.perdomance,
.single article.portfolio,
.single article.post,
.single article.space,
.single article.team {
    background-color: #fff
}
.single article.perdomance h2.blog-title,
.single article.portfolio h2.blog-title,
.single article.post h2.blog-title,
.single article.space h2.blog-title,
.single article.team h2.blog-title {
    margin: 19px 0 25px;
    font-size: 36px;
    font-style: italic
}
.single article.perdomance .tb-content-block,
.single article.portfolio .tb-content-block,
.single article.post .tb-content-block,
.single article.space .tb-content-block,
.single article.team .tb-content-block {
    padding: 0 20px;
    margin-bottom: 30px!important
}
.single article.perdomance .tb-content-block .blog-title,
.single article.portfolio .tb-content-block .blog-title,
.single article.post .tb-content-block .blog-title,
.single article.space .tb-content-block .blog-title,
.single article.team .tb-content-block .blog-title {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px
}
.single article.perdomance .tb-content-block .blog-info,
.single article.portfolio .tb-content-block .blog-info,
.single article.post .tb-content-block .blog-info,
.single article.space .tb-content-block .blog-info,
.single article.team .tb-content-block .blog-info {
    margin-bottom: 12px!important
}
.single article.perdomance .tb-content-block .blog-info .catgory-name,
.single article.portfolio .tb-content-block .blog-info .catgory-name,
.single article.post .tb-content-block .blog-info .catgory-name,
.single article.space .tb-content-block .blog-info .catgory-name,
.single article.team .tb-content-block .blog-info .catgory-name {
    position: relative
}
.single article.perdomance .tb-content-block .blog-info .catgory-name a,
.single article.portfolio .tb-content-block .blog-info .catgory-name a,
.single article.post .tb-content-block .blog-info .catgory-name a,
.single article.space .tb-content-block .blog-info .catgory-name a,
.single article.team .tb-content-block .blog-info .catgory-name a {
    font-family: Montserrat;
    font-weight: 100;
    font-size: 12px
}
.single article.perdomance .tb-content-block .blog-info .catgory-name:after,
.single article.portfolio .tb-content-block .blog-info .catgory-name:after,
.single article.post .tb-content-block .blog-info .catgory-name:after,
.single article.space .tb-content-block .blog-info .catgory-name:after,
.single article.team .tb-content-block .blog-info .catgory-name:after {
    background-color: #707070;
    width: 27px;
    height: 2px;
    position: absolute;
    bottom: -8px;
    left: 0;
    content: ""
}
.single article.perdomance .tb-content-block .tb-excerpt,
.single article.portfolio .tb-content-block .tb-excerpt,
.single article.post .tb-content-block .tb-excerpt,
.single article.space .tb-content-block .tb-excerpt,
.single article.team .tb-content-block .tb-excerpt {
    padding-top: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px
}
.single article.perdomance .tb-content-block .date-cm-rv,
.single article.portfolio .tb-content-block .date-cm-rv,
.single article.post .tb-content-block .date-cm-rv,
.single article.space .tb-content-block .date-cm-rv,
.single article.team .tb-content-block .date-cm-rv {
    padding-top: 5px
}
.single article.perdomance .tb-content-block .date-cm-rv .tb-comment,
.single article.portfolio .tb-content-block .date-cm-rv .tb-comment,
.single article.post .tb-content-block .date-cm-rv .tb-comment,
.single article.space .tb-content-block .date-cm-rv .tb-comment,
.single article.team .tb-content-block .date-cm-rv .tb-comment {
    float: right;
    color: #999;
    font-size: 12px;
    font-family: Roboto;
    margin-right: 15px
}
.single article.perdomance .tb-content-block .date-cm-rv .tb-comment span,
.single article.portfolio .tb-content-block .date-cm-rv .tb-comment span,
.single article.post .tb-content-block .date-cm-rv .tb-comment span,
.single article.space .tb-content-block .date-cm-rv .tb-comment span,
.single article.team .tb-content-block .date-cm-rv .tb-comment span {
    margin-left: 5px
}
.single article.perdomance .tb-content-block .date-cm-rv .tb-review,
.single article.portfolio .tb-content-block .date-cm-rv .tb-review,
.single article.post .tb-content-block .date-cm-rv .tb-review,
.single article.space .tb-content-block .date-cm-rv .tb-review,
.single article.team .tb-content-block .date-cm-rv .tb-review {
    float: right;
    color: #999;
    font-size: 12px;
    font-family: Roboto
}
.single article.perdomance .tb-content-block .date-cm-rv .tb-blog-date-carousel,
.single article.portfolio .tb-content-block .date-cm-rv .tb-blog-date-carousel,
.single article.post .tb-content-block .date-cm-rv .tb-blog-date-carousel,
.single article.space .tb-content-block .date-cm-rv .tb-blog-date-carousel,
.single article.team .tb-content-block .date-cm-rv .tb-blog-date-carousel {
    color: #999;
    font-size: 12px;
    font-family: Roboto
}
.single article.perdomance .tb-content-block .date-cm-rv .tb-blog-date-carousel time span,
.single article.portfolio .tb-content-block .date-cm-rv .tb-blog-date-carousel time span,
.single article.post .tb-content-block .date-cm-rv .tb-blog-date-carousel time span,
.single article.space .tb-content-block .date-cm-rv .tb-blog-date-carousel time span,
.single article.team .tb-content-block .date-cm-rv .tb-blog-date-carousel time span {
    margin-left: 3px
}
.single article.perdomance .tb-content-block .blog-desc,
.single article.portfolio .tb-content-block .blog-desc,
.single article.post .tb-content-block .blog-desc,
.single article.space .tb-content-block .blog-desc,
.single article.team .tb-content-block .blog-desc {
    text-align: justify;
    margin-bottom: 25px;
    height: 50%
}
.single article.perdomance .tb-content-block .tb-social-buttons,
.single article.portfolio .tb-content-block .tb-social-buttons,
.single article.post .tb-content-block .tb-social-buttons,
.single article.space .tb-content-block .tb-social-buttons,
.single article.team .tb-content-block .tb-social-buttons {
    padding-top: 33px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 38px
}
.single article.perdomance .tb-content-block .tb-social-buttons a,
.single article.portfolio .tb-content-block .tb-social-buttons a,
.single article.post .tb-content-block .tb-social-buttons a,
.single article.space .tb-content-block .tb-social-buttons a,
.single article.team .tb-content-block .tb-social-buttons a {
    font-size: 12px;
    color: #fff;
    padding: 13px 21px;
    margin-right: 10px
}
.single article.perdomance .tb-content-block .tb-social-buttons a i,
.single article.portfolio .tb-content-block .tb-social-buttons a i,
.single article.post .tb-content-block .tb-social-buttons a i,
.single article.space .tb-content-block .tb-social-buttons a i,
.single article.team .tb-content-block .tb-social-buttons a i {
    font-size: 16px;
    margin-right: 16px
}
.single article.perdomance .tb-content-block .tag-links,
.single article.portfolio .tb-content-block .tag-links,
.single article.post .tb-content-block .tag-links,
.single article.space .tb-content-block .tag-links,
.single article.team .tb-content-block .tag-links {
    padding-top: 23px;
    font-size: 12px;
    color: #111;
    font-family: Roboto
}
.single article.perdomance .tb-content-block .tag-links a,
.single article.portfolio .tb-content-block .tag-links a,
.single article.post .tb-content-block .tag-links a,
.single article.space .tb-content-block .tag-links a,
.single article.team .tb-content-block .tag-links a {
    color: #999
}
.single article.perdomance .tb-content-block .about-author,
.single article.portfolio .tb-content-block .about-author,
.single article.post .tb-content-block .about-author,
.single article.space .tb-content-block .about-author,
.single article.team .tb-content-block .about-author {
    margin: 27px 0;
    padding-bottom: 15px
}
.single article.perdomance .tb-content-block .about-author .title-author,
.single article.portfolio .tb-content-block .about-author .title-author,
.single article.post .tb-content-block .about-author .title-author,
.single article.space .tb-content-block .about-author .title-author,
.single article.team .tb-content-block .about-author .title-author {
    color: #111;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    margin-bottom: 31px
}
.single article.perdomance .tb-content-block .about-author .title-author:before,
.single article.portfolio .tb-content-block .about-author .title-author:before,
.single article.post .tb-content-block .about-author .title-author:before,
.single article.space .tb-content-block .about-author .title-author:before,
.single article.team .tb-content-block .about-author .title-author:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    bottom: -16px;
    left: 0
}
.single article.perdomance .tb-content-block .about-author .author-avatar,
.single article.portfolio .tb-content-block .about-author .author-avatar,
.single article.post .tb-content-block .about-author .author-avatar,
.single article.space .tb-content-block .about-author .author-avatar,
.single article.team .tb-content-block .about-author .author-avatar {
    display: inline-block;
    vertical-align: top
}
.single article.perdomance .tb-content-block .about-author .author-avatar img,
.single article.portfolio .tb-content-block .about-author .author-avatar img,
.single article.post .tb-content-block .about-author .author-avatar img,
.single article.space .tb-content-block .about-author .author-avatar img,
.single article.team .tb-content-block .about-author .author-avatar img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #f4f8fa
}
.single article.perdomance .tb-content-block .about-author .author-info,
.single article.portfolio .tb-content-block .about-author .author-info,
.single article.post .tb-content-block .about-author .author-info,
.single article.space .tb-content-block .about-author .author-info,
.single article.team .tb-content-block .about-author .author-info {
    display: inline-block;
    width: 79%;
    vertical-align: top;
    padding: 0 27px 0 19px
}
.single article.perdomance .tb-content-block .about-author .author-info .name,
.single article.portfolio .tb-content-block .about-author .author-info .name,
.single article.post .tb-content-block .about-author .author-info .name,
.single article.space .tb-content-block .about-author .author-info .name,
.single article.team .tb-content-block .about-author .author-info .name {
    font-size: 14px;
    color: #111;
    font-weight: 700;
    margin-bottom: 4px
}
.single article.perdomance .tb-content-block .about-author .author-info .read-more,
.single article.portfolio .tb-content-block .about-author .author-info .read-more,
.single article.post .tb-content-block .about-author .author-info .read-more,
.single article.space .tb-content-block .about-author .author-info .read-more,
.single article.team .tb-content-block .about-author .author-info .read-more {
    display: none
}
.tb-blog-related {
    margin: 30px 0;
    background-color: #fff
}
.tb-blog-related>.tb-title {
    margin-bottom: 38px;
    position: relative
}
#jws_theme_back_to_top {
    bottom: -180px;
    cursor: pointer;
    margin: 0;
    position: fixed;
    right: 30px;
    z-index: 999;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 22px;
    -webkit-transition: all .7s!important;
    -moz-transition: all .7s!important;
    -o-transition: all .7s!important;
    transition: all .7s!important
}
#jws_theme_back_to_top.active {
    bottom: 30px!important;
    display: block!important;
    opacity: 1!important
}
#jws_theme_back_to_top.active i {
    line-height: 40px
}
#jws_theme_back_to_top.active:hover i {
    margin-top: -3px;
    opacity: 1;
    transition: .5s all;
    -webkit-transition: .5s all
}
#jws_theme_back_to_top span i {
    color: #fff;
    display: block;
    line-height: 200%;
    opacity: .8;
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important;
    position: relative
}
#yith-quick-view-modal .compare-button,
#yith-quick-view-modal .tb-send-mail,
#yith-quick-view-modal .yith-wcwl-add-to-wishlist {
    display: none
}
.widget .wp-caption img {
    height: auto
}
.tb-custom-contact {
    position: relative
}
.tb-custom-contact .wpb_widgetised_column {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    padding: 40px 28px 28px;
    max-width: 340px
}
.tb-custom-contact .wpb_widgetised_column ul {
    padding-left: 5px
}
.tb-custom-contact .wpb_widgetised_column .wg-title {
    font-size: 17px;
    margin-bottom: 14px
}
.tb-custom-margin {
    margin-bottom: 30px!important
}
.widget_searchform_content {
    transform: scale(0, 1);
    transition: .5s all;
    z-index: 99
}
.search-icon {
    display: inline
}
.search-icon-close {
    display: none
}
#tb-full-height {
    height: calc(100vh - 170px);
    overflow: hidden
}
.jws_theme_footer.tb-layout-fullwidth {
    position: relative;
    z-index: 100;
    background-color: #fff
}
.widget_mini_sal {
    padding-right: 50px;
    text-align: right
}
.widget_mini_sal .item-hd1,
.widget_mini_sal .item-hd2,
.widget_mini_sal .item-hd3 {
    display: inline-block
}
.widget_mini_sal .item-hd1 {
    padding-right: 18px;
    line-height: 60px
}
.widget_mini_sal .item-hd1 .widget_searchform .widget_searchform_content {
    right: 16.5%
}
.widget_mini_sal .item-hd1 .widget_searchform form input {
    width: 300px;
    float: left;
    height: 40px;
    border-color: #eaeef0;
    border-right: none
}
.widget_mini_sal .item-hd1 .widget_searchform form button {
    width: 30px;
    float: left;
    border-left: none;
    height: 40px;
    border-color: #eaeef0;
    background: #FFF;
    padding-right: 40px
}
.widget_mini_sal .item-hd1 .widget_searchform a {
    border-right: 1px solid #333;
    padding: 0 20px;
    color: #FFF;
}
.widget_mini_sal .item-hd1 .widget_searchform i {
    font-weight: 300
}
.widget_mini_sal .item-hd1 .widget_searchform_content {
    position: absolute
}
.widget_mini_sal .item-hd3 {
    padding-right: 18px
}
.widget_mini_sal .item-hd2 ul {
    left: 0!important
}
.widget_mini_sal .item-hd2 ul li a span {
    margin-right: 10px;
    transform: translateY(2px)
}
.widget_mini_sal .item-hd2 button a {
    border-left: 1px solid #333;
    padding-left: 20px
}
.widget_mini_sal .item-hd2,
.widget_mini_sal .item-hd3 {
    line-height: 60px
}
.widget_mini_sal .item-hd2 .btn-default.active,
.widget_mini_sal .item-hd2 .btn-default:active,
.widget_mini_sal .item-hd2 .btn-default:focus,
.widget_mini_sal .item-hd2 .btn-default:hover,
.widget_mini_sal .item-hd2 .open>.dropdown-toggle.btn-default,
.widget_mini_sal .item-hd3 .btn-default.active,
.widget_mini_sal .item-hd3 .btn-default:active,
.widget_mini_sal .item-hd3 .btn-default:focus,
.widget_mini_sal .item-hd3 .btn-default:hover,
.widget_mini_sal .item-hd3 .open>.dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: transparent
}
.widget_mini_sal .item-hd2 ul,
.widget_mini_sal .item-hd3 ul {
    animation: fadeInUp2 .4s both;
    border-radius: 0;
    padding: 0;
    border: 0;
    left: -20px;
    margin-top: 0
}
.widget_mini_sal .item-hd2 ul li a,
.widget_mini_sal .item-hd3 ul li a {
    border-bottom: 1px solid #ebebeb;
    line-height: 40px;
    color: #111;
    font-family: Roboto;
    font-size: 14px
}
.widget_mini_sal .item-hd2 ul li a:hover,
.widget_mini_sal .item-hd3 ul li a:hover {
    background-color: #FFF
}
.widget_mini_sal .item-hd2 button,
.widget_mini_sal .item-hd3 button {
    padding: 0;
    color: #FFF;
    vertical-align: middle;
    border: none;
    outline: 0
}
.widget_mini_sal .item-hd2 button i,
.widget_mini_sal .item-hd3 button i {
    font-size: 12px
}
.widget_mini_sal .item-hd2 button a,
.widget_mini_sal .item-hd3 button a {
    color: #fff;
    transition: 0s
}
.widget_mini_sal .item-hd2 button a span,
.widget_mini_sal .item-hd3 button a span {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
    padding-left: 10px
}
.widget_mini_sal .item-hd2 button:focus,
.widget_mini_sal .item-hd3 button:focus {
    color: #FFF;
    background: 0 0!important;
    border: none;
    outline: 0
}
.vg-contact-form2 .form-group .wpcf7-submit {
    border-radius: 0;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat;
    float: none;
    width: 188px;
    transition: .5s all;
    -webkit-transition: .5s all;
    text-transform: uppercase
}
.vg-contact-form2 .form-group .wpcf7-submit:hover {
    background-color: #2a2a2a!important;
    border-color: #2a2a2a!important
}
.vg-contact-form2 .form-group .your-message textarea {
    border-radius: 0;
    height: 133px;
    color: #999;
    font-size: 12px;
    box-shadow: none;
    margin-bottom: 24px;
    border: 1px solid #ebebeb
}
.vg-contact-form2 .form-group .first-name input,
.vg-contact-form2 .form-group .last-name input,
.vg-contact-form2 .form-group .your-email input,
.vg-contact-form2 .form-group .your-phone input {
    border-radius: 0;
    height: 40px;
    box-shadow: none;
    border: 1px solid #ebebeb;
    color: #999;
    font-size: 12px;
    margin-bottom: 28px
}
.vg-contact-form .form-group .wpcf7-submit {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat;
    float: none;
    margin-top: -61px;
    margin-left: 16px;
    text-transform: uppercase;
    border-radius: 25px
}
.vg-contact-form .form-group .your-message textarea {
    height: 180px;
    color: #999;
    font-size: 12px;
    box-shadow: none;
    border: 1px solid #ebebeb;
    border-radius: 25px
}
.vg-contact-form .form-group .first-name input,
.vg-contact-form .form-group .last-name input,
.vg-contact-form .form-group .your-email input,
.vg-contact-form .form-group .your-phone input {
    height: 40px;
    box-shadow: none;
    border: 1px solid #ebebeb;
    color: #999;
    font-size: 12px;
    margin-bottom: 28px;
    border-radius: 25px
}
@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%
    }
}
@media (max-width: 320px) {
    .woocommerce .cart-collaterals .cart_totals .checkout-button,
    .woocommerce .return-to-shop {
        max-width: 100%!important;
        width: 100%!important
    }
    .tb-tab-container .tb-data-tab {
        padding: 15px!important
    }
}
.main-content .video-carousel .owl-controls .owl-nav .owl-next:before {
    left: -5px!important
}
.main-content .video-carousel .owl-controls .owl-nav .owl-next,
.main-content .video-carousel .owl-controls .owl-nav .owl-prev {
    background: 0 0
}
.main-content .video-carousel .owl-controls .owl-nav .owl-next:before,
.main-content .video-carousel .owl-controls .owl-nav .owl-prev:before {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    position: absolute;
    content: "";
    top: 1px;
    left: -2px;
    background-color: #193755;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: .4s all;
    -webkit-transition: .4s all
}
.main-content .video-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 43.8%;
    left: -70px
}
.main-content .video-carousel .owl-controls .owl-nav .owl-prev i {
    color: #fff;
    font-size: 26px;
    position: relative
}
.main-content .video-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 44.4%;
    right: -67px
}
.main-content .video-carousel .owl-controls .owl-nav .owl-next i {
    color: #fff;
    font-size: 26px;
    position: relative
}
.main-content .video-carousel .video-lightbox .html5lightbox {
    background: #100204;
    width: 65px;
    border-radius: 5px;
    height: 40px;
    opacity: 1;
    border: 0;
    transition: .4s all;
    -webkit-transition: .4s all
}
.main-content .video-carousel .video-lightbox .html5lightbox i {
    font-size: 31px;
    line-height: 41px
}
.main-content .video-carousel .video-lightbox .html5lightbox:hover {
    background: #fff
}
.main-content .video-carousel .video-lightbox .html5lightbox:hover i {
    color: #100204
}
.lightboxcontainer iframe {
    min-height: 390px
}
.video-lightbox {
    position: relative
}
.video-lightbox .box-explore {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 210px;
    min-width: 150px;
    background-color: rgba(255, 255, 255, .7)
}
.video-lightbox .box-explore h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    padding: 15px 0 0 20px;
    line-height: 20px;
    margin-bottom: 18px
}
.video-lightbox .box-explore a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: Montserrat;
    width: 100%;
    display: block;
    padding: 7px 20px
}
.video-lightbox .box-explore a i {
    vertical-align: middle;
    margin-left: 15px
}
.video-lightbox .html5lightbox {
    opacity: .7;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 3px solid #fff;
    background: #a09f9e;
    position: absolute;
    top: 47%;
    left: 47%
}
.video-lightbox .html5lightbox i {
    font-size: 27px;
    color: #fff;
    line-height: 45px;
    margin-left: 3px
}
.technology .content-tech {
    margin-top: 97px
}
.technology .content-tech .image-inner {
    margin-bottom: 36px
}
.technology .content-tech .tech-sv .icon-left h5 {
    margin: 0;
    width: 100%;
    text-align: center;
    position: relative;
    line-height: 141px
}
.technology .content-tech .tech-sv .icon-left h5:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    top: 35px;
    left: 23%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: -1
}
.technology .content-tech .tech-sv .icon-left h5 i {
    font-size: 30px
}
.technology .content-tech .tech-sv .icon-left.active h5:before {
    border: 1px solid transparent;
    transition: .5s all;
    -webkit-transition: .5s all
}
.technology .content-tech .tech-sv .icon-left.active h5 i {
    color: #FFF!important;
    transition: .5s all;
    -webkit-transition: .5s all
}
.technology .content-tech .tech-sv .content-right {
    padding: 15px 0 0
}
.technology .content-tech .tech-sv .content-right h4 {
    font-size: 14px;
    color: #111;
    font-weight: 700;
    margin-bottom: 9px
}
.technology .content-tech .tech-sv .content-right p {
    font-size: 14px;
    color: #666;
    line-height: 26px
}
.technology .icon-nav {
    text-align: right
}
.technology .icon-nav ul {
    margin: 0;
    padding: 0
}
.technology .icon-nav ul li {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer
}
.technology .icon-nav ul li i {
    color: #ccc;
    font-size: 25px
}
.compare-list tbody tr td {
    text-align: left
}
.compare-list tbody tr td ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
#sl_div div#map.slp_map {
    pointer-events: none
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    position: initial!important;
    display: inline-block;
    margin: 1px auto!important;
    width: 20%
}
.wpb_image_grid_ul:after {
    display: none
}
.tb-header-wrap .tb-logo>a,
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list>ul>li>a,
.tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd1 .widget_searchform i,
.tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd2 button a,
.tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd3 button {
    color: #fff!important
}
#tb-list-porfolio .mix .tb-thumb {
    margin-bottom: 14px
}
.vc_row {
    position: relative
}
.overlay-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.google-map .wpb_button,
.google-map .wpb_content_element {
    margin-bottom: 0!important
}
.logo-carousel img {
    width: auto!important
}
.cout-up-v4 .content-right .tb-content,
.cout-up-v4 .content-right .tb-title {
    color: #fff;
    text-shadow: #222 0 1px 1px
}
.cout-up-v4 .learn-more a {
    border-radius: 0!important
}
.call-us .learn-more a {
    padding: 11px 32px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    transition: .5s all;
    -webkit-transition: .5s all;
    border-radius: 25px
}
.call-us .learn-more a:hover {
    background-color: #2a2a2a!important
}
.call-us .call-us-content .img-center,
.call-us .call-us-content .text-us-left,
.call-us .call-us-content .text-us-right {
    display: inline-block
}
.call-us .call-us-content .img-center img {
    border-radius: 100%;
    border: 2px solid
}
.call-us .call-us-content .text-us-left {
    margin-bottom: 5px;
    transform: translate(8px, -25px);
    font-size: 12px;
    color: #111;
    position: relative;
    z-index: 1;
    padding: 17px 25px;
    font-weight: 400
}
.call-us .call-us-content .text-us-left:before {
    position: absolute;
    top: 3px;
    z-index: -1;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    padding: 10px 25px;
    background: url(http://autopro.jwsuperthemes.com/wp-content/uploads/2016/11/bg.png) no-repeat;
    background-size: cover;
    background-position-y: -4px
}
.call-us .call-us-content .text-us-right {
    margin-bottom: 5px;
    transform: translate(-8px, -25px);
    font-size: 12px;
    color: #111;
    position: relative;
    z-index: 1;
    padding: 17px 25px;
    font-weight: 400
}
.call-us .call-us-content .text-us-right:before {
    position: absolute;
    top: -4px;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    padding: 10px 25px;
    background: url(http://autopro.jwsuperthemes.com/wp-content/uploads/2016/11/bg.png) no-repeat;
    background-size: cover;
    background-position-y: -4px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}
.feature-box-icon-top-style-1 .feature-box-media {
    width: 80px;
    height: 80px;
    margin: 0 auto 22px;
    border: 1px solid #fff;
    position: relative
}
.feature-box-icon-top-style-1 .feature-box-media i {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: #fff
}
.feature-box-icon-top-style-1 .feature-box-horizontal-strokes {
    background: rgba(255, 255, 255, .5);
    height: 1px;
    margin: 0 auto;
    width: 30px
}
.feature-box-icon-top-style-1 .feature-box-detail .feature-box-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .05em
}
.feature-box-icon-top-style-1 .feature-box-detail .feature-box-content {
    padding-top: 9px
}
.feature-box-icon-top-style-1 .feature-box-detail .feature-box-content p {
    margin: 0
}
@media (max-width: 991px) {
    .feature-box-icon-top-style-1 {
        max-width: 370px;
        margin: 0 auto 30px!important
    }
}
.tb-grid.template-product-1 {
    text-align: center
}
.tb-grid.template-product-1 .controls-filter {
    list-style: none;
    margin: 0;
    padding: 0 0 70px
}
.tb-grid.template-product-1 .controls-filter li {
    display: inline-block;
    position: relative
}
.tb-grid.template-product-1 .controls-filter li a {
    color: #cacaca;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 22px;
    -webkit-transition: all .3s fade 0s;
    -moz-transition: all .3s fade 0s;
    -ms-transition: all .3s fade 0s;
    -o-transition: all .3s fade 0s
}
.tb-grid.template-product-1 .controls-filter li.active a,
.tb-grid.template-product-1 .controls-filter li:hover a {
    color: #383838
}
.tb-grid.template-product-1 .controls-filter li.active:after,
.tb-grid.template-product-1 .controls-filter li:hover:after {
    background: url(assets/images/underline-style-2.png) 100% 100% no-repeat rgba(0, 0, 0, 0);
    content: "";
    height: 100%;
    left: 50%;
    margin-top: 30px;
    position: absolute;
    top: 0;
    width: 87px;
    z-index: 9
}
.tb-grid.template-product-1 .controls-filter li+li {
    border-left: 2px solid #cacaca
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-thumb {
    position: relative;
    overflow: hidden
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-thumb .onsale {
    font-size: 13px;
    font-weight: 400;
    top: 15px;
    left: 15px;
    background: #fff;
    color: #626262;
    width: 40px;
    height: 40px;
    line-height: 40px
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-thumb img {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-title {
    margin-top: 20px
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-title a {
    font-size: 14px;
    color: #747474;
    line-height: 17px;
    text-transform: uppercase
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-wrap-price-rating {
    position: relative;
    margin-bottom: 7px
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-wrap-price-rating .tb-product-price .amount {
    font-size: 14px;
    line-height: 36px;
    color: #484848;
    margin-right: 12px
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-wrap-price-rating .tb-product-price del .amount {
    color: #c5c5c5
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-wrap-price-rating .tb-product-price ins {
    background: 0 0
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-wrap-price-rating .tb-item-rating {
    background: #fff;
    left: 0;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-wrap-price-rating .tb-item-rating .star-rating {
    float: none;
    margin: 0 auto
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .compare-button,
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .yith-wcwl-add-to-wishlist {
    background: #fff;
    padding: 0;
    margin: 10px 2px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    vertical-align: middle
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn>div.clear {
    display: none
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .yith-wcwl-add-to-wishlist {
    position: relative;
    display: inline-block;
    width: 0;
    height: 40px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .yith-wcwl-add-to-wishlist .add_to_wishlist {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .yith-wcwl-add-to-wishlist:before {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    font-family: FontAwesome;
    content: "\f004";
    color: #757575;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .yith-wcwl-add-to-wishlist:hover:before {
    color: #fff
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .compare-button {
    position: relative;
    display: inline-block;
    width: 0;
    height: 40px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .compare-button .compare {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .compare-button:before {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    font-family: FontAwesome;
    content: "\f079";
    color: #757575;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .compare-button:hover:before {
    color: #fff
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .btn-add-to-cart {
    background-color: transparent;
    border: 1px solid #c5c5c5;
    display: inline-block;
    outline: 0;
    padding: 7px 32px;
    text-align: center;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    color: #747474;
    text-transform: uppercase
}
.tb-grid.template-product-1 .tb-grid-item-inner .tb-grid-btn .btn-add-to-cart:hover {
    color: #fff
}
.tb-grid.template-product-1 .tb-grid-item-inner:hover .tb-grid-wrap-price-rating .tb-item-rating {
    opacity: 1
}
.tb-grid.template-product-1 .tb-grid-item-inner:hover .tb-grid-btn .yith-wcwl-add-to-wishlist {
    opacity: 1;
    width: 40px;
    margin-right: 10px
}
.tb-grid.template-product-1 .tb-grid-item-inner:hover .tb-grid-btn .compare-button {
    opacity: 1;
    width: 40px;
    margin-left: 10px
}
.tb-grid.template-product-2 .de-blog {
    margin-bottom: 35px
}
.tb-grid.template-product-2 .tb-grid-wrap-left {
    float: left
}
.tb-grid.template-product-2 .tb-grid-wrap-right {
    float: left;
    padding-left: 15px
}
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-grid-title {
    margin-top: 5px
}
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-grid-title a {
    color: #747474;
    font-size: 14px;
    text-transform: uppercase
}
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-grid-title,
.tb-grid.template-product-2 .tb-grid-wrap-right .tb-product-price {
    font-size: 14px
}
.tb-grid.template-product-2 .tb-grid-wrap-right .star-rating {
    float: left;
    margin-top: 3px
}
.tb-grid.template-product-2 .tb-grid-btn {
    margin-top: 27px
}
.tb-grid.template-product-2 .btn-like,
.tb-grid.template-product-2 .btn-retweet,
.tb-grid.template-product-2 .btn-shopping-cart {
    text-align: center;
    position: relative;
    color: #757575;
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #c5c5c5;
    line-height: 40px;
    margin-right: 7px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}
.tb-grid.template-product-2 .btn-like i,
.tb-grid.template-product-2 .btn-retweet i,
.tb-grid.template-product-2 .btn-shopping-cart i {
    font-size: 14px
}
.tb-grid.template-product-2 .btn-like:hover,
.tb-grid.template-product-2 .btn-retweet:hover,
.tb-grid.template-product-2 .btn-shopping-cart:hover {
    color: #fff
}
.autopro-title {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 24px
}
.autopro-title.title-three h6 {
    margin-bottom: 19px
}
.autopro-title.title-three h3 {
    margin-bottom: 35px
}
.autopro-title.title-three p {
    width: 55%;
    margin: 0 auto;
    line-height: 25px
}
.autopro-title.autopro-title-underline {
    position: relative;
    margin-bottom: 30px!important
}
.autopro-title.autopro-title-underline:after {
    content: "";
    height: 100%;
    left: 50%;
    margin-top: 30px;
    position: absolute;
    top: 0;
    width: 87px;
    z-index: 1000
}
.autopro-title.autopro-title-underline.autopro-title-underline-1 P {
    font-family: Montserrat;
    margin-bottom: 20px!important
}
.autopro-title.autopro-title-underline.autopro-title-underline-1 h3 {
    font-family: Montserrat;
    font-weight: 700;
    line-height: 36px
}
.autopro-title.autopro-title-underline.autopro-title-underline-1.tb-custom-fix-scale:after {
    left: 49.8%
}
.autopro-title.autopro-title-underline.autopro-title-underline-2 .autopro-title:after {
    display: none
}
.autopro-title-separator-wrap {
    position: relative
}
.autopro-title-separator-wrap .autopro-title {
    position: relative;
    white-space: nowrap;
    font-weight: 700;
    font-family: Montserrat
}
.autopro-title-separator-wrap .autopro-title:after {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    height: 2px;
    width: 30px
}
.autopro-title-separator-wrap .autopro-title.autopro-title-separator {
    display: inline-block;
    margin: 0;
    padding-right: 14px
}
.autopro-title-separator-wrap.title-five {
    padding-left: 40px
}
.autopro-title-separator-wrap.title-five h3 {
    font-family: Montserrat;
    font-weight: 700
}
.autopro-title-separator-wrap.title-five:after {
    width: 170px;
    height: 1px;
    position: absolute;
    content: "";
    bottom: -40px;
    left: 0
}
.autopro-title-separator-wrap.text-center .autopro-title,
.autopro-title-separator-wrap.text-right .autopro-title {
    padding-left: 13px
}
.autopro-title-separator-wrap.text-center .autopro-title:before,
.autopro-title-separator-wrap.text-right .autopro-title:before {
    display: block;
    left: -4px;
    right: auto
}
.autopro-title-separator-wrap.text-right .autopro-title {
    padding-right: 0
}
.autopro-title-separator-wrap.autopro-title-underline-2 h3:after,
.autopro-title-separator-wrap.text-right .autopro-title:after {
    display: none
}
.tb-carousel .owl-pagination {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}
.tb-carousel .owl-theme .owl-controls.clickable .owl-page:hover span,
.tb-carousel.owl-theme .owl-controls .owl-page.active span {
    background: #fff
}
.tb-carousel.owl-theme .owl-controls .owl-page span {
    border-color: #fff
}
.tb-carousel .owl-buttons .owl-next,
.tb-carousel .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    padding: 30px 20px!important;
    margin: 0!important;
    border-radius: 0!important;
    background: rgba(0, 0, 0, .8)!important;
    color: #FFF!important;
    text-transform: uppercase;
    transition: .3s;
    -webkit-transition: .3s
}
.tb-carousel .owl-buttons .owl-prev {
    left: 0;
    transform: translate3d(-100%, -50%, 0);
    -webkit-transform: translate3d(-100%, -50%, 0);
    -ms-transform: translateX(-100%) translateY(-50%)
}
.tb-carousel .owl-buttons .owl-next {
    right: 0;
    transform: translate3d(100%, -50%, 0);
    -webkit-transform: translate3d(100%, -50%, 0);
    -ms-transform: translateX(100%) translateY(-50%)
}
.tb-carousel.testimonial.default {
    padding: 15px 0;
    border-width: 1px 0;
    position: relative
}
.tb-carousel.testimonial.default .jws_theme_introtext {
    color: #fff;
    text-align: center;
    max-width: 85%;
    margin: 0 auto
}
.tb-carousel.testimonial.default .tb-image {
    float: left
}
.tb-carousel.testimonial.default .tb-image img {
    width: initial
}
.tb-carousel.testimonial.default .jws_theme_carousel_content {
    padding: 0
}
.tb-carousel.testimonial.default .jws_theme_carousel_content .jws_theme_carousel_title {
    margin: 0
}
.tb-carousel.testimonial.default .jws_theme_carousel_content .jws_theme_carousel_title a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff
}
.tb-carousel.testimonial.default .jws_theme_carousel_content .jws_theme_info_blog span {
    color: #fff
}
.tb-carousel.testimonial.default .tb-carousel-wrap-bottom {
    text-align: center;
    margin-bottom: 40px
}
.tb-carousel.testimonial.default .tb-carousel-wrap-bottom .jws_theme_carousel_content {
    display: inline-block
}
.tb-carousel.testimonial.default .tb-carousel-wrap-bottom .jws_theme_carousel_info {
    float: left;
    padding-left: 13px;
    padding-top: 6px
}
.tb-carousel.testimonial.default .owl-controls {
    margin-top: 0
}
.tb-carousel.testimonial.default .owl-buttons .owl-next,
.tb-carousel.testimonial.default .owl-buttons .owl-prev {
    position: relative;
    transform: none;
    -webkit-transform: none;
    left: initial;
    right: initial;
    padding: 0!important;
    margin: 0 10px!important;
    width: 30px;
    height: 30px;
    background: 0 0!important
}
.tb-carousel.testimonial.default .owl-buttons .owl-next:before,
.tb-carousel.testimonial.default .owl-buttons .owl-prev:before {
    font-family: "aqua icon"!important;
    font-style: normal!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "b";
    font-size: 16px;
    font-weight: 600!important;
    color: #444!important
}
.tb-carousel.testimonial.default .owl-buttons .owl-next:before {
    content: "d"
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog {
    padding: 0 15px
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .jws_theme_carousel_content {
    padding: 0;
    text-align: center
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .jws_theme_carousel_content .jws_theme_carousel_title {
    margin: 20px 0 10px
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .jws_theme_carousel_content .jws_theme_carousel_title a {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .jws_theme_carousel_content .jws_theme_position {
    font-style: italic;
    font-weight: 400
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .jws_theme_carousel_content .tb-social {
    margin-top: 10px
}
.tb-carousel.team.default .owl-wrapper .owl-item .slider-blog .jws_theme_carousel_content .tb-social li a {
    font-size: 18px;
    color: #444
}
.yith-woocompare-widget .remove {
    top: 13%!important;
    left: 0!important;
    line-height: 1.1!important
}
.yith-woocompare-widget .title {
    padding-left: 25px
}
.yith-woocompare-widget .wg-title {
    font-size: 22px;
    font-weight: 700
}
.yith-woocompare-widget .compare {
    background: #111!important;
    color: #fff!important;
    border: 1px solid #111!important
}
.yith-woocompare-widget .compare:hover {
    color: #FFF!important
}
.tb-products-tabs-gallery .vc_tta-tabs-container {
    margin: 0!important
}
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list {
    padding-left: 100px!important;
    position: relative
}
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    position: relative;
    display: inline-block;
    margin-bottom: 96px!important;
    padding: 0!important
}
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
    font-size: 32px;
    line-height: 32px;
    color: #999!important;
    border: none!important;
    font-weight: 700;
    font-family: Montserrat;
    padding: 0!important;
    background: 0 0!important;
    position: relative
}
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a,
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:active,
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:focus,
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:hover {
    color: #111!important;
    background: 0 0
}
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a span {
    padding-left: 42px
}
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:active:after,
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:focus:after,
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:hover:after {
    width: 100%
}
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:after {
    content: "";
    width: 0!important;
    position: relative;
    height: 1px;
    bottom: -36px!important;
    top: initial!important;
    left: 0;
    transition: .3s all;
    -webkit-transition: .3s all
}
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:before {
    display: none!important
}
.tb-products-tabs-gallery .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a:after {
    content: "";
    width: 170px!important;
    top: initial!important;
    position: absolute;
    height: 1px!important;
    bottom: -36px!important;
    left: 0!important;
    transition: .3s all;
    -webkit-transition: .3s all
}
.tb-products-tabs-gallery .vc_tta-panels-container .vc_tta-panels {
    background: 0 0!important;
    border: none!important
}
.tb-products-tabs-gallery .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:after,
.tb-products-tabs-gallery .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:before,
.tb-products-tabs-gallery .vc_tta-panels-container .vc_tta-panels:after,
.tb-products-tabs-gallery .vc_tta-panels-container .vc_tta-panels:before {
    border: none
}
.tb-products-tabs-gallery .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    display: block!important;
    height: 0;
    min-height: auto;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s
}
.tb-products-tabs-gallery .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
    height: auto;
    opacity: 1;
    overflow: visible
}
.tb-blog-tabs .vc_tta-tabs-container {
    margin: 0!important
}
.tb-blog-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    margin-bottom: 9px!important
}
.tb-blog-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    position: relative;
    display: inline-block;
    margin-bottom: 28px!important
}
.tb-blog-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    font-size: 12px;
    line-height: 18px;
    color: #999!important;
    background: 0 0!important;
    text-transform: uppercase;
    border: none!important;
    font-weight: 700;
    padding: 0 7px!important
}
.tb-blog-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a,
.tb-blog-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:active,
.tb-blog-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:focus,
.tb-blog-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:hover {
    color: #111!important;
    background: 0 0
}
.tb-blog-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child:before {
    display: none!important
}
.tb-blog-tabs .vc_tta-panels-container .vc_tta-panels {
    background: 0 0!important;
    border: none!important
}
.tb-blog-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:after,
.tb-blog-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:before,
.tb-blog-tabs .vc_tta-panels-container .vc_tta-panels:after,
.tb-blog-tabs .vc_tta-panels-container .vc_tta-panels:before {
    border: none
}
.tb-blog-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    display: block!important;
    height: 0;
    min-height: auto;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s
}
.tb-blog-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
    height: auto;
    opacity: 1;
    overflow: visible
}
.tb-wrap-carousel .tb-product-carousel .owl-controls .owl-dots {
    display: none!important
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner {
    border: 1px solid #ebebeb
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .tb-image {
    padding-top: 26px;
    padding-bottom: 21px
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .car-vehicles {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #f4f8fa;
    border-top: 1px solid #ebebeb
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .car-vehicles li {
    display: inline-block;
    position: relative;
    margin: 9px 12px 8px
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .car-vehicles li:first-child:before {
    display: none
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .car-vehicles li p {
    color: #999;
    font-size: 12px;
    margin-bottom: 0!important
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .car-vehicles li:before {
    content: "\f111";
    position: absolute;
    top: 0;
    left: -16px;
    color: #999;
    font-family: FontAwesome;
    font-size: 4px
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .tb-footer-content {
    text-align: center
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .tb-footer-content .contact {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .tb-footer-content .contact p {
    line-height: 25px;
    margin-bottom: 0!important
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .tb-footer-content .tb-title {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .tb-footer-content .price-inner {
    width: 190px;
    margin: 0 auto 13px;
    padding: 2px 0
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .tb-footer-content .price-inner .tb-price {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: Montserrat
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .tb-footer-content .price-inner .tb-price>span {
    display: none
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .tb-footer-content .price-inner .tb-price span {
    color: #fff;
    font-size: 12px;
    font-family: Montserrat
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .tb-footer-content .price-inner .tb-price .tb-product-price {
    border-right: 1px solid #fff;
    padding-right: 7px;
    display: initial
}
.tb-wrap-carousel .tb-product-carousel .tb-product-item-inner .tb-footer-content .price-inner .msrp {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: Montserrat
}
.carousel-homev2 .flexslider .flex-viewport ul li {
    margin-right: 11px
}
.carousel-homev2 .flexslider .flex-viewport ul li:last-child {
    margin-right: 0
}
.carousel-homev2 .flexslider .flex-viewport ul li .image-items {
    background-color: #ccc
}
body ins {
    background: 0 0
}
.tb-model-carousel .owl-controls .owl-dots {
    display: none!important
}
.tb-model-carousel .owl-controls .owl-nav div,
.tb-model-carousel .owl-controls .owl-nav div:hover {
    background: 0 0;
    border: none
}
.tb-model-carousel .tb-model-item-inner:hover {
    overflow: initial;
    transition: .3s all;
    -webkit-transition: .3s all
}
.tb-model-carousel .tb-model-item-inner:hover .tb-image img {
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transition: .3s all;
    -webkit-transition: .3s all
}
.tb-model-carousel .tb-image img {
    transition: .3s all;
    -webkit-transition: .3s all
}
.tb-model-carousel .owl-nav div {
    position: absolute
}
.tb-model-carousel .owl-nav div i {
    color: #111;
    font-size: 35px
}
.tb-model-carousel .owl-nav .owl-prev {
    left: -30px;
    top: 56px
}
.tb-model-carousel .owl-nav .owl-next {
    right: -30px;
    top: 56px
}
.tb-model-carousel .tb-content {
    margin-top: 0;
    text-align: center!important
}
.tb-model-carousel .tb-content .msrp {
    font-size: 14px
}
.tb-model-carousel .tb-content .msrp span {
    color: #999;
    margin-right: 3px
}
.tb-model-carousel .tb-content .model h4 {
    color: #111;
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto;
    margin-bottom: 0
}
.tb-center-carousel .slick-dots {
    position: absolute;
    bottom: -7px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}
.tb-center-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background-color: #ccc
}
.tb-center-carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}
.tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-content-car li p,
.tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-footer-content .tb-rating span {
    color: #fff
}
.tb-center-carousel .slick-slide.slick-current {
    pointer-events: initial!important;
    opacity: 1!important
}
.tb-center-carousel .slick-slide.slick-current .tb-normal-effect {
    pointer-events: visible!important
}
.tb-center-carousel .slick-slide.slick-current .new,
.tb-center-carousel .slick-slide.slick-current .onsale {
    left: 50px!important;
    display: block!important
}
.tb-center-carousel .slick-slide .new,
.tb-center-carousel .slick-slide .onsale,
.tb-center-carousel .tb-product-item-inner .tb-content .car-vehicles li:first-child:before {
    display: none
}
.tb-center-carousel .slick-slide.slick-current img {
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important;
    transition: .7s all;
    -webkit-transition: .7s all
}
.tb-center-carousel .slick-slide.slick-current .tb-content {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: 1.5s all;
    -webkit-transition: 1.5s all
}
.tb-center-carousel .slick-slide {
    opacity: 0.8
}
.tb-center-carousel .slick-slide .tb-content {
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1)
}
.tb-center-carousel .slick-slide img {
    transform: scale(.7);
    -webkit-transform: scale(.7);
    transition: .7s all;
    -webkit-transition: .7s all
}
.tb-center-carousel .slick-slide.slick-active {
    opacity: .4;
    pointer-events: none
}
.tb-center-carousel .slick-slide.slick-active .tb-normal-effect {
    pointer-events: none
}
.tb-center-carousel .tb-product-item-inner {
    overflow: hidden
}
.tb-center-carousel .tb-product-item-inner .tb-content {
    margin-top: 41px;
    text-align: center!important
}
.tb-center-carousel .tb-product-item-inner .tb-content.content-bottom {
    margin-bottom: 32px
}
.tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-content-car .car-vehicles:before {
    background-color: #565d69;
    left: 16%;
    top: 39px
}
.tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-content-car .car-vehicles:after {
    content: "";
    position: absolute;
    width: 370px;
    height: 1px;
    background-color: #0a0d12;
    top: 40px;
    left: 16%
}
.tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-footer-content .tb-title {
    color: #fff;
    font-size: 26px;
    margin-bottom: 11px
}
.tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-footer-content .tb-title:before {
    background-color: #565d69;
    left: 16%
}
.tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-footer-content .tb-title:after {
    content: "";
    position: absolute;
    width: 370px;
    height: 1px;
    background-color: #0a0d12;
    top: 1px;
    left: 16%
}
.tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-footer-content .tb-price {
    margin-right: 7px;
    margin-bottom: 10px
}
.tb-center-carousel .tb-product-item-inner .tb-content .btn-order {
    padding: 11px 32px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px
}
.tb-center-carousel .tb-product-item-inner .tb-content .btn-order i {
    color: #FFF
}
.tb-center-carousel .tb-product-item-inner .tb-content .car-vehicles {
    position: relative;
    margin: 0 0 18px;
    padding: 0
}
.tb-center-carousel .tb-product-item-inner .tb-content .car-vehicles:before {
    content: "";
    position: absolute;
    width: 370px;
    height: 1px;
    background-color: #f0f0f0;
    top: 41px;
    left: 24%
}
.tb-center-carousel .tb-product-item-inner .tb-content .car-vehicles li {
    display: inline-block;
    position: relative;
    margin: 0 12px
}
.tb-center-carousel .tb-product-item-inner .tb-content .car-vehicles li p {
    font-size: 12px;
    font-family: Roboto;
    color: #999
}
.tb-center-carousel .tb-product-item-inner .tb-content .car-vehicles li:before {
    content: "\f111";
    position: absolute;
    top: 0;
    left: -16px;
    color: #999;
    font-family: FontAwesome;
    font-size: 4px
}
.tb-center-carousel .tb-product-item-inner .tb-content .product-decription {
    margin-bottom: 20px
}
.tb-center-carousel .tb-product-item-inner .tb-content .product-decription p {
    font-size: 14px;
    color: #666;
    font-family: Roboto
}
.tb-center-carousel .tb-product-item-inner .tb-content .tb-footer-content .tb-price {
    margin-right: 18px;
    display: inline-block;
    margin-bottom: 19px
}
.tb-center-carousel .tb-product-item-inner .tb-content .tb-footer-content .tb-price .tb-product-price span {
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 700
}
.tb-center-carousel .tb-product-item-inner .tb-content .tb-footer-content .tb-price span {
    font-size: 16px;
    font-family: Montserrat
}
.tb-center-carousel .tb-product-item-inner .tb-content .tb-footer-content .tb-rating {
    display: inline-block;
    margin-bottom: 13px
}
.tb-center-carousel .tb-product-item-inner .tb-content .tb-footer-content .tb-rating .tb-item-rating {
    display: inline-block;
    vertical-align: middle
}
.tb-center-carousel .tb-product-item-inner .tb-content .tb-footer-content .tb-rating span {
    font-family: Roboto;
    font-size: 12px;
    color: #666;
    display: inline-block
}
.tb-center-carousel .tb-product-item-inner .tb-content .tb-footer-content .tb-rating .star-rating {
    display: inline-block;
    vertical-align: middle
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .car-vehicles li:first-child:before,
.tb-center-carousel .tb-product-item-inner .tb-content .tb-footer-content .tb-rating .woocommerce-review-link {
    display: none
}
.tb-center-carousel .tb-product-item-inner .tb-content .tb-footer-content .tb-title {
    position: relative;
    padding-top: 12px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #111;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase
}
.tb-center-carousel .tb-product-item-inner .tb-content .tb-footer-content .tb-title:before {
    content: "";
    position: absolute;
    width: 370px;
    height: 1px;
    background-color: #f0f0f0;
    top: 0;
    left: 24%
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content {
    margin-top: 32px
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .btn-order {
    padding: 11px 32px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    transition: .5s all;
    -webkit-transition: .5s all;
    border-radius: 25px
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .btn-order i {
    color: #FFF
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .btn-order:hover {
    background-color: #2a2a2a!important
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .car-vehicles {
    margin: 0 0 18px;
    padding: 0
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .car-vehicles li {
    display: inline-block;
    position: relative;
    margin-right: 24px
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .car-vehicles li p {
    font-size: 12px;
    font-family: Roboto;
    color: #999
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .car-vehicles li:before {
    content: "\f111";
    position: absolute;
    top: 0;
    left: -16px;
    color: #999;
    font-family: FontAwesome;
    font-size: 4px
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .product-decription {
    margin-bottom: 20px
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .product-decription p {
    font-size: 14px;
    color: #666;
    font-family: Roboto
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .tb-footer-content .tb-price {
    margin-bottom: 19px
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .tb-footer-content .tb-price .tb-product-price span {
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 700
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .tb-footer-content .tb-price span {
    font-size: 16px;
    font-family: Montserrat
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .tb-footer-content .tb-rating {
    margin-bottom: 13px
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .tb-footer-content .tb-rating .star-rating {
    display: inline-block;
    vertical-align: middle
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .tb-footer-content .tb-rating span {
    font-family: Roboto;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .tb-footer-content .tb-rating .woocommerce-review-link {
    display: none
}
.product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .tb-footer-content .tb-title {
    margin-bottom: 8px;
    font-size: 16px;
    color: #111;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase
}
.product-carousel-thumbnail #image-slider .flex-direction-nav .flex-nav-prev {
    left: 0
}
.product-carousel-thumbnail #image-slider .flex-direction-nav .flex-nav-next {
    right: 0
}
.product-carousel-thumbnail #image-slider .flex-direction-nav li {
    position: absolute;
    top: 39px
}
.product-carousel-thumbnail #image-slider .flex-direction-nav li a {
    background-color: #999c9d;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 100%
}
.product-carousel-thumbnail #image-slider .flex-direction-nav li a i {
    color: #FFF;
    transform: translateY(4px);
    -moz-transform: translateY(3px)
}
.product-carousel-thumbnail #product-thumbnail {
    margin-bottom: 18px
}
.product-carousel-thumbnail #product-thumbnail .flex-direction-nav {
    display: none
}
.product-carousel-thumbnail #product-thumbnail .slides {
    width: 100%!important;
    text-align: center;
    padding-left: 50px
}
.product-carousel-thumbnail #product-thumbnail .slides .flex-active-slide .image-items a img {
    opacity: 1
}
.product-carousel-thumbnail #product-thumbnail .slides li .image-items a img {
    opacity: .3
}
.tb-contact-tabs .vc_tta-tabs-container {
    margin: 0!important
}
.tb-contact-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    position: relative
}
.tb-contact-tabs .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(1) {
    padding-left: 0;
    padding-right: 19px
}
.tb-contact-tabs .vc_tta-tabs-container .vc_tta-tabs-list li a {
    border-right: 1px solid #3a3e49;
    padding-right: 28px;
    border-radius: 0;
    line-height: 20px;
    font-family: Montserrat
}
.tb-contact-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    position: relative;
    display: inline-block;
    margin-bottom: 58px!important;
    padding: 0 14px!important
}
.tb-contact-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
    font-size: 26px;
    line-height: 26px;
    color: #ccc!important;
    font-weight: 700;
    border: none!important;
    padding: 0!important;
    background: 0 0!important;
    text-transform: uppercase;
    position: relative
}
.tb-contact-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a,
.tb-contact-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:active,
.tb-contact-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:focus,
.tb-contact-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:hover {
    color: #111!important;
    background: 0 0
}
.tb-contact-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:before {
    display: none!important
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels {
    background: 0 0!important;
    border: none!important
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels:after,
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels:before {
    border: none
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    display: block!important;
    height: 0;
    min-height: auto;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    background: 0 0!important
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpcf7 form .text-center {
    margin-bottom: 20px!important
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpcf7 form .form-group {
    margin-bottom: 30px
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpcf7 form .form-group p {
    color: #222;
    font-family: Montserrat;
    font-size: 12px;
    text-transform: uppercase
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpcf7 form .form-group .wpcf7-submit {
    font-size: 14px;
    font-weight: 700;
    color: #fefefe;
    width: 275px;
    float: none
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpcf7 form::-webkit-input-placeholder {
    color: #222
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpcf7 form::-moz-placeholder {
    color: #222
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpcf7 form:-ms-input-placeholder {
    color: #222
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpcf7 form:-moz-placeholder {
    color: #222
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpcf7 form input,
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpcf7 form select {
    height: 50px;
    border: 1px solid #ebebeb;
    color: #222;
    font-family: Montserrat;
    font-size: 12px;
    border-radius: 0;
    box-shadow: none
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:after,
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:before {
    border: none
}
.tb-contact-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
    height: auto;
    opacity: 1;
    overflow: visible
}
.tb-products-tabs3 .vc_tta-tabs-container {
    margin: 0!important
}
.tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list {
    position: relative
}
.tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    position: relative;
    display: inline-block;
    margin-bottom: 47px!important;
    padding: 0 14px!important
}
.tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
    font-size: 12px;
    line-height: 18px;
    color: #696969!important;
    border: none!important;
    padding: 0!important;
    background: 0 0!important;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}
.tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a,
.tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:active,
.tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:focus,
.tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:hover {
    background: 0 0
}
.tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:active:after,
.tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:focus:after,
.tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:hover:after {
    width: 100%!important
}
.tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:after {
    content: "";
    width: 0!important;
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 0;
    transition: .3s all;
    -webkit-transition: .3s all
}
.tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:before {
    display: none!important
}
.tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a:after {
    content: "";
    width: 100%!important;
    position: absolute;
    height: 2px!important;
    bottom: 0!important;
    left: 0!important;
    transition: .3s all;
    -webkit-transition: .3s all
}
.tb-products-tabs3 .vc_tta-panels-container .vc_tta-panels {
    background: 0 0!important;
    border: none!important
}
.tb-products-tabs3 .vc_tta-panels-container .vc_tta-panels:after,
.tb-products-tabs3 .vc_tta-panels-container .vc_tta-panels:before {
    border: none
}
.tb-products-tabs3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    display: block!important;
    height: 0;
    min-height: auto;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s
}
.tb-products-tabs3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .owl-nav .owl-next {
    right: -25px!important;
    padding-left: 0!important
}
.tb-products-tabs3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .owl-nav .owl-prev {
    left: -24px!important
}
.tb-products-tabs3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .owl-nav div {
    background-color: rgba(0, 0, 0, .5)!important;
    width: 40px!important;
    height: 40px!important;
    text-align: center!important;
    top: 47%!important;
    line-height: 40px!important;
    color: #fff!important;
    font-size: 25px!important;
    border-radius: 0;
    opacity: 1!important
}
.tb-products-tabs3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .owl-nav div:after,
.tb-products-tabs3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .owl-nav div:before {
    display: none
}
.tb-products-tabs3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:after,
.tb-products-tabs3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:before {
    border: none
}
.tb-products-tabs3 .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
    height: auto;
    opacity: 1;
    overflow: visible;
    background: 0 0!important
}
.tb-products-tabs .vc_tta-tabs-container {
    margin: 0!important
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    position: relative
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    position: relative;
    display: inline-block;
    margin-bottom: 54px!important;
    padding: 0 14px!important
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
    font-size: 11px;
    line-height: 17px;
    color: #666!important;
    background: #fff!important;
    padding: 5px 15px!important;
    border: 1px solid #ccc!important;
    width: 100px!important;
    text-transform: uppercase;
    border-radius: 25px!important
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a,
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:active,
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:focus,
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:hover {
    color: #fff!important;
    border-color: transparent
}
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:after,
.tb-products-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a:before {
    display: none!important
}
.tb-products-tabs .vc_tta-panels-container .vc_tta-panels {
    background: 0 0!important;
    border: none!important
}
.tb-products-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:after,
.tb-products-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body:before,
.tb-products-tabs .vc_tta-panels-container .vc_tta-panels:after,
.tb-products-tabs .vc_tta-panels-container .vc_tta-panels:before {
    border: none
}
.tb-products-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    display: block!important;
    height: 0;
    min-height: auto;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s
}
.tb-products-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
    height: auto;
    opacity: 1;
    overflow: visible
}
.woocommerce .tb-product-item-inner {
    position: relative;
    margin-bottom: 30px
}
.woocommerce .tb-product-item-inner .tb-image {
    position: relative;
    line-height: 0;
    padding-top: 50px
}
.woocommerce .tb-product-item-inner .tb-image img {
    width: 100%;
    height: auto
}
.woocommerce .tb-product-item-inner .tb-image .new {
    top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    right: 0;
    text-align: center;
    z-index: 10;
    line-height: 40px
}
.woocommerce .tb-product-item-inner .tb-image .new:after {
    position: absolute;
    content: "";
    top: 3px;
    z-index: -1
}
.woocommerce .tb-product-item-inner .tb-image .onsale {
    position: absolute;
    right: 20px;
    background: #547ee8;
    color: #fff;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    z-index: 10;
    z-index: 1;
    top: 25px;
    left: -17px;
    font-size: 10px;
    font-family: Montserrat;
    font-weight: 300;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.woocommerce .tb-product-item-inner .tb-image .onsale:before {
    left: -17px;
    width: 0;
    top: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-top: 18px solid #547ee8;
    border-left: 18px solid #547ee8;
    border-bottom: 18px solid #547ee8;
    position: absolute;
    content: "";
    transform: rotate(180deg);
    z-index: -1
}
.woocommerce .tb-product-item-inner .tb-image .onsale span {
    margin-right: 4px
}
.woocommerce .tb-product-item-inner:hover .tb-content .tb-price-rating .tb-item-rating {
    opacity: 1
}
.woocommerce .tb-product-item-inner:after {
    content: "";
    display: block;
    clear: both
}
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
    content: "\F006\F006\F006\F006\F006";
    font-family: FontAwesome;
    top: -1px
}
.woocommerce .star-rating {
    letter-spacing: .15em;
    line-height: 27px;
    height: 25px
}
.woocommerce .star-rating:before {
    left: 1px
}
.woocommerce .star-rating span {
    display: none!important
}
.woocommerce .tb-image .tb-action>div.clear,
.woocommerce .woocommerce-tabs .tabs li:after,
.woocommerce .woocommerce-tabs .tabs li:before {
    display: none
}
.woocommerce .tb-item-rating {
    font-size: 11.5px
}
.woocommerce .tb-item-rating .star-rating {
    margin: 0;
    float: none
}
.woocommerce .woocommerce-tabs {
    margin-top: 28px
}
.woocommerce .woocommerce-tabs .tabs {
    padding: 0!important;
    margin: 0!important
}
.woocommerce .woocommerce-tabs .tabs:before {
    border: 0!important
}
.woocommerce .woocommerce-tabs .tabs li {
    box-shadow: none!important;
    border-radius: 0!important;
    background: 0 0!important;
    margin: 0!important;
    border: 0!important;
    text-transform: uppercase
}
.woocommerce .woocommerce-tabs .tabs li a {
    color: #999!important;
    font-size: 14px!important;
    font-weight: 400!important;
    letter-spacing: 0
}
.woocommerce .woocommerce-tabs .panel {
    padding: 23px 0 0!important;
    box-shadow: none!important
}
.woocommerce .woocommerce-tabs .panel h2 {
    font-size: 16px;
    margin: 20px 0
}
.woocommerce .woocommerce-tabs .panel#tab-video iframe {
    width: 100%
}
.woocommerce .tb-image .tb-action {
    -webkit-transition: all .7s!important;
    -moz-transition: all .7s!important;
    -o-transition: all .7s!important;
    transition: all .7s!important
}
.woocommerce .tb-image:hover .tb-action {
    opacity: 1;
    left: 0
}
.woocommerce .tb-image>a {
    display: block
}
.woocommerce .tb-image:hover>a:before {
    opacity: 1;
    bottom: 0
}
.woocommerce .tb-products-grid .tb-product-item-inner {
    overflow: hidden;
    border: 1px solid transparent
}
.woocommerce .tb-products-grid .tb-product-item-inner:hover {
    transition: .3s all;
    -webkit-transition: .3s all
}
.woocommerce .tb-products-grid .tb-product-item-inner:hover .tb-image img {
    transition: .3s all;
    -webkit-transition: .3s all;
    transform: scale(.8);
    -webkit-transform: scale(.8)
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-image img {
    transition: .3s all;
    -webkit-transition: .3s all
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content {
    margin-top: 41px;
    text-align: center!important
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .btn-order {
    padding: 11px 32px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    transition: .5s all;
    -webkit-transition: .5s all;
    border-radius: 25px
}
.woocommerce.tb-products-grid.tpl5 .tb-content .tb-footer-content .tb-title a,
.woocommerce.tb-products-grid.tpl5 .tb-woo-one-column .tb-product-item-inner .tb-title a {
    text-transform: initial!important
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .btn-order i {
    color: #FFF
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .btn-order:hover {
    background-color: #2a2a2a!important
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-content-car {
    position: relative
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-content-car .before-cus {
    left: 47%;
    transform: translatex(47%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -16px;
    position: absolute;
    z-index: 5
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-content-car:after,
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-content-car:before {
    content: "";
    position: absolute
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-content-car:after {
    width: 100%;
    height: 1px;
    background-color: #e4e6e8;
    top: -13px;
    left: 0
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-content-car:before {
    left: 47%;
    transform: translatex(47%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #e4e6e8;
    top: -18px
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .car-vehicles {
    margin: 0;
    padding: 0
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .car-vehicles li:first-child:before {
    display: none
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .car-vehicles li {
    display: inline-block;
    position: relative;
    margin: 0 12px
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .car-vehicles li p {
    font-size: 12px;
    font-family: Roboto;
    color: #999;
    margin-bottom: 15px!important
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .car-vehicles li:before {
    content: "\f111";
    position: absolute;
    top: 0;
    left: -16px;
    color: #999;
    font-family: FontAwesome;
    font-size: 4px
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .product-decription {
    margin-bottom: 20px
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .product-decription p {
    font-size: 14px;
    color: #666;
    font-family: Roboto
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content .tb-price {
    padding: 4px 10px;
    width: 130px;
    margin: 0 auto 11px;
    border-radius: 25px
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content .tb-price .tb-product-price span,
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content .tb-price span {
    font-size: 12px;
    font-family: Montserrat;
    color: #FFF;
    font-weight: 700
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content .tb-rating {
    margin-bottom: 13px
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content .tb-rating .tb-item-rating {
    display: inline-block;
    vertical-align: middle
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content .tb-rating span {
    font-family: Roboto;
    font-size: 12px;
    color: #999;
    display: inline-block
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content .tb-rating .woocommerce-review-link {
    display: none
}
.woocommerce .tb-products-grid .tb-product-item-inner .tb-content .tb-footer-content .tb-title {
    margin-bottom: 30px;
    font-size: 14px;
    color: #111;
    font-family: Montserrat;
    font-weight: 700
}
.woocommerce .tb-products-grid .flex-direction-nav .flex-nav-next {
    right: 0
}
.woocommerce .tb-products-grid .flex-direction-nav li {
    position: absolute;
    top: 39px
}
.woocommerce .tb-products-grid .flex-direction-nav li a {
    background-color: #999c9d;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 100%
}
.woocommerce .tb-products-grid .flex-direction-nav li a i {
    color: #FFF;
    transform: translateY(4px)
}
.woocommerce .tb-products-grid .owl-stage .owl-item.active.end .tooltip {
    display: none!important
}
.woocommerce .tb-product-carousel3 .tb-product-item-inner .tb-image .tb-color-attribute,
.woocommerce .tb-products-grid.col-lg-4 .tb-image .tb-color-attribute {
    bottom: 38px
}
.woocommerce.tb-products-grid.tpl3 .tb-header-content {
    opacity: 1;
    height: auto;
    position: static
}
.woocommerce.tb-products-grid.tpl3 .tb-product-item-inner .tb-footer-content {
    float: left;
    width: 100%
}
.woocommerce.tb-products-grid.tpl3 .tb-product-item-inner .tb-footer-content .tb-item-rating {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important;
    opacity: 1;
    height: auto;
    -webkit-transform: none;
    transform: none
}
.woocommerce.tb-products-grid.tpl3 .tb-product-item-inner .tb-footer-content .tb-product-price {
    height: auto!important;
    opacity: 1!important;
    -webkit-transform: none!important;
    transform: none!important
}
.woocommerce.tb-products-grid.tpl3 .tb-content {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}
.woocommerce.tb-products-grid.tpl3 .tb-product-item-inner:hover .tb-content {
    z-index: 20;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}
.woocommerce.tb-products-grid.tpl3 .tb-product-item-inner .tb-image .tb-color-attribute {
    bottom: 108px
}
.woocommerce.tpl1 .products-widget .tb-product-item {
    margin-bottom: 40px!important
}
.woocommerce.tpl1 .products-widget .tb-product-item .tb-image {
    width: 120px
}
.woocommerce.tpl1 .products-widget .tb-product-item .tb-content {
    padding-left: 140px
}
.woocommerce.tpl1 .products-widget .tb-product-item .tb-content .tb-title a {
    margin-top: 5px
}
.woocommerce.tpl1 .products-widget .tb-product-item .tb-products-grid {
    position: absolute;
    bottom: 0;
    height: 25px
}
.woocommerce.tpl1 .products-widget .tb-product-item .tb-products-grid .tb-product-item-inner {
    margin: 0
}
.woocommerce.tpl1 .products-widget .tb-product-item .tb-products-grid .tb-product-item-inner .tb-action {
    padding-left: 137px;
    width: 165px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important
}
.woocommerce.tpl1 .products-widget .tb-product-item:hover .tb-products-grid .tb-product-item-inner .tb-action {
    width: 100%;
    overflow: visible
}
.woocommerce.tpl1 .tb-woo-one-column .tb-product-item {
    margin-bottom: 35px!important
}
.woocommerce .tb-view-more-link {
    text-align: center;
    position: relative;
    margin-bottom: 20px
}
.woocommerce .tb-view-more-link a {
    width: 200px;
    display: inline-block;
    position: relative
}
.woocommerce .tb-view-more-link a span {
    font-family: Montserrat;
    font-size: 14px;
    color: #111;
    padding: 11px 50px;
    margin-bottom: 19px;
    border: 1px solid #ccc;
    transition: .5s all;
    -webkit-transition: .5s all;
    border-radius: 25px
}
.woocommerce .tb-view-more-link a:hover span {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color: #FFF
}
.tooltip-inner {
    text-indent: 0!important
}
.woocommerce.tb-product-carousel {
    position: relative
}
.woocommerce.tb-product-carousel .tb-product-item {
    margin: 0 auto
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav>div {
    -webkit-transition: all .7s!important;
    -moz-transition: all .7s!important;
    -o-transition: all .7s!important;
    transition: all .7s!important;
    z-index: 99;
    top: 40%;
    line-height: 27px;
    margin-top: -18px;
    text-align: center;
    color: #787878;
    background: 0 0;
    opacity: 0;
    position: absolute
}
.tb-category-slider:hover .owl-controls .owl-nav>div,
.tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu .tb-menu-list>ul>li:hover:after,
.tb-products-tabs:hover .owl-controls .owl-nav>div,
.tb-wrap-carousel:hover .owl-controls .owl-nav>div,
.widget.woocommerce.widget_layered_nav ul li.chosen>a:before,
.widget.woocommerce.widget_layered_nav ul li.current-cat>a:before,
.widget.woocommerce.widget_product_categories ul li.chosen>a:before,
.widget.woocommerce.widget_product_categories ul li.current-cat>a:before,
.woocommerce.tb-product-carousel:hover .owl-controls .owl-nav>div {
    opacity: 1
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav>div i {
    position: relative;
    z-index: 2
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav>div.owl-prev {
    left: -18px
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav>div.owl-next {
    right: -18px;
    padding-left: 3px
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav>div:before {
    background-color: #fff
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav>div:hover {
    color: #fff
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav>div:hover:after {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    z-index: 1
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav>div:hover:before {
    border-color: #fff
}
.woocommerce.tb-product-carousel .owl-controls .owl-dots {
    bottom: -30px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center
}
.woocommerce.tb-product-carousel .owl-controls .owl-dots .owl-dot {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    width: 12px
}
.woocommerce.tb-product-carousel .owl-stage .owl-item.active:last-child .tooltip {
    display: none!important
}
.vc_tta-panels-container {
    z-index: 100
}
@media (min-width: 992px) and (max-width: 1200px) {
    .woocommerce.tb-product-carousel .tb-product-item .tb-content .tb-action .btn-add-to-cart {
        padding: 7px 20px
    }
    .woocommerce.tb-product-carousel .tb-product-item:hover .tb-content .tb-action .compare-button {
        margin-left: 2px
    }
}
@media (max-width: 767px) {
    .woocommerce.tb-product-carousel .tb-product-item {
        margin: 0 auto 30px
    }
}
.woocommerce.tb-products-grid.tpl2 .tb-product-item-inner .tb-content .tb-content-car .before-cus {
    border-bottom: 6px solid #f4f8fa
}
.woocommerce.tb-products-grid.tpl5 .tb-woo-one-column .tb-product-item-inner {
    border: 1px solid transparent;
    transition: .3s all;
    -webkit-transition: .3s all
}
.woocommerce.tb-products-grid.tpl5 .tb-woo-one-column .tb-product-item-inner:hover .tb-image img {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    transition: .3s all;
    -webkit-transition: .3s all
}
.woocommerce.tb-products-grid.tpl5 .tb-woo-one-column .tb-product-item-inner .tb-content {
    margin-top: 41px
}
.woocommerce.tb-products-grid.tpl5 .tb-woo-one-column .tb-product-item-inner .tb-content .tb-content-car {
    position: relative
}
.woocommerce.tb-products-grid.tpl5 .tb-woo-one-column .tb-product-item-inner .tb-content .tb-content-car:before {
    left: 47%;
    transform: translatex(47%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #6e7686;
    top: -18px;
    content: "";
    position: absolute
}
.woocommerce.tb-products-grid.tpl5 .tb-woo-one-column .tb-product-item-inner .tb-content .tb-content-car:after {
    width: 100%;
    height: 1px;
    background-color: #6e7686;
    top: -13px;
    left: 0;
    content: "";
    position: absolute
}
.woocommerce.tb-products-grid.tpl5 .tb-woo-one-column .tb-product-item-inner .tb-content .tb-content-car .before-cus {
    left: 47%;
    transform: translatex(47%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #566174!important;
    top: -16px;
    position: absolute;
    z-index: 5
}
.woocommerce.tb-products-grid.tpl5 .tb-woo-one-column .tb-product-item-inner .tb-image img {
    transition: .3s all;
    -webkit-transition: .3s all
}
.woocommerce.tb-products-grid.tpl5 .tb-woo-one-column .tb-product-item-inner .tb-title {
    color: #fff;
    font-size: 14px!important;
    margin-top: 4px!important;
    text-align: center;
    font-weight: 700;
    font-family: Montserrat;
    margin-bottom: 15px
}
.woocommerce.tb-products-grid.tpl5 .tb-woo-one-column .tb-product-item-inner .tb-price {
    padding: 1px 0;
    width: 120px;
    margin: 0 auto;
    text-align: center
}
.woocommerce.tb-products-grid.tpl4 .tb-product-item-inner .tb-content .tb-content-car:after,
.woocommerce.tb-products-grid.tpl5 .tb-product-item-inner .tb-content .tb-content-car:after {
    left: 7%;
    width: 86%
}
.woocommerce.tb-products-grid.tpl5 .tb-woo-one-column .tb-product-item-inner .tb-price span {
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 700
}
.woocommerce.tb-products-grid.tpl5 .tb-product-item-inner {
    background-color: #566174
}
.woocommerce.tb-products-grid.tpl5 .tb-product-item-inner .tb-content .tb-footer-content .tb-price {
    padding: 1px 0;
    margin-bottom: 4px;
    background-color: transparent
}
.woocommerce.tb-products-grid.tpl5 .tb-content .tb-footer-content .tb-title {
    margin-bottom: 12px;
    color: #FFF
}
.woocommerce.tb-products-grid.tpl5 .before-cus {
    border-bottom: 6px solid #566174!important
}
.woocommerce.tb-products-grid.tpl5 .tb-content .tb-content-car:before {
    border-bottom: 6px solid #6e7686!important
}
.woocommerce.tb-products-grid.tpl5 .tb-content .tb-content-car:after {
    background-color: #6e7686!important
}
.woocommerce.tb-products-grid.tpl6 .tb-product-item-inner {
    background-color: #FFF;
    border: 1px solid #ebebeb
}
.woocommerce.tb-products-grid.tpl6 .tb-product-item-inner .tb-image {
    padding-top: 50px
}
.woocommerce.tb-products-grid.tpl6 .tb-content .tb-footer-content .tb-title {
    margin-bottom: 34px
}
.woocommerce.tb-products-grid.tpl6 .tb-product-item-inner .tb-content .tb-footer-content .tb-price {
    background-color: transparent;
    margin-bottom: 0
}
.woocommerce.tb-products-grid.tpl6 .before-cus {
    border-bottom: 6px solid #fff!important
}
.woocommerce.tb-products-grid.tpl4 .tb-product-item-inner {
    background-color: #FFF
}
.woocommerce.tb-products-grid.tpl4 .tb-product-item-inner:hover .tb-content .tb-footer-content .tb-price span {
    color: #FFF
}
.woocommerce.tb-products-grid.tpl4 .tb-product-item-inner .tb-content .tb-footer-content .tb-price {
    background-color: transparent;
    border: 1px solid #ededed
}
.woocommerce.tb-products-grid.tpl4 .before-cus {
    border-bottom: 6px solid #fff!important
}
@media (min-width: 992px) and (max-width: 1200px) {
    .woocommerce.tb-products-grid.tpl1 .tb-product-item .tb-content .tb-action .btn-add-to-cart {
        padding: 7px 20px
    }
    .woocommerce.tb-products-grid.tpl1 .tb-product-item:hover .tb-content .tb-action .compare-button {
        margin-left: 2px
    }
}
@media (max-width: 767px) {
    .woocommerce.tb-products-grid.tpl1 .tb-product-item {
        margin: 0 auto 30px
    }
}
.woocommerce .archive-products,
.woocommerce .search-car-result {
    padding-top: 60px;
    background-color: #f4f8fa;
    padding-bottom: 116px
}
.woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner,
.woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner {
    transition: .3s all;
    -webkit-transition: .3s all;
    border: 1px solid transparent;
    background-color: #FFF
}
.widget.woocommerce.widget_layered_nav ul li>a,
.widget.woocommerce.widget_product_categories ul li>a,
.widget.woocommerce.widget_products>ul>li>a,
.widget.woocommerce.widget_top_rated_products>ul>li>a,
.widget.yith-woocompare-widget>a,
.widget.yith-woocompare-widget>a.compare,
.widget.yith-woocompare-widget>ul>li>a.remove {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s
}
.woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car,
.woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car {
    padding: 11px 20px 11px 0;
    position: relative;
    border-top: 1px solid #ebebeb
}
.woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car .tb-item-content-info,
.woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car .tb-item-content-info {
    min-height: auto
}
.woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles,
.woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles {
    margin: 0;
    padding: 0
}
.woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li,
.woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li {
    display: inline-block;
    position: relative;
    margin: 0 12px
}
.woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li:first-child,
.woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li:first-child {
    margin-left: 0
}
.woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li:first-child:before,
.woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li:first-child:before {
    display: none
}
.woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li:before,
.woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li:before {
    content: "\f111";
    position: absolute;
    top: 0;
    left: -16px;
    color: #999;
    font-family: FontAwesome;
    font-size: 4px
}
.woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li p,
.woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li p {
    font-size: 12px;
    font-family: Roboto;
    color: #999;
    margin-bottom: 0!important
}
.woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-title a,
.woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-title a {
    font-size: 14px;
    color: #111b29;
    font-family: Montserrat;
    font-weight: 700;
    position: relative
}
.woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-title a:after,
.woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-title a:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    bottom: -16px;
    left: 0
}
.woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-price,
.woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-price {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 8px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700
}
.woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-price>span,
.woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-price>span {
    margin: 0 2px
}
.woocommerce .archive-products .tb-sidebar-left .loop-car,
.woocommerce .archive-products .tb-sidebar-right .loop-car,
.woocommerce .search-car-result .tb-sidebar-left .loop-car,
.woocommerce .search-car-result .tb-sidebar-right .loop-car {
    margin-bottom: 30px
}
.woocommerce .archive-products .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget,
.woocommerce .archive-products .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget,
.woocommerce .search-car-result .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget,
.woocommerce .search-car-result .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget {
    padding: 14px 15px 44px;
    margin-bottom: 18px
}
.woocommerce .archive-products .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-submit,
.woocommerce .archive-products .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-submit,
.woocommerce .search-car-result .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-submit,
.woocommerce .search-car-result .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-submit {
    border-top: 1px solid #ebebeb;
    padding-top: 19px
}
.woocommerce .archive-products .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-submit h4,
.woocommerce .archive-products .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-submit h4,
.woocommerce .search-car-result .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-submit h4,
.woocommerce .search-car-result .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-submit h4 {
    text-align: left;
    bottom: -40px
}
.woocommerce .archive-products .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-submit input,
.woocommerce .archive-products .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-submit input,
.woocommerce .search-car-result .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-submit input,
.woocommerce .search-car-result .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-submit input {
    width: 220px
}
.woocommerce .archive-products .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price,
.woocommerce .archive-products .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price,
.woocommerce .search-car-result .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price,
.woocommerce .search-car-result .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price {
    margin-bottom: 28px
}
.woocommerce .archive-products .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price .meta-range,
.woocommerce .archive-products .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price .meta-range,
.woocommerce .search-car-result .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price .meta-range,
.woocommerce .search-car-result .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price .meta-range {
    width: 210px
}
.woocommerce .archive-products .widget-area-shop .widget_search li .price-range,
.woocommerce .archive-products .widget-area-shop .widget_search li .price-range .slider-horizontal,
.woocommerce .archive-products .widget-area-shop .widget_search li input,
.woocommerce .archive-products .widget-area-shop .widget_search li select,
.woocommerce .search-car-result .widget-area-shop .widget_search li .price-range,
.woocommerce .search-car-result .widget-area-shop .widget_search li .price-range .slider-horizontal,
.woocommerce .search-car-result .widget-area-shop .widget_search li input,
.woocommerce .search-car-result .widget-area-shop .widget_search li select {
    width: 100%
}
.woocommerce .archive-products .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price .range-max,
.woocommerce .archive-products .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price .range-min,
.woocommerce .archive-products .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price .range-max,
.woocommerce .archive-products .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price .range-min,
.woocommerce .search-car-result .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price .range-max,
.woocommerce .search-car-result .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price .range-min,
.woocommerce .search-car-result .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price .range-max,
.woocommerce .search-car-result .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price .range-min {
    bottom: -29px
}
.woocommerce .archive-products .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget input,
.woocommerce .archive-products .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget select,
.woocommerce .archive-products .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget input,
.woocommerce .archive-products .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget select,
.woocommerce .search-car-result .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget input,
.woocommerce .search-car-result .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget select,
.woocommerce .search-car-result .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget input,
.woocommerce .search-car-result .tb-sidebar-right .sidebar-area .widget_search_filter_register_widget select {
    margin-bottom: -1px
}
.woocommerce .archive-products .tb-product-items .tb-product-item,
.woocommerce .search-car-result .tb-product-items .tb-product-item {
    margin-bottom: 0
}
.woocommerce .archive-products .tb-woo-four-column .tb-product-item-inner,
.woocommerce .archive-products .tb-woo-three-column .tb-product-item-inner,
.woocommerce .archive-products .tb-woo-two-column .tb-product-item-inner,
.woocommerce .search-car-result .tb-woo-four-column .tb-product-item-inner,
.woocommerce .search-car-result .tb-woo-three-column .tb-product-item-inner,
.woocommerce .search-car-result .tb-woo-two-column .tb-product-item-inner {
    background-color: #fff!important
}
.woocommerce .archive-products .tb-woo-four-column .tb-product-item-inner .tb-content,
.woocommerce .archive-products .tb-woo-three-column .tb-product-item-inner .tb-content,
.woocommerce .archive-products .tb-woo-two-column .tb-product-item-inner .tb-content,
.woocommerce .search-car-result .tb-woo-four-column .tb-product-item-inner .tb-content,
.woocommerce .search-car-result .tb-woo-three-column .tb-product-item-inner .tb-content,
.woocommerce .search-car-result .tb-woo-two-column .tb-product-item-inner .tb-content {
    margin-top: 0
}
.woocommerce .archive-products .tb-woo-four-column .tb-product-item-inner .tb-footer-content .tb-title,
.woocommerce .archive-products .tb-woo-three-column .tb-product-item-inner .tb-footer-content .tb-title,
.woocommerce .archive-products .tb-woo-two-column .tb-product-item-inner .tb-footer-content .tb-title,
.woocommerce .search-car-result .tb-woo-four-column .tb-product-item-inner .tb-footer-content .tb-title,
.woocommerce .search-car-result .tb-woo-three-column .tb-product-item-inner .tb-footer-content .tb-title,
.woocommerce .search-car-result .tb-woo-two-column .tb-product-item-inner .tb-footer-content .tb-title {
    margin-bottom: 35px
}
.woocommerce .archive-products .tb-woo-four-column .tb-product-item-inner .tb-content-car .before-cus,
.woocommerce .archive-products .tb-woo-three-column .tb-product-item-inner .tb-content-car .before-cus,
.woocommerce .archive-products .tb-woo-two-column .tb-product-item-inner .tb-content-car .before-cus,
.woocommerce .search-car-result .tb-woo-four-column .tb-product-item-inner .tb-content-car .before-cus,
.woocommerce .search-car-result .tb-woo-three-column .tb-product-item-inner .tb-content-car .before-cus,
.woocommerce .search-car-result .tb-woo-two-column .tb-product-item-inner .tb-content-car .before-cus {
    border-bottom: 6px solid #fff
}
.woocommerce .archive-products .tb-woo-four-column .tb-product-item-inner .tb-price,
.woocommerce .archive-products .tb-woo-three-column .tb-product-item-inner .tb-price,
.woocommerce .archive-products .tb-woo-two-column .tb-product-item-inner .tb-price,
.woocommerce .search-car-result .tb-woo-four-column .tb-product-item-inner .tb-price,
.woocommerce .search-car-result .tb-woo-three-column .tb-product-item-inner .tb-price,
.woocommerce .search-car-result .tb-woo-two-column .tb-product-item-inner .tb-price {
    background: 0 0!important;
    margin-bottom: 0
}
.woocommerce .archive-products .widget-area-shop .tb-woo-banner,
.woocommerce .search-car-result .widget-area-shop .tb-woo-banner {
    max-width: 320px;
    margin: 0 auto
}
.tb-login-form,
.tb-register-form {
    max-width: 500px
}
.woocommerce .archive-products .widget-area-shop .widget_search,
.woocommerce .search-car-result .widget-area-shop .widget_search {
    padding: 12px 15px 0;
    box-shadow: 0 0 15px #eaeef0;
    margin-bottom: 30px;
    background-color: #FFF
}
.woocommerce .archive-products .widget-area-shop .widget_search .searchandfilter ul li,
.woocommerce .search-car-result .widget-area-shop .widget_search .searchandfilter ul li {
    padding-top: 2px
}
.woocommerce .archive-products .widget-area-shop .widget_search .sf-field-post-meta-_price .meta-slider,
.woocommerce .search-car-result .widget-area-shop .widget_search .sf-field-post-meta-_price .meta-slider {
    top: -5px
}
.woocommerce .archive-products .widget-area-shop .widget_search .sf-field-post-meta-_price .range-min,
.woocommerce .search-car-result .widget-area-shop .widget_search .sf-field-post-meta-_price .range-min {
    left: 3px;
    bottom: -41px
}
.woocommerce .archive-products .widget-area-shop .widget_search .sf-field-post-meta-_price .range-max,
.woocommerce .search-car-result .widget-area-shop .widget_search .sf-field-post-meta-_price .range-max {
    bottom: -41px;
    right: -25px
}
.woocommerce .archive-products .widget-area-shop .widget_search .sf-field-post-meta-_price h4,
.woocommerce .search-car-result .widget-area-shop .widget_search .sf-field-post-meta-_price h4 {
    display: block;
    padding-bottom: 12px!important;
    margin-bottom: 5px
}
.woocommerce .archive-products .widget-area-shop .widget_search .button input,
.woocommerce .search-car-result .widget-area-shop .widget_search .button input {
    margin-bottom: 12px;
    width: 100%;
    margin-top: 10px
}
.woocommerce .archive-products .widget-area-shop .widget_search .button h4,
.woocommerce .search-car-result .widget-area-shop .widget_search .button h4 {
    color: #999;
    text-align: left;
    position: initial;
    font-size: 10px
}
.woocommerce .archive-products .widget-area-shop .widget_search .field-range-price,
.woocommerce .search-car-result .widget-area-shop .widget_search .field-range-price {
    padding: 0 0 36px;
    border-bottom: 1px solid #ebebeb
}
.woocommerce .archive-products .widget-area-shop .widget_search .field-range-price .price-range,
.woocommerce .search-car-result .widget-area-shop .widget_search .field-range-price .price-range {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px)
}
.woocommerce .archive-products .widget-area-shop .widget_search .field-range-price .slider-handle,
.woocommerce .search-car-result .widget-area-shop .widget_search .field-range-price .slider-handle {
    top: -4px
}
.woocommerce .archive-products .widget-area-shop .widget_search .field-range-price .slider-track,
.woocommerce .search-car-result .widget-area-shop .widget_search .field-range-price .slider-track {
    height: 4px
}
.woocommerce .archive-products .widget-area-shop .widget_search .field-range-price .slider-track .slider-selection,
.woocommerce .search-car-result .widget-area-shop .widget_search .field-range-price .slider-track .slider-selection {
    background-image: none;
    box-shadow: none!important
}
.woocommerce .archive-products .widget-area-shop .widget_search .field-range-price #price-max,
.woocommerce .archive-products .widget-area-shop .widget_search .field-range-price #price-min,
.woocommerce .search-car-result .widget-area-shop .widget_search .field-range-price #price-max,
.woocommerce .search-car-result .widget-area-shop .widget_search .field-range-price #price-min {
    margin-top: -2px
}
.woocommerce .archive-products .widget-area-shop .widget_search .field-range-price h4,
.woocommerce .search-car-result .widget-area-shop .widget_search .field-range-price h4 {
    margin-bottom: 10px
}
.woocommerce .archive-products .widget-area-shop .widget_search li,
.woocommerce .search-car-result .widget-area-shop .widget_search li {
    margin: 0
}
.woocommerce .archive-products .widget-area-shop .widget_search li h4,
.woocommerce .search-car-result .widget-area-shop .widget_search li h4 {
    position: absolute;
    font-size: 12px;
    color: #111;
    font-family: Montserrat;
    top: 0;
    left: 0;
    padding: 5px 0 4px
}
.woocommerce .archive-products .widget-area-shop .widget_search li input,
.woocommerce .search-car-result .widget-area-shop .widget_search li input {
    margin-top: 26px
}
.woocommerce .archive-products .widget-area-shop .search-filter-container form ul li .arrow:before,
.woocommerce .search-car-result .widget-area-shop .search-filter-container form ul li .arrow:before {
    top: 58%!important
}
.woocommerce .archive-products .widget-area-shop .wg-title,
.woocommerce .search-car-result .widget-area-shop .wg-title {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 0;
    color: #111;
    position: relative;
    text-transform: uppercase
}
.woocommerce .archive-products .widget-area-shop .wg-title:after,
.woocommerce .search-car-result .widget-area-shop .wg-title:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 40px;
    top: 50%;
    left: 157px
}
.woocommerce .archive-products .woocommerce-result-count,
.woocommerce .search-car-result .woocommerce-result-count {
    white-space: nowrap
}
.woocommerce .archive-products .tb-start-shop-loop,
.woocommerce .search-car-result .tb-start-shop-loop {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 7px 10px 0 9px
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-pagination,
.woocommerce .archive-products .tb-start-shop-loop .tb-view-as,
.woocommerce .search-car-result .tb-start-shop-loop .tb-shop-pagination,
.woocommerce .search-car-result .tb-start-shop-loop .tb-view-as {
    width: 25%;
    float: left
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering,
.woocommerce .search-car-result .tb-start-shop-loop .tb-shop-catalog-ordering {
    width: 65%;
    margin-left: 10%;
    float: left
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering form,
.woocommerce .search-car-result .tb-start-shop-loop .tb-shop-catalog-ordering form {
    width: 100%;
    margin: 0
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering form select,
.woocommerce .search-car-result .tb-start-shop-loop .tb-shop-catalog-ordering form select {
    display: inline;
    width: 20%;
    padding: 0 5px;
    height: 30px;
    border-radius: 25px
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by,
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by,
.woocommerce .search-car-result .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by,
.woocommerce .search-car-result .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by {
    width: 80%;
    float: left;
    text-align: right;
    line-height: 28px;
    color: #111;
    font-family: Montserrat;
    font-size: 10px;
    text-transform: uppercase
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by span,
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by span,
.woocommerce .search-car-result .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-short-by span,
.woocommerce .search-car-result .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by span {
    margin-right: 6px
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by,
.woocommerce .search-car-result .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by {
    text-align: right;
    width: 20%
}
.woocommerce .archive-products .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by select,
.woocommerce .search-car-result .tb-start-shop-loop .tb-shop-catalog-ordering .tb-woo-sort-by select {
    width: 90px;
    padding: 0 5px 0 10px;
    border-radius: 25px
}
.woocommerce .archive-products .tb-start-shop-loop .woocommerce-result-count,
.woocommerce .search-car-result .tb-start-shop-loop .woocommerce-result-count {
    margin: 0;
    line-height: 33px;
    margin-bottom: 0!important
}
.woocommerce .archive-products .tb-start-shop-loop.tb-shop-topbar-full,
.woocommerce .search-car-result .tb-start-shop-loop.tb-shop-topbar-full {
    box-shadow: 0 0 15px #eaeef0;
    margin-bottom: 30px
}
.woocommerce .archive-products .tb-start-shop-loop.tb-shop-topbar-full .tb-shop-catalog-ordering,
.woocommerce .search-car-result .tb-start-shop-loop.tb-shop-topbar-full .tb-shop-catalog-ordering {
    width: 50%;
    margin-left: 0
}
.woocommerce .archive-products .tb-after-shop-loop,
.woocommerce .search-car-result .tb-after-shop-loop {
    margin-top: -20px
}
.woocommerce .archive-products .tb-after-shop-loop.border-top,
.woocommerce .search-car-result .tb-after-shop-loop.border-top {
    border-top: 1px solid #f0f0f0
}
.woocommerce .archive-products .tb-after-shop-loop:after,
.woocommerce .search-car-result .tb-after-shop-loop:after {
    clear: both;
    content: "";
    display: block;
    margin-bottom: 40px
}
.woocommerce .archive-products.grid-full-width .widget_search,
.woocommerce .search-car-result.grid-full-width .widget_search {
    padding: 12px 15px 17px
}
.woocommerce .archive-products.grid-full-width .widget_search .wg-title,
.woocommerce .search-car-result.grid-full-width .widget_search .wg-title {
    padding-left: 6px
}
.woocommerce .archive-products.grid-full-width .widget_search ul .button input,
.woocommerce .search-car-result.grid-full-width .widget_search ul .button input {
    margin-bottom: 0;
    width: 100%;
    margin-top: 33px
}
.woocommerce .archive-products.grid-full-width .widget_search ul .field-range-price,
.woocommerce .search-car-result.grid-full-width .widget_search ul .field-range-price {
    border-bottom: none;
    padding-bottom: 0
}
.woocommerce .archive-products.grid-full-width .widget_search ul li,
.woocommerce .search-car-result.grid-full-width .widget_search ul li {
    position: relative;
    margin: 0 6px
}
.woocommerce .archive-products.grid-full-width .widget_search ul li .price-range,
.woocommerce .archive-products.grid-full-width .widget_search ul li .price-range .slider-horizontal,
.woocommerce .search-car-result.grid-full-width .widget_search ul li .price-range,
.woocommerce .search-car-result.grid-full-width .widget_search ul li .price-range .slider-horizontal {
    width: 170px
}
.woocommerce .archive-products.grid-full-width .widget_search ul li input,
.woocommerce .archive-products.grid-full-width .widget_search ul li select,
.woocommerce .search-car-result.grid-full-width .widget_search ul li input,
.woocommerce .search-car-result.grid-full-width .widget_search ul li select {
    width: 252px;
    margin-top: 33px
}
body.woocommerce .archive-products.grid-full-width .widget-area-shop .widget_search ul li .arrow:before {
    top: 65%!important
}
.woocommerce .archive-products.grid-full-width .tb-view-as,
.woocommerce .search-car-result.grid-full-width .tb-view-as {
    width: 20%
}
.woocommerce .archive-products.grid-full-width .tb-start-shop-loop .tb-shop-catalog-ordering,
.woocommerce .search-car-result.grid-full-width .tb-start-shop-loop .tb-shop-catalog-ordering {
    width: 80%
}
.woocommerce .archive-products.grid-full-width .tb-shop-attribute,
.woocommerce .search-car-result.grid-full-width .tb-shop-attribute {
    width: 35%
}
.woocommerce .archive-products.grid-full-width .tb-shop-attribute .widget,
.woocommerce .search-car-result.grid-full-width .tb-shop-attribute .widget {
    margin-bottom: -10px!important
}
.woocommerce .archive-products.grid-full-width .tb-shop-attribute .widget.widget_layered_nav,
.woocommerce .search-car-result.grid-full-width .tb-shop-attribute .widget.widget_layered_nav {
    float: left
}
.woocommerce .archive-products.grid-full-width .tb-shop-attribute .widget .wg-title,
.woocommerce .search-car-result.grid-full-width .tb-shop-attribute .widget .wg-title {
    color: #5b5b5b
}
.woocommerce .archive-products.grid-full-width .tb-shop-attribute .widget.widget_price_filter,
.woocommerce .search-car-result.grid-full-width .tb-shop-attribute .widget.widget_price_filter {
    float: right;
    min-width: 153px
}
.woocommerce .type-product.product s .tb-content {
    text-align: left
}
.woocommerce .type-product.product s .tb-content .tb-title a {
    text-transform: uppercase;
    display: block;
    margin-top: 2px
}
.woocommerce .type-product.product s .woocommerce .type-product.product s .tb-content .tb-price .tb-product-price {
    font-size: 14px;
    color: #838383;
    font-family: Roboto;
    font-weight: 400
}
.woocommerce .type-product.product s .tb-content .tb-price .tb-product-no-price span {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #2e2e2e;
    border: 1px solid #d0d0d0;
    margin-right: 7px
}
.woocommerce .type-product.product s .tb-content .tb-price .tb-product-no-price span:first-child {
    background-color: #edddd0
}
.woocommerce .type-product.product s .tb-content .tb-price .tb-product-no-price span:last-child {
    background-color: #fff
}
.woocommerce .tb-product-items .tb-product-item {
    margin-bottom: 9px
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column {
    text-align: left;
    margin-bottom: 5px
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner {
    text-align: left;
    display: inline-block;
    width: 100%
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .clear,
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn a.btn-add-to-cart.added {
    display: none
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-title {
    margin-top: 20px;
    padding-bottom: 17px
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-category {
    margin: 3px 0 -1px
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-image {
    width: 270px;
    float: left
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info {
    width: calc(100% - 300px);
    float: left;
    margin-left: 30px;
    min-height: 270px;
    position: relative
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-content {
    margin: 10px 0 20px
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn {
    margin-top: 58px
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn a {
    float: left
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn a.added_to_cart:before,
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn a.btn-add-to-cart:before {
    margin: 2px 0 0 -10px
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .star-rating,
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .woocommerce-review-link {
    float: left;
    font-size: 13px;
    color: #a0a0a0
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .woocommerce-review-link {
    color: #a0a0a0;
    margin-left: 15px;
    line-height: 22px;
    font-size: 13px
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .woocommerce-product-rating {
    margin: 9px 0 -2px
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .ro-rate {
    margin: 5px 0 0
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .star-rating {
    margin-top: 5px
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price {
    margin-top: 6px;
    display: block
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price .amount {
    font-size: 14px;
    color: #838383
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price del {
    margin-right: 6px
}
.woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-wrap-price-rating .tb-product-price del .amount {
    font-size: 14px;
    line-height: 24px;
    color: #b1b1b1
}
.woocommerce .tb-view-as span {
    margin-right: 10px
}
.woocommerce .tb-view-as .jws_theme_action_grid {
    margin-right: 0
}
.woocommerce .tb-view-as .jws_theme_action {
    color: #999;
    height: 23px;
    width: 23px;
    line-height: 23px;
    display: inline-block;
    text-align: center;
    font-size: 14px
}
@media (max-width: 992px) {
    .woocommerce .archive-products .tb-start-shop-loop .tb-shop-pagination,
    .woocommerce .archive-products .tb-start-shop-loop .tb-view-as {
        width: 50%
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-content {
        max-height: 92px;
        overflow: hidden
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce .archive-products .products .tb-product-item .tb-product-item-inner:hover .tb-product-btn .compare-button {
        margin-left: 2px
    }
    .woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-image {
        width: 170px
    }
    .woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info {
        width: calc(100% - 200px);
        min-height: 170px
    }
    .woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-title {
        margin-top: 0
    }
    .woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-content {
        display: none
    }
    .woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .compare-button {
        margin-left: 4px
    }
}
@media (max-width: 767px) {
    .woocommerce .archive-products .widget-area {
        margin: 0 auto
    }
    .woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-content {
        overflow: hidden
    }
    .woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn {
        margin-top: 35px
    }
}
@media (max-width: 640px) {
    .woocommerce .archive-products .products {
        margin: 0 auto
    }
    .woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-image {
        float: none;
        width: auto;
        margin-bottom: 30px
    }
    .woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info {
        width: 100%;
        min-height: auto;
        margin-left: 0;
        padding-left: 15px
    }
    .woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-title {
        margin-top: 0
    }
    .woocommerce .archive-products .products .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-item-content-info .tb-product-btn .compare-button {
        margin-left: 4px
    }
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li {
    margin: 0
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li:after,
.woocommerce div.product div.woocommerce-tabs ul.tabs li:before {
    height: 0
}
.woocommerce .products .product span.onsale {
    min-height: initial!important
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    border-radius: 0!important;
    box-shadow: none!important
}
.woocommerce .woocommerce-pagination ul {
    border: none!important;
    width: 100%;
    text-align: center
}
.woocommerce .woocommerce-pagination ul li {
    float: none!important;
    border: none!important
}
.woocommerce .woocommerce-pagination ul li+li {
    padding-left: 10px
}
.woocommerce .woocommerce-pagination ul li .page-numbers {
    border: 1px solid #999c9d;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999c9d;
    padding: 0;
    text-align: center
}
.woocommerce .woocommerce-pagination ul li .page-numbers.current,
.woocommerce .woocommerce-pagination ul li .page-numbers:hover {
    color: #fff
}
@media (max-width: 991px) {
    .our-best-product .vc_empty_space {
        height: 0!important
    }
    .our-best-product .products {
        margin-bottom: 30px!important
    }
    .our-best-product .products .tb-product-items {
        margin: auto
    }
}
.widget.woocommerce {
    margin-bottom: 20px
}
.widget.woocommerce#autopro_woocommerce_layered_nav-2 {
    margin-bottom: 30px
}
.widget.woocommerce.widget_layered_nav ul li,
.widget.woocommerce.widget_product_categories ul li {
    position: relative;
    padding: 4px 0
}
.widget.woocommerce.widget_layered_nav ul li>a,
.widget.woocommerce.widget_product_categories ul li>a {
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    color: #363636;
    display: block
}
.widget.woocommerce.widget_layered_nav ul li.cat-parent>a,
.widget.woocommerce.widget_product_categories ul li.cat-parent>a {
    position: relative
}
.widget.woocommerce.widget_layered_nav ul li.cat-parent>a:after,
.widget.woocommerce.widget_product_categories ul li.cat-parent>a:after {
    position: absolute;
    top: 50%;
    content: "+";
    right: 0;
    font-size: 24px;
    z-index: 5;
    margin-top: -19px;
    color: #adadad
}
.widget.woocommerce.widget_layered_nav ul li.cat-parent>.count,
.widget.woocommerce.widget_product_categories ul li.cat-parent>.count {
    right: 15px
}
.widget.woocommerce.widget_layered_nav ul li.cat-parent ul.children,
.widget.woocommerce.widget_product_categories ul li.cat-parent ul.children {
    margin: 0;
    display: none
}
.widget.woocommerce.widget_layered_nav ul li.cat-parent ul.children li:last-child,
.widget.woocommerce.widget_product_categories ul li.cat-parent ul.children li:last-child {
    border-bottom: none
}
.widget.woocommerce.widget_layered_nav ul li.cat-parent.open>a:after,
.widget.woocommerce.widget_product_categories ul li.cat-parent.open>a:after {
    content: "-"
}
.widget.woocommerce.widget_layered_nav ul li.cat-parent.open ul.children,
.widget.woocommerce.widget_product_categories ul li.cat-parent.open ul.children {
    display: block
}
.widget.woocommerce.widget_layered_nav ul li .count,
.widget.woocommerce.widget_product_categories ul li .count {
    color: #a1a1a1;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 6px
}
.widget.woocommerce.widget_products>ul,
.widget.woocommerce.widget_top_rated_products>ul {
    margin-top: -10px
}
.widget.woocommerce.widget_products>ul>li,
.widget.woocommerce.widget_top_rated_products>ul>li {
    position: relative;
    min-height: 120px;
    margin-bottom: 45px;
    padding: 25px 0 0 110px;
    border: none;
    border-top: 1px solid #f0f0f0
}
.widget.woocommerce.widget_products>ul>li>a,
.widget.woocommerce.widget_top_rated_products>ul>li>a {
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    margin: 5px 0
}
.widget.woocommerce.widget_products>ul>li>a:before,
.widget.woocommerce.widget_top_rated_products>ul>li>a:before {
    width: 80px;
    left: 5px
}
.widget.woocommerce.widget_products>ul>li>a>img,
.widget.woocommerce.widget_top_rated_products>ul>li>a>img {
    position: absolute;
    top: 25px;
    left: 0;
    width: 90px;
    margin: 0
}
.widget.woocommerce.widget_products>ul>li .amount,
.widget.woocommerce.widget_top_rated_products>ul>li .amount {
    font-size: 14px;
    line-height: 18px;
    color: #838383;
    display: inline-block;
    margin-top: 6px
}
.widget.woocommerce.widget_products>ul>li del .amount,
.widget.woocommerce.widget_top_rated_products>ul>li del .amount {
    text-decoration: line-through;
    font-size: 14px;
    color: #b9b9b9
}
.widget.woocommerce.widget_products>ul>li:first-child,
.widget.woocommerce.widget_top_rated_products>ul>li:first-child {
    margin-top: 0;
    border-top: none
}
.widget.woocommerce.widget_product_search #searchform {
    position: relative
}
.widget.woocommerce.widget_product_search #searchform input[type=submit],
.widget.woocommerce.widget_product_search #searchform label {
    display: none
}
.widget.woocommerce.widget_product_search #searchform input {
    margin-bottom: 0
}
.widget.woocommerce.widget_product_search #searchform:after {
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: 10px;
    text-decoration: inherit;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud {
    margin-top: 14px
}
.widget.woocommerce.widget_product_tag_cloud a {
    border: 1px solid #f0f0f0;
    display: inline-block;
    line-height: normal;
    margin-right: 12px;
    padding: 5px 12px 7px;
    font-size: 13px!important;
    color: #6b6b6b;
    margin-bottom: 14px
}
.widget.woocommerce.widget_product_tag_cloud a:hover {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff
}
#text-2 {
    margin-bottom: 17px!important
}
.tb-shop-attribute .wg-title {
    float: left;
    display: inline-block;
    font-size: 13px
}
.tb-shop-attribute select {
    float: left;
    width: 104px;
    margin-left: 11px;
    padding: 0 5px;
    height: 30px
}
.tb-shop-attribute .widget:last-child select {
    float: right
}
.widget.yith-woocompare-widget>ul {
    margin-bottom: 15px!important;
    border-bottom: 1px solid #ebebeb
}
.widget.yith-woocompare-widget>ul>li {
    position: relative;
    padding: 0!important;
    border: none!important
}
.widget.yith-woocompare-widget>ul>li>a {
    font-size: 13px;
    font-weight: 400;
    line-height: 32px
}
.widget.yith-woocompare-widget>ul>li>a.remove:hover {
    color: #fff!important;
    background: #2a2a2a
}
.widget.yith-woocompare-widget>ul>li:last-child {
    margin-bottom: 15px
}
.widget.yith-woocompare-widget>a {
    font-size: 13px;
    font-weight: 400;
    color: #747474;
    text-transform: uppercase;
    margin-bottom: 10px
}
.widget.yith-woocompare-widget>a.compare {
    background: 0 0;
    border: 1px solid #ebebeb
}
.widget.yith-woocompare-widget>a.compare:hover {
    color: #fff;
    background: #2a2a2a;
    border-color: #2a2a2a
}
.tb-sideabr-feature-box {
    position: relative
}
.tb-sideabr-feature-box>img {
    width: 100%;
    height: auto
}
.tb-sideabr-feature-box .tb-info {
    position: absolute;
    bottom: 30px;
    left: 50%;
    min-width: 230px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    padding: 30px 10px;
    -webit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.tb-sideabr-feature-box .tb-info>h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: .15em;
    color: #3a3a3a;
    margin: 0
}
.tb-sideabr-feature-box .tb-info>h3 {
    font-size: 23px;
    font-weight: 300;
    line-height: 33px;
    color: #3a3a3a;
    letter-spacing: .15em;
    margin: 0 0 20px
}
.tb-sideabr-feature-box .tb-info>h6 {
    margin: 0
}
.tb-sideabr-feature-box .tb-info>h6>a {
    font-size: 13px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: .15em;
    color: #9c9c9c;
    padding-top: 5px;
    border-top: 1px solid #9c9c9c
}
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
    height: 40px!important;
    margin: 0
}
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus {
    height: 18px!important
}
#comments .commentlist .avatar {
    border: none!important;
    box-shadow: none!important;
    height: auto!important;
    margin: 0!important;
    outline: 0!important;
    padding: 0!important;
    width: 32px!important
}
.jws_theme_right_fx_wrap {
    background: 0 0!important
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .header {
    padding-right: 20px;
    transition: .3s;
    -webkit-transition: .3s
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .header a {
    position: relative;
    display: inline-block;
    color: #333
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .header a i {
    font-size: 24px
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .header a span {
    color: #FFF;
    border-radius: 2px;
    display: inline-block;
    font-size: 9px;
    height: 17px;
    left: -6px;
    line-height: 17px;
    position: absolute;
    text-align: center;
    top: -16px;
    width: 17px;
    box-shadow: 0 0 2px 0 rgba(16, 16, 16, .2)
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .shopping_cart_dropdown {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, .9);
    color: #FFF
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .shopping_cart_dropdown.in .shopping_cart_dropdown_inner {
    animation: cartIn .6s ease;
    -webkit-animation: cartIn .6s ease
}
.jws_theme_right_fx_wrap .widget_mini_cart_wrap .shopping_cart_dropdown h3 {
    color: #FFF
}
.ro-mini-cart-mobile {
    position: absolute;
    top: 20px;
    right: 60px
}
.ro-mini-cart-mobile a {
    position: relative;
    display: inline-block;
    color: #333
}
.ro-mini-cart-mobile a i {
    font-size: 18px
}
.ro-mini-cart-mobile a span {
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 9px;
    height: 17px;
    left: 10px;
    line-height: 17px;
    position: absolute;
    text-align: center;
    top: -8px;
    width: 17px;
    box-shadow: 0 0 2px 0 rgba(16, 16, 16, .2)
}
.woocommerce-cart table.cart th {
    color: #333
}
.woocommerce-cart table.cart .product-thumbnail {
    width: 200px
}
.woocommerce-cart table.cart .product-thumbnail img {
    width: 150px
}
.woocommerce-cart table.cart .product-name a {
    color: #444
}
.woocommerce-cart table.cart .product-remove a {
    color: #444!important
}
.woocommerce-cart table.cart .product-remove a:hover {
    background: 0 0
}
@keyframes rotateEff {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}
@-webkit-keyframes rotateEff {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes cartIn {
    from {
        opacity: 0;
        transform: scale(.9)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}
@-webkit-keyframes cartIn {
    from {
        opacity: 0;
        -webkit-transform: scale(.9)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}
.widget_mini_cart_wrap.tb-cart-empty .cart_total {
    display: none
}
.widget_mini_cart_wrap.tb-cart-empty .mini-cart-footer,
.widget_mini_cart_wrap.tb-cart-empty .shop_table.cart {
    display: none!important
}
.tb-tab-container {
    border: 1px solid #efefef;
    display: inline-block;
    width: 100%
}
.tb-tab-container .etabs {
    margin: 15px 0 0;
    padding: 0;
    float: left;
    width: 35%
}
.tb-tab-container .etabs .tab {
    display: inline-block;
    width: 100%;
    background: #fdfdfd;
    border-top: 1px solid #efefef
}
.tb-tab-container .etabs .tab:last-child {
    border-bottom: 1px solid #efefef
}
.tb-tab-container .etabs .tab a {
    font-size: 12px;
    color: #676767;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 11px 20px;
    outline: 0
}
.tb-tab-container .etabs .tab a.active {
    color: #fff
}
.tb-tab-container .tb-data-tab {
    float: left;
    width: 65%;
    border-left: 1px solid #efefef;
    padding: 15px 40px;
    min-height: 220px
}
.tb-tab-container .tb-data-tab .coupon>label {
    margin-bottom: 5px
}
.tb-tab-container .tb-data-tab form input[type=text],
.tb-tab-container .tb-data-tab form select {
    font-size: 11px;
    height: 26px;
    line-height: 0!important
}
.tb-tab-container button[type=submit],
.tb-tab-container input[type=submit] {
    background-color: transparent;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    color: #474747;
    display: inline-block;
    outline: 0;
    height: 32px;
    padding: 0 22px;
    text-align: center;
    font-size: 11px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 400
}
.tb-tab-container button[type=submit]:hover,
.tb-tab-container input[type=submit]:hover {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff
}
.tb-tab-container .panel-container {
    background: #fff;
    border: 1px solid #666;
    padding: 10px;
    -moz-border-radius: 0 4px 4px;
    -webkit-border-radius: 0 4px 4px
}
.woocommerce-shipping-calculator .tb-form-calculator-title {
    margin-bottom: 10px;
    color: #555
}
.woocommerce-shipping-calculator .form-shipping-calculator button[type=submit] {
    margin-left: 138px
}
.woocommerce-shipping-calculator .form-shipping-calculator p {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px!important
}
.woocommerce-shipping-calculator .form-shipping-calculator p label {
    width: 135px;
    float: left;
    color: #666;
    font-size: 12px;
    font-weight: 400
}
.woocommerce-shipping-calculator .form-shipping-calculator p input,
.woocommerce-shipping-calculator .form-shipping-calculator p select {
    float: left;
    width: calc(100% - 135px)!important;
    min-width: 110px
}
.vc_tta-tabs-list {
    z-index: -1
}
.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
    margin: 0!important
}
body .single-product {
    padding-top: 60px
}
body .single-product .title-vehicles {
    text-align: center;
    font-size: 26px;
    color: #222;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 11px
}
body .single-product .dowload-pfd .dowload-pfd-inner {
    padding-top: 51px;
    padding-bottom: 60px
}
body .single-product .dowload-pfd .dowload-pfd-inner .title-detail {
    margin-bottom: 64px
}
body .single-product .dowload-pfd .dowload-pfd-inner .dowload-link {
    padding: 40px 0 0;
    margin: 0;
    list-style-type: none
}
body .single-product .dowload-pfd .dowload-pfd-inner .dowload-link li {
    margin-bottom: 16px
}
body .single-product .dowload-pfd .dowload-pfd-inner .dowload-link li a {
    position: relative;
    color: #111;
    font-size: 14px;
    font-family: Roboto;
    padding-left: 35px
}
body .single-product .dowload-pfd .dowload-pfd-inner .dowload-link li a:before {
    content: "\f019";
    position: absolute;
    top: 0;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome
}
body .single-product .car-color-inner #image-slider .flex-direction-nav .flex-nav-next a,
body .single-product .car-color-inner #image-slider .flex-direction-nav .flex-nav-prev a,
body .single-product .car-color-inner #product-thumbnail .flex-direction-nav .flex-nav-next a,
body .single-product .car-color-inner #product-thumbnail .flex-direction-nav .flex-nav-prev a {
    color: #111;
    font-size: 36px
}
body .single-product .gallery {
    padding-top: 61px;
    padding-bottom: 140px
}
body .single-product .gallery .title-detail {
    margin-bottom: 59px
}
body .single-product .car-compare .car-compare-inner {
    padding-top: 61px;
    padding-bottom: 68px
}
body .single-product .car-compare .car-compare-inner .title-detail {
    margin-bottom: 55px
}
body .single-product .drive {
    padding-top: 65px
}
body .single-product .drive .title-detail {
    margin-bottom: 70px
}
body .single-product .drive p img {
    margin-top: 35px
}
body .single-product .car-color-inner {
    padding-top: 62px
}
body .single-product .car-color-inner .caption-car {
    width: 52%;
    text-align: center;
    margin: 50px auto
}
body .single-product .car-color-inner #product-thumbnail {
    position: relative;
    margin-top: 30px
}
body .single-product .car-color-inner #product-thumbnail ul li {
    opacity: .5
}
body .single-product .car-color-inner #product-thumbnail ul .flex-active-slide {
    opacity: 1!important
}
body .single-product .car-color-inner #product-thumbnail .flex-direction-nav {
    display: none
}
body .single-product .car-color-inner #product-thumbnail .flex-direction-nav .flex-nav-prev {
    position: absolute;
    top: 31%;
    left: -20px
}
body .single-product .car-color-inner #product-thumbnail .flex-direction-nav .flex-nav-next {
    position: absolute;
    top: 31%;
    right: -20px
}
body .single-product .car-color-inner #image-slider {
    position: relative;
    z-index: 1
}
body .single-product .car-color-inner #image-slider .flex-direction-nav .flex-nav-prev {
    position: absolute;
    top: 50%;
    left: -20px
}
body .single-product .car-color-inner #image-slider .flex-direction-nav .flex-nav-next {
    position: absolute;
    top: 50%;
    right: -20px
}
body .single-product .title-detail h5 {
    color: #222;
    font-size: 26px;
    font-weight: 700
}
body .single-product .tb-sidebar {
    padding-top: 6px
}
body .single-product .tb-sidebar .contact-dealer,
body .single-product .tb-sidebar .test-dealer {
    background-color: #fff;
    padding-top: 26px;
    margin-top: 30px;
    padding-bottom: 26px;
    padding-left: 28px
}
body .single-product .tb-sidebar .contact-dealer .icon-left,
body .single-product .tb-sidebar .test-dealer .icon-left {
    font-size: 22px;
    display: inline-block;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #111;
    text-align: center;
    margin-right: 19px;
    transform: translateY(-2px)
}
body .single-product .tb-sidebar .contact-dealer .content-right,
body .single-product .tb-sidebar .test-dealer .content-right {
    display: inline-block
}
body .single-product .tb-sidebar .contact-dealer .content-right h6,
body .single-product .tb-sidebar .test-dealer .content-right h6 {
    font-size: 12px;
    font-weight: 100;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 7px
}
body .single-product .tb-sidebar .contact-dealer .content-right .btn-info,
body .single-product .tb-sidebar .test-dealer .content-right .btn-info {
    font-size: 12px;
    font-weight: 100;
    width: 145px;
    color: #fff;
    font-family: Montserrat;
    text-transform: uppercase;
    background-color: #111;
    border: 0;
    outline: 0;
    padding: 5px 0
}
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container {
    padding-bottom: 22px
}
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs {
    position: relative
}
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .border-top-car {
    left: 47%;
    transform: translatex(47%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -5px;
    position: absolute;
    z-index: 5
}
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs:after {
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    top: -1px;
    left: 0;
    content: "";
    position: absolute
}
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs:before {
    left: 47%;
    transform: translatex(47%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ebebeb;
    top: -7px;
    content: "";
    position: absolute
}
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left,
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right {
    padding: 33px 0 0;
    margin: 0;
    display: inline-block;
    width: 49.5%
}
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left li,
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right li {
    padding: 0 0 24px
}
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left .img-lef,
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right .img-lef {
    display: inline-block;
    width: 40%
}
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left .img-lef img,
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right .img-lef img {
    width: auto
}
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left .cont-right,
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right .cont-right {
    display: inline-block;
    width: 58%;
    vertical-align: top;
    padding-top: 0
}
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left .cont-right h5,
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right .cont-right h5 {
    color: #999;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 0
}
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left .cont-right h4,
body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right .cont-right h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0
}
body .single-product .tb-sidebar .tb-woo-car-detail .pricing-car .btn-info {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Montserrat;
    font-size: 14px;
    padding: 15px 0;
    border: 0;
    outline: 0
}
body .single-product .tb-sidebar .tb-woo-car-detail .pricing-car .btn-info:hover {
    background-color: #2a2a2a
}
body .single-product .tb-sidebar .tb-woo-car-detail .pricing-car .btn-info i {
    margin-right: 6px
}
body .single-product .tb-sidebar .tb-woo-car-detail .ro-product-price-meta {
    padding-top: 35px
}
body .single-product .tb-sidebar .tb-woo-car-detail .ro-product-price-meta .tb-product-price {
    text-align: center
}
body .single-product .tb-sidebar .tb-woo-car-detail .ro-product-price-meta .tb-product-price .msrp {
    display: inline-block;
    font-weight: 700;
    font-family: Montserrat;
    font-size: 14px
}
body .single-product .tb-sidebar .tb-woo-car-detail .ro-product-price-meta .tb-product-price .price-car {
    margin-right: 13px;
    display: inline-block;
    margin-bottom: 21px
}
body .single-product .tb-sidebar .tb-woo-car-detail .ro-product-price-meta .tb-product-price .price-car del {
    text-decoration: none
}
body .single-product .tb-sidebar .tb-woo-car-detail .ro-product-price-meta .tb-product-price .price-car ins {
    display: none
}
body .single-product .tb-sidebar .tb-woo-car-detail .ro-product-price-meta .tb-product-price .price-car span {
    font-weight: 700;
    font-family: Montserrat;
    font-size: 14px;
    margin: 0 1px;
    text-transform: uppercase
}
body .single-product .tb-sidebar .tb-woo-car-detail .ro-product-price-meta .tb-product-price .price-car .woocommerce-Price-amount,
body .single-product .tb-sidebar .tb-woo-car-detail .ro-product-price-meta .tb-product-price .price-car .woocommerce-Price-currencySymbol {
    font-size: 24px
}
body .single-product .tb-sidebar .wg-title {
    background-color: #fff;
    padding-bottom: 31px;
    padding-left: 20px;
    padding-top: 14px
}
body .single-product .tb-sidebar .tb-woo-car-detail {
    background-color: #fff
}
body .single-product .tabs-car .woocommerce-tabs #tab-specification h3 {
    font-size: 18px;
    color: #111;
    text-transform: uppercase
}
body .single-product .tabs-car .woocommerce-tabs #tab-specification ul {
    padding: 0 0 20px;
    margin: 0 0 25px;
    list-style-type: none
}
body .single-product .tabs-car .woocommerce-tabs #tab-specification ul:last-child {
    border-bottom: 0!important
}
body .single-product .tabs-car .woocommerce-tabs #tab-specification ul li {
    color: #111;
    margin: 2px 0;
    text-align: right;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
    font-weight: 700
}
body .single-product .tabs-car .woocommerce-tabs #tab-specification ul li strong {
    float: left;
    text-decoration: none;
    color: #666;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 100
}
body .single-product .tabs-car .woocommerce-tabs #tab-highlight ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    width: 33.33%
}
body .single-product .tabs-car .woocommerce-tabs #tab-highlight ul li {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
    color: #111;
    position: relative;
    padding-left: 21px;
    margin-bottom: 6px
}
body .single-product .tabs-car .woocommerce-tabs #tab-highlight ul li:hover {
    transition: .3s all;
    -webkit-transition: .3s all
}
body .single-product .tabs-car .woocommerce-tabs #tab-highlight ul li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 6px;
    font: normal normal normal 12px/1 FontAwesome
}
body .single-product .tabs-car .woocommerce-tabs .tabs:after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #ebebeb
}
body .single-product .tabs-car .woocommerce-tabs .tabs li:first-child {
    padding-left: 0
}
body .single-product .tabs-car .woocommerce-tabs .tabs li a {
    font-family: Montserrat;
    text-transform: none;
    padding: 10px 0!important;
    position: relative
}
body .single-product .tabs-car .woocommerce-tabs .tabs li a:after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0
}
body .single-product .tb-content {
    background-color: #fff;
    padding: 29px 32px 0
}
body .single-product .tb-content .ro-product-relate {
    margin: 50px 0 27px
}
body .single-product .tb-content .ro-product-relate .car-title {
    color: #111;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    margin-bottom: 31px;
    text-transform: uppercase
}
body .single-product .tb-content .ro-product-relate .car-title:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    bottom: -16px;
    left: 0
}
body .single-product .tb-content .ro-product-wrapper {
    padding-left: 0
}
body .single-product .tb-content .ro-product-wrapper .images .thumbnails {
    overflow: hidden;
    max-height: 180px;
    padding: 0 20px
}
body .single-product .tb-content .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper {
    padding: 0 20px
}
body .single-product .tb-content .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li {
    position: relative;
    padding: 0 10px;
    width: 33.33%
}
body .single-product .tb-content .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li:before {
    bottom: 10px;
    width: 80%;
    left: 10%
}
body .single-product .tb-content .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li a {
    margin: 0 0 10px
}
body .single-product .tb-content .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li a img {
    display: block
}
body .single-product .tb-content .ro-product-wrapper .images .thumbnails .caroufredsel_wrapper li:hover:before {
    bottom: 12px;
    z-index: 1
}
body .single-product .tb-content .ro-product-wrapper .images .thumbnails #slider-next,
body .single-product .tb-content .ro-product-wrapper .images .thumbnails #slider-prev {
    width: 22px;
    height: 22px;
    background: 0 0
}
body .single-product .tb-content .ro-product-wrapper .images .thumbnails #slider-next:before,
body .single-product .tb-content .ro-product-wrapper .images .thumbnails #slider-prev:before {
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 100%;
    content: "\F105";
    font-family: FontAwesome;
    text-align: center;
    line-height: 22px;
    position: absolute;
    z-index: 999
}
body .single-product .tb-content .ro-product-wrapper .images .thumbnails #slider-next:hover:before,
body .single-product .tb-content .ro-product-wrapper .images .thumbnails #slider-prev:hover:before {
    color: #fff
}
body .single-product .tb-content .ro-product-wrapper .images .thumbnails #slider-prev:before {
    content: "\F104"
}
body .single-product .tb-content .ro-product-information {
    padding-left: 0
}
body .single-product .tb-content .ro-product-information .author-car .about-author {
    margin-top: 57px
}
body .single-product .tb-content .ro-product-information .author-car .about-author .title-author {
    color: #111;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    margin-bottom: 31px
}
body .single-product .tb-content .ro-product-information .author-car .about-author .title-author:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    bottom: -16px;
    left: 0
}
body .single-product .tb-content .ro-product-information .author-car .about-author .author-avatar {
    display: inline-block;
    margin-right: 17px
}
body .single-product .tb-content .ro-product-information .author-car .about-author .author-avatar img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #f4f8fa
}
body .single-product .tb-content .ro-product-information .author-car .about-author .author-info {
    display: inline-block;
    width: 79%;
    vertical-align: top;
    padding: 18px 27px 0 21px;
    background-color: #f4f8fa
}
body .single-product .tb-content .ro-product-information .author-car .about-author .author-info .name {
    font-size: 14px;
    color: #111;
    font-weight: 700;
    margin-bottom: 10px
}
body .single-product .tb-content .ro-product-information .author-car .about-author .author-info .name span {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 100
}
body .single-product .tb-content .ro-product-information .author-car .about-author .author-info .desc {
    font-size: 14px;
    color: #666;
    line-height: 26px
}
body .single-product .tb-content .ro-product-information .author-car .about-author .author-info .read-more,
body .single-product .tb-content .ro-product-information .author-car .about-author .author-info .subtitle {
    display: none
}
body .single-product .tb-content .ro-product-information .share-icon {
    padding-bottom: 67px;
    border-bottom: 1px solid #ebebeb
}
body .single-product .tb-content .ro-product-information .share-icon a:first-child {
    margin-left: 0
}
body .single-product .tb-content .ro-product-information .share-icon a {
    font-size: 12px;
    color: #fff;
    padding: 13px 21px;
    margin-left: 8px
}
body .single-product .tb-content .ro-product-information .share-icon a i {
    font-size: 16px;
    margin-right: 19px;
    vertical-align: middle
}
body .single-product .tb-content .ro-product-information .tags-product {
    margin-bottom: 24px;
    color: #111;
    font-size: 12px
}
body .single-product .tb-content .ro-product-information .tags-product a {
    color: #999
}
body .single-product .tb-content .entry-title {
    font-size: 26px;
    color: #222;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 11px
}
body .single-product .tb-content .tb-item-rating span {
    display: inline-block;
    color: #666;
    font-size: 12px
}
body .single-product .tb-content .tb-item-rating .star-rating {
    display: inline-block;
    vertical-align: middle
}
body .single-product .tb-content .tb-item-rating .star-rating span {
    left: 0
}
body .single-product .images {
    width: auto!important;
    margin-bottom: 0
}
body .single-product .images .slider #slider-next,
body .single-product .images .slider #slider-prev {
    display: block!important
}
body .single-product .images .slider #slider-next:before,
body .single-product .images .slider #slider-prev:before {
    border: 0!important;
    background-color: transparent!important;
    color: #999;
    font-size: 30px
}
body .single-product .ro-product-relate .owl-controls .owl-dots {
    display: block!important;
    bottom: -45px!important
}
body .single-product .ro-product-relate .owl-controls .owl-dots .owl-dot {
    width: 10px!important;
    height: 10px!important;
    background-color: #111;
    border: 1px solid #111
}
body .single-product .ro-product-relate .owl-controls .owl-nav div {
    top: 50%!important;
    opacity: 1!important;
    font-size: 35px;
    color: #111!important
}
body .single-product .ro-product-relate .owl-controls .owl-nav div:after,
body .single-product .ro-product-relate .owl-controls .owl-nav div:before {
    display: none
}
body .single-product .ro-product-relate .tb-product-item-inner {
    background-color: #fff;
    margin: 4px
}
body .single-product .ro-product-relate .tb-product-item-inner .tb-image {
    padding-bottom: 0
}
body .single-product .ro-product-relate .tb-product-item-inner .tb-content {
    margin-top: 0!important;
    padding: 0!important
}
body .single-product .ro-product-relate .tb-product-item-inner .tb-content .tb-btn-compare {
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 20px
}
body .single-product .ro-product-relate .tb-product-item-inner .tb-content .tb-btn-compare a.compare {
    font-size: 12px;
    color: #FFF;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    display: block
}
body .single-product .ro-product-relate .tb-product-item-inner .tb-content .tb-btn-compare a.compare:hover {
    background-color: #2a2a2a
}
body .single-product .ro-product-relate .tb-product-item-inner .tb-content .tb-title {
    margin-bottom: 13px!important
}
body .single-product .ro-product-relate .tb-product-item-inner .tb-content .tb-compare {
    border-top: 1px solid #ebebeb;
    text-align: left;
    padding: 21px 0 0 25px
}
body .single-product .ro-product-relate .tb-product-item-inner .tb-content .tb-compare ul li p {
    color: #999;
    font-size: 14px;
    margin-bottom: 2px!important
}
body .single-product .ro-product-relate .tb-product-item-inner .tb-content .tb-price {
    background-color: transparent!important;
    margin-bottom: 1px!important
}
body .single-product .ro-product-relate .tb-product-item-inner .tb-content .tb-price .tb-product-price span {
    margin-left: 1px
}
body .single-product .ro-product-relate .tb-product-item-inner .tb-content-car:after {
    top: 0!important
}
body .single-product .ro-product-relate .tb-product-item-inner .tb-content-car .before-cus,
body .single-product .ro-product-relate .tb-product-item-inner .tb-content-car:before {
    display: none
}
body .single-product .ro-product-relate .tb-product-item-inner .car-vehicles {
    background-color: transparent;
    border: none
}
body .single-product .ro-product-relate .tb-product-item-inner .car-vehicles li {
    margin-right: 9px!important
}
.drive .wpcf7 form .text-center {
    margin-bottom: 20px!important
}
.drive .wpcf7 form .form-group {
    margin-bottom: 30px
}
.drive .wpcf7 form .form-group p {
    color: #222;
    font-family: Montserrat;
    font-size: 12px;
    text-transform: uppercase
}
.drive .wpcf7 form .form-group .wpcf7-submit {
    font-size: 14px;
    font-weight: 700;
    color: #fefefe;
    width: 275px;
    float: none
}
.drive .wpcf7 form::-webkit-input-placeholder {
    color: #222
}
.drive .wpcf7 form::-moz-placeholder {
    color: #222
}
.drive .wpcf7 form:-ms-input-placeholder {
    color: #222
}
.drive .wpcf7 form:-moz-placeholder {
    color: #222
}
.drive .wpcf7 form input,
.drive .wpcf7 form select {
    height: 50px;
    border: 1px solid #ebebeb;
    color: #222;
    font-family: Montserrat;
    font-size: 12px;
    border-radius: 0;
    box-shadow: none
}
.widget_categories {
    padding: 12px 15px 0;
    box-shadow: 0 0 15px #eaeef0;
    margin-bottom: 30px!important;
    background-color: #FFF
}
.widget_categories ul {
    padding: 20px 0 0;
    margin: 0
}
.widget_categories ul li {
    padding: 8px 0;
    border-top: 1px solid #ebebeb;
    border-radius: 0
}
.widget_categories ul li a {
    font-size: 12px;
    font-weight: 100;
    color: #666;
    display: block
}
.widget_categories .wg-title {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 0;
    color: #111;
    position: relative;
    text-transform: uppercase;
    margin-top: 0
}
.widget_categories .wg-title:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 40px;
    top: 50%;
    left: 125px
}
.widget_tb_car_color .bg-image img {
    width: 100%
}
.widget_tb_car_color .bg-image .description {
    margin-top: 41px;
    padding: 0 165px;
    text-align: center
}
.widget_tb_car_color .bg-image .description .des {
    font-size: 14px;
    color: #666;
    font-family: Roboto;
    line-height: 25px
}
.widget_tb_car_color .bg-image .nav-color {
    margin-top: -62px;
    text-align: center
}
.widget_tb_car_color .bg-image .nav-color .active i {
    opacity: 1!important;
    transition: .5s all;
    -webkit-transition: .5s all
}
.widget_tb_car_color .bg-image .nav-color a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    text-align: center;
    transform: rotate(45deg);
    -webkir-transform: rotate(45deg)
}
.tb-center-carousel .slick-next,
.tb-center-carousel .slick-prev {
    z-index: 1;
    position: absolute;
    width: 30%;
    border: 0;
    text-indent: -9999999999999px;
    top: 0;
    outline: 0
}
.cout-up-v4 .tb-imgt,
.tb-counter .tb-imgt {
    text-align: right
}
.widget_tb_car_color .bg-image .nav-color a i {
    color: #fff;
    opacity: 0;
    font-size: 16px;
    transform: rotate(-45deg) translate(-2px, 3px);
    -webkit-transform: rotate(-45deg) translate(-2px, 3px);
    transition: .5s all;
    -webkit-transition: .5s all
}
.tb-login-form .tb-social-login>a:hover,
.tb-login-form>form .forgot-password:hover {
    opacity: .7
}
.cout-up-v4 .tb-imgt i {
    text-shadow: #222 0 1px 1px
}
.cout-up-v4 .call-us {
    margin-top: 42px
}
.tb-counter .tb-imgt i {
    transform: translateY(-7px);
    font-size: 60px
}
.tb-counter .tb-title {
    font-family: Montserrat;
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 0
}
.tb-counter .tb-content {
    font-family: Montserrat;
    color: #111;
    font-size: 12px
}
.tb-center-carousel .slick-next {
    right: 0;
    height: 100%
}
.tb-center-carousel .slick-prev {
    left: 0;
    height: 100%
}
.sidebar-area .widget>div,
.sidebar-area .widget>form,
.sidebar-area .widget>ul,
.tb-woo-banner {
    position: relative
}
.widget-area .widget:first-child form,
.widget-area .widget:first-child ul {
    background-color: #fff;
    position: relative
}
.widget-area .tb-woo-banner {
    margin-top: 12px
}
.tb-woo-banner {
    overflow: hidden;
    margin-top: 1px
}
.tb-woo-banner .bg-images {
    width: 100%
}
.tb-woo-banner .hgroup {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 0 0
}
.tb-woo-banner .hgroup a {
    font-size: 14px;
    color: #FFF;
    font-family: Montserrat;
    padding: 11px 50px;
    transition: .5s all;
    -webkit-transition: .5s all;
    border-radius: 25px
}
.tb-woo-banner .hgroup a:hover {
    background-color: #2a2a2a!important
}
.tb-woo-banner .hgroup .img-logo img {
    width: auto;
    margin: 0 auto 11px
}
.tb-woo-banner .hgroup h2 {
    font-size: 14px;
    color: #FFF;
    margin-bottom: 48px;
    font-weight: 500
}
.tb-woo-banner img {
    width: 100%
}
.tb-woo-banner .hgroup h3 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    position: absolute;
    bottom: 38px;
    width: 100%;
    left: 0
}
.tb-woo-banner .hgroup h3 span {
    display: block;
    padding-left: 50px;
    margin-top: 10px
}
.sidebar-area .widget,
.widget-area .widget {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden
}
.sidebar-area .widget .wg-title,
.widget-area .widget .wg-title {
    color: #111;
    margin: 0;
    text-transform: uppercase;
    line-height: 24px;
    position: relative;
    white-space: nowrap;
    font-family: Montserrat
}
.sidebar-area .widget#woocommerce_top_rated_products-2 .wg-title,
.sidebar-area .widget#woocommerce_top_rated_products-3 .wg-title,
.sidebar-area .widget#yith-woocompare-widget-2 .wg-title,
.widget-area .widget#woocommerce_top_rated_products-2 .wg-title,
.widget-area .widget#woocommerce_top_rated_products-3 .wg-title,
.widget-area .widget#yith-woocompare-widget-2 .wg-title {
    margin-left: 49.8%
}
.sidebar-area .widget#woocommerce_product_tag_cloud-4 .wg-title,
.widget-area .widget#woocommerce_product_tag_cloud-4 .wg-title {
    margin-left: 50.8%
}
.sidebar-area.blog-sidebar .widget,
.widget-area.blog-sidebar .widget {
    margin-bottom: 40px
}
.sidebar-area.blog-sidebar .widget li a,
.widget-area.blog-sidebar .widget li a {
    padding-left: 0;
    padding-top: 10px;
    border-color: #e6e6e6
}
.sidebar-area .widget ul,
.widget-area .widget ul {
    margin-top: 0
}
.sidebar-area .widget ul li,
.widget-area .widget ul li {
    list-style: none;
    padding: 8px 0;
    width: 100%
}
.sidebar-area .widget.widget_nav_menu,
.widget-area .widget.widget_nav_menu {
    overflow: visible
}
.sidebar-area .widget.widget_nav_menu h2,
.widget-area .widget.widget_nav_menu h2 {
    font-size: 18px;
    padding-left: 50px;
    background-color: #2c2c2c;
    color: #fff;
    height: 44px;
    line-height: 44px;
    position: relative;
    margin-bottom: 0
}
.sidebar-area .widget.widget_nav_menu h2:before,
.widget-area .widget.widget_nav_menu h2:before {
    content: "\f0c9";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 20px
}
.sidebar-area .widget.widget_nav_menu ul.menu ul.sub-menu,
.widget-area .widget.widget_nav_menu ul.menu ul.sub-menu {
    display: none;
    margin: 0;
    box-shadow: none;
    top: 0;
    left: 0
}
.sidebar-area .widget.widget_nav_menu ul.menu,
.widget-area .widget.widget_nav_menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none
}
.sidebar-area .widget.widget_nav_menu ul.menu li,
.widget-area .widget.widget_nav_menu ul.menu li {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important;
    display: block;
    position: relative;
    padding: 0;
    background-color: #fff
}
.sidebar-area .widget.widget_nav_menu ul.menu li a,
.widget-area .widget.widget_nav_menu ul.menu li a {
    color: #333;
    font-size: 13px;
    padding: 0 22px;
    line-height: 40px;
    background-color: transparent
}
.sidebar-area .widget.widget_nav_menu ul.menu li.menu-item-has-children:after,
.widget-area .widget.widget_nav_menu ul.menu li.menu-item-has-children:after {
    content: "\f105";
    right: 25px;
    top: 16px;
    color: #fff
}
.sidebar-area .widget.widget_nav_menu ul.menu li:hover:after,
.widget-area .widget.widget_nav_menu ul.menu li:hover:after {
    right: 22px
}
.sidebar-area .widget.widget_nav_menu ul.menu li:hover>ul,
.widget-area .widget.widget_nav_menu ul.menu li:hover>ul {
    display: block!important
}
.sidebar-area .widget.widget_nav_menu ul.menu>li,
.widget-area .widget.widget_nav_menu ul.menu>li {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    background-color: #f9f9f9
}
.sidebar-area .widget.widget_nav_menu ul.menu>li a,
.widget-area .widget.widget_nav_menu ul.menu>li a {
    color: #5e5e5e
}
.sidebar-area .widget.widget_nav_menu ul.menu>li.menu-item-has-children:after,
.widget-area .widget.widget_nav_menu ul.menu>li.menu-item-has-children:after {
    color: #979797
}
.sidebar-area .widget.widget_nav_menu ul.menu>li:hover,
.widget-area .widget.widget_nav_menu ul.menu>li:hover {
    background-color: #fff
}
.sidebar-area .blog-sidebar .widget ul,
.widget-area .blog-sidebar .widget ul {
    margin-top: 5px
}
.primary-sidebar .widget_price_filter .wg-title {
    margin-bottom: 19px
}
.primary-sidebar .widget_price_filter .price_slider_wrapper {
    padding-right: 5px;
    margin-bottom: 12px
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .ui-slider {
    margin-right: 0;
    background: #ddd!important;
    box-shadow: 0 0 1px 0 rgba(16, 16, 16, .3) inset;
    margin-bottom: 15px
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
    background-color: #fff;
    top: -5px;
    box-shadow: none!important;
    width: 15px;
    height: 15px;
    border: 2px solid #373737;
    border-radius: 50%
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
    background: #2f2f2f;
    box-shadow: none!important
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount {
    position: relative;
    font-size: 13px;
    line-height: 18px
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #c4c4c4;
    overflow: hidden;
    text-indent: -9999px
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .button:before {
    text-indent: 0;
    font-family: FontAwesome;
    font-size: 11px;
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
    background: #2a2a2a
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    display: inline-block;
    color: #fff;
    float: left;
    position: relative
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 30px;
    color: #5f5f5f;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ebebeb
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label>span.to {
    left: 120px
}
.primary-sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label>span.to:before {
    content: "_";
    position: absolute;
    left: -16px;
    top: -7px
}
@media (min-width: 769px) {
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.dropdown-menu {
        position: absolute
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .sidebar-area .tb-woo-banner .hgroup h2,
    .widget-area .tb-woo-banner .hgroup h2 {
        width: 120px;
        height: 120px;
        line-height: 119px
    }
}
@media (max-width: 991px) {
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.dropdown-menu {
        width: auto!important
    }
}
@media (max-width: 767px) {
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.dropdown-menu {
        width: 100%!important
    }
}
@media (min-width: 992px) {
    .sidebar-area .widget.widget_nav_menu ul.menu ul.sub-menu,
    .widget-area .widget.widget_nav_menu ul.menu ul.sub-menu {
        left: 100%
    }
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.menu .standar-dropdown {
        box-shadow: 2px 0 10px rgba(0, 0, 0, .09)!important
    }
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.menu .standar-dropdown a:hover {
        padding-left: 25px
    }
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.menu .has_full_width>ul {
        background-color: #fff!important;
        box-shadow: 2px 0 10px rgba(0, 0, 0, .09)!important
    }
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.menu .has_full_width>ul>li {
        background-color: #fff!important
    }
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.menu .has_full_width>ul>li>a {
        padding: 0 22px!important
    }
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.menu .has_full_width>ul>li a {
        background-color: #fff!important;
        color: #5e5e5e!important;
        padding: 0
    }
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.menu .has_full_width>ul>li li {
        padding: 0 22px
    }
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.menu .has_full_width>ul>li li a {
        border-bottom: 1px solid #ebebeb
    }
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.menu .has_full_width>ul>li li a:hover {
        padding-left: 3px
    }
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.menu .has_full_width>ul>li li:last-child a {
        border-bottom: none
    }
    #jws_theme_wrapper .sidebar-area.ct-inc-megamenu .widget_nav_menu ul.menu .has_full_width li {
        background-color: #fff!important;
        border-bottom: none
    }
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail,
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-thumb {
    display: inline-block;
    float: left;
    width: 100px
}
.widget_zo-recent-posts-widget-with-thumbnails ul {
    margin-top: 7px!important;
    padding: 0
}
.widget_zo-recent-posts-widget-with-thumbnails ul li {
    border-color: #e6e6e6
}
.widget_zo-recent-posts-widget-with-thumbnails ul li:last-child {
    border-bottom: none
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
    font-size: 13px;
    vertical-align: middle;
    line-height: 22px;
    padding-left: 15px;
    padding-top: 15px;
    width: calc(100% - 100px)
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-title h3 {
    font-size: 13px;
    color: #747474;
    line-height: 22px;
    margin-bottom: 10px
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-content {
    margin-bottom: 5px
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-content p {
    margin: 0!important
}
.widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-date {
    color: #9e9e9e
}
.widget_search form {
    display: inline-block;
    width: 100%;
    margin-bottom: -10px
}
.widget_search form input[type=text] {
    float: left;
    width: calc(100% - 80px);
    padding-left: 12px;
    padding-right: 12px;
    border-right: 0;
    height: 40px
}
.widget_search form input[type=submit] {
    border: 0;
    float: left;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    width: 80px;
    color: #fff
}
.widget_recent_comments .recentcomments span {
    text-transform: capitalize
}
.ro-color-light {
    color: #FFF
}
.placeholder,
.ro-color-dark {
    color: #444
}
.ro-bg-dark {
    background-color: #2b2b2b
}
.ro-bg-light {
    background-color: #FFF
}
.ro-bg-trans-light {
    background-color: #000100
}
.ro-bgc-1 {
    background-color: #C6D9C6
}
.ro-bgc-2 {
    background-color: #D9D8C1
}
.ro-bgc-3 {
    background-color: #DEB6B6
}
.ro-bgc-4 {
    background-color: #ABDCE1
}
.ro-bgc-5 {
    background-color: #E7E6E1
}
.ro-bgc-6 {
    background-color: #9DCF67
}
.ro-bgc-trans-1,
.ro-bgc-trans-2,
.ro-bgc-trans-3,
.ro-bgc-trans-4,
.ro-bgc-trans-5 {
    background-color: #000100
}
.ro-bg-lightgray {
    background-color: #EEE
}
input[type=text],
input[type=email],
input[type=search],
select,
textarea {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important;
    width: 100%;
    outline: 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 5px 15px;
    line-height: 28.8px
}
select {
    height: 35px
}
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=search],
.woocommerce select,
.woocommerce textarea {
    line-height: 28.8px!important
}
.woocommerce .select2-chosen {
    height: 40px!important
}
textarea {
    resize: none;
    height: 115px
}
::-webkit-input-placeholder {
    color: #444
}
:-moz-placeholder {
    color: #444
}
::-moz-placeholder {
    color: #444
}
:-ms-input-placeholder {
    color: #444
}
.ro-social li {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 16px
}
.btn-shop-now {
    color: #fff
}
.btn.btn-view-all {
    border: 1px solid #FFF;
    color: #FFF;
    padding: 9px 42px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 30px
}
.horizontal-strokes-btn-view-more {
    position: relative
}
.horizontal-strokes-btn-view-more:after,
.horizontal-strokes-btn-view-more:before {
    background: #fff;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 43%
}
.ro-btn,
.ro-btn-1 {
    outline: 0;
    background-color: transparent
}
.ro-btn-circle,
.ro-relative {
    position: relative
}
@media (min-width: 992px) and (max-width: 1199px) {
    .horizontal-strokes-btn-view-more:after,
    .horizontal-strokes-btn-view-more:before {
        width: 41%
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .horizontal-strokes-btn-view-more:after,
    .horizontal-strokes-btn-view-more:before {
        width: 38%
    }
}
@media (max-width: 767px) {
    .horizontal-strokes-btn-view-more:after,
    .horizontal-strokes-btn-view-more:before {
        width: 37%
    }
}
@media (max-width: 639px) {
    .horizontal-strokes-btn-view-more:after,
    .horizontal-strokes-btn-view-more:before {
        width: 32%
    }
}
@media (max-width: 479px) {
    .horizontal-strokes-btn-view-more:after,
    .horizontal-strokes-btn-view-more:before {
        width: 26%
    }
}
@media (max-width: 359px) {
    .horizontal-strokes-btn-view-more:after,
    .horizontal-strokes-btn-view-more:before {
        width: 24%
    }
}
.horizontal-strokes-btn-view-more:before {
    left: 0
}
.horizontal-strokes-btn-view-more:after {
    right: 0
}
.ro-btn {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important;
    display: inline-block;
    padding: 15px 40px;
    font-size: 12px;
    font-weight: 700;
    word-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    border: 0
}
.ro-btn-1,
.ro-btn-2 {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    display: inline-block;
    padding: 15px 40px;
    font-size: 12px;
    font-weight: 700;
    word-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    border: 0
}
.ro-btn-1 {
    transition: all .4s!important;
    color: #FFF
}
.ro-btn-1:focus,
.ro-btn-1:hover,
.ro-btn-2 {
    background-color: #444;
    color: #FFF
}
.ro-btn-2 {
    transition: all .4s!important;
    outline: 0
}
.ro-btn-3,
.ro-btn-bd-1 {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    outline: 0
}
.ro-btn-2:focus,
.ro-btn-2:hover {
    color: #FFF
}
.ro-btn-3 {
    transition: all .4s!important;
    display: inline-block;
    padding: 15px 40px;
    font-size: 12px;
    font-weight: 700;
    word-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    border: 0;
    background-color: #FFF
}
.ro-btn-3:focus,
.ro-btn-3:hover {
    color: #FFF
}
.ro-btn-bd-1 {
    transition: all .4s!important;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    word-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    background-color: transparent;
    padding: 14px 39px;
    border: 1px solid #444
}
.ro-btn-bd-2,
.ro-btn-bdr-1 {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    border: 1px solid #444;
    font-size: 12px;
    font-weight: 700;
    word-spacing: 2px;
    line-height: 1.2;
    padding: 14px 39px;
    text-align: center;
    display: inline-block
}
.ro-btn-bd-1:focus,
.ro-btn-bd-1:hover {
    color: #FFF
}
.ro-btn-bd-2 {
    transition: all .4s!important;
    outline: 0;
    background-color: #FFF
}
.ro-btn-bd-2:focus,
.ro-btn-bd-2:hover {
    color: #FFF
}
.ro-btn-bdr-1 {
    transition: all .4s!important;
    outline: 0;
    border-radius: 20px;
    background-color: #EEE
}
.ro-btn-bdr-2,
a,
a.active,
a:active,
a:focus,
a:hover {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    outline: 0
}
.ro-btn-bdr-2 {
    transition: all .4s!important;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    word-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    background-color: transparent;
    padding: 14px 39px;
    border: 1px solid #444;
    border-radius: 20px
}
.ro-btn-circle {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #393939;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}
.ro-btn-circle:hover {
    color: #fff
}
.tb-login-form h5.tb-title,
.tb-title-form {
    font-size: 20px;
    color: #111;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
    text-transform: uppercase
}
.tb-login-form>p {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-bottom: 20px!important
}
.tb-login-form .tb-social-login {
    margin-bottom: 30px
}
.tb-login-form .tb-social-login>a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 12px 30px;
    min-width: 220px;
    text-align: center
}
.tb-login-form .tb-social-login>a>i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}
.tb-login-form .tb-social-login>a.tb-facebook-login {
    background: #3d5c98
}
.tb-login-form .tb-social-login>a.tb-twitter-login {
    background: #22aadf;
    float: right
}
.tb-login-form>form>p {
    margin-bottom: 30px!important
}
.tb-login-form>form>p>label {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px
}
.tb-login-form>form>p>label:after {
    content: "*";
    font-size: 12px;
    display: inline-block;
    margin-left: 5px
}
.tb-login-form>form>p>input {
    padding: 10px 15px;
    line-height: 24px
}
.tb-login-form>form>p>input:focus {
    outline: 0
}
.tb-login-form>form>p.login-remember>label {
    color: #8b8b8b
}
.tb-login-form>form>p.login-remember>label>input {
    margin: 0 10px 0 0
}
.tb-login-form>form>p.login-submit>input {
    font-weight: 700;
    font-family: Montserrat;
    color: #fff
}
.tb-login-form>form>p.login-submit>input:hover {
    background-color: #2a2a2a
}
.tb-login-form>form .forgot-password {
    float: right;
    font-size: 14px;
    font-weight: 400
}
@media (max-width: 991px) {
    .tb-login-form .tb-social-login>a {
        display: block
    }
    .tb-login-form .tb-social-login>a.tb-facebook-login {
        margin-bottom: 30px
    }
    .tb-login-form .tb-social-login>a.tb-twitter-login {
        float: none
    }
}
.tb-register-form h5.tb-title {
    font-size: 20px;
    font-weight: 400;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0
}
.tb-register-form>form>p,
.tb-register-form>p {
    margin-bottom: 30px!important
}
.tb-register-form>p {
    font-size: 15px;
    font-weight: 400;
    color: #666
}
.tb-register-form>p.error {
    color: #9d2f0f
}
.tb-register-form>p.complete {
    color: #1d880e
}
.tb-register-form>form>p>label {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px
}
.tb-register-form>form>p>label:after {
    content: "*";
    font-size: 12px;
    display: inline-block;
    margin-left: 5px
}
.tb-register-form>form>p>input {
    padding: 10px 15px;
    line-height: 24px;
    width: 100%
}
.tb-register-form>form>p.submit>input:hover {
    background-color: #2a2a2a!important
}
.tb-register-form>form>p.submit>input {
    font-weight: 700;
    font-family: Montserrat;
    color: #fff
}
.tb-register-form .tb-info h5 {
    font-size: 20px;
    font-weight: 400;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 30px
}
.tb-register-form .tb-info>ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.tb-register-form .tb-info>ul>li {
    font-size: 16px;
    font-weight: 400;
    color: #8b8b8b;
    margin-bottom: 20px
}
.tb-register-form .tb-info>ul>li:before {
    content: "\f046";
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}
a,
a.active,
a:active,
a:focus,
a:hover {
    transition: all .4s!important;
    text-decoration: none;
    color: inherit
}
ul.ro-list-inline-block li {
    display: inline-block
}
.ro-nopadding {
    padding: 0!important
}
.ro-col-nopadding {
    padding-left: 0!important;
    padding-right: 0!important
}
.ro-absolute {
    position: absolute
}
.ro-fixed {
    position: fixed
}
.ro-center,
.ro-middle {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.ro-cell-vertical-wrapper {
    display: table
}
.ro-cell-vertical-wrapper .ro-cell-middle {
    display: table-cell;
    vertical-align: middle
}
.ro-cell-vertical-wrapper .ro-cell-bottom {
    display: table-cell;
    vertical-align: bottom
}
.ro-cell-vertical-wrapper .ro-cell-top {
    display: table-cell;
    vertical-align: top
}
.flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}
.ro-video-bg {
    position: relative;
    width: 100%
}
.ro-video-h .ro-video-bg {
    width: auto;
    height: 100%
}
.tb-menu-control-mobi {
    display: none
}
.tb-menu-control-mobi>a {
    font-size: 14px;
    padding: 0 12px;
    line-height: 60px;
    display: block;
    color: #fff
}
@media (max-width: 991px) {
    .tb-menu-control-mobi {
        display: inline-block;
        vertical-align: middle
    }
    .tb-header-menu .tb-menu {
        text-align: right!important
    }
    .tb-header-v2 .tb-menu .tb-menu-list,
    .tb-header-v4 .tb-menu .tb-menu-list {
        background: #fff;
        left: 0;
        margin-right: -135px
    }
}
@media (max-width: 767px) {
    .tb-menu-control-mobi>a {
        line-height: 60px!important
    }
}
.tb-sidebar .widget-woocommerce-currency-switcher form {
    position: relative;
    max-width: 80px;
    float: left;
    width: 100%
}
.tb-sidebar .widget-woocommerce-currency-switcher form:after {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important;
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    right: 30px;
    top: 20px;
    line-height: 0;
    height: 10px
}
.tb-sidebar .widget-woocommerce-currency-switcher form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearande: none;
    padding: 0;
    background-color: #181818;
    border: none;
    color: #fff
}
.tb-sidebar .widget-woocommerce-currency-switcher form:hover:after {
    opacity: 0
}
.tb-sidebar .widget-woocommerce-currency-switcher:last-child form:before {
    position: absolute;
    height: 10px;
    width: 1px;
    content: "";
    border-left: 1px solid #fff;
    top: 13px;
    left: 0
}
.tb-sidebar .widget-woocommerce-currency-switcher:first-child form {
    padding-left: 0
}
.tb-sidebar .widget-woocommerce-currency-switcher:first-child form:before {
    display: none
}
.tb-menu-list>ul>li>a {
    text-transform: uppercase
}
.tb-menu-list>ul>li .menu-item.hot .menu-title,
.tb-menu-list>ul>li .menu-item.new .menu-title,
.tb-menu-list>ul>li .menu-item.sale .menu-title {
    position: relative
}
.tb-menu-list>ul>li .menu-item.hot .menu-title:after,
.tb-menu-list>ul>li .menu-item.new .menu-title:after,
.tb-menu-list>ul>li .menu-item.sale .menu-title:after {
    position: absolute;
    right: 0;
    margin-right: -9px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    padding: 0 6px;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    top: 1px
}
.tb-menu-list>ul>li .menu-item.hot .menu-title:before,
.tb-menu-list>ul>li .menu-item.new .menu-title:before,
.tb-menu-list>ul>li .menu-item.sale .menu-title:before {
    width: 0;
    height: 0;
    border-right: 6px solid #eaa24e;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: 0;
    margin-right: -12px;
    top: 3px
}
.tb-menu-list>ul>li .menu-item.new .menu-title:after {
    content: "New"
}
.tb-menu-list>ul>li .menu-item.hot .menu-title:after {
    content: "Hot"
}
.tb-menu-list>ul>li .menu-item.sale .menu-title:after {
    content: "Sale"
}
.tb-menu-list>ul>li .menu-item .orange .menu-title:after {
    background-color: #eaa24e
}
.tb-menu-list>ul>li .menu-item .orange .menu-title:before {
    border-right-color: #eaa24e
}
.tb-menu-list>ul>li .menu-item .red .menu-title:after {
    background-color: #ea5d4e
}
.tb-menu-list>ul>li .menu-item .red .menu-title:before {
    border-right-color: #ea5d4e
}
.tb-menu-list>ul>li .menu-item .black .menu-title:after {
    background-color: #191919
}
.tb-menu-list>ul>li .menu-item .black .menu-title:before {
    border-right-color: #191919
}
.tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li>a {
    text-transform: uppercase
}
@media (min-width: 992px) and (max-width: 1200px) {
    .tb-header-wrap.tb-header-v3 .tb-menu-sidebar a.icon {
        color: #2a2a2a
    }
}
@media (min-width: 992px) {
    .tb-header-wrap.tb-header-v4 .tb-header-menu .col-md-10 .tb-menu {
        padding-right: 16.67%
    }
    .tb-header-wrap.tb-header-v4 .tb-header-menu .col-md-10 .tb-menu .tb-menu-sidebar {
        position: absolute;
        bottom: 0;
        right: 0
    }
    .tb-menu-list>ul>li.current-menu-item>a,
    .tb-menu-list>ul>li.current_page_item>a,
    .tb-menu-list>ul>li.current_page_parent>a,
    .tb-menu-list>ul>li.menu-item-has-children,
    .tb-menu-list>ul>li:hover>a {
        position: relative
    }
    .tb-header-v3 .tb-header-menu {
        background: -webkit-linear-gradient(left, #212a37, #121c2b);
        background: -o-linear-gradient(right, #212a37, #121c2b);
        background: -moz-linear-gradient(right, #212a37, #121c2b);
        background: linear-gradient(to right, #212a37, #121c2b)
    }
    .tb-header-v3 .tb-header-menu .tb-header-menu-inner .tb-menu {
        transition: .5s all;
        -webkit-transition: .5s all
    }
    .tb-menu-list>ul>li,
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li>a {
        -webkit-transition: all .4s!important;
        -moz-transition: all .4s!important;
        -o-transition: all .4s!important
    }
    .tb-header-v3 .tb-header-menu .tb-header-menu-inner .tb-logo {
        text-align: left;
        padding-left: 57px;
        letter-spacing: 2px
    }
    .tb-menu-list {
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap
    }
    .tb-menu-list>ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    .tb-menu-list>ul>li {
        transition: all .4s!important;
        display: inline-block
    }
    .tb-menu-list>ul>li>a {
        -webkit-transition: all .4s!important!important;
        -moz-transition: all .4s!important!important;
        -o-transition: all .4s!important!important;
        transition: all .4s!important!important;
        color: #fff;
        font-weight: 700;
        display: inline-block;
        line-height: 60px;
        font-size: 15px;
        padding: 0 15px
    }
    .tb-menu-list>ul>li.menu-bg-logo {
        text-indent: -9999px;
        display: inline-block;
        width: 144px;
        white-space: nowrap;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        margin: 0 38px
    }
    .tb-menu-list>ul>li.menu-bg-logo a {
        display: block
    }
    .tb-menu-list>ul>li.menu-bg-logo a:after {
        display: none
    }
    .tb-menu-list>ul>li.current-menu-item>a:after,
    .tb-menu-list>ul>li.current_page_item>a:after,
    .tb-menu-list>ul>li.current_page_parent>a:after,
    .tb-menu-list>ul>li:hover>a:after {
        content: ""
    }
    .tb-menu-list>ul>li:hover>a:after {
        -webkit-animation: fa-spin 1s infinite linear;
        animation: fa-spin 1s infinite linear
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown {
        -webkit-transition: opacity .1s linear, visibility .1s linear, transform .1s linear;
        -moz-transition: opacity .1s linear, visibility .1s linear, transform .1s linear;
        -o-transition: opacity .1s linear, visibility .1s linear, transform .1s linear;
        -ms-transition: opacity .1s linear, visibility .1s linear, transform .1s linear;
        transition: opacity .1s linear, visibility .1s linear, transform .1s linear;
        position: absolute;
        top: 100%;
        transform: translatey(20px);
        -webkit-transform: translatey(20px);
        left: 0;
        min-width: 160px;
        width: auto!important;
        margin: 0;
        padding: 0;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown ul {
        background-color: transparent;
        box-shadow: none
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown li {
        background-color: #fff;
        display: block;
        padding: 0 20px
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown li:first-child {
        border: none
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown li>a {
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #111;
        line-height: 39px;
        padding: 0;
        border-bottom: 1px solid #ebebeb
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown li>a:hover {
        background-color: transparent
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li {
        display: block
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children {
        position: relative
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children>a:after {
        font-family: FontAwesome;
        content: "\f105";
        font-size: 13px;
        position: absolute;
        top: 0;
        right: 20px
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children>ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 160px;
        width: 160px!important;
        margin: 0;
        padding: 0;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(1) ul li,
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(1)>a:last-child {
        border-bottom: 1px solid #ebebeb
    }
    .tb-menu-list>ul>li.menu-item-has-children:hover>ul,
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children:hover>ul {
        z-index: 999;
        visibility: visible;
        opacity: 1;
        transform: translatey(0);
        animation: fadeInUp2 .3s both;
        -webkit-animation: fadeInUp2 .3s both;
        -moz-animation: fadeInUp2 .3s both;
        display: block
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3 .opacity-0>a,
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul.columns3 .opacity-0>a {
        visibility: hidden!important
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul {
        min-width: 320px!important;
        max-width: 860px!important;
        padding: 5px 10px 12px!important
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(1) {
        position: relative;
        width: 25%
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(1) ul li a {
        line-height: 39px!important;
        color: #111;
        font-weight: 100;
        font-family: Montserrat
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(1):after {
        width: 1px;
        height: 289px;
        background-color: #ebebeb;
        position: absolute;
        top: -5px;
        right: 0;
        content: ""
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(1)>a {
        line-height: 39px!important;
        border-bottom: 1px solid #ebebeb
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(1)>a>.menu-title {
        color: #111;
        font-weight: 700;
        font-family: Montserrat
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(2) {
        width: 42%
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(2) .widget_zo-recent-posts-widget-with-thumbnails {
        margin-top: -6px
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(2) .widget_zo-recent-posts-widget-with-thumbnails ul li {
        margin-top: 1px
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(2) .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-thumb {
        display: inline-block;
        float: none
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(2) .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
        padding-top: 0;
        float: none
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(2) .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-date {
        color: #999;
        font-size: 12px;
        display: inline-block;
        padding-top: 0;
        transform: translateY(-28px)
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(2) .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-date i {
        margin-right: 11px
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(2) .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-title {
        transform: translateY(-10px)
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(2) .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-title h3 a {
        font-size: 12px;
        color: #111;
        font-family: Montserrat
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(2) a .menu-title {
        color: #111;
        font-weight: 700;
        font-family: Montserrat;
        position: relative
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(2) a .menu-title:after {
        width: 20px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: -20px;
        content: ""
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(3) {
        width: 32%;
        padding-top: 13px
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(3) img {
        width: 100%
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li {
        padding: 0 9px
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li ul li {
        padding: 0!important
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width {
        position: static
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 1030px!important;
        min-width: 320px!important;
        transform: translatey(20px);
        -webkit-transform: translatey(20px);
        -webkit-transition: opacity .1s linear, visibility .1s linear, transform .1s linear;
        -moz-transition: opacity .1s linear, visibility .1s linear, transform .1s linear;
        -o-transition: opacity .1s linear, visibility .1s linear, transform .1s linear;
        -ms-transition: opacity .1s linear, visibility .1s linear, transform .1s linear;
        transition: opacity .1s linear, visibility .1s linear, transform .1s linear;
        margin: 0;
        padding: 5px 10px 26px;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul.columns6>li {
        width: 16.666%
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul.columns3>li {
        width: 33.3333%
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li {
        float: left;
        padding: 0 15px
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li>a {
        transition: all .4s!important;
        font-size: 14px;
        font-weight: 700;
        line-height: 38px;
        font-family: Montserrat;
        color: #111;
        padding: 0
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.current_page_item>a,
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li:hover>a {
        background: 0 0;
        color: #2a2a2a
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.menu-item-has-children>.mega-bg-image>li>a {
        color: #FFF!important
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.menu-item-has-children>ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: none;
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.menu-item-has-children>ul>li {
        padding: 0 38px
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.menu-item-has-children>ul>li>a {
        -webkit-transition: all .4s!important;
        -moz-transition: all .4s!important;
        -o-transition: all .4s!important;
        transition: all .4s!important;
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #FFF;
        line-height: 28px;
        line-height: 30px!important;
        padding: 0
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.menu-item-has-children>ul>li.current_page_item>a,
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.menu-item-has-children>ul>li:hover>a {
        background: 0 0;
        padding-left: 3px;
        transition: .5s all;
        -webkit-transition: .5s all
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.menu-item-has-children>ul>li:last-child>a {
        border-bottom: none
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.item-menu-custom-block {
        padding: 14px 20px 8px
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.item-menu-custom-block>a {
        display: none
    }
    .tb-menu-list>ul>li.menu-item-has-children ul.dropdown-menu {
        box-shadow: 2px 0 10px rgba(0, 0, 0, .09)!important
    }
    .tb-menu-list>ul>li.menu-item-has-children ul.multicolumn ul.dropdown-menu {
        box-shadow: none!important
    }
}
@media (max-width: 991px) {
    .tb-menu-list {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        min-width: 270px;
        z-index: 999999999999999999!important;
        text-align: left;
        background: #000;
        overflow: auto;
        box-shadow: 2px 0 15px #252525;
        transform: translatex(-110%);
        -webkit-transform: translatex(-110%);
        transition: .4s all;
        display: block;
        right: initial
    }
    .tb-menu-list>ul>li.menu-item-has-children,
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children {
        position: relative
    }
    .tb-menu-list>ul>li,
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children>ul>li>a {
        -webkit-transition: all .4s!important;
        -moz-transition: all .4s!important;
        -o-transition: all .4s!important;
        display: block
    }
    .tb-menu-list.active {
        -webkit-transform: translatex(0);
        transform: translatex(0)
    }
    .tb-menu-list>ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    .tb-menu-list>ul>li {
        transition: all .4s!important
    }
    .tb-menu-list>ul>li>a {
        font-size: 14px;
        color: #fff;
        display: block;
        line-height: 38px;
        text-transform: uppercase;
        padding: 0 15px
    }
    .tb-menu-list>ul>li.current_page_item,
    .tb-menu-list>ul>li:hover {
        background: rgba(255, 255, 255, .1)
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown {
        position: relative;
        min-width: 270px;
        margin: 0;
        padding: 0;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li {
        display: block;
        border-top: 1px solid rgba(170, 170, 170, .2)
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li:first-child {
        border: none
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li>a {
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #747474;
        line-height: 38px;
        padding: 0 20px
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children>a:after {
        font-family: FontAwesome;
        content: "\f105";
        font-size: 13px;
        position: absolute;
        top: 0;
        right: 20px
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children>ul {
        position: relative;
        min-width: 270px;
        margin: 0;
        padding: 0;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        display: block;
        box-shadow: none;
        background: #ebebeb
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.current_page_item>a,
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li:hover>a,
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.current_page_item>a,
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children>ul>li.current_page_item>a,
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children>ul>li:hover>a,
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li:hover>a {
        background: 0 0
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children>ul>li {
        display: block;
        border-top: 1px solid rgba(170, 170, 170, .2)
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children>ul>li:first-child {
        border: none
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children>ul>li>a {
        transition: all .4s!important;
        font-size: 13px;
        font-weight: 400;
        color: #747474;
        line-height: 38px;
        padding: 0 20px
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li.menu-item-has-children:hover>ul {
        display: block;
        z-index: 999;
        -webkit-animation: fadeInUp2 .4s!important both;
        -moz-animation: fadeInUp2 .4s!important both;
        -o-animation: fadeInUp2 .4s!important both;
        animation: fadeInUp2 .4s!important both
    }
    .tb-menu-list>ul>li.menu-item-has-children.active>ul {
        display: block
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width {
        position: static
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul {
        position: relative;
        width: 100%;
        max-width: 270px;
        margin: 0;
        padding: 20px 10px;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li>a {
        font-size: 14px;
        font-weight: 400;
        line-height: 38px;
        color: #474747;
        text-transform: uppercase;
        padding: 0 15px
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.menu-item-has-children>ul {
        position: relative;
        margin: 0;
        padding: 0;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: block
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.menu-item-has-children>ul>li>a {
        -webkit-transition: all .4s!important;
        -moz-transition: all .4s!important;
        -o-transition: all .4s!important;
        transition: all .4s!important;
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: #000;
        line-height: 38px;
        padding: 0 20px
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.menu-item-has-children>ul>li.current_page_item>a,
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.menu-item-has-children>ul>li:hover>a {
        background: 0 0;
        padding-left: 25px
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.item-menu-custom-block {
        padding: 10px 15px
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.item-menu-custom-block>a {
        display: none
    }
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul>li.tb-login,
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul>li.tb-logout,
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input {
    border: none
}
.tb-header-wrap .tb-header-menu,
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important
}
@media (max-width: 767px) {
    .tb-menu-sidebar .widget_cart_search_wrap_item {
        position: static;
        line-height: 60px!important
    }
    .tb-menu-sidebar .tb-menu-canvas-wrap {
        position: static;
        line-height: 60px
    }
    .tb-menu-sidebar .widget_mini_cart_wrap {
        position: static
    }
    .tb-menu-sidebar .widget_mini_cart_wrap .header {
        line-height: 60px!important
    }
}
@media (min-width: 992px) {
    .admin-bar .mobile-leftbar {
        padding-top: 32px!important
    }
    .admin-bar .tb-header-wrap .tb-menu-sidebar .widget_cart_search_wrap_item .widget_searchform_content.full_search {
        min-height: 132px;
        padding-top: 67px
    }
    .admin-bar .tb-header-wrap.tb-header-stick .tb-menu-sidebar .widget_cart_search_wrap_item .widget_searchform_content.full_search {
        min-height: 172px;
        padding-top: 67px
    }
}
@media (max-width: 782px) {
    .admin-bar .mobile-leftbar {
        padding-top: 46px!important
    }
    .admin-bar .tb-menu-sidebar .widget_cart_search_wrap_item .widget_searchform_content.full_search {
        min-height: 145px
    }
}
.is-sticky .tb-header-menu {
    z-index: 99999999999!important
}
.tb-header-wrap.tb-header-v6.tb-header-fixed {
    top: 24px
}
.tb-header-wrap.tb-header-fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}
.tb-header-wrap.tb-header-v4 .widget_mini_sal .item-hd1 .widget_searchform form input {
    width: 200px
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar .widget ul {
    margin-left: 0
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar .widget ul>li {
    display: block
}
.tb-header-wrap .tb-header-top {
    color: #fff;
    background: #181818;
    height: 40px;
    padding: 0
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget {
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul {
    padding: 0;
    list-style: none;
    margin-left: -46px
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul>li {
    line-height: 8px;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase
}
.tb-header-wrap .tb-header-top .tb-sidebar .widget ul>li.tb-logout {
    display: none
}
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-right {
    text-align: right
}
.tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-right .widget ul {
    margin-left: 0;
    margin-right: -10px
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart {
    font-size: 0;
    margin-right: -46px
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget ul>li {
    display: block;
    border-right: none
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #dcdada;
    transition: all .4s!important
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item {
    position: relative;
    display: inline-block
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, .09);
    -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, .09);
    display: none
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.active {
    display: block!important;
    z-index: 999;
    -webkit-animation: fadeInUp .4s!important both;
    -moz-animation: fadeInUp .4s!important both;
    -o-animation: fadeInUp .4s!important both;
    animation: fadeInUp .4s!important both
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    min-height: 100px;
    line-height: 20px;
    padding-top: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .09)
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type=text] {
    color: #919191;
    font-size: 24px;
    text-align: center
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type=text]::-webkit-input-placeholder {
    color: #919191
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type=text]:-moz-placeholder {
    color: #919191;
    opacity: 1
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type=text]::-moz-placeholder {
    color: #919191;
    opacity: 1
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type=text]:-ms-input-placeholder {
    color: #919191
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type=text]:placeholder-shown {
    color: #919191
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search input[type=text]:focus {
    color: #000
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content.full_search .tb-close-fullsearch {
    font-size: 24px;
    top: 8px;
    right: 0;
    position: absolute;
    color: #919191
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content>form {
    position: relative;
    padding-right: 80px
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content>form>input {
    background: 0 0;
    height: 40px;
    margin: 0;
    float: left
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_cart_search_wrap_item .widget_searchform_content>form>input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    color: #fff;
    text-transform: uppercase
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    margin: 0 16px;
    line-height: 40px
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap.hide_cart:after,
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap.hide_search:before,
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap.hide_setting:after,
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon em {
    display: none
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap:after,
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap:before {
    border-left: 1px solid #575757;
    height: 8px;
    top: 50%;
    margin-top: -6px;
    left: 0
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap:after {
    left: auto;
    right: 0
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap.hide_setting {
    padding: 0
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap.hide_setting:before {
    margin-top: -8px
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap.hide_cart {
    padding-right: 0;
    margin-right: 0
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .header-menu-item-icon {
    height: 36px;
    min-width: 11px
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover {
    color: #fff
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_cart_wrap {
    position: relative;
    display: inline-block
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_cart_wrap .header {
    padding-right: 6px
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_cart_wrap .header a.icon_cart_wrap span.cart_total {
    position: static;
    margin-left: 10px;
    background-color: transparent;
    width: auto;
    font-size: 12px
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_cart_wrap .header a.icon_cart_wrap span.cart_total em {
    margin-left: 3px
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account {
    position: absolute;
    top: 100%;
    left: -120%;
    background-color: #fff;
    z-index: 9999;
    text-align: left;
    padding: 30px 20px 20px 25px;
    white-space: nowrap;
    line-height: 24px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, .09);
    min-width: 170px;
    display: none;
    -webkit-animation: fadeInUp .4s both;
    animation: fadeInUp .4s both
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account ul,
.tb-header-wrap.tb-header-v6 .tb-header-menu>.container {
    padding: 0
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account.active {
    display: block
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li {
    line-height: 28px;
    display: block;
    padding: 0;
    border: none
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li a {
    color: #111
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li a i {
    color: #b0b0b0;
    margin-right: 2px
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li.current-menu-item a,
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li.current-menu-item i,
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li:hover a,
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account li:hover i {
    color: #333
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account .widget {
    margin-bottom: 14px
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account .widget .wg-title,
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account .widget .widget-title {
    margin-bottom: 3px;
    font-size: 15px
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account .widget .menu-sub-account-container {
    margin-left: -1.5px
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .tb-menu-canvas-wrap .tb-menu-account .widget:last-child {
    margin-bottom: 0
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart .widget_mini_icon .header span.total_cart {
    display: none;
    color: #fff
}
.tb-header-wrap .tb-header-top .tb-sidebar .wrap-mini-cart.widget-show-text-icon a.icon em {
    display: inline-block;
    font-style: normal;
    margin-right: 6px
}
.tb-header-wrap.tb-header-v7 .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover,
.tb-header-wrap.tb-header-v7 .tb-header-top .tb-sidebar .wrap-mini-cart a.icon:hover .cart_total {
    color: #2a2a2a!important
}
.tb-header-wrap.tb-header-v7 .tb-header-top .tb-sidebar .wrap-mini-cart a.icon {
    color: #fff
}
.tb-header-wrap .tb-logo>a {
    font-size: 24px;
    text-transform: uppercase;
    font-family: Eremitage;
    color: #fff
}
.tb-header-wrap .tb-logo>a .primary_color {
    font-family: cursive;
    font-size: 60px
}
.tb-header-wrap .tb-logo>a>img {
    height: auto
}
.tb-header-wrap .tb-header-menu {
    transition: all .4s!important
}
.tb-header-wrap .tb-header-menu .tb-logo {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important;
    position: relative;
    height: 60px;
    letter-spacing: 1px
}
.tb-header-wrap .tb-header-menu .tb-logo>a {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-logo>a {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.tb-header-wrap .tb-header-menu .wrap-mini-cart .widget_cart_search_wrap_item i {
    display: inline-block;
    width: 100%
}
.tb-header-wrap.tb-header-v6 .tb-header-menu>.container .tb-header-menu-inner {
    padding-left: 22px
}
.tb-header-wrap.tb-header-v6 .tb-header-menu>.container .tb-header-menu-inner .widget_mini_sal {
    padding-right: 20px
}
.tb-header-wrap.tb-header-v6 .tb-header-menu>.container .tb-header-menu-inner .widget_mini_sal .item-hd2 button a {
    border-left: 1px solid #475f77
}
.tb-header-wrap.tb-header-v6 .tb-header-menu>.container .tb-header-menu-inner .widget_mini_sal .item-hd1 .widget_searchform a {
    border-right: 1px solid #475f77
}
.tb-header-wrap.tb-header-v6 .tb-header-menu>.container .tb-header-menu-inner .widget_mini_sal .item-hd3 .caret,
.tb-header-wrap.tb-header-v6 .tb-header-menu>.container .tb-header-menu-inner .widget_mini_sal .item-hd3 span {
    display: none
}
.tb-header-wrap.tb-header-v8 .tb-header-menu {
    border-top: 1px solid #ebebeb
}
.tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu .tb-menu-list>ul li:first-child a {
    padding-left: 0!important
}
.tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu .tb-menu-list>ul .current_page_parent:after {
    top: -2px;
    width: 100%;
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    opacity: 1
}
.tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu .tb-menu-list>ul>li {
    position: relative
}
.tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu .tb-menu-list>ul>li:after {
    top: -2px;
    opacity: 0;
    width: 100%;
    position: absolute;
    height: 2px;
    content: "";
    left: 0
}
.tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu .tb-menu-list>ul>li a {
    line-height: 50px;
    color: #111;
    padding-right: 32px!important
}
.tb-header-wrap.tb-header-v8 .tb-header-top {
    height: 77px;
    background: #fff
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-logo {
    text-align: center;
    line-height: 71px
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-logo a {
    color: #111!important
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form {
    position: absolute;
    background-color: #f4f8fa;
    width: 200px;
    padding-top: 20px;
    z-index: 9;
    left: inherit;
    right: 0;
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .car-test {
    text-transform: none;
    text-align: left;
    padding-left: 23px
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .car-test a {
    color: #fff;
    font-size: 12px;
    display: block
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .car-test a span {
    margin-right: 48px
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .car-test a i {
    font-size: 16px;
    transform: translateY(1px)
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .car-order {
    text-transform: none;
    text-align: left;
    padding-left: 22px
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .car-order a {
    color: #111;
    font-size: 12px
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .car-order a span {
    margin-right: 45px
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .car-order a i {
    font-size: 16px;
    transform: translateY(1px)
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .search-car {
    text-transform: none;
    min-width: 160px;
    width: 163px;
    max-width: 100%;
    margin: 0 auto -7px
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .search-car #s {
    display: inline-block;
    height: 30px;
    color: #999;
    border: 1px solid #ebebeb;
    background-color: #fff;
    width: 80%;
    margin: 0;
    padding: 0 0 0 9px;
    border-right: 0
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .search-car #s:focus {
    border-color: #ebebeb!important
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .search-car #searchsubmit {
    width: 18%;
    vertical-align: middle;
    height: 30px;
    border: 1px solid #ebebeb;
    margin-top: -2px;
    background-color: #fff;
    border-left: 0;
    padding: 0;
    margin-left: -3px
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .car-dealer {
    text-transform: none;
    border: 1px solid #ebebeb;
    background-color: #fff;
    line-height: 30px;
    min-width: 160px;
    width: 160px;
    max-width: 100%;
    height: 30px;
    margin: 0 auto 5px;
    text-align: left
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .car-dealer a {
    color: #999;
    font-size: 10px;
    padding: initial;
    margin-left: 10px
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .car-dealer a span {
    margin-right: 76px
}
.tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form .car-dealer a i {
    font-size: 16px;
    transform: translateY(1px)
}
.tb-header-wrap.tb-header-v8 .tb-header-top .widget_mini_sal {
    text-align: left
}
.tb-header-wrap.tb-header-v8 .tb-header-top .widget_mini_sal .item-hd2,
.tb-header-wrap.tb-header-v8 .tb-header-top .widget_mini_sal .item-hd3 {
    line-height: 77px
}
.tb-header-wrap.tb-header-v8 .tb-header-top .widget_mini_sal .item-hd2 button,
.tb-header-wrap.tb-header-v8 .tb-header-top .widget_mini_sal .item-hd3 button {
    color: #999;
    font-size: 12px
}
.tb-header-wrap.tb-header-v8 .tb-header-top .widget_mini_sal .item-hd2 button a,
.tb-header-wrap.tb-header-v8 .tb-header-top .widget_mini_sal .item-hd3 button a {
    color: #999
}
.tb-header-wrap.tb-header-v8 .tb-header-top .widget_mini_sal .item-hd2 button>a>span,
.tb-header-wrap.tb-header-v8 .tb-header-top .widget_mini_sal .item-hd3 button>a>span {
    text-transform: none;
    font-weight: 100
}
.tb-header-wrap.tb-header-v8 .tb-header-top .widget_mini_sal .item-hd2 button a {
    border-color: #cfcfcf
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-search {
    line-height: 97px
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-search .widget.widget_search {
    margin-bottom: 0
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-search .widget.widget_search form {
    vertical-align: middle;
    margin-bottom: 0;
    text-align: right
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-logo,
.tb-header-wrap.tb-header-v2-custom .tb-header-menu .tb-menu {
    text-align: center
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-search .widget.widget_search form::-webkit-input-placeholder {
    color: #999;
    font-size: 10px
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-search .widget.widget_search form::-moz-placeholder {
    color: #999;
    font-size: 10px
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-search .widget.widget_search form:-ms-input-placeholder {
    color: #999;
    font-size: 10px
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-search .widget.widget_search form:-moz-placeholder {
    color: #999;
    font-size: 10px
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-search .widget.widget_search form input[type=text] {
    height: 30px;
    width: 72%;
    margin-right: -5px;
    line-height: 30px
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-search .widget.widget_search form input[type=submit] {
    width: 9%;
    height: 30px;
    line-height: 10px
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-search .widget.widget_search form input {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    float: none
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-logo {
    height: 97px
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-logo a {
    color: #111!important
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-menu .tb-menu-control-mobi a,
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-menu ul li a {
    color: #111
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-menu #nav>li>a {
    padding-left: 34px!important
}
.tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-menu ul li {
    line-height: 97px
}
.tb-header-wrap.tb-header-v7 .tb-header-top {
    background-color: #111
}
.tb-header-wrap.tb-header-v7 .tb-header-top .tb-sidebar-right {
    padding-right: 375px
}
.tb-header-wrap.tb-header-v7 .tb-header-top .tb-sidebar-left {
    padding-left: 375px;
    position: relative;
    overflow: hidden
}
.tb-header-wrap.tb-header-v7 .tb-header-top .tb-sidebar-left:after {
    content: "";
    width: 55px;
    height: 50px;
    transform: rotate(79deg);
    background-color: #111;
    position: absolute;
    right: -30px;
    top: -14px
}
.tb-header-wrap.tb-header-v7 .tb-header-top .widget_text {
    display: inline-block;
    text-transform: none
}
.tb-header-wrap.tb-header-v7 .tb-header-top .widget_text ul {
    margin-right: 17px!important
}
.tb-header-wrap.tb-header-v7 .tb-header-top .widget_text ul li {
    border: 0;
    padding: 0 5px
}
.tb-header-wrap.tb-header-v7 .tb-header-top .widget_mini_sal {
    padding-right: 0;
    display: inline-block
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd3 span,
.tb-header-wrap.tb-header-v2-custom .tb-header-menu .tb-menu-sidebar1 .widget_mini_icon .item-hd3 span,
.tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd3 span,
.tb-header-wrap.tb-header-v5 .mobile-header .mobile-nav {
    display: none
}
.tb-header-wrap.tb-header-v7 .tb-header-top .widget_mini_sal .item-hd2 {
    line-height: 40px
}
.tb-header-wrap.tb-header-v7 .tb-header-top .widget_mini_sal .item-hd2 button a span {
    text-transform: none;
    font-weight: 400;
    font-family: Roboto
}
.tb-header-wrap.tb-header-v2-custom .tb-header-top {
    background: #181818
}
.tb-header-wrap.tb-header-v2-custom .widget_mini_sal {
    padding-right: 0
}
.tb-header-wrap.tb-header-v2-custom .tb-logo a {
    font-size: 24px;
    text-transform: uppercase;
    font-family: Eremitage;
    color: #fff;
    line-height: 60px
}
.tb-header-wrap.tb-header-v2-custom .tb-header-menu {
  /*background-image: url("https://bgdrive.rs/wp-content/uploads/2023/12/carbon-scaled.jpg"); */
  background-color: #111b29; 
  height: 120px; 
  padding:30px;
  background-position: left; 
  background-repeat: no-repeat; 
  /*background-size: cover
   izmena */
}
.tb-header-wrap.tb-header-v2-custom .tb-header-menu .tb-menu .tb-menu-list {
    margin-right: 77px
}
.tb-header-wrap.tb-header-v2-custom .tb-header-menu .tb-menu .tb-menu-control-mobi>a {
    line-height: 60px
}
.tb-header-wrap.tb-header-v1 .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul {
    left: 146px
}
.tb-header-wrap.tb-header-v1 .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown {
    left: 19px
}
.tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu-list {
    padding-left: 29px
}
.tb-header-wrap.tb-header-v2 .tb-logo,
.tb-header-wrap.tb-header-v4 .tb-logo {
    text-align: left;
    line-height: 70px;
    height: 70px
}
.tb-header-wrap.tb-header-v2 .tb-logo a,
.tb-header-wrap.tb-header-v4 .tb-logo a {
    font-size: 24px;
    text-transform: uppercase;
    font-family: Eremitage;
    color: #111!important
}
@media(min-width:992px) {
    .tb-header-v4 .is-sticky .tb-header-menu {
        padding: 0 50px
    }
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal,
.tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal,
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar1 .widget_mini_sal .groud-heared-right .item-hd3 {
    padding-right: 0
}
.tb-header-wrap.tb-header-v2 .tb-header-menu,
.tb-header-wrap.tb-header-v4 .tb-header-menu {
    color: #111;
	display:none;
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd1 .widget_searchform i,
.tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd1 .widget_searchform i {
    color: #111
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd1,
.tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd2,
.tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd3,
.tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd1,
.tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd2,
.tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd3 {
    line-height: 70px
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd2 button,
.tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd2 button a,
.tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd3 button,
.tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd3 button a,
.tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd2 button,
.tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd2 button a,
.tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd3 button,
.tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd3 button a {
    color: #111
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu,
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu {
    text-align: center
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list,
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-list {
    margin-right: 10px
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list>ul>li a,
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-list>ul>li a {
    color: #111;
    line-height: 70px
}
.tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-control-mobi>a,
.tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-control-mobi>a {
    line-height: 80px;
    color: #111
}
.tb-header-wrap.tb-header-v5 .mobile-header {
    width: 100%;
    z-index: 500;
    background-color: transparent;
    text-align: center
}
.tb-header-wrap.tb-header-v5 .mobile-header .fa-bars {
    position: absolute;
    left: 20px;
    top: 50%;
    color: #bebebe;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 35px
}
.tb-header-wrap.tb-header-v5 .mobile-header .fa-bars:active,
.tb-header-wrap.tb-header-v5 .mobile-header .fa-bars:focus,
.tb-header-wrap.tb-header-v5 .mobile-header .fa-bars:hover {
    color: #fff
}
.tb-header-wrap.tb-header-v5 .logo-text-v4 {
    font-family: oxygen;
    visibility: visible!important;
    letter-spacing: 10px;
    font-size: 13px;
    padding-left: 12px;
    display: block!important;
    color: #2d2d2d
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar {
    position: fixed;
    z-index: 600;
    max-width: 270px;
    height: 100vh;
    width: 85%;
    paddingt: 0 20px;
    left: 0;
    top: 0;
    padding-top: 55px
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-logo {
    letter-spacing: 1px;
    margin-bottom: 30px
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .social-bottom {
    margin-top: 200px
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .social-bottom p {
    color: #fff;
    font-size: 12px;
    margin-bottom: -6px!important;
    padding: 0 15px;
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .social-bottom ul {
    margin: 0 0 16px;
    padding: 0
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .social-bottom ul li {
    margin-right: 17px;
    display: inline-block
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .social-bottom ul li a {
    color: #fff;
    font-size: 14px
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar2 .widget_search {
    margin-bottom: 0
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar2 .searchform {
    margin-bottom: -6px;
    width: 78%
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar2 .searchform input#s::-webkit-input-placeholder {
    color: #fff
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar2 .searchform input#s::-moz-placeholder {
    color: #fff
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar2 .searchform input#s:-ms-input-placeholder {
    color: #fff
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar2 .searchform input#s:-moz-placeholder {
    color: #fff
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar2 .searchform input[type=text] {
    width: calc(81%);
    color: #fff
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar2 .searchform input[type=submit] {
    width: 40px
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar2 .searchform input {
    border: 0;
    background-color: #32373c;
    height: 50px;
    margin-bottom: 0
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar1 .widget_mini_sal {
    padding-right: 0;
    text-align: center
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar1 .widget_mini_sal .groud-heared-right .item-hd2 button a {
    padding-left: 4px;
    border-left: 0
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar1 .widget_mini_sal .groud-heared-right .item-hd1 {
    display: none
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .fa-close {
    font: normal normal normal 20px/1.4 FontAwesome!important;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    right: 10px;
    top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .left-pane {
    position: fixed;
    left: 0;
    top: 0;
    width: 60px;
    border-right: 1px solid #ddd;
    z-index: 600;
    height: 100%;
    background: url(assets/images/light-theme/header-left.jpg) repeat-y
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .left-pane .icons-wrap {
    z-index: 103;
    margin: 0 10px;
    padding: 10px 0
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .left-pane .icons-wrap li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-align: center;
    font-size: 16px
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .left-pane .icons-wrap li>a {
    padding: 5px 0;
    display: block;
    font: normal normal normal 20px/1.4 FontAwesome!important;
    color: #666;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li .menu-title i,
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li .widget_zo-recent-posts-widget-with-thumbnails .tb-post-date,
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-thumb {
    display: none
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .left-pane .icons-wrap li>a.selected {
    background-color: #ddd
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .left-pane .icons-wrap li>a i {
    color: #444;
    position: absolute;
    text-indent: 0;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    right: 0;
    top: 0;
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 18px;
    height: 18px
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .cayto-name {
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -moz-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    -o-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    height: 60px;
    position: absolute;
    width: 100%;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-right: 95px;
    line-height: 60px
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav {
    margin: 0;
    padding: 0 0 0 30px;
    text-align: left
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li {
    position: relative;
    list-style: none;
    line-height: 1;
    color: #FFF
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li:before {
    border-bottom: 1px #32373c dashed;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 210px;
    height: 1px;
    content: ""
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li.menu-item-has-children:after {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important;
    content: "\f105";
    position: absolute;
    right: 30px;
    font-family: FontAwesome;
    color: #fff;
    top: 22px;
    webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul {
    display: none;
    margin: 0;
    background-color: transparent;
    padding: 0;
    width: 100%!important;
    left: 100%;
    top: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    float: none
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li {
    line-height: 40px;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    transition: .4s all;
    -webkit-transition: .4s all
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li h3 {
    margin-top: 0;
    margin-bottom: 0
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li:hover {
    background-color: #ebebeb
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li:last-child {
    border-bottom: 0
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li .widget_zo-recent-posts-widget-with-thumbnails ul {
    position: absolute;
    background-color: #fff
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
    float: none;
    display: block;
    width: 100%;
    padding-top: 0
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li.menu-item-has-children:after {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important;
    content: "\f105";
    position: absolute;
    right: 20px;
    font-family: FontAwesome;
    color: #111;
    top: 22px;
    webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li:hover:after {
    right: 15px
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li a {
    line-height: 50px;
    color: #111;
    display: inline-block;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    font-family: Montserrat
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li .multicolumn>li:hover ul {
    display: block
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li a {
    font-weight: 400;
    display: block
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li:hover>ul {
    display: block;
    -webkit-animation: fadeInLeft2 .4s both;
    -moz-animation: fadeInLeft2 .4s both;
    -o-animation: fadeInLeft2 .4s both;
    animation: fadeInLeft2 .4s both
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li .tb-menu-custom-block {
    padding-top: 15px
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li>a {
    color: #fff;
    font-size: 12px;
    font-family: Montserrat
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li:hover>a {
    padding-left: 0
}
.logged-in .tb-header-wrap .tb-header-top .tb-sidebar .widget ul>li.tb-logout {
    display: inline-block
}
.logged-in .tb-header-wrap .tb-header-top .tb-sidebar .widget ul>li.tb-login,
.visible-lgs-block {
    display: none
}
@media (max-width: 1199px) {
    .tb-header-wrap.tb-header-3 .tb-header-menu .tb-menu .tb-menu-list>ul>li>a,
    .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu .tb-menu-list>ul>li>a,
    .tb-header-wrap.tb-header-v2-custom .tb-header-menu .tb-menu .tb-menu-list>ul>li>a,
    .tb-header-wrap.tb-header-v24 .tb-header-menu .tb-menu .tb-menu-list>ul>li>a,
    .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-list>ul>li>a,
    .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-menu .tb-menu-list>ul>li>a,
    .tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu .tb-menu-list>ul>li>a {
        padding: 0 10px!important
    }
    .tb-header-wrap.tb-header-v2 .tb-logo-v2 {
        display: none
    }
    .tb-header-wrap.tb-header-v2 .tb-header-menu {
        color: #5d5d5d;
        background: #000
    }
    .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-logo,
    .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu-sidebar {
        opacity: 1
    }
}
@media (max-width: 767px) {
    .tb-header-wrap.tb-header-v5 .mobile-leftbar {
        overflow-x: hidden;
        overflow-y: auto
    }
    .tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd1,
    .tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd2,
    .tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd3,
    .tb-header-wrap.tb-header-v2 .tb-logo,
    .tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd1,
    .tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd2,
    .tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd3,
    .tb-header-wrap.tb-header-v4 .tb-header-menu-db .tb-header-menu .tb-menu .tb-menu-control-mobi>a,
    .tb-header-wrap.tb-header-v4 .tb-logo {
        line-height: 70px!important
    }
    .tb-header-wrap .tb-header-top {
        overflow: hidden
    }
    .tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-left,
    .tb-header-wrap .tb-header-top .tb-sidebar.tb-sidebar-right {
        text-align: center
    }
    .tb-header-wrap .tb-header-menu .tb-menu {
        padding-right: 0!important
    }
    .tb-header-wrap .tb-header-menu .tb-logo {
        height: 60px
    }
    .tb-header-wrap .tb-header-menu .tb-header-menu-inner .tb-menu-sidebar {
        position: static
    }
    .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar {
        margin-left: 0
    }
    .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .header-menu-item-icon>a,
    .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_cart_search_wrap_item>a,
    .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-sidebar .widget_mini_cart_wrap .header {
        width: auto;
        padding: 0 10px
    }
    .tb-header-wrap.tb-header-v6 .tb-header-menu .tb-menu .tb-menu-control-mobi>a {
        width: auto;
        padding: 0 5px
    }
}
.tb-logo.tb-custom-logo {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 24px
}
.tb-logo.tb-custom-logo>a {
    font-size: 24px;
    text-transform: uppercase;
    font-family: Eremitage;
    color: #fff
}
.tb-logo.tb-custom-logo>a .primary_color {
    font-family: cursive;
    font-size: 60px
}
.tb-logo.tb-custom-logo>a>img {
    height: auto
}
.tb-logo.tb-custom-logo a {
    font-size: 55px!important
}
.tb-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}
@media (min-width: 1200px) {
    .visible-lgs-block {
        display: block
    }
    .col-lg-offset-27 {
        margin-left: 270px
    }
    .col-lg-93 {
        width: calc(100% - 270px)
    }
    .tb-layout-fullwidth .footer-bottom,
    .tb-layout-fullwidth .footer-top,
    .tb-layout-fullwidth .tb-header-top {
        padding-left: 70px!important;
        padding-right: 70px!important
    }
    .tb-header-menu-db .tb-menu-lg {
        position: absolute!important;
        top: 0
    }
    .tb-header-menu-db .tb-menu-lg.tb-logo {
        left: 70px;
        min-width: 145px
    }
    .tb-header-menu-db .tb-menu-lg.tb-menu {
        right: 70px
    }
    .tb-container {
        width: 970px
    }
}
@media (max-width: 1440px) {
    .col-lg-93 .container {
        max-width: 970px
    }
}
@media (min-width: 768px) {
    .tb-container {
        width: 750px
    }
}
@media (min-width: 1200px) {
    .tb-container {
        width: 1170px
    }
}

@media (max-width: 1369px) and (max-height: 801px) {
    .tb-header-wrap.tb-header-v5 .mobile-leftbar {
        padding-top: 0
    }
    .tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-logo {
        padding: 25px 0;
        margin-bottom: 0
    }
    .tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li a,
    .tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li {
        line-height: 40px
    }
    .tb-header-wrap.tb-header-v5 .tb-menu-sidebar {
        padding: 20px 0 30px
    }
}
@media (max-width: 1199px) {
    .tb-header-wrap.tb-header-v5 .mobile-header .fa-bars {
        top: 30px;
        color: #111;
        position: fixed;
        z-index: 1
    }
}
@media (max-width: 1200px) {
    .tb-header-wrap.tb-header-v5 .mobile-leftbar {
        top: 0;
        position: fixed;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .4s!important;
        -moz-transition: all .4s!important;
        -o-transition: all .4s!important;
        transition: all .4s!important
    }
    .tb-header-wrap.tb-header-v5 .mobile-leftbar.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .tb-header-wrap.tb-header-v5 .mobile-leftbar .widget_mini_cart_wrap .wrap-shoping-libox.active {
        left: 100%
    }
}
.ro-blog-comment .ro-header .ro-btn,
.tb-custom-style .tparrows {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important
}
.slider-home7 .tp-thumbs {
    padding: 30px 0!important
}
.tb-custom-style.tb-flip-button .tparrows.tp-leftarrow,
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow {
    padding-left: 10px
}
.slider-home7 .tp-thumbs .tp-thumb {
    border: 2px solid transparent
}
.slider-home7 .tp-thumbs .tp-thumb.selected {
    border: 2px solid #fff
}
.slider-home7 .tp-thumbs .tp-thumb-title {
    -webkit-transform: rotatex(0)!important;
    font-size: 16px!important;
    font-weight: 700!important;
    font-family: Montserrat!important
}
.slider-home1 .tp-thumb-mask {
    overflow: initial!important;
    top: -65px
}
.slider-home1 .tp-thumb-mask .tp-thumb {
    opacity: 1!important
}
.slider-home1 .tp-thumb-mask .tp-thumb.selected {
    border: 4px solid #fff
}
.slider-home1 .tp-thumb-mask .tp-thumb.selected:after {
    top: 0
}
.slider-home1 .tp-thumb-mask .tp-thumb.selected:before {
    z-index: 0
}
.tb-custom-style .tparrows {
    background: 0 0!important;
    transition: all .4s!important
}
.tb-custom-style .tparrows:before {
    position: relative;
    z-index: 2
}
.tb-custom-style .tparrows:after {
    content: "";
    position: absolute;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    z-index: 1;
    margin-top: -20px;
    top: 0
}
.tb-custom-style .tparrows.tp-leftarrow:before {
    color: #2a2a2a
}
.tb-custom-style .tparrows.tp-leftarrow:after {
    border-right: 40px solid #fff;
    right: 0;
    margin-right: 8px
}
.tb-custom-style .tparrows.tp-rightarrow:after {
    border-left: 40px solid #2a2a2a;
    left: 0;
    margin-left: 8px
}
.tb-custom-style .tparrows:hover:before {
    color: #fff
}
.tb-custom-style.tb-flip-button .tparrows.tp-leftarrow:after {
    border-left: 40px solid #fff;
    left: 0;
    border-right: none;
    margin-left: 12px
}
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow:before {
    color: #2a2a2a
}
.tb-custom-style.tb-flip-button .tparrows.tp-rightarrow:after {
    border-right: 40px solid #fff;
    border-left: none;
    left: auto;
    right: 0
}
.tb-custom-style.tb-flip-button .tparrows:hover:before {
    color: #fff
}
.tb-custom-style.tb-flip-button .tparrows:hover:after {
    border-right-color: #2a2a2a;
    border-left-color: #2a2a2a
}
.tb-info-box-wrap .tb-info-box {
    position: relative;
    overflow: hidden
}
.tb-info-box-wrap .tb-info-box .thumb-image img {
    margin: 0 auto
}
.tb-info-box-wrap .tb-info-box .content-inner {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(255, 255, 255, .7);
    width: 180px
}
.tb-info-box-wrap .tb-info-box .content-inner .title {
    color: #111;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 23px;
    padding-top: 18px;
    margin-bottom: 0
}
.tb-info-box-wrap .tb-info-box .content-inner .sub_title {
    color: #111;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 23px;
    padding-top: 2px;
    margin-bottom: 18px
}
.tb-info-box-wrap .tb-info-box .content-inner .link-btn {
    color: #fff;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 0 7px 23px;
    position: absolute;
    width: 100%;
    opacity: .8
}
.tb-info-box-wrap .tb-info-box .content-inner .link-btn i {
    float: right;
    transform: translate(-16px, 5px);
    -webkit-transform: translate(-16px, 5px)
}
.tb-info-box-wrap .tb-info-box .content-inner .link-btn:hover {
    background-color: #2a2a2a;
    opacity: 1
}
.custom-row .vc_col-sm-2 {
    width: 22.22%
}
.custom-row .no-container .row .vc_column_container {
    padding: 0 15px
}
@media (max-width: 767px) {
    .slider-home1 .tp-thumbs {
        display: none
    }
    .slider-home1 .tp-thumbs-inner-wrapper {
        height: 0!important
    }
    .custom-row .vc_column_container {
        width: 100%
    }
    .tb-info-box-wrap .tb-info-box {
        max-width: 390px;
        margin: 15px auto
    }
}
.tb-service-wrap .tb-service {
    position: relative;
    margin: 0 auto 33px
}
.tb-service-wrap .tb-service .tb-icon {
    margin-bottom: 14px
}
.tb-service-wrap .tb-service .tb-icon i {
    display: inline-block;
    width: 100%
}
.tb-service-wrap .tb-service .tb-title {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 18px;
    margin-bottom: 18px;
    padding-top: 20px;
    position: relative
}
.tb-service-wrap .tb-service .tb-content {
    font-size: 13px;
    line-height: 18px;
    color: #858585
}
.tb-service-wrap .tb-service.tpl .tb-title {
    font-size: 15px
}
.tb-service-wrap .tb-service.tpl .tb-icon i {
    color: #fff
}
.tb-service-wrap .tb-service.tpl:hover .tb-icon:after,
.tb-service-wrap .tb-service.tpl:hover .tb-icon:before {
    border-color: #efefef;
    background-color: transparent
}
.tb-service-wrap .tb-service.tpl1 .inner-service {
    position: absolute;
    top: 0;
    padding: 40px 20px 0
}
.tb-service-wrap .tb-service.tpl1 .inner-service .tb-content p {
    text-shadow: #222 0 1px 1px;
    color: #FFF;
    font-size: 14px;
    font-weight: 100;
    font-family: Roboto;
    line-height: 26px
}
.tb-service-wrap .tb-service.tpl1 .inner-service .tb-title-icon {
    text-align: center
}
.tb-service-wrap .tb-service.tpl1 .inner-service .tb-title-icon .tb-title {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-shadow: #222 0 1px 1px;
    display: block;
    margin-top: 30px
}
.tb-service-wrap .tb-service.tpl1 .inner-service .tb-title-icon .tb-icon {
    display: block;
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    border: 2px solid #fff;
    text-align: center;
    margin: 0 auto
}
.tb-service-wrap .tb-service.tpl1 .tb-icon:after,
.tb-service-wrap .tb-service.tpl1 .tb-icon:before,
.tb-service-wrap .tb-service.tpl2 .tb-icon:after,
.tb-service-wrap .tb-service.tpl2 .tb-icon:before {
    display: none
}
.tb-service-wrap .tb-service.tpl1 .inner-service .tb-title-icon .tb-icon i {
    color: #fff;
    font-size: 26px
}
.tb-service-wrap .tb-service.tpl1 .bg-service img {
    width: 100%
}
.tb-service-wrap .tb-service.tpl1 .tb-icon:hover {
    color: #fff
}
.tb-service-wrap .tb-service.tpl1 .tb-title-icon {
    margin-bottom: 0
}
.tb-service-wrap .tb-service.tpl1 .tb-title {
    padding-top: 0;
    margin-bottom: 13px
}
.tb-service-wrap .tb-service.tpl2 .tb-icon {
    border: none;
    font-size: 48px;
    background-color: transparent;
    color: #2a2a2a
}
.tb-service-wrap .tb-service.tpl2 .incremental-counter .num {
    display: inline-block
}
.tb-service-wrap .tb-service.tpl2 .tb-title {
    color: #585858;
    padding-top: 14px;
    font-size: 44px;
    padding-bottom: 5px;
    background-color: transparent
}
.tb-service-wrap .tb-service.tpl2 .tb-content {
    font-size: 16px;
    color: #7e7e7e
}
.tb-service-wrap .tb-service.tpl3 .inner-service {
    padding: 83px 0 0 62px;
    position: absolute;
    top: 0
}
.tb-service-wrap .tb-service.tpl3 .inner-service .tb-content {
    padding: 0 44px 0 82px;
    transform: translateY(-32px)
}
.tb-service-wrap .tb-service.tpl3 .inner-service .tb-content p {
    text-shadow: #222 0 1px 1px;
    color: #FFF;
    font-size: 14px;
    font-weight: 100;
    font-family: Roboto;
    line-height: 26px
}
.tb-service-wrap .tb-service.tpl3 .inner-service .tb-title-icon {
    text-align: left
}
.tb-service-wrap .tb-service.tpl3 .inner-service .tb-title-icon .tb-title {
    margin-left: 19px;
    vertical-align: top;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-shadow: #222 0 1px 1px
}
.tb-service-wrap .tb-service.tpl3 .inner-service .tb-title-icon .tb-icon {
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 14px;
    border-radius: 100%;
    border: 2px solid #fff;
    text-align: center
}
.tb-service-wrap .tb-service.tpl3 .inner-service .tb-title-icon .tb-icon i {
    color: #fff;
    font-size: 26px
}
.tb-service-wrap .tb-service.tpl3 .tb-icon:after,
.tb-service-wrap .tb-service.tpl3 .tb-icon:before {
    display: none
}
.tb-service-wrap .tb-service.tpl3 .bg-service img {
    width: 100%
}
.tb-service-wrap .tb-service.tpl3 span {
    display: inline-block
}
.tb-service-wrap .tb-service.tpl3 .tb-icon:hover {
    color: #fff
}
.ro-blog-article .ro-detail span a:hover,
.ro-blog-article .ro-tag a:hover {
    color: #AAA
}
.tb-service-wrap .tb-service.tpl3 .tb-title-icon {
    margin-bottom: 0
}
.tb-service-wrap .tb-service.tpl3 .tb-title {
    padding-top: 0;
    margin-bottom: 6px
}
.fixed-overborder>.container>.row {
    margin-left: 0;
    margin-right: 0
}
.fixed-overborder>.container>.row>.wpb_column {
    padding-left: 0!important;
    padding-right: 0!important;
    z-index: 3
}
.fixed-overborder>.container>.row>.wpb_column .tb-service-wrap {
    background-color: #fff
}
.fixed-overborder>.container>.row>.wpb_column .tb-service-wrap .tb-service {
    margin: 0 0 20px;
    min-height: 110px;
    z-index: 1;
    background-color: #fff
}
.fixed-overborder>.container>.row>.wpb_column:first-child .tb-service-wrap:after,
.fixed-overborder>.container>.row>.wpb_column:first-child .tb-service-wrap:before,
.fixed-overborder>.container>.row>.wpb_column:last-child .tb-service-wrap:after {
    width: 11px;
    position: absolute;
    top: 0;
    height: 100px;
    content: "";
    z-index: 0;
    bottom: auto;
    float: none
}
.fixed-overborder>.container>.row>.wpb_column:first-child {
    margin-top: -82px
}
.fixed-overborder>.container>.row>.wpb_column:first-child .tb-service-wrap:before {
    box-shadow: -1px 5px 10px rgba(0, 0, 0, .4);
    left: 0;
    right: auto;
    border-bottom-left-radius: 60%
}
.fixed-overborder>.container>.row>.wpb_column:first-child .tb-service-wrap:after {
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .4);
    right: 0;
    left: auto;
    border-bottom-right-radius: 60%
}
@media (min-width: 991px) {
    .fixed-overborder>.container>.row>.wpb_column {
        margin-top: -82px
    }
    .fixed-overborder>.container>.row>.wpb_column:last-child .tb-service-wrap:after {
        box-shadow: 1px 5px 10px rgba(0, 0, 0, .4);
        right: 0;
        left: auto;
        border-bottom-right-radius: 60%
    }
    .tb-info-box-wrap.tpl2 .tb-info-inner.image1 {
        margin-right: -40%!important
    }
}
@media (max-width: 992px) {
    .fixed-overborder>.container>.row>.wpb_column {
        margin-bottom: 50px
    }
    .fixed-overborder>.container>.row>.wpb_column:last-child {
        margin-bottom: 33px
    }
}
@media (min-width: 768px) {
    .tb-info-box-wrap.tpl1 .col-sm-push-2 {
        margin-left: -10px
    }
    .tb-info-box-wrap.tpl1 .tb-info-inner.image1 {
        margin-left: -33.333%
    }
    .tb-info-box-wrap.tpl2 .col-sm-pull-2 {
        margin-right: -10px;
        margin-left: 10px
    }
    .tb-info-box-wrap.tpl2 .tb-info-inner.image1 {
        margin-right: -33.333%
    }
    .tb-info-box-wrap.tpl2 .tb-info-inner.image1 .tb-image {
        position: absolute;
        bottom: 20px;
        right: 0
    }
}
@media (max-width: 767px) {
    .tb-info-box-wrap .tb-image {
        border: none!important
    }
    .tb-info-box-wrap .pull-right {
        float: none!important
    }
    .tb-info-box-wrap.tpl3 .image1 {
        margin-bottom: 31px
    }
}
.ro-blog-article.ro-preview,
.ro-blog-comment .ro-header {
    border-bottom: 1px solid #AAA
}
.blog-ad-listing .tb-post-item .content-right {
    background-color: #fff!important;
    padding: 7px 0 36px!important
}
.blog-ad-listing .tb-post-item .content-right .catgory-name a:after {
    height: 2px!important;
    background-color: #707070!important
}
.blog-ad .tb-post-item {
    background-color: #fff!important;
    margin-bottom: 30px!important
}
.blog-ad .tb-post-item .author-name,
.blog-ad .tb-post-item .blog-info i {
    display: none!important
}
.blog-ad .tb-post-item .catgory-name {
    position: relative
}
.blog-ad .tb-post-item .catgory-name:after {
    content: "";
    position: absolute;
    background-color: #6c6d6f;
    width: 30px;
    height: 1px;
    bottom: 0;
    left: 0
}
.ro-author-name {
    font-style: italic;
    font-size: 18px;
    text-align: right
}
.ro-blog-article .ro-title {
    font-weight: 700
}
.ro-blog-article .ro-detail span {
    display: inline-block
}
.ro-blog-article .ro-image {
    position: relative;
    display: block
}
.ro-blog-article .ro-image .ro-note {
    position: absolute;
    top: 35px;
    left: 35px;
    padding: 15px;
    width: 242px;
    border: 1px solid #AAA;
    overflow: hidden
}
.ro-blog-article .ro-image .ro-note .ro-note-bottom,
.ro-blog-article .ro-image .ro-note .ro-note-top {
    position: absolute;
    right: 15px;
    font-size: 18px;
    line-height: 18px
}
.ro-blog-article .ro-image .ro-note .ro-note-top {
    top: 15px
}
.ro-blog-article .ro-image .ro-note .ro-note-bottom {
    bottom: 15px
}
.ro-blog-article .ro-image .ro-note .ro-note-content {
    font-style: italic;
    margin: 20px 12px;
    line-height: 25px
}
.ro-blog-article .ro-image .ro-note .ro-note-content span {
    font-size: 16px
}
.ro-blog-article .ro-content .ro-author {
    text-align: right;
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px
}
.ro-blog-article .ro-tag {
    font-style: italic;
    font-weight: 400;
    margin-bottom: 15px
}
.ro-blog-article .ro-social a:not(:first-child) {
    margin-left: 20px
}
.ro-blog-article .ro-social .ro-like,
.ro-blog-article .ro-social .ro-subscribe {
    padding: 4px 22px;
    display: inline-block;
    font-size: 14px;
    outline: 0;
    line-height: 18px;
    text-align: center;
    border-radius: 20px
}
.ro-blog-article .ro-social .ro-like {
    border: 1px solid #AAA;
    background-color: #EEE;
    color: #444
}
.ro-blog-article .ro-social .ro-like span {
    margin-left: 15px;
    margin-right: 9px;
    line-height: 14px;
    font-size: 20px;
    font-weight: 400
}
.ro-blog-article .ro-social .ro-like:hover,
.ro-blog-article .ro-social .ro-subscribe {
    color: #FFF
}
.ro-blog-article .ro-social .ro-subscribe:hover {
    border: 1px solid #AAA;
    background-color: #EEE;
    color: #444
}
.ro-blog-article .ro-loading {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 58px 0
}
@media (min-width: 768px) {
    .ro-blog-article .ro-title {
        font-size: 36px
    }
    .ro-blog-article .ro-note .ro-note-content {
        font-size: 18px
    }
}
@media (max-width: 767px) {
    .ro-blog-article .ro-title {
        font-size: 28px
    }
    .ro-blog-article .ro-note p {
        height: 6.4em
    }
    .ro-blog-article .ro-note p .ro-note-content {
        font-size: 16px
    }
    .ro-blog-article .ro-loading {
        margin: 45px 0
    }
    .ro-blog-article.ro-preview .ro-content {
        height: 7.2em
    }
}
@media (min-width: 480px) {
    .ro-blog-article .ro-detail span:not(:first-child) {
        margin-left: 55px
    }
}
@media (max-width: 479px) {
    .ro-blog-article .ro-image .ro-note {
        display: none
    }
    .ro-blog-article .ro-detail span:not(:last-child) {
        margin-right: 55px
    }
}
.ro-blog-article.ro-preview {
    padding-bottom: 70px;
    padding-top: 45px
}
.ro-blog-article.ro-preview .ro-title {
    font-style: italic
}
.ro-blog-article.ro-preview .ro-image {
    margin-top: 50px;
    margin-bottom: 50px
}
.ro-blog-article.ro-preview .ro-content {
    overflow: hidden;
    margin-bottom: 20px
}
.ro-blog-article.ro-preview .ro-content p {
    margin-bottom: 0
}
@media (min-width: 651px) {
    .ro-blog-article.ro-preview .ro-detail {
        text-align: right
    }
}
@media (max-width: 651px) {
    .ro-blog-article.ro-preview .ro-detail {
        text-align: left
    }
}
.ro-blog-article.ro-style-1 {
    padding-top: 45px
}
.ro-blog-article.ro-style-1 .ro-title {
    font-style: italic;
    margin-bottom: 20px
}
.ro-blog-article.ro-style-1 .ro-image {
    margin-top: 30px;
    margin-bottom: 50px
}
.ro-blog-article.ro-style-1 .ro-content .ro-first-letter::first-letter {
    font-size: xx-large;
    font-weight: 700;
    font-style: italic;
    line-height: 20px
}
.ro-blog-article.ro-style-1 .ro-related-1 {
    max-width: 200px;
    float: right
}
.ro-blog-article.ro-style-1 .ro-related-1 p {
    margin-top: 30px
}
@media (min-width: 651px) {
    .ro-blog-article.ro-style-1 .ro-detail {
        text-align: right
    }
}
@media (max-width: 651px) {
    .ro-blog-article.ro-style-1 .ro-detail {
        text-align: left
    }
}
.ro-blog-article.ro-style-2 .ro-title {
    margin-top: 45px;
    margin-bottom: 25px
}
.ro-blog-article.ro-style-2 .ro-content {
    margin-top: 50px
}
.ro-blog-comment .ro-header h3 {
    margin-top: 45px;
    margin-bottom: 25px
}
.ro-blog-comment .ro-header .ro-btn {
    width: 33px;
    height: 33px;
    float: right;
    text-align: center;
    margin-top: 45px;
    transition: all .4s!important;
    border: 1px solid #AAA;
    background-color: #EEE;
    color: #444
}
.ro-blog-comment .ro-header .ro-btn i {
    display: block;
    font-size: 30px;
    line-height: 33px;
    color: #444;
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important
}
.ro-blog-comment .ro-header .ro-btn:hover,
.ro-blog-comment .ro-header .ro-btn:hover i {
    color: #FFF
}
.ro-blog-comment .ro-blog-comment-list {
    margin-bottom: 50px
}
.ro-blog-comment .ro-blog-comment-list article {
    position: relative;
    padding: 48px 0 0 100px
}
.ro-blog-comment .ro-blog-comment-list article footer h4 {
    font-style: italic;
    margin: 0 0 18px
}
.ro-blog-comment .ro-blog-comment-list article footer .ro-profile {
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 48px;
    left: 0
}
.ro-blog-comment .ro-blog-comment-list article .ro-comment p {
    margin: 0
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer {
    margin-bottom: 35px
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer p {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    display: inline-block
}
.ro-blog-comment .ro-blog-comment-list article .ro-footer .ro-btn i {
    position: relative;
    top: 5px;
    display: inline-block;
    color: #666;
    line-height: 20px;
    font-size: 30px;
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important
}
.ro-blog-comment .ro-blog-comment-list article .ro-divide {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #AAA
}
@media (min-width: 480px) {
    .ro-blog-comment .ro-blog-comment-list article .ro-footer {
        padding-right: 20px;
        text-align: right
    }
    .ro-blog-comment .ro-blog-comment-list article .ro-footer span {
        float: right;
        margin-left: 5px
    }
}
@media (max-width: 479px) {
    .ro-blog-comment .ro-blog-comment-list article .ro-footer {
        padding-right: 0;
        text-align: left
    }
    .ro-blog-comment .ro-blog-comment-list article .ro-footer span {
        float: right;
        margin-left: 0
    }
}
.ro-blog-contact-form {
    margin-bottom: 60px
}
.ro-blog-side-bar .ro-title {
    margin-bottom: 40px;
    background-color: #EEE;
    border: 1px solid #AAA;
    width: 100%;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center
}
.ro-blog-side-bar .ro-contact td,
.ro-blog-side-bar .ro-contact th,
.ro-blog-side-contact td,
.ro-blog-side-contact th {
    padding-bottom: 10px
}
.ro-blog-side-bar .ro-title h5 {
    margin: 0;
    line-height: 18px
}
.ro-blog-side-bar .ro-title:not(:first-child) {
    margin-top: 40px
}
.ro-blog-side-bar .ro-news {
    margin-bottom: 20px;
    position: relative
}
.ro-blog-side-bar .ro-news .ro-image {
    position: absolute;
    top: 8px;
    width: 90px;
    height: 55px;
    float: left;
    opacity: 1;
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important
}
.ro-one-page-post,
.ro-one-page-post .ro-image {
    position: relative
}
.ro-blog-side-bar .ro-contact,
.ro-blog-side-contact {
    width: 100%
}
.ro-blog-related a:hover,
.ro-blog-side-bar .ro-news .ro-image:hover {
    opacity: .7
}
.ro-blog-side-bar .ro-news .ro-content {
    margin-left: 100px
}
.ro-blog-side-bar .ro-news .ro-content .ro-date {
    margin-top: 10px;
    color: #bdbdbd;
    font-style: italic;
    display: block;
    font-weight: 400
}
.ro-blog-side-bar .ro-news .ro-content a {
    margin-top: 0;
    color: #444;
    transition: all .3s ease-in-out
}
.ro-blog-related a {
    margin-bottom: 40px;
    display: block;
    text-align: center
}
.ro-blog-related a img {
    max-width: 100%
}
.ro-blog-sidebar-service-list li {
    font-size: 18px;
    line-height: 2.5
}
.ro-blog-sidebar-service-list li:before {
    content: "\e177";
    vertical-align: -5%;
    font-family: "aqua icon";
    margin-right: 10px
}
.ro-one-page-post.ro-style-2 .ro-one-page-post-content {
    background-color: #D9D8C1
}
.ro-one-page-post.ro-style-2 .ro-one-page-post-content .ro-heading {
    text-align: right
}
.ro-one-page-post .ro-one-page-post-content {
    background-color: #ABDCE1
}
.ro-one-page-post .ro-one-page-post-content .ro-heading {
    color: #FFF;
    font-style: italic
}
.ro-one-page-post .ro-one-page-post-content .ro-heading::after {
    margin-right: auto;
    margin-left: auto;
    content: " ";
    display: block;
    width: 50px;
    margin-top: 15px;
    height: 0;
    border-top: 2px solid #FFF
}
.ro-one-page-post .ro-one-page-post-content .ro-heading.ro-left::after {
    margin-left: 0
}
.ro-one-page-post .ro-one-page-post-content .ro-heading.ro-right::after {
    margin-right: 0
}
.ro-one-page-post .ro-one-page-post-content .ro-body {
    width: 100%;
    overflow: hidden
}
.ro-one-page-post .ro-one-page-post-content .ro-footer {
    margin-bottom: 0;
    text-align: right;
    font-style: italic;
    font-weight: 400;
    font-size: 14px
}
.ro-one-page-post .ro-one-page-post-content .ro-footer span {
    display: inline-block
}
.ro-one-page-post .ro-one-page-post-content .ro-footer span:not(:first-child):before {
    content: "/"
}
@media (min-width: 1800px) {
    .ro-one-page-post .ro-one-page-post-content {
        padding: 60px 40px 60px 60px
    }
    .ro-one-page-post .ro-one-page-post-content .ro-heading {
        margin: 0 0 60px
    }
    .ro-one-page-post .ro-one-page-post-content .ro-body {
        height: 16.2em
    }
    .ro-one-page-post .ro-one-page-post-content .ro-footer {
        margin-top: 60px
    }
}
@media (max-width: 1799px) {
    .ro-one-page-post .ro-one-page-post-content {
        padding: 50px 40px 50px 60px
    }
    .ro-one-page-post .ro-one-page-post-content .ro-heading {
        margin: 0 0 30px
    }
    .ro-one-page-post .ro-one-page-post-content .ro-body {
        height: 50%
    }
    .ro-one-page-post .ro-one-page-post-content .ro-footer {
        margin-top: 30px
    }
}
@media (min-width: 1200px) {
    .ro-one-page-post .ro-one-page-post-content .ro-heading {
        font-size: 36px
    }
    .ro-one-page-post .ro-one-page-post-content .ro-footer span:not(:first-child):before {
        margin-left: 20px;
        margin-right: 20px
    }
}
@media (max-width: 1199px) {
    .search-box-container {
        width: auto!important;
        position: initial!important
    }
    .jws_theme_footer .jws_theme_footer_bottom_right .menu-footer ul li {
        margin-right: 15px
    }
    .title-bar,
    .title-bar-shop {
        background-size: cover!important;
        background-position: center center!important
    }
    .ro-one-page-post .ro-one-page-post-content {
        padding: 40px 40px 40px 50px
    }
    .ro-one-page-post .ro-one-page-post-content .ro-heading {
        margin: 0 0 20px;
        font-size: 24px
    }
    .ro-one-page-post .ro-one-page-post-content .ro-body {
        height: 7.2em
    }
    .ro-one-page-post .ro-one-page-post-content .ro-footer {
        margin-top: 20px
    }
    .ro-one-page-post .ro-one-page-post-content .ro-footer span:not(:first-child):before {
        margin-left: 15px;
        margin-right: 15px
    }
}
@media (min-width: 992px) {
    .ro-one-page-post.ro-style-2 .ro-image {
        float: right
    }
    .ro-one-page-post.ro-style-2 .ro-one-page-post-content {
        left: 0
    }
    .ro-one-page-post.ro-style-2 .ro-one-page-post-content::before {
        content: " ";
        left: 100%;
        right: -25px;
        top: 60px;
        border-left: 25px solid #D9D8C1;
        border-right: 0
    }
    .ro-one-page-post .ro-image {
        width: 50%
    }
    .ro-one-page-post .ro-one-page-post-content {
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        right: 0
    }
    .ro-one-page-post .ro-one-page-post-content::before {
        content: " ";
        width: 0;
        height: 0;
        left: -25px;
        top: 60px;
        position: absolute;
        border-right: 26px solid #ABDCE1;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent
    }
}
.vc_column_container {
    padding-left: 15px!important;
    padding-right: 15px!important
}
@media (max-width: 991px) {
    .ro-one-page-post.ro-style-2 .ro-one-page-post-content::before {
        content: " ";
        left: auto;
        right: 60px;
        top: -25px;
        border-top: 0;
        border-bottom: 25px solid #D9D8C1
    }
    .ro-one-page-post .ro-image {
        width: 100%
    }
    .ro-one-page-post .ro-one-page-post-content {
        position: relative;
        padding: 40px 40px 40px 50px
    }
    .ro-one-page-post .ro-one-page-post-content::before {
        content: " ";
        width: 0;
        height: 0;
        left: 60px;
        top: -25px;
        position: absolute;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 0;
        border-bottom: 25px solid #ABDCE1
    }
    .ro-one-page-post .ro-one-page-post-content .ro-heading {
        margin: 0 0 20px;
        font-size: 24px
    }
    .ro-one-page-post .ro-one-page-post-content .ro-body {
        height: 5.4em
    }
    .ro-one-page-post .ro-one-page-post-content .ro-footer {
        margin-top: 20px
    }
    .ro-one-page-post .ro-one-page-post-content .ro-footer span:not(:first-child):before {
        margin-left: 15px;
        margin-right: 15px
    }
}
.tb-post-item .tb-thumb>img,
.tb-post-item-tpl1 .tb-thumb>img {
    width: 100%;
    height: auto;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s
}
@media (max-width: 479px) {
    .ro-one-page-post .ro-one-page-post-content .ro-heading {
        font-size: 18px
    }
    .ro-one-page-post .ro-one-page-post-content .ro-footer {
        text-align: left
    }
    .ro-one-page-post .ro-one-page-post-content .ro-footer span {
        margin-right: 20px
    }
    .ro-one-page-post .ro-one-page-post-content .ro-footer span:not(:first-child):before {
        display: none
    }
}
.tb-post-item-tpl1 {
    position: relative;
    margin-bottom: 16px
}
.tb-post-item-tpl1 .tb-thumb {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    position: relative;
    margin-bottom: 6px;
    line-height: 0;
    overflow: hidden
}
.tb-post-item-tpl1 .tb-content .tb-title {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    color: #111;
    margin: 12px 0 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.tb-post-item-tpl1 .tb-content .tb-info:after,
.tb-post-item-tpl1 .tb-content .tb-info:before {
    content: " ";
    display: table
}
.tb-post-item-tpl1 .tb-content .tb-info:after {
    clear: both
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info {
    font-size: 12px;
    font-weight: 100;
    line-height: 24px;
    color: #999;
    margin-bottom: 10px
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info>span {
    display: inline-block
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info>span.tb-blog-date i {
    margin-right: 10px
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info>span.tb-blog-date small {
    margin-right: 5px
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info>span>i {
    display: inline-block;
    margin-right: 10px
}
.tb-post-item-tpl1 .tb-content .tb-info .blog-info>span:hover,
.tb-post-item-tpl1 .tb-content .tb-info .blog-info>span:hover>a {
    color: #333
}
.tb-post-item-tpl1 .tb-content .tb-excerpt {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #747474;
    display: inline
}
.tb-post-item-tpl1 .tb-content>a.tb-readmore {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    background-color: transparent;
    color: #747474;
    display: inline-block;
    outline: 0;
    margin-left: 10px;
    text-align: center;
    font-style: italic
}
.tb-post-item-tpl1 .tb-content>a.tb-readmore.block {
    display: block;
    text-align: left;
    margin: 8px 0;
    font-style: normal;
    text-decoration: underline
}
.tb-post-item-tpl1 .tb-content>a.tb-readmore:hover {
    padding-left: 5px;
    color: #3f3f3f
}
.tb-post-item-tpl1 .tb-content>a.tb-readmore:hover.block {
    text-decoration: none
}
.tb-post-item {
    position: relative;
    margin-bottom: 16px
}
.tb-post-item .tb-thumb {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    position: relative;
    margin-bottom: 6px;
    line-height: 0;
    overflow: hidden
}
.tb-post-item .tb-content .tb-title {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    color: #111;
    margin: 12px 0 7px
}
.tb-post-item .tb-content .tb-info:after,
.tb-post-item .tb-content .tb-info:before {
    content: " ";
    display: table
}
.tb-post-item .tb-content .tb-info:after {
    clear: both
}
.tb-post-item .tb-content .tb-info .blog-info {
    font-size: 12px;
    font-weight: 100;
    line-height: 24px;
    color: #999;
    margin-bottom: 10px
}
.tb-post-item .tb-content .tb-info .blog-info>span {
    display: inline-block
}
.tb-post-item .tb-content .tb-info .blog-info>span.tb-blog-date i {
    margin-right: 10px
}
.tb-post-item .tb-content .tb-info .blog-info>span.tb-blog-date small {
    margin-right: 5px
}
.tb-post-item .tb-content .tb-info .blog-info>span>i {
    display: inline-block;
    margin-right: 10px
}
.tb-post-item .tb-content .tb-info .blog-info>span:hover,
.tb-post-item .tb-content .tb-info .blog-info>span:hover>a {
    color: #333
}
.tb-post-item .tb-content .tb-excerpt {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #747474;
    display: inline
}
.tb-post-item .tb-content>a.tb-readmore {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    background-color: transparent;
    color: #747474;
    display: inline-block;
    outline: 0;
    margin-left: 10px;
    text-align: center;
    font-style: italic
}
.tb-post-item .tb-content>a.tb-readmore.block {
    display: block;
    text-align: left;
    margin: 8px 0;
    font-style: normal;
    text-decoration: underline
}
.tb-post-item .tb-content>a.tb-readmore:hover {
    padding-left: 5px;
    color: #3f3f3f
}
.tb-post-item .tb-content>a.tb-readmore:hover.block {
    text-decoration: none
}
.tb-post-item img {
    max-width: 100%;
    transition: .4s all;
    -webkit-transition: .4s all
}
.tb-blog-carousel-2row .slick-arrow {
    position: absolute;
    bottom: -55px
}
.tb-blog-carousel-2row .slick-arrow.slick-prev {
    margin-right: 35px;
    left: 45.3%;
    z-index: 1;
    background: #999c9d;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid #999c9d
}
.tb-blog-carousel-2row .slick-arrow.slick-prev:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #ccc;
    top: -6px;
    left: -7px;
    z-index: -1;
    border-radius: 25px
}
.tb-blog-carousel-2row .slick-arrow.slick-next {
    right: 45.7%;
    background: #999c9d;
    color: #fff;
    border-radius: 100%;
    z-index: 1;
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid #999c9d
}
.tb-blog-carousel-2row .tb-post-item {
    margin-bottom: 30px
}
.tb-blog-carousel-2row .tb-post-item ul {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    list-style-type: none
}
.tb-blog-carousel-2row .tb-post-item ul .img-left-carousel {
    display: inline-block;
    width: 50%
}
.tb-blog-carousel-2row .tb-post-item ul .img-left-carousel .tb-thumb {
    margin-bottom: -8px
}
.tb-blog-carousel-2row .tb-post-item ul .img-left-carousel .tb-blog-date-crousel {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    text-align: center
}
.tb-blog-carousel-2row .tb-post-item ul .img-left-carousel .tb-blog-date-crousel p {
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: -9px!important;
    margin-top: 5px
}
.tb-blog-carousel-2row .tb-post-item ul .img-left-carousel .tb-blog-date-crousel span {
    font-size: 10px;
    color: #FFF;
    font-weight: 300
}
.tb-blog-carousel-2row .tb-post-item ul .content-blog-r {
    padding-left: 15px;
    vertical-align: top;
    width: 49%;
    display: inline-block
}
.tb-blog-carousel-2row .tb-post-item ul .content-blog-r .tb-content .tb-info .tags,
.tb-blog-carousel.tpl4 .owl-dots {
    display: none!important
}
.tb-blog-carousel-2row .tb-post-item ul .content-blog-r .tb-content h4 {
    font-size: 14px;
    color: #111;
    margin-bottom: 7px
}
.tb-blog-carousel-2row .tb-post-item ul .content-blog-r .tb-content .tb-excerpt {
    color: #666;
    line-height: 20px;
    font-size: 14px
}
.tb-blog-carousel-2row .tb-post-item ul .content-blog-r .tb-content .tb-info {
    color: #fff;
    overflow: hidden
}
.tb-blog-carousel-2row .tb-post-item ul .content-blog-r .tb-content .tb-info .blog-info .author-name {
    margin-right: 50px
}
.tb-blog-carousel-2row .tb-post-item ul .content-blog-r .tb-content .tb-info a,
.tb-blog-carousel-2row .tb-post-item ul .content-blog-r .tb-content .tb-info span {
    color: #999
}
.tb-blog-carousel {
    position: relative
}
.tb-blog-carousel.tpl4 .owl-nav {
    top: 20px;
    right: 20px;
    left: inherit!important;
    border: 0!important
}
.tb-blog-carousel.tpl4 .owl-nav .owl-next {
    border-radius: 0!important
}
.tb-blog-carousel.tpl4 .owl-nav .owl-prev {
    border-radius: 0!important;
    left: 45px!important
}
.tb-blog-carousel.tpl3 .owl-nav,
.tb-blog-carousel.tpl4 .tb-post-item .tb-content .tb-info .blog-info .author-name,
.tb-blog-carousel.tpl4 .tb-post-item .tb-content .tb-info .blog-info i {
    display: none
}
.tb-blog-carousel.tpl4 .tb-post-item .tb-blog-date-carousel {
    position: absolute;
    left: 20px;
    top: 20px;
    font-family: Roboto;
    font-size: 12px;
    color: #fff
}
.tb-blog-carousel.tpl4 .tb-post-item .tb-blog-date-carousel:before {
    content: "\f073 ";
    position: absolute;
    top: 6px;
    left: 8px;
    font: normal normal normal 12px/1 FontAwesome
}
.tb-blog-carousel.tpl4 .tb-post-item .tb-blog-date-carousel time {
    padding: 0 10px 0 26px
}
.tb-blog-carousel.tpl4 .tb-post-item .tb-blog-date-carousel time span {
    margin-left: 5px
}
.tb-blog-carousel.tpl4 .tb-post-item .tb-content {
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    text-align: center;
    border: 0;
    width: 100%;
    padding: 25px;
    background: 0 0
}
.tb-blog-carousel.tpl4 .tb-post-item .tb-content .tb-info {
    margin-top: 15px;
    position: absolute;
    bottom: 53px;
    width: 100%;
    left: 0
}
.tb-blog-carousel.tpl4 .tb-post-item .tb-content .tb-info .blog-info {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 100;
    font-family: Montserrat
}
.tb-blog-carousel.tpl4 .tb-post-item .tb-content .tb-info .blog-info a {
    color: #fff
}
.tb-blog-carousel.tpl4 .tb-post-item .tb-content .tb-info .blog-info a:after {
    content: "";
    position: absolute;
    background-color: #a1a2a4;
    width: 30px;
    height: 1px;
    bottom: 7px;
    left: 48%
}
.tb-blog-carousel.tpl4 .tb-post-item .tb-content .tb-title {
    margin: 0;
    bottom: 19px;
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 700
}
.tb-blog-carousel.tpl3 .owl-dots {
    text-align: right!important;
    right: -20%!important;
    bottom: -54px!important;
    left: initial!important
}
.tb-blog-carousel.tpl3 .owl-dots .owl-dot {
    height: 10px!important;
    width: 10px!important;
    background-color: #111
}
.tb-blog-carousel.tpl3 .tb-post-item .tb-content {
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 0;
    border: 0;
    width: 50%;
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 3px #eaeaea
}
.tb-blog-carousel.tpl3 .tb-post-item .tb-content .tb-info {
    margin-top: 15px
}
.tb-blog-carousel.tpl3 .tb-post-item .tb-content .tb-info .blog-info {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 100
}
.tb-blog-carousel.tpl3 .tb-post-item .tb-content .tb-info .blog-info .author-name {
    margin-right: 71px
}
.tb-blog-carousel.tpl3 .tb-post-item .tb-content .tb-info .blog-info i {
    margin-right: 10px
}
.tb-blog-carousel.tpl3 .tb-post-item .tb-content .tb-title {
    margin: 0
}
.tb-blog-carousel.tpl3 .tb-post-item .tb-content .tb-blog-date-carousel span {
    font-family: Montserrat;
    font-size: 12px;
    color: #999;
    text-transform: uppercase
}
.tb-blog-carousel.tpl3 .tb-post-item .tb-content .tb-blog-date-carousel .day {
    position: relative;
    font-size: 36px;
    font-weight: 700
}
.tb-blog-carousel.tpl3 .tb-post-item .tb-content .tb-blog-date-carousel .day:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    bottom: -3px;
    left: 0
}
.tb-blog-carousel.tpl .owl-nav {
    bottom: -86px!important
}
.tb-blog-carousel.tpl .owl-dots {
    display: none!important
}
.tb-blog-carousel.tpl .tb-blog-date-crousel {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    text-align: center
}
.tb-blog-carousel.tpl .tb-blog-date-crousel .number-top {
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
    margin-bottom: -9px!important;
    margin-top: 5px;
    display: block
}
.tb-blog-carousel.tpl .tb-blog-date-crousel span {
    font-size: 10px;
    color: #FFF;
    font-weight: 300
}
.tb-blog-carousel.tpl2 .owl-dots {
    bottom: -67px!important
}
.tb-blog-carousel.tpl2 .owl-dots .owl-dot {
    background-color: #fff;
    border: 1px solid #FFF!important;
    width: 11px!important;
    height: 11px!important
}
.tb-blog-carousel.tpl2 .owl-nav {
    display: none
}
.tb-blog-carousel.tpl2 .tb-post-item {
    background: #fff
}
.tb-blog-carousel.tpl2 .tb-post-item .tb-thumb {
    margin-bottom: 0
}
.tb-blog-carousel.tpl2 .tb-post-item .tb-content {
    background: #fff;
    margin: 0;
    border: none;
    padding: 3px 20px 26px
}
.tb-blog-carousel.tpl2 .tb-post-item .tb-content .tb-blog-date-crousel {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    text-align: center
}
.tb-blog-carousel.tpl2 .tb-post-item .tb-content .tb-blog-date-crousel p {
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
    margin-bottom: -9px!important;
    margin-top: 5px
}
.tb-blog-carousel.tpl2 .tb-post-item .tb-content .tb-blog-date-crousel span {
    font-size: 10px;
    color: #FFF;
    font-weight: 300
}
.tb-blog-carousel .owl-controls .owl-next,
.tb-blog-carousel .owl-controls .owl-prev {
    top: 100%!important;
    opacity: 1!important
}
.tb-blog-carousel .tb-post-item {
    min-width: 250px;
    margin: 0 auto
}
.tb-blog-carousel .tb-post-item .tb-content {
    background: #f4f8fa;
    padding: 2px 20px 0;
    position: relative;
    margin: -37px 30px 0
}
.tb-blog-carousel .tb-post-item .tb-content h4 {
    font-size: 14px;
    color: #111;
    margin-bottom: 7px
}
.tb-blog-carousel .tb-post-item .tb-content .tb-excerpt {
    color: #666;
    line-height: 20px;
    font-size: 14px
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info {
    color: #fff;
    overflow: hidden
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .author-name {
    margin-right: 24px
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info .tags {
    display: none!important
}
.tb-blog-carousel .tb-post-item .tb-content .tb-info a,
.tb-blog-carousel .tb-post-item .tb-content .tb-info span {
    color: #999
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-content {
    padding: 0
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-title {
    margin: 15px 0 8px;
    text-align: center
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-excerpt,
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-readmore {
    text-align: center!important;
    display: block!important
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info {
    white-space: nowrap;
    background-color: transparent!important
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info a,
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info span {
    color: #969696
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info>span {
    margin-right: 16px
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info>span>i {
    margin-right: 7px
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info>span.comments-number {
    float: right;
    margin-right: 0
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info>span.tb-blog-date {
    left: 50%;
    margin-top: -37px;
    transform: translateX(-50%);
    position: absolute
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info>span.tb-blog-date:after,
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info>span.tb-blog-date:before {
    border: none
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info>span.tb-blog-date:before {
    background-color: #fff
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info>span.tb-blog-date:after {
    background-color: #7e7e7e;
    z-index: 0
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info>span.tb-blog-date a {
    display: block;
    line-height: 14px;
    color: #fff;
    position: relative;
    z-index: 2
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info>span.tb-blog-date a i {
    display: none
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info>span.tb-blog-date a small {
    display: block;
    position: relative;
    font-size: 14px;
    margin-bottom: 10px
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info>span.tb-blog-date a small:after {
    border-bottom: 1px solid #fff;
    width: 13px;
    bottom: -5px;
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -6.5px
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-info .blog-info>span.tb-blog-date a time {
    position: absolute;
    line-height: 1;
    margin-top: 14px;
    width: 100%;
    text-align: center;
    left: 0;
    text-transform: uppercase;
    font-size: 11px
}
.tb-blog-carousel.ct-blog-small-grid .tb-post-item .tb-readmore {
    margin-top: 15px
}
.tb-blog-carousel .owl-controls .owl-nav {
    bottom: -30px;
    position: absolute;
    width: 118px;
    height: 39px;
    left: 45%;
    border: 1px solid #ccc;
    border-radius: 25px
}
.tb-blog-carousel .owl-controls .owl-nav>div {
    -webkit-transition: all .7s!important;
    -moz-transition: all .7s!important;
    -o-transition: all .7s!important;
    transition: all .7s!important;
    z-index: 99;
    top: 40%;
    line-height: 27px;
    margin-top: -18px;
    text-align: center;
    color: #787878;
    background: 0 0;
    opacity: 0;
    position: absolute
}
.tb-blog-carousel .owl-controls .owl-nav>div.owl-next,
.tb-blog-carousel .owl-controls .owl-nav>div.owl-prev {
    top: 58%!important;
    border-radius: 100%;
    line-height: 30px!important;
    width: 30px!important;
    height: 30px!important;
    background-color: #999c9d!important;
    color: #FFF!important
}
.tb-blog-carousel .owl-controls .owl-nav>div i {
    position: relative;
    z-index: 2
}
.tb-blog-carousel .owl-controls .owl-nav>div.owl-prev {
    left: 3px;
    display: block!important
}
.tb-blog-carousel .owl-controls .owl-nav>div.owl-prev:after,
.tb-blog-carousel .owl-controls .owl-nav>div.owl-prev:before {
    display: none
}
.tb-blog-carousel .owl-controls .owl-nav>div.owl-next {
    right: 3px;
    display: block!important;
    margin-left: 82px
}
.tb-blog-carousel .owl-controls .owl-nav>div.owl-next:after,
.tb-blog-carousel .owl-controls .owl-nav>div.owl-next:before {
    display: none
}
.tb-blog-carousel .owl-controls .owl-nav>div:before {
    background-color: #fff
}
.tb-blog-carousel .owl-controls .owl-nav>div:hover {
    color: #fff
}
.tb-blog-carousel .owl-controls .owl-nav>div:hover:after {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    z-index: 1
}
.tb-blog-carousel .owl-controls .owl-nav>div:hover:before {
    border-color: #fff
}
.tb-blog-carousel .owl-controls .owl-dots {
    bottom: -30px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center
}
.tb-blog-carousel .owl-controls .owl-dots .owl-dot {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    border: 1px solid #111;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    width: 12px
}
.tab-container li .tb-post-item .tb-content .tb-info,
.tab-container li .tb-post-item .tb-content .tb-info .blog-info .author-name,
.tab-container li .tb-post-item .tb-content .tb-info .blog-info i,
.tab-container li .tb-post-item .tb-content-inner .tb-info .blog-info .author-name,
.tab-container li .tb-post-item .tb-content-inner .tb-info .blog-info i {
    display: none
}
.tb-blog-carousel:hover .owl-controls .owl-nav>div {
    opacity: 1
}
.tab-container {
    margin: 0;
    padding: 0
}
.tab-container li .tb-post-item {
    background: #fff;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb
}
.tab-container li .tb-post-item .tb-thumb {
    height: 0;
    opacity: 0;
    -webkit-transition: 0s;
    margin-bottom: -8px
}
.tab-container li .tb-post-item .tb-content-inner {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}
.tab-container li .tb-post-item .tb-content-inner .tb-title {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700
}
.tab-container li .tb-post-item .tb-content-inner .tb-info {
    position: absolute;
    bottom: 62px;
    text-align: center;
    width: 100%
}
.tab-container li .tb-post-item .tb-content-inner .tb-info .blog-info {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 100;
    font-family: Montserrat
}
.tab-container li .tb-post-item .tb-content-inner .tb-info .blog-info a:after {
    content: "";
    position: absolute;
    background-color: #a1a2a4;
    width: 30px;
    height: 1px;
    bottom: 7px;
    left: 47%
}
.tab-container li .tb-post-item .tb-content-inner .tb-blog-date-grib {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    font-weight: 700
}
.tab-container li .tb-post-item .tb-content-inner .tb-blog-date-grib i {
    margin: 0 5px 0 0
}
.tab-container li .tb-post-item .tb-content {
    z-index: 1;
    padding: 30px 0 25px
}
.tab-container li .tb-post-item .tb-content .tb-info .blog-info {
    color: #fff;
    text-align: center
}
.tab-container li .tb-post-item .tb-content .display-ing .tb-blog-date-grib {
    display: inline-block;
    width: 21%;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700
}
.tab-container li .tb-post-item .tb-content .display-ing .tb-blog-date-grib i {
    margin: 0 5px 0 20px
}
.tab-container li .tb-post-item .tb-content .display-ing>a {
    display: inline-block;
    width: 77%;
    vertical-align: middle
}
.tab-container li .tb-post-item .tb-content .display-ing>a h4 {
    margin: 0;
    white-space: initial;
    font-size: 12px
}
.tab-container .active .tb-content-inner {
    opacity: 1!important;
    z-index: 1!important
}
.tab-container .active .tb-thumb {
    opacity: 1!important;
    height: 100%!important
}
.tab-container .active .tb-content {
    display: none
}
.tb-blog-grid.tpl6 .col-lg-3 {
    padding: 0
}
.tb-blog-grid.tpl6 .tb-post-item {
    margin: 0;
    padding: 0;
    background-color: #f4f8fb;
    overflow: hidden
}
.tb-blog-grid.tpl6 .tb-post-item:hover:after {
    opacity: .8;
    transition: .5s;
    -webkit-transition: .5s
}
.tb-blog-grid.tpl6 .tb-post-item:hover .tb-content {
    height: 100%
}
.tb-blog-grid.tpl6 .tb-post-item:hover .tb-content .tb-excerpt,
.tb-blog-grid.tpl6 .tb-post-item:hover .tb-content .tb-info,
.tb-blog-grid.tpl6 .tb-post-item:hover .tb-content .tb-readmore,
.tb-blog-grid.tpl6 .tb-post-item:hover .tb-content .tb-title {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 1
}
.tb-blog-grid.tpl6 .tb-post-item:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute
}
.tb-blog-grid.tpl6 .tb-post-item .tb-thumb {
    margin-bottom: 0
}
.tb-blog-grid.tpl6 .tb-post-item .tb-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 38px 20px 0 28px;
    z-index: 1
}
.tb-blog-grid.tpl6 .tb-post-item .tb-content .tb-readmore {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #fff;
    width: 145px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    display: block;
    transform: translateY(128px);
    -webkit-transform: translateY(128px)
}
.tb-blog-grid.tpl6 .tb-post-item .tb-content .tb-readmore i {
    margin-left: 7px;
    font-size: 11px
}
.tb-blog-grid.tpl6 .tb-post-item .tb-content .tb-readmore:hover {
    transition: .5s;
    -webkit-transition: .5s
}
.tb-blog-grid.tpl6 .tb-post-item .tb-content .tb-excerpt {
    color: #fff;
    font-size: 14px;
    opacity: 0;
    line-height: 25px;
    display: block;
    transform: translateY(56px);
    -webkit-transform: translateY(56px);
    margin-bottom: 16px
}
.tb-blog-grid.tpl6 .tb-post-item .tb-content .tb-info .blog-info .author-name,
.tb-blog-grid.tpl6 .tb-post-item .tb-content .tb-info .blog-info i {
    display: none
}
.tb-blog-grid.tpl6 .tb-post-item .tb-content .tb-info {
    transform: translateY(130px);
    -webkit-transform: translateY(130px);
    margin-bottom: 8px
}
.tb-blog-grid.tpl6 .tb-post-item .tb-content .tb-info .blog-info {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 100;
    font-family: Montserrat
}
.tb-blog-grid.tpl6 .tb-post-item .tb-content .tb-info .blog-info a {
    position: relative
}
.tb-blog-grid.tpl6 .tb-post-item .tb-content .tb-info .blog-info a:after {
    content: "";
    position: absolute;
    background-color: #c0bfbe;
    width: 30px;
    height: 1px;
    bottom: -9px;
    left: 0
}
.tb-blog-grid.tpl6 .tb-post-item .tb-content .tb-title {
    margin: 0 0 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    transform: translateY(120px);
    -webkit-transform: translateY(120px)
}
.tb-blog-grid.tpl7 .tb-post-item {
    margin-bottom: 7px
}
.tb-blog-grid.tpl7 .tb-post-item ul {
    margin: 0;
    padding: 0
}
.tb-blog-grid.tpl7 .tb-post-item ul .content-right {
    vertical-align: top;
    width: 71%
}
.tb-blog-grid.tpl7 .tb-post-item ul .content-right .tb-thumb {
    margin-bottom: 0
}
.tb-blog-grid.tpl7 .tb-post-item ul .content-right .tb-content {
    padding: 0 20px 15px
}
.tb-blog-grid.tpl7 .tb-post-item ul .content-right .tb-content .tb-excerpt {
    color: #999;
    font-size: 14px
}
.tb-blog-grid.tpl7 .tb-post-item ul .content-right .tb-content .tb-blog-date-carousel {
    position: relative
}
.tb-blog-grid.tpl7 .tb-post-item ul .content-right .tb-content .tb-blog-date-carousel a {
    padding-left: 15px
}
.tb-blog-grid.tpl7 .tb-post-item ul .content-right .tb-content .tb-blog-date-carousel a span {
    padding-left: 5px
}
.tb-blog-grid.tpl7 .tb-post-item ul .content-right .tb-content .tb-blog-date-carousel:before {
    content: "\f073 ";
    position: absolute;
    top: 2px;
    left: 0;
    font: normal normal normal 12px/1 FontAwesome
}
.tb-blog-grid.tpl7 .tb-post-item ul .content-right .tb-content .tb-title {
    margin: 0 0 -1px;
    color: #111;
    font-size: 12px;
    font-weight: 700
}
.tb-blog-grid.tpl7 .tb-post-item ul .content-right .tb-content .tb-blog-date-carousel span {
    font-size: 12px;
    color: #999
}
.tb-blog-grid.tpl7 .tb-post-item ul .content-left {
    width: 27%
}
.tb-blog-grid.tpl7 .tb-post-item ul li {
    display: inline-block
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content .tb-info .blog-info .author-name,
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content .tb-info .blog-info i,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content .tb-info .blog-info .author-name,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content .tb-info .blog-info i {
    display: none
}
.tb-blog-grid.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content-bottom .tb-blog-date-carousel:before {
    top: 0!important
}
.tb-blog-grid.tpl4 .tb-post-item ul,
.tb-blog-grid.tpl5 .tb-post-item ul {
    margin: 0;
    padding: 0
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right {
    margin: 0 -5px;
    background-color: #f4f8fb;
    vertical-align: top;
    padding-top: 7px;
    width: 51%
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content-bottom,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content-bottom {
    font-size: 12px;
    color: #999;
    border-top: 1px solid #e4e6e8;
    padding: 10px 20px
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content-bottom .tb-blog-date-carousel,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content-bottom .tb-blog-date-carousel {
    position: relative
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content-bottom .tb-blog-date-carousel a,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content-bottom .tb-blog-date-carousel a {
    padding-left: 15px
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content-bottom .tb-blog-date-carousel a span,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content-bottom .tb-blog-date-carousel a span {
    padding-left: 5px
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content-bottom .tb-blog-date-carousel:before,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content-bottom .tb-blog-date-carousel:before {
    content: "\f073 ";
    position: absolute;
    top: 5px;
    left: 0;
    font: normal normal normal 12px/1 FontAwesome
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content-bottom .tb-review,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content-bottom .tb-review {
    position: relative;
    text-align: right;
    float: right
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content-bottom .tb-review:before,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content-bottom .tb-review:before {
    content: "\f06e ";
    position: absolute;
    top: 5px;
    left: -17px;
    font: normal normal normal 12px/1 FontAwesome
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content-bottom .tb-comment,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content-bottom .tb-comment {
    position: relative;
    text-align: right;
    float: right;
    margin-right: 35px
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content-bottom .tb-comment:before,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content-bottom .tb-comment:before {
    content: "\f086 ";
    position: absolute;
    top: 5px;
    left: -17px;
    font: normal normal normal 12px/1 FontAwesome
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-thumb,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-thumb {
    margin-bottom: 0
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content {
    padding: 10px 20px
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content .tb-excerpt,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content .tb-excerpt {
    color: #666;
    font-size: 14px
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content .tb-info,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content .tb-info {
    margin-bottom: 15px
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content .tb-info .blog-info,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content .tb-info .blog-info {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 100;
    font-family: Montserrat
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content .tb-info .blog-info a,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content .tb-info .blog-info a {
    position: relative
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content .tb-info .blog-info a:after,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content .tb-info .blog-info a:after {
    content: "";
    position: absolute;
    background-color: #6c6d6f;
    width: 30px;
    height: 1px;
    bottom: -9px;
    left: 0
}
.tb-blog-grid.tpl1 .tb-post-item ul li,
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-info .blog-info span,
.tb-blog-grid.tpl3 .tb-post-item ul li,
.tb-blog-grid.tpl4 .tb-post-item ul li,
.tb-blog-grid.tpl5 .tb-post-item ul li {
    display: inline-block
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content .tb-title,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content .tb-title {
    margin: 0 0 9px;
    color: #111;
    font-size: 14px;
    font-weight: 700
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content .tb-blog-date-grib span,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content .tb-blog-date-grib span {
    font-family: Montserrat;
    font-size: 12px;
    color: #999;
    text-transform: uppercase
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content .tb-blog-date-grib .day,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content .tb-blog-date-grib .day {
    position: relative;
    font-size: 36px;
    font-weight: 700
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-right .tb-content .tb-blog-date-grib .day:after,
.tb-blog-grid.tpl5 .tb-post-item ul .content-right .tb-content .tb-blog-date-grib .day:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    bottom: -3px;
    left: 0
}
.tb-blog-grid.tpl4 .tb-post-item ul .content-left,
.tb-blog-grid.tpl5 .tb-post-item ul .content-left {
    width: 49%
}
.tb-blog-grid.tpl3 .tb-post-item {
    margin: 0;
    padding: 0;
    background-color: #f4f8fb
}
.tb-blog-grid.tpl3 .tb-post-item ul {
    margin: 0;
    padding: 0
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content-bottom {
    font-size: 12px;
    color: #999;
    border-top: 1px solid #e4e6e8;
    padding: 10px 20px
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content-bottom .tb-blog-date-carousel {
    position: relative
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content-bottom .tb-blog-date-carousel a {
    padding-left: 15px
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content-bottom .tb-blog-date-carousel a span {
    padding-left: 5px
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content-bottom .tb-blog-date-carousel:before {
    content: "\f073 ";
    position: absolute;
    top: 5px;
    left: 0;
    font: normal normal normal 12px/1 FontAwesome
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content-bottom .tb-review {
    position: relative;
    text-align: right;
    float: right
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content-bottom .tb-review:before {
    content: "\f06e ";
    position: absolute;
    top: 5px;
    left: -17px;
    font: normal normal normal 12px/1 FontAwesome
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content-bottom .tb-comment {
    position: relative;
    text-align: right;
    float: right;
    margin-right: 35px
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content-bottom .tb-comment:before {
    content: "\f086 ";
    position: absolute;
    top: 5px;
    left: -17px;
    font: normal normal normal 12px/1 FontAwesome
}
.tb-blog-grid.tpl3 .tb-post-item .tb-thumb {
    margin-bottom: 0
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content {
    padding: 19px 20px 15px
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-excerpt {
    color: #666;
    font-size: 14px
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-info {
    margin-bottom: 15px
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-info .blog-info {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: -6px;
    font-weight: 100;
    font-family: Montserrat;
    margin-top: 0
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-info .blog-info .author-name {
    margin-right: 15px
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-info .blog-info a {
    position: relative
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-title {
    margin: 0 0 16px;
    color: #111;
    font-size: 14px;
    font-weight: 700
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-blog-date-grib span {
    font-family: Montserrat;
    font-size: 12px;
    color: #999;
    text-transform: uppercase
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-blog-date-grib .day {
    position: relative;
    font-size: 36px;
    font-weight: 700
}
.tb-blog-grid.tpl3 .tb-post-item .tb-content .tb-blog-date-grib .day:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    bottom: -3px;
    left: 0
}
.tb-blog-grid.tpl1 .tb-post-item ul {
    margin: 0;
    padding: 0
}
.tb-blog-grid.tpl1 .tb-post-item ul .content-right {
    width: 53%
}
.tb-blog-grid.tpl1 .tb-post-item ul .content-right .tb-content {
    padding: 8px 18px;
    transform: translate(-25px, -30px);
    background: #fff;
    box-shadow: 0 0 3px #eaeaea
}
.tb-blog-grid.tpl1 .tb-post-item ul .content-right .tb-content .tb-info {
    margin-top: 15px
}
.tb-blog-grid.tpl1 .tb-post-item ul .content-right .tb-content .tb-info .blog-info {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 100
}
.tb-blog-grid.tpl1 .tb-post-item ul .content-right .tb-content .tb-info .blog-info .author-name {
    margin-right: 36px
}
.tb-blog-grid.tpl1 .tb-post-item ul .content-right .tb-content .tb-info .blog-info i {
    margin-right: 10px
}
.tb-blog-grid.tpl1 .tb-post-item ul .content-right .tb-content .tb-title {
    margin: 0
}
.tb-blog-grid.tpl1 .tb-post-item ul .content-right .tb-content .tb-blog-date-grib span {
    font-family: Montserrat;
    font-size: 12px;
    color: #999;
    text-transform: uppercase
}
.tb-blog-grid.tpl1 .tb-post-item ul .content-right .tb-content .tb-blog-date-grib .day {
    position: relative;
    font-size: 36px;
    font-weight: 700
}
.tb-blog-grid.tpl1 .tb-post-item ul .content-right .tb-content .tb-blog-date-grib .day:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    bottom: -3px;
    left: 0
}
.tb-blog-grid.tpl1 .tb-post-item ul .content-left {
    width: 46%
}
.tb-blog-section .pagination {
    margin-top: 0
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-item {
    margin-bottom: 50px
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-item .tb-thumb,
.tb-blog.content .type-post .tb-thumb {
    margin-bottom: 10px
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-post-item .blog-info {
    border-bottom: 1px dashed #f1f0f0;
    padding-bottom: 10px
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-content>a.tb-readmore.block {
    border: 1px solid #dcdcdc;
    display: block;
    max-width: 130px;
    text-align: center;
    height: 40px;
    line-height: 39px;
    padding: 0;
    margin-top: 26px;
    text-decoration: none;
    color: #515151
}
.tb-blog-section .tb-blog-grid.tpl1 .tb-content>a.tb-readmore.block:hover {
    color: #fff;
    background-color: #2a2a2a
}
.tb-blog.content .type-post .blog-info {
    padding-bottom: 10px;
    margin-bottom: 40px
}
.tb-blog.content .type-post .tb-content-block {
    margin-bottom: 70px
}
@media (max-width: 991px) {
    .tb-header-wrap.tb-header-v8 .tb-header-top .tb-sidebar-right .search-car-dealer form {
          left: 0;
          right: inherit;
    }
    .product-carousel-thumbnail #image-slider .flex-direction-nav .flex-nav-prev {
        left: 5%
    }
    .product-carousel-thumbnail #image-slider .flex-direction-nav .flex-nav-next {
        right: 5%
    }
    .jws_theme_footer .footer-top .jws_theme_footer_top_four .widget,
    .jws_theme_footer .footer-top .jws_theme_footer_top_once .widget,
    .jws_theme_footer .footer-top .jws_theme_footer_top_three .widget,
    .jws_theme_footer .footer-top .jws_theme_footer_top_two .widget {
        margin-bottom: 30px
    }
    .woocommerce .archive-products.grid-full-width .widget_search ul li select,
    .woocommerce .search-car-result.grid-full-width .widget_search ul li select {
        margin-top: 13px
    }
    .modal-dialog {
        margin-top: 100px
    }
    .tab-container li .tb-post-item .tb-content-inner .tb-blog-date-grib {
        top: 0;
        left: 0
    }
    .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-search {
        line-height: 60px
    }
    .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-logo {
        height: 60px
    }
    .tb-blog-grid.tpl1 .tb-post-item {
        margin-left: auto;
        margin-right: auto
    }
}
@media (min-width: 480px) {
    .tb-blog-section .tb-blog-grid.tpl1 {
        padding-left: 130px
    }
    .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date {
        left: -86px;
        top: 0;
        margin-top: 14px;
        transform: translateX(-50%);
        position: absolute
    }
    .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:before {
        background-color: #fff
    }
    .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date:after {
        background-color: #7e7e7e;
        z-index: 0;
        width: 84%;
        height: 84%;
        top: 8%;
        left: 8%
    }
    .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a {
        display: block;
        line-height: 14px;
        color: #fff;
        position: relative;
        z-index: 2
    }
    .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a i {
        display: none
    }
    .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a small {
        display: block;
        position: relative;
        font-size: 16px;
        margin-bottom: 10px;
        margin-right: 0!important
    }
    .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a small:after {
        border-bottom: 1px solid #fff;
        width: 13px;
        bottom: -5px;
        position: absolute;
        content: "";
        left: 50%;
        margin-left: -6.5px
    }
    .tb-blog-section .tb-blog-grid.tpl1 .tb-blog-date a time {
        position: absolute;
        line-height: 1;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        left: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px
    }
    .content.tb-blog .type-post {
        position: relative
    }
    .content.tb-blog .type-post .tb-blog-date {
        left: 45px;
        top: 0;
        margin-top: 14px;
        transform: translateX(-50%);
        position: absolute
    }
    .content.tb-blog .type-post .tb-blog-date:before {
        background-color: #fff
    }
    .content.tb-blog .type-post .tb-blog-date:after {
        background-color: #7e7e7e;
        z-index: 0;
        width: 84%;
        height: 84%;
        top: 8%;
        left: 8%
    }
    .content.tb-blog .type-post .tb-blog-date a {
        display: block;
        line-height: 14px;
        color: #fff!important;
        position: relative;
        z-index: 2
    }
    .content.tb-blog .type-post .tb-blog-date a i {
        display: none
    }
    .content.tb-blog .type-post .tb-blog-date a small {
        display: block;
        position: relative;
        font-size: 16px;
        margin-bottom: 10px;
        margin-right: 0!important
    }
    .content.tb-blog .type-post .tb-blog-date a small:after {
        border-bottom: 1px solid #fff;
        width: 13px;
        bottom: -5px;
        position: absolute;
        content: "";
        left: 50%;
        margin-left: -6.5px
    }
    .content.tb-blog .type-post .tb-blog-date a time {
        position: absolute;
        line-height: 1;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        left: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px
    }
}
#instafeed a,
.tb-team .tb-social ul li {
    display: inline-block
}
#instafeed a,
.ct-single-banner {
    position: relative
}
.tb-team .tb-box-inner {
    margin-bottom: 30px
}
.tb-team .tb-image {
    background-color: #fff;
    overflow: hidden;
    padding-top: 25px
}
.tb-team .tb-image img {
    margin-bottom: -8px
}
.tb-team .tb-image-name {
    margin: 14px 0 16px
}
.tb-team .tb-image-name .tb-name {
    font-size: 14px;
    margin-bottom: 9px;
    color: #111;
    text-transform: uppercase;
    font-weight: 700
}
.tb-team .tb-image-name .tb-experience {
    font-size: 12px;
    color: #999
}
.tb-team .tb-content {
    margin-bottom: 19px
}
.tb-team .tb-content p {
    line-height: 25px
}
.tb-team .tb-social ul {
    margin: 0;
    padding: 0
}
.tb-team .tb-social ul li a {
    font-size: 14px;
    color: #999;
    margin: 0 7px
}
#instafeed a {
    float: left;
    overflow: hidden
}
#instafeed a img {
    -webkit-transition: all .4s!important;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    transition: all .4s!important
}
.tb-col-6 a {
    width: 16.667%
}
.tb-col-5 a {
    width: 20%
}
.tb-col-4 a {
    width: 25%
}
.tb-col-3 a {
    width: 33.333%
}
@media (max-width: 767px) {
    #instafeed a {
        width: 33.333%
    }
}
@media (max-width: 480px) {
    #instafeed a {
        width: 50%
    }
}
.ct-single-banner h2 {
    position: absolute;
    top: 50%;
    font-family: Orbitron;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 30px;
    letter-spacing: .7em;
    color: #fff;
    z-index: 5;
    line-height: 22px
}
.ct-single-banner:hover:before {
    animation: effZoom 1s forwards
}
@media (max-width: 767px) {
    .row-content-left .text-center img,
    .single article.post .tb-content-block .about-author .author-info {
        width: 100%
    }
    .tb-info-box-wrap .tb-info-box .content-inner {
        top: 0!important;
        left: 15px!important
    }
    .btn-new-vehicle {
        margin-bottom: 30px!important
    }
    .woocommerce .tb-product-items .tb-product-item.tb-woo-one-column {
        text-align: center
    }
    .pricing-car .modal-dialog .modal-content {
        padding: 0
    }
    .tb-header-wrap.tb-header-v7 .tb-header-top .tb-sidebar .widget {
        line-height: initial
    }
    .woocommerce .tb-product-item-inner {
        max-width: 480px;
        margin: 0 auto 30px!important
    }
    .ct-single-banner h2 {
        font-size: 20px
    }
}
@media (max-width: 480px) {
    .ct-single-banner h2 {
        font-size: 14px
    }
}
.ie #tb-mega-searchform .caret,
.ie .tb-sidebar-right.tb-sidebar .widget-woocommerce-currency-switcher form::after {
    display: none
}
.ie .tb-send-mail-wrap .tb-mail-inner {
    left: 50%
}
.tb-soc-banner.tpl2 {
    padding-bottom: 72px
}
.tb-soc-banner.tpl2 .social-bn ul li a {
    border: 1px solid #999;
    background-color: transparent;
    color: #999
}
.tb-soc-banner.tpl2 .content-right {
    margin-bottom: 34px
}
.tb-soc-banner.tpl2 .content-right .address-soc,
.tb-soc-banner.tpl2 .content-right .email-soc,
.tb-soc-banner.tpl2 .content-right .phone-soc {
    margin-bottom: 16px
}
.tb-soc-banner.tpl2 .content-right p {
    font-size: 14px;
    color: #666;
    margin-bottom: 29px!important
}
.tb-soc-banner .image-left {
    z-index: 1;
    position: relative
}
.tb-soc-banner .social-bn ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.tb-soc-banner .social-bn ul li {
    margin-right: 7px;
    display: inline-block;
    text-align: center
}
.tb-soc-banner .social-bn ul li a {
    display: block;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #a4a4a4;
    background-color: #FFF;
    color: #111
}
.tb-soc-banner .social-bn ul li a:hover {
    color: #FFF
}
.tb-soc-banner .content-right {
    margin-top: 12px;
    margin-bottom: 14px
}
.tb-soc-banner .content-right .phone-soc i {
    margin-right: 19px
}
.tb-soc-banner .content-right .address-soc i {
    margin-right: 22px
}
.tb-soc-banner .content-right .email-soc i {
    margin-right: 18px
}
.tb-soc-banner .content-right .address-soc,
.tb-soc-banner .content-right .email-soc,
.tb-soc-banner .content-right .phone-soc {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px
}
.tb-soc-banner .content-right .address-soc ins,
.tb-soc-banner .content-right .email-soc ins,
.tb-soc-banner .content-right .phone-soc ins {
    margin-right: 12px;
    color: #111;
    font-weight: 700;
    text-decoration: none
}
.menu-bottom-v3 .content p,
.menu-bottom-v3 .menu li a {
    color: #697e9c;
    font-size: 12px
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent
}
.content-in-tabs del,
.tb-product-item-inner del {
    text-decoration: none
}
.content-in-tabs ins,
.tb-product-item-inner ins {
    display: none
}
.modal-backdrop {
    z-index: 1!important
}
.tb-price>span {
    margin-right: 5px
}
.menu-bottom-v3 {
    line-height: 50px
}
.menu-bottom-v3 .menu {
    margin: 0;
    padding: 0 0 0 54px
}
.menu-bottom-v3 .menu li {
    margin-left: 27px;
    display: inline-block
}
.menu-bottom-v3 .content p {
    font-family: Roboto;
    margin-bottom: 0!important
}
.menu-bottom-v3 .content p ins {
    text-decoration: none
}
.menu-bottom-v3 .icon {
    margin: 0;
    padding: 0 63px 0 0
}
.menu-bottom-v3 .icon li {
    margin-right: 17px;
    display: inline-block
}
.menu-bottom-v3 .icon li a i {
    color: #fff;
    font-size: 14px
}
.main {
    position: relative;
    widows: 100%;
    height: 700px
}
.main .tabs-gl {
    position: absolute;
    display: block;
    bottom: 19%;
    width: 100%;
    text-align: center
}
.main .tabs-gl ul {
    list-style-type: none
}
.main .tabs-gl ul li {
    display: inline-block;
    margin: 0
}
.main .tabs-gl ul li a {
    cursor: pointer
}
.tabs-gl ul {
    margin: 0;
    padding: 0
}
.tabs-gl ul li a {
    font-size: 12px;
    color: #fff;
    background-color: #394251;
    padding: 13px 21px
}
.content-in-tabs #vWrapper a i {
    margin-left: 0
}
.content-in-tabs #vWrapper a span {
    color: #FFF;
    font-size: 15px;
    position: relative;
    z-index: 99;
    transition: .3s all;
    -webkit-transition: .3s all
}
.content-in-tabs #vWrapper a span:before {
    background: #a8a8a8;
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 35px;
    transform: rotate(45deg);
    z-index: -1;
    left: -13px;
    top: -10px
}
.content-in-tabs #vWrapper a:hover span:before {
    transition: .3s all;
    -webkit-transition: .3s all
}
.content-in-tabs .tb-content {
    margin-top: 12px;
    text-align: center!important
}
.content-in-tabs .tb-content .btn-order {
    padding: 11px 32px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px
}
.content-in-tabs .tb-content .btn-order i {
    color: #FFF
}
.content-in-tabs .tb-content .car-vehicles {
    padding: 0;
    position: relative;
    width: 370px;
    margin: 0 auto
}
.content-in-tabs .tb-content .car-vehicles:before {
    content: "";
    position: relative;
    bottom: -50px;
    left: 0;
    display: block;
    height: 1px;
    background-color: #565d69;
    width: 370px
}
.content-in-tabs .tb-content .car-vehicles:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #0a0d12;
    width: 370px
}
.content-in-tabs .tb-content .car-vehicles li:last-child {
    margin-right: 0
}
.content-in-tabs .tb-content .car-vehicles li:first-child:before {
    display: none
}
.content-in-tabs .tb-content .car-vehicles li {
    display: inline-block;
    position: relative;
    margin-right: 24px
}
.content-in-tabs .tb-content .car-vehicles li p {
    font-size: 12px;
    font-family: Roboto;
    color: #fff
}
.content-in-tabs .tb-content .car-vehicles li:before {
    content: "\f111";
    position: absolute;
    top: 0;
    left: -16px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 4px
}
.content-in-tabs .tb-content .tb-footer-content .tb-price {
    vertical-align: middle;
    padding: 4px 0;
    margin: 0 auto 11px;
    display: inline-block
}
.content-in-tabs .tb-content .tb-footer-content .tb-price .tb-product-price span {
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 700
}
.content-in-tabs .tb-content .tb-footer-content .tb-price span {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 700;
    margin-right: 5px
}
.content-in-tabs .tb-content .tb-footer-content .tb-rating {
    vertical-align: middle;
    margin-bottom: 13px;
    display: inline-block
}
.content-in-tabs .tb-content .tb-footer-content .tb-rating .star-rating,
.content-in-tabs .tb-content .tb-footer-content .tb-rating .tb-item-rating {
    display: inline-block;
    vertical-align: middle
}
.content-in-tabs .tb-content .tb-footer-content .tb-rating span {
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    display: inline-block
}
.content-in-tabs .tb-content .tb-footer-content .tb-rating .woocommerce-review-link {
    display: none
}
.content-in-tabs .tb-content .tb-footer-content .tb-title {
    position: relative;
    width: 370px;
    margin: 0 auto 11px;
    padding-top: 17px;
    font-size: 26px;
    color: #fff;
    font-family: Montserrat;
    font-weight: 700
}
.content-in-tabs .tb-content .tb-footer-content .tb-title:before {
    content: "";
    position: relative;
    top: -16px;
    left: 0;
    display: block;
    height: 1px;
    background-color: #565d69;
    width: 370px
}
.content-in-tabs .tb-content .tb-footer-content .tb-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background-color: #0a0d12;
    width: 370px
}
.content-in-tabs #item0,
.content-in-tabs #item1,
.content-in-tabs #item2 {
    position: absolute;
    width: 100%
}
.content-in-tabs #item0 #vWrapper a,
.content-in-tabs #item1 #vWrapper a,
.content-in-tabs #item2 #vWrapper a {
    position: absolute;
    cursor: pointer
}
.content-in-tabs #item0 img,
.content-in-tabs #item1 img,
.content-in-tabs #item2 img {
    margin: 0 auto;
    width: auto
}
.btn-new-vehicle a {
    border-radius: 5px!important;
    padding: 10px 28px!important;
    font-size: 14px!important;
    font-weight: 100;
    font-family: Montserrat;
    background-image: none!important
}
.new-vehicle {
    padding: 36px 14px 23px
}
.new-vehicle h6 {
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-weight: 400
}
.new-vehicle h1 {
    font-size: 36px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 29px
}
.new-vehicle h1 ins {
    text-decoration: none
}
.new-vehicle p {
    font-size: 14px;
    color: #FFF
}
.main-content .custom-contactv3 .tb-soc-banner .social-bn ul li a {
    border: none
}
.main-content .custom-contactv3 .content-right .address-soc,
.main-content .custom-contactv3 .content-right .email-soc,
.main-content .custom-contactv3 .content-right .phone-soc {
    color: #FFF
}
.main-content .custom-contactv3 .vg-contact-form .form-group .first-name input,
.main-content .custom-contactv3 .vg-contact-form .form-group .last-name input,
.main-content .custom-contactv3 .vg-contact-form .form-group .wpcf7-submit,
.main-content .custom-contactv3 .vg-contact-form .form-group .your-email input,
.main-content .custom-contactv3 .vg-contact-form .form-group .your-message textarea,
.main-content .custom-contactv3 .vg-contact-form .form-group .your-phone input {
    border-radius: 5px
}
.menu-fix {
    top: 50%;
    position: fixed;
    right: 0
}
.menu-fix ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-type: none
}
.menu-fix ul li a {
    color: #fff;
    font-size: 12px;
    font-family: Roboto
}
.body-padding {
    padding-left: 70px;
    padding-right: 70px
}
.contact2 {
    z-index: 1
}
.contact3 {
    z-index: 0
}
.logo-carousel2 .vc_images_carousel img {
    width: auto!important
}
.logo-carousel2 .vc_images_carousel .owl-controls .owl-nav .owl-next {
    right: -36px
}
.logo-carousel2 .vc_images_carousel .owl-controls .owl-nav div {
    opacity: 1;
    background: 0 0!important;
    border: 0;
    color: #111;
    font-size: 35px
}
.newsletter-v4cus .newsletter-submit {
    border-top-right-radius: 25px!important;
    border-bottom-right-radius: 25px!important
}
.newsletter-v4cus .newsletter-email {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-color: #fff!important
}
.newsletter-v4 .newsletter-widget form .tb-newsletter-checkbox {
    display: none
}
.newsletter-v4 .newsletter-widget form p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0!important
}
.newsletter-v4 .newsletter-widget form p .newsletter-submit {
    padding: 0;
    width: 120px;
    height: 40PX;
    line-height: 40PX;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 0;
    transition: .5s all;
    -webkit-transition: .5s all
}
.newsletter-v4 .newsletter-widget form p .newsletter-submit:hover {
    border: 1px solid #2a2a2a!important;
    background-color: #2a2a2a
}
.newsletter-v4 .newsletter-widget form p .newsletter-email {
    height: 40px;
    line-height: 40px;
    width: 400px;
    border: 1px solid #ebebeb;
    color: #999;
    font-size: 12px;
    background-color: #fff
}
.row-content-left {
    -webkit-box-box-shadow: 10px 0 16px -7px #e8ebee;
    box-shadow: 10px 0 16px -7px #e8ebee;
    z-index: 1
}
.new-slectter .widget_autopro_newsletterwidget {
    padding: 15px 15px 0;
    background: #fff
}
.new-slectter .tb-newsletter-checkbox {
    display: none
}
.new-slectter .newsletter-desc p {
    font-size: 14px;
    color: #666
}
.new-slectter .newsletter-submit {
    padding: 13px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat
}
.new-slectter .newsletter-submit:hover {
    background-color: #FFF
}
.new-slectter input[type=email] {
    padding: 9px 15px;
    border-color: #ebebeb;
    color: #6b6b6b;
    margin-bottom: 2px
}
.tb-car-perfomance .owl-carousel {
    margin: 0;
    padding: 0
}
.tb-car-perfomance .owl-controls .owl-dots {
    text-align: center;
    position: relative;
    bottom: 48px
}
.tb-car-perfomance .owl-controls .owl-dots .owl-dot:hover span {
    background-color: #111
}
.tb-car-perfomance .owl-controls .owl-dots .owl-dot span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #111;
    margin: 0 6px;
    border-radius: 100%;
    border: 1px solid #111
}
.tb-car-perfomance .owl-controls .owl-nav {
    display: none
}
.tb-car-perfomance .content-inner .bg-width {
    background-color: #fff;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    width: 82%
}
.z-index,
.zindex {
    z-index: 1
}
.tb-car-perfomance .content-inner .tb-thumb {
    margin-top: 79px
}
.tb-car-perfomance .content-inner .tb-thumb img {
    height: auto
}
.tb-car-perfomance .content-inner .left-content {
    height: 577px;
    position: relative;
    padding: 80px 0 120px 42px
}
.tb-car-perfomance .content-inner .left-content .tb-title {
    font-size: 32px;
    color: #111;
    font-weight: 700;
    position: relative
}
.tb-car-perfomance .content-inner .left-content .tb-title:after {
    width: 170px;
    height: 1px;
    position: absolute;
    content: "";
    bottom: -34px;
    left: -41px
}
.tb-car-perfomance .content-inner .left-content .content {
    line-height: 25px;
    margin-top: 91px;
    font-size: 14px;
    color: #666;
    font-family: Roboto
}
.custom-home6 {
    transform: translateY(49px)
}
.main-content .location-car #map_sidebar,
.main-content .location-car #slp_tagline {
    display: none!important
}
.main-content .location-car .slp_map {
    border: 0!important
}
.main-content .location-car .search_box {
    margin-bottom: 35px;
    text-align: center
}
.main-content .location-car .search_box::-webkit-input-placeholder {
    color: #999
}
.main-content .location-car .search_box::-moz-placeholder {
    color: #999
}
.main-content .location-car .search_box:-ms-input-placeholder {
    color: #999
}
.main-content .location-car .search_box:-moz-placeholder {
    color: #999
}
.main-content .location-car .search_box #addy_in_address {
    padding-top: 0!important
}
.main-content .location-car .search_box .search_item {
    display: inline-block!important;
    vertical-align: top
}
.main-content .custom-blogv7 .tb-post-item .tb-content .tb-info .blog-info .author-name,
.main-content .custom-blogv7 .tb-post-item .tb-content .tb-info .blog-info>span>i,
.main-content .location-car .search_box .search_item #radiusSelect,
.main-content .location-car .search_box .search_item label {
    display: none!important
}
.main-content .location-car .search_box .search_item #radius_in_submit {
    margin-left: 24px
}
.main-content .location-car .search_box .search_item .label_text {
    height: 42px;
    border-color: #ebebeb!important;
    padding: 0 0 0 20px!important;
    color: #999!important;
    font-size: 12px
}
.main-content .location-car .search_box .search_item .slp_ui_button {
    border-radius: 0!important;
    background: #193755!important;
    border-color: #193755!important;
    color: #fff!important;
    font-family: Montserrat;
    font-weight: 700;
    padding: 0 20px!important;
    height: 42px;
    margin: 0
}
.title-search h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #111;
    position: relative;
    font-family: Montserrat;
    font-weight: 100
}
.title-search h3:after {
    width: 40px;
    height: 1px;
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%
}
.box-shadow-search {
    box-shadow: 0 0 15px #eaeef0
}
.search-box-container {
    position: absolute;
    top: 528px;
    width: 100%;
    left: 0;
    margin: 0 auto;
    background: 0 0;
    transition: center
}
.custom-search-v4 .price-range {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px)
}
.custom-search-v4 .slider-selection {
    background-image: none!important;
    background-color: #ccc!important;
    box-shadow: none!important;
    outline: #ccc solid 1px!important
}
.custom-search-v4 .slider-track {
    height: 4px!important
}
.custom-search-v4 .slider-handle {
    top: -4px!important
}
.custom-search-v4 .search-filter-container form ul .button input,
.custom-search-v4 .search-filter-container form ul li>input,
.custom-search-v4 .search-filter-container form ul li>select {
    border-radius: 0
}
.search-custom .searchandfilter input,
.search-custom .searchandfilter select {
    border-radius: 5px!important
}
.bullets-container ul .active a {
    padding: 5px 20px 5px 10px!important;
    width: 100%!important
}
.bullets-container ul li:hover a span {
    opacity: 0
}
.bullets-container ul li a {
    font-size: 10px;
    font-family: Roboto;
    font-weight: 700;
    opacity: 1;
    background-color: #121c2a;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0;
    margin: 0
}
.bullets-container ul li a:before {
    background-color: #121c2a;
    border-radius: 0
}
.bullets-container ul li a:after {
    background-color: #fff;
    right: 7px
}
.car-make {
    position: relative
}
.car-make .car-inner {
    margin: 0;
    list-style-type: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 17px 0 0 38px
}
.car-make .car-inner li {
    position: relative;
    margin-bottom: 6px
}
.car-make .car-inner li a {
    color: #fff;
    font-size: 14px;
    transition: .3s all;
    -webkit-transition: .3s all
}
.car-make .car-inner li:before {
    width: 4px;
    height: 4px;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    content: "";
    left: -16px;
    top: 42%
}
.custom-title h3 {
    margin-bottom: 10px!important
}
.main-content .custom-tabs .tb-products-tabs3 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
    color: #FFF!important
}
.main-content .custom-title-v5 h3 {
    letter-spacing: 1px;
    margin-bottom: 15px
}
.main-content .custom-title-v5 p {
    width: 100%
}
.main-content .custom-thumb .slick-dots li {
    background-color: #fff
}
.main-content .custom-thumb .slick-slide img {
    transform: scale(.5);
    -webkit-transform: scale(.5)
}
.cus-title {
    transform: translateY(23px)
}
.row-content-right {
    position: relative
}
.row-content-right:before {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    z-index: -1;
    background-color: #f4f8fb;
    right: -100%;
    bottom: 0
}
.main-content .custom-blogv7 .tb-post-item .tb-content .tb-excerpt {
    line-height: 25px
}
.main-content .custom-blogv7 .tb-post-item .tb-content .tb-title {
    margin-bottom: 10px
}
.main-content .custom-blogv7 .tb-post-item .tb-content .tb-info {
    margin-bottom: 28px
}
.main-content .custom-blogv7 .tb-post-item .tb-content {
    padding: 14px 20px 15px
}
.main-content .custom-blogv7 .tb-post-item .tb-content .tb-info .blog-info>span a {
    position: relative
}
.main-content .custom-blogv7 .tb-post-item .tb-content .tb-info .blog-info>span a:after {
    content: "";
    position: absolute;
    background-color: #6c6d6f;
    width: 30px;
    height: 1px;
    bottom: -9px;
    left: 0
}
@media (min-width: 991px) {
    .modal-dialog {
        width: 990px;
        margin: 200px auto
    }
}
.modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
    padding: 50px 50px 25px
}
.modal-dialog .modal-content .modal-body .dollar-times-widget * {
    font-family: Montserrat
}
.modal-dialog .modal-content .modal-body .dollar-times-widget * .on-site-link {
    display: none
}
.modal-dialog .modal-content .modal-body .car-loan-calc {
    width: 100%;
    background-color: #fff
}
.modal-dialog .modal-content .modal-body .car-loan-calc .widget-head {
    color: #222;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase
}
.modal-dialog .modal-content .modal-body .car-loan-calc .widget-blurb {
    color: #999;
    font-family: Roboto;
    font-style: normal
}
.modal-dialog .modal-content .modal-body .car-loan-calc .calc-content table {
    width: 100%;
    text-align: center
}
.modal-dialog .modal-content .modal-body .car-loan-calc .calc-content table tr {
    border-bottom: 1px solid #ebebeb
}
.modal-dialog .modal-content .modal-body .car-loan-calc .calc-content table tr:last-child {
    border-bottom: 0
}
.modal-dialog .modal-content .modal-body .car-loan-calc .calc-results-outer {
    text-align: center;
    font-family: Montserrat
}
.modal-dialog .modal-content .modal-body .car-loan-calc .calc-results-outer p {
    margin-bottom: 0!important
}
.modal-dialog .modal-content .modal-body .car-loan-calc table .button-row td {
    text-align: center;
    padding-top: 15px
}
.modal-dialog .modal-content .modal-body .car-loan-calc table .button-row td button {
    width: 150px;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Montserrat
}
.modal-dialog .modal-content .modal-body .car-loan-calc table .button-row td button:hover {
    background-color: #2a2a2a
}
.modal-dialog .modal-content .modal-body .car-loan-calc table tr td:first-child {
    color: #111;
    font-size: 18px;
    font-family: Montserrat
}
.modal-dialog .modal-content .modal-body .car-loan-calc table tr td {
    padding-left: 30px
}
.modal-dialog .modal-content .modal-body .car-loan-calc table tr td input {
    margin-bottom: 0
}
.modal-dialog .modal-content .modal-body .car-loan-calc table tr td:nth-child(2) {
    text-align: center;
    padding-left: 0
}
.modal-dialog .modal-content .modal-body input,
.modal-dialog .modal-content .modal-body textarea {
    border-radius: 0
}
.modal-dialog .modal-content .modal-body form h4 {
    font-size: 26px;
    color: #222;
    text-align: center;
    box-shadow: none;
    position: relative;
    margin-bottom: 48px
}
.modal-dialog .modal-content .modal-body form h4:before {
    width: 27px;
    height: 1px;
    top: 50%;
    left: 32%;
    position: absolute;
    content: ""
}
.modal-dialog .modal-content .modal-body form h4:after {
    width: 27px;
    height: 1px;
    top: 50%;
    right: 32%;
    position: absolute;
    content: ""
}
.modal-dialog .modal-content .modal-body form .text-center {
    margin-bottom: 20px!important
}
.modal-dialog .modal-content .modal-body form .form-group {
    margin-bottom: 30px
}
.modal-dialog .modal-content .modal-body form .form-group p {
    color: #222;
    font-family: Montserrat;
    font-size: 12px;
    text-transform: uppercase
}
.modal-dialog .modal-content .modal-body form .form-group .wpcf7-submit {
    font-size: 14px;
    font-weight: 700;
    color: #fefefe;
    width: 275px;
    float: none
}
.modal-dialog .modal-content .modal-body form::-webkit-input-placeholder {
    color: #222
}
.modal-dialog .modal-content .modal-body form::-moz-placeholder {
    color: #222
}
.modal-dialog .modal-content .modal-body form:-ms-input-placeholder {
    color: #222
}
.modal-dialog .modal-content .modal-body form:-moz-placeholder {
    color: #222
}
.modal-dialog .modal-content .modal-body form textarea {
    height: 120px;
    border-color: #ebebeb;
    box-shadow: none
}
.modal-dialog .modal-content .modal-body form input,
.modal-dialog .modal-content .modal-body form select {
    height: 50px;
    border: 1px solid #ebebeb;
    color: #222;
    font-family: Montserrat;
    font-size: 12px;
    border-radius: 0;
    box-shadow: none
}
.modal-dialog .modal-content .modal-footer {
    padding: 0;
    border: 0
}
.modal-dialog .modal-content .modal-footer button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: 0
}
.modal-dialog .modal-content .modal-title {
    text-align: center
}
.modal-dialog .modal-content .modal-title h4 {
    color: #222;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px
}
.btn-custom a,
.custom-btn-v7 a {
    font-size: 14px!important;
    background-image: none!important;
    font-weight: 700;
    font-family: Montserrat
}
.custom-width100 img {
    width: 100%;
    height: auto;
    max-width: 360px;
    margin: 0 auto
}
.video-list .ug-textpanel-bg {
    height: 0!important
}
.video-list .ug-gallery-wrapper {
    max-width: 100%!important
}
.custom-bg-white .tb-post-item {
    background-color: #fff!important
}
.custom-bg-white .tb-post-item .tb-content-bottom {
    padding: 5px 20px!important
}
.custom-btn-v7 a {
    border-color: #ccc!important;
    background-color: transparent!important;
    padding: 10px 65px!important
}
.custom-btn-v7 a:hover {
    color: #fff!important
}
.btn-custom a {
    color: #111!important;
    padding: 30px 20px 30px 63px!important;
    text-transform: uppercase;
    background-color: #f4f8fa!important;
    border-color: #ebebeb!important;
    border-radius: 0!important;
    width: 100%;
    height: 80px
}
.btn-custom a i {
    font-size: 26px!important
}
.btn-custom a:hover {
    color: #FFF!important
}
.custom-grib .tb-product-item-inner {
    border: 1px solid #ebebeb!important;
    transition: .5s all;
    -webkit-transition: .5s all
}
.custom-cout .tb-counter .tb-content {
    color: #fff
}
.custom-mr .tb-product-item-inner {
    margin: 1px
}
.page-id-315 .bullets-container {
    height: 200px!important;
    top: 50%!important
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li>ul>li:hover>ul {
    display: block;
    -webkit-animation: fadeInLeft2 .4s both;
    -moz-animation: fadeInLeft2 .4s both;
    -o-animation: fadeInLeft2 .4s both;
    animation: fadeInLeft2 .4s both
}
.search-filter-container form ul {
    padding: 0;
    margin: 0;
    text-align: center
}
.search-filter-container form ul .button {
    vertical-align: top
}
.search-filter-container form ul .button input {
    width: 130px;
    height: 40px;
    margin-bottom: 1px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat;
    border-radius: 25px
}
.search-filter-container form ul .button input:hover {
    background-color: #2a2a2a
}
.search-filter-container form ul .field-range-price {
    vertical-align: top;
    margin-top: 9px
}
.search-filter-container form ul .field-range-price .tooltip {
    display: none
}
.search-filter-container form ul .field-range-price .price-range {
    display: inline-block;
    position: relative
}
.search-filter-container form ul .field-range-price .price-range .slider-horizontal {
    width: 170px
}
.search-filter-container form ul .field-range-price h4 {
    position: initial!important;
    display: inline-block;
    font-size: 12px!important;
    color: #111!important;
    font-weight: 300!important;
    font-family: Montserrat;
    margin-right: 12px
}
.search-filter-container form ul .field-range-price .slider-track {
    height: 8px;
    border-radius: 0;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
    background-color: #fff
}
.search-filter-container form ul .field-range-price .slider-track .slider-track-high,
.search-filter-container form ul .field-range-price .slider-track .slider-track-low {
    background-color: #fff
}
.search-filter-container form ul .field-range-price .slider-track .slider-selection {
    background-color: #f5f5f5;
    outline: #f5f5f5 solid 1px;
    position: absolute;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    height: 100%;
    top: 0;
    bottom: 0
}
.search-filter-container form ul .field-range-price .slider-handle {
    width: 12px;
    height: 12px;
    position: absolute;
    margin-left: -3px;
    top: -3px;
    border-radius: 50%
}
.search-filter-container form ul .field-range-price #price-min {
    left: 0;
    text-align: left
}
.search-filter-container form ul .field-range-price #price-max {
    right: 0;
    text-align: right
}
.search-filter-container form ul .field-range-price #price-max,
.search-filter-container form ul .field-range-price #price-min {
    position: absolute;
    width: auto!important;
    border: 0;
    border: none;
    color: #111;
    font-family: Montserrat;
    font-size: 10px;
    max-width: 90px;
    background-color: transparent;
    margin-top: 8px;
    outline: 0
}
.search-filter-container form ul li {
    display: inline-block;
    position: relative;
    margin: 0 5px
}
.search-filter-container form ul li select::-ms-expand {
    display: none
}
.search-filter-container form ul li select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    line-height: 20px!important
}
.search-filter-container form ul li::-webkit-input-placeholder {
    color: #999
}
.search-filter-container form ul li::-moz-placeholder {
    color: #999
}
.search-filter-container form ul li:-ms-input-placeholder {
    color: #999
}
.search-filter-container form ul li:-moz-placeholder {
    color: #999
}
.search-filter-container form ul li h4 {
    color: #ccc;
    font-size: 10px;
    font-family: Roboto;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-left: 5px;
    margin-top: 0;
    text-align: left
}
.search-filter-container form ul li.button h4 {
    text-align: center
}
.search-filter-container form ul li .arrow:before {
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f107";
    position: absolute;
    top: 15px;
    right: 25px;
    color: #999
}
.search-filter-container form ul li>input,
.search-filter-container form ul li>select {
    width: 220px;
    height: 40px;
    border-color: #ebebeb;
    font-size: 12px;
    margin-bottom: 1px;
    color: #999;
    border-radius: 25px
}
.custom-search-v5 .price-range {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px)
}
.custom-search-v5 .slider-selection {
    background-image: none!important;
    box-shadow: none!important
}
.custom-search-v5 .slider-track {
    height: 4px!important
}
.custom-search-v5 .slider-handle {
    top: -4px!important
}
.car-compare .owl-theme .owl-dots .owl-dot span {
    display: none!important
}
@media (max-width: 360px) {
    .main .tabs-gl {
        bottom: 35%
    }
}
@media (min-width: 992px) and (max-width: 1640px) {
    .tb-blog-grid.tpl6 .tb-post-item .tb-content {
        padding: 35px 20px 0 28px
    }
    .tb-blog-grid.tpl6 .tb-post-item .tb-content .tb-excerpt {
        display: none!important
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .widget_mini_sal .item-hd1 .widget_searchform .widget_searchform_content {
        right: 0
    }
    .widget_mini_sal .item-hd1 .widget_searchform .widget_searchform_content form input {
        width: 191px!important
    }
    .tb-blog-carousel-2row .tb-post-item ul .content-blog-r,
    .tb-blog-carousel-2row .tb-post-item ul .img-left-carousel {
        width: 100%
    }
    .widget_mini_sal .item-hd2 ul li a,
    .widget_mini_sal .item-hd3 ul li a {
        font-size: 12px;
        padding: 3px 7px
    }
    .woocommerce .archive-products.grid-full-width .widget_search ul li input,
    .woocommerce .archive-products.grid-full-width .widget_search ul li select,
    .woocommerce .search-car-result.grid-full-width .widget_search ul li input,
    .woocommerce .search-car-result.grid-full-width .widget_search ul li select {
        width: 180px
    }
    .custom-grib .tb-product-item-inner .tb-content .car-vehicles li {
        margin: 0 3px!important
    }
    .custom-grib .tb-product-item-inner .tb-content .car-vehicles li:before {
        display: none
    }
    .custom-grib .tb-product-item-inner .tb-content .car-vehicles li p {
        font-size: 10px
    }
    .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-menu .widget_zo-recent-posts-widget-with-thumbnails ul li {
        line-height: initial!important
    }
    .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
        padding-left: 0!important
    }
    .tb-menu-list>ul>li.menu-item-has-children.blog-mega>ul.columns3>li:nth-child(2) .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-thumb {
        display: block
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.menu-item-has-children>ul {
        min-width: auto!important
    }
    .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul {
        width: 600px!important
    }
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left .cont-right h4,
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right .cont-right h4 {
        font-size: 14px
    }
    .tb-blog-carousel-2row .tb-post-item ul .content-blog-r .tb-content .tb-excerpt,
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left .cont-right h5,
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right .cont-right h5 {
        font-size: 12px
    }
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left,
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right {
        width: 48.5%
    }
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left .img-lef,
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right .img-lef {
        width: 39%
    }
    body .single-product .tb-sidebar .tb-woo-car-detail .ro-product-price-meta .tb-product-price .price-car {
        margin-right: 10px
    }
    .car-make .car-inner li {
        margin-bottom: 0
    }
    .tb-blog-carousel-2row .tb-post-item ul .content-blog-r .tb-content .tb-info .blog-info .author-name {
        margin-right: 13px
    }
    .woocommerce .tb-products-grid .tb-product-item-inner .tb-content .car-vehicles li {
        margin: 0 9px
    }
    .tb-blog-carousel-2row .slick-arrow.slick-next {
        right: 43.5%
    }
}
@media (max-width: 480px) {
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left .cont-right h4,
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right .cont-right h4 {
        font-size: 14px
    }
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left .cont-right h5,
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right .cont-right h5 {
        font-size: 12px
    }
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left,
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right {
        width: 48.5%
    }
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .left .img-lef,
    body .single-product .tb-sidebar .tb-woo-car-detail .spec-container .specs .right .img-lef {
        width: 39%
    }
    body .single-product .tb-sidebar .tb-woo-car-detail .ro-product-price-meta .tb-product-price .price-car {
        margin-right: 10px
    }
    .ug-slider-wrapper .ug-button-videoplay.ug-type-square {
        left: 43%!important
    }
    .ug-textpanel {
        display: none
    }
    .tb-woo-banner .hgroup h2 {
        margin-bottom: 10px
    }
    .tb-woo-banner .hgroup .img-logo img {
        width: 35%
    }
    .tb-woo-banner .hgroup a {
        padding: 5px 20px
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-title {
        margin-top: 30px
    }
    .woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li,
    .woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li p,
    .woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li,
    .woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li p {
        margin: 0 2px
    }
    .woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li:before,
    .woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li:before {
        display: none
    }
    .btn-custom a {
        font-size: 10px!important
    }
    .tb-woo-banner .hgroup h2 {
        margin-bottom: 10px
    }
    .tb-woo-banner .hgroup .img-logo img {
        width: 35%
    }
    .tb-woo-banner .hgroup a {
        padding: 5px 20px
    }
    .tb-service-wrap .tb-service.tpl3 .inner-service .tb-title-icon .tb-title {
        font-size: 18px
    }
    .tb-service-wrap .tb-service.tpl3 .inner-service .tb-content p {
        font-size: 10px
    }
    .tb-service-wrap .tb-service.tpl3 .inner-service {
        padding: 30px 0 0!important
    }
}
@media (max-width: 1200px) {
    .tab-container li .tb-post-item .tb-content .display-ing .tb-blog-date-grib i,
    .tb-blog-grid.tpl4 .tb-post-item ul .content-right,
    .tb-blog-grid.tpl5 .tb-post-item ul .content-right {
        margin: 0
    }
    .search-filter-container form ul li>input,
    .search-filter-container form ul li>select {
        width: 299px
    }
    .tb-blog-grid.tpl4 .tb-post-item ul .content-left,
    .tb-blog-grid.tpl4 .tb-post-item ul .content-right,
    .tb-blog-grid.tpl5 .tb-post-item ul .content-left,
    .tb-blog-grid.tpl5 .tb-post-item ul .content-right,
    .tb-blog-grid.tpl7 .tb-post-item ul .content-left,
    .tb-blog-grid.tpl7 .tb-post-item ul .content-right {
        display: block;
        width: 100%
    }
    .tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-footer-content .tb-title {
        font-size: 20px
    }
    .tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-content-car .car-vehicles:after,
    .tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-content-car .car-vehicles:before {
        left: 0
    }
    .woocommerce .archive-products .widget-area-shop .widget_search_filter_register_widget .sf-field-submit h4 {
        text-align: left;
        bottom: -34px
    }
    .tb-info-box-wrap .tb-info-box .content-inner {
        top: 0;
        left: 0
    }
    .tab-container li .tb-post-item .tb-content .display-ing .tb-blog-date-grib,
    .tab-container li .tb-post-item .tb-content a {
        display: block;
        width: auto
    }
    .tab-container li .tb-post-item .tb-content .display-ing {
        padding-left: 20px
    }
    .technology .content-tech .tech-sv .icon-left h5:before {
        left: -2px
    }
    .bullets-container,
    .widget_mini_sal .item-hd2 button a span,
    .widget_mini_sal .item-hd3 button a span {
        display: none
    }
    .tb-header-v3 .tb-header-menu .tb-header-menu-inner .tb-logo {
        padding-left: 30px
    }
    .menu-bottom-v3 .menu li {
        margin-left: 9px
    }
    .jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget {
        width: 100%;
        border-radius: 0
    }
    .jws_theme_footer .footer-top .jws_theme_footer_top_three .newsletter-widget form p .newsletter-email {
        width: 250px
    }
    .jws_theme_footer .footer-top .jws_theme_footer_top_two .textwidget h6 {
        font-size: 12px!important
    }
    .tb-center-carousel .tb-product-item-inner .tb-content .car-vehicles:before,
    .tb-center-carousel .tb-product-item-inner .tb-content .tb-footer-content .tb-title:before {
        width: 100%;
        left: 0
    }
    .product-carousel-thumbnail #product-thumbnail .slides {
        width: 100%!important;
        transform: translate3d(0, 0, 0)!important;
        padding-left: 0
    }
    .product-carousel-thumbnail #product-thumbnail .slides li {
        display: inline-block!important;
        float: none!important;
        width: 120px!important
    }
    .searchandfilter ul li input,
    .searchandfilter ul li select {
        width: 100%;
        margin: 0
    }
    .searchandfilter ul .sf-field-submit {
        margin-top: 15px
    }
    .searchandfilter ul li {
        margin: 0 3px
    }
}
@media (max-width: 480px) {
    .newsletter-v4 .newsletter-widget form p .newsletter-email {
        width: 100%
    }
    .jws_theme_footer .footer-top .jws_theme_footer_top_three .newsletter-widget form p .newsletter-email {
        width: 147px!important
    }
    .tb-soc-banner .content-right .address-soc,
    .tb-soc-banner .content-right .email-soc,
    .tb-soc-banner .content-right .phone-soc {
        font-size: 12px
    }
    .product-carousel-thumbnail #image-slider .tb-product-item-inner .tb-content .car-vehicles li {
        margin-right: 20px
    }
    .woocommerce .tb-products-grid .tb-product-item-inner .tb-content .car-vehicles li {
        margin: 0 10px
    }
    .call-us .call-us-content .text-us-left:before,
    .call-us .call-us-content .text-us-right:before,
    .tb-blog-grid.tpl6 .tb-post-item .tb-content .tb-excerpt {
        display: none
    }
    .call-us-content {
        margin-bottom: 15px
    }
    .call-us .call-us-content .img-center,
    .call-us .call-us-content .text-us-left,
    .call-us .call-us-content .text-us-right {
        display: initial
    }
    .call-us .call-us-content .text-us-left,
    .call-us .call-us-content .text-us-right {
        transform: translate(0);
        padding: 0
    }
    .call-us .call-us-content .img-center img {
        margin: 0 auto
    }
    body .single-product .car-color-inner .caption-car {
        width: 100%!important
    }
    .autopro-title.title-three p {
        font-size: 10px!important
    }
    .autopro-title.title-three h3 {
        margin-bottom: 0
    }
    .autopro-title-separator-wrap h3 {
        font-size: 18px!important
    }
    .content-in-tabs .tb-content .car-vehicles li {
        margin-right: 18px
    }
    .tabs-gl ul li a {
        font-size: 10px;
        padding: 8px
    }
    .content-in-tabs .tb-content .car-vehicles,
    .content-in-tabs .tb-content .car-vehicles:after,
    .content-in-tabs .tb-content .car-vehicles:before,
    .content-in-tabs .tb-content .tb-footer-content .tb-title,
    .content-in-tabs .tb-content .tb-footer-content .tb-title:after,
    .content-in-tabs .tb-content .tb-footer-content .tb-title:before {
        width: 100%
    }
    .product-carousel-thumbnail .main {
        height: 460px!important
    }
    .widget_mini_sal .item-hd1,
    .widget_mini_sal .item-hd3 {
        padding-right: 10px
    }
    .widget_mini_sal .item-hd1 .widget_searchform a {
        padding: 0 10px
    }
    .tb-blog-carousel .owl-controls .owl-nav {
        left: 35%
    }
    .product-carousel-thumbnail #product-thumbnail {
        display: none
    }
    .product-carousel-thumbnail #image-slider .flex-direction-nav {
        text-align: center
    }
    .product-carousel-thumbnail #image-slider .flex-direction-nav li {
        position: initial;
        display: inline-block;
        margin: 0 20px
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .tb-info-box-wrap .tb-info-box .content-inner {
        width: 150px
    }
    .tb-info-box-wrap .tb-info-box .content-inner .sub_title {
        padding-top: 2px;
        margin-bottom: 5px;
        font-size: 12px
    }
    .tb-info-box-wrap .tb-info-box .content-inner .link-btn {
        padding: 0;
        font-size: 12px
    }
    .tb-info-box-wrap .tb-info-box .content-inner .title {
        padding-top: 5px;
        font-size: 12px
    }
    .car-make .car-inner {
        padding: 0 0 0 22px
    }
    .car-make .car-inner li {
        margin-bottom: -6px
    }
    .car-make .car-inner li a {
        font-size: 10px
    }
    .tb-service-wrap .tb-service.tpl1 .inner-service {
        padding: 20px 20px 0 10px
    }
    .tb-service-wrap .tb-service.tpl1 .inner-service .tb-title-icon .tb-title {
        margin-top: 10px;
        font-size: 18px
    }
}
.tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li img {
    width: 100%
}
@media (max-width: 768px) {
    #product-thumbnail,
    .tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li.menu-item-has-children:after,
    .tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li:before,
    .woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li:before,
    .woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li:before {
        display: none
    }
    .woocommerce .tb-product-items .tb-product-item.tb-woo-one-column .tb-product-item-inner .tb-title,
    .wpb_single_image.vc_align_center {
        margin-top: 30px
    }
    .woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li,
    .woocommerce .archive-products .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li p,
    .woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li,
    .woocommerce .search-car-result .tb-woo-one-column .tb-product-item-inner .tb-content-car .car-vehicles li p {
        margin: 0 2px
    }
    .autopro-title.title-three p {
        padding: 0 20px!important
    }
    .tb-header-v3 .tb-header-menu {
        background-color: #000
    }
    .jws_theme_footer .footer-center .jws_theme_footer_center_three .jws-theme-twitter-widget ul li .jws-theme-image {
        width: auto
    }
    .tb-blog-carousel .tb-post-item .tb-content {
        padding-left: 0;
        margin: 0
    }
    .widget_mini_sal .item-hd1 .widget_searchform .widget_searchform_content {
        right: initial;
        left: 0;
        width: 200%
    }
    .widget_mini_sal .item-hd1 .widget_searchform form input {
        width: 139px
    }
    .searchandfilter ul .sf-field-post-meta-_price .meta-range .range-max,
    .searchandfilter ul .sf-field-post-meta-_price .meta-range .range-min {
        bottom: -32px
    }
    .main .tabs-gl {
        bottom: 12%!important
    }
    .jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget .newsletter2-widget,
    .tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar2 .searchform {
        width: 100%
    }
    .tb-header-wrap.tb-header-v5 .mobile-leftbar .tb-menu-sidebar2 .searchform input[type=submit] {
        width: 19%
    }
    .tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav {
        text-align: center;
        padding-left: 0
    }
    .tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul {
        position: initial;
        text-align: center
    }
    .tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul img {
        width: auto
    }
    .tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li ul li,
    .tb-header-wrap.tb-header-v5 .mobile-leftbar .mobile-nav>li ul li ul li ul {
        background-color: #ebebeb!important
    }
    .tb-header-wrap.tb-header-v5 .mobile-leftbar {
        width: 100%;
        max-width: 100%
    }
    .newsletter-v4 .newsletter-widget form p {
        display: block
    }
    .content-in-tabs a,
    .jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget .wg-title,
    .tb-blog-carousel-2row .slick-arrow.slick-prev:after,
    .tb-header-wrap.tb-header-v7 .tb-header-top .tb-sidebar-left:after,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
        display: none
    }
    .newsletter-v4 .newsletter-widget form p .newsletter-submit,
    .newsletter-v4cus .newsletter-email {
        border-radius: 0!important
    }
    .autopro-title.autopro-title-underline.autopro-title-underline-1 h3 {
        font-size: 18px!important;
        line-height: 25px
    }
    body .single-product .title-detail h5 {
        line-height: 35px
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0 0 0 15px
    }
    body .single-product .tabs-car .woocommerce-tabs .tabs li:first-child {
        padding-left: 15px
    }
    body .single-product .tabs-car .woocommerce-tabs #tab-highlight ul {
        width: 50%;
        margin-bottom: 20px
    }
    .tb-header-wrap .tb-header-top {
        overflow: initial;
        height: auto
    }
    .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-search .widget.widget_search form input[type=text] {
        width: 62%
    }
    .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-search .widget.widget_search form input[type=submit] {
        width: auto
    }
    .tb-header-v7 .tb-header-menu {
        height: auto
    }
    .tb-header-wrap.tb-header-v7 .tb-header-top .tb-sidebar-right {
        padding-right: 0
    }
    #scrollto-section-3 .vc_empty_space {
        height: 280px!important
    }
    .main-content .location-car {
        padding: 0!important
    }
    .main-content .location-car .search_box .search_item #radius_in_submit {
        margin-left: 0
    }
    .autopro-title-separator-wrap.title-five {
        padding-left: 0
    }
    .autopro-title-separator-wrap.title-five:after {
        bottom: 0
    }
    .widget_tb_car_color .bg-image .description {
        padding: 0
    }
    .widget_tb_car_color .bg-image .nav-color {
        margin-top: 0
    }
    .widget_tb_car_color .bg-image .nav-color a {
        margin: 10px
    }
    .main-content .video-carousel .video-lightbox .html5lightbox {
        width: 50px;
        height: 30px;
        top: 44%;
        left: 48%;
        line-height: 36px
    }
    .main-content .video-carousel .video-lightbox .html5lightbox i {
        font-size: 18px;
        line-height: 30px
    }
    .tb-car-perfomance .content-inner .left-content .content {
        font-size: 12px
    }
    .tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd1,
    .tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd2,
    .tb-header-wrap.tb-header-v2 .tb-header-menu .widget_mini_sal .item-hd3,
    .tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd1,
    .tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd2,
    .tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal .item-hd3 {
        line-height: 60px
    }
    .car-make {
        max-width: 270px;
        margin: 10px auto
    }
    .tb-service .text-center .tpl3,
    .tb-service-wrap .tb-service {
        max-width: 360px
    }
    .autopro-title-separator-wrap h3 {
        line-height: 40px
    }
    .tb-header-v3.tb-header-fixed {
        position: relative
    }
    .tb-header-wrap .tb-logo>a {
        font-size: 14px!important
    }
    .tb-blog-carousel-2row .slick-arrow.slick-prev {
        left: 39.3%
    }
    .tb-blog-carousel-2row .tb-post-item ul .content-blog-r,
    .tb-blog-carousel-2row .tb-post-item ul .img-left-carousel {
        display: initial!important;
        width: 100%
    }
    .tb-counter .content-right,
    .tb-counter .tb-imgt {
        text-align: center
    }
    .tb-counter .tb-imgt {
        margin-bottom: 0
    }
    .tb-counter .content-right {
        margin-bottom: 15px
    }
    .tb-header-wrap.tb-header-v1.tb-header-fixed,
    .tb-header-wrap.tb-header-v6.tb-header-fixed {
        position: initial
    }
    .tb-center-carousel .tb-product-item-inner .tb-content .car-vehicles li:before {
        display: none
    }
    .tb-center-carousel .tb-product-item-inner .tb-content .car-vehicles li {
        margin: 0 2px!important
    }
    .tb-center-carousel .tb-product-item-inner .tb-content .car-vehicles li p {
        font-size: 10px
    }
}
@media (max-width: 992px) {
    .search-filter-container form ul .button input,
    .search-filter-container form ul .field-range-price .price-range .slider-horizontal,
    .search-filter-container form ul li>input,
    .search-filter-container form ul li>select,
    .woocommerce .archive-products.grid-full-width .widget_search ul li .price-range,
    .woocommerce .archive-products.grid-full-width .widget_search ul li .price-range .slider-horizontal,
    .woocommerce .archive-products.grid-full-width .widget_search ul li input,
    .woocommerce .archive-products.grid-full-width .widget_search ul li select,
    .woocommerce .search-car-result.grid-full-width .widget_search ul li .price-range,
    .woocommerce .search-car-result.grid-full-width .widget_search ul li .price-range .slider-horizontal,
    .woocommerce .search-car-result.grid-full-width .widget_search ul li input,
    .woocommerce .search-car-result.grid-full-width .widget_search ul li select {
        width: 100%
    }
    .jws_theme_footer .jws_theme_footer_bottom_right,
    .single article.post .tb-content-block .blog-info,
    .single article.post .tb-content-block .blog-title,
    .single article.post .tb-content-block .date-cm-rv,
    .single article.post .tb-content-block .tb-excerpt {
        text-align: left
    }
    .tb-header-v8 .tb-header-menu .tb-menu .tb-menu-list>ul>li>a,
    .tb-header-wrap.tb-header-v2 .tb-header-menu .tb-menu .tb-menu-list>ul>li>a,
    .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-list>ul>li>a {
        color: #fff!important
    }
    .product-carousel-thumbnail #image-slider .flex-direction-nav li {
        top: 70%;
        z-index: 100
    }
    .single .tb-blog-related .tb-post-item,
    .single .widget_banner .tb-woo-banner {
        max-width: 360px;
        margin: 0 auto
    }
    .single article.post .tb-content-block .about-author .title-author:before {
        display: none
    }
    .single article.post .tb-content-block .tb-social-buttons a {
        padding: 5px 15px;
        display: inline-block;
        line-height: 30px;
        margin: 5px
    }
    body .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner .tb-menu #nav>li>a {
        padding: 10px!important
    }
    .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-list {
        background-color: #000
    }
    .tb-header-v3 .tb-header-menu {
        background-color: #121c2a
    }
    .search-filter-container form ul .field-range-price .price-range,
    .search-filter-container form ul li {
        display: block;
        margin-bottom: 20px
    }
    .modal-dialog .modal-content .modal-body form h4:after,
    .modal-dialog .modal-content .modal-body form h4:before,
    .tb-header-wrap .tb-header-menu .tb-menu-list .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-thumb,
    .tb-header-wrap .tb-header-menu .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li img {
        display: none
    }
    .search-filter-container form ul li .arrow:before {
        top: 44%
    }
    .jws_theme_footer .footer-center .jws_theme_footer_center_one .opening,
    .slider-home1 .tp-thumb-mask {
        top: 0
    }
    .search-filter-container form ul .field-range-price .price-range {
        margin-bottom: 45px
    }
    .searchandfilter ul .sf-field-post-meta-_price .meta-range .range-max,
    .searchandfilter ul .sf-field-post-meta-_price .meta-range .range-min {
        bottom: -30px
    }
    .searchandfilter ul .sf-field-submit,
    .searchandfilter ul li {
        margin: 0!important
    }
    .searchandfilter ul .sf-field-submit {
        margin-top: 15px!important
    }
    .searchandfilter ul .sf-field-post-meta-_price .meta-range .meta-slider {
        left: 0
    }
    .main .tabs-gl {
        bottom: 6%
    }
    body .tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu .tb-menu-list>ul li .widget_zo-recent-posts-widget-with-thumbnails ul li:first-child>a {
        padding-left: 0!important
    }
    body .tb-header-wrap.tb-header-v8 .tb-header-menu .tb-menu .tb-menu-list>ul li:first-child a {
        padding-left: 10px!important
    }
    .main-content .vc_custom_1483954251198 {
        margin-left: 0!important
    }
    .cus-title {
        transform: translateY(0)
    }
    .tb-blog-grid .tb-post-item {
        margin-bottom: 30px!important
    }
    .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-menu .tb-menu-list>ul>li a {
        line-height: 40px
    }
    .tb-header-wrap.tb-header-v7 .tb-header-menu-db {
        height: auto
    }
    .tb-header-wrap.tb-header-v4 .tb-header-menu-db .tb-header-menu .tb-menu .tb-menu-control-mobi>a {
        line-height: 70px
    }
    .tb-header-wrap.tb-header-v4 .tb-header-menu .tb-header-menu-inner,
    .tb-header-wrap.tb-header-v7 .tb-header-menu .tb-header-menu-inner,
    .tb-header-wrap.tb-header-v8 .tb-header-menu .tb-header-menu-inner {
        background-color: #fff
    }
    .searchandfilter ul li h4 {
        bottom: -23px;
        left: 0;
        margin-right: 24px
    }
    .tb-header-wrap.tb-header-v2-custom .tb-header-menu .tb-menu .tb-menu-list,
    .tb-header-wrap.tb-header-v2-custom .tb-header-menu-custom .tb-menu .tb-menu-list {
        margin-right: 0
    }
    .tb-header-wrap.tb-header-v2-custom .tb-header-menu .widget_mini_sal,
    .tb-header-wrap.tb-header-v3 .tb-header-menu .widget_mini_sal,
    .tb-header-wrap.tb-header-v4 .tb-header-menu .widget_mini_sal,
    .tb-header-wrap.tb-header-v6 .tb-header-menu .widget_mini_sal {
        text-align: right!important
    }
    .tb-header-wrap .tb-header-menu .tb-logo {
        text-align: left!important
    }
    .tb-header-wrap.tb-header-v1 .tb-header-menu .tb-menu-list {
        padding-left: 0
    }
    .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown>li>a {
        padding: 0 10px
    }
    .tb-header-wrap .tb-header-menu .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul {
        padding: 0
    }
    .tb-header-wrap .tb-header-menu .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li {
        border-top: 1px solid rgba(170, 170, 170, .2)
    }
    .tb-header-wrap .tb-header-menu .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li>ul {
        background-color: #ebebeb
    }
    .tb-header-wrap .tb-header-menu .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul li:first-child {
        border-top: 0
    }
    body .single-product .car-color-inner #image-slider .flex-direction-nav .flex-nav-prev {
        left: 10px;
        z-index: 10
    }
    body .single-product .car-color-inner #image-slider .flex-direction-nav .flex-nav-next {
        right: 10px;
        z-index: 10
    }
    body .single-product .car-color-inner .caption-car {
        width: 82%
    }
    .searchandfilter ul .sf-field-search input,
    .searchandfilter ul li select,
    .woocommerce .archive-products .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-post-meta-_price .meta-range,
    .woocommerce .archive-products .tb-sidebar-left .sidebar-area .widget_search_filter_register_widget .sf-field-submit input {
        width: 100%!important
    }
    .searchandfilter ul li {
        display: block
    }
    .tb-header-wrap .tb-header-menu .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul>li.menu-item-has-children>ul {
        background-image: none!important;
        float: initial
    }
    .widget_zo-recent-posts-widget-with-thumbnails .tb-post-date,
    .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-thumb img {
        display: none
    }
    .tb-header-v8 .tb-header-menu .tb-menu {
        text-align: right!important
    }
    .tb-header-v8 .tb-header-menu .tb-menu .tb-menu-list {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        min-width: 270px;
        z-index: 999999999999999999!important;
        text-align: left;
        background: #000;
        overflow: auto;
        box-shadow: 2px 0 15px #252525;
        transform: translatex(-110%);
        -webkit-transform: translatex(-110%);
        transition: .4s all;
        display: block;
        right: initial
    }
    .tb-center-carousel .tb-product-item-inner .tb-content .car-vehicles li:before,
    .technology .content-tech .tech-sv .icon-left h5:before {
        display: none
    }
    .tb-header-v8 .tb-header-menu .tb-menu .tb-menu-list.active {
        transform: translatex(0);
        -webkit-transform: translatex(0)
    }
    .tb-header-v8 .tb-header-menu .tb-menu .tb-menu-control-mobi>a {
        color: #111
    }
    .tb-header-v7 .tb-menu-list>ul>li>a {
        color: #fff!important
    }
    .technology .icon-nav {
        text-align: left;
        margin-top: 20px
    }
    .custom-home6 {
        transform: translateY(0)
    }
    .technology .content-tech .tech-sv .icon-left.active h5 i {
        color: #111!important
    }
    .technology .content-tech .tech-sv .icon-left h5 {
        text-align: left;
        line-height: 30px
    }
    .tb-car-perfomance .content-inner .bg-width {
        width: 100%
    }
    .tb-car-perfomance .content-inner .tb-thumb {
        margin-top: 0
    }
    .tb-car-perfomance .content-inner .left-content {
        padding: 20px;
        height: auto
    }
    .tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-content-car .car-vehicles:after,
    .tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-content-car .car-vehicles:before,
    .tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-footer-content .tb-title:after,
    .tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-footer-content .tb-title:before {
        width: 100%;
        left: 0
    }
    .tb-blog-grid.tpl1 .tb-post-item ul .content-left,
    .tb-blog-grid.tpl1 .tb-post-item ul .content-right {
        width: 100%;
        display: initial
    }
    .tb-blog-grid.tpl1 .tb-post-item ul .content-right .tb-content {
        transform: translate(0)
    }
    .tb-blog-carousel.tpl3 .tb-post-item .tb-content {
        position: initial;
        width: 100%
    }
    .main-content .tb-blog-carousel.tpl3 .owl-dots {
        text-align: center!important;
        right: 0!important;
        bottom: 0!important
    }
    .autopro-title.title-three p {
        width: 100%;
        padding: 0 50PX
    }
    .product-carousel-thumbnail .main {
        height: 600px
    }
    .menu-bottom-v3 .icon,
    .menu-bottom-v3 .menu {
        text-align: center!important;
        padding: 0;
        width: 100%
    }
    .jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget .newsletter2-widget p input {
        width: 100%
    }
    .jws_theme_footer.tb-footer-v2 .footer-header .widget_autopro_newsletter2widget .wg-title {
        font-size: 12px
    }
    .tb-blog-carousel-2row .slick-arrow.slick-next {
        right: 40.3%
    }
    .tb-header-wrap.tb-header-v2-custom .tb-header-menu-custom .tb-menu {
        text-align: right
    }
    .jws_theme_footer .jws_theme_footer_bottom_right .menu-footer ul li {
        margin-right: 2px
    }
    .tb-footer-v1 .footer-center {
        padding-bottom: 114px!important
    }
    .tb-footer-v1 .jws_theme_footer_center_four,
    .tb-footer-v1 .jws_theme_footer_center_three,
    .tb-footer-v1 .jws_theme_footer_center_two {
        margin-top: 60px
    }
    .main-content .custom-map2 {
        margin-top: 0!important
    }
    .main-content .custom-map {
        margin-top: 25px!important
    }
    .vg-contact-form .form-group .wpcf7-submit {
        margin-top: 0
    }
    .tb-center-carousel .tb-product-item-inner .tb-content .car-vehicles li {
        margin: 0 5px
    }
    .tb-center-carousel .tb-product-item-inner {
        overflow: initial
    }
    .tb-header-wrap .tb-header-menu .tb-header-menu-inner {
        background-color: #111b29
    }
    .tb-header-wrap .tb-header-menu .tb-menu-list {
        padding-left: 0
    }
    .tb-header-wrap .tb-header-menu .tb-menu-list>ul>li.menu-item-has-children.has_full_width>ul,
    .tb-header-wrap .tb-header-menu .tb-menu-list>ul>li.menu-item-has-children>ul.standar-dropdown {
        animation: none!important;
        left: 0
    }
    .tb-header-wrap .tb-header-menu .tb-menu-list .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-thumb {
        width: 100%
    }
    .tb-header-wrap .tb-header-menu .tb-menu-list .widget_zo-recent-posts-widget-with-thumbnails ul {
        margin-bottom: 0;
        margin-top: 0!important
    }
    .tb-header-wrap .tb-header-menu .tb-menu-list .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail {
        font-size: 13px;
        line-height: 22px;
        width: 100%;
        padding: 0 10px;
        background: #ebebeb
    }
    .tb-header-wrap .tb-header-menu .tb-menu-list .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-title h3 {
        color: #000;
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 400
    }
    .tb-header-wrap .tb-header-menu .tb-menu-list .widget_zo-recent-posts-widget-with-thumbnails .tb-recent-detail .tb-post-date i {
        margin-right: 10px
    }
    .tb-header-wrap .tb-header-menu .tb-logo {
        padding-left: 17px!important
    }
    .tb-header-wrap .tb-header-menu .widget_mini_sal {
        padding-right: 0;
        text-align: left
    }
}
@media (max-width: 1440px) {
    .tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-footer-content .tb-title:after,
    .tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-footer-content .tb-title:before {
        left: 0
    }
    .main-content .video-carousel .owl-controls .owl-nav .owl-prev {
        left: -6px
    }
    .main-content .video-carousel .owl-controls .owl-nav .owl-next {
        right: -6px
    }
    .menu-bottom-v3 .menu li {
        margin-left: 12px
    }
    .main-content .custom-search-v3 {
        margin-top: 0!important
    }
    .tb-woo-banner .hgroup {
        padding: 40px 0 0
    }
}
@media (max-width: 1640px) and (min-width: 1200px) {
    .custom-grib .tb-product-item-inner .tb-content .car-vehicles li {
        margin: 0 3px!important
    }
    .custom-grib .tb-product-item-inner .tb-content .car-vehicles li:before {
        display: none
    }
    .custom-grib .tb-product-item-inner .tb-content .car-vehicles li p {
        font-size: 10px
    }
}
@media (max-width: 1640px) {
    .tb-header-wrap.tb-header-v7 .tb-header-top .tb-sidebar-right {
        padding-right: 30px
    }
    .tb-header-wrap.tb-header-v7 .tb-header-top .tb-sidebar-left {
        padding-left: 30px
    }
    .tb-service-wrap .tb-service.tpl3 .inner-service {
        padding: 50px 0 0
    }
    .tb-service-wrap .tb-service.tpl3 span {
        display: block
    }
    .tb-service-wrap .tb-service.tpl3 .inner-service .tb-title-icon .tb-icon {
        margin: 0 auto 10px
    }
    .tb-service-wrap .tb-service.tpl3 .inner-service .tb-title-icon .tb-title {
        text-align: center;
        margin-left: 0
    }
    .tb-service-wrap .tb-service.tpl3 .inner-service .tb-content {
        padding: 0 5px;
        transform: translateY(0);
        text-align: center
    }
}
@media (max-width: 1800px) and (min-width: 992px) {
    .tb-header-wrap.tb-header-v4 .tb-header-menu-db {
        padding: 0 30px
    }
}
@media (max-width: 1800px) {
    .body-padding {
        padding: 0
    }
}
.center-ct,
.flexslider,
.multiple-items {
    display: none
}
.archive-products .search-filter-container form ul .field-range-price h4,
.woocommerce-MyAccount-navigation ul li a {
    display: block
}
.tab-container .tb-post-item {
    position: relative
}
.tab-container .active .tb-post-item:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    left: 0;
    top: 0;
    content: "";
    transition: .4s all;
    -webkit-transition: .4s all
}
.tab-container .active .tb-post-item:hover:after {
    opacity: .4
}
@media(min-width:1200px) and (max-width:1440px) {
    .tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-content-car .car-vehicles:after, .tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-content-car .car-vehicles:before {
        left: 0
    }
    .col-lg-offset-27.col-lg-93 .search-filter-container form ul li>input,
    .search-filter-container form ul li>select {
        width: 148px
    }
    .col-lg-offset-27.col-lg-93 .tb-counter .tb-content {
        font-size: 11px
    }
    .tb-center-carousel .tb-product-item-inner .tb-content.content-bottom .tb-footer-content .tb-title {
        font-size: 18px
    }
    .search-box-container {
        top: 350px
    }
    .tb-center-carousel .tb-product-item-inner .tb-content .car-vehicles li {
        margin: 0 10px
    }
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0
}
.woocommerce-MyAccount-navigation ul li {
    line-height: 45px;
    border-bottom: 1px solid #ebebeb
}
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #2a2a2a;
    transform: translateX(5px);
    -webkit-transform: translateX(5px)
}
.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0
}
.woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 10px
}
.hephaistos.tparrows.tp-leftarrow:before {
    content: "\e824"!important
}
.hephaistos.tparrows.tp-rightarrow:before {
    content: "\e825"!important
}
.hephaistos.tparrows {
    transition: .4s all;
    -webkit-transition: .4s all
}
.custom-search-v3 .search-filter-container form ul li>input,
.custom-search-v3 .search-filter-container form ul li>select {
    border-radius: 5px
}
.tb-header-v4 .widget_mini_sal .item-hd1 .widget_searchform a,
.tb-header-v4 .widget_mini_sal .item-hd2 button a {
    border-color: #cfcfcf
}
.jws_theme_footer.tb-footer-v3 .footer-bottom .jws_theme_footer_bottom_left .widget p {
    color: #ccc!important
}
.jws_theme_footer.tb-footer-v3 .jws_theme_footer_bottom_right .menu-footer ul li a {
    color: #ccc
}
body .location-car .custom-location .search_box .search_item .slp_ui_button {
    background: #111!important;
    border-color: #111!important
}
.search-filter-container form ul .button input[type=reset] {
    border: none;
    position: absolute;
    top: -40px;
    right: 0;
    text-align: center;
    background: 0 0;
    background-color: transparent!important;
    color: #999;
    font-size: 10px;
    font-weight: 400;
    text-decoration: underline;
    outline: 0
}
.search-filter-container form ul .button input[type=reset]:hover {
    color: #111
}
.archive-products .search-filter-container form ul .button input[type=reset] {
    bottom: 6px;
    top: initial;
    text-align: right
}
.woocommerce span.onsale {
    display: none
}
.tb-header-v7 .tb-sidebar-left p {
    margin-bottom: 0px;
}
.vc_carousel-control {
    display:none !important;
}
.vc_carousel-inner img {
    margin: 0 auto;
}
.vc_carousel-inner .owl-controls .owl-nav div {
    width:30px;
    height: 30px;
    background-color: #999c9d;
    color:#ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    line-height: 30px;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    position: absolute;
    top: 38%;
}
.vc_carousel-inner .owl-controls .owl-nav div.owl-next {
    right:0;
}
.custom-search-v4 .search-filter-container form ul li.button h4 {
    text-align: right;
}
.vg-contact-form .form-group  input.wpcf7-not-valid {
      margin-bottom: 9px !important;  
}
.wpb_content_element {
    margin-bottom: 0px !important;
}
.tb-header-wrap .multicolumn   .tb-recent-thumb img {
    width: 100%;
}
.slider-home1 .tp-thumbs-inner-wrapper {
    margin: 0 auto;
}
#slider-prev, #slider-next {
     border: 0 !important;   
}