body {
    overflow-x: hidden;
}
p{
    margin-bottom: 32px;
}
.logo-text {
    font-size: 36px;
    font-weight: 900;
    line-height: 26px;
    margin: 0;
    color: #181818;
}

.logo-text:after {
    content: '.';
    color: #ed1c24;
}

.social-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-slider li {
    display: inline-block;
    padding: 0 18px !important;
}

.social-slider li a {
    color: #181818;
}

.social-slider li a:hover {
    color: #ed1c24 !important;
}

.bt-title-bar-wrap .breadcrumb {
    margin: 0;
    background: unset;
}

.bt-title-bar-wrap .breadcrumb h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    color: #181818;
}

.bt-title-bar-wrap .bt-title-bar {
    padding: 34px 0px;
}

.bt-title-bar-wrap .bt-title-bar a,
.bt-title-bar-wrap .bt-title-bar span {
    font-size: 14px;
    text-transform: uppercase;
}

.bt-title-bar-wrap.title-bar-1 {
    margin-bottom: 30px;
}

.wpb-js-composer {
    /*process */
    /*button */
}

.wpb-js-composer .vc_progress_bar {
    max-width: 374px;
}

.wpb-js-composer .vc_progress_bar .vc_single_bar {
    height: 10px;
    margin-top: 60px;
    width: 100%;
    margin-bottom: 0;
    background-color: #e8dec6;
    border-radius: 30px;
}

.wpb-js-composer .vc_progress_bar .vc_single_bar .vc_bar {
    bottom: 0;
    height: 10px;
    background-color: #ed1c24;
    border-radius: 30px;
}

.wpb-js-composer .vc_progress_bar .vc_single_bar .vc_label_units {
    float: right;
}

.wpb-js-composer .vc_progress_bar .vc_single_bar .vc_label {
    position: absolute;
    top: -32px;
    padding: 0;
    left: 0;
    right: 0;
    font-size: 13px;
    color: #4a4a4a;
}

.wpb-js-composer .vc_btn3-container.btn-more {
    margin: 0;
}

.wpb-js-composer .vc_btn3-container.btn-more .vc_btn3 {
    border-radius: 0;
    background: #181818;
    color: #fff;
    padding: 0px;
    width: 200px;
    height: 60px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    text-transform: lowercase;
    font-style: italic;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.wpb-js-composer .vc_btn3-container.btn-more .vc_btn3:hover {
    background: #ed1c24;
    color: #fff;
}

.jws-logo .item-logo {
    height: 119px;
}

.jws-logo .item-logo img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    opacity: 0.6;
}

.jws-logo .item-logo:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.jws-logo.logo-carousel {
    padding-top: 67px;
    padding-bottom: 80px;
}

.jws-logo.logo-carousel .item-logo img {
    width: auto;
    display: block;
    margin: auto;
}

.jws-logo.logo-carousel .owl-carousel .owl-controls .owl-nav .owl-prev,
.jws-logo.logo-carousel .owl-carousel .owl-controls .owl-nav .owl-next {
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 14px;
}

.jws-logo.logo-carousel .owl-carousel .owl-controls .owl-dots {
    bottom: 10px;
}

.jws-logo.logo-carousel .owl-carousel .owl-controls .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
}

.video-popup {
    position: relative;
}

