﻿body.modal-open {
    padding-right: 0 !important;
    overflow-y: scroll !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-wrapper.bdr-bottom1 .row .col-12.d-block {
        min-height: 0;
    }
}

.modal {
    display: block !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none;
    z-index: -99;
}

.modal.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible;
    z-index: 99999999;
    -webkit-animation: slideInDown 0.4s forwards;
    animation: slideInDown 0.4s forwards;
}

.modal .modal-header {
    padding: 0 10px;
    border-bottom: none;
}

.modal .modal-header .close {
    color: #444444;
    font-size: 28px;
    opacity: 1;
    display: block;
    position: absolute;
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    right: 10px;
    top: 10px;
    z-index: 999;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f7f7f7;
}

.modal .modal-header .close:hover {
    color: #ffffff;
    background-color: #d8373e;
}

.modal .modal-body {
    padding: 20px 20px 20px 20px;
}

@media only screen and (max-width: 479px) {
    .modal .modal-body {
        padding: 10px;
    }
}

/*------- Typography Style end -------*/
/* ---- slick slider focus ----*/
.slick-slide:focus {
    outline: none;
}

/* ---- sick slider arrow style start ----*/
.slick-arrow-style.slick-slider .slick-arrow {
    bottom: calc(100% + 36px);
    width: 28px;
    height: 28px;
    color: #444444;
    font-size: 18px;
    text-align: center;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    background-color: #ffffff;
    line-height: 24px;
}

.slick-arrow-style.slick-slider .slick-arrow.slick-prev {
    right: 32px;
}

.slick-arrow-style.slick-slider .slick-arrow.slick-prev i {
    padding-right: 2px;
    display: block;
}

.slick-arrow-style.slick-slider .slick-arrow.slick-next {
    right: 0;
}

.slick-arrow-style.slick-slider .slick-arrow.slick-next i {
    padding-left: 2px;
    display: block;
}

.slick-arrow-style.slick-slider .slick-arrow:hover {
    color: #d8373e;
    border-color: #d8373e;
}

.slick-arrow-style_2.slick-slider .slick-arrow {
    top: 50%;
    width: 36px;
    height: 36px;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 9;
}

.slick-arrow-style_2.slick-slider .slick-arrow.slick-prev {
    left: 20px;
    right: auto;
}

.slick-arrow-style_2.slick-slider .slick-arrow.slick-next {
    right: 20px;
    left: auto;
}

.slick-arrow-style_2.slick-slider .slick-arrow:hover {
    color: #ffffff;
    border-color: #d8373e;
    background-color: #d8373e;
}

.slick-arrow-style_2.slick-slider:hover .slick-arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

.slick-arrow-style_2.slick-slider:hover .slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow-style_2.slick-slider:hover .slick-arrow.slick-next {
    right: 0;
}

.slick-append,
.category-append {
    background-color: #ffffff;
    padding-left: 10px;
}

.slick-append button,
.category-append button {
    margin-right: 6px;
    width: 28px;
    height: 28px;
    color: #444444;
    font-size: 18px;
    text-align: center;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    background-color: #ffffff;
}

.slick-append button.slick-prev i,
.category-append button.slick-prev i {
    margin-left: -4px;
}

.slick-append button i,
.category-append button i {
    line-height: 28px;
    padding-left: 2px;
    margin-top: -2px;
    display: block;
}

.slick-append button:last-child,
.category-append button:last-child {
    margin-right: 0;
}

.slick-append button:hover,
.category-append button:hover {
    color: #d8373e;
    border-color: #d8373e;
}

.slick-padding .slick-list {
    margin: 0 -15px;
}

.slick-padding .slick-list .slick-slide {
    margin: 0 15px;
}

.slick-padding2 .slick-list {
    margin: 0 -5px;
}

.slick-padding2 .slick-list .slick-slide {
    margin: 0 5px;
}

/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
    bottom: -40px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.slick-dot-style ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dot-style ul.slick-dots li button {
    width: 12px;
    height: 12px;
    line-height: 12px;
    padding: 0;
    background-color: #eaeaea;
    border: none;
    border-radius: 50%;
    display: block;
    text-indent: -5000px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.slick-dot-style ul.slick-dots li.slick-active button {
    background-color: #d8373e;
    width: 30px;
    border-radius: 10px;
}

.slick-dot-style.hero-dot ul.slick-dots {
    bottom: 20px;
}

/*--------- slick slider dot style end -------*/
/* ---- common button style css ----*/
.home-btn {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
    .home-btn {
        font-size: 16px;
        line-height: 32px;
        padding: 0 15px;
    }
}

.home-btn i {
    padding-left: 5px;
}

.home-btn:hover {
    color: #ffffff;
    background-color: #d8373e;
    border-color: #d8373e;
}

.home-btn.hm4-btn {
    border: none;
    background-color: rgba(112, 108, 117, 0.56);
}

.home-btn.hm4-btn:hover {
    background-color: #d8373e;
}

.sqr-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #d8373e;
    padding: 0 20px;
    text-transform: uppercase;
    display: inline-block;
}

.sqr-btn:hover {
    color: #ffffff;
    background-color: #222222;
}

.sqr-btn i {
    padding-right: 5px;
}

.tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

/* ----scroll to top css ----*/
.scroll-top {
    background-color: #d8373e;
    bottom: 50px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.scroll-top i {
    line-height: 45px;
    color: #fff;
    font-size: 30px;
}

.scroll-top.not-visible {
    bottom: -50px;
    visibility: hidden;
    -webkit-opacity: 0;
    opacity: 0;
}

/*------ custom tooltip start -------*/
.tooltip.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.tooltip>.tooltip-inner {
    font-size: 13px;
    background-color: #d8373e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #d8373e;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #d8373e;
}


/*------- categories sidebar start -------*/
.sidebar-category {
    border: 1px solid #e5e5e5;
}

.sidebar-category ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 15px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-category ul li.title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 46px;
    display: block;
    text-transform: uppercase;
    background-color: #d8373e;
}

.sidebar-category ul li.title i {
    padding-right: 8px;
}

.sidebar-category ul li:last-child {
    border-bottom: none;
}

.sidebar-category ul li a {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 46px;
    display: inline-block;
    text-transform: capitalize;
}

.sidebar-category ul li:hover a {
    color: #d8373e;
}

/*------- categories sidebar end -------*/
/*-------- shop sidebar start --------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-widget .img-container {
        max-width: 270px;
    }
}

.sidebar-widget-body ul li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sidebar-widget-body ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-widget-body ul li a {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    text-transform: capitalize;
}

.sidebar-widget-body ul li a:hover {
    color: #d8373e;
}

.sidebar-widget-body ul li i {
    padding-right: 10px;
}

.sidebar-widget-body ul li span {
    float: right;
}

/*-------- shop sidebar end --------*/
/*--------- pricing filter slider start ---------*/
.price-range-wrap {
    padding-top: 8px;
}

.price-range-wrap .price-range {
    border-radius: 0;
    margin-right: 13px;
    margin-bottom: 35px;
}

.price-range-wrap .price-range.ui-widget-content {
    border: none;
    background: #eeeeee;
    height: 6px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-range {
    background: #d8373e;
    border-radius: 0;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
    border: none;
    background: #d8373e;
    height: 12px;
    width: 12px;
    outline: none;
    top: -4px;
    cursor: ew-resize;
    margin-left: 0;
    border-radius: 0;
}

.price-range-wrap .range-slider {
    color: #444444;
    margin-top: 22px;
}

.price-range-wrap .range-slider button.filter-btn {
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0 15px;
    background-color: #444444;
}

.price-range-wrap .range-slider button.filter-btn:hover {
    background-color: #d8373e;
}

.price-range-wrap .range-slider .price-input label {
    color: #444444;
    margin-bottom: 0;
}

.price-range-wrap .range-slider .price-input input {
    color: #444444;
    border: none;
    outline: none;
    max-width: 80px;
    text-align: right;
    pointer-events: none;
}

/*--------- pricing filter slider end ---------*/
/*---------- product tag start -----------*/
.product-tag a {
    color: #444444;
    font-size: 13px;
    padding: 4px 10px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.product-tag a:hover {
    color: #ffffff;
    background-color: #d8373e;
    border-color: #d8373e;
}

/*---------- product tag end -----------*/
/*------- testimonial item start -------*/
.testimonial-item .testimonial-thumb {
    max-width: 84px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-item .testimonial-thumb {
        max-width: 150px;
    }
}

.testimonial-item .testimonial-content h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0 10px;
    text-transform: capitalize;
}

.testimonial-item .testimonial-content h3 a {
    color: #444444;
}

.testimonial-item .testimonial-content h3 a:hover {
    color: #d8373e;
}

.testimonial-item .testimonial-content p {
    font-size: 13px;
    line-height: 22px;
}

/*------- testimonial item end -------*/
/*------- testimonial style 2 start -------*/
.testimonial-area2 {
    background-image: url(../img/testimonial/testimonials_bg.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 73px;
    padding-bottom: 113px;
}

@media only screen and (max-width: 767px) {
    .testimonial-area2 {
        padding-top: 28px;
        padding-bottom: 70px;
    }
}

.testimonial-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
    padding: 0 25px;
    text-transform: capitalize;
    display: inline-block;
}

.testimonial-style-2 .testimonial-item .testimonial-thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
    .testimonial-style-2 .testimonial-item .testimonial-thumb {
        margin-top: 0;
    }
}