.video-popup.layout2 {
    max-width: 450px;
    display: inline-block;
    max-height: 450px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.video-popup.layout2 .video-button {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-popup .video-button {
    position: absolute;
    top: 0;
    height: 120px;
    width: 120px;
    background: #fff !important;
    z-index: 2;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 50%;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    line-height: 120px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.video-popup .video-button span {
    background: url(assets/images/btn-play.png) no-repeat;
    width: 30px;
    height: 49px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.video-popup .video-button:hover {
    box-shadow: 0px 0px 46px -14px #000;
}

@media (max-width: 767px) {
    .video-popup .video-button {
        width: 70px;
        height: 70px;
    }

    .video-popup .video-button span {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        background-position-x: center;
        height: 30px;
    }
}

.portfolio-wrapper .portfolio .item.no-padding {
    margin-bottom: 0;
}

.portfolio-wrapper .pagination .page-numbers {
    width: 40px;
    height: 40px;
    background: #fafafa;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin-right: 5px;
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .pagination .page-numbers.current,
.portfolio-wrapper .pagination .page-numbers:hover {
    background: #181818;
    color: #fff;
}

@media (max-width: 991px) {
    .portfolio-wrapper .portfolio.layout-isotop.row {
        margin-left: 0;
        margin-right: 0;
    }
}

.portfolio-wrapper.carousel_default .portfolio .item {
    margin: 0;
}

.portfolio-wrapper.layout-carousel_two .portfolio .item {
    margin-bottom: 0;
}

.portfolio-wrapper.layout-carousel_two .portfolio .item .item-port img {
    transform: scale(1) !important;
}

.portfolio-wrapper.layout-carousel_two .portfolio .item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 370px;
}

.portfolio-wrapper.layout-carousel_two .portfolio .item .content .skill {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 45px;
}

.portfolio-wrapper.layout-carousel_two .portfolio .item .content .title {
    font-size: 120px;
    line-height: 120px;
    font-weight: 900;
    margin-bottom: 14px;
    letter-spacing: 0;
    margin-top: -8px;
}

.portfolio-wrapper.layout-carousel_two .portfolio .item .content .title a {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper.layout-carousel_two .portfolio .item .content .title a:hover {
    color: #ed1c24;
}

.portfolio-wrapper.layout-carousel_two .portfolio .owl-item.active .item .item-port .content {
    left: 0;
    opacity: 1;
}

.portfolio-wrapper.layout-carousel_two .owl-carousel .owl-controls .owl-dots {
    bottom: 16px;
    right: 370px;
    text-align: right;
}

.portfolio-wrapper.layout-carousel_two .owl-carousel .owl-controls .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #fff;
}

.portfolio-wrapper.layout-carousel_two .owl-carousel .owl-controls .owl-dots .owl-dot.active {
    background: #fff;
}

@media (min-width: 1200px) and (max-width: 1660px) {
    .portfolio-wrapper.layout-carousel_two .portfolio .item .content {
        padding-left: 100px;
        padding-right: 100px;
    }

    .portfolio-wrapper.layout-carousel_two .portfolio .item .content .title {
        font-size: 60px;
        line-height: 60px;
    }

    .portfolio-wrapper.layout-carousel_two .owl-carousel .owl-controls .owl-dots {
        right: 100px;
    }
}

@media (max-width: 1199px) {
    .portfolio-wrapper.layout-carousel_two .portfolio .item .content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .portfolio-wrapper.layout-carousel_two .portfolio .item .content .title {
        font-size: 30px;
        line-height: 36px;
    }

    .portfolio-wrapper.layout-carousel_two .owl-controls {
        display: none;
    }
}

.portfolio-wrapper.layout-carousel_one .portfolio .item {
    margin: 0;
}

.portfolio-wrapper.layout-carousel_one .item-port .thumb img {
    transform: unset !important;
}

.portfolio-wrapper.layout-carousel_one .item-port .content {
    position: absolute;
    bottom: 60px;
    left: 190px;
    right: 190px;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .title {
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0;
    color: #181818;
    padding-right: 166px;
    margin: 30px 0 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .title:hover {
    color: #ed1c24;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box {
    display: inline-block;
    float: none;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box>div {
    display: inline-block;
    margin: 0px -2px;
    padding-left: 48px;
    position: relative;
    padding-right: 110px;
    vertical-align: text-top;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box>div:last-child {
    padding-right: 0;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box>div:before {
    font-family: "Ionicons";
    font-size: 36px;
    line-height: 26px;
    color: #181818;
    position: absolute;
    left: 0;
    top: 8px;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box>div.tags a {
    display: inline-block;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box>div a,
.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box>div span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 23px;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box>div span:nth-child(1) {
    display: block;
    text-transform: uppercase;
    color: #181818;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    vertical-align: middle;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box .date:before {
    content: "\f402";
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box .cats:before {
    content: "\f434";
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box .tags:before {
    content: "\f48c";
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box .share:before {
    content: "\f498";
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box .share ul {
    margin: 0;
    padding: 0;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box .share ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box .share ul li:last-child {
    margin-right: 0;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box .share ul li a {
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box .share ul li:hover a {
    color: #ed1c24;
}

@media (max-width: 1660px) {
    .portfolio-wrapper.layout-carousel_one .item-port .content {
        left: 30px;
        right: 30px;
    }

    .portfolio-wrapper.layout-carousel_one .item-port .content .title {
        display: block;
        padding-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box>div {
        width: 50%;
        margin-bottom: 15px;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .portfolio-wrapper.layout-carousel_one .item-port .content .port-info-box {
        display: none;
    }

    .portfolio-wrapper.layout-carousel_one .item-port .content .title {
        padding-bottom: 0;
        padding-right: 0;
    }
}

.portfolio-wrapper.layout-carousel_three .left {
    display: inline-block;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    position: relative;
}

.portfolio-wrapper.layout-carousel_three .left .content {
    padding: 212px 15px 212px 165px;
}

.portfolio-wrapper.layout-carousel_three .left .content .number-item {
    font-style: initial;
    font-weight: 400;
    font-size: 48px;
    color: #d6d6d6;
    padding-bottom: 20px;
    display: inline-block;
    transform: scale(1, 1.5);
}

.portfolio-wrapper.layout-carousel_three .left .content .title {
    margin-bottom: 88px;
}

.portfolio-wrapper.layout-carousel_three .left .content .btn.btn-seemore {
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    letter-spacing: 0;
    text-transform: capitalize;
    position: relative;
    padding: 10px 16px;
    box-shadow: none;
    outline: none;
    background: none;
    border-radius: 0;
}

.portfolio-wrapper.layout-carousel_three .left .content .btn.btn-seemore:before {
    content: '';
    height: 30px;
    width: 30px;
    background: #ed1c24;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper.layout-carousel_three .left .content .btn.btn-seemore:hover:before {
    width: 100%;
    border-radius: 30px;
}

.portfolio-wrapper.layout-carousel_three .left .content .btn.btn-seemore span {
    position: relative;
}

.portfolio-wrapper.layout-carousel_three .left .title a {
    color: #181818;
    font-size: 48px;
    line-height: 60px;
    font-weight: 900;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    display: block;
}

.portfolio-wrapper.layout-carousel_three .left .title a:after {
    content: '.';
    color: #ed1c24;
}

.portfolio-wrapper.layout-carousel_three .left .title a:hover {
    color: #ed1c24;
}

.portfolio-wrapper.layout-carousel_three .left .tt-1 {
    -webkit-clip-path: inset(0 0 50% 0);
    clip-path: inset(0 0 50% 0);
    margin-bottom: -60px;
    transform: translateX(-40%);
}

.portfolio-wrapper.layout-carousel_three .left .tt-2 {
    -webkit-clip-path: inset(50% 0 0 0);
    clip-path: inset(50% 0 0 0);
    transform: translateX(40%);
}

.portfolio-wrapper.layout-carousel_three .owl-item.active .item {
    margin: 0;
}

.portfolio-wrapper.layout-carousel_three .owl-item.active .tt-1,
.portfolio-wrapper.layout-carousel_three .owl-item.active .tt-2 {
    transform: translateX(0);
}

.portfolio-wrapper.layout-carousel_three .owl-item.active .thumb.center {
    left: 19.8%;
}

.portfolio-wrapper.layout-carousel_three .thumb.center {
    width: 50%;
    display: inline-block;
    position: absolute !important;
    top: 0;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;
}

@media (min-width: 992px) {

    .portfolio-wrapper.layout-masonry5 .portfolio .grid-sizer,
    .portfolio-wrapper.layout-masonry5 .portfolio .default-width {
        width: 20% !important;
    }

    .portfolio-wrapper.layout-masonry5 .portfolio .full-width-item {
        width: 40%;
    }
}

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

    .portfolio-wrapper.layout-masonry5 .portfolio .grid-sizer,
    .portfolio-wrapper.layout-masonry5 .portfolio .default-width,
    .portfolio-wrapper.layout-masonry5 .portfolio .full-width-item {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .portfolio-wrapper.layout-masonry5 .portfolio .item {
        width: 100%;
    }
}

.portfolio-wrapper.layout-masonry5 .portfolio .item .content.effect-5 {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.portfolio-wrapper.layout-masonry5 .portfolio .item .content.effect-5 .info {
    left: 50px;
    right: 50px;
    background: #fff;
    position: absolute;
    padding: 24px 45px 26px 45px;
    top: 50%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    opacity: 0;
}

.portfolio-wrapper.layout-masonry5 .portfolio .item .content.effect-5:hover .info {
    top: 30px;
    opacity: 1;
}

.portfolio-wrapper.layout-masonry5 .portfolio .item .content.effect-5 .title a {
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    text-transform: capitalize;
}

.portfolio-wrapper.layout-masonry5 .portfolio .item .content.effect-5 .title a:after {
    content: '.';
    color: #ed1c24;
    font-weight: 800;
}

.portfolio-wrapper.layout-masonry5 .portfolio .item .content.effect-5 .title a:hover {
    color: #ed1c24;
}

.portfolio-wrapper.layout-masonry5 .portfolio .item .content.effect-5 .title {
    line-height: 24px;
    margin-bottom: 2px;
    margin-top: 0;
}

.portfolio-wrapper.layout-masonry5 .portfolio .item .content.effect-5 .skill {
    font-size: 13px;
    text-transform: uppercase;
}

.portfolio-wrapper.padding-portfolio {
    padding-left: 15px;
    padding-right: 15px;
}

.portfolio-wrapper .controls-filter {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 62px;
}

.portfolio-wrapper .controls-filter li {
    display: inline-block;
    padding: 0 13px;
    text-transform: uppercase;
}

.portfolio-wrapper .controls-filter li:first-child {
    padding-left: 0;
}

.portfolio-wrapper .controls-filter li:last-child {
    padding-right: 0;
}

.portfolio-wrapper .controls-filter li a {
    padding: 0 3px;
    color: #4a4a4a;
    font-weight: 500;
    font-size: 14px;
}

.portfolio-wrapper .controls-filter li.active a {
    border-bottom: 1px solid #4a4a4a;
    color: #181818;
}

@media (max-width: 1199px) {

    .portfolio-wrapper .controls-filter.text-right,
    .portfolio-wrapper .controls-filter.text-left {
        text-align: center;
    }
}

.portfolio-wrapper .portfolio .grid-sizer.col-6 {
    width: 50%;
}

.portfolio-wrapper .portfolio .grid-sizer.col-1 {
    width: 100%;
}

.portfolio-wrapper .portfolio .grid-sizer.col-3 {
    width: 25%;
}

.portfolio-wrapper .portfolio .grid-sizer.col-4 {
    width: 33.3333%;
}

.portfolio-wrapper .portfolio .grid-sizer.col-20 {
    width: 20%;
}

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

    .portfolio-wrapper .portfolio .grid-sizer.col-4,
    .portfolio-wrapper .portfolio .grid-sizer.col-20,
    .portfolio-wrapper .portfolio .grid-sizer.col-3 {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .portfolio-wrapper .portfolio .grid-sizer.col-20,
    .portfolio-wrapper .portfolio .item.col-md-3 {
        width: 25%;
    }
}

.portfolio-wrapper .portfolio .item {
    margin-bottom: 30px;
}

.portfolio-wrapper .portfolio .item.eff6 {
    margin-bottom: 40px;
}

.portfolio-wrapper .portfolio .item.eff6 .item-port {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item.eff6:hover .item-port {
    padding: 20px 20px 15px;
    background-color: #fff;
    /* layer fill content */
    -moz-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
    /* drop shadow */
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
    /* drop shadow */
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
    /* drop shadow */
}

.portfolio-wrapper .portfolio .item.eff6 .effect-6 .title a {
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item.eff6 .effect-6 .title a:hover {
    color: #ed1c24;
}

.portfolio-wrapper .portfolio .item.eff6 .effect-6 .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 2px;
    margin-top: 40px;
    font-weight: 900;
    text-transform: capitalize;
}

.portfolio-wrapper .portfolio .item.eff6 .effect-6 .skill {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
}

.portfolio-wrapper .portfolio .item.ef5 .effect-5 {
    padding-left: 20px;
    padding-right: 20px;
}

.portfolio-wrapper .portfolio .item.ef5:hover .item-port {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item.ef5:hover .item-port .thumb img {
    padding-left: 20px;
    padding-right: 20px;
    -moz-transform: unset;
    -webkit-transform: unset;
    -o-transform: unset;
}

.portfolio-wrapper .portfolio .item.item-crazy {
    margin-bottom: 124px;
}

@media (min-width: 1200px) {

    .portfolio-wrapper .portfolio .item.item-crazy:nth-of-type(2),
    .portfolio-wrapper .portfolio .item.item-crazy:nth-of-type(4) {
        margin-top: 124px;
    }

    .portfolio-wrapper .portfolio .item.item-crazy .item-port {
        margin-right: 35px;
        margin-left: 35px;
    }
}

.portfolio-wrapper .portfolio .item.grid-sizer {
    margin: 0;
}

.portfolio-wrapper .portfolio .item .thumb {
    position: relative;
    overflow: hidden;
}

.portfolio-wrapper .portfolio .item .thumb img {
    width: 100%;
}

.portfolio-wrapper .portfolio .item .thumb:hover .hover-effect {
    opacity: 1;
}

.portfolio-wrapper .portfolio .item .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item .hover-effect span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #ed1c24;
}

.portfolio-wrapper .portfolio .item .content.effect-7 {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.65);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item .content.effect-7 .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.portfolio-wrapper .portfolio .item .content.effect-7 .title a {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item .content.effect-7 .title a:hover {
    color: #ed1c24;
}

.portfolio-wrapper .portfolio .item .content.effect-7 .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 2px;
    margin-top: 14px;
    font-weight: 900;
    text-transform: capitalize;
}

.portfolio-wrapper .portfolio .item .content.effect-7 .skill {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
}

.portfolio-wrapper .portfolio .item .content.effect-5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 35px;
}

.portfolio-wrapper .portfolio .item .content.effect-5 .title a {
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item .content.effect-5 .title a:hover {
    color: #ed1c24;
}

.portfolio-wrapper .portfolio .item .content.effect-5 .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 2px;
    margin-top: 14px;
    font-weight: 900;
    text-transform: capitalize;
}

.portfolio-wrapper .portfolio .item .content.effect-5 .skill {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
}

.portfolio-wrapper .portfolio .item .content.effect-4 {
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    transition-delay: .1s;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item .content.effect-4:before {
    content: '';
    left: 0;
    top: 30px;
    right: 30px;
    bottom: 30px;
    background: #ed1c24;
    position: absolute;
}

.portfolio-wrapper .portfolio .item .content.effect-4 .info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 30px;
}

.portfolio-wrapper .portfolio .item .content.effect-4 .title a {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item .content.effect-4 .title a:hover {
    color: #181818;
}

.portfolio-wrapper .portfolio .item .content.effect-4 .title {
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 22px;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
    text-transform: capitalize;
}

.portfolio-wrapper .portfolio .item .content.effect-4 .skill {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

.portfolio-wrapper .portfolio .item .content.effect-3 {
    padding-bottom: 13px;
    transition-delay: .1s;
    padding-left: 20px;
}

.portfolio-wrapper .portfolio .item .content.effect-3 .title a {
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item .content.effect-3 .title a:hover {
    color: #ed1c24;
}

.portfolio-wrapper .portfolio .item .content.effect-3 .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 2px;
    margin-top: 14px;
    font-weight: 900;
    text-transform: capitalize;
}

.portfolio-wrapper .portfolio .item .content.effect-3 .skill {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
}

.portfolio-wrapper .portfolio .item .content.effect-2 {
    width: 100%;
    position: absolute;
    bottom: -155px;
    background-color: #fff;
    left: 0;
    text-align: left;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition-delay: .1s;
    padding-left: 30px;
    padding-bottom: 14px;
}

.portfolio-wrapper .portfolio .item .content.effect-2 .title a {
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item .content.effect-2 .title a:hover {
    color: #ed1c24;
}

.portfolio-wrapper .portfolio .item .content.effect-2 .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 2px;
    margin-top: 14px;
    font-weight: 900;
    text-transform: capitalize;
}

.portfolio-wrapper .portfolio .item .content.effect-2 .skill {
    font-size: 14px;
    text-transform: lowercase;
    line-height: 30px;
}

.portfolio-wrapper .portfolio .item .content.effect-1 {
    width: 100%;
    position: absolute;
    bottom: -100%;
    background: #ed1c24;
    left: 0;
    text-align: left;
    opacity: 0;
    transition-delay: .1s;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item .content.effect-1 .info {
    padding-left: 30px;
    padding-bottom: 18px;
}

.portfolio-wrapper .portfolio .item .content.effect-1 .title a {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item .content.effect-1 .title a:hover {
    color: #181818;
}

.portfolio-wrapper .portfolio .item .content.effect-1 .title {
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 14px;
    font-size: 22px;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
    text-transform: capitalize;
}

.portfolio-wrapper .portfolio .item .content.effect-1 .skill {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

.portfolio-wrapper .portfolio .item .item-port {
    position: relative;
    overflow: hidden;
}

.portfolio-wrapper .portfolio .item .item-port img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio .item .item-port:hover .content.effect-2 {
    bottom: 0;
}

.portfolio-wrapper .portfolio .item .item-port:hover .content.effect-1 {
    opacity: 1;
    bottom: 0;
}

.portfolio-wrapper .portfolio .item .item-port:hover .content.effect-4,
.portfolio-wrapper .portfolio .item .item-port:hover .content.effect-7 {
    opacity: 1;
    left: 0;
}

.portfolio-wrapper .portfolio.showcase .owl-dots {
    display: none !important;
}

.portfolio-wrapper .portfolio.showcase .showcase-item .content {
    position: absolute;
    padding: 44px 30px;
    bottom: 00;
    text-align: center;
    left: 1%;
    right: 1%;
}

.portfolio-wrapper .portfolio.showcase .showcase-item .count {
    font-size: 48px;
    line-height: 43px;
    font-weight: 300;
    color: #181818;
}

.portfolio-wrapper .portfolio.showcase .showcase-item .left {
    padding-right: 60px;
    margin-right: 15px;
}

.portfolio-wrapper .portfolio.showcase .showcase-item .left:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #181818;
    position: absolute;
    top: 50%;
    right: 0;
}

.portfolio-wrapper .portfolio.showcase .showcase-item .left,
.portfolio-wrapper .portfolio.showcase .showcase-item .right {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.portfolio-wrapper .portfolio.showcase .showcase-item .title {
    font-size: 48px;
    font-weight: 900;
    line-height: 36px;
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .portfolio.showcase .showcase-item .title:hover {
    color: #ed1c24;
}

.portfolio-wrapper .portfolio.showcase .showcase-item .skill {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 30px;
}

.portfolio-wrapper .portfolio.showcase .portfolio-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.portfolio-wrapper .portfolio.showcase .portfolio-wrapper .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #ed1c24;
}

.portfolio-wrapper .owl-carousel.portfolio .item {
    margin: 0;
}

.portfolio-wrapper .owl-carousel .owl-controls .owl-dots {
    bottom: 10px;
}

.portfolio-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev,
.portfolio-wrapper .owl-carousel .owl-controls .owl-nav .owl-next {
    font-size: 60px;
    background: transparent;
    height: auto;
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.portfolio-wrapper .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #ed1c24;
}

.portfolio-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 15px;
}

.portfolio-wrapper .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 15px;
}

.portfolio-wrapper .owl-nav {
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    -ms-transition: .8s;
}

.portfolio-wrapper:hover .owl-nav {
    opacity: 1;
}

.portfolio-page-single {
    padding-top: 60px;
}

.portfolio-page-single .pagination-post {
    padding-top: 90px;
    padding-bottom: 90px;
}

.portfolio-page-single .pagination-post .col {
    width: 33.3333%;
    float: left;
    display: inline-block;
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-page-single .pagination-post .col .title {
    display: none;
}

.portfolio-page-single .pagination-post .col:hover {
    color: #ed1c24;
}

.portfolio-page-single .pagination-post .col i {
    font-size: 48px;
}

.portfolio-page-single .pagination-post .col span {
    display: none;
}

.portfolio-page-single .pagination-post .col a {
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-page-single .pagination-post .col a:hover {
    color: #ed1c24;
}

@media (max-width: 991px) {
    .portfolio-page-single .pagination-post .col {
        width: 100%;
    }

    .portfolio-page-single .pagination-post .icon-nav {
        display: none;
        text-align: center !important;
    }
}

.portfolio-page-single .pagination-post .prev-btn {
    text-align: left;
}

.portfolio-page-single .pagination-post .next-btn {
    text-align: right;
}

.portfolio-page-single .pagination-post .icon-nav {
    text-align: center;
}

.portfolio-page-single .content-portfolio .vc_images_carousel,
.portfolio-page-single .content-portfolio .wpb_images_carousel img,
.portfolio-page-single .content-portfolio .vc_carousel-inner img {
    width: 100% !important;
    height: auto;
}

.portfolio-page-single .content-portfolio .info-portfolio .list-cat-post a {
    text-transform: capitalize;
}

.portfolio-page-single .content-portfolio .info-portfolio .list-cat-post a:after {
    content: ',';
    padding-right: 3px;
}

.portfolio-page-single .content-portfolio .info-portfolio .list-cat-post a:last-child:after {
    content: '';
}

.portfolio-page-single .content-portfolio .container {
    width: 100%;
    padding: 0;
}

.portfolio-page-single .content-portfolio .layout-2 .container,
.portfolio-page-single .content-portfolio .layout-2 .no-container,
.portfolio-page-single .content-portfolio .layout-2 .stretch_row_content_no_spaces,
.portfolio-page-single .content-portfolio .layout-2 .stretch_row_content {
    width: 100%;
}

.portfolio-page-single .content-portfolio .single-default .image-item {
    margin-bottom: 30px;
}

.portfolio-page-single .content-portfolio .single-carousel .owl-dots {
    display: none !important;
}

.portfolio-page-single .content-portfolio .single-carousel .owl-carousel .owl-controls .owl-nav .owl-prev,
.portfolio-page-single .content-portfolio .single-carousel .owl-carousel .owl-controls .owl-nav .owl-next {
    font-size: 48px;
    width: unset;
    background: unset;
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-page-single .content-portfolio .single-carousel .owl-carousel .owl-controls .owl-nav .owl-prev:after,
.portfolio-page-single .content-portfolio .single-carousel .owl-carousel .owl-controls .owl-nav .owl-next:after {
    font-size: 13px;
    text-transform: uppercase;
    font-style: italic;
    display: block;
    line-height: 18px;
}

.portfolio-page-single .content-portfolio .single-carousel .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.portfolio-page-single .content-portfolio .single-carousel .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #ed1c24;
}

.portfolio-page-single .content-portfolio .single-carousel .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 34px;
    text-align: left;
}

.portfolio-page-single .content-portfolio .single-carousel .owl-carousel .owl-controls .owl-nav .owl-prev:after {
    content: 'previous';
}

.portfolio-page-single .content-portfolio .single-carousel .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 34px;
    text-align: right;
}

.portfolio-page-single .content-portfolio .single-carousel .owl-carousel .owl-controls .owl-nav .owl-next:after {
    content: 'next';
}

.portfolio-page-single .content-portfolio .layout-1 {
    margin-bottom: 66px;
}

.portfolio-page-single .content-portfolio .layout-1 .title {
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 18px;
    text-transform: capitalize;
    line-height: 36px;
}

.portfolio-page-single .content-portfolio .layout-1 .view-love {
    display: inline-block;
    padding-top: 24px;
}

.portfolio-page-single .content-portfolio .layout-1 .view-love .love {
    margin-right: 18px;
}

.portfolio-page-single .content-portfolio .layout-1 .view-love .view i {
    font-size: 16px;
}

.portfolio-page-single .content-portfolio .layout-1 .view-love .view,
.portfolio-page-single .content-portfolio .layout-1 .view-love .nectar-love,
.portfolio-page-single .content-portfolio .layout-1 .view-love .my-post-like {
    color: #181818;
}

.portfolio-page-single .content-portfolio .layout-1 .view-love i {
    padding-right: 8px;
}

.portfolio-page-single .content-portfolio .layout-1 .info-portfolio {
    margin: 0;
    padding: 68px 0 0;
}

.portfolio-page-single .content-portfolio .layout-1 .info-portfolio li {
    list-style: none;
    font-size: 14px;
    padding-bottom: 16px;
}

.portfolio-page-single .content-portfolio .layout-1 .info-portfolio li span,
.portfolio-page-single .content-portfolio .layout-1 .info-portfolio li .list-cat-post {
    display: inline-block;
    text-transform: capitalize;
}

.portfolio-page-single .content-portfolio .layout-1 .info-portfolio li>i,
.portfolio-page-single .content-portfolio .layout-1 .info-portfolio li .date,
.portfolio-page-single .content-portfolio .layout-1 .info-portfolio li .cat,
.portfolio-page-single .content-portfolio .layout-1 .info-portfolio li .tag,
.portfolio-page-single .content-portfolio .layout-1 .info-portfolio li .share {
    font-size: 16px;
    font-weight: 500;
    color: #181818;
    display: inline-block;
    padding-right: 13px;
    text-transform: uppercase;
}

.portfolio-page-single .content-portfolio .layout-1 .info-portfolio li>i {
    padding-right: 10px;
}

.portfolio-page-single .content-portfolio .layout-1 .info-portfolio li:nth-child(3) {
    padding-bottom: 0px;
}

.portfolio-page-single .content-portfolio .layout-1 .info-portfolio .vg-share-link {
    display: inline-block;
}

.portfolio-page-single .content-portfolio .layout-1 .info-portfolio .vg-share-link ul {
    margin: 8px 0 0;
    padding: 0;
}

.portfolio-page-single .content-portfolio .layout-1 .info-portfolio .vg-share-link ul li {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 40px;
    background: white;
    margin-right: 13px;
    -moz-box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.05);
    /* drop shadow */
    -webkit-box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.05);
    /* drop shadow */
    box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.05);
    /* drop shadow */
}

.portfolio-page-single .content-portfolio .layout-1 .info-portfolio .vg-share-link ul li:last-child {
    margin-right: 0;
}

.portfolio-page-single .content-portfolio .layout-1 .info-portfolio .vg-share-link ul li a {
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-page-single .content-portfolio .layout-1 .info-portfolio .vg-share-link ul li:hover a {
    color: #ed1c24;
}

.portfolio-page-single .content-portfolio .layout-2 .right .title {
    font-size: 36px;
    font-weight: 900;
    padding-top: 6px;
    padding-bottom: 18px;
    text-transform: capitalize;
    line-height: 36px;
    letter-spacing: 0;
    color: #181818;
}

.portfolio-page-single .content-portfolio .layout-2 .right .view-love {
    display: block;
    padding-top: 35px;
}

.portfolio-page-single .content-portfolio .layout-2 .right .view-love .love {
    margin-right: 18px;
}

.portfolio-page-single .content-portfolio .layout-2 .right .view-love .view i {
    font-size: 16px;
}

.portfolio-page-single .content-portfolio .layout-2 .right .view-love .view,
.portfolio-page-single .content-portfolio .layout-2 .right .view-love .nectar-love,
.portfolio-page-single .content-portfolio .layout-2 .right .view-love .my-post-like {
    color: #181818;
}

.portfolio-page-single .content-portfolio .layout-2 .right .view-love i {
    padding-right: 5px;
}

.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio {
    margin: 0;
    padding: 36px 0 0;
}

.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio .list-cat-post {
    display: inline-block;
}

.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio li {
    list-style: none;
    font-size: 14px;
    padding-bottom: 16px;
}

.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio li span {
    text-transform: capitalize;
    display: inline-block;
}

.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio li>i,
.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio li .date,
.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio li .cat,
.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio li .tag,
.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio li .share {
    font-size: 16px;
    font-weight: 500;
    color: #181818;
    display: inline-block;
    padding-right: 10px;
    text-transform: uppercase;
}

.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio li>i {
    padding-right: 10px;
}

.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio .vg-share-link ul {
    margin: 22px 0 0;
    padding: 0;
    display: inline-block;
}

.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio .vg-share-link ul li {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    line-height: 40px;
    background: white;
    margin-right: 13px;
    -moz-box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.05);
    /* drop shadow */
    -webkit-box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.05);
    /* drop shadow */
    box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.05);
    /* drop shadow */
}

.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio .vg-share-link ul li:last-child {
    margin-right: 0;
}

.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio .vg-share-link ul li a {
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.portfolio-page-single .content-portfolio .layout-2 .right .info-portfolio .vg-share-link ul li:hover a {
    color: #ed1c24;
}

.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_left {
    left: 30px;
    text-align: left;
}

.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_right {
    right: 30px;
    text-align: right;
}

.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_left,
.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_right {
    width: unset !important;
    opacity: 1;
    text-shadow: none;
    margin: 0;
    transform: translateY(-50%);
}

.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_left:hover,
.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_right:hover {
    text-shadow: none !important;
}

.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_left span,
.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_right span {
    position: unset;
    width: unset !important;
    height: unset !important;
    font-size: 48px;
    background: unset;
    margin: 0;
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    font-family: inherit;
}

.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_left span:hover,
.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_right span:hover {
    color: #ed1c24;
}

.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_left span:before,
.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_right span:before {
    top: unset;
}

.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_left span:after,
.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control.vc_right span:after {
    font-size: 13px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    padding-top: 6px;
}

.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control .icon-prev:before {
    content: "\f3d5";
    font-family: "Ionicons";
}

.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control .icon-prev:after {
    content: 'previous';
    display: block;
}

.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control .icon-next:before {
    content: "\f3d6";
    font-family: "Ionicons";
}

.portfolio-page-single .content-portfolio .wpb_images_carousel .vc_carousel-control .icon-next:after {
    content: 'next';
    display: block;
}

.portfolio-page-single .content-portfolio .wpb_gallery .wpb_wrapper {
    margin-right: -15px;
    margin-left: -15px;
}

.portfolio-page-single .content-portfolio .wpb_gallery .wpb_wrapper .isotope-item {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 0 30px 0;
}

.portfolio-page-single .content-portfolio .wpb_gallery .wpb_wrapper .isotope-item:last-child {
    margin-bottom: 0px;
}

.portfolio-page-single .content-portfolio .vc_grid-container-wrapper .vc_grid-item {
    margin-bottom: 30px;
}

.portfolio-page-single .content-portfolio .vc_grid-container-wrapper .vc_grid-item:last-child {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .portfolio-page-single .pagination-post .col {
        text-align: center !important;
    }
}

.counter .number {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #181818;
    font-style: inherit;
}

.counter p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #181818;
    text-transform: capitalize;
}

.progress-orien {
    margin-bottom: 62px;
}

.progress-orien .title {
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 26px;
    color: #181818;
}

.progress-orien .description {
    font-size: 14px;
    line-height: 24px;
}

.progress-orien .progress-bar1 {
    position: relative;
    height: 150px;
    width: 150px;
    margin: 0 auto 32px;
}

.progress-orien .progress-bar1 div {
    position: absolute;
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.progress-orien .progress-bar1 div span {
    position: absolute;
    font-size: 25px;
    line-height: 140px;
    height: 140px;
    width: 140px;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 36px;
    font-style: initial;
    font-weight: 700;
}

.progress-orien .progress-bar1 .background {
    background-color: #b3cef6;
}

.progress-orien .progress-bar1 .rotate {
    clip: rect(0 75px 150px 0);
    background-color: #4b86db;
}

.progress-orien .progress-bar1 .left {
    clip: rect(0 75px 150px 0);
    opacity: 1;
    background-color: #b3cef6;
}

.progress-orien .progress-bar1 .right {
    clip: rect(0 75px 150px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #4b86db;
}

@keyframes toggle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bg_delay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.custom-menu .widget_nav_menu .menu {
    padding-left: 34px;
}

.custom-menu .widget_nav_menu .menu li {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.custom-menu .widget_nav_menu .menu li:before {
    content: '';
    height: 119px;
    width: 119px;
    background: #ed1c24;
    position: absolute;
    border-radius: 50%;
    left: -48px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.custom-menu .widget_nav_menu .menu li:hover:before {
    opacity: 1;
    left: -40px;
}

.custom-menu .widget_nav_menu .menu li a {
    color: #181818;
    font-size: 60px;
    font-weight: 800;
    line-height: 68px;
    position: relative;
}

.socical {
    margin: 0;
    padding: 0;
}

.socical li {
    display: inline-block;
    padding-right: 30px;
}

.socical li:last-child {
    padding-right: 0;
}

.socical li span,
.socical li i {
    font-size: 18px;
    cursor: pointer;
}

.socical li:hover {
    color: #ed1c24;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    color: #fff;
    background: #ed1c24;
    text-align: center;
    font-size: 24px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-controls .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ed1c24;
    display: inline-block;
    margin: 0 7px;
    border-radius: 50%;
}

.owl-carousel .owl-controls .owl-dots .owl-dot.active {
    background: #ed1c24;
}

#back-to-top {
    height: 40px;
    width: 40px;
    background: #ed1c24;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: fixed;
    right: 15px;
    bottom: -100px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

#back-to-top.show {
    bottom: 100px;
}

.btn-button {
    border: none;
    background: transparent;
    height: 40px;
    width: 120px;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #ccc;
    outline: none;
    line-height: 40px;
}

.cleafix:before,
.cleafix:after {
    content: '';
    display: table;
    clear: both;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

a:hover,
a:focus,
a:active {
    color: #ed1c24;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@media (min-width: 1660px) {
    .stretch_row_content {
        width: 1600px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .stretch_row_content_no_spaces {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1660px) {
    .stretch_row_content {
        width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.stretch_row_content_no_spaces,
.stretch_row_content {
    margin: auto;
}

.vc_row-no-padding,
.vc_row.wpb_row.vc_row-fluid {
    margin: 0;
}

.ppt {
    display: none !important;
}

.no-container,
.container-fluid {
    width: 100%;
    margin: auto;
    padding: 0 30px;
}

.wpb_revslider_element.wpb_content_element {
    margin: 0 !important;
}

.content-full-width {
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .vc_row.wpb_row.vc_row-fluid {
        margin-right: 0;
        margin-left: 0;
    }

    .box-right-contact.wpb_column {
        padding-left: 15px;
        padding-right: 15px;
    }

    .title-pr {
        font-size: 30px !important;
        line-height: 30px !important;
    }

    .stretch_row_content_no_spaces,
    .stretch_row_content,
    .full-width {
        padding: 0 15px;
    }

    .wp-banner {
        margin-bottom: 30px;
    }

    .wp-banner .thumb .btn-banner {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: 20px;
    }

    .portfolio-wrapper .portfolio .item.item-crazy {
        margin-bottom: 30px;
    }
}

#jws-main.dark-page {
    background: #000;
    color: #fff;
}

#jws-main.dark-page a,
#jws-main.dark-page p,
#jws-main.dark-page span {
    color: #9c9c9c;
}

#jws-main.dark-page h1,
#jws-main.dark-page h2,
#jws-main.dark-page h3,
#jws-main.dark-page h4,
#jws-main.dark-page h5,
#jws-main.dark-page h6 {
    color: #fff;
}

#jws-main.dark-page h1 span,
#jws-main.dark-page h2 span,
#jws-main.dark-page h3 span,
#jws-main.dark-page h4 span,
#jws-main.dark-page h5 span,
#jws-main.dark-page h6 span {
    color: #fff;
}

#jws-main.dark-page .bt-title-bar-wrap,
#jws-main.dark-page .bt-page-title-shop {
    background: transparent;
}

#jws-main.dark-page .footer.dark-footer {
    background: #000;
}

.fancybox-container {
    z-index: 99999999999999999999 !important;
}

@keyframes pulse {
    0% {
        stroke-dashoffset: -251.33;
        transform: rotate(0deg);
        stroke: cyan;
    }

    25% {
        stroke-dashoffset: -170.9;
        transform: rotate(120deg);
        stroke: cyan;
    }

    50% {
        stroke-dashoffset: -251.33;
        transform: rotate(180deg);
        stroke: cyan;
    }

    50.001% {
        stroke: pink;
    }

    75% {
        stroke-dashoffset: -170.9;
        transform: rotate(300deg);
        stroke: pink;
    }

    100% {
        stroke-dashoffset: -251.33;
        transform: rotate(360deg);
        stroke: pink;
    }
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes hide {
    0% {
        left: -100%;
    }

    50% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

.ro-maps-info-content {
    padding: 15px 10px;
    text-align: center;
    font-size: 13px;
    color: #4a4a4a;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background: transparent !important;
}

@media (max-width: 1440px) {
    .tparrows {
        display: none !important;
    }
}

@media (max-width: 1366px) {
    .portfolio-wrapper.row.layout-carousel_one {
        margin: 0;
    }
}

.verified {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cross-sells {
    display: none;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container {
    border: 1px solid #d6d6d6;
    padding: 18px 15px 22px;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container .coupon {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    padding-bottom: 22px;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container .coupon .ro-coupon {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #181818;
    padding-bottom: 18px;
    line-height: 20px;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container .coupon .des {
    padding: 0px 0px 10px;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container .coupon .form-row {
    margin-bottom: 0;
    padding: 0;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container .coupon .input-text {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container .coupon .button {
    height: 50px;
    width: 120px;
    font-size: 16px;
    font-weight: 300;
    text-transform: lowercase;
    font-style: italic;
    padding: 0;
    margin: 0;
    color: #fff;
    background: #ed1c24;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container .coupon .button:hover {
    background: #181818;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container .form-shipping-calculator .form-row {
    padding: 0;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container .form-shipping-calculator .form-row label {
    padding-bottom: 10px;
    font-weight: 400;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container .form-shipping-calculator select,
.woocommerce .woocommerce-cart-form .tb-shipping-container .form-shipping-calculator input {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border: 1px solid #ebebeb;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container .form-shipping-calculator select:focus,
.woocommerce .woocommerce-cart-form .tb-shipping-container .form-shipping-calculator input:focus {
    border: 1px solid #ed1c24;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container .form-shipping-calculator .button {
    padding: 0;
    margin: 10px 0 0;
    height: 50px;
    width: 170px;
    line-height: 50px;
    font-size: 16px;
    text-transform: lowercase;
    background-color: #ed1c24;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    border-radius: 0;
    font-weight: 300;
    font-style: italic;
}

.woocommerce .woocommerce-cart-form .tb-shipping-container .form-shipping-calculator .button:hover {
    background-color: #181818;
    color: #fff;
}

.woocommerce #review_form #respond p {
    margin: 0 -1px 10px;
}

.woocommerce .woocommerce-MyAccount-navigation {
    padding: 0 15px;
    border: 1px solid #d6d6d6;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #d6d6d6;
    line-height: 30px;
    padding: 7px 0px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    color: #181818;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ed1c24;
}

.woocommerce .woocommerce-MyAccount-content {
    padding: 15px 15px;
    border: 1px solid #d6d6d6;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-MyAccount-content .button.view {
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 0;
    background: #ed1c24;
    font-weight: 300;
    font-size: 16px;
    text-transform: lowercase;
    font-style: italic;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.woocommerce .woocommerce-MyAccount-content .button.view:hover {
    background: #181818;
}

.woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row {
    padding: 0;
    margin: 0;
}

.woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row label {
    font-size: 14px;
    font-weight: 300;
}

.woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row input {
    height: 40px;
    padding: 0 15px;
    border: 1px solid #d6d6d6;
    margin-bottom: 15px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Button.button {
    width: 170px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    background: #ed1c24;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    border-radius: 0;
    padding: 0;
    text-transform: lowercase;
    text-align: center;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Button.button:hover {
    background: #181818;
}

.woocommerce .woocommerce-message {
    border-top-color: #ed1c24;
}

.woocommerce .woocommerce-message .button.wc-forward {
    border-radius: 0;
    background: #ed1c24;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.woocommerce .woocommerce-message .button.wc-forward:hover {
    background-color: #181818;
}

.woocommerce .woocommerce-mini-cart__empty-message {
    line-height: 50px;
    text-align: center;
    font-size: 13px;
}

.woocommerce .buttons {
    text-align: center;
}

.woocommerce .buttons .button {
    display: block;
    color: #fff !important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 275px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #ed1c24;
    display: inline-block;
    margin-bottom: 15px !important;
}

.woocommerce .buttons .button.checkout {
    margin-bottom: 30px !important;
}

.woocommerce .buttons .button:hover {
    background: #181818;
}

.woocommerce .total {
    color: #181818;
    font-size: 18px;
    font-weight: 400;
    margin: 0 40px;
    border-top: 1px solid #ebebeb !important;
    line-height: 75px;
    text-align: left;
}

.woocommerce .total strong {
    font-size: 85%;
    font-weight: 400;
}

.woocommerce .total .amount {
    float: right;
    font-weight: 500;
}

.woocommerce ul.cart_list {
    padding: 0 15px 0 15px;
    overflow-y: scroll;
    max-height: 300px;
}

.woocommerce ul.cart_list>li.empty {
    color: #2d2c40;
    font-size: 16px;
    font-weight: 400;
    border-top: 0 !important;
    text-align: center;
    padding: 25px !important;
    padding-bottom: 15px !important;
    min-height: initial;
}

.woocommerce ul.cart_list>li>a {
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    position: static;
    color: #2d2c40;
}

.woocommerce ul.cart_list>li .remove {
    position: absolute;
    top: 50% !important;
    right: 0px !important;
    left: auto !important;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 200;
    text-align: right;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    text-indent: 1px;
    color: #181818 !important;
    background: none;
}

.woocommerce ul.cart_list>li .remove:hover {
    color: #ed1c24 !important;
}

.woocommerce ul.cart_list>li .woo-quantity {
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    position: static;
    color: #ed1c24;
    display: block;
    margin-top: 0px;
}

.woocommerce ul.cart_list li {
    padding: 5px 0 5px 115px !important;
    position: relative;
    min-height: 135px;
    text-align: left;
}

.woocommerce ul.cart_list li img {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100px;
    height: 100px;
    margin: 0;
}

.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    line-height: 1;
}

.woocommerce-cart .woocommerce .cart-empty {
    text-align: center;
    padding: 15px 0;
    border: 1px solid #d6d6d6;
    margin-bottom: 15px;
}

.woocommerce-cart .woocommerce .return-to-shop {
    text-align: center;
}

.woocommerce-cart .woocommerce .return-to-shop .button.wc-backward {
    background-color: #ed1c24;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0;
    height: 50px;
    width: 200px;
    line-height: 50px;
    text-align: center;
    border: none;
    border-radius: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    margin-bottom: 30px;
}

.woocommerce-cart .woocommerce .return-to-shop .button.wc-backward:hover {
    background-color: #181818;
}

.active-scoll {
    max-height: 600px;
    overflow-y: scroll;
}

.bt_widget_mini_cart .bt-cart-header {
    width: 100%;
}

.bt_widget_mini_cart .bt-cart-header a {
    display: block;
    padding: 0 25px;
}

.bt_widget_mini_cart .bt-cart-header a:hover {
    color: #ed1c24 !important;
}

.bt_widget_mini_cart .bt-cart-header a span {
    font-weight: bold;
    font-size: 16px;
}

.bt_widget_mini_cart .bt-cart-header .cart_total {
    display: none;
}

.bt_widget_mini_cart .bt-cart-content {
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    position: absolute;
    top: 53px;
    right: -1px;
    top: 100%;
    width: 350px;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    background: #fff;
    z-index: 99999;
    transform: translatey(25px);
    -webkit-transform: translatey(25px);
}

.bt_widget_mini_cart .bt-cart-content:hover,
.bt_widget_mini_cart .bt-cart-content.active {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
}

.yith-wcqv-wrapper {
    height: auto !important;
}

body .yith-wcqv-main .content-image {
    display: inline-block;
    width: 49%;
    padding: 35px 25px 35px 25px;
    position: relative;
}

body .yith-wcqv-main .content-image img {
    width: auto !important;
    margin: 0 auto;
    display: block;
}

body .yith-wcqv-main .content-image .owl-controls .owl-dots {
    margin-top: 20px;
    text-align: center;
}

body .yith-wcqv-main .content-image .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

body .yith-wcqv-main .content-image .owl-controls .owl-dots .owl-dot span {
    background: #fff;
    border: 1px solid #ed1c24;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 30px;
}

body .yith-wcqv-main .content-image .owl-controls .owl-dots .owl-dot.active span {
    background: #ed1c24;
}

body .yith-wcqv-main .content-image .owl-controls .owl-nav div {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 26px;
    background: #ed1c24;
    color: #fff;
    border: 2px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 18px;
    opacity: 1;
    transition-delay: 0s;
    border-radius: 50%;
    text-align: center;
    transition: all .5s;
}

body .yith-wcqv-main .content-image .owl-controls .owl-nav div:hover {
    background-color: #fff;
    color: #ed1c24;
    border: 2px solid #ed1c24;
}

body .yith-wcqv-main .content-image .owl-controls .owl-nav div.owl-next {
    right: -16px;
}

body .yith-wcqv-main .content-image .owl-controls .owl-nav div.owl-prev {
    left: -16px;
}

body .yith-wcqv-main .content-image .qick-view-carousel {
    border: 1px solid #dcdcdc;
}

body .yith-wcqv-main .summary {
    background: #fff;
    width: 50% !important;
    float: none !important;
    display: inline-block;
    vertical-align: top;
    padding: 35px 15px 35px 15px !important;
}

body .yith-wcqv-main .summary .summary-content .product_title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 5px;
}

body .yith-wcqv-main .summary .summary-content .woocommerce-product-rating .star-rating {
    color: #eddb13;
}

body .yith-wcqv-main .summary .summary-content .price {
    margin-bottom: 13px;
}

body .yith-wcqv-main .summary .summary-content .price .amount {
    color: #ed1c24;
    font-size: 18px;
    font-weight: 400;
}

body .yith-wcqv-main .summary .summary-content .woocommerce-variation-price .price del,
body .yith-wcqv-main .summary .summary-content .woocommerce-variation-price .price ins {
    color: #ed1c24;
    font-size: 18px;
    font-weight: 400;
    opacity: 1;
    text-decoration: none;
}

body .yith-wcqv-main .summary .summary-content .woocommerce-variation-price .price del {
    padding-left: 10px;
}

body .yith-wcqv-main .summary .summary-content .woocommerce-variation-price .price del .amount {
    color: #9c9c9c;
    text-decoration: line-through;
}

body .yith-wcqv-main .summary .summary-content .woocommerce-variation-price .price ins {
    float: left;
}

body .yith-wcqv-main .summary .summary-content .woocommerce-product-details__short-description p {
    margin-bottom: 12px;
}

body .yith-wcqv-main .summary .summary-content .woocommerce-product-details__short-description ul {
    list-style: none;
}

body .yith-wcqv-main .summary .summary-content .woocommerce-product-details__short-description ul li {
    padding-left: 19px;
    position: relative;
}

body .yith-wcqv-main .summary .summary-content .woocommerce-product-details__short-description ul li:before {
    left: 0;
    top: 24%;
    position: absolute;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #ed1c24;
}

body .yith-wcqv-main .summary .summary-content .vg-share-link span {
    color: #2d2c40;
}

body .yith-wcqv-main .summary .summary-content .vg-share-link a {
    margin-left: 28px;
    color: #2d2c40;
}

body .yith-wcqv-main .summary .summary-content .vg-share-link a:hover {
    color: #ed1c24;
}

body .yith-wcqv-main .summary .summary-content .product_meta {
    margin-bottom: 18px;
}

body .yith-wcqv-main .summary .summary-content .product_meta>span {
    margin-right: 26px;
    position: relative;
}

body .yith-wcqv-main .summary .summary-content .product_meta>span:after {
    content: "";
    height: 13px;
    width: 2px;
    background: #81808c;
    position: absolute;
    top: 19%;
    right: -16px;
}

body .yith-wcqv-main .summary .summary-content .product_meta>span:last-child:after {
    display: none;
}

body .yith-wcqv-main .summary .summary-content .product_meta .sku_wrapper {
    color: #2d2c40;
}

body .yith-wcqv-main .summary .summary-content .product_meta .sku_wrapper .sku {
    color: #ed1c24;
}

body .yith-wcqv-main .summary .summary-content .product_meta .tagged_as,
body .yith-wcqv-main .summary .summary-content .product_meta .posted_in {
    color: #2d2c40;
}

body .yith-wcqv-main .summary .summary-content .cart {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 29px 0;
    margin-top: 33px;
    margin-bottom: 26px;
}

body .yith-wcqv-main .summary .summary-content .cart .variations {
    margin-bottom: 26px;
}

body .yith-wcqv-main .summary .summary-content .cart .variations tr {
    display: block;
}

body .yith-wcqv-main .summary .summary-content .cart .variations tr:nth-child(1) {
    margin-bottom: 15px;
}

body .yith-wcqv-main .summary .summary-content .cart .variations .swatchtitlelabel {
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    padding-bottom: 10px;
}

body .yith-wcqv-main .summary .summary-content .cart .variations .attribute-swatch .swatchinput {
    display: inline-block;
}

body .yith-wcqv-main .summary .summary-content .cart .variations .attribute-swatch .swatchinput .wcvasquare {
    outline: none !important;
    border: 1px solid #d7d7d7 !important;
    height: 35px !important;
    width: 35px !important;
}

body .yith-wcqv-main .summary .summary-content .cart .variations .attribute-swatch .swatchinput .wcvasquare.selectedswatch {
    border: 1px solid #ed1c24 !important;
}

body .yith-wcqv-main .summary .summary-content .cart .variations .attribute-swatch .swatchinput .wcvasquare.selectedswatch {
    border: 1px solid #ed1c24 !important;
}

body .yith-wcqv-main .summary .summary-content .cart .variations .wcva-standard-select {
    height: 35px;
    border: none;
    outline: none;
    padding-left: 28px;
    background: #fafafa;
    width: 100%;
    color: #181818;
    text-transform: uppercase;
    margin-bottom: 34px;
}

body .yith-wcqv-main .summary .summary-content .cart .variations .value {
    display: block;
    min-width: 100%;
    position: relative;
    height: 50px;
    padding: 0;
}

body .yith-wcqv-main .summary .summary-content .cart .variations .value br {
    display: none;
}

body .yith-wcqv-main .summary .summary-content .cart .variations .value .reset_variations {
    position: absolute;
    top: 0;
    right: 0;
    color: #ed1c24;
}

body .yith-wcqv-main .summary .summary-content .cart>span {
    display: none;
}

body .yith-wcqv-main .summary .summary-content .cart .single_add_to_cart_button {
    font-weight: 400;
    border: none;
    border-radius: 0;
    padding: 0 30.52px;
    height: 50px;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 1.1px;
    margin-left: 8px;
    background: #ed1c24;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    overflow: hidden;
    position: relative;
}

body .yith-wcqv-main .summary .summary-content .cart .single_add_to_cart_button:before {
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    background: rgba(255, 255, 255, 0.2);
}

body .yith-wcqv-main .summary .summary-content .cart .single_add_to_cart_button:hover:before {
    width: 100%;
}

body .yith-wcqv-main .summary .summary-content .cart .quantity {
    padding: 0;
    border-radius: 0;
    border: none;
    color: #727f84;
    line-height: 50px;
    font-size: 18px;
}

body .yith-wcqv-main .summary .summary-content .cart .quantity span {
    height: 50px;
    width: 50px;
    text-align: center;
    background: #c0e9f9;
    color: #727f84;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

body .yith-wcqv-main .summary .summary-content .cart .quantity span:hover {
    background: #ed1c24;
    color: #fff;
}

body .yith-wcqv-main .summary .summary-content .cart .quantity span.qty-plus {
    float: right;
}

body .yith-wcqv-main .summary .summary-content .cart .quantity span.qty-minus {
    float: left;
}

body .yith-wcqv-main .summary .summary-content .cart .quantity .input-text {
    border: none;
    width: 110px;
    padding: 0;
    background: #f6f6f6;
    float: left;
}

body .yith-wcqv-main .summary .summary-content .cart .quantity input[type=number]::-webkit-inner-spin-button,
body .yith-wcqv-main .summary .summary-content .cart .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

body .yith-wcqv-main .summary .summary-content .cart .quantity input[type=number] {
    -moz-appearance: textfield;
}

body .yith-wcqv-main .summary .summary-content .cart .yith-wcwl-add-to-wishlist {
    height: 50px;
    line-height: 50px;
    width: 50px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    background: #fff;
    float: left;
    margin: 0;
    position: relative;
    transition: all .5s;
    font-size: 16px;
    margin-left: 10px;
    text-align: center;
}

body .yith-wcqv-main .summary .summary-content .cart .yith-wcwl-add-to-wishlist:hover {
    color: #fff;
    background: #ed1c24;
    border: 1px solid #ed1c24;
}

body .yith-wcqv-main .summary .summary-content .cart .yith-wcwl-add-button .feedback,
body .yith-wcqv-main .summary .summary-content .cart .yith-wcwl-wishlistaddedbrowse .feedback,
body .yith-wcqv-main .summary .summary-content .cart .yith-wcwl-wishlistexistsbrowse .feedback {
    display: none;
}

body .yith-wcqv-main .summary .summary-content .cart .yith-wcwl-add-button:before,
body .yith-wcqv-main .summary .summary-content .cart .yith-wcwl-wishlistaddedbrowse:before,
body .yith-wcqv-main .summary .summary-content .cart .yith-wcwl-wishlistexistsbrowse:before {
    content: '\e67e';
    font-family: 'Stroke-Gap-Icons';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

body .yith-wcqv-main .summary .summary-content .cart .yith-wcwl-add-button a,
body .yith-wcqv-main .summary .summary-content .cart .yith-wcwl-wishlistaddedbrowse a,
body .yith-wcqv-main .summary .summary-content .cart .yith-wcwl-wishlistexistsbrowse a {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

body .tb-products .product-item.eff-two {
    margin-bottom: 30px;
}

body .tb-products .product-item.eff-one {
    margin-bottom: 44px;
}

@media (min-width: 1200px) {
    body .tb-products .product-item.col-lg-20 {
        width: 20%;
    }
}

body .tb-products .product-item .product-thumb {
    position: relative;
    overflow: hidden;
}

body .tb-products .product-item .product-thumb img {
    display: block;
    margin: auto;
    cursor: pointer;
    transition: 10s;
    -webkit-transition: 10s;
    -moz-transition: 10s;
    -o-transition: 10s;
    -ms-transition: 10s;
    width: 100%;
    height: auto;
}

body .tb-products .product-item .product-thumb .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

body .tb-products .product-item .product-thumb .content .effect-two {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

body .tb-products .product-item .product-thumb .content .product-content .product-title {
    font-style: 16px;
}

body .tb-products .product-item .product-thumb:hover .content {
    opacity: 1;
}

body .tb-products .product-item .product-thumb:hover img {
    transform: scale(1.2);
}

body .tb-products .product-item .product-thumb:hover .btn-inner .yith-wcwl-add-to-wishlist,
body .tb-products .product-item .product-thumb:hover .btn-inner .yith-wcqv-button,
body .tb-products .product-item .product-thumb:hover .btn-inner .btn-cart {
    transform: translateY(0);
}

body .tb-products .product-item .product-thumb .btn-inner {
    text-align: center;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 2;
}

body .tb-products .product-item .product-thumb .btn-inner .clear {
    display: none;
}

body .tb-products .product-item .product-thumb .btn-inner .btn-cart {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    background: #181818;
    margin: 0;
    position: relative;
    transition: all .5s;
    transform: translateY(100px);
    font-size: 16px;
}

body .tb-products .product-item .product-thumb .btn-inner .btn-cart:hover {
    color: #fff;
    background: #ed1c24;
    transition-delay: 0s;
}

body .tb-products .product-item .product-thumb .btn-inner .btn-cart:hover .btn-add-to-cart,
body .tb-products .product-item .product-thumb .btn-inner .btn-cart:hover .added_to_cart {
    color: #fff;
}

body .tb-products .product-item .product-thumb .btn-inner .btn-cart.loading:before {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

body .tb-products .product-item .product-thumb .btn-inner .btn-cart {
    width: 100%;
}

body .tb-products .product-item .product-thumb .btn-inner .btn-cart .btn-add-to-cart {
    background: transparent;
    padding: 0;
    font-weight: 300;
    text-transform: lowercase;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-indent: 9px;
    opacity: 1;
}

body .tb-products .product-item .product-thumb .btn-inner .btn-cart .btn-add-to-cart.added {
    display: none;
}

body .tb-products .product-item .product-thumb .btn-inner .btn-cart .btn-add-to-cart.product_type_simple:before {
    content: "\f3f8";
    font-family: "Ionicons";
    padding-right: 7px;
}

body .tb-products .product-item .product-thumb .btn-inner .btn-cart .btn-add-to-cart.product_type_variable:before {
    content: "\f3f8";
    font-family: "Ionicons";
    padding-right: 7px;
}

body .tb-products .product-item .product-thumb .btn-inner .btn-cart .btn-add-to-cart.loading:after {
    content: "\f45a" !important;
    font-family: 'Ionicons' !important;
    top: 0;
    right: -22px;
    text-indent: 0px;
}

body .tb-products .product-item .product-thumb .btn-inner .btn-cart .added_to_cart {
    background: transparent;
    padding: 0;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-indent: 9px;
}

body .tb-products .product-item .product-thumb .btn-inner .btn-cart .added_to_cart:before {
    content: '\f499';
    font-family: 'Ionicons';
    padding-right: 8px;
}

body .tb-products .product-item .product-thumb .btn-inner .yith-wcqv-button {
    transition-delay: 0.2s;
}

body .tb-products .product-item .product-thumb .btn-inner .yith-wcwl-add-button .feedback,
body .tb-products .product-item .product-thumb .btn-inner .yith-wcwl-wishlistaddedbrowse .feedback,
body .tb-products .product-item .product-thumb .btn-inner .yith-wcwl-wishlistexistsbrowse .feedback {
    display: none;
}

body .tb-products .product-item .product-thumb .btn-inner .yith-wcwl-add-button:before,
body .tb-products .product-item .product-thumb .btn-inner .yith-wcwl-wishlistaddedbrowse:before,
body .tb-products .product-item .product-thumb .btn-inner .yith-wcwl-wishlistexistsbrowse:before {
    content: '\e67e';
    font-family: 'Stroke-Gap-Icons';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body .tb-products .product-item .product-thumb .btn-inner .yith-wcwl-add-button a,
body .tb-products .product-item .product-thumb .btn-inner .yith-wcwl-wishlistaddedbrowse a,
body .tb-products .product-item .product-thumb .btn-inner .yith-wcwl-wishlistexistsbrowse a {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

body .tb-products .product-item .product-thumb .btn-inner .yith-wcwl-wishlistaddedbrowse:before,
body .tb-products .product-item .product-thumb .btn-inner .yith-wcwl-wishlistexistsbrowse:before {
    color: #ed1c24;
}

body .tb-products .product-item .product-thumb .btn-inner .yith-wcwl-wishlistaddedbrowse:hover:before,
body .tb-products .product-item .product-thumb .btn-inner .yith-wcwl-wishlistexistsbrowse:hover:before {
    color: #fff;
}

body .tb-products .product-item .product-content {
    margin-top: 14px;
}

body .tb-products .product-item .product-content .product-title {
    color: #181818;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
}

body .tb-products .product-item .product-content .product-title:hover {
    color: #ed1c24;
}

body .tb-products .product-item .product-content .price {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    color: #ed1c24;
}

body .tb-products .product-item .product-content .price del,
body .tb-products .product-item .product-content .price ins {
    text-decoration: none;
    font-weight: 500;
}

body .tb-products .product-item .product-content .price ins {
    float: left;
    color: #ed1c24;
    margin-right: 5px;
}

body .tb-products .product-item .product-content .price del {
    text-decoration: line-through;
    color: #9c9c9c;
}

.archive-woo {
    padding-top: 20px;
}

.single-woo {
    padding-top: 66px;
    padding-bottom: 44px;
}

.single-product .product-content .tab-product[data-full-width="true"] {
    background: #fafafa;
}

.single-product .product-content .tab-product[data-full-width="true"] .woocommerce-tabs {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 991px) {
    .single-product .product-content .tab-product[data-full-width="true"] .woocommerce-tabs {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel {
    text-align: left;
    border-top: none;
    border-radius: 0px;
    padding: 29px 57px !important;
    box-shadow: none;
    background: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

@media (max-width: 1199px) {
    .single-product .product-content .tab-product .woocommerce-Tabs-panel {
        padding: 33px 30px !important;
    }
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    text-align: center;
    color: #4a4a4a;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel .stars {
    display: inline-block;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel p {
    margin-bottom: 12px;
    font-weight: 400;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-reply-title {
    color: #2d2c40;
    font-weight: 500;
    font-size: 18px;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form label {
    font-weight: 400;
    display: block;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form ::-webkit-input-placeholder {
    color: #7a7992;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form ::-moz-placeholder {
    color: #7a7992;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form :-ms-input-placeholder {
    color: #7a7992;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form :-moz-placeholder {
    color: #7a7992;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form textarea,
.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form input {
    border: 1px solid #ebebeb;
    padding-left: 19px;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form textarea:focus,
.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form input:focus {
    border-color: #ed1c24;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form textarea {
    height: 132px;
    padding-top: 14px;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form input {
    height: 50px;
    width: 100%;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating p.stars a {
    color: #eddb13;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating label {
    color: #2d2c40;
    font-weight: 500;
    font-size: 18px;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-author,
.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-email {
    display: inline-block;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-author {
    width: 50%;
}

@media (min-width: 992px) {
    .single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-author {
        padding-right: 15px;
    }
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-email {
    width: 50%;
}

@media (min-width: 992px) {
    .single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-email {
        padding-left: 15px;
    }
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit .submit {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    border: none !important;
    border-radius: 0;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    letter-spacing: 1.1px;
    margin-top: 20px;
    margin-bottom: 15px;
    background: #ed1c24;
    color: #fff;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit .submit:hover {
    background-color: #181818;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments {
    margin-bottom: 20px;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments h2 {
    font-size: 24px;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist {
    padding: 0;
    padding-top: 9px;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li {
    margin-bottom: 2px;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container {
    padding: 5px 0px;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .content-left {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 58px;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .content-left:after {
    width: 100%;
    height: 100%;
    width: 1px;
    border-right: 1px solid #e9e9e9;
    content: "";
    right: -32px;
    top: 0;
    position: absolute;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container img.avatar {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: none;
    border: none;
    padding: 0;
    position: relative;
    float: none;
    margin-bottom: 15px;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .star-rating {
    margin-left: 10px;
    font-size: 10px;
    float: none;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .star-rating:before {
    color: #eddb13;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .star-rating span:before {
    font-size: 10px;
    color: #eddb13;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text {
    margin-left: 0;
    border: none;
    padding: 0;
    display: inline-block;
    width: 82%;
    vertical-align: middle;
    transform: translatey(8px);
    -webkit-transform: translatey(8px);
}

@media (max-width: 1199px) {
    .single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text {
        width: 70%;
    }
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta {
    font-size: 14px;
    color: #c1bfda;
    margin-bottom: 15px;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta time {
    display: block;
    margin-bottom: -2px;
    color: #9c9c9c;
}

.single-product .product-content .tab-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment_container .comment-text .meta strong {
    color: #ed1c24;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.single-product .product-content .tab-product .woocommerce-tabs {
    background: #fafafa;
    margin-top: 124px;
    padding-top: 54px;
}

.single-product .product-content .tab-product .woocommerce-tabs:before,
.single-product .product-content .tab-product .woocommerce-tabs:after {
    content: '';
    clear: both;
    display: table;
}

.single-product .product-content .tab-product .woocommerce-tabs .wc-tabs {
    text-align: center;
    padding: 0;
    margin-bottom: 0px;
}

.single-product .product-content .tab-product .woocommerce-tabs .wc-tabs:before {
    border: none;
}

.single-product .product-content .tab-product .woocommerce-tabs .wc-tabs li {
    border: none;
    z-index: 2;
    background: none;
    border-radius: 0;
    padding: 6px 0px;
    letter-spacing: 0.5px;
    margin: 0 20px;
}

.single-product .product-content .tab-product .woocommerce-tabs .wc-tabs li:after,
.single-product .product-content .tab-product .woocommerce-tabs .wc-tabs li:before {
    content: initial;
}

.single-product .product-content .tab-product .woocommerce-tabs .wc-tabs li a {
    font-size: 18px;
    color: #181818;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 5px;
    position: relative;
    line-height: 30px;
}

.single-product .product-content .tab-product .woocommerce-tabs .wc-tabs li.active {
    background: none;
}

.single-product .product-content .tab-product .woocommerce-tabs .wc-tabs li.active:before {
    content: '';
    height: 2px;
    width: 100%;
    bottom: 14px;
    position: absolute;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: #ed1c24;
    left: 0;
}

.single-product .product-content .tab-product .woocommerce-tabs .wc-tabs li.active a {
    color: #181818;
}

.single-product .product-content .product-top .zoom-icon {
    height: 48px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    font-size: 48px;
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
}

.single-product .product-content .product-top .content-product-left.hidden-icon .woocommerce-product-gallery__trigger {
    display: none;
}

.single-product .product-content .product-top .content-product-left .images {
    width: auto !important;
    float: none !important;
}

.single-product .product-content .product-top .content-product-left .images .onsale {
    height: 50px;
    width: 50px;
    border-radius: 0;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    font-size: 16px;
    background: #ed1c24;
    z-index: 10;
    top: 0;
    left: 0;
}

.single-product .product-content .product-top .content-product-left .images .woocommerce-product-gallery__trigger {
    top: 10px;
    right: 10px;
    background: #fff;
    border: 1px solid #ed1c24;
    height: 35px;
    width: 35px;
}

.single-product .product-content .product-top .content-product-left .images .flex-control-nav {
    margin-top: 23px;
}

.single-product .product-content .product-top .content-product-left .images .flex-control-nav li {
    height: 100px;
    width: 100px;
    border: 1px solid #d6d6d6;
    margin: 0 9px;
}

.single-product .product-content .product-top .content-product-left .images .flex-control-nav li:hover {
    border: 1px solid #181818;
}

.single-product .product-content .product-top .content-product-left .images .flex-control-nav li:first-child {
    margin-left: 0;
}

.single-product .product-content .product-top .content-product-left .images .flex-control-nav li:last-child {
    margin-right: 0;
}

.single-product .product-content .product-top .content-product-left .images .flex-control-nav li:nth-child(3n+1) {
    clear: unset;
}

.single-product .product-content .product-top .content-product-left .images .flex-control-nav li:nth-child(4n+1) {
    clear: left;
}

.single-product .product-content .product-top .content-product-left .images .flex-control-nav li img {
    opacity: 1;
}

.single-product .product-content .product-top .content-product-left .flex-viewport {
    border: 1px solid #ebebeb;
}

.single-product .product-content .product-top .content-product-left .product-thumb-full .slick-arrow {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    line-height: 40px;
    text-align: center;
    border: 1px solid #181818;
    border-radius: 50%;
    font-size: 30px;
    vertical-align: middle;
    color: #181818;
}

.single-product .product-content .product-top .content-product-left .product-thumb-full .slick-arrow:hover {
    border: 1px solid #ed1c24;
    color: #ed1c24;
}

.single-product .product-content .product-top .content-product-left .product-thumb-full .pull-left {
    left: 20px;
}

.single-product .product-content .product-top .content-product-left .product-thumb-full .pull-right {
    right: 20px;
}

.single-product .product-content .product-top .content-product-left .list-product-gallery .woocommerce-product-gallery__image {
    border: 1px solid transparent;
}

.single-product .product-content .product-top .content-product-left .list-product-gallery .woocommerce-product-gallery__image:hover,
.single-product .product-content .product-top .content-product-left .list-product-gallery .woocommerce-product-gallery__image:active,
.single-product .product-content .product-top .content-product-left .list-product-gallery .woocommerce-product-gallery__image:focus {
    border: 1px solid #ed1c24;
}

.single-product .product-content .product-top .content-product-left img {
    transition: initial;
}

.single-product .product-content .product-top .content-product-right {
    text-align: left;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .info-product .vg-share-link span {
    color: #2d2c40;
    font-weight: 400;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .info-product .vg-share-link a {
    margin-left: 28px;
    color: #2d2c40;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .info-product .vg-share-link a:hover {
    color: #ed1c24;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .info-product .vg-share-link a i {
    font-weight: bold;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .info-product .product_meta {
    margin-bottom: 17px;
    font-size: 14px;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .info-product .product_meta>span {
    margin-right: 26px;
    position: relative;
    color: #2d2c40;
    font-weight: 400;
    display: block;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .info-product .product_meta .sku_wrapper span {
    color: #9c9c9c;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .info-product .product_meta .posted_in,
.single-product .product-content .product-top .content-product-right .shop-bottom .info-product .product_meta .tagged_as {
    padding-top: 5px;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .info-product .product_meta .posted_in a,
.single-product .product-content .product-top .content-product-right .shop-bottom .info-product .product_meta .tagged_as a {
    color: #9c9c9c;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .info-product .product_meta .posted_in a:hover,
.single-product .product-content .product-top .content-product-right .shop-bottom .info-product .product_meta .tagged_as a:hover {
    color: #ed1c24;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart {
    border-top: none;
    padding: 22px 0px 32px;
    margin-bottom: 0px;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart>span {
    display: none;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .single_add_to_cart_button {
    font-weight: 300;
    border: none;
    border-radius: 0;
    padding: 0 64px;
    height: 60px;
    text-transform: lowercase;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-left: 22px;
    background: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    .single-product .product-content .product-top .content-product-right .shop-bottom form.cart .single_add_to_cart_button {
        margin-left: 0px;
        margin-bottom: 15px;
    }
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .single_add_to_cart_button:before {
    content: "\f3f8";
    font-family: "Ionicons";
    padding-right: 7px;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .single_add_to_cart_button:hover {
    background: #ed1c24;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .view_product,
.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .cart_group {
    margin-left: 0;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .quantity {
    padding: 0;
    border-radius: 0;
    border: none;
    color: #727f84;
    line-height: 50px;
    font-size: 18px;
    padding-right: 32px;
    position: relative;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .quantity:before,
.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .quantity:after {
    content: '';
    clear: both;
    display: table;
}

@media (max-width: 991px) {
    .single-product .product-content .product-top .content-product-right .shop-bottom form.cart .quantity {
        margin-bottom: 15px;
    }
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .quantity span {
    height: 28px;
    width: 28px;
    text-align: center;
    background: #fff;
    color: #181818;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    line-height: 28px;
    position: absolute;
    right: 0;
    border: 1px solid #d7d7d7;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .quantity span:hover {
    background: #ed1c24;
    color: #fff;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .quantity span.qty-plus {
    top: 0;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .quantity span.qty-minus {
    bottom: 0;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .quantity .input-text {
    padding: 0;
    background: #fff;
    float: left;
    width: 60px;
    color: #181818;
    height: 60px;
    border: 1px solid #d7d7d7;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .quantity input[type=number]::-webkit-inner-spin-button,
.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .quantity input[type=number] {
    -moz-appearance: textfield;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .yith-wcwl-add-to-wishlist {
    height: 50px;
    line-height: 50px;
    width: 50px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    background: #fff;
    float: left;
    margin: 0;
    position: relative;
    transition: all .5s;
    font-size: 16px;
    margin-left: 10px;
    text-align: center;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .yith-wcwl-add-to-wishlist:hover {
    color: #fff;
    background: #ed1c24;
    border: 1px solid #ed1c24;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .yith-wcwl-add-button .feedback,
.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .yith-wcwl-wishlistaddedbrowse .feedback,
.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .yith-wcwl-wishlistexistsbrowse .feedback {
    display: none;
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .yith-wcwl-add-button:before,
.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .yith-wcwl-wishlistaddedbrowse:before,
.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .yith-wcwl-wishlistexistsbrowse:before {
    content: '\e67e';
    font-family: 'Stroke-Gap-Icons';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .yith-wcwl-add-button a,
.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .yith-wcwl-wishlistaddedbrowse a,
.single-product .product-content .product-top .content-product-right .shop-bottom form.cart .yith-wcwl-wishlistexistsbrowse a {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .description {
    padding-top: 22px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .description p {
    margin-bottom: 24px;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .description ul {
    list-style: none;
    margin-top: 12px;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .description ul li {
    padding-left: 18px;
    position: relative;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .description ul li:before {
    left: 0;
    top: 24%;
    position: absolute;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #ed1c24;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .variations {
    margin-bottom: 26px;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .variations tr {
    display: block;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .variations tr .label label {
    color: #4a4a4a;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding-bottom: 15px;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .variations tr select {
    height: 35px;
    text-transform: capitalize;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .variations .swatchtitlelabel {
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    padding-bottom: 10px;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .variations .attribute-swatch .swatchinput .wcvasquare {
    outline: none !important;
    border: 1px solid #d7d7d7 !important;
    height: 50px !important;
    width: 50px !important;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .variations .attribute-swatch .swatchinput .wcvasquare.selectedswatch {
    border: 1px solid #ed1c24 !important;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .variations .wcva-standard-select {
    height: 50px;
    border: none;
    outline: none;
    padding-left: 28px;
    background: #fafafa;
    width: 100%;
    color: #181818;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .variations .value {
    display: block;
    min-width: 100%;
    position: relative;
    height: 50px;
    padding: 0;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .variations .value br {
    display: none;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .variations .value .reset_variations {
    position: absolute;
    top: 0;
    right: 0;
    color: #ed1c24;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .single_variation_wrap:before,
.single-product .product-content .product-top .content-product-right .shop-bottom .single_variation_wrap:after {
    content: '';
    display: table;
    clear: both;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .single_variation_wrap .woocommerce-variation.single_variation {
    margin-bottom: 28px;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .single_variation_wrap .woocommerce-variation-price .price del,
.single-product .product-content .product-top .content-product-right .shop-bottom .single_variation_wrap .woocommerce-variation-price .price ins {
    font-size: 30px;
    font-weight: 300;
    color: #ed1c24;
    text-decoration: none;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .single_variation_wrap .woocommerce-variation-price .price ins {
    float: left;
    margin-right: 10px;
}

.single-product .product-content .product-top .content-product-right .shop-bottom .single_variation_wrap .woocommerce-variation-price .price del {
    opacity: 1;
}

.single-product .product-content .product-top .content-product-right .shop-top .product_title {
    font-size: 30px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-top: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #181818;
}

.single-product .product-content .product-top .content-product-right .shop-top .price {
    margin-bottom: 13px;
    padding-top: 8px;
}

.single-product .product-content .product-top .content-product-right .shop-top .price .amount {
    font-size: 24px;
    color: #ed1c24;
    font-weight: 500;
}

.single-product .product-content .product-top .content-product-right .shop-top .price del,
.single-product .product-content .product-top .content-product-right .shop-top .price ins {
    font-size: 24px;
    color: #ed1c24;
    font-weight: 500;
}

.single-product .product-content .product-top .content-product-right .shop-top .price ins {
    padding-right: 15px;
    text-decoration: none;
    float: left;
}

.single-product .product-content .product-top .content-product-right .shop-top .price del .amount {
    color: #9c9c9c;
    text-decoration: line-through;
}

.single-product .product-content .product-top .content-product-right .shop-top .woocommerce-product-rating {
    margin-bottom: 6px;
    padding-top: 6px;
}

.single-product .product-content .product-top .content-product-right .shop-top .woocommerce-product-rating .woocommerce-review-link {
    color: #9c9c9c;
    font-style: 14px;
    padding-left: 10px;
}

.single-product .product-content .product-top .content-product-right .shop-top .woocommerce-product-rating .star-rating {
    margin: 0;
    height: 23px;
    width: 108px;
}

.single-product .product-content .product-top .content-product-right .shop-top .woocommerce-product-rating .star-rating:before {
    color: #e6ae4a;
    content: "\f4b2\f4b2\f4b2\f4b2\f4b2";
    font-family: "Ionicons";
    font-size: 24px;
}

.single-product .product-content .product-top .content-product-right .shop-top .woocommerce-product-rating .star-rating span:before {
    content: "\f4b3\f4b3\f4b3\f4b3\f4b3";
    font-size: 24px;
    font-family: "Ionicons";
    color: #e6ae4a;
}

.single-product .product-relate {
    margin-top: 96px;
    margin-bottom: 50px;
}

.single-product .product-relate h4 {
    font-size: 22px;
    text-align: center;
    color: #181818;
    font-weight: 700;
}

.single-product .product-relate .tb-products {
    padding-top: 38px;
}

.woocommerce-pagination {
    margin-top: 27px;
    margin-bottom: 78px;
}

.woocommerce-pagination .page-numbers {
    border: none !important;
}

.woocommerce-pagination .page-numbers li {
    border: none !important;
}

.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
    font-size: 14px !important;
    color: #2d2c40 !important;
    border: 1px solid #e5e5e5 !important;
    font-weight: 500 !important;
    width: 35px;
    height: 40px;
    display: inline-block !important;
    text-align: center;
    line-height: 40px !important;
    margin-right: 5px !important;
    border-radius: 1px !important;
    -webkit-border-radius: 1px !important;
    background: #fff !important;
    padding: 0 !important;
}

.woocommerce-pagination .page-numbers li span.current,
.woocommerce-pagination .page-numbers li span:hover,
.woocommerce-pagination .page-numbers li a.current,
.woocommerce-pagination .page-numbers li a:hover {
    color: #ed1c24 !important;
}

.sidebar-shop {
    padding-top: 86px;
}

.sidebar-shop .widget {
    margin-bottom: 43px;
}

.sidebar-shop .widget .wg-title {
    font-size: 18px;
    margin-bottom: 22px;
    text-transform: capitalize;
    font-weight: 600;
}

.sidebar-shop .widget ul {
    padding-left: 0;
}

.sidebar-shop .widget_products {
    padding: 0px 0px;
    margin-bottom: 30px;
}

.sidebar-shop .widget_products .product_list_widget li.wg-pd-items {
    margin-bottom: 6px;
}

.sidebar-shop .widget_products .product_list_widget li.wg-pd-items .amount {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    color: #ed1c24;
}

.sidebar-shop .widget_products .product_list_widget li.wg-pd-items .thumb {
    width: 82px;
    height: 82px;
    vertical-align: middle;
    display: inline-block;
}

.sidebar-shop .widget_products .product_list_widget li.wg-pd-items .thumb img {
    width: 100%;
    margin-left: 0;
}

.sidebar-shop .widget_products .product_list_widget li.wg-pd-items .info {
    width: calc(100% - 82px);
    padding-left: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    padding-bottom: 6px;
}

.sidebar-shop .widget_products .product_list_widget li.wg-pd-items .info .product-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
    color: #181818;
}

.sidebar-shop .widget_products .product_list_widget li.wg-pd-items .info .product-title:hover {
    color: #ed1c24;
}

.sidebar-shop .widget_products .product_list_widget li.wg-pd-items .info del,
.sidebar-shop .widget_products .product_list_widget li.wg-pd-items .info ins {
    text-decoration: none;
}

.sidebar-shop .widget_products .product_list_widget li.wg-pd-items .info del {
    text-decoration: line-through;
}

.sidebar-shop .widget_products .product_list_widget li.wg-pd-items .info del .amount {
    color: #9c9c9c;
    text-decoration: line-through;
}

.sidebar-shop .widget_price_filter {
    margin-bottom: 50px;
}

.sidebar-shop .widget_price_filter .wg-title {
    margin-bottom: 32px;
}

.sidebar-shop .widget_price_filter form .price_slider_wrapper .price_slider_amount {
    position: relative;
}

.sidebar-shop .widget_price_filter form .price_slider_wrapper .price_slider_amount .button {
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    height: 40px;
    width: 80px;
    padding: 0;
    line-height: 40px;
    border-radius: 0px;
    transition: 0.7s all;
    background: transparent;
    color: #181818;
    background-color: #fff;
    /* layer fill content */
    -moz-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
    /* drop shadow */
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
    /* drop shadow */
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
    /* drop shadow */
}

.sidebar-shop .widget_price_filter form .price_slider_wrapper .price_slider_amount .button:hover {
    background: #ed1c24;
    color: #fff;
}

.sidebar-shop .widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label {
    text-align: left;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase;
    padding-top: 13px;
}

.sidebar-shop .widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label span {
    color: #4a4a4a;
}

.sidebar-shop .widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label .line {
    width: 6px;
    height: 1px;
    background: #9c9c9c;
    display: inline-block;
    transform: translateY(-5px);
}

.sidebar-shop .widget_price_filter form .price_slider_wrapper .ui-widget-content {
    height: 1px;
    background-color: #181818;
}

.sidebar-shop .widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-widget-header {
    background-color: #181818;
    height: 3px;
    top: -1.5px;
}

.sidebar-shop .widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    width: 16px;
    height: 16px;
    border: 6px solid #181818;
    background-color: #fff;
    cursor: pointer;
    top: -7px;
}

.sidebar-shop .widget_product_categories {
    margin-bottom: 32px;
}

.sidebar-shop .widget_product_categories .wg-title {
    margin-bottom: 16px;
}

.sidebar-shop .widget_product_categories .product-categories {
    margin-bottom: 0;
}

.sidebar-shop .widget_product_categories .product-categories li {
    margin-bottom: 15px;
}

.sidebar-shop .widget_product_categories .product-categories li a {
    font-size: 13px;
    color: #181818;
    font-weight: 400;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.sidebar-shop .widget_product_categories .product-categories li.current-cat a {
    color: #ed1c24;
}

.sidebar-shop .widget_product_categories .product-categories li span {
    font-size: 14px;
    float: right;
}

.sidebar-shop .widget_product_categories .product-categories li:hover a,
.sidebar-shop .widget_product_categories .product-categories li:hover span {
    color: #ed1c24;
}

.sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list .empty {
    padding: 0 !important;
    text-align: left;
    min-height: initial;
}

.sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list li {
    padding: 5px 0 5px 93px !important;
    min-height: 90px;
}

.sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 500;
}

.sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list li a {
    font-size: 16px;
}

.sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list li a img {
    width: 70px;
    height: 70px;
    border: 1px solid #f4f6f8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list li .remove {
    top: 12%;
    right: 0;
    left: initial;
    color: #ed1c24 !important;
    font-size: 20px;
    font-weight: bold;
}

.sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list li .remove:hover {
    color: #2d2c40 !important;
}

.sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .cart_list li:hover a img {
    border-color: #ed1c24;
}

.sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .total,
.sidebar-shop .widget_shopping_cart .widget_shopping_cart_content .buttons {
    display: none;
}

.sidebar-shop .widget_search,
.sidebar-shop .widget_product_search {
    padding: 46px 22px;
}

.sidebar-shop .widget_search .wg-title,
.sidebar-shop .widget_product_search .wg-title {
    display: none;
}

.sidebar-shop .widget_search .search-form,
.sidebar-shop .widget_search .woocommerce-product-search,
.sidebar-shop .widget_product_search .search-form,
.sidebar-shop .widget_product_search .woocommerce-product-search {
    position: relative;
    background: #fff;
}

.sidebar-shop .widget_search .search-form .search-field,
.sidebar-shop .widget_search .woocommerce-product-search .search-field,
.sidebar-shop .widget_product_search .search-form .search-field,
.sidebar-shop .widget_product_search .woocommerce-product-search .search-field {
    height: 40px;
    width: 100%;
    outline: none;
    border: none;
    padding-left: 15px;
    font-weight: 400;
    padding-right: 40px;
}

.sidebar-shop .widget_search .search-form button,
.sidebar-shop .widget_search .woocommerce-product-search button,
.sidebar-shop .widget_product_search .search-form button,
.sidebar-shop .widget_product_search .woocommerce-product-search button {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #fff;
    outline: none;
}

.sidebar-shop .widget_search .search-form button:hover,
.sidebar-shop .widget_search .woocommerce-product-search button:hover,
.sidebar-shop .widget_product_search .search-form button:hover,
.sidebar-shop .widget_product_search .woocommerce-product-search button:hover {
    color: #ed1c24;
}

.sidebar-shop .widget_search .search-form .search-submit,
.sidebar-shop .widget_search .woocommerce-product-search .search-submit,
.sidebar-shop .widget_product_search .search-form .search-submit,
.sidebar-shop .widget_product_search .woocommerce-product-search .search-submit {
    position: absolute;
    top: 0;
    height: 40px;
    right: 0;
    border: none;
    outline: none;
    color: #fff;
    background: #ed1c24;
}

.sidebar-shop .widget_product_tag_cloud {
    padding: 46px 22px;
}

.sidebar-shop .widget_product_tag_cloud a.tag-cloud-link {
    display: inline-block;
    padding: 5px 10px;
    color: #181818;
    font-size: 14px !important;
    border: 1px solid #ed1c24;
}

.sidebar-shop .widget_product_tag_cloud a.tag-cloud-link:hover {
    color: #ed1c24;
}

.sidebar-shop .widget_media_image {
    overflow: hidden;
    position: relative;
}

@media (min-width: 500px) and (max-width: 991px) {
    .sidebar-shop .widget_media_image {
        display: none;
    }
}

.sidebar-shop .widget_media_image img {
    width: 100%;
    height: auto;
}

.sidebar_single {
    padding-top: 0;
}

.archive.woocommerce .products .bt-product-items .tb-products-grid {
    margin-bottom: 35px;
}

.archive.woocommerce .products .bt-product-items .filter-top {
    margin-bottom: 50px;
}

.archive.woocommerce .products .bt-product-items .woocommerce-result-count {
    float: left;
    font-size: 14px;
    color: #9c9c9c;
    margin-bottom: 0px;
    margin-top: 11px;
    font-weight: 400;
}

.archive.woocommerce .products .bt-product-items .woocommerce-ordering {
    float: right;
    margin: 0;
}

.archive.woocommerce .products .bt-product-items .woocommerce-ordering .tb-woo-short-by,
.archive.woocommerce .products .bt-product-items .woocommerce-ordering .tb-woo-sort-by {
    display: inline-block;
}

.archive.woocommerce .products .bt-product-items .woocommerce-ordering .tb-woo-short-by select,
.archive.woocommerce .products .bt-product-items .woocommerce-ordering .tb-woo-sort-by select {
    color: #858585;
    width: 200px;
    min-width: 155px;
    height: 40px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    background: #f6f6f6;
    text-align-last: center;
}

.woocommerce .cart-collaterals {
    clear: both;
}

.woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner {
    border: 1px solid #d6d6d6;
    padding: 0 15px;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner .cart-total-heading {
    border-bottom: 1px solid #d6d6d6;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner table {
    border: none;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner table tr td {
    border: none;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner table tr th {
    border: none;
}

.woocommerce .cart-collaterals .cart_totals .ro-cart-form {
    border: 1px solid #ebebeb;
}

.woocommerce .cart-collaterals .cart_totals .ro-cart-form label {
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner {
    text-align: left;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner .description {
    padding-top: 15px;
    padding-bottom: 7px;
    border-top: 1px solid #d6d6d6;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner .description p {
    margin-bottom: 5px;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner .wc-proceed-to-checkout {
    border-top: 1px solid #d6d6d6;
    display: block;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner .wc-proceed-to-checkout a {
    padding: 15px 20px;
    border-radius: 0;
    background: #ed1c24;
    color: #fff;
    font-weight: 300;
    width: 100%;
    font-size: 16px;
    text-transform: lowercase;
    font-style: italic;
    padding: 0;
    height: 50px;
    line-height: 50px;
    margin-bottom: 6px;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner .wc-proceed-to-checkout a:hover {
    background-color: #181818;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner .total-wrap .cart-total-heading {
    padding: 19px 0px;
    margin-bottom: 18px;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner .total-wrap .cart-total-heading h5 {
    font-size: 16px;
    color: #181818;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner .total-wrap .shipping {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner .total-wrap .shop_table tr th {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 19px;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner .total-wrap .shop_table tr td {
    text-align: right;
    font-size: 16px;
    color: #ed1c24;
    font-weight: 500;
}

.woocommerce .cart-collaterals .cart_totals .toltal-inner .total-wrap .shop_table tr td strong {
    font-weight: 500;
}

.woocommerce .cart-collaterals .cart_totals .ro-cart-form {
    text-align: center;
}

.woocommerce .cart-collaterals .cart_totals .ro-cart-form .coupon label {
    font-size: 16px;
    color: #2d2c40;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    padding: 16px 0px;
    font-weight: 500;
    margin-bottom: 23px;
}

.woocommerce .cart-collaterals .cart_totals .ro-cart-form .coupon>p {
    margin-bottom: 0px;
}

.woocommerce .cart-collaterals .cart_totals .ro-cart-form .coupon .input-text {
    border: none;
    border-bottom: 1px solid #ebebeb;
    height: 40px;
    text-align: center;
}

.woocommerce .cart-collaterals .cart_totals .shipping-wrap {
    border: 1px solid #ebebeb;
    text-align: center;
}

.woocommerce .cart-collaterals .cart_totals .shipping-wrap h4 {
    font-size: 16px;
    color: #2d2c40;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    padding: 16px 0px;
}

.woocommerce .cart-collaterals .cart_totals .shipping-wrap form .cart-submit {
    position: relative;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 2px;
    width: 190px;
    height: 40px;
    line-height: 37px;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 31px;
}

.woocommerce .cart-collaterals .cart_totals .shipping-wrap form .cart-submit:after {
    background: linear-gradient(to right, #181818, #ed1c24);
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 0;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

.woocommerce .cart-collaterals .cart_totals .shipping-wrap form .cart-submit button {
    z-index: 2;
    line-height: 37px;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #2d2c40;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.woocommerce .cart-collaterals .cart_totals .shipping-wrap form .cart-submit:hover button {
    background: transparent;
    color: #fff;
}

.woocommerce .cart-collaterals .cart_totals .shipping-wrap form .form-row {
    margin-bottom: 19px;
    text-align: left;
    padding: 0 22px;
}

.woocommerce .cart-collaterals .cart_totals .shipping-wrap form .form-row label {
    display: inline-block;
    width: 49%;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 40px;
}

.woocommerce .cart-collaterals .cart_totals .shipping-wrap form .form-row label abbr {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
    color: #7a7992;
    font-weight: 400;
}

.woocommerce .cart-collaterals .cart_totals .shipping-wrap form .form-row input,
.woocommerce .cart-collaterals .cart_totals .shipping-wrap form .form-row select {
    display: inline-block;
    width: 49%;
    border: 1px solid #ebebeb;
    height: 40px;
    font-size: 14px;
    padding-left: 17px;
    float: right;
}

.woocommerce form .cart-button .return-to-shop a {
    float: left;
    position: relative;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 2px;
    margin-bottom: 50px;
    overflow: hidden;
    background: #ed1c24;
    color: #fff;
    font-size: 18px;
}

.woocommerce form .cart-button .return-to-shop a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.woocommerce form .cart-button .return-to-shop a:hover:before {
    width: 100%;
}

.woocommerce form .actions {
    float: right;
}

.woocommerce form .actions input {
    background: #ed1c24 !important;
    background-size: 200% auto;
    color: #fff !important;
    border-radius: 25px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 40px 13px 40px !important;
    border: none !important;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    margin-left: 8px;
}

.woocommerce form .actions input:hover {
    background-position: right center;
}

.woocommerce form .shop_table {
    border-radius: 0;
    padding-bottom: 16px;
    border: 1px solid #d6d6d6;
    margin-bottom: 31px;
    position: relative;
}

.woocommerce form .shop_table thead {
    position: relative;
}

.woocommerce form .shop_table thead:after {
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    position: absolute;
    content: "";
}

.woocommerce form .shop_table thead tr th {
    border: none;
    color: #2d2c40;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 16px 0;
}

.woocommerce form .shop_table thead tr th.product-price,
.woocommerce form .shop_table thead tr th.product-subtotal {
    text-align: left;
}

.woocommerce form .shop_table tbody tr:first-child td {
    padding-top: 31px;
}

.woocommerce form .shop_table tbody tr td {
    border: none;
    text-align: left;
    padding: 15px 0;
}

.woocommerce form .shop_table tbody tr td img {
    width: 70px;
    margin-left: 15px;
}

.woocommerce form .shop_table tbody tr td .ro-cart-thumb.product-remove .remove {
    display: inline-block;
    height: initial;
    width: initial;
    margin-left: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.woocommerce form .shop_table tbody tr td.product-name a {
    font-size: 16px;
    color: #ed1c24;
    font-weight: 300;
}

.woocommerce form .shop_table tbody tr td.product-price,
.woocommerce form .shop_table tbody tr td.product-subtotal {
    text-align: left;
}

.woocommerce form .shop_table tbody tr td.product-price span,
.woocommerce form .shop_table tbody tr td.product-subtotal span {
    font-size: 16px;
    color: #ed1c24;
    font-weight: 300;
}

.woocommerce form .shop_table tbody tr td.product-remove a {
    font-size: 14px;
    color: #ed1c24 !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    font-weight: 600;
    margin: 0 auto;
}

.woocommerce form .shop_table tbody tr td.product-remove a:hover {
    color: #fff !important;
    background: #ed1c24;
    border-color: #ed1c24;
}

.woocommerce form .shop_table tbody tr td.product-quantity .quantity {
    font-size: 16px;
    font-weight: 300;
}

.woocommerce form .shop_table tbody tr td.product-quantity .quantity input {
    border: none;
}

.woocommerce form .shop_table tbody tr td.product-quantity .quantity span {
    cursor: pointer;
}

.woocommerce form .shop_table tbody tr td.product-quantity .quantity span:hover {
    color: #ed1c24;
}

.woocommerce form .shop_table tbody tr td.product-quantity .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce form .shop_table tbody tr td.product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.woocommerce form .shop_table tbody tr td.product-quantity input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce .woocommerce-cart-form .ro-table-col-qty .quantity {
    height: 40px;
    display: inline-block;
    border: 1px solid #d6d6d6;
    padding: 0 10px;
    line-height: 40px;
}

.woocommerce .woocommerce-cart-form .ro-table-col-qty .quantity .qty {
    border: none;
    line-height: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    vertical-align: top;
}

.woocommerce .woocommerce-cart-form .ro-table-col-qty .quantity .qty-minus,
.woocommerce .woocommerce-cart-form .ro-table-col-qty .quantity .qty-plus {
    display: none;
}

.woocommerce .woocommerce-cart-form .ro-table-col-qty .remove {
    display: inline-block;
    border-radius: 50%;
}

.woocommerce .woocommerce-cart-form .coupon label {
    display: none;
}

.woocommerce .woocommerce-cart-form .coupon .button {
    height: 40px;
    padding: 0 10px;
    margin: 0 10px;
    background: #ed1c24;
    color: #fff;
    font-size: 18px;
    border: none;
    font-weight: 400;
    border-radius: 0;
}

.woocommerce .woocommerce-cart-form .coupon .input-text {
    height: 40px;
    padding: 0 15px;
    font-size: 18px;
    border: 1px solid #d6d6d6;
}

.woocommerce .woocommerce-cart-form .coupon .input-text:focus {
    border: 1px solid #ed1c24;
}

.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    color: #2d2c40;
    font-size: 24px;
    font-weight: 400;
}

.woocommerce .woocommerce-order .woocommerce-order-details h2 {
    color: #2d2c40;
    font-size: 24px;
    font-weight: 400;
}

.woocommerce .woocommerce-order .woocommerce-order-details table {
    border: 1px solid #ebebeb;
    border-bottom: none;
    border-radius: 0;
}

.woocommerce .woocommerce-order .woocommerce-order-details table th,
.woocommerce .woocommerce-order .woocommerce-order-details table td {
    border: none;
    border-bottom: 1px solid #ebebeb;
    color: #2d2c40;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce .woocommerce-order .woocommerce-thankyou-order-details li {
    color: #2d2c40;
    font-size: 16px;
    font-weight: 400;
    border-top: 0 !important;
}

.woocommerce .woocommerce-order .woocommerce-thankyou-order-details li .amount {
    font-weight: 600 !important;
}

.woocommerce .blockOverlay {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.woocommerce form.login {
    border-radius: 0;
    padding: 0;
    margin: 0;
    padding: 25px;
    border-color: #ebebeb;
    margin-bottom: 23px;
}

.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last {
    width: 50%;
}

.woocommerce form.login .lost_password {
    margin-top: 15px;
}

.woocommerce form.login .form-row label {
    color: #2d2c40;
    font-weight: 400;
    font-size: 16px;
}

.woocommerce form.login .form-row label span {
    color: #2d2c40;
    font-weight: 400;
}

.woocommerce form.login .form-row input {
    border: 1px solid #ebebeb;
    height: 40px;
    padding-left: 25px;
}

.woocommerce form.login .form-row .woocommerce-form__label-for-checkbox .woocommerce-form__input {
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #b3b7c8;
    position: relative;
    outline: none;
    border-radius: 2px;
    margin: 0 5px;
    top: -2px;
    padding-left: 0;
}

.woocommerce form.login .form-row .woocommerce-form__label-for-checkbox .woocommerce-form__input:after {
    color: #fff;
    border-radius: 25px;
    content: '\f00c';
    display: block;
    height: 7px;
    left: 1px;
    position: relative;
    top: 0px;
    width: 7px;
    font: normal normal normal 14px/1 FontAwesome;
    opacity: 0;
    font-weight: 100;
    font-size: 10px;
}

.woocommerce form.login .form-row .woocommerce-form__label-for-checkbox .woocommerce-form__input:checked {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.woocommerce form.login .form-row .woocommerce-form__label-for-checkbox .woocommerce-form__input:checked:after {
    opacity: 1;
}

.woocommerce form.login .form-row .button {
    background: #ed1c24 !important;
    color: #fff !important;
    border-radius: 25px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 40px 13px 40px !important;
    border: none !important;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    margin-top: 15px;
}

.woocommerce form.login .form-row .button:hover {
    background-position: right center;
}

.woocommerce .woocommerce-info {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.woocommerce .woocommerce-info:before {
    display: none;
}

.woocommerce .woocommerce-info .ro-checkout-title {
    font-size: 16px;
    font-weight: 300;
}

.woocommerce .woocommerce-info .ro-checkout-title a {
    margin-right: 4px;
}

.woocommerce .woocommerce-checkout #customer_details .ro-checkout-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    border: #d6d6d6 1px solid;
    padding: 22px 15px;
    margin: 0;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order .blockOverlay {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order #payment {
    background: none;
    border-radius: 0;
    border: 1px solid #d6d6d6;
    border-top: 0;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order #payment .blockOverlay {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order #payment .ro-checkout-title {
    border: none;
    display: none;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order #payment .place-order {
    text-align: center;
    margin-bottom: 10px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order #payment .place-order .button {
    background: #ed1c24 !important;
    color: #fff !important;
    border-radius: 0;
    font-weight: 300;
    font-size: 16px;
    text-transform: lowercase;
    padding: 0 !important;
    border: none !important;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    float: none;
    height: 50px;
    line-height: 50px;
    font-style: italic;
    width: 100%;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order #payment .place-order .button:hover {
    background-color: #181818 !important;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order #payment .payment_methods {
    border-bottom: 0;
    padding: 0 15px;
    padding-top: 0px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order #payment .payment_methods .wc_payment_method .payment_box {
    background: none;
    border: #ecedee 1px solid;
    color: #7a7992;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    line-height: 24px;
    padding: 20px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order #payment .payment_methods .wc_payment_method .payment_box:before {
    display: none;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order #payment .payment_methods .wc_payment_method label {
    font-size: 14px;
    font-weight: 400;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table {
    margin-bottom: 0;
    border-bottom: 0;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table tfoot th,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table tfoot td {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    border: none;
    border-bottom: 1px solid #d6d6d6;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table tfoot td {
    padding-left: 0;
    text-align: right;
    padding-right: 25px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table tfoot td p {
    text-align: left;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table tfoot td strong {
    font-weight: 500;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table tbody tr td {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 8px 15px;
    border-bottom: 1px solid #d6d6d6;
    color: #2d2c40;
    width: 50%;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table tbody tr td a {
    color: #181818;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table tbody tr td:last-child {
    text-align: right;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table thead:after {
    display: none;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table thead tr th {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 6px 15px;
    padding-bottom: 5px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table thead tr th:last-child {
    text-align: right;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table thead tr td {
    border: none;
    padding: 0;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-checkout-review-order table thead tr td .ro-checkout-title {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.woocommerce .woocommerce-checkout #customer_details .form-coupon-right {
    border: #ecedee 1px solid;
    padding: 0px 20px 15px 20px;
}

.woocommerce .woocommerce-checkout #customer_details .form-coupon-right .des {
    color: #2d2c40;
    font-size: 14px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 19px;
    font-weight: 400;
}

.woocommerce .woocommerce-checkout #customer_details .form-coupon-right .woocommerce-info .ro-checkout-title {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.woocommerce .woocommerce-checkout #customer_details .form-coupon-right .form-row ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #2d2c40;
}

.woocommerce .woocommerce-checkout #customer_details .form-coupon-right .form-row ::-moz-placeholder {
    /* Firefox 19+ */
    color: #2d2c40;
}

.woocommerce .woocommerce-checkout #customer_details .form-coupon-right .form-row :-ms-input-placeholder {
    /* IE 10+ */
    color: #2d2c40;
}

.woocommerce .woocommerce-checkout #customer_details .form-coupon-right .form-row :-moz-placeholder {
    /* Firefox 18- */
    color: #2d2c40;
}

.woocommerce .woocommerce-checkout #customer_details .form-coupon-right .form-row .input-text {
    border: none;
    border-bottom: 1px solid #ebebeb;
    height: 40px;
    text-align: center;
    font-weight: 400;
}

.woocommerce .woocommerce-checkout #customer_details .form-coupon-right .form-row .button {
    background: #ed1c24;
    color: #fff;
    border-radius: 25px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    padding: 13px 20px 13px 20px;
    border: none;
    margin: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    margin-left: 8px;
    letter-spacing: 2.8px;
}

.woocommerce .woocommerce-checkout #customer_details .form-coupon-right .form-row .button:hover {
    background: #181818 !important;
}

@media (max-width: 1199px) {
    .woocommerce .woocommerce-checkout #customer_details .form-coupon-right .form-row .button {
        margin: 0;
        padding: 13px 15px 13px 15px;
    }
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields {
    border: #d6d6d6 1px solid;
    padding: 25px 15px;
    border-top: 0px;
    border-top: none;
    border-bottom: 1px solid #d6d6d6 !important;
    padding-top: 0 !important;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row {
    margin-top: 10px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row textarea {
    border: none;
    border-bottom: 1px solid #d6d6d6;
    vertical-align: bottom;
    padding-top: 21px;
    margin-bottom: 14px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
    margin-left: 3px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .input-checkbox {
    margin: 0;
    margin-right: 5px;
    padding-left: 0;
    float: left;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .checkbox {
    display: initial;
    color: #646a7c;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    float: left;
    vertical-align: sub;
    line-height: 1;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields {
    border: #d6d6d6 1px solid;
    padding: 25px 15px;
    border-top: 0px;
    border-bottom: none;
    padding-bottom: 0;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row-first,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row-last,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row-first,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row-last {
    float: none;
    width: 100%;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .create-account p,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .create-account p {
    margin-bottom: 13px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .create-account .input-text,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .create-account .input-text {
    margin-bottom: 8px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row {
    margin-bottom: 14px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row label,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row label {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    vertical-align: bottom;
    color: #7a7992;
    line-height: 38px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row label abbr,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row label abbr {
    font-weight: 400;
    color: #7a7992;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row input,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row select,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row .select2,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row input,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row select,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row .select2 {
    display: inline-block;
    width: 100% !important;
    border: 1px solid #d6d6d6;
    float: right;
    height: 40px;
    padding: 0 15px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row .select2,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row .select2 {
    padding-bottom: 4px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row .select2 .select2-selection,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row .select2 .select2-selection {
    border: none;
    background: none;
    height: 40px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row .select2 .select2-selection .select2-selection__rendered,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row .select2 .select2-selection .select2-selection__rendered {
    color: #7a7992;
    padding: 0;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row .select2 .select2-selection .select2-selection__arrow,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row .select2 .select2-selection .select2-selection__arrow {
    height: 40px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row.create-account,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row.create-account {
    margin-bottom: 8px;
    margin-top: 31px;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row.create-account .input-checkbox,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row.create-account .input-checkbox {
    display: initial;
    margin: 0;
    margin-right: 5px;
    top: -12px;
    padding-left: 0;
    float: none;
}

.woocommerce .woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row.create-account label,
.woocommerce .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row.create-account label {
    width: auto !important;
    margin: 0;
    display: initial;
    color: #646a7c;
    text-transform: none;
}

.woocommerce #yith-wcwl-form {
    overflow-x: scroll;
}

.woocommerce #yith-wcwl-form .wishlist_table {
    margin: 0;
}

.woocommerce #yith-wcwl-form .wishlist_table td.product-add-to-cart a {
    height: 40px;
    text-align: center;
    padding: 0;
    width: 130px;
    line-height: 40px;
    border-radius: 40px;
    color: #fff;
    background: #ed1c24;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    margin: auto;
}

.woocommerce #yith-wcwl-form .wishlist_table td.product-add-to-cart a:hover {
    background: #181818;
}

.woocommerce #yith-wcwl-form .wishlist_table .product-stock-status {
    display: none;
}

.woocommerce #yith-wcwl-form .wishlist_table tbody tr td.product-name a.yith-wcqv-button {
    border-radius: 30px;
    width: 120px;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ed1c24;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    float: right;
}

.woocommerce #yith-wcwl-form .wishlist_table tbody tr td.product-name a.yith-wcqv-button:hover {
    background: #181818;
}

.woocommerce #yith-wcwl-form .wishlist_table tbody tr td.product-price del,
.woocommerce #yith-wcwl-form .wishlist_table tbody tr td.product-price del span {
    color: #9c9c9c;
}

.woocommerce #yith-wcwl-form .wishlist_table tbody tr td.product-price ins {
    text-decoration: none;
    float: left;
}

.woocommerce #yith-wcwl-form .wishlist_table tbody tr td.product-price .amount:nth-child(2),
.woocommerce #yith-wcwl-form .wishlist_table tbody tr td.product-price .amount:nth-child(2) span {
    text-decoration: line-through;
    color: #9c9c9c;
}

.woocommerce #yith-wcwl-form .wishlist_table thead tr th.product-name,
.woocommerce #yith-wcwl-form .wishlist_table tbody tr td.product-name {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .woocommerce #yith-wcwl-form .wishlist_table tbody>tr {
        position: relative;
    }

    .woocommerce #yith-wcwl-form .wishlist_table tbody>tr:after,
    .woocommerce #yith-wcwl-form .wishlist_table tbody>tr:before {
        content: '';
        height: 1px;
        width: 100%;
        position: absolute;
        background: #d6d6d6;
    }
}

@media (max-width: 991px) {

    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        padding: 0 15px;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        content: initial;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: center !important;
    }

    .woocommerce form .shop_table tbody tr td {
        padding: 0;
    }
}

#yith-quick-view-modal {
    z-index: 999999999;
}

.product-gallery {
    position: relative;
}

.product-gallery span.onsale {
    width: 40px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    background: #ed1c24;
}

.product-gallery .product-thumb-full {
    margin-bottom: 23px;
}

@media (max-width: 991px) {
    .product-gallery .list-product-gallery {
        margin-bottom: 30px;
    }
}

.product-gallery .list-product-gallery .slick-track {
    display: flex;
}

.product-gallery .list-product-gallery .slick-slide {
    margin-right: 30px;
}

@media (min-width: 1200px) {
    .product-gallery .list-product-gallery .slick-slide {
        width: 120px !important;
    }
}

.product-gallery .list-product-gallery .slick-slide:last-child {
    margin-right: 0;
}

@media (max-width: 1199px) {
    .product-gallery .list-product-gallery {
        margin-left: -10px;
        margin-right: -10px;
    }

    .product-gallery .list-product-gallery .slick-slide {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    .product-gallery .list-product-gallery .slick-arrow {
        opacity: 0 !important;
    }
}

.product-gallery .list-product-gallery .slick-arrow {
    opacity: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border: none;
    background-color: #ed1c24;
    color: #fff;
    line-height: 20px;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.product-gallery .list-product-gallery .slick-arrow:before {
    font-family: FontAwesome;
    padding-right: 30px;
    padding-left: 1px;
}

.product-gallery .list-product-gallery .slick-arrow.slick-prev:before {
    content: '\f104';
}

.product-gallery .list-product-gallery .slick-arrow.slick-next:before {
    content: '\f105';
}

.product-gallery .list-product-gallery:hover .slick-arrow {
    opacity: 1;
}

.product-gallery .list-product-gallery .slick-prev {
    left: 0;
}

.product-gallery .list-product-gallery .slick-next {
    right: 0;
}

.woocommerce .product-thumb span.onsale,
.woocommerce .product-thumb span.new {
    width: 40px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    background: #ed1c24;
    z-index: 9;
    display: inline-block;
    color: #fff;
    position: absolute;
    text-transform: capitalize;
    border: none;
    padding: 0;
    min-width: 45px;
    min-height: 45px;
    line-height: 45px;
}

.woocommerce .product-thumb span.new {
    left: auto;
    right: 0;
}

.product-item.masonry {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px !important;
}

.product-masonry .grid-size {
    width: 25%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-masonry .grid-size {
        width: 50%;
    }
}

.woocommerce table.shop_table tr.shipping th,
.woocommerce table.shop_table tr.order-total th {
    padding: 9px 15px;
}

.woocommerce-cart .woocommerce-cart-form .process-cart .total-cart .cart_totals .shop_table.shop_table_responsive tr th,
.woocommerce-cart .woocommerce-cart-form .process-cart .total-cart .cart_totals .shop_table.shop_table_responsive tr td {
    padding: 10px 0px;
    line-height: 1;
}

@media (max-width: 991px) {
    .list-post-content.row {
        margin-left: 0;
        margin-right: 0;
    }
}

.list-post-content .grid-size {
    visibility: hidden;
    min-height: 0;
    margin: 0 !important;
}

.list-post-content .post-template {
    margin-bottom: 30px;
    /* content post */
    /* meta post */
    /* read more */
}

@media (min-width: 768px) and (max-width: 991px) {
    .list-post-content .post-template.three-col:nth-child(2n+1) {
        clear: both;
    }

    .list-post-content .post-template.two-col:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .list-post-content .post-template.three-col:nth-child(3n+1) {
        clear: both;
    }

    .list-post-content .post-template.two-col:nth-child(2n+1) {
        clear: both;
    }
}

.list-post-content .post-template .format-video .blog-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: #ed1c24 !important;
    border-radius: 50%;
    text-indent: 4px;
    outline: none;
}

.list-post-content .post-template .thumb-post {
    overflow: hidden;
    position: relative;
}

.list-post-content .post-template .thumb-post>img {
    /* width: 100%; */
    height: auto;
}

.list-post-content .post-template .content-post {
    padding: 26px 35px 35px;
    background-color: #fff;
    /* layer fill content */
    -moz-box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.03);
    /* drop shadow */
    -webkit-box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.03);
    /* drop shadow */
    box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.03);
    /* drop shadow */
}

.list-post-content .post-template .title-post {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #181818;
    padding-top: 12px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    text-transform: capitalize;
    line-height: 38px;
    word-wrap: break-word;
}

.list-post-content .post-template .title-post:hover {
    color: #ed1c24;
}

.list-post-content .post-template ul.post-meta {
    margin: 0;
    padding: 0;
}

.list-post-content .post-template ul.post-meta li {
    display: inline-block;
    margin-right: 0px;
    /* text-transform: uppercase; */
    font-size: 12px;
    vertical-align: 0;
    /* font-weight: 300; */
    color: #181818;
    vertical-align: middle;
}

.list-post-content .post-template ul.post-meta li a {
    color: #181818;
    font-weight: 400;
    display: inline-block;
}

.list-post-content .post-template ul.post-meta li a:hover {
    color: #ed1c24;
}

.list-post-content .post-template ul.post-meta .dot {
    background: #ed1c24;
    height: 3px;
    width: 3px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0px 7px;
}

.list-post-content .post-template ul.post-meta .category a:after {
    content: ',';
    padding-right: 3px;
}

.list-post-content .post-template ul.post-meta .category a:last-child:after {
    content: '';
}

.list-post-content .post-template .des-post {
    margin-bottom: 26px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding-top: 10px;
}

.list-post-content .post-template .btn-readmore {
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    padding: 4px 20px;
    letter-spacing: 0.3px;
    background: #181818;
    display: inline-block;
    border-radius: 50px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.list-post-content .post-template .btn-readmore:hover {
    background: #ed1c24;
}

.list-post-content .post-template.one-columns .title-post {
    font-size: 30px;
    line-height: 40px;
    padding-top: 8px;
}

.list-post-content .post-template.one-columns .des-post {
    padding-top: 10px;
}

.list-post-content .post-template.columns .author-post {
    display: none !important;
}

.list-post-content .post-template.columns .content-post {
    padding: 26px 25px 35px;
}

.list-post-content.template-carousel .item-carousel {
    margin-left: 15px;
    margin-right: 15px;
}

.list-post-content.template-carousel ul.post-meta li.author-post {
    display: none;
}

.list-post-content.template-carousel .owl-carousel .owl-controls .owl-nav>div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 18px;
}

.list-post-content.template-carousel .owl-carousel .owl-controls .owl-dots {
    display: none !important;
}

.bt-pagination {
    padding-bottom: 100px;
    padding-top: 42px;
}

.bt-pagination .page-numbers {
    height: 50px;
    width: 50px;
    background: red;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    color: #181818;
    border-radius: 50%;
    margin-right: 27px;
    background: #efefef;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.bt-pagination .page-numbers.current,
.bt-pagination .page-numbers:hover {
    background: #181818;
    color: #fff;
}

.bt-pagination .page-numbers.next,
.bt-pagination .page-numbers.prev {
    width: auto;
    background: none !important;
    color: #181818 !important;
    font-weight: 500;
}

.bt-pagination .page-numbers.next {
    margin: 0;
}

@media (max-width: 767px) {
    .bt-pagination .page-numbers {
        margin-bottom: 10px;
    }
}

.single-post .title-image,
.single-testimonial .title-image,
.single-team .title-image {
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 2px;
}

.single-post .post-password-form input[type="password"],
.single-post .post-password-form input[type="submit"],
.single-testimonial .post-password-form input[type="password"],
.single-testimonial .post-password-form input[type="submit"],
.single-team .post-password-form input[type="password"],
.single-team .post-password-form input[type="submit"] {
    height: 40px;
    border: 1px solid #d6d6d6;
    padding: 0 15px;
}

.single-post .post-password-form input[type="submit"],
.single-testimonial .post-password-form input[type="submit"],
.single-team .post-password-form input[type="submit"] {
    background: #181818;
    border: 1px solid #181818;
    color: #fff;
}

.single-post .post-password-form input[type="submit"]:hover,
.single-testimonial .post-password-form input[type="submit"]:hover,
.single-team .post-password-form input[type="submit"]:hover {
    background: #ed1c24;
    border: 1px solid #ed1c24;
}

.single-post ul li span,
.single-post ul li em,
.single-post ul li strong,
.single-testimonial ul li span,
.single-testimonial ul li em,
.single-testimonial ul li strong,
.single-team ul li span,
.single-team ul li em,
.single-team ul li strong {
    font-size: 14px !important;
}

.single-post .thumb-post-top.is_image,
.single-testimonial .thumb-post-top.is_image,
.single-team .thumb-post-top.is_image {
    margin-bottom: -70px;
}

.single-post .thumb-post-top img,
.single-testimonial .thumb-post-top img,
.single-team .thumb-post-top img {
    display: block;
    margin: auto;
}

.single-post .blog-page,
.single-testimonial .blog-page,
.single-team .blog-page {
    padding-bottom: 68px;
}

.single-post .content-single,
.single-testimonial .content-single,
.single-team .content-single {
    /* margin: 0px 60px 0px; */
    position: relative;
    /* background-color: #fff; */
    /* layer fill content */
   /*  padding-left: 90px;
    padding-right: 90px; */
    padding-bottom: 34px;
}

.single-post .content-single.is_image,
.single-testimonial .content-single.is_image,
.single-team .content-single.is_image {
    padding-top: 62px;
}

@media (max-width: 991px) {

    .single-post .content-single,
    .single-testimonial .content-single,
    .single-team .content-single {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
    }
}

.single-post .content-single .title-and-meta .title-post,
.single-testimonial .content-single .title-and-meta .title-post,
.single-team .content-single .title-and-meta .title-post {
    font-weight: 700;
    font-size: 34px;
    line-height: 52px;
    color: #181818;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-top: 2px;
    word-wrap: break-word;
}

.single-post .content-single .title-and-meta ul,
.single-testimonial .content-single .title-and-meta ul,
.single-team .content-single .title-and-meta ul {
    margin: 0;
    padding: 0;
}

.single-post .content-single .title-and-meta ul li,
.single-testimonial .content-single .title-and-meta ul li,
.single-team .content-single .title-and-meta ul li {
    display: inline-block;
    margin-right: 0px;
    /* text-transform: uppercase; */
    font-size: 12px;
    vertical-align: 0;
    /* font-weight: 300; */
    /* color: #7a7a7a; */
    color: #181818;
    vertical-align: middle;
}

.single-post .content-single .title-and-meta ul li a,
.single-testimonial .content-single .title-and-meta ul li a,
.single-team .content-single .title-and-meta ul li a {
    color: #181818;
    font-weight: 400;
    display: inline-block;
}

.single-post .content-single .title-and-meta ul li a:hover,
.single-testimonial .content-single .title-and-meta ul li a:hover,
.single-team .content-single .title-and-meta ul li a:hover {
    color: #ed1c24;
}

.single-post .content-single .title-and-meta ul .dot,
.single-testimonial .content-single .title-and-meta ul .dot,
.single-team .content-single .title-and-meta ul .dot {
    background: #ed1c24;
    height: 3px;
    width: 3px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0px 7px;
}

.single-post .content-single .title-and-meta ul .category a:after,
.single-testimonial .content-single .title-and-meta ul .category a:after,
.single-team .content-single .title-and-meta ul .category a:after {
    content: ',';
    padding-right: 3px;
}

.single-post .content-single .title-and-meta ul .category a:last-child:after,
.single-testimonial .content-single .title-and-meta ul .category a:last-child:after,
.single-team .content-single .title-and-meta ul .category a:last-child:after {
    content: '';
    padding-right: 0;
}

.single-post .content-single .post-quote,
.single-testimonial .content-single .post-quote,
.single-team .content-single .post-quote {
    background: url(assets/images/quote.png) no-repeat;
    display: block;
    padding-left: 55px;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 30px;
    font-weight: 600;
}

.single-post .content-single .footer-content,
.single-testimonial .content-single .footer-content,
.single-team .content-single .footer-content {
    display: flex;
    clear: both;
}

.single-post .content-single .footer-content .love-post,
.single-post .content-single .footer-content .tags,
.single-testimonial .content-single .footer-content .love-post,
.single-testimonial .content-single .footer-content .tags,
.single-team .content-single .footer-content .love-post,
.single-team .content-single .footer-content .tags {
    display: inline-block;
    width: 50%;
}

.single-post .content-single .footer-content .tags,
.single-testimonial .content-single .footer-content .tags,
.single-team .content-single .footer-content .tags {
    text-align: right;
}

.single-post .content-single .footer-content .tags .text-tags,
.single-testimonial .content-single .footer-content .tags .text-tags,
.single-team .content-single .footer-content .tags .text-tags {
    display: inline-block;
}

.single-post .content-single .footer-content .tags ul,
.single-testimonial .content-single .footer-content .tags ul,
.single-team .content-single .footer-content .tags ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.single-post .content-single .footer-content .tags ul li,
.single-testimonial .content-single .footer-content .tags ul li,
.single-team .content-single .footer-content .tags ul li {
    display: inline-block;
}

.single-post .content-single .footer-content .tags ul li:after,
.single-testimonial .content-single .footer-content .tags ul li:after,
.single-team .content-single .footer-content .tags ul li:after {
    content: ',';
}

.single-post .content-single .footer-content .tags ul li:last-child:after,
.single-testimonial .content-single .footer-content .tags ul li:last-child:after,
.single-team .content-single .footer-content .tags ul li:last-child:after {
    content: initial;
}

.single-post .single-blog,
.single-testimonial .single-blog,
.single-team .single-blog {
    /* author info  */
    /* Pagination */
    /* Related post */
    padding-top: 35px;
}

.single-post .single-blog .single-carousel,
.single-testimonial .single-blog .single-carousel,
.single-team .single-blog .single-carousel {
    margin-bottom: 50px;
}

.single-post .single-blog .single-carousel .owl-carousel .owl-controls .owl-dots,
.single-testimonial .single-blog .single-carousel .owl-carousel .owl-controls .owl-dots,
.single-team .single-blog .single-carousel .owl-carousel .owl-controls .owl-dots {
    bottom: 15px;
}

.single-post .single-blog .single-carousel .owl-carousel .owl-controls .owl-dots .owl-dot,
.single-testimonial .single-blog .single-carousel .owl-carousel .owl-controls .owl-dots .owl-dot,
.single-team .single-blog .single-carousel .owl-carousel .owl-controls .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border: 1px solid #181818;
}

.single-post .single-blog .single-carousel .owl-carousel .owl-controls .owl-dots .owl-dot.active,
.single-testimonial .single-blog .single-carousel .owl-carousel .owl-controls .owl-dots .owl-dot.active,
.single-team .single-blog .single-carousel .owl-carousel .owl-controls .owl-dots .owl-dot.active {
    border: 1px solid #ed1c24;
    background: #ed1c24;
}

.single-post .single-blog .footer-single,
.single-testimonial .single-blog .footer-single,
.single-team .single-blog .footer-single {
/*     padding-left: 150px;
    padding-right: 150px; */
    clear: both;
}

@media (max-width: 991px) {

    .single-post .single-blog .footer-single,
    .single-testimonial .single-blog .footer-single,
    .single-team .single-blog .footer-single {
        padding-left: 0;
        padding-right: 0;
    }
}

.single-post .single-blog .block-info-author,
.single-testimonial .single-blog .block-info-author,
.single-team .single-blog .block-info-author {
    padding-top: 68px;
}

.single-post .single-blog .block-info-author .title-box,
.single-testimonial .single-blog .block-info-author .title-box,
.single-team .single-blog .block-info-author .title-box {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #181818;
    text-transform: capitalize;
    margin-bottom: 46px;
    font-style: normal;
}

.single-post .single-blog .block-info-author .avatar,
.single-testimonial .single-blog .block-info-author .avatar,
.single-team .single-blog .block-info-author .avatar {
    border-radius: 50%;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.single-post .single-blog .block-info-author .avatar img,
.single-testimonial .single-blog .block-info-author .avatar img,
.single-team .single-blog .block-info-author .avatar img {
    margin: 0;
}

.single-post .single-blog .block-info-author .content-info-author,
.single-testimonial .single-blog .block-info-author .content-info-author,
.single-team .single-blog .block-info-author .content-info-author {
    display: inline-block;
    margin-left: -4px;
    width: calc(100% - 100px);
    vertical-align: middle;
    padding-left: 30px;
}

.single-post .single-blog .block-info-author .content-info-author .name,
.single-testimonial .single-blog .block-info-author .content-info-author .name,
.single-team .single-blog .block-info-author .content-info-author .name {
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 600;
    color: #181818;
}

.single-post .single-blog .block-info-author .content-info-author .info-author,
.single-testimonial .single-blog .block-info-author .content-info-author .info-author,
.single-team .single-blog .block-info-author .content-info-author .info-author {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #4a4a4a;
    padding-top: 12px;
}

.single-post .single-blog .pagination-post,
.single-testimonial .single-blog .pagination-post,
.single-team .single-blog .pagination-post {
    padding-top: 46px;
    padding-bottom: 42px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.single-post .single-blog .related-post,
.single-testimonial .single-blog .related-post,
.single-team .single-blog .related-post {
    padding-top: 50px;
}

.single-post .single-blog .related-post .single-grid .post-content,
.single-testimonial .single-blog .related-post .single-grid .post-content,
.single-team .single-blog .related-post .single-grid .post-content {
    padding-top: 20px;
}

.single-post .single-blog .related-post .single-grid .post-content .title a,
.single-testimonial .single-blog .related-post .single-grid .post-content .title a,
.single-team .single-blog .related-post .single-grid .post-content .title a {
    font-size: 16px;
    line-height: 18px;
    color: #181818;
}

.single-post .single-blog .related-post .single-grid .post-content .title a:hover,
.single-testimonial .single-blog .related-post .single-grid .post-content .title a:hover,
.single-team .single-blog .related-post .single-grid .post-content .title a:hover {
    color: #ed1c24;
}

.single-post .single-blog .related-post .tb-title h3,
.single-testimonial .single-blog .related-post .tb-title h3,
.single-team .single-blog .related-post .tb-title h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 35px;
    padding-top: 15px;
    color: #181818;
}

.single-post .single-blog .related-post .list-post-content .post-template.columns,
.single-testimonial .single-blog .related-post .list-post-content .post-template.columns,
.single-team .single-blog .related-post .list-post-content .post-template.columns {
    margin-bottom: 0;
}

.single-post .single-blog .related-post .list-post-content .post-template.columns .content-post,
.single-testimonial .single-blog .related-post .list-post-content .post-template.columns .content-post,
.single-team .single-blog .related-post .list-post-content .post-template.columns .content-post {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    box-shadow: none;
}

.single-post .single-blog .related-post .list-post-content .post-template.columns .content-post .des-post,
.single-post .single-blog .related-post .list-post-content .post-template.columns .content-post .read-more,
.single-testimonial .single-blog .related-post .list-post-content .post-template.columns .content-post .des-post,
.single-testimonial .single-blog .related-post .list-post-content .post-template.columns .content-post .read-more,
.single-team .single-blog .related-post .list-post-content .post-template.columns .content-post .des-post,
.single-team .single-blog .related-post .list-post-content .post-template.columns .content-post .read-more {
    display: none;
}

.single-post .single-blog .related-post .list-post-content .post-template.columns .title-post,
.single-testimonial .single-blog .related-post .list-post-content .post-template.columns .title-post,
.single-team .single-blog .related-post .list-post-content .post-template.columns .title-post {
    margin-bottom: -6px;
}

.single-post .single-blog .blog-content,
.single-testimonial .single-blog .blog-content,
.single-team .single-blog .blog-content {
    letter-spacing: 0.2px;
    font-size: 14px;
    font-weight: 400;
}

.single-post .single-blog .blog-content .audio,
.single-testimonial .single-blog .blog-content .audio,
.single-team .single-blog .blog-content .audio {
    margin-bottom: 34px;
}

.single-post .single-blog .blog-content em,
.single-post .single-blog .blog-content blockquote,
.single-testimonial .single-blog .blog-content em,
.single-testimonial .single-blog .blog-content blockquote,
.single-team .single-blog .blog-content em,
.single-team .single-blog .blog-content blockquote {
    font-weight: 400;
}

.single-post .single-blog .blog-content img,
.single-testimonial .single-blog .blog-content img,
.single-team .single-blog .blog-content img {
    max-width: 100%;
    display: block;
}

.single-post .single-blog .blog-content .gallery,
.single-testimonial .single-blog .blog-content .gallery,
.single-team .single-blog .blog-content .gallery {
    margin-right: -15px;
    margin-left: -15px;
}

.single-post .single-blog .blog-content .gallery:before,
.single-post .single-blog .blog-content .gallery:after,
.single-testimonial .single-blog .blog-content .gallery:before,
.single-testimonial .single-blog .blog-content .gallery:after,
.single-team .single-blog .blog-content .gallery:before,
.single-team .single-blog .blog-content .gallery:after {
    content: '';
    clear: both;
    display: table;
}

.single-post .single-blog .blog-content .gallery .gallery-item,
.single-testimonial .single-blog .blog-content .gallery .gallery-item,
.single-team .single-blog .blog-content .gallery .gallery-item {
    float: left;
    margin: 0;
    padding: 15px;
}

.single-post .single-blog .blog-content .gallery.gallery-columns-3 .gallery-item,
.single-testimonial .single-blog .blog-content .gallery.gallery-columns-3 .gallery-item,
.single-team .single-blog .blog-content .gallery.gallery-columns-3 .gallery-item {
    width: 33.333%;
}

.single-post .single-blog .blog-content .gallery.gallery-columns-4 .gallery-item,
.single-testimonial .single-blog .blog-content .gallery.gallery-columns-4 .gallery-item,
.single-team .single-blog .blog-content .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}

.single-post .single-blog .blog-content .gallery.gallery-columns-2 .gallery-item,
.single-testimonial .single-blog .blog-content .gallery.gallery-columns-2 .gallery-item,
.single-team .single-blog .blog-content .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}

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

    .single-post .single-blog .blog-content .gallery.gallery-columns-3 .gallery-item,
    .single-post .single-blog .blog-content .gallery.gallery-columns-4 .gallery-item,
    .single-post .single-blog .blog-content .gallery.gallery-columns-2 .gallery-item,
    .single-testimonial .single-blog .blog-content .gallery.gallery-columns-3 .gallery-item,
    .single-testimonial .single-blog .blog-content .gallery.gallery-columns-4 .gallery-item,
    .single-testimonial .single-blog .blog-content .gallery.gallery-columns-2 .gallery-item,
    .single-team .single-blog .blog-content .gallery.gallery-columns-3 .gallery-item,
    .single-team .single-blog .blog-content .gallery.gallery-columns-4 .gallery-item,
    .single-team .single-blog .blog-content .gallery.gallery-columns-2 .gallery-item {
        width: 50%;
    }
}

@media (max-width: 767px) {

    .single-post .single-blog .blog-content .gallery.gallery-columns-3 .gallery-item,
    .single-post .single-blog .blog-content .gallery.gallery-columns-4 .gallery-item,
    .single-post .single-blog .blog-content .gallery.gallery-columns-2 .gallery-item,
    .single-testimonial .single-blog .blog-content .gallery.gallery-columns-3 .gallery-item,
    .single-testimonial .single-blog .blog-content .gallery.gallery-columns-4 .gallery-item,
    .single-testimonial .single-blog .blog-content .gallery.gallery-columns-2 .gallery-item,
    .single-team .single-blog .blog-content .gallery.gallery-columns-3 .gallery-item,
    .single-team .single-blog .blog-content .gallery.gallery-columns-4 .gallery-item,
    .single-team .single-blog .blog-content .gallery.gallery-columns-2 .gallery-item {
        width: 100%;
    }
}

.single-post .pagination-post,
.single-testimonial .pagination-post,
.single-team .pagination-post {
    padding-top: 86px;
    padding-bottom: 88px;
}

.single-post .pagination-post .icon-nav,
.single-testimonial .pagination-post .icon-nav,
.single-team .pagination-post .icon-nav {
    display: none;
}

.single-post .pagination-post .prev-btn,
.single-post .pagination-post .next-btn,
.single-testimonial .pagination-post .prev-btn,
.single-testimonial .pagination-post .next-btn,
.single-team .pagination-post .prev-btn,
.single-team .pagination-post .next-btn {
    width: 50%;
    float: left;
    font-size: 13px;
}

.single-post .pagination-post .prev-btn .title,
.single-post .pagination-post .next-btn .title,
.single-testimonial .pagination-post .prev-btn .title,
.single-testimonial .pagination-post .next-btn .title,
.single-team .pagination-post .prev-btn .title,
.single-team .pagination-post .next-btn .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 0;
    word-wrap: break-word;
}

.single-post .pagination-post .prev-btn .title:hover,
.single-post .pagination-post .next-btn .title:hover,
.single-testimonial .pagination-post .prev-btn .title:hover,
.single-testimonial .pagination-post .next-btn .title:hover,
.single-team .pagination-post .prev-btn .title:hover,
.single-team .pagination-post .next-btn .title:hover {
    color: #ed1c24;
}

.single-post .pagination-post .prev-btn span,
.single-post .pagination-post .next-btn span,
.single-testimonial .pagination-post .prev-btn span,
.single-testimonial .pagination-post .next-btn span,
.single-team .pagination-post .prev-btn span,
.single-team .pagination-post .next-btn span {
    text-transform: uppercase;
    font-style: italic;
}

.single-post .pagination-post .prev-btn,
.single-testimonial .pagination-post .prev-btn,
.single-team .pagination-post .prev-btn {
    text-align: left;
}

.single-post .pagination-post .prev-btn span,
.single-testimonial .pagination-post .prev-btn span,
.single-team .pagination-post .prev-btn span {
    padding-left: 7px;
}

.single-post .pagination-post .next-btn,
.single-testimonial .pagination-post .next-btn,
.single-team .pagination-post .next-btn {
    text-align: right;
}

.single-post .pagination-post .next-btn span,
.single-testimonial .pagination-post .next-btn span,
.single-team .pagination-post .next-btn span {
    padding-right: 7px;
}

@media (max-width: 767px) {
    .list-post-content.template-masonry {
        margin-left: 0;
        margin-right: 0;
    }

    .single-post .tags-and-social-bar .tags,
    .single-post .tags-and-social-bar .single-event-social-bar {
        display: block;
        width: 100%;
        text-align: left;
    }

    .single-post .tags-and-social-bar .tags {
        margin-bottom: 15px;
    }
}

@media (max-width: 320px) {
    .list-post-content .post-template .socical li {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .list-post-content .post-template.default .post-item .content-post {
        padding: 30px 15px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {

    .menu-right-sidebar .list-post-content .post-template.masonry .content-post,
    .menu-left-sidebar .list-post-content .post-template.masonry .content-post {
        padding: 28px 24px 34px;
    }

    .menu-right-sidebar .list-post-content .post-template.masonry .content-post .socical,
    .menu-left-sidebar .list-post-content .post-template.masonry .content-post .socical {
        float: left;
        padding-top: 10px;
    }
}

.single-post .bt-title-bar-wrap>div>div>div:nth-child(1) {
    display: none;
}

.single-post .bt-title-bar-wrap>div>div>div:nth-child(2) {
    width: 100%;
}

.single-post .bt-title-bar-wrap>div>div>div:nth-child(2) .bt-title-bar {
    text-align: left;
}

.blog-comments {
    padding-top: 65px;
    /* Form comment */
}

.blog-comments .ro-heading-comment {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 18px;
    line-height: 24px;
    color: #181818;
    margin: 0;
}

.blog-comments .depth-1.parent.comment:nth-of-type(2) {
    border-bottom: none;
}

.blog-comments .depth-1.parent:last-child {
    padding-bottom: 74px;
}

.blog-comments .depth-1:nth-last-child(2) .cmt-list {
    border: none;
}

.blog-comments .depth-1 {
    border-bottom: 1px solid #d6d6d6;
}

.blog-comments .depth-1:nth-last-child(2) {
    border-bottom: none;
}

.blog-comments .depth-1 .comment {
    margin-left: 100px;
    border-top: 1px solid #d6d6d6;
}

@media (max-width: 991px) {
    .blog-comments .depth-1 .comment {
        margin-left: 30px;
    }
}

.blog-comments .depth-1 .comment-respond {
    padding-bottom: 50px;
}

.blog-comments .comment-details {
    padding-top: 44px;
    padding-bottom: 40px;
}

.blog-comments .comment-details .the-date {
    font-size: 12px;
    color: #959595;
    line-height: 24px;
}

.blog-comments .comment-details .name {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #181818;
    line-height: 24px;
}

.blog-comments .comment-details .message {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #4a4a4a;
    margin-top: 10px;
}

.blog-comments .comment-details .comment-reply-link {
    font-size: 12px;
    text-transform: uppercase;
    color: #959595;
    font-weight: 700;
    padding-top: 14px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.blog-comments .comment-details .comment-reply-link:hover {
    color: #ed1c24;
    border-bottom: 1px solid;
}

.blog-comments .comment-details .avatar {
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.blog-comments .comment-details .text-comment {
    float: left;
    width: calc(100% - 70px);
    padding-left: 30px;
}

@media (max-width: 991px) {
    .blog-comments .comment-details .avatar {
        width: 50px;
        height: 50px;
    }

    .blog-comments .comment-details .text-comment {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
}

.blog-comments .comment-respond .comment-reply-title {
    font-weight: 600;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 24px;
    color: #181818;
}

.blog-comments .comment-respond .comment-reply-title.pd-title {
    padding-top: 16px;
}

.blog-comments .comment-respond .commentform .logged-in-as {
    padding: 15px;
}

.blog-comments .comment-respond .commentform #author,
.blog-comments .comment-respond .commentform #email {
    width: 100%;
    height: 40px;
    background: none;
    border: none;
    outline: none;
    margin-bottom: 40px;
    padding: 0px;
    border-bottom: 1px solid #bbbaba;
    font-size: 14px;
}

.blog-comments .comment-respond .commentform #comment {
    width: 100%;
    height: 150px;
    background: none;
    border: none;
    outline: none;
    margin-bottom: 40px;
    padding: 0;
    border-bottom: 1px solid #bbbaba;
    font-size: 14px;
}

.blog-comments .comment-respond .commentform .form-submit {
    padding: 0 15px;
}

.blog-comments .comment-respond .commentform .form-submit input {
    height: 60px;
    width: 200px;
    background: #181818;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border: none;
    outline: none;
    font-style: italic;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.blog-comments .comment-respond .commentform .form-submit input:hover {
    background: #ed1c24;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

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

nav.navigation.pagination .page-numbers {
    height: 50px;
    width: 50px;
    background: red;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    color: #181818;
    border-radius: 50%;
    margin-right: 27px;
    background: #efefef;
    text-transform: uppercase;
    font-size: 16px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

nav.navigation.pagination .page-numbers.current,
nav.navigation.pagination .page-numbers:hover {
    background: #181818;
    color: #fff;
}

@media (min-width: 1200px) {
    .right-sidebar {
        padding-left: 70px;
    }

    .left-sidebar {
        padding-right: 70px;
    }
}

.post-item.sticky .content-post {
    background: #fafafa;
}

.pagination .screen-reader-text {
    display: none;
}

.blog-sidebar .widget {
    margin-bottom: 64px;
}

.blog-sidebar .widget ul,
.blog-sidebar .widget ol {
    padding: 0;
    margin: 0;
}

.blog-sidebar .widget select {
    width: 100%;
    height: 40px;
}

.blog-sidebar .widget .sub-menu-dropdown {
    box-shadow: none;
    padding-left: 15px;
}

.blog-sidebar .widget .sub-menu-dropdown li a {
    text-transform: inherit;
}

.blog-sidebar .widget.widget_pages .children {
    padding-left: 15px;
}

.blog-sidebar .widget.widget_tag_cloud {
    margin-bottom: 34px;
}

.blog-sidebar .widget.widget_tag_cloud .tagcloud a {
    text-transform: uppercase;
    font-style: italic;
    font-size: 13px !important;
    display: inline-block;
    padding-right: 2px;
}

.blog-sidebar .widget.widget_tag_cloud .tagcloud a:after {
    content: ',';
}

.blog-sidebar .widget.widget_tag_cloud .tagcloud a:last-child:after {
    content: '';
}

.blog-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    color: #ed1c24;
}

.blog-sidebar .widget.widget_media_image {
    overflow: hidden;
    position: relative;
}

.blog-sidebar .widget.widget_media_image img {
    width: 100%;
}

.blog-sidebar .widget.widget_jws_theme_instagram_widget {
    margin-bottom: 28px;
}

.blog-sidebar .widget.widget_social-widget ul li {
    display: inline-block;
    padding-right: 28px;
}

.blog-sidebar .widget.widget_social-widget ul li a:hover {
    color: #181818;
}

.blog-sidebar .widget.widget_social-widget ul li:last-child {
    padding-right: 0;
}

.wg-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 28px;
}

.widget ul li {
    font-size: 14px;
    line-height: 20px;
    color: #181818;
    font-weight: 300;
    padding: 4px 0px;
    position: relative;
}

.widget-author .name {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize;
    color: #181818;
}

.widget-author .author-name {
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
    padding-left: 26px;
}

.widget-author .thumbnail-avatar {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.widget-author .thumbnail-avatar img {
    margin: 0;
    border-radius: 50%;
}

.widget-author .info-author {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    font-weight: 300;
    color: #4a4a4a;
}

.widget_recent-post {
    padding-bottom: 6px;
}

.widget_recent-post .recent-post {
    clear: both;
    margin-bottom: 15px;
    padding: 0;
    margin-bottom: 20px;
}

.widget_recent-post .recent-post .title-widget {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin: 0;
    color: #181818;
}

.widget_recent-post .recent-post .title-widget:hover {
    color: #ed1c24;
}

.widget_recent-post .recent-post .post-meta {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0;
}

.widget_recent-post .recent-post .post-thumb,
.widget_recent-post .recent-post .post-title-and-date {
    display: inline-block;
    float: left;
}

.widget_recent-post .recent-post .post-thumb {
    width: 80px;
}

.widget_recent-post .recent-post .post-title-and-date {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.widget_categories ul li,
.widget_archive ul li {
    text-transform: capitalize;
}

.widget_categories ul li a,
.widget_archive ul li a {
    padding-right: 10px;
}

.widget_categories ul li a,
.widget_categories ul li span,
.widget_archive ul li a,
.widget_archive ul li span {
    color: #4a4a4a;
    position: relative;
}

.widget_categories ul li a:hover,
.widget_categories ul li span:hover,
.widget_archive ul li a:hover,
.widget_archive ul li span:hover {
    color: #ed1c24;
}

.widget_categories ul li .cat-count,
.widget_archive ul li .cat-count {
    float: right;
}

.widget_categories ul li ul,
.widget_archive ul li ul {
    padding-left: 15px !important;
}

.widget_categories>ul>li:last-child,
.widget_archive>ul>li:last-child {
    padding-bottom: 0;
}

.widget_search .wg-title,
.widget_search .screen-reader-text {
    display: none;
}

.widget_search .search,
.widget_search .search-form {
    position: relative;
}

.widget_search input[type="text"] {
    border: none;
    outline: none;
    font-size: 12px;
    color: #7a7a7a;
    width: 100%;
    height: 50px;
    padding: 0 75px 0 15px;
    background: #f6f6f6;
}

.widget_search input[type="text"]::placeholder {
    text-transform: uppercase;
}

.widget_search button[type="submit"] {
    outline: none;
    border: none;
    background: none;
    font-size: 18px;
    color: #181818;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.widget_search button[type="submit"]:hover {
    color: #ed1c24;
}

.widget_jws_theme_instagram_widget .instafeed {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.widget_jws_theme_instagram_widget .instafeed .item {
    padding: 0 7.5px 0px 7.5px;
    margin-bottom: 15px;
}

.widget_jws_theme_instagram_widget .instafeed .item a {
    overflow: hidden;
    position: relative;
    display: block;
}

.widget_jws_theme_instagram_widget .instafeed .item a:before {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(140deg) scale(0.5);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    opacity: 0;
    z-index: 1;
}

.widget_jws_theme_instagram_widget .instafeed .item a:hover:before {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.widget_jws_theme_instagram_widget .instafeed .item a img {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}

.widget_jws_theme_instagram_widget .instafeed .item a:hover img {
    transform: rotate(5deg) scale(1.5);
}

.icon-nav-mobile {
    font-size: 30px;
    text-align: right;
    color: #181818;
    cursor: pointer;
}

#wp-header {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

#wp-header.hd-relative {
    z-index: 99999999;
}

#wp-header .sticky-header.main-header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

#wp-header .nav.navbar-nav {
    margin: 0;
}

#wp-header .main-header {
    clear: both;
}

@media (min-width: 1200px) {
    #wp-header .header-fixed.sticky-header.main-header {
        background: #fff;
    }

    #wp-header .header-fixed.main-header {
        position: fixed;
        background: transparent;
    }
}

@media (min-width: 992px) {
    .admin-bar #jws-main #wp-header .main-header.header-fixed {
        top: 32px !important;
    }
}

.box-content {
    padding-left: 54px;
    line-height: 24px;
    text-align: left;
    position: fixed;
    right: -370px;
    height: 100%;
    width: 380px;
    background: #181818;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    top: 0;
    z-index: 9999999;
    padding-right: 20px;
}

.box-content .logo-text {
    color: #fff;
}

.box-content .widget {
    display: block !important;
    color: #9c9c9c;
    font-size: 13px !important;
    margin-bottom: 50px;
}

.box-content .widget:nth-child(2) {
    margin-bottom: 20px;
}

.box-content.open {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.box-content ul {
    margin: 0;
    padding: 0;
}

.box-content ul li {
    padding: 6px 0;
    color: #9c9c9c !important;
    font-size: 13px !important;
}

.box-content>a {
    height: 55px;
    width: 100%;
    line-height: 55px;
    display: block;
    text-align: right;
    font-size: 20px;
    color: #fff;
}

.box-content .copyright {
    font-size: 13px;
}

@media (max-width: 991px) {
    #wp-header {
        z-index: 9999999;
    }

    #wp-header .main-header {
        position: inherit !important;
    }

    .wp-admin-bar {
        position: fixed !important;
    }

    .box-content {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    .sub-sub-menu{
    	padding-left: 15px !important;

    }

    .sub-menu-dropdown.active_submenu{
    	display: block !important;
    }
	
	.icon-up i:before{
		content: "\f3d8";
	}
    .content-menu .nav {
        z-index: 999;
        left: -300px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        position: fixed;
        top: 0;
        width: 260px;
        height: 100%;
        background: #fff;
        display: block;
        box-shadow: 0 0 5px;
        text-align: left;
    }

    .content-menu .nav.open {
        left: 0;
        overflow-y: scroll;
    }

    .content-menu .nav>li.menu-item-has-children>a,
    .content-menu .nav>li.menu-item-has-children>span {
        display: inline-block;
    }

    .content-menu .nav>li .icon-toggle-menu {
        float: right;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .content-menu .nav>li .standard.sub-menu {
        display: none;
        margin-left: 0;
        padding-left: 30px;
    }

    .content-menu .nav>li .standard.sub-menu.open {
        display: block;
    }

    .content-menu .nav li {
        position: relative;
        list-style: none;
        float: none;
    }

    .content-menu .nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        text-transform: uppercase;
        font-size: 14px;
    }

    .content-menu .nav .container {
        width: 100%;
    }

    .content-menu .nav .container .wpb_column.vc_column_container {
        width: 100%;
    }

    .content-menu .nav ul,
    .content-menu .nav ol {
        margin: 0;
        padding: 0;
    }

    .content-menu .nav .logo-center {
        display: none;
    }

    .content-menu .sub-menu-dropdown {
        display: none;
        padding-left: 15px;
        margin-left: 15px;
        border-left: 1px solid #d6d6d6;
    }

    .content-menu .sub-menu-dropdown.open {
        display: block;
    }

    .content-menu .sub-menu-dropdown .vc_column-inner {
        padding: 0 !important;
    }

    .content-menu .title-menu {
        display: none;
    }

    .content-menu .right-content-menu {
        float: right;
    }

    .content-menu .search-form-area,
    .content-menu .right-menu,
    .content-menu .search-left,
    .content-menu .cart-right {
        display: inline-block;
        vertical-align: middle;
    }

    .content-menu .widget_social-widget,
    .content-menu .wpb_single_image {
        display: none;
    }

    .content-menu .widget_shopping_cart>div {
        padding: 0 15px 0 0;
    }

    .content-menu .widget_shopping_cart>div .bt-icon,
    .content-menu .widget_shopping_cart>div .search-form-trigger {
        font-size: 18px;
    }

    .content-menu .widget_shopping_cart .cart_total {
        display: none;
    }

    .main-header {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .main-header .full-width {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-header .sub-menu,
    .main-header .wpb_text_column.wpb_content_element,
    .main-header .sub-sub-menu {
        padding: 0;
        margin: 0;
    }

    .main-header .right-wg-menu .widget-sidebar {
        float: right;
    }

    .main-header .right-wg-menu .widget-sidebar>div,
    .main-header .right-wg-menu .widget-sidebar .search-left,
    .main-header .right-wg-menu .widget-sidebar .cart-right {
        display: inline-block;
        vertical-align: middle;
    }

    .main-header .right-wg-menu .widget-sidebar>div .widget_social-widget,
    .main-header .right-wg-menu .widget-sidebar .search-left .widget_social-widget,
    .main-header .right-wg-menu .widget-sidebar .cart-right .widget_social-widget {
        display: none;
    }

    .main-header .right-wg-menu .widget-sidebar>div .widget_shopping_cart>div,
    .main-header .right-wg-menu .widget-sidebar .search-left .widget_shopping_cart>div,
    .main-header .right-wg-menu .widget-sidebar .cart-right .widget_shopping_cart>div {
        padding: 0 15px 0 0;
    }

    .main-header .right-wg-menu .widget-sidebar>div .widget_shopping_cart>div .bt-icon,
    .main-header .right-wg-menu .widget-sidebar>div .widget_shopping_cart>div .search-form-trigger,
    .main-header .right-wg-menu .widget-sidebar .search-left .widget_shopping_cart>div .bt-icon,
    .main-header .right-wg-menu .widget-sidebar .search-left .widget_shopping_cart>div .search-form-trigger,
    .main-header .right-wg-menu .widget-sidebar .cart-right .widget_shopping_cart>div .bt-icon,
    .main-header .right-wg-menu .widget-sidebar .cart-right .widget_shopping_cart>div .search-form-trigger {
        font-size: 18px;
    }

    .main-header .right-wg-menu .widget-sidebar>div .widget_shopping_cart .cart_total,
    .main-header .right-wg-menu .widget-sidebar .search-left .widget_shopping_cart .cart_total,
    .main-header .right-wg-menu .widget-sidebar .cart-right .widget_shopping_cart .cart_total {
        display: none;
    }

    .animation-icon.ion-drag {
        animation-delay: 0.2s;
        transition-delay: 0.2s;
        transform: rotate(360deg);
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
    }

    .search-left,
    .cart-right {
        display: inline-block;
        padding: 0px 7px;
    }

    .header-top-mb {
        text-align: center;
        border-bottom: 1px solid #d6d6d6;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-top-mb .widget {
        display: flex;
        padding: 15px 7px;
        border-right: 1px solid #d6d6d6;
        align-items: center;
    }

    .header-top-mb .widget:last-child {
        border: none;
    }

    .header-top-mb .widget ul {
        padding: 0;
        margin: 0;
    }

    .header-top-mb .widget ul li {
        display: inline-block;
        font-size: 20px;
        padding: 0px 7px;
    }

    .main-header .search-form-area {
        display: none !important;
    }
}

#jws-main.dark-page .widget_search .searchform {
    border-bottom: 1px solid #4a4a4a !important;
}

#jws-main.dark-page .widget_search .searchform input::placeholder {
    font-style: italic;
}

#jws-main.dark-page .widget_shopping_cart li a {
    color: #9c9c9c !important;
}

#jws-main.dark-page .widget_shopping_cart .cart_list a,
#jws-main.dark-page .widget_shopping_cart .cart_list span {
    color: #181818 !important;
}

@media (min-width: 992px) {

    /* scroll */
    .white-color .main-header.header-fixed:not(.sticky-header) .logo-text {
        color: #fff;
    }

    .white-color .main-header.header-fixed:not(.sticky-header) .nav>li>a {
        color: #fff;
    }

    .white-color .main-header.header-fixed:not(.sticky-header) .search-left,
    .white-color .main-header.header-fixed:not(.sticky-header) .cart-right {
        color: #fff;
    }

    .white-color .main-header.header-fixed:not(.sticky-header) .icon-nav-mobile {
        color: #fff;
    }

    #jws-main.dark-page #wp-header .nav .sub-menu-dropdown a {
        color: #9c9c9c !important;
    }

    #jws-main.dark-page #wp-header .nav a:hover {
        color: #ed1c24 !important;
    }

    #jws-main.dark-page #wp-header .nav .sub-menu-dropdown a:hover {
        color: #181818 !important;
    }

    #jws-main.dark-page #wp-header .nav .title-menu {
        color: #181818 !important;
    }

    .header-fixed.main-header {
        position: fixed;
        width: 100%;
        background: transparent;
        z-index: 99999;
    }

    .header-h1 .main-header .content-menu .right-menu {
        display: none;
    }

    .header-h2 .search-form-header {
        width: 100%;
        max-width: 300px;
    }

    .header-h2 .search-form-header .widget {
        display: block;
    }

    .header-h2 .search-form-header .widget_search input[type="text"],
    .header-h2 .search-form-header .widget_search button[type="submit"] {
        height: 22px;
        padding: 0;
    }

    .header-h2 .search-form-header .widget_search input[type="text"]::placeholder {
        text-transform: capitalize !important;
    }

    .header-h2 .search-form-header .widget_search button[type="submit"] {
        width: 22px;
    }

    .header-h2 .nav>li.logo-center {
        display: inline-block !important;
    }

    .header-h2 .widget_search .searchform {
        position: relative;
        border-bottom: 1px solid #181818;
    }

    .header-h2 .widget_search .searchform input,
    .header-h2 .widget_search .searchform button {
        border: none;
        outline: none;
        background: none;
    }

    .header-h2 .widget_search .searchform button {
        position: absolute;
        top: 0;
        right: 0;
    }

    .header-h2 .right-wg-menu .widget-sidebar {
        text-align: right;
    }

    .header-h2 .right-wg-menu .widget-sidebar .search-form-area,
    .header-h2 .right-wg-menu .widget-sidebar .right-menu {
        display: inline-block;
    }

    .header-h2 .main-header .search-left,
    .header-h2 .main-header .widget_social-widget {
        display: none;
    }

    .header-h2 .main-header .icon-nav-mobile .ion-drag {
        vertical-align: inherit;
    }

    .header-h2 .bt-logo {
        display: none;
    }

    .menu-header {
        position: relative;
    }

    .menu-header .nav>li {
        display: table-cell;
        /* dafault */
    }

    .menu-header .nav>li.logo-center {
        display: none;
    }

    .menu-header .nav>li.item-sub-type-mega_menu {
        position: initial !important;
    }

    .menu-header .nav>li a {
        text-transform: uppercase;
        line-height: 30px;
        font-size: 13px;
        font-weight: 500;
        color: #181818;
        display: block;
    }

    .menu-header .nav>li a:hover {
        background: transparent;
        color: #ed1c24;
    }

    .menu-header .nav>li>a {
        padding: 55px 15px;
    }

    .menu-header .nav>li .title-menu {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        padding-top: 45px;
        padding-bottom: 14px;
    }

    .menu-header .nav>li .wpb_button,
    .menu-header .nav>li .wpb_content_element,
    .menu-header .nav>li ul.wpb_thumbnails-fluid>li {
        margin: 0 !important;
    }

    .menu-header .nav>li .wpb_single_image .vc_figure,
    .menu-header .nav>li .wpb_single_image .vc_single_image-wrapper {
        display: block;
    }

    .menu-header .nav>li .wpb_single_image .vc_figure img,
    .menu-header .nav>li .wpb_single_image .vc_single_image-wrapper img {
        width: 100%;
    }

    .menu-header .nav>li:hover>.sub-menu-dropdown,
    .menu-header .nav>li:hover .children {
        display: block;
    }

/*     .menu-header .nav li ul>li a:before {
        content: "\f21b";
        font-family: "Ionicons";
        display: none;
        font-size: 8px;
        animation: fadeIn .5s;
    }

    .menu-header .nav li ul>li:hover>a:before {
        display: inline-block;
        padding-right: 5px;
    } */

    .menu-header .sub-menu-dropdown,
    .menu-header .children {
        text-align: left;
        z-index: 9999;
        display: none;
        animation: fadebox .5s;
        /* drop shadow */
        position: absolute;
        margin: 0;
        padding: 0;
        background: #fff;
        -moz-box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.05);
        /* drop shadow */
        -webkit-box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.05);
        /* drop shadow */
        box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.05);
    }

    .menu-header .sub-menu-dropdown a,
    .menu-header .children a {
        color: #858585;
    }

    .menu-header .sub-menu-dropdown a:hover,
    .menu-header .children a:hover {
        color: #181818;
    }

    .menu-header .sub_standard,
    .menu-header .sub-sub-menu,
    .menu-header .children {
        left: 0;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        border-radius: 2px;
        padding-top: 20px;
        padding-bottom: 20px;
        /* width: 290px; */
    }

    .menu-header .sub_standard li,
    .menu-header .sub-sub-menu li,
    .menu-header .children li {
        list-style: none;
        position: relative;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .menu-header .sub_standard li a,
    .menu-header .sub-sub-menu li a,
    .menu-header .children li a {
        padding-left: 30px;
        padding-right: 30px;
    }

    .menu-header .sub-sub-menu {
        top: 0;
        left: 100%;
    }

    .menu-header .sub_mega_menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        right: 0;
        margin: auto;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
    }

    .menu-header .sub_mega_menu ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .menu-header .sub_mega_menu .container {
        width: 100%;
    }

    .menu-header .sub_mega_menu .container .vc_column-inner {
        padding: 0;
    }

    .menu-header .sub_mega_menu .container .vc_column-inner .left-menu {
        padding-left: 70px;
    }

    .menu-header .sub-menu {
        padding: 0;
        margin: 0;
    }

    .menu-header .sub-menu>li:hover>.sub-sub-menu,
    .menu-header .sub-menu .children {
        display: block;
    }

    .no-padding .left-menu {
        padding-left: 0;
    }

    .main-header {
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
    }

    .main-header .content-menu {
        position: initial;
    }

    .main-header .widget {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
    }

    .main-header .social-wrap {
        padding-right: 2px;
    }

    .main-header .social-wrap ul li {
        padding: 0px 8px;
        font-size: 14px;
    }

    .main-header .widget_social-widget ul {
        margin: 0;
        padding: 0;
    }

    .main-header .widget_social-widget ul li {
        display: inline-block;
        vertical-align: middle;
    }

    .main-header .widget_social-widget ul li a {
        color: #181818;
    }

    .main-header .widget_social-widget ul li a:hover {
        color: #ed1c24;
    }

    .main-header .search-left,
    .main-header .cart-right {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        color: #181818;
        display: inline-block;
    }

    .main-header .cart-right {
        float: left;
    }

    .main-header .icon-nav-mobile {
        vertical-align: middle;
        width: 50px;
        height: 50px;
        display: inherit;
        text-align: center;
        line-height: 54px;
    }

    .main-header .icon-nav-mobile .animation-icon {
        animation-delay: 0.2s;
        transition-delay: 0.2s;
        transform: rotate(360deg);
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        cursor: pointer;
    }

    .header-h5 {
        z-index: 9999;
        overflow-y: scroll;
    }

    .header-h5::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .header-h5::-webkit-scrollbar {
        width: 2px;
        background-color: transparent;
    }

    .header-h5::-webkit-scrollbar-thumb {
        background-color: #d6d6d6;
    }

    .header-h5::-moz-scrollbar-track {
        background-color: transparent;
    }

    .header-h5::-moz-scrollbar {
        width: 2px;
        background-color: transparent;
    }

    .header-h5::-moz-scrollbar-thumb {
        background-color: #d6d6d6;
    }

    .header-h5::-ms-scrollbar-track {
        background-color: transparent;
    }

    .header-h5::-ms-scrollbar {
        width: 2px;
        background-color: transparent;
    }

    .header-h5::-ms-scrollbar-thumb {
        background-color: #d6d6d6;
    }

    .header-h5.right_menu {
        position: fixed !important;
        width: 350px;
        height: 100%;
        background: #f6f6f6 !important;
        right: 0;
    }

    .header-h5.left_menu {
        width: 370px;
        height: 100%;
        background: #f6f6f6 !important;
        position: fixed !important;
        left: 0;
    }

    .header-h5.right_menu {
        float: right;
    }

    .header-h5.left_menu {
        float: left;
    }

    .header-h5.left_menu .menu-sidebar {
        padding-left: 128px;
    }

    .header-h5 .menu-sidebar {
        padding-left: 100px;
    }

    .header-h5 .menu-sidebar .nav li .sub-menu-dropdown.open,
    .header-h5 .menu-sidebar .nav li .sub-sub-menu.open {
        display: block;
    }

    .header-h5 .menu-sidebar .nav li .sub-menu-dropdown,
    .header-h5 .menu-sidebar .nav li .sub-sub-menu {
        position: unset;
        display: none;
        padding-left: 15px;
        box-shadow: none;
        border-left: 1px solid #ccc;
        width: 100%;
    }

    .header-h5 .menu-sidebar .nav li .toggle-sub:after,
    .header-h5 .menu-sidebar .nav li .toggle-sub-sub:after {
        content: "\f104";
        padding-left: 7px;
        font-family: "Ionicons";
    }

    .header-h5 .menu-sidebar .nav li .toggle-sub.up:after,
    .header-h5 .menu-sidebar .nav li .toggle-sub-sub.up:after {
        content: "\f10d";
    }

    .header-h5 .menu-sidebar .logo-menu {
        margin-bottom: 46px;
        margin-top: 40px;
    }

    .header-h5 .menu-sidebar .nav>li {
        float: none;
        display: block;
    }

    .header-h5 .menu-sidebar .nav>li>a {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 0;
    }

    .header-h5 .menu-sidebar .nav>li a {
        padding-left: 0 !important;
        padding-right: 15px !important;
    }

    .header-h5 .menu-sidebar .nav>li .sub-sub-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-h5 .menu-sidebar .nav>li .sub-menu-dropdown {
        background: none;
    }

    .header-h5 .search-form-area {
        padding-top: 360px;
        clear: both;
        flex: none;
    }

    .header-h5 .search-form-area .widget_social-widget {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .header-h5 .search-form-area .widget_social-widget ul li {
        padding: 0 11px;
    }

    .header-h5 .search-form-area .widget_social-widget ul li:first-child {
        padding-left: 0;
    }

    .header-h5 .search-form-area .widget_social-widget ul li:last-child {
        padding-right: 0;
    }

    .header-h5 .search-form-area .widget {
        display: block;
    }

    .header-h5 .main-header .content-menu {
        display: block;
    }

    .header-h5 .main-header .content-menu .right-content-menu {
        float: none;
    }

    .header-h5 .main-header .content-menu .right-content-menu .nav {
        display: block;
    }

    .header-h5 .main-header .content-menu .right-content-menu .nav .sub-menu-dropdown {
        max-width: unset !important;
    }

    .header-h5 .main-header .content-menu .right-content-menu .nav>li.item-sub-type-mega_menu {
        position: relative !important;
    }

    .header-h5 .sub_standard {
        transform: unset !important;
        opacity: 1 !important;
        visibility: visible !important;
        padding: 0 15px;
        width: 100%;
        transition: unset;
    }

    .header-h5 .nav a:focus,
    .header-h5 .nav a:active {
        background: none !important;
    }

    .menu-right-sidebar {
        padding-right: 350px;
    }

    .menu-left-sidebar {
        padding-left: 370px;
    }

    .menu-right-sidebar .content-full-width,
    .menu-left-sidebar .content-full-width {
        padding: 0 30px;
    }

    .header-h4 .main-header .widget_social-widget {
        display: none;
    }

    .header-h7 .main-header .widget {
        display: none;
    }

    .header-h6 .right-menu {
        display: none;
    }

    .header-h6 .widget_social-widget ul li:last-child {
        padding-right: 0;
    }

    .header-h6 .header-fixed .icon-nav-mobile,
    .header-h8 .header-fixed .icon-nav-mobile {
        background: #fff;
        border-radius: 50%;
    }

    .header-h8 .main-header .woocommerce.widget_shopping_cart {
        display: none;
    }

    .header-h8 .main-header .right-wg-menu .right-menu {
        display: inline-block;
    }

    .header-h8 .main-header .search-form-area {
        display: inline-block;
    }

    .header-h8 .main-header .icon-nav-mobile {
        background: none !important;
    }

    .header-h9 .main-header .widget {
        display: none;
    }

    .header-h9 .main-header .nav {
        opacity: 0;
        visibility: hidden;
    }

    .header-h9 .main-header .nav.open {
        opacity: 1;
        visibility: visible;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        -ms-transition: 1s;
    }

    .header-h9 .main-header .right-wg-menu .right-menu {
        display: inline-block;
    }

    .header-h10 .search-form-area {
        display: none;
    }

    .header-h10 .icon-nav-mobile {
        background: #fff;
        border-radius: 50%;
    }

    .icon-toggle-menu {
        display: none;
    }

    #main-header.sticky-header .nav>li>a {
        padding: 24px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-h6 .main-header .widget_social-widget {
        display: none;
    }

    .header-h6 .menu-header .right-wg-menu .search-left {
        padding-right: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {

    .menu-left-sidebar .no-container,
    .menu-left-sidebar .stretch_row_content_no_spaces.content-full-width,
    .menu-left-sidebar .stretch_row_content,
    .menu-left-sidebar .container,
    .menu-right-sidebar .no-container,
    .menu-right-sidebar .stretch_row_content_no_spaces.content-full-width,
    .menu-right-sidebar .stretch_row_content,
    .menu-right-sidebar .container {
        width: 100%;
    }
}

.main-content.menu-sidebar {
    padding-right: 350px;
}

.box-hidden-fw.open {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    cursor: pointer;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    opacity: 0.9;
}

.search-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 999999;
    cursor: zoom-out;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.search-form-overlay.open {
    opacity: 0.8;
    visibility: visible;
}

.search-form-jws {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 40px;
    line-height: 40px;
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
}

.search-form-jws.open {
    opacity: 1;
    visibility: visible;
}

.search-form-jws input {
    border: none;
    width: 100%;
    padding-left: 15px;
    border: 1px solid #ed1c24;
    background: #fff;
}

@media (max-width: 767px) {
    .search-form-jws {
        max-width: 320px;
    }
}

.cart_total {
    font-size: 13px;
}

.bt-cart-content {
    width: 340px;
    background: #fff;
    z-index: 999999;
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.bt-cart-content .title-cart {
    display: block;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    line-height: 36px;
    font-weight: 700;
    color: #181818;
    padding: 7px 0px;
}

.bt-cart-content .close-mini-cart {
    padding-left: 15px;
    font-size: 14px;
    color: #ed1c24;
}

@media (max-width: 600px) {
    .bt-cart-content {
        max-width: 100%;
    }
}

.bt-cart-content.open {
    right: 0;
}

#wp-header {
    position: relative;
}

#wp-header .sticky-wrapper {
    position: relative;
    z-index: 99;
}

#wp-header .sticky-wrapper.is-sticky .main-header {
    background: #fff;
    top: auto !important;
}

@media (min-width: 1200px) {
    #wp-header .full-width-two {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1199px) {
    #wp-header .full-width-two {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #wp-header.header-h2 .bt-logo {
        display: inline-block !important;
    }

    #wp-header.header-h2 .search-form-header {
        display: none;
    }

    #wp-header.header-h2 .logo-center {
        display: none !important;
    }

    #wp-header.header-h5.right_menu,
    #wp-header.header-h5.left_menu {
        width: 270px;
    }

    #wp-header.header-h5.right_menu .menu-sidebar,
    #wp-header.header-h5.left_menu .menu-sidebar {
        padding-left: 50px;
    }
}

@keyframes fadeinup {
    0% {
        top: 150px;
    }

    100% {
        top: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu-left-sidebar {
        padding-left: 270px;
    }

    .menu-right-sidebar {
        padding-right: 270px;
    }

    .custom-bn-hd {
        padding-top: 54px;
    }
}

.nav .current-menu-parent>a,
.nav .current-menu-item>a {
    color: #ed1c24 !important;
}

.nav a:focus,
.nav a:active {
    background: none !important;
}

.flex {
    display: flex;
}

.flex-start,
.flex-center,
.flex-end {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.start-flex {
    justify-content: flex-start;
}

.end-flex {
    justify-content: flex-end;
}

.center-flex {
    justify-content: center;
}

.flex-cl {
    flex: 1;
}

.copyright {
    font-size: 14px;
}

@media (min-width: 1200px) {

    .footer.menu-right-sidebar .full-width,
    .footer.menu-right-sidebar .full-width {
        width: 100%;
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media (max-width: 1199px) {
    .footer .full-width {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .footer .widget {
        text-align: center !important;
    }
}

.footer.footer-f1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer.footer-f1 ul {
    padding: 0;
}

.footer.footer-f1 .widget_newsletterwidget {
    margin-top: 44px;
}

.footer.footer-f3 {
    background: #fff;
    padding-top: 38px;
    padding-bottom: 38px;
}

.footer.footer-f3 .widget_newsletterwidget {
    margin-top: 0;
}

.footer.footer-f3 .widget_newsletterwidget form .tnp-field-button input {
    color: #181818;
}

.footer.footer-f3 .widget_social-widget {
    padding-top: 14px;
    padding-bottom: 16px;
}

.footer.footer-f3 .widget_social-widget ul {
    padding: 0;
}

.footer.footer-f3 .widget_social-widget ul li a {
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.footer.footer-f3 .widget_social-widget ul li a:hover {
    color: #ed1c24;
}

.footer.footer-f3 .widget_text {
    padding-top: 10px;
    font-size: 13px;
}

@media (min-width: 1200px) {
    .footer.footer-f3 .widget_text {
        text-align: right;
    }
}

.footer.footer-f2 {
    background: #f6f6f6;
    padding-bottom: 32px;
    padding-top: 68px;
    font-size: 14px;
}

.footer.footer-f2 .footer-top .logo-footer {
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    color: #181818;
    margin-bottom: 20px;
    display: block;
}

.footer.footer-f2 .footer-top .logo-footer:after {
    color: #ed1c24;
    content: '.';
}

.footer.footer-f2 .footer-top .widget {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer.footer-f2 .footer-top .widget .wg-title {
    font-size: 18px;
    font-weight: 600;
    color: #181818;
}

.footer.footer-f2 .footer-top .widget ul {
    padding-left: 0;
    margin-left: 0;
}

.footer.footer-f2 .footer-top .four-col .widget_social-widget,
.footer.footer-f2 .footer-top .four-col .widget_text {
    margin: 0;
}

.footer.footer-f2 .footer-top .four-col .widget_text {
    text-align: right;
}



@media (min-width: 992px) and (max-width: 1199px) {
    .footer.footer-f2 .widget_newsletterwidget form .tnp-field input.tnp-email::placeholder {
        color: transparent;
    }
}

.footer.dark-footer {
    background: #181818;
}

.footer.dark-footer.footer-f1 .footer-top .widget,
.footer.dark-footer.footer-f2 .footer-top .widget,
.footer.dark-footer.footer-f3 .footer-top .widget {
    color: #9c9c9c;
}

.footer.dark-footer.footer-f1 .footer-top .widget .wg-title,
.footer.dark-footer.footer-f2 .footer-top .widget .wg-title,
.footer.dark-footer.footer-f3 .footer-top .widget .wg-title {
    color: #fff;
}

.footer.dark-footer.footer-f1 .footer-top .widget .logo-footer,
.footer.dark-footer.footer-f2 .footer-top .widget .logo-footer,
.footer.dark-footer.footer-f3 .footer-top .widget .logo-footer {
    color: #fff;
}

.footer.dark-footer.footer-f1 .footer-top .widget ul li a,
.footer.dark-footer.footer-f2 .footer-top .widget ul li a,
.footer.dark-footer.footer-f3 .footer-top .widget ul li a {
    color: #9c9c9c;
}

.footer.dark-footer.footer-f1 .footer-top .widget ul li a:hover,
.footer.dark-footer.footer-f2 .footer-top .widget ul li a:hover,
.footer.dark-footer.footer-f3 .footer-top .widget ul li a:hover {
    color: #ed1c24;
}

.footer.dark-footer.footer-f1 .widget_social-widget {
    margin-top: 40px;
    margin-bottom: 11px;
}

.footer.dark-footer.footer-f1 .widget_social-widget ul li a {
    color: #fff !important;
}

.footer.dark-footer.footer-f1 .widget_social-widget ul li a:hover {
    color: #ed1c24 !important;
}

.footer.dark-footer.footer-f1 .logo-footer {
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}

.footer.dark-footer.footer-f1 .logo-footer:after {
    color: #ed1c24;
    content: '.';
}

.footer.shining-footer {
    background: #f6f6f6;
}

.footer.shining-footer.footer-f1 .footer-top .widget,
.footer.shining-footer.footer-f2 .footer-top .widget,
.footer.shining-footer.footer-f3 .footer-top .widget {
    color: #4a4a4a;
}

.footer.shining-footer.footer-f1 .footer-top .widget ul li a,
.footer.shining-footer.footer-f2 .footer-top .widget ul li a,
.footer.shining-footer.footer-f3 .footer-top .widget ul li a {
    color: #4a4a4a;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.footer.shining-footer.footer-f1 .footer-top .widget ul li a:hover,
.footer.shining-footer.footer-f2 .footer-top .widget ul li a:hover,
.footer.shining-footer.footer-f3 .footer-top .widget ul li a:hover {
    color: #ed1c24;
}

.footer.shining-footer.footer-f1 .footer-top .widget .copyright,
.footer.shining-footer.footer-f2 .footer-top .widget .copyright,
.footer.shining-footer.footer-f3 .footer-top .widget .copyright {
    font-size: 14px;
    color: #4a4a4a;
}

.footer.shining-footer.footer-f1 .footer-top .four-col .widget_newsletterwidget .tnp-field-button .tnp-submit,
.footer.shining-footer.footer-f2 .footer-top .four-col .widget_newsletterwidget .tnp-field-button .tnp-submit,
.footer.shining-footer.footer-f3 .footer-top .four-col .widget_newsletterwidget .tnp-field-button .tnp-submit {
    color: #181818;
}

.footer.shining-footer.footer-f1 .footer-top .four-col .widget_newsletterwidget .tnp-field-button .tnp-submit:hover,
.footer.shining-footer.footer-f2 .footer-top .four-col .widget_newsletterwidget .tnp-field-button .tnp-submit:hover,
.footer.shining-footer.footer-f3 .footer-top .four-col .widget_newsletterwidget .tnp-field-button .tnp-submit:hover {
    color: #ed1c24;
}

.footer.shining-footer.footer-f1 .footer-top .four-col .widget_social-widget ul li a,
.footer.shining-footer.footer-f2 .footer-top .four-col .widget_social-widget ul li a,
.footer.shining-footer.footer-f3 .footer-top .four-col .widget_social-widget ul li a {
    color: #181818;
}

.footer.shining-footer.footer-f1 .footer-top .four-col .widget_social-widget ul li a:hover,
.footer.shining-footer.footer-f2 .footer-top .four-col .widget_social-widget ul li a:hover,
.footer.shining-footer.footer-f3 .footer-top .four-col .widget_social-widget ul li a:hover {
    color: #ed1c24;
}

.footer.shining-footer.footer-f1 .logo-footer {
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    color: #181818;
    margin-bottom: 15px;
}

.footer.shining-footer.footer-f1 .logo-footer:after {
    color: #ed1c24;
    content: '.';
}

.footer.shining-footer.footer-f1 .widget_social-widget {
    margin-top: 40px;
    margin-bottom: 11px;
}

.footer.shining-footer.footer-f1 .widget_social-widget ul li a {
    color: #9c9c9c;
}

.footer.shining-footer.footer-f1 .widget_social-widget ul li a:hover {
    color: #ed1c24;
}

.footer.shining-footer.footer-f1 .widget_newsletterwidget form .tnp-field-button input {
    color: #9c9c9c;
}

.footer .widget .wg-title {
    font-family: inherit;
}

.footer .widget ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.footer .widget ul li:last-child {
    padding-bottom: 0 !important;
}

.footer .widget ul li ul {
    padding-left: 15px !important;
}

.footer .widget_newsletterwidget {
    max-width: 373px;
    margin: auto;
    margin-top: 54px;
}

.footer .widget_newsletterwidget form {
    position: relative;
    height: 44px;
}

.footer .widget_newsletterwidget form label {
    display: none;
}

.footer .widget_newsletterwidget form .tnp-field {
    margin: 0;
    position: relative;
}

.footer .widget_newsletterwidget form .tnp-field:before {
    background: #ed1c24;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -moz-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
}

.footer .widget_newsletterwidget form .tnp-field:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.footer .widget_newsletterwidget form .tnp-field input {
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    height: 44px;
}

.footer .widget_newsletterwidget form .tnp-field input.tnp-email {
    border-bottom: 1px solid #7a7a7a;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.footer .widget_newsletterwidget form .tnp-field .tnp-email::placeholder,
.footer .widget_newsletterwidget form .tnp-field .tnp-email {
    font-style: italic;
    font-size: 13px;
    color: #9c9c9c;
}

.footer .widget_newsletterwidget form .tnp-field-button {
    width: 120px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
}

.footer .widget_newsletterwidget form .tnp-field-button input {
    text-align: right;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.footer .widget_newsletterwidget form .tnp-field-button input:hover {
    color: #ed1c24;
}

.footer .widget_social-widget ul li {
    display: inline-block;
    padding: 0px 11px;
    font-size: 14px;
}

.footer .widget_social-widget ul li:last-child {
    padding-right: 0;
}

.footer .widget_social-widget ul li:first-child {
    padding-left: 0;
}

.footer .widget_social-widget ul li a:hover {
    color: #ed1c24;
}

.footer .widget_search {
    position: relative;
    display: none;
}

.footer .widget_search .wg-title {
    display: none;
}

.footer .widget_search input {
    border: none;
    outline: none;
    background-color: none;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #9c9c9c;
    width: 100%;
    border-bottom: 1px solid #181818;
}

.footer .widget_search #searchsubmit {
    outline: none;
    border: none;
    background: none;
    font-size: 24px;
    color: #181818;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}

.footer .widget select {
    height: 40px;
}

.footer .widget_nav_menu .sub-menu-dropdown {
    box-shadow: none;
}

.footer .widget_nav_menu .sub-menu-dropdown li,
.footer .widget_nav_menu .sub-menu-dropdown a {
    text-align: left;
    text-transform: inherit;
}

.footer.footer-f2 .widget .sub-menu-dropdown,
.footer.footer-f3 .widget .sub-menu-dropdown {
    padding-left: 15px;
}

.footer.footer-f2 .widget select,
.footer.footer-f3 .widget select {
    width: 100%;
}

.footer.footer-f2 .widget_pages ul .children,
.footer.footer-f3 .widget_pages ul .children {
    padding-left: 15px;
}

@keyframes ramdom_br {
    0% {
        border-bottom: 1px solid #ed1c24;
    }

    50% {
        border-bottom: 1px solid #7a7a7a;
    }

    100% {
        border-bottom: 1px solid #ed1c24;
    }
}

.error404-wrap {
    background: url('assets/images/404.jpg') no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.error404-wrap .wpb_wrapper {
    max-width: 700px;
    background-color: #fff;
    text-align: center;
    margin: 256px auto;
    padding-bottom: 76px;
    padding-top: 76px;
    box-shadow: 30px 30px #ed1c24;
}

@media (min-width: 768px) and (max-width: 991px) {
    .error404-wrap .wpb_wrapper {
        margin-left: -5px;
    }
}

@media (max-width: 767px) {
    .error404-wrap .wpb_wrapper {
        margin-left: -15px;
    }
}

.error404-wrap .wpb_wrapper h1 {
    font-size: 72px;
    line-height: 72px;
    font-weight: 900;
    color: #181818;
    margin-bottom: 14px;
    letter-spacing: 0;
}

.error404-wrap .wpb_wrapper p {
    font-weight: 800;
    font-size: 36px;
    line-height: 72px;
    color: #181818;
    margin-bottom: 40px;
    letter-spacing: 0;
}

.error404-wrap .wpb_wrapper .dot {
    color: #ed1c24;
}

.error404-wrap .btn-home a {
    width: 200px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    padding: 0;
    text-transform: lowercase;
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    background-color: #ed1c24;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.error404-wrap .btn-home a:hover {
    color: #fff;
    background-color: #181818;
}

.wp-coming-soon {
    background: url('assets/images/coming-soon.jpg') no-repeat;
    background-position: center;
    padding-bottom: 168px;
    padding-top: 210px;
}

.wp-coming-soon .count-time {
    margin-bottom: 98px;
}

.wp-coming-soon .count-time .tb-countdown-js {
    text-align: center;
}

.wp-coming-soon .count-time .tb-countdown-js .tb-box-countdown {
    display: inline-block;
    text-align: center;
    padding: 0 8px;
}

@media (min-width: 768px) {
    .wp-coming-soon .count-time .tb-countdown-js .tb-box-countdown:nth-child(1) {
        padding-left: 0;
    }

    .wp-coming-soon .count-time .tb-countdown-js .tb-box-countdown:nth-child(4) {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .wp-coming-soon .count-time .tb-countdown-js .tb-box-countdown {
        display: block;
        margin: 30px 0px;
    }
}

.wp-coming-soon .count-time .tb-countdown-js .tb-box-countdown p {
    font-size: 18px;
    color: #181818;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    margin-top: -5px;
}

.wp-coming-soon .count-time .tb-countdown-js .tb-box-countdown span {
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    color: #ed1c24;
    font-family: initial;
    font-style: initial;
    display: inline-block;
    font-family: 'Montserrat';
}

.wp-coming-soon .title-coming-soon {
    font-size: 72px;
    font-weight: 900;
    text-align: center;
    line-height: 72px;
    padding-bottom: 84px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #181818;
    letter-spacing: 0;
}

.wp-coming-soon .form-newsletter {
    max-width: 570px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
}

@media (max-width: 767px) {
    .wp-coming-soon .form-newsletter {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wp-coming-soon .form-newsletter .wg-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-family: inherit;
}

.wp-coming-soon .form-newsletter .tnp-widget {
    padding-top: 26px;
}

.wp-coming-soon .form-newsletter .tnp-field {
    margin-bottom: 25px;
}

.wp-coming-soon .form-newsletter .tnp-field label {
    display: none;
}

.wp-coming-soon .form-newsletter .tnp-field input {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #9c9c9c;
    background: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.wp-coming-soon .form-newsletter .tnp-field input::placeholder {
    color: #9c9c9c;
    text-transform: lowercase;
}

.wp-coming-soon .form-newsletter .tnp-field .tnp-email:focus {
    border: 1px solid #ed1c24;
}

.wp-coming-soon .form-newsletter .tnp-field .tnp-submit {
    background: #181818;
    font-weight: 300;
    padding: 0;
    color: #fff;
    font-size: 16px;
    text-transform: lowercase;
    font-style: italic;
}

.wp-coming-soon .form-newsletter .tnp-field .tnp-submit:hover {
    background: #ed1c24;
}

.title-template.layout1 .title-pr,
.title-template.layout2 .title-pr,
.title-template.layout3 .title-pr,
.title-template.layout4 .title-pr {
    font-size: 36px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: 0px;
    color: #181818;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.title-template.layout1 .title-pr:after,
.title-template.layout2 .title-pr:after,
.title-template.layout3 .title-pr:after,
.title-template.layout4 .title-pr:after {
    content: '.';
    color: #ed1c24;
}

.title-template.layout1.line-title .title-pr,
.title-template.layout2.line-title .title-pr,
.title-template.layout3.line-title .title-pr,
.title-template.layout4.line-title .title-pr {
    position: relative;
    display: inline-block;
    padding-left: 46px;
}

.title-template.layout1.line-title .title-pr:before,
.title-template.layout2.line-title .title-pr:before,
.title-template.layout3.line-title .title-pr:before,
.title-template.layout4.line-title .title-pr:before {
    content: '';
    height: 10px;
    width: 240px;
    background-color: #ed1c24;
    position: absolute;
    left: 0;
    bottom: 2px;
}

.title-template.layout1.line-title .title-pr span,
.title-template.layout2.line-title .title-pr span,
.title-template.layout3.line-title .title-pr span,
.title-template.layout4.line-title .title-pr span {
    position: relative;
}

.title-template.layout2.line-title .title-pr {
    padding-bottom: 12px;
    padding-left: 100px;
}

.title-template.layout2.line-title .title-pr:before {
    bottom: 0px;
    height: 3px;
}

.title-template.layout3.line-title .title-pr {
    padding-left: 164px;
}

.title-template.layout3.line-title .title-pr:before {
    bottom: 0px;
    height: 10px;
    width: 460px;
}

@media (max-width: 1199px) {
    .title-template.layout3.line-title .title-pr {
        padding-left: 15px;
    }

    .title-template.layout3.line-title .title-pr:before {
        width: 100%;
    }
}

.title-template.layout4.line-title p {
    padding-left: 39px;
    padding-top: 13px;
}

.title-template.layout5 .title-pr {
    font-weight: 900;
    color: #181818;
    text-transform: capitalize;
}

.title-template.layout5 .title-pr:after {
    content: '.';
    color: #ed1c24;
}

.title-template.layout5 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    font-style: italic;
}

.title_white_color .title-template p,
.title_white_color .title-template h1 {
    color: #fff !important;
}

.wp-info-box .title {
    font-size: 18px;
    color: #181818;
    margin-bottom: 6px;
    font-weight: 700;
}

.wp-info-box.layout2 {
    text-align: center;
}

@media (max-width: 991px) {
    .wp-info-box.layout2 {
        margin-bottom: 30px;
    }
}

.wp-info-box.layout2 .icon-box {
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    -moz-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.05);
    /* drop shadow */
    -webkit-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.05);
    /* drop shadow */
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.05);
    /* drop shadow */
    color: #181818;
    font-size: 48px;
    position: relative;
    margin: 0 auto 38px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    border-radius: 50%;
}

.wp-info-box.layout2 .icon-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    background-color: #ed1c24;
    border-radius: 50%;
}

.wp-info-box.layout2 .icon-box span {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -o-transition: 1.2s;
    -ms-transition: 1.2s;
}

.wp-info-box.layout2 .icon-box:hover {
    transform: translateY(-5px);
    color: #ed1c24;
}

.wp-info-box.layout2 .icon-box:hover span {
    transform: rotateY(180deg);
}

.wp-info-box.layout2 .title {
    font-size: 18px;
    color: #181818;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 13px;
    line-height: 26px;
}

.box-contact-info ul {
    margin: 0;
    padding: 0;
}

.box-contact-info ul li {
    list-style: none;
    padding-bottom: 25px;
}

.box-contact-info ul li i {
    color: #ed1c24;
    font-size: 36px;
    vertical-align: text-bottom;
    width: 60px;
    padding-right: 20px;
}

.socical-contact-us .wpb_wrapper>.socical {
    margin: 0;
    padding: 0;
}

.socical-contact-us .wpb_wrapper>.socical:before,
.socical-contact-us .wpb_wrapper>.socical:after {
    content: '';
    clear: both;
    display: table;
}

.socical-contact-us .wpb_wrapper>.socical li {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    background: #fff;
    float: left;
    margin: 0 10px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    text-indent: 3px;
    overflow: hidden;
    position: relative;
}

.socical-contact-us .wpb_wrapper>.socical li a {
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    color: #181818;
}

.socical-contact-us .wpb_wrapper>.socical li:first-child {
    margin-left: 0;
}

.socical-contact-us .wpb_wrapper>.socical li:last-child {
    margin-right: 0;
}

.socical-contact-us .wpb_wrapper>.socical li:hover {
    border: 1px solid #ed1c24;
}

.socical-contact-us .wpb_wrapper>.socical li a:hover {
    color: #fff;
    background: #ed1c24;
}

@media (min-width: 1200px) {
    .box-contactus .wpb_wrapper {
        padding-left: 115px;
    }

    .box-contactus .wpb_wrapper .wpcf7 {
        margin: 0 !important;
    }
}

@media (max-width: 1199px) {
    .box-contactus .wpb_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.box-contactus .wpcf7-form {
    max-width: 470px !important;
}

.box-contactus .wpcf7-form .col-md-6 {
    width: 100%;
}

.box-contactus .wpcf7-form .wpcf7-form-control-wrap input[type="text"],
.box-contactus .wpcf7-form .wpcf7-form-control-wrap input[type="email"],
.box-contactus .wpcf7-form .wpcf7-form-control-wrap input[type="number"],
.box-contactus .wpcf7-form .wpcf7-form-control-wrap input[type="phone"],
.box-contactus .wpcf7-form .wpcf7-form-control-wrap input[type="url"] {
    border-bottom: 1px solid #d7d7d7 !important;
    background: transparent;
}

.box-contactus .wpcf7-form .box-control {
    margin-bottom: 25px;
}

.box-contactus .wpcf7-form textarea {
    border-bottom: 1px solid #d7d7d7 !important;
    height: 93px;
    background: transparent;
}

.box-contactus .wpcf7-form .wpcf7-submit {
    max-width: 200px;
}

.main-content .wpcf7 {
    max-width: 630px;
    margin: auto;
}

.main-content .wpcf7 .box-control .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.main-content .wpcf7 .box-control .wpcf7-form-control-wrap:before {
    background: #ed1c24;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    -o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -moz-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
}

.main-content .wpcf7 .box-control .wpcf7-form-control-wrap:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.main-content .wpcf7 .wpcf7-form-control-wrap {
    display: block;
}

.main-content .wpcf7 .wpcf7-form-control-wrap input[type="text"],
.main-content .wpcf7 .wpcf7-form-control-wrap input[type="email"],
.main-content .wpcf7 .wpcf7-form-control-wrap input[type="number"],
.main-content .wpcf7 .wpcf7-form-control-wrap input[type="phone"],
.main-content .wpcf7 .wpcf7-form-control-wrap input[type="url"] {
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    padding: 0;
    margin-bottom: 30px;
}

.main-content .wpcf7 .wpcf7-form-control-wrap textarea {
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    padding: 0;
    max-height: 150px;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 40px;
}

.main-content .wpcf7 input.wpcf7-submit {
    margin: 0;
    width: 100%;
    height: 60px;
    border: none;
    line-height: 60px;
    font-size: 16px;
    font-weight: 300;
    text-transform: lowercase;
    color: #fff;
    background: #181818;
    font-style: italic;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.main-content .wpcf7 input.wpcf7-submit:hover {
    background: #ed1c24;
}

.content-hover_link {
    position: fixed;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    bottom: 0;
    left: 0;
}

.content-hover_link .image-hover-link {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    overflow: hidden;
}

.content-hover_link .image-hover-link .background-item {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0;
    visibility: hidden;
    transition: 3s;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -o-transition: 3s;
    -ms-transition: 3s;
}

.content-hover_link .image-hover-link .background-item.active {
    opacity: 1;
    visibility: visible;
}

.content-hover_link .title-hover {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 30px 30px 40px;
    text-align: center;
}

.content-hover_link .title-hover .link-item h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 50px;
    color: #bbbaba;
    vertical-align: middle;
    margin: 0;
    margin-top: -7px;
    padding-left: 15px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.content-hover_link .title-hover .link-item {
    text-transform: uppercase;
    display: inline-block;
    border-left: 1px solid #181818;
    vertical-align: middle;
    margin: 0px 41px;
    position: relative;
}

.content-hover_link .title-hover .link-item span {
    position: absolute;
    left: -9px;
    top: -24px;
    color: #181818;
}

.content-hover_link .title-hover .link-item.active h3,
.content-hover_link .title-hover .link-item:hover h3 {
    color: #181818;
}

@media (min-width: 992px) and (max-width: 1660px) {
    .content-hover_link .title-hover .link-item {
        margin-left: 15px;
        margin-right: 15px;
    }

    .content-hover_link .title-hover .link-item h3 {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 991px) {
    .content-hover_link .title-hover {
        text-align: left;
    }

    .content-hover_link .title-hover .link-item {
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

    .content-hover_link .title-hover .link-item h3 {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 991px) {
    .team[data-full-width="true"] {
        width: 100% !important;
        left: unset !important;
    }
}

.team-item {
    padding: 0;
    overflow: hidden;
}

.team-item img {
    width: 100%;
}

.team-item:hover .content {
    left: 0;
}

.team-item .box-team-info {
    background: #ed1c24;
    display: block;
    width: 100%;
    height: 100%;
}

.team-item .content {
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 30px 30px 30px 0px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    text-align: left;
}

.team-item .info-team {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.team-item .info-team h3.title {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    line-height: 48px;
    margin-bottom: 5px;
    letter-spacing: 0;
}

.team-item .info-team span.skill {
    color: #fff;
    font-size: 16px;
    text-transform: lowercase;
    font-style: italic;
    font-weight: 300;
}

.team-item .info-team .description {
    color: #fff;
    padding-top: 44px;
}

.team-item .info-team .vg-share-link {
    border-bottom: 1px solid #fff;
    margin-top: 18px;
    padding-bottom: 43px;
}

.team-item ul {
    padding: 0;
    margin: 0;
}

.team-item ul li {
    display: inline-block;
    padding: 0 25px 0 0;
    font-size: 14px;
}

.team-item ul li a {
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.team-item ul li a:hover {
    color: #181818;
}

.wp-banner .thumb {
    position: relative;
    overflow: hidden;
}

.wp-banner .thumb .btn-banner {
    height: 60px;
    width: 200px;
    line-height: 60px;
    border: 1px solid #181818;
    position: absolute;
    right: 9%;
    bottom: 30%;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    font-style: italic;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.wp-banner .thumb .btn-banner a {
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}

.wp-banner .thumb .btn-banner:hover {
    background: #ed1c24;
    border: 1px solid #ed1c24;
}

.wp-banner .thumb .btn-banner:hover a {
    color: #fff;
}

.wp-banner .thumb img {
    transition: 5s;
    -webkit-transition: 5s;
    -moz-transition: 5s;
    -o-transition: 5s;
    -ms-transition: 5s;
    display: block;
    margin: auto;
}

.wp-banner .thumb:hover img {
    transform: scale(1.5);
}

.testimonial .slider-for .slick-slide {
    text-align: center;
}

.testimonial .slider-for .slick-slide .content {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 126px;
    transform: translateY(-100px);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    line-height: 36px;
    letter-spacing: 0.6px;
}

.testimonial .slider-for .slick-slide .content:before {
    content: '';
    height: 48px;
    background: url(assets/images/quote-ts.png) no-repeat;
    width: 66px;
    display: block;
    margin: auto;
    margin-bottom: 56px;
}

@media (max-width: 991px) {
    .testimonial .slider-for .slick-slide .content {
        padding: 10px 30px;
    }
}

.testimonial .slider-for .slick-slide.slick-active .content {
    transform: translateY(0);
}

.testimonial .slider-for:hover .slick-arrow {
    opacity: 1;
}

.testimonial .slider-for .slick-arrow {
    opacity: 0;
    font-size: 59px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #181818;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    z-index: 1;
    margin-top: 40px;
}

.testimonial .slider-for .slick-arrow:hover {
    color: #ed1c24;
}

.testimonial .slider-for .slick-prev {
    left: 0;
}

.testimonial .slider-for .slick-next {
    right: 0;
}

.testimonial .slider-nav {
    padding-top: 46px;
    padding-left: 166px;
    padding-right: 166px;
}

@media (max-width: 991px) {
    .testimonial .slider-nav {
        padding: 46px 30px 0px;
    }
}

.testimonial .slider-nav .slick-slide {
    opacity: 0.3;
}

.testimonial .slider-nav .slick-slide.slick-center {
    opacity: 1;
}

.testimonial .slider-nav .content-info {
    text-align: center;
}

.testimonial .slider-nav .content-info h4,
.testimonial .slider-nav .content-info h5 {
    display: inline-block;
    margin-bottom: 15px;
    color: #181818;
}

.testimonial .slider-nav .content-info h4 {
    font-size: 18px;
    font-weight: 900;
}

.testimonial .slider-nav .content-info h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: inherit;
    letter-spacing: 0;
}

.testimonial .slider-nav .content-info img {
    display: block;
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}


.widget form label{
    display: none;
}

.widget .screen-reader-text{
    display: none;
}

.blog-content blockquote, .is_page blockquote{
        border-left: 4px solid #000;
    box-shadow: inset 0 0 0 0 #e2e4e7;
    margin: 0;
    padding-left: 1em;
    font-size: 17.5px;
    padding: 10px 20px;
    letter-spacing: 0.2px;
    font-family: Montserrat;
    line-height: 24px;
    color: #4a4a4a;
    line-height: 31.5px;
    margin-bottom: 32px;
}

.blog-content blockquote p, .is_page blockquote p{
        margin: 0 0 1rem;
}

.blog-content blockquote code, .is_page blockquote code{
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.blog-content ul ul, .is_page ul ul{
    list-style-type: circle;
}

.blog-content ol ol, .is_page ol ol{
    list-style-type: decimal;
}

.blog-content strong, .is_page strong{ color: #4a4a4a; }


.blog-content h1 .is_page h1{
font-size: 2em;    line-height: 1.38462;
}
.blog-content h2 , .is_page h2{
  font-size: 24px;
  line-height: 24px;
}
.blog-content h3, .is_page h3{
    font-size: 1.4em; line-height: 1.09091;
}
.blog-content h4, .is_page h4{
      font-size: 1.2em;     line-height: 1.2;
}
.blog-content h5, .is_page h5{
font-size: 1.1em;     line-height: 1.33333;
}

.blog-content h6, .is_page h6{
      font-size: 1em; line-height: 1.5;
}

figure.wp-block-pullquote blockquote {
    border: none;
}

address{
    line-height: 25.2px;
}

.pagiantion-opacity{ opacity: 0; visibility: hidden }
@media(min-width:992px) {
  .menu-header .left-menu {
    min-height: 120px;
}  
}

.blog-content .wp-block-image.alignfull{
    margin-bottom: 32px;
}

.wp-block-pullquote{
    margin-bottom: 32px;
}

.alignwide, .wp-block-embed-vimeo.alignwide, .wp-block-cover.alignwide{
    margin-bottom: 32px;
}


.blog-content p{
    margin: 32px 0px;
}

.wp-block-pullquote blockquote{
    margin-bottom: 0;
}