.testimonial-style-2 .testimonial-item .testimonial-content {
    max-width: 90%;
    margin: 0 auto;
}

.testimonial-style-2 .testimonial-item .testimonial-content h3 {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 0;
    font-style: italic;
    text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
    .testimonial-style-2 .testimonial-item .testimonial-content h3 {
        padding: 20px 0 0;
    }
}

.testimonial-style-2 .testimonial-item .testimonial-content h3 a {
    color: #ffffff;
}

.testimonial-style-2 .testimonial-item .testimonial-content h3 a:hover {
    color: #d8373e;
}

.testimonial-style-2 .testimonial-item .testimonial-content p {
    color: #ffffff;
    font-size: 22px;
    line-height: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-style-2 .testimonial-item .testimonial-content p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-style-2 .testimonial-item .testimonial-content p {
        font-size: 16px;
        line-height: 26px;
    }
}

/*------- testimonial style 2 end -------*/
.banner-style-4 {
    margin-top: -8px;
}

/*------ product item start -------*/
.product-item .product-thumb {
    position: relative;
}

.product-item .product-thumb .img-pri {
    width: 100%;
}

.product-item .product-thumb .img-sec {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.product-item .product-thumb .product-label {
    top: 0;
    left: 0;
    position: absolute;
}

.product-item .product-thumb .product-label span {
    width: 50px;
    height: 50px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    display: block;
    background-color: #f9af51;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-transform: uppercase;
}

.product-item .product-thumb .product-action-link {
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.product-item .product-thumb .product-action-link a {
    color: #ffffff;
    font-size: 14px;
    width: 36px;
    height: 36px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    line-height: 36px;
    background-color: #444444;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.product-item .product-thumb .product-action-link a span {
    display: block;
}

.product-item .product-thumb .product-action-link a:hover {
    background-color: #d8373e;
}

.product-item .product-content {
    padding-top: 15px;
}

.product-item .product-content h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #444444;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.product-item .product-content h4 a {
    color: #444444;
}

.product-item .product-content h4 a:hover {
    color: #d8373e;
}

.product-item .product-content .pricebox .regular-price {
    color: #d8373e;
    font-size: 16px;
    font-weight: 700;
}

.product-item:hover .img-sec {
    opacity: 1;
    visibility: visible;
}

.product-item:hover .product-action-link {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    /* a {
                @include transition(0.2s);
                &:nth-child(1) {
                    transition-delay: 0.2s;
                }
                &:nth-child(2) {
                    transition-delay: 0.3s;
                }
                &:nth-child(3) {
                    transition-delay: 0.4s;
                }
                &:nth-child(4) {
                    transition-delay: 0.5s;
                }
            }  */
}

/*------ product item end -------*/
/*------- product list item start -------*/
.product-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media only screen and (max-width: 479px) {
    .product-list-item {
        display: block !important;
    }
}

.product-list-item .product-thumb {
    position: relative;
    -webkit-flex-basis: 300px;
    -moz-flex-basis: 300px;
    -ms-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    max-height: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-list-item .product-thumb {
        -webkit-flex-basis: 250px;
        -moz-flex-basis: 250px;
        -ms-flex-basis: 250px;
        -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
        max-height: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .product-list-item .product-thumb {
        -webkit-flex-basis: 180px;
        -moz-flex-basis: 180px;
        -ms-flex-basis: 180px;
        -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
        max-height: 180px;
    }
}

@media only screen and (max-width: 479px) {
    .product-list-item .product-thumb {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-height: 100%;
    }
}

.product-list-item .product-thumb .img-pri {
    width: 100%;
}

.product-list-item .product-thumb .img-sec {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.product-list-item .product-thumb .product-label {
    top: 0;
    left: 0;
    position: absolute;
}

.product-list-item .product-thumb .product-label span {
    width: 50px;
    height: 50px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    display: block;
    background-color: #f9af51;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-transform: uppercase;
}

.product-list-item:hover .img-sec {
    opacity: 1;
    visibility: visible;
}

.product-list-item .product-list-content {
    padding: 0 50px 0 20px;
    -webkit-flex-basis: calc(100% - 300px);
    -moz-flex-basis: calc(100% - 300px);
    -ms-flex-basis: calc(100% - 300px);
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
    /* @media only screen and (max-width: 479px) {
            padding: 0;
            @include flex-basis(100%);
        } */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-list-item .product-list-content {
        padding: 0;
        -webkit-flex-basis: calc(100% - 250px);
        -moz-flex-basis: calc(100% - 250px);
        -ms-flex-basis: calc(100% - 250px);
        -ms-flex-preferred-size: calc(100% - 250px);
        flex-basis: calc(100% - 250px);
    }
}

@media only screen and (max-width: 767px) {
    .product-list-item .product-list-content {
        padding: 0;
        -webkit-flex-basis: calc(100% - 180px);
        -moz-flex-basis: calc(100% - 180px);
        -ms-flex-basis: calc(100% - 180px);
        -ms-flex-preferred-size: calc(100% - 180px);
        flex-basis: calc(100% - 180px);
    }
}

.product-list-item .product-list-content h3 {
    font-size: 26px;
    line-height: 36px;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .product-list-item .product-list-content h3 {
        font-size: 22px;
        line-height: 24px;
    }
}

.product-list-item .product-list-content h3 a {
    color: #444444;
}

.product-list-item .product-list-content h3 a:hover {
    color: #d8373e;
}

.product-list-item .product-list-content .pricebox {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 2px solid #d8373e;
}

.product-list-item .product-list-content .pricebox .regular-price {
    color: #d8373e;
    font-size: 20px;
    font-weight: 700;
}

.product-list-item .product-list-content .pricebox .old-price {
    color: #d8373e;
    font-size: 20px;
    font-weight: 400;
    padding-left: 5px;
}

.product-list-item .product-list-content p {
    font-size: 13px;
    padding-top: 10px;
}

.product-list-item .product-list-content .product-list-action-link {
    margin-top: 15px;
}

.product-list-item .product-list-content .product-list-action-link a {
    color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
}

.product-list-item .product-list-content .product-list-action-link a span {
    display: block;
}

.product-list-item .product-list-content .product-list-action-link a:nth-child(odd) {
    background-color: #d8373e;
}

.product-list-item .product-list-content .product-list-action-link a:nth-child(even) {
    background-color: #444444;
}

.product-list-item .product-list-content .product-list-action-link a.buy-btn {
    width: 130px;
    text-transform: capitalize;
}

.product-list-item .product-list-content .product-list-action-link a.buy-btn i {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    float: right;
    background-color: #a32025;
}

/*------- product list item end -------*/
/*-------- category item start --------*/
.category-carousel-active .slick-slide>div:last-child .category-item {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.category-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.category-item .category-thumb {
    -webkit-flex-basis: 90px;
    -moz-flex-basis: 90px;
    -ms-flex-basis: 90px;
    -ms-flex-preferred-size: 90px;
    flex-basis: 90px;
    border: 1px solid #e5e5e5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-item .category-thumb {
        -webkit-flex-basis: 70px;
        -moz-flex-basis: 70px;
        -ms-flex-basis: 70px;
        -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    }
}

.category-item .category-content {
    padding-left: 10px;
    -webkit-flex-basis: calc(100% - 90px);
    -moz-flex-basis: calc(100% - 90px);
    -ms-flex-basis: calc(100% - 90px);
    -ms-flex-preferred-size: calc(100% - 90px);
    flex-basis: calc(100% - 90px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-item .category-content {
        -webkit-flex-basis: calc(100% - 70px);
        -moz-flex-basis: calc(100% - 70px);
        -ms-flex-basis: calc(100% - 70px);
        -ms-flex-preferred-size: calc(100% - 70px);
        flex-basis: calc(100% - 70px);
        padding-left: 8px;
    }
}

.category-item .category-content h4 {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.category-item .category-content h4 a {
    color: #444444;
}

.category-item .category-content h4 a:hover {
    color: #d8373e;
}

.category-item .category-content .price-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.category-item .category-content .price-box .regular-price {
    color: #d8373e;
    font-size: 16px;
}

.category-item .category-content .price-box .old-price {
    color: #d8373e;
    font-size: 16px;
    padding-left: 6px;
}

/*-------- category item end --------*/
/*------- brand area start -------*/
.brand-active {
    padding: 5px 0;
}

.brand-item {
    border: 1px solid #e5e5e5;
    padding: 0 10px;
}

.brand-item img {
    display: inline-block;
}

/*------- brand area end -------*/
/*----- shop main wrapper start -----*/
.shop-top-bar {
    padding-bottom: 34px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.top-bar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .top-bar-left {
        margin-bottom: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 479px) {
    .top-bar-left {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .top-bar-left .product-view-mode {
        margin-bottom: 15px;
    }
}

.top-bar-left .product-view-mode a {
    color: #ffffff;
    background-color: #444444;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.top-bar-left .product-view-mode a i {
    line-height: 44px;
    font-size: 20px;
}

.top-bar-left .product-view-mode a:hover {
    background-color: #d8373e;
}

.top-bar-left .product-view-mode a.active {
    background-color: #d8373e;
}

.top-bar-left .product-amount p {
    color: #404040;
    text-transform: capitalize;
}

.top-bar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .top-bar-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.top-bar-right .product-short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar-right .product-short p {
    margin-right: 10px;
}

.nice-select {
    width: 200px;
    padding: 0 10px;
}

.nice-select.open {
    border-color: #d8373e;
}

.nice-select .list {
    right: 0;
    left: auto;
    width: 100%;
}

.nice-select .option {
    font-size: 13px;
    line-height: 34px;
    min-height: 34px;
}

/*----- shop main wrapper end -----*/
.shop-product-wrap.list .product-item {
    display: none;
}

.shop-product-wrap.grid .product-item {
    display: block;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.shop-product-wrap.grid .product-list-item {
    display: none !important;
}

.shop-product-wrap.list .product-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.shop-product-wrap.row.list .col-lg-4,
.shop-product-wrap.row.list .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.paginatoin-area {
    border-top: 1px solid #e5e5e5;
}

.paginatoin-area .pagination-box li {
    display: inline-block;
}

.paginatoin-area .pagination-box li a {
    color: #404040;
    padding: 10px;
}

.paginatoin-area .pagination-box li a:hover {
    color: #d8373e;
}

.paginatoin-area .pagination-box li.active a {
    color: #d8373e;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .latest-product.latest-pro-2 {
        margin-top: -8px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .space-pro-3 {
        margin-top: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .space-pro-3 {
        margin-top: -6px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hm-4-cat {
        margin-top: -10px;
    }
}

/*------- blog item start -------*/
.blog-item .blog-thumb {
    position: relative;
}

.blog-item .blog-thumb a:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.blog-item .blog-thumb a:after {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.blog-item .blog-thumb:hover a:before,
.blog-item .blog-thumb:hover a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.blog-item .blog-content {
    padding-bottom: 5px;
}

.blog-item .blog-content h3 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.blog-item .blog-content h3 a {
    color: #444444;
}

.blog-item .blog-content h3 a:hover {
    color: #d8373e;
}

.blog-item .blog-content .blog-meta {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.blog-item .blog-content .blog-meta span {
    color: #444444;
    font-size: 13px;
    text-transform: capitalize;
}

.blog-item .blog-content .blog-meta span:before {
    content: "-";
    padding-right: 5px;
}

.blog-item .blog-content .blog-meta span:first-child:before {
    display: none;
}

.blog-item .blog-content p {
    font-size: 13px;
    line-height: 22px;
}

.blog-item>a {
    color: #d8373e;
    font-size: 13px;
    text-transform: capitalize;
}

.blog-item>a:hover {
    color: #444444 !important;
}

.blog-item>a i {
    padding-left: 5px;
}

/*------- blog item end -------*/
/*------- blog main content wrapper start --------*/
.blog-item .blog-content {
    margin-top: 10px;
}

.blog-item .blog-content .blog-details blockquote {
    border-left: 5px solid #d8373e;
    margin: 15px;
    background-color: #f7f7f7;
    padding: 15px;
}

.blog-item .blog-content .blog-details blockquote p {
    padding-left: 10px;
}

.blog-item .blog-content .blog-details h3 {
    color: #444444;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
    .blog-item .blog-content .blog-details h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .blog-item .blog-content .blog-details h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

.blog-item .blog-content .blog-details h3 a {
    color: #222222;
}

.blog-item .blog-content .blog-details h3 a:hover {
    color: #d8373e;
}

.blog-item .blog-content .blog-details .blog-meta {
    padding: 7px 0 10px;
}

.blog-item .blog-content .blog-details .blog-meta a {
    color: #a5a5a5;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    margin-right: 10px;
}

.blog-item .blog-content .blog-details .blog-meta a i {
    font-size: 16px;
    vertical-align: middle;
}

.blog-item .blog-content .blog-details .blog-meta a:hover {
    color: #d8373e;
}

.blog-item .blog-content .blog-details .read-more {
    color: #444444;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
}

.blog-item .blog-content .blog-details .read-more:hover {
    color: #d8373e;
}

.blog-item .tag-line {
    padding: 10px 0;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.blog-item .tag-line h4 {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    padding-right: 5px;
}

.blog-item .tag-line a {
    color: #444444;
    font-style: italic;
    text-transform: capitalize;
}

.blog-item .tag-line a:hover {
    color: #d8373e;
}

.blog-item .blog-sharing h4 {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
}

.blog-item .blog-sharing a {
    color: #444444;
    font-size: 16px;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    margin-right: 5px;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.blog-item .blog-sharing a:hover {
    color: #ffffff;
    background-color: #d8373e;
    border-color: #d8373e;
}

/*--- blog main content wrapper end ---*/
/*--- blog comment section start ---*/
.comment-section h3 {
    color: #444444;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.comment-section ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}

.comment-section ul li .author-avatar {
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
}

.comment-section ul li.comment-children {
    margin-left: 40px;
}

.comment-section ul li .comment-body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.comment-section ul li .comment-body h5 {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.comment-section ul li .comment-body .comment-post-date {
    color: #404040;
    padding-bottom: 10px;
}

.comment-section ul li .comment-body .reply-btn {
    float: right;
}

.comment-section ul li .comment-body .reply-btn a {
    color: #d8373e;
    font-size: 12px;
    display: inline-block;
    padding: 3px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: capitalize;
    border: 1px solid #d8373e;
}

.comment-section ul li .comment-body .reply-btn a:hover {
    color: #ffffff !important;
    background-color: #d8373e;
}

/*--- blog comment section end ---*/
/*------ blog comment box start -----*/
.blog-content-wrap .blog-comment-wrapper h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
}

.blog-content-wrap .blog-comment-wrapper p {
    margin-bottom: 10px;
    padding-top: 10px;
}

.blog-content-wrap .blog-comment-wrapper .comment-post-box label {
    color: #444444;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}

.blog-content-wrap .blog-comment-wrapper .comment-post-box .coment-field {
    background: #f8f8f8;
    border: none;
    color: #404040;
    padding: 8px 10px;
    width: 100%;
}

.blog-content-wrap .blog-comment-wrapper .comment-post-box textarea {
    height: 130px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    background: #f8f8f8;
    border: none;
}

/*------- blog comment box end --------*/
/*----- product details slider start ----*/
.pro-large-img {
    position: relative;
    padding: 1px;
}

.pro-large-img img {
    width: 100%;
    border: 1px solid #e5e5e5;
}

.pro-nav-thumb {
    cursor: pointer;
}

.pro-nav-thumb img {
    border: 1px solid #e1e1e1;
}

.pro-nav .slick-slide.slick-current img {
    border: 1px solid #d8373e;
}

/*----- product details slider end ----*/
/*----- product details content start ----*/
.product-details-des h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-top: -4px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
    .product-details-des h3 {
        font-size: 20px;
    }
}

.product-details-des h3 a {
    color: #444444;
}

.product-details-des h3 a:hover {
    color: #d8373e;
}

.product-details-des h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 10px 0;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .product-details-des h6 {
        padding: 0;
    }
}

.product-details-des h6 a {
    color: #444444;
}

.product-details-des h6 a:hover {
    color: #d8373e;
}

.product-details-des .pricebox {
    padding-top: 10px;
}

.product-details-des .pricebox .regular-price {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #d8373e;
}

@media only screen and (max-width: 575px) {
    .product-details-des .pricebox .regular-price {
        font-size: 18px;
    }
}

.product-details-des .action_link a.buy-btn {
    color: #ffffff;
    height: 40px;
    width: 150px;
    font-weight: 600;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background-color: #d8373e;
    text-transform: capitalize;
}

.product-details-des .action_link a.buy-btn i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    float: right;
    background-color: #b8242a;
}

.product-details-des .action_link a.buy-btn:hover i {
    background-color: #a32025;
}

.product-details-des p {
    padding-top: 20px;
    padding-bottom: 10px;
}

.product-details-des .customer-rev {
    padding-top: 10px;
}

.product-details-des .customer-rev a {
    color: #444444;
    font-size: 13px;
    text-transform: capitalize;
}

.product-details-des .customer-rev a:hover {
    color: #d8373e;
}

.product-details-des .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.product-details-des .quantity h5 {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-right: 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
    .product-details-des .quantity h5 {
        margin-right: 10px;
    }
}

.product-details-des .quantity .pro-qty {
    width: 90px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    float: left;
}

.product-details-des .quantity .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    color: #404040;
}

.product-details-des .quantity .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.product-details-des .availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-des .availability h5 {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
    margin-right: 10px;
    text-transform: capitalize;
}

.product-details-des .availability span {
    color: #22dd77;
    font-size: 14px;
    padding-left: 3px;
}

.product-details-des .useful-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.product-details-des .useful-links a {
    color: #ffffff;
    margin-right: 10px;
    padding: 8px 15px;
    background-color: #a5a5a5;
    text-transform: capitalize;
}

.product-details-des .useful-links a:hover {
    background-color: #d8373e;
}

.product-details-des .useful-links a i {
    font-size: 14px;
    padding-right: 5px;
}

.product-details-des .tag-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-des .tag-line h5 {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
    margin-right: 20px;
}

@media only screen and (max-width: 479px) {
    .product-details-des .tag-line h5 {
        margin-right: 10px;
    }
}

.product-details-des .tag-line a {
    color: #404040;
    font-size: 14px;
    margin-right: 10px;
}

.product-details-des .tag-line a:hover {
    color: #d8373e;
}

.product-details-des .share-icon {
    padding-top: 16px;
    border-top: 1px solid #e5e5e5;
}

.product-details-des .share-icon a {
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 8px;
    margin-right: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: capitalize;
}

.product-details-des .share-icon a i {
    padding-right: 5px;
}

.product-details-des .share-icon a.facebook {
    background-color: #3B5999;
}

.product-details-des .share-icon a.twitter {
    background-color: #1DA1F2;
}

.product-details-des .share-icon a.pinterest {
    background-color: #CB2028;
}

.product-details-des .share-icon a.google {
    background-color: #fe6d4c;
}

.product-details-des .color-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-des .color-option h5 {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 5px;
    margin-right: 10px;
    text-transform: capitalize;
}

.product-details-des .color-option li {
    display: inline-block;
    margin-right: 5px;
    padding: 2px;
    border: 1px solid #ccc;
}

.product-details-des .color-option li a {
    height: 30px;
    width: 30px;
    display: block;
}

.product-details-des .pro-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-des .pro-size h5 {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
    margin-right: 10px;
    text-transform: capitalize;
}

.product-details-des .pro-size .nice-select {
    width: 100px;
    height: 40px;
}

.product-details-des .group-product-table {
    display: block;
}

.product-details-des .group-product-table.table-bordered {
    border: none;
}

.product-details-des .group-product-table td {
    width: 33.33%;
    padding: 8px;
    vertical-align: middle;
}

.product-details-des .group-product-table td a {
    color: #404040;
    text-transform: capitalize;
}

.product-details-des .group-product-table td a:hover {
    color: #d8373e;
}

.product-details-des .group-product-table td .pro-qty {
    width: 90px;
    height: 35px;
    border: 1px solid #ddd;
    padding: 0 15px;
    float: left;
}

.product-details-des .group-product-table td .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #404040;
}

.product-details-des .group-product-table td .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 33px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

/*----- product details content end ----*/
/*----- reviews area start -----*/
.product-review-info .nav.review-tab li a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 8px 10px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background-color: #979898;
}

.product-review-info .nav.review-tab li a:hover,
.product-review-info .nav.review-tab li a.active {
    color: #404040;
    background-color: #ffffff;
}

@media only screen and (max-width: 479px) {
    .product-review-info .nav.review-tab li a {
        font-size: 12px;
    }
}

.product-review-info .tab-content.reviews-tab {
    border: 1px solid #e5e5e5;
    padding: 15px 20px 20px;
}

.product-review-info .tab-content.reviews-tab .table {
    margin-bottom: 0;
}

.product-review-info .tab-content.reviews-tab .table tr {
    text-transform: capitalize;
}

.product-review-info .tab-content.reviews-tab p {
    font-size: 13px;
}

.product-review-info .tab-content .review-description {
    padding-top: 25px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-review-info .tab-content .review-description {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 767px),
only screen and (max-width: 575px) {
    .product-review-info .tab-content .review-description {
        display: block;
    }
}

.product-review-info .tab-content .review-description .tab-thumb {
    -webkit-flex-basis: 300px;
    -moz-flex-basis: 300px;
    -ms-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}

@media only screen and (max-width: 767px) {
    .product-review-info .tab-content .review-description .tab-thumb {
        -webkit-flex-basis: 220px;
        -moz-flex-basis: 220px;
        -ms-flex-basis: 220px;
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    }
}

.product-review-info .tab-content .review-description .tab-des {
    padding-left: 40px;
    -webkit-flex-basis: calc(100% - 300px);
    -moz-flex-basis: calc(100% - 300px);
    -ms-flex-basis: calc(100% - 300px);
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
}

@media only screen and (max-width: 767px) {
    .product-review-info .tab-content .review-description .tab-des {
        padding-left: 14px;
        -webkit-flex-basis: calc(100% - 220px);
        -moz-flex-basis: calc(100% - 220px);
        -ms-flex-basis: calc(100% - 220px);
        -ms-flex-preferred-size: calc(100% - 220px);
        flex-basis: calc(100% - 220px);
    }
}

.product-review-info .tab-content .review-description .tab-des h3 {
    color: #d8373e;
    font-size: 20px;
    font-weight: 22px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.product-review-info .tab-content .review-description .tab-des ul li {
    font-size: 13px;
    list-style: inherit;
}

.review-form h5 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
    .review-form h5 {
        font-size: 16px;
    }
}

.total-reviews {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 50px;
}

.total-reviews .rev-avatar {
    -webkit-flex-basis: 60px;
    -moz-flex-basis: 60px;
    -ms-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    max-height: 60px;
}

.total-reviews .review-box {
    margin-left: 10px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    -webkit-flex-basis: calc(100% - 70px);
    -moz-flex-basis: calc(100% - 70px);
    -ms-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
}

.total-reviews .review-box .post-author {
    padding-bottom: 10px;
}

.total-reviews .review-box .post-author p {
    font-size: 12px;
    font-style: italic;
    text-transform: capitalize;
}

.total-reviews .review-box .post-author p span {
    font-size: 13px;
}

.total-reviews .review-box p {
    font-size: 13px;
    font-style: italic;
}

/*----- reviews area end -----*/
.vertical-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vertical-slider .vertical-first {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
}

.vertical-slider .vertical-first .pro-large-img img {
    max-width: 96%;
}

@media only screen and (max-width: 767px) {
    .vertical-slider .vertical-first .pro-large-img img {
        max-width: 100%;
    }
}

.vertical-slider .vertical-second {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.slider-box-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.slider-box-center p {
    max-width: 70%;
}

@media only screen and (max-width: 767px) {
    .slider-box-center p {
        max-width: 95%;
    }
}

/* Checkout Login Coupon Accordion Start */
.checkoutaccordion h3 {
    background-color: #f7f7f7;
    border-top: 3px solid #d8373e;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
}

.checkoutaccordion h3 span {
    color: #d8373e;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-left: 10px;
}

.checkoutaccordion h3 span:hover {
    color: #444444;
}

@media only screen and (max-width: 479px) {
    .checkoutaccordion h3 {
        font-size: 14px;
    }
}

.checkoutaccordion .card {
    border: none;
    padding: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.checkoutaccordion .card .card-body {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 30px;
}

.checkoutaccordion .card .card-body .cart-update-option {
    border: none;
    padding: 0;
}

.checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
    padding: 12px 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    margin-right: 15px;
}

@media only screen and (max-width: 479px) {
    .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
        margin-bottom: 15px;
    }
}

.checkout-box-wrap .custom-control {
    padding-left: 0;
    margin-left: 1.5rem;
}

.checkout-billing-details-wrap h2 {
    color: #444444;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .checkout-billing-details-wrap h2 {
        margin-bottom: 26px;
    }
}

.checkout-billing-details-wrap .billing-form-wrap {
    margin-top: -20px;
}

.forget-pwd {
    color: #d8373e;
    font-size: 12px;
    margin-top: -6px;
}

.single-form-row {
    margin-top: 15px;
    display: none;
}

.single-form-row p {
    margin: 0;
    font-size: 14px;
}

.order-summary-details h2 {
    color: #444444;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.order-summary-table {
    background-color: #f7f7f7;
    margin-top: 34px;
}

.order-summary-table .table,
.order-summary-table table {
    color: #444444;
    margin-bottom: 0;
    font-size: 15px;
    white-space: nowrap;
}

.order-summary-table .table tr td,
.order-summary-table .table tr th,
.order-summary-table table tr td,
.order-summary-table table tr th {
    font-weight: 500;
    vertical-align: middle;
    padding: 15px 10px;
    border-width: 1px;
}

.order-summary-table .table tr td a,
.order-summary-table .table tr th a,
.order-summary-table table tr td a,
.order-summary-table table tr th a {
    color: #444444;
    font-weight: 400;
}

.order-summary-table .table tr td strong,
.order-summary-table .table tr th strong,
.order-summary-table table tr td strong,
.order-summary-table table tr th strong {
    font-weight: 500;
}

.order-summary-table .shipping-type {
    text-align: left;
}

.order-summary-table .shipping-type li {
    margin-bottom: 5px;
}

.order-summary-table .shipping-type li:last-child {
    margin-bottom: 0;
}

.order-payment-method {
    background-color: #f7f7f7;
    padding: 40px 20px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .order-payment-method {
        padding: 32px 20px 36px;
    }
}

.single-payment-method {
    margin-bottom: 20px;
}

.single-payment-method:last-child {
    margin-bottom: 0;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.single-payment-method label,
.single-payment-method .custom-control-label {
    font-weight: 500;
}

.single-payment-method .paypal-card {
    max-width: 150px;
    height: 50px;
    margin-top: 10px;
    display: block;
}

.single-payment-method .payment-method-details {
    background-color: #f1f1f1;
    color: #444444;
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    position: relative;
    margin-top: 20px;
    display: none;
}

.single-payment-method .payment-method-details:after {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
    bottom: 100%;
}

.single-payment-method .payment-method-details * {
    margin: 0;
}

.summary-footer-area .btn-brand {
    margin-top: 40px;
}

/*------- input box style css start -------*/
.single-input-item {
    margin-top: 20px;
}

.single-input-item label {
    color: #444444;
    text-transform: capitalize;
    font-size: 14px;
}

.single-input-item label.required:after {
    content: '*';
    color: red;
    font-size: 14px;
    margin-left: 3px;
    margin-top: 5px;
}

.single-input-item input,
.single-input-item textarea {
    color: #404040;
    border: 1px solid #ccc;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
    background: #f7f7f7;
}

.single-input-item input:active,
.single-input-item input:focus,
.single-input-item textarea:active,
.single-input-item textarea:focus {
    border-color: #d8373e;
    background-color: #ffffff;
}

.single-input-item .nice-select {
    width: 100%;
    border-radius: 0;
    height: 48px;
    border-color: #ccc;
    background-color: #f7f7f7;
}

.single-input-item .nice-select .current {
    color: #404040;
}

.single-input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
    width: 100%;
}

/*------- input box style css end -------*/
/*-------- Custom Checkbox Style start --------*/
.custom-checkbox label,
.custom-checkbox .custom-control-label,
.custom-radio label,
.custom-radio .custom-control-label {
    color: #444444;
    font-size: 14px;
    line-height: 1;
    padding-left: 10px;
    display: block;
    cursor: pointer;
}

.custom-checkbox label:before,
.custom-checkbox .custom-control-label:before,
.custom-radio label:before,
.custom-radio .custom-control-label:before {
    background-color: #ddd;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 15px;
    top: 0;
    width: 15px;
}

.custom-checkbox label:after,
.custom-checkbox .custom-control-label:after,
.custom-radio label:after,
.custom-radio .custom-control-label:after {
    background-size: 10px 10px;
    height: 15px;
    top: 0;
    width: 15px;
}

.custom-checkbox label a,
.custom-checkbox .custom-control-label a,
.custom-radio label a,
.custom-radio .custom-control-label a {
    color: #444444;
    font-weight: 500;
}

.custom-checkbox label a:hover,
.custom-checkbox .custom-control-label a:hover,
.custom-radio label a:hover,
.custom-radio .custom-control-label a:hover {
    color: #d8373e;
}

.custom-checkbox input,
.custom-checkbox .custom-control-input,
.custom-radio input,
.custom-radio .custom-control-input {
    outline: none;
}

.custom-checkbox input:focus~.custom-control-label:before,
.custom-checkbox input:focus label:before,
.custom-checkbox .custom-control-input:focus~.custom-control-label:before,
.custom-checkbox .custom-control-input:focus label:before,
.custom-radio input:focus~.custom-control-label:before,
.custom-radio input:focus label:before,
.custom-radio .custom-control-input:focus~.custom-control-label:before,
.custom-radio .custom-control-input:focus label:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom-checkbox input:checked~.custom-control-label:before,
.custom-checkbox input:checked label:before,
.custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.custom-checkbox .custom-control-input:checked label:before,
.custom-radio input:checked~.custom-control-label:before,
.custom-radio input:checked label:before,
.custom-radio .custom-control-input:checked~.custom-control-label:before,
.custom-radio .custom-control-input:checked label:before {
    background-color: #d8373e;
    border-color: #d8373e;
}

/*-------- Custom Checkbox Style end --------*/
/*------- Custom Radio Button Style start -------*/
.custom-radio label:before,
.custom-radio .custom-control-label:before {
    border-radius: 50%;
    height: 14px;
    width: 14px;
}

.custom-radio label::after,
.custom-radio .custom-control-label::after {
    background-position: 1px 1px;
    background-size: 9px 8px;
    left: -22px;
    top: 2px;
    height: 10px;
    width: 10px;
}

/*------- Custom Radio Button Style end -------*/

.cart-update-option {
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px 20px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1499px) {
    .cart-update-option {
        margin-top: 0;
        border-top: 0 solid transparent;
    }
}

.cart-update-option .apply-coupon-wrapper {
    width: 55%;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-update-option .apply-coupon-wrapper {
        width: auto;
    }
}

.cart-update-option .apply-coupon-wrapper form {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    white-space: nowrap;
}

.cart-update-option .apply-coupon-wrapper form input {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 12px 10px;
    outline: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-right: 15px;
    width: 100%;
}

.cart-update-option .apply-coupon-wrapper form input:focus,
.cart-update-option .apply-coupon-wrapper form input:active {
    border-color: #d8373e;
}

@media only screen and (max-width: 767px) {
    .cart-update-option .apply-coupon-wrapper button {
        display: block;
        width: 100%;
        margin-top: 15px;
        border-radius: 0;
    }
}

.cart-update-option .btn-brand {
    padding: 18px 30px;
}

@media only screen and (max-width: 767px) {
    .cart-update-option .btn-brand {
        display: block;
        width: 100%;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-update-option .cart-update .check-btn {
        display: block;
        text-align: center;
        margin-top: 15px;
        border-radius: 0;
    }
}

.cart-calculator-wrapper {
    margin-top: 30px;
    background-color: #f8f8f8;
}

.cart-calculator-wrapper h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    padding: 27px 15px 25px;
    margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items {
    font-weight: 500;
}

.cart-calculator-wrapper .cart-calculate-items .table {
    margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td {
    color: #444444;
    padding: 15px 20px;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
    color: #444444;
    text-align: right;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
    color: #d8373e;
    font-weight: 700;
}

.cart-calculator-wrapper a {
    border-radius: 0;
    text-align: center;
}

/*--------- Cart Page Wrapper end ---------*/
/*------ Start Compare Page Wrapper -----*/
.compare-table .table tbody tr td {
    text-align: center;
    padding: 20px 20px;
    vertical-align: middle;
    border-color: #ccc;
}

.compare-table .table tbody tr td.first-column {
    min-width: 175px;
    font-size: 14px;
    font-weight: 500;
    color: #444444;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .compare-table .table tbody tr td.first-column {
        min-width: 115px;
    }
}

.compare-table .table tbody tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
    .compare-table .table tbody tr td.product-image-title {
        min-width: 220px;
    }
}

.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.compare-table .table tbody tr td.product-image-title .category {
    float: left;
    clear: both;
    color: #d8373e;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.compare-table .table tbody tr td.product-image-title .title {
    float: left;
    clear: both;
    font-size: 16px;
    color: #444444;
    font-weight: 500;
    text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
    color: #d8373e;
}

.compare-table .table tbody tr td.pro-desc p {
    text-align: left;
    margin: 0;
}

.compare-table .table tbody tr td.pro-price,
.compare-table .table tbody tr td.pro-color,
.compare-table .table tbody tr td.pro-stock {
    font-size: 14px;
    font-weight: 400;
}

.compare-table .table tbody tr td.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.compare-table .table tbody tr td.pro-remove button:hover {
    color: #f00000;
}

.compare-table .table tbody tr td.pro-remove button i {
    font-size: 20px;
}

.compare-table .table tbody tr td.pro-ratting i {
    color: #d8373e;
}

/*------ end Compare Page Wrapper -----*/
/*------ Start Login & Register Page ------*/
.login-reg-form-wrap {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 23px 30px 30px;
}

@media only screen and (max-width: 575px) {
    .login-reg-form-wrap {
        padding: 23px 15px 30px;
    }
}

.login-reg-form-wrap h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    text-transform: capitalize;
    color: #444444;
    border-bottom: #ccc;
    padding-bottom: 15px;
    margin-bottom: 32px;
}

.login-reg-form-wrap h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    color: #444444;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.login-reg-form-wrap form .create-account {
    margin-top: 25px;
}

.login-reg-form-wrap .login-reg-form-meta a {
    color: #d8373e;
}

/*------ end Login & Register Page ------*/
/*-------- Start My Account Page Wrapper --------*/
.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.myaccount-tab-menu a {
    border: 1px solid #ccc;
    border-bottom: none;
    color: #444444;
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #ccc;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
    background-color: #d8373e;
    border-color: #d8373e;
    color: #ffffff;
}

.myaccount-tab-menu a i.fa {
    font-size: 14px;
    text-align: center;
    width: 25px;
}

@media only screen and (max-width: 767px) {
    #myaccountContent {
        margin-top: 30px;
    }
}

.myaccount-content {
    border: 1px solid #eeeeee;
    padding: 30px;
}

@media only screen and (max-width: 575px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}

.myaccount-content form {
    margin-top: -20px;
}

.myaccount-content h3 {
    font-size: 22px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 400;
}

.myaccount-content .welcome a {
    color: #444444;
}

.myaccount-content .welcome a:hover {
    color: #d8373e;
}

.myaccount-content .welcome strong {
    font-weight: 600;
    color: #d8373e;
}

.myaccount-content fieldset {
    margin-top: 20px;
}

.myaccount-content fieldset legend {
    color: #444444;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.myaccount-table {
    white-space: nowrap;
    font-size: 14px;
}

.myaccount-table table th,
.myaccount-table .table th {
    color: #444444;
    padding: 10px;
    font-weight: 500;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-bottom: 0;
}

.myaccount-table table td,
.myaccount-table .table td {
    padding: 10px;
    vertical-align: middle;
    border-color: #ccc;
}

.saved-message {
    background-color: #f4f5f7;
    border-top: 3px solid #d8373e;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #444444;
    padding: 20px;
}

/*-------- Start My Account Page Wrapper --------*/
/*------- Start About Page Wrapper --------*/
.title-box {
    position: relative;
}

.title-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #444444;
    line-height: 30px;
    padding: 0 25px;
    text-transform: capitalize;
    background-color: #ffffff;
    display: inline-block;
}

.title-box:before {
    content: '';
    width: 100%;
    height: 6px;
    border-top: 2px solid #ebeef2;
    border-bottom: 2px solid #ebeef2;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -9999;
}

.about-text-wrap {
    font-size: 16px;
    line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-text-wrap {
        padding: 0 20px;
    }
}

.about-text-wrap h2 {
    color: #444444;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: -14px;
}

@media only screen and (max-width: 767px) {
    .about-text-wrap h2 {
        font-size: 36px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .about-text-wrap h2 {
        font-size: 26px;
        line-height: 26px;
    }
}

.about-text-wrap h2 span {
    display: block;
    font-weight: 400;
    font-size: 30px;
}

@media only screen and (max-width: 575px) {
    .about-text-wrap h2 span {
        font-size: 24px;
    }
}

.about-image-wrap {
    position: relative;
    padding-left: 30px;
    padding-top: 30px;
}

.about-image-wrap:after {
    border: 5px solid #d8373e;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    z-index: -1;
}

/*------- end About Page Wrapper --------*/
/*------- team area start -------*/
.team-member {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.team-member .team-thumb {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.team-member .team-thumb .team-social {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    background-color: #ffffff;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}

.team-member .team-thumb .team-social a {
    color: #444444;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background-color: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.team-member .team-thumb .team-social a:hover {
    color: #ffffff;
    background-color: #d8373e;
    border-color: #d8373e;
}

.team-member .team-content {
    padding: 5px;
}

.team-member .team-content h3 {
    color: #444444;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}

.team-member .team-content h6 {
    font-size: 14px;
    color: #d8373e;
    line-height: 20px;
    text-transform: capitalize;
}

.team-member .team-content p {
    padding-top: 10px;
}

.team-member:hover .team-social {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.team-member:hover .team-thumb img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

/*------- team area end -------*/
/*-------- choosing area start --------*/
.single-choose-item i {
    color: #969ca7;
    font-size: 44px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.single-choose-item h4 {
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 0 10px;
    text-transform: uppercase;
}

.single-choose-item:hover i {
    color: #d8373e;
}

/*-------- choosing area end --------*/
/*------ contact form area start -------*/
.contact-message h2 {
    color: #444444;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 28px;
}

@media only screen and (max-width: 575px) {
    .contact-message h2 {
        font-size: 18px;
        padding-bottom: 15px;
    }
}

.contact-message form input,
.contact-message form textarea {
    width: 100%;
    border: none;
    padding: 10px 10px;
    border-bottom: 3px solid transparent;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}

.contact-message form textarea {
    height: 150px;
}

/*------ contact form area start -------*/
/*------ contact info area start -------*/
.contact-info {
    height: 100%;
}

.contact-info h2 {
    color: #444444;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 22px;
}

@media only screen and (max-width: 575px) {
    .contact-info h2 {
        font-size: 18px;
        padding-bottom: 8px;
    }
}

.contact-info p {
    color: #404040;
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info p {
        padding-bottom: 10px;
    }
}

.contact-info ul li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .contact-info ul li {
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        -ms-align-items: baseline;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.contact-info ul li:last-child {
    border-bottom: none;
}

.contact-info ul li i {
    font-size: 18px;
    padding-right: 10px;
}

.contact-info .working-time h3 {
    color: #444444;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}

.contact-info .working-time p span {
    color: #444444;
    padding-right: 10px;
}

/*------ contact info area end -------*/
#map_content {
    height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #map_content {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    #map_content {
        height: 300px;
    }
}

@media only screen and (max-width: 575px) {
    #map_content {
        height: 200px;
    }
}

/*----- breadcrumb style css start -----*/
.breadcrumb-wrap {
    padding: 25px 0;
}

.breadcrumb-wrap nav .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb-wrap nav .breadcrumb .breadcrumb-item a {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.breadcrumb-wrap nav .breadcrumb .breadcrumb-item a:hover {
    color: #d8373e;
}

@media only screen and (max-width: 479px) {
    .breadcrumb-wrap nav .breadcrumb .breadcrumb-item a {
        font-size: 12px;
    }
}

.breadcrumb-wrap nav .breadcrumb .breadcrumb-item::before {
    color: #404040;
    content: "\f0da";
    padding: 0 6px;
    margin-right: 6px;
    font-family: fontawesome;
}

@media only screen and (max-width: 479px) {
    .breadcrumb-wrap nav .breadcrumb .breadcrumb-item::before {
        padding: 0 3px;
        margin-right: 3px;
    }
}

.breadcrumb-wrap nav .breadcrumb .breadcrumb-item:first-child::before {
    display: none;
}

.breadcrumb-wrap nav .breadcrumb .breadcrumb-item.active {
    color: #d8373e;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
    .breadcrumb-wrap nav .breadcrumb .breadcrumb-item.active {
        font-size: 12px;
    }
}

/*----- breadcrumb style css end -----*/
/*----- blog sidebar start -------*/
.blog-sidebar .title {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
}

.blog-sidebar .title::before {
    width: 55px;
    height: 2px;
    bottom: -10px;
    left: 0;
    background-color: #d8373e;
    content: "";
    position: absolute;
}

.blog-sidebar .search-field {
    width: calc(100% - 50px);
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #404040;
    font-size: 14px;
    height: 50px;
    float: left;
    text-transform: capitalize;
}

.blog-sidebar .search-btn {
    width: 50px;
    height: 50px;
    margin-left: -4px;
    text-align: center;
    cursor: pointer;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
}

.blog-sidebar .search-btn i {
    font-size: 20px;
    line-height: 50px;
    color: #444444;
}

.blog-sidebar .search-btn:hover i {
    color: #d8373e;
}

.blog-sidebar .blog-archive li {
    margin-bottom: 10px;
}

.blog-sidebar .blog-archive li a {
    color: #404040;
}

.blog-sidebar .blog-archive li a:hover {
    color: #d8373e;
}

.blog-sidebar .blog-tags li {
    display: inline-block;
    margin-bottom: 5px;
}

.blog-sidebar .blog-tags li a {
    color: #444444;
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    display: inline-block;
    text-transform: uppercase;
}

.blog-sidebar .blog-tags li a:hover {
    color: #ffffff;
    background-color: #d8373e;
    border-color: #d8373e;
}

.blog-sidebar .recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-sidebar .recent-post .recent-post-thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65px;
    max-height: 65px;
    border: 1px solid #e5e5e5;
}

.blog-sidebar .recent-post .recent-post-des {
    padding-left: 10px;
}

.blog-sidebar .recent-post .recent-post-des span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 0;
    text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .blog-sidebar .recent-post .recent-post-des span {
        padding: 2px 0;
    }
}

.blog-sidebar .recent-post .recent-post-des span a {
    font-size: 14px;
    color: #404040;
    font-weight: 600;
}

.blog-sidebar .recent-post .recent-post-des span a:hover {
    color: #d8373e;
}

.blog-sidebar .recent-post .recent-post-des span.post-date {
    color: #404040;
    font-size: 13px;
    font-weight: 400;
}

/*----- blog sidebar end -------*/
/* ------- footer top start ------- */
.footer-top {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.footer-top-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-wrapper {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .footer-top-wrapper {
        display: block;
    }
}

.footer-top-wrapper .newsletter__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-wrapper .newsletter__wrap {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .footer-top-wrapper .newsletter__wrap {
        display: block;
    }
}

.footer-top-wrapper .newsletter__wrap .newsletter__title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-wrapper .newsletter__wrap .newsletter__title {
        padding-top: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-top-wrapper .newsletter__wrap .newsletter__title {
        padding-top: 8px;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}

.footer-top-wrapper .newsletter__wrap .newsletter__icon {
    width: 62px;
    height: 40px;
    border: 1px solid #696969;
    line-height: 40px;
    text-align: center;
}

.footer-top-wrapper .newsletter__wrap .newsletter__icon i {
    color: #ffffff;
    font-size: 18px;
}

@media only screen and (max-width: 479px) {
    .footer-top-wrapper .newsletter__wrap .newsletter__icon {
        display: none;
    }
}

.footer-top-wrapper .newsletter__wrap .newsletter__content {
    padding-left: 10px;
}

@media only screen and (max-width: 479px) {
    .footer-top-wrapper .newsletter__wrap .newsletter__content {
        padding-left: 0;
        text-align: center;
    }
}

.footer-top-wrapper .newsletter__wrap .newsletter__content h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
    .footer-top-wrapper .newsletter__wrap .newsletter__content h3 {
        font-size: 16px;
    }
}

.footer-top-wrapper .newsletter__wrap .newsletter__content p {
    color: #c6c6c6;
    font-size: 13px;
    line-height: 18px;
}

.footer-top-wrapper .newsletter__wrap .newsletter__box {
    height: 36px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

@media only screen and (max-width: 767px) {
    .footer-top-wrapper .newsletter__wrap .newsletter__box {
        text-align: center;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 100%;
        margin: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .footer-top-wrapper .newsletter__wrap .newsletter__box {
        max-width: 100%;
        margin: 15px 0;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.footer-top-wrapper .newsletter__wrap .newsletter__box form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media only screen and (max-width: 479px) {
    .footer-top-wrapper .newsletter__wrap .newsletter__box form {
        display: block;
    }
}

.footer-top-wrapper .newsletter__wrap .newsletter__box form input {
    -ms-flex-preferred-size: calc(100% - 108px);
    flex-basis: calc(100% - 108px);
    padding: 5px 10px;
    margin-right: 15px;
    color: #404040;
    border: 1px solid #ffffff;
}

@media only screen and (max-width: 767px) {
    .footer-top-wrapper .newsletter__wrap .newsletter__box form input {
        -webkit-flex-basis: calc(100% - 108px);
        -moz-flex-basis: calc(100% - 108px);
        -ms-flex-basis: calc(100% - 108px);
        -ms-flex-preferred-size: calc(100% - 108px);
        flex-basis: calc(100% - 108px);
    }
}

@media only screen and (max-width: 479px) {
    .footer-top-wrapper .newsletter__wrap .newsletter__box form input {
        margin-right: 5px;
        width: 100%;
    }
}

.footer-top-wrapper .newsletter__wrap .newsletter__box form button {
    border: none;
    color: #ffffff;
    font-size: 14px;
    -ms-flex-preferred-size: 108px;
    flex-basis: 108px;
    padding: 0px 15px;
    line-height: 34px;
    cursor: pointer;
    background: #d8373e;
    text-transform: uppercase;
}

.footer-top-wrapper .newsletter__wrap .newsletter__box form button:hover {
    background-color: #a32025;
}

@media only screen and (max-width: 479px) {
    .footer-top-wrapper .newsletter__wrap .newsletter__box form button {
        padding: 0 10px;
        width: 100%;
        margin-top: 10px;
    }
}

.footer-top-wrapper .social-icons {
    text-align: right;
    -webkit-flex-basis: calc(100% - 75%);
    -moz-flex-basis: calc(100% - 75%);
    -ms-flex-basis: calc(100% - 75%);
    -ms-flex-preferred-size: calc(100% - 75%);
    flex-basis: calc(100% - 75%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-wrapper .social-icons {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-top-wrapper .social-icons {
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .footer-top-wrapper .social-icons {
        display: block;
        margin-top: 52px;
    }
}

.footer-top-wrapper .social-icons a {
    color: #ffffff;
    font-size: 18px;
    height: 36px;
    width: 36px;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    margin-left: 5px;
}

.footer-top-wrapper .social-icons a:hover {
    background-color: #d8373e;
}

.footer-top-wrapper .social-icons a:first-child {
    margin-left: 0;
}

/* ------- footer top end ------- */
/* -------- footer widget start -------- */
.footer-widget .widget-title h4 {
    color: #444444;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.footer-widget .widget-body ul.location li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 5px;
    color: #444444;
    font-size: 13px;
    text-transform: capitalize;
}

.footer-widget .widget-body ul.location li i {
    color: #d8373e;
    font-size: 16px;
    padding-right: 10px;
}

.footer-widget .widget-body ul li {
    margin-bottom: 8px;
}

.footer-widget .widget-body ul li a {
    color: #444444;
    font-size: 13px;
    text-transform: capitalize;
    position: relative;
}

.footer-widget .widget-body ul li a:hover {
    color: #d8373e;
    padding-left: 15px;
}

.footer-widget .widget-body ul li a:before {
    left: 0;
    top: 0;
    content: "\f0da";
    padding-right: 10px;
    color: #d8373e;
    font-family: "FontAwesome";
}

.footer-widget .widget-body ul li:last-child {
    margin-bottom: 0;
}

.footer-widget .widget-body a.map-btn {
    color: #ddd;
    font-size: 13px;
    line-height: 30px;
    background-color: #444444;
    padding: 0 25px;
    margin-top: 15px;
    display: inline-block;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget .widget-body a.map-btn {
        padding: 0 15px;
    }
}

.footer-widget .widget-body a.map-btn:hover {
    color: #ffffff;
    background-color: #d8373e;
}

/* -------- footer widget end -------- */
/*------ footer bootom start -------*/
.footer-bottom-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

@media only screen and (max-width: 767px) {
    .footer-bottom-wrap {
        display: block;
        text-align: center;
    }
}

.footer-bottom-wrap .copyright-text p {
    color: #404040;
    font-size: 13px;
    text-transform: capitalize;
}

.footer-bottom-wrap .copyright-text p a {
    color: #d8373e;
}

.footer-bottom-wrap .copyright-text p a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 479px) {
    .footer-bottom-wrap .copyright-text p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom-wrap .copyright-text {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom-wrap .payment-method-img {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 10px;
    }
}

/*------ footer bootom end -------*/
/* for switcher */
/* switcher Panel style  */
.color-switcher {
    background-color: white;
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 9;
    display: inline-block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.color-switcher.switcher-toggle {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.color-switcher .color-switcher-inner {
    max-width: 200px;
    width: 100%;
    z-index: 9999;
    padding: 20px 10px 10px 10px;
    position: relative;
}

.color-switcher .color-switcher-inner .switcher-icon {
    width: 45px;
    height: 45px;
    left: -45px;
    top: 0;
    position: absolute;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.2);
}

.color-switcher .color-switcher-inner .switcher-icon i {
    color: #d8373e;
    font-size: 22px;
    line-height: 45px;
}

.color-switcher .switcher-panel-item {
    margin-bottom: 25px;
}

.color-switcher .switcher-panel-item:last-child {
    margin-bottom: 0;
}

.color-switcher .switcher-panel-item h3 {
    font-weight: 600;
    color: #444444;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 14px;
}

.color-switcher .switcher-panel-item.bg h3 {
    opacity: 0.2;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .color-switcher {
        display: none;
    }
}

.colors {
    margin: 0 -5px;
}

.colors li {
    background-color: transparent;
    max-width: calc(33.333% - 10px);
    -ms-flex-preferred-size: calc(33.333% - 10px);
    flex-basis: calc(33.333% - 10px);
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin: 0 5px 10px 5px;
    position: relative;
}

.colors li.default {
    background-color: #d8373e;
}

.colors li.green {
    background-color: #189f2b;
}

.colors li.soft-green {
    background-color: #6bc59a;
}

.colors li.sky-blue {
    background-color: #459fdd;
}

.colors li.orange {
    background-color: #f39c12;
}

.colors li.violet {
    background-color: #9b59b6;
}

.colors li.active:after {
    top: 50%;
    left: 50%;
    font-size: 12px;
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.layout-changer li button {
    border: 1px solid #d8373e;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    padding: 5px 20px;
    margin-right: 10px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.layout-changer li button:hover,
.layout-changer li button.active {
    background-color: #d8373e;
    color: #ffffff;
}

.layout-changer li:last-child button {
    margin-right: 0;
}

.bgbody-style {
    margin: 0 -5px;
}

.bgbody-style li {
    max-width: calc(33.333% - 10px);
    -ms-flex-preferred-size: calc(33.333% - 10px);
    flex-basis: calc(33.333% - 10px);
    margin: 0 5px 10px;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.2;
}

.bgbody-style li img {
    height: 100%;
    width: 100%;
    border: 2px solid #e5e5e5;
}

.bgbody-style li img.active {
    border-color: #222222;
}

body.layout-boxed {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 0px 0px 8px 2px #DAD5D5;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 0px 0px 8px 2px #DAD5D5;
}

body.layout-boxed .bgbody-style li {
    pointer-events: visible;
    opacity: 1;
}

body.layout-boxed .bg h3 {
    opacity: 1 !important;
    pointer-events: visible;
}

body.pattern-bg {
    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed;
}

body.pattern-bg .wrapper {
    background-color: #fff;
}

body.image-bg {
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body.image-bg.layout-boxed {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.image-bg .wrapper {
    background-color: #fff;
}


.trBg {background:#D9E6E3}


#myRegPop_up { 
    background:#000;;
    border-radius:15px;
    color:#fff;
    display:none; 
    padding:60px;
    width:400px;
    height:400px;
	text-align:center;
	margin-left:20px;
}

#thanksCantact { 
    background:#4C756C;
    border-radius:15px;
    color:#FFF;
    display:none; 
    padding:40px 20px 20px 20px;
    width:500px;
    height:100px;
	text-align:center;
	font-size:14px;
	
}

#myNewRegPop_up { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
    width:200px;
    height:100px;
	margin-right:200px;
}

#portalLogin { 
    background:#CEDDE1;
    color:#000;
    display:none; 
    padding:10px;
	text-align:left;
	margin-left:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000; 
}


#justMyPopUp { 
    background:#B9E3E1 url(../img/bg1.jpg);
    color:#000;
    display:none; 
    padding:10px;
    min-width:200px;
    min-height:50px;
	border:1px solid #C5DBF2;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}


#justMyPopUpAlert { 
    background:#B9E3E1 url(../img/bg1.jpg);
    color:#000;
    display:none; 
    padding:5px;
    width:550px;
    min-height:50px;
	border:1px solid #C5DBF2;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}

#loadingPop { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
	text-align:center
}




#popUpLoader { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
	text-align:center
}


#transLoader { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
	text-align:center
}


#walletLoader { 
    background:none;
    border-radius:15px;
    color:#ccc;
    display:none; 
    padding:60px;
	text-align:center
}

#viewLargePix { 
    background:#B9E3E1 url(../img/bg1.jpg);
    color:#000;
    display:none; 
    padding:2px;
    min-width:200px;
    min-height:50px;
	border:1px solid #C5DBF2;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}





#prvDivContent { 
    background:#fff;
    color:#000;
    display:none; 
    padding:2px;
    min-width:200px;
    min-height:200px;
	border:4px solid #B9E3E1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
}


#prvDivContentNew { 
    background:#fff;
    color:#000;
    display:none; 
    padding:2px;
    min-width:200px;
    min-height:200px;
	border:4px solid #B9E3E1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
}



#articleAsHmBanner { 
    background:#fff;
    color:#000;
    display:none; 
    padding:2px;
    width:400px;
   height:200px;
	border:4px solid #B9E3E1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
}


#manageVideoFiles { 
    background:#fff;
    color:#666;
    display:none; 
    padding:2px;
    min-width:600px;
    min-height:100px;
	border:4px solid #B9E3E1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:20px 10px;
}



#assignPrvDiv { 
    background:#fff;
    color:#666;
    display:none; 
    padding:2px;
    width:500px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:20px 10px;
}



#profitTopDiv { 
    background:#063;
    color:#fff;
    display:none; 
    padding:5px;
    width:700px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}



#editInvDatePop { 
    background:#063;
    color:#fff;
    display:none; 
    padding:5px;
    width:700px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}



#assignPrvDivMember { 
    background:#fff;
    color:#666;
    display:none; 
    width:800px;
    height:550px;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
}

#changeLogo { 
    background:#fff;
    color:#666;
    display:none; 
    padding:2px 10px;
	border:4px solid #B9E3E1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}




#tradeTimer { 
    background:none;
    display:none; 
    padding:2px 10px;
	color:#FC0;
}


#invDiv { 
    background:#fff;
    color:#666;
    display:none; 
    padding:2px;
    width:800px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
}



#viewInvDiv { 
    background:#000;
    color:#000;
    display:none; 
    padding:2px;
    width:600px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
}


#autoTraderLicence { 
    background:#063;
    color:#fff;
    display:none; 
    padding:5px;
    width:300px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}



#invUpgradePop { 
    background:#063;
    color:#666;
    display:none; 
    padding:5px;
    width:700px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
}



#paymentDivPop { 
    background:#fff;
    color:#000;
    display:none; 
    padding:2px;
    width:600px;
    height:auto;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	-o-box-shadow: 0px 1px 4px #ccc;
	padding:10px;
	text-align:center;
}


