/*------ Typography Style Start ------*/
@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src: url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
        url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
        url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
        url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="pe-7s-"],
[class*=" pe-7s-"] {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}


body {
    line-height: 1.5;
    font-size: 12px;
    font-weight: 400;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    background-color: #F6F8F9;
}

p {
    margin-bottom: 0;
}

.white-bg {
    background-color: #fff;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

hr {
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

/*
p {
    margin-bottom: 8px;
}

p:last-child {
    margin-bottom: 0;
} */

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    color: #222222;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
} */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    line-height: 1.5;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

strong,
b {
    font-weight: 700;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

label {
    margin: 0;
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.btn,
button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
}

.btn:active,
.btn:focus,
button:active,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input,
textarea {
    resize: none;
}

input:focus,
textarea:focus {
    outline: none;
}

.table-bordered {
    border: none;
}

.header-area,
footer {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.attention-tips {
    color: #ED484B;
    margin-top: 10px;
    min-width: 1px;
    height: 20px;
}

.red-color {
    color: #ED484B;
}

.row {
    margin: 0;
}

.pe-7s-users:before {
    content: "\e693";
}

.pe-7s-angle-left:before {
    content: "\e686";
}

.pe-7s-angle-right:before {
    content: "\e684";
}

.pe-7s-angle-right-circle:before {
    content: "\e685";
}

.pe-7s-close:before {
    content: "\e680";
}

.pe-7s-close-circle:before {
    content: "\e681";
}

.pe-7s-user-female:before {
    content: "\e694";
}

.pe-7s-angle-left-circle:before {
    content: "\e687";
}

.pe-7s-user:before {
    content: "\e605";
}

.pe-7s-shopbag:before {
    content: "\e615";
}

.pe-7s-search:before {
    content: "\e618";
}

.w33 {
    width: 33.333%;
    line-height: 2;
}

.w33 h4 {
    color: #333;
    font-weight: normal;
}

.head-img {
    border-radius: 15px;
}

.role_head {
    border-radius: 50%;
}

.form-control:focus {
    border-color: #f53333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

::-moz-selection {
    color: #fff;
    background: #f53333;
}

::selection {
    color: #fff;
    background: #f53333;
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

::placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

/* ----tab problem fix css ----*/
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

.product-area .slick-slide {
    float: left;
}

.tab-pane .tag,
.tab-pane .hot-area {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.tab-pane .tag span {
    font-size: 12px;
    display: inline-block;
    color: #f00;
    padding: 2px 10px;
    border: 1px solid #f00;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.tab-pane .hot-area span {
    color: #f00;
    word-break: break-word;
}

.tab-pane .fans-pie {
    padding: 20px 0;
    /* display: none; */
}

.tab-pane .fans-pie>div {
    margin-bottom: 20px;
}

.tab-pane#tab_two {
    /* padding: 20px 0; */
}


#tab_two .detail-new h5 {
    /* color: rgb(252, 92, 92); */
    margin-bottom: 20px;
}

#tab_two .detail-new .detail-new-product {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}


.detail-new p {
    margin-bottom: 5px;
    color: #7A7A7A;
}

#tab_two .detail-new .detail-new-title {
    font-size: 16px;
    /* color: rgb(252, 92, 92); */
}

#tab_two .detail-new .detail-new-title .brand-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ED484B;
    position: absolute;
    left: 4px;
    top: 6px;
}

/* ----tab problem fix css ----*/
/*------- modal fix start -------*/
.modal-dialog {
    max-width: 1000px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .modal-dialog {
        max-width: 800px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    .modal-dialog {
        max-width: 700px;
    }
}

.modal {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -99;
}

.modal.show {
    opacity: 1;
    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: #222222;
    font-size: 34px;
    opacity: 1;
    display: block;
    position: absolute;
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    right: 10px;
    top: 10px;
    font-weight: 500;
    z-index: 999;
    line-height: 30px;
    border-radius: 50%;
}

.modal .modal-body {
    padding: 20px 20px 20px 20px;
}

@media only screen and (max-width: 479.98px) {
    .modal .modal-body {
        padding: 10px;
    }
}

/*------- modal fix end -------*/
/* ---- Sick Slider arrow style start ----*/
.slick-slider .slick-slide>div>div {
    vertical-align: middle;
}

.modal-content .slick-slider .slick-slide>div>div {
    border-radius: 50%;
    overflow: hidden;
}

.slick-arrow-style button.slick-arrow {
    top: 50%;
    left: 0;
    font-size: 70px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.slick-arrow-style button.slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.slick-arrow-style button.slick-arrow:hover {
    color: #f53333;
}

.slick-arrow-style:hover button.slick-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.slick-arrow-style:hover button.slick-arrow.slick-prev {
    left: -60px;
    right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1499.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .slick-arrow-style:hover button.slick-arrow.slick-prev {
        left: -20px;
    }
}

.breadcrumb .breadcrumb-item {
    text-align: left;
    padding-left: 0;
}

.media-wrap {
    display: flex;
    justify-content: flex-start;
}

.nav_media {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* flex-wrap: wrap;
    -ms-flex-wrap: wrap; */
    justify-content: space-between;
    flex-wrap: wrap;
}


.nav_media li {
    /* display: block;
    padding: 0 10px; */
    /* box-shadow: 1px 0 0 #eee; */
    width: 85px;
    padding: 16px 0;
    text-align: center;
    /* border-radius: 3px; */
}

.nav_media li a {
    color: #333333;
    font-size: 14px;
    display: block;
}

/* .nav_media li:hover {
    background-color: rgba(237, 72, 75, 1);
} */

/* .nav_media li:hover a {
    color: #fff;
} */

.nav_media li.active a {
    color: rgba(237, 72, 75, 1);
}

.nav_media li .classmore {
    height: 30px;
}

.nav_media .active {
    /* background: #ffbdbd;
    color: #fff; */
}

/* .nav_media li a:hover {
    background: #ff5c5c;
    color: #fff;
} */

.nav_search {
    /* line-height: 35px; */
    /* border-bottom: 1px solid #eee; */
}

.nav_search_last {
    border-bottom: none;
}

.clear {

    clear: both;
}

.nav_title {
    float: left;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    padding-left: 25px;
    min-width: 100px;
}


.btn-sure {
    float: left;
}

.rank_list {
    line-height: 25px;
}

.rank_title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.rank_fans span {
    color: #f00;

}

.rank_fans {
    font-size: 12px;
}

.rank_price {
    font-size: 12px;
}

.rank_price span {
    color: #f00;

}

/* .lileft {
    margin-left: 20px;

} */

.breadcrumb .breadcrumb-item.lileable {
    margin: 3px;
    padding: 0px 10px;
    border-radius: 5px;
    color: #666;

}

/* .lileable:hover {
    background: #ff5c5c;
    color: #fff;
} */

.list-single {
    display: flex;
    align-items: center;
}

/*--.list-single li{ float:left;}--*/
.list-single .row0 {
    width: 5%;
}

.list-single .row1 {
    width: 30%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}

.list-single .row2 {
    width: 10%;
    text-align: left;
}

.list-single .row3 {
    width: 10%;
    text-align: left;
}

.list-single .row4 {
    width: 15%;
    text-align: left;
}

.list-single .row5 {
    width: 15%;
    text-align: left;
}

.list-single .row6 {
    width: 5%;
}

.list-single .row5 .row-cart a {
    display: block;
    margin-bottom: 6px;
    color: #333;
}

/* .list-single-moble li {
    float: left;
} */

.list-single-moble .row1 {
    width: 100%;
}

.list-single-moble .row2 {
    width: 100%;
}

.list-single-moble .row3 {
    width: 100%;
}

.list-single-moble .row4 {
    width: 100%;
}

.list-single-moble .row5 {
    width: 100%;
}

.shop-main-wrapper .list-single strong {
    display: none;
}

/* .list-single .row5 .row-cart {


    padding-right: 20px;

} */

.list-single-moble .row5 .row-cart {

    line-height: 25px;
    padding-right: 20px;
    text-align: center;
}

.super-title {
    font-size: 14px;
    font-weight: 700;
}

.super-desc button {
    display: inline-block;
    padding: 0 10px;
    background-color: #f00;
    margin: 2px;
    border-radius: 10px;
    color: #fff;
}

.super-fans {
    font-size: 12px;
}

.row-cart span {
    padding: 5xp 10px;
    /* float: right; */
    /* font-weight: 700; */

}

.row-cart span:hover {
    color: #ff5c5c;
}

.seach-input {
    height: 40px;
    line-height: 40px;
}

.bottom-seach {
    color: #f1f7ff;
    height: 40px;
    line-height: 40px;
    width: 80px;
    float: left;
    margin: 10px;
    text-align: center;
    background-color: #f00;
    border-radius: 5px;
}

.search-imput {
    margin: 10px;


}

.seach-input {
    width: 85%;
    float: left;
    margin-left: 20px;
    height: 40px;
    margin-top: 10px;
}

.beizhu {
    color: #bcbcbc;
}


.slick-arrow-style:hover button.slick-arrow.slick-next {
    left: auto;
    right: -60px;
}

.fans_tag {
    line-height: 20px;
    font-size: 10px;
    text-align: left;
    margin-left: 30px;
    display: none;
}

.fans_tag span {
    padding: 5px;
    background-color: #f00;
    margin: 2px;
    border-radius: 5px;
    color: #fff;


}

.fixed_search {
    position: fixed;
    bottom: 0px;
    z-index: 666;
    width: 100%;
    height: 60px;
}

.body-seach-fixed {
    position: fixed;
    bottom: 60px;
    top: 55px;
    z-index: 20;
    width: 100%;
    background-color: #fff;
}

.fans_title {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}

.fans_title .classm {
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
}

.fans_title a {
    color: #7A7A7A;
}

.item_single {
    padding: 40px 15px;
    border-bottom: 1px #e5e5e5 solid;
}

.item_single:hover {
    background-color: #f1f7ff;
    border-radius: 5px;
    box-shadow: 0 0 5px #e5e5e5;
}


.super-header {
    border-radius: 50%;
    /* border: 1px #f53333 solid; */
    vertical-align: middle;
}

.super-single {
    /* width: 100%; */
    /*--margin-top:10px;---*/
}

.super-single li {
    /* clear: both; */
    font-size: 12px;
    line-height: 22px;
    /* width: 100%; */
    /* text-align: center; */
}

.super-single li span {
    padding: 0px 5px;
}

/*--.super-single li .went{
	font-weight:700;
	color:#bcbcbc;
}--*/
.red {
    color: #f53333;
}

@media only screen and (min-width: 1200px) and (max-width: 1499.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .slick-arrow-style:hover button.slick-arrow.slick-next {
        right: -20px;
    }
}

/* .product-area .tab-content {
    max-height: 300px;
    overflow: hidden;
} */

.slick-arrow-style_hero button.slick-arrow {
    font-size: 60px;
    left: 0;
    width: inherit;
    height: inherit;
    background-color: transparent;
    z-index: 1;
}

.slick-arrow-style_hero button.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow-style_hero button.slick-arrow:hover {
    color: #f53333;
    background-color: transparent;
}

.slick-arrow-style_hero:hover button.slick-arrow.slick-next {
    right: 15px;
}

.slick-arrow-style_hero:hover button.slick-arrow.slick-prev {
    left: 15px;
}

.slick-append {
    background-color: #fff;
    z-index: 2;
    margin-top: -2px;
}

.slick-append button {
    font-size: 30px;
    line-height: 1;
    position: inherit;
    display: inline-block;
    background-color: transparent;
    color: #555555;
}

.slick-append button:hover {
    color: #f53333;
}

/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
    bottom: 15px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-dot-style ul.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.slick-dot-style ul.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dot-style ul.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    display: block;
    text-indent: -5000px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* border: 2px solid #777777; */
    background-color: rgba(255, 255, 255, .6);
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}

.slick-dot-style ul.slick-dots li.slick-active button {
    background-color: #fff;
}

.slick-row-3 .slick-list {
    margin: 0 -3px;
}

.slick-row-3 .slick-list .slick-slide {
    margin: 0 3px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-3 .slick-list {
        margin: 0 -3px !important;
    }

    .slick-sm-row-3 .slick-list .slick-slide {
        margin: 0 3px !important;
    }
}

.slick-row-4 .slick-list {
    margin: 0 -4px;
}

.slick-row-4 .slick-list .slick-slide {
    margin: 0 4px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-4 .slick-list {
        margin: 0 -4px !important;
    }

    .slick-sm-row-4 .slick-list .slick-slide {
        margin: 0 4px !important;
    }
}

.slick-row-5 .slick-list {
    margin: 0 -5px;
}

.slick-row-5 .slick-list .slick-slide {
    margin: 0 5px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-5 .slick-list {
        margin: 0 -5px !important;
    }

    .slick-sm-row-5 .slick-list .slick-slide {
        margin: 0 5px !important;
    }
}

.slick-row-6 .slick-list {
    margin: 0 -6px;
}

.slick-row-6 .slick-list .slick-slide {
    margin: 0 6px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-6 .slick-list {
        margin: 0 -6px !important;
    }

    .slick-sm-row-6 .slick-list .slick-slide {
        margin: 0 6px !important;
    }
}

.slick-row-7 .slick-list {
    margin: 0 -7px;
}

.slick-row-7 .slick-list .slick-slide {
    margin: 0 7px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-7 .slick-list {
        margin: 0 -7px !important;
    }

    .slick-sm-row-7 .slick-list .slick-slide {
        margin: 0 7px !important;
    }
}

.slick-row-8 .slick-list {
    margin: 0 -8px;
}

.slick-row-8 .slick-list .slick-slide {
    margin: 0 8px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-8 .slick-list {
        margin: 0 -8px !important;
    }

    .slick-sm-row-8 .slick-list .slick-slide {
        margin: 0 8px !important;
    }
}

.slick-row-9 .slick-list {
    margin: 0 -9px;
}

.slick-row-9 .slick-list .slick-slide {
    margin: 0 9px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-9 .slick-list {
        margin: 0 -9px !important;
    }

    .slick-sm-row-9 .slick-list .slick-slide {
        margin: 0 9px !important;
    }
}

.slick-row-10 .slick-list {
    margin: 0 -10px;
}

.slick-row-10 .slick-list .slick-slide {
    margin: 0 10px;
    display: inline-block;
}

.latest-blog-area .slick-row-10 .slick-list .slick-slide {
    margin: 0 10px;
    border: 1px solid #e5e5e5;
    /* box-shadow: 0 1px 1px 1px #ccc; */
    padding: 0 0 20px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-10 .slick-list {
        margin: 0 -10px !important;
    }

    .slick-sm-row-10 .slick-list .slick-slide {
        margin: 0 10px !important;
    }
}

.slick-row-11 .slick-list {
    margin: 0 -11px;
}

.slick-row-11 .slick-list .slick-slide {
    margin: 0 11px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-11 .slick-list {
        margin: 0 -11px !important;
    }

    .slick-sm-row-11 .slick-list .slick-slide {
        margin: 0 11px !important;
    }
}

.slick-row-12 .slick-list {
    margin: 0 -12px;
}

.slick-row-12 .slick-list .slick-slide {
    margin: 0 12px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-12 .slick-list {
        margin: 0 -12px !important;
    }

    .slick-sm-row-12 .slick-list .slick-slide {
        margin: 0 12px !important;
    }
}

.slick-row-13 .slick-list {
    margin: 0 -13px;
}

.slick-row-13 .slick-list .slick-slide {
    margin: 0 13px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-13 .slick-list {
        margin: 0 -13px !important;
    }

    .slick-sm-row-13 .slick-list .slick-slide {
        margin: 0 13px !important;
    }
}

.slick-row-14 .slick-list {
    margin: 0 -14px;
}

.slick-row-14 .slick-list .slick-slide {
    margin: 0 14px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-14 .slick-list {
        margin: 0 -14px !important;
    }

    .slick-sm-row-14 .slick-list .slick-slide {
        margin: 0 14px !important;
    }
}

.slick-row-15 .slick-list {
    margin: 0 -15px;
}

.slick-row-15 .slick-list .slick-slide {
    margin: 0 15px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-15 .slick-list {
        margin: 0 -15px !important;
    }

    .slick-sm-row-15 .slick-list .slick-slide {
        margin: 0 15px !important;
    }
}

.slick-slider .slick-slide>div {
    margin-bottom: 30px;
}

.slick-slider .slick-slide>div:last-child {
    margin-bottom: 0;
}

/* ----scroll to top css start ----*/
.scroll-top {
    bottom: 50px;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 9999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    background-color: #f53333;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767.98px) {
    /* .scroll-top {
        display: none;
    } */
}

.scroll-top i {
    line-height: 50px;
    color: #fff;
    font-size: 25px;
}

.scroll-top.not-visible {
    bottom: -50px;
    visibility: hidden;
    opacity: 0;
}

.scroll-top:hover {
    background-color: #222222;
}

/* ----scroll to top css end ----*/
.row-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.row-0>[class*="col"] {
    padding-left: 0px;
    padding-right: 0px;
}

.row-1 {
    margin-left: -0.5px;
    margin-right: -0.5px;
}

.row-1>[class*="col"] {
    padding-left: 0.5px;
    padding-right: 0.5px;
}

.row-2 {
    margin-left: -1px;
    margin-right: -1px;
}

.row-2>[class*="col"] {
    padding-left: 1px;
    padding-right: 1px;
}

.row-3 {
    margin-left: -1.5px;
    margin-right: -1.5px;
}

.row-3>[class*="col"] {
    padding-left: 1.5px;
    padding-right: 1.5px;
}

.row-4 {
    margin-left: -2px;
    margin-right: -2px;
}

.row-4>[class*="col"] {
    padding-left: 2px;
    padding-right: 2px;
}

.row-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.row-5>[class*="col"] {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.row-6 {
    margin-left: -3px;
    margin-right: -3px;
}

.row-6>[class*="col"] {
    padding-left: 3px;
    padding-right: 3px;
}

.row-7 {
    margin-left: -3.5px;
    margin-right: -3.5px;
}

.row-7>[class*="col"] {
    padding-left: 3.5px;
    padding-right: 3.5px;
}

.row-8 {
    margin-left: -4px;
    margin-right: -4px;
}

.row-8>[class*="col"] {
    padding-left: 4px;
    padding-right: 4px;
}

.row-9 {
    margin-left: -4.5px;
    margin-right: -4.5px;
}

.row-9>[class*="col"] {
    padding-left: 4.5px;
    padding-right: 4.5px;
}

.row-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-10>[class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row-11 {
    margin-left: -5.5px;
    margin-right: -5.5px;
}

.row-11>[class*="col"] {
    padding-left: 5.5px;
    padding-right: 5.5px;
}

.row-12 {
    margin-left: -6px;
    margin-right: -6px;
}

.row-12>[class*="col"] {
    padding-left: 6px;
    padding-right: 6px;
}

.row-13 {
    margin-left: -6.5px;
    margin-right: -6.5px;
}

.row-13>[class*="col"] {
    padding-left: 6.5px;
    padding-right: 6.5px;
}

.row-14 {
    margin-left: -7px;
    margin-right: -7px;
}

.row-14>[class*="col"] {
    padding-left: 7px;
    padding-right: 7px;
}

.row-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row-15>[class*="col"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row-16 {
    margin-left: -8px;
    margin-right: -8px;
}

.row-16>[class*="col"] {
    padding-left: 8px;
    padding-right: 8px;
}

.row-17 {
    margin-left: -8.5px;
    margin-right: -8.5px;
}

.row-17>[class*="col"] {
    padding-left: 8.5px;
    padding-right: 8.5px;
}

.row-18 {
    margin-left: -9px;
    margin-right: -9px;
}

.row-18>[class*="col"] {
    padding-left: 9px;
    padding-right: 9px;
}

.row-19 {
    margin-left: -9.5px;
    margin-right: -9.5px;
}

.row-19>[class*="col"] {
    padding-left: 9.5px;
    padding-right: 9.5px;
}

.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-20>[class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}

.row-21 {
    margin-left: -10.5px;
    margin-right: -10.5px;
}

.row-21>[class*="col"] {
    padding-left: 10.5px;
    padding-right: 10.5px;
}

.row-22 {
    margin-left: -11px;
    margin-right: -11px;
}

.row-22>[class*="col"] {
    padding-left: 11px;
    padding-right: 11px;
}

.row-23 {
    margin-left: -11.5px;
    margin-right: -11.5px;
}

.row-23>[class*="col"] {
    padding-left: 11.5px;
    padding-right: 11.5px;
}

.row-24 {
    margin-left: -12px;
    margin-right: -12px;
}

.row-24>[class*="col"] {
    padding-left: 12px;
    padding-right: 12px;
}

.row-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.row-25>[class*="col"] {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.row-26 {
    margin-left: -13px;
    margin-right: -13px;
}

.row-26>[class*="col"] {
    padding-left: 13px;
    padding-right: 13px;
}

.row-27 {
    margin-left: -13.5px;
    margin-right: -13.5px;
}

.row-27>[class*="col"] {
    padding-left: 13.5px;
    padding-right: 13.5px;
}

.row-28 {
    margin-left: -14px;
    margin-right: -14px;
}

.row-28>[class*="col"] {
    padding-left: 14px;
    padding-right: 14px;
}

.row-29 {
    margin-left: -14.5px;
    margin-right: -14.5px;
}

.row-29>[class*="col"] {
    padding-left: 14.5px;
    padding-right: 14.5px;
}

.row-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.row-30>[class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
}

/*------- short classes start -------*/
.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
    .section-padding {
        padding-top: 63px;
        padding-bottom: 63px;
    }

    .shop-main-wrapper {
        padding-top: 0;
    }

    .shop-main-wrapper .container {
        padding-top: 20px;
    }

    .my-account-wrapper {
        padding-top: 20px;
    }

    .my-account-wrapper .section-bg-color .row>div {
        padding-right: 0;
        padding-left: 0;
    }

    .shop-main-wrapper .product-details-inner .human-info,
    .pro-size {
        margin-bottom: 20px;
    }

}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mtn-20 {
    margin-top: -20px;
}

.mbn-30 {
    margin-bottom: -30px;
}

.mtn-30 {
    margin-top: -30px;
}

.ptb-30 {
    padding: 30px 0;
}

/*------- short classes end -------*/
/*----------- header top area start -----------*/
@media only screen and (min-width: 1600px) {
    .header-wide {
        padding: 0 85px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-wide .container {
        max-width: 100%;
    }
}

.header-top {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

.header-top-settings ul li {
    color: #555555;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    margin-left: 40px;
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

.header-top-settings ul li:before {
    top: 50%;
    left: 0;
    width: 1px;
    height: 15px;
    content: "";
    position: absolute;
    background-color: #efefef;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-top-settings ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.header-top-settings ul li:first-child:before {
    display: none;
}

.header-top-settings ul li .dropdown-list {
    top: 100%;
    right: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 15px 15px 20px;
    width: 150px;
    z-index: 9;
    text-align: left;
    background-color: #fff;
    pointer-events: none;
    border: 1px solid #efefef;
}

.header-top-settings ul li .dropdown-list li {
    margin-left: 0;
    padding: 0;
}

.header-top-settings ul li .dropdown-list li a {
    color: #555555;
    font-size: 13px;
    display: block;
    padding: 5px 0 3px;
    text-transform: capitalize;
}

.header-top-settings ul li .dropdown-list li a:hover {
    color: #f53333;
}

.header-top-settings ul li .dropdown-list li a img {
    vertical-align: inherit;
}

.header-top-settings ul li .dropdown-list li:before {
    display: none;
}

.header-top-settings ul li:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.welcome-message p {
    color: #555555;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
}

/*----------- header top area end -----------*/
/*---------- header mini cart start ----------*/
.header-configure-area {
    padding-right: 10px;
}

.header-configure-area ul li {
    display: inline-block;
    margin-left: 25px;
    line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1499.98px) {
    .header-configure-area ul li {
        margin-left: 14px;
    }
}

.header-configure-area ul li a {
    font-size: 26px;
    line-height: 1;
    color: #222222;
    position: relative;
    display: block;
}

.header-configure-area ul li a .notification {
    top: -8px;
    right: -6px;
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    background-color: #f53333;
}

.header-configure-area ul li a:hover {
    color: #f53333;
}

.header-configure-area ul li:first-child {
    margin-left: 0;
}

.header-configure-area ul li.user-hover {
    position: relative;
}

.header-configure-area ul li.user-hover i {
    vertical-align: middle;
}

.header-configure-area ul li.user-hover span {
    vertical-align: middle;
    font-size: 20px;
}

.header-configure-area ul li.user-hover .dropdown-list {
    position: absolute;
    top: 100%;
    right: 0;
    width: 150px;
    padding: 20px;
    background-color: #fff;
    z-index: 11;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #efefef;
}

.header-configure-area ul li.user-hover .dropdown-list li {
    display: block;
    margin-left: 0;
}

.header-configure-area ul li.user-hover .dropdown-list li a {
    color: #555555;
    font-size: 13px;
    line-height: 1;
    display: block;
    padding: 8px 0;
    text-transform: capitalize;
}

.header-configure-area ul li.user-hover .dropdown-list li a:hover {
    color: #f53333;
}

.header-configure-area ul li.user-hover:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/*----------- header minicart area end -----------*/
/*------- header search area start -------*/
.header-search-container {
    margin-right: 25px;
    position: relative;
}

.header-search-box {
    position: relative;
}

.header-search-box:hover .header-search-btn {
    color: #f53333;
}

.header-search-btn {
    font-size: 25px;
    line-height: 1;
    left: 10px;
    top: 50%;
    width: 30px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-search-field {
    border: none;
    background-color: #f7f7f7;
    border-radius: 30px;
    padding: 10px 20px 10px 50px;
    width: 100%;
}

.search-trigger {
    font-size: 26px;
    color: #222222;
}

.search-box-open {
    top: 100%;
    right: 0;
    width: 300px;
    position: absolute;
    z-index: 5;
    display: block !important;
}

.search-box-open .header-search-field {
    height: 44px;
    border: 1px solid #ddd;
}

/*------- header search area end -------*/
/*-------- header social link start --------*/
.header-social-link a {
    color: #777777;
    font-size: 17px;
    display: inline-block;
    line-height: 1;
    margin-right: 20px;
}

.header-social-link a:last-child {
    margin-right: 0;
}

.header-social-link a:hover {
    color: #f53333;
}

/*-------- header social link end --------*/
/*---------- main menu style start ---------*/
.main-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-menu ul li {
    position: relative;
    margin: 0px 15px;
}

.main-menu ul li a {
    color: #222222;
    font-size: 15px;
    padding: 37px 10px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}

.main-menu ul li a i {
    font-size: 14px;
    padding: 0 3px;
}

.main-menu ul li:first-child a {
    padding-left: 0;
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
    color: #f53333;
}

.main-menu ul li ul.dropdown {
    top: calc(100% - 1px);
    left: 0;
    width: 220px;
    position: absolute;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    border: 1px solid #efefef;
}

.main-menu ul li ul.dropdown li {
    margin-right: 0;
    border-right: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.main-menu ul li ul.dropdown li a {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px dashed #efefef;
    z-index: 1;
}

.main-menu ul li ul.dropdown li a:before {
    width: 10px;
    height: 1px;
    left: 20px;
    top: 50%;
    content: ' ';
    position: absolute;
    background-color: #f53333;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}

.main-menu ul li ul.dropdown li a i {
    float: right;
    padding-top: 5px;
}

.main-menu ul li ul.dropdown li:hover>a {
    color: #f53333;
    background-color: #fff;
    padding-left: 35px;
}

.main-menu ul li ul.dropdown li:hover>a:before {
    opacity: 1;
    visibility: visible;
}

.main-menu ul li ul.dropdown li:hover>ul.dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu ul li ul.dropdown li ul.dropdown {
    top: 100%;
    left: 100%;
    position: absolute;
    width: 250px;
    opacity: 0;
    visibility: hidden;
}

.main-menu ul li ul.dropdown li:last-child a {
    border-bottom: none;
}

.main-menu ul li ul.megamenu {
    width: 100%;
    max-width: 1110px;
    padding: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu ul li ul.megamenu {
        max-width: 100%;
    }
}

.main-menu ul li ul.megamenu li {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.main-menu ul li ul.megamenu li.mega-title {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.main-menu ul li ul.megamenu li.mega-title span {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

.main-menu ul li ul.megamenu li.mega-title span:before,
.main-menu ul li ul.megamenu li.mega-title span:after {
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    content: ' ';
    position: absolute;
    background-color: #ebebeb;
}

.main-menu ul li ul.megamenu li.mega-title span:after {
    width: 50%;
    background-color: #f53333;
}

.main-menu ul li ul.megamenu li a {
    padding: 6px 0;
    border-bottom: none;
}

.main-menu ul li ul.megamenu li a:before {
    left: 0;
}

.main-menu ul li ul.megamenu li ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.main-menu ul li ul.megamenu li:hover>a {
    color: #f53333;
    padding-left: 15px;
}

.main-menu ul li ul.megamenu li.megamenu-banners {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-top: 25px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-right: 20px;
}

.main-menu ul li ul.megamenu li.megamenu-banners img {
    width: 100%;
}

.main-menu ul li ul.megamenu li.megamenu-banners a:before {
    display: none;
}

.main-menu ul li ul.megamenu li.megamenu-banners:last-child {
    padding-right: 0;
}

.main-menu ul li ul.megamenu li.megamenu-banners:hover {
    opacity: 0.6;
}

.main-menu ul li ul.megamenu li.megamenu-banners:hover a {
    padding-left: 0 !important;
}

.main-menu ul li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.main-menu ul li:hover ul.megamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.main-menu ul.header-style-4>li a {
    padding: 25px 15px;
}

.main-menu ul.header-style-4>li:first-child>a {
    padding-left: 0;
}

/*---------- main menu style end ---------*/
/*------ sticky menu style start ------*/
.header-transparent {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.sticky.is-sticky {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

.sticky .logo {
    max-width: 172px;
}

.sticky.is-sticky .logo {
    max-width: 120px;
}

.sticky.is-sticky .main-menu li a {
    padding: 20px 10px;
}

.sticky.is-sticky .main-menu li:first-child a {
    padding-left: 0;
}

.sticky.is-sticky .main-menu li .dropdown li a {
    padding: 10px 20px;
}

.sticky.is-sticky .main-menu li .dropdown li:hover>a {
    padding-left: 35px;
}

.sticky.is-sticky .main-menu li .megamenu li a {
    padding: 10px 0;
}

.sticky.is-sticky .main-menu li .megamenu li:hover>a {
    padding-left: 15px;
}

/*------ sticky menu style end ------*/
/*------- Buttons Style here -------*/
.btn {
    font-size: 12px;
    color: #222222;
    line-height: 1;
}

/* .btn-text {
    font-size: 16px;
    color: #fff;
    position: relative;
    pointer-events: visible;
    text-transform: capitalize;
    position: absolute;
    bottom: 55px;
    left: 50px;
    padding: 8px 48px;
    border-radius: 16px;
} */



/* .btn-text.btn-text1 {
    background: linear-gradient(90deg, rgba(219, 41, 41, 1) 0%, rgba(237, 97, 42, 1) 100%);
    box-shadow: 1px 2px 3px 0px rgba(225, 76, 40, 1);
}

.btn-text.btn-text2 {
    background: linear-gradient(90deg, rgba(50, 159, 238, 1) 0%, rgba(95, 132, 241, 1) 54%, rgba(167, 117, 240, 1) 100%);
    box-shadow: 1px 2px 3px 0px rgba(40, 97, 225, 1);
}

.btn-text.btn-text3 {
    background: linear-gradient(270deg, rgba(240, 117, 43, 1) 0%, rgba(254, 188, 71, 1) 100%);
    box-shadow: 1px 2px 3px 0px rgba(225, 76, 40, 1);
}

.btn-text.btn-text4 {
    background: linear-gradient(90deg, rgba(129, 202, 24, 1) 0%, rgba(89, 211, 152, 1) 100%);
    box-shadow: 1px 2px 3px 0px rgba(148, 103, 0, 1);
} */



/* .btn-text:before {
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #222222;
} */

.btn-text:hover {
    color: #f53333;
}

.btn-text:hover:before {
    background-color: #f53333;
}

.info-collect {
    margin: 16px 0;
}

.btn-cart {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 30px;
    text-transform: capitalize;
    -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
}

.btn-cart:hover {
    color: #fff;
    background-color: #f53333;
}

.btn-cart2 {
    width: 88px;
    /* color: #f53333; */
    /* line-height: 25px; */
    border-radius: 50px;
    padding: 7px 10px;
    /* background-color: #f53333; */
    border: 1px solid #EFEFEF;
}

.btn-cart2:hover {
    color: #fff;
    background-color: #f53333;
}

.btn-sqr {
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    width: 100%;
    background-color: #f53333;
    padding: 12px 0;
    background: linear-gradient(131deg, rgba(255, 122, 135, 1) 0%, rgba(252, 40, 44, 1) 100%);
    box-shadow: 0px 1px 1px 0px rgba(244, 80, 80, 0.5);
    border-radius: 22px;
}

.btn-sqr:hover {
    color: #fff;
    background-color: #222222;
}

/*----- mobile menu start -----*/
.mobile-header {
    padding: 10px 0;
}

.mobile-header-top {
    border-bottom: 1px solid #efefef;
}

.mobile-header-top .header-top-settings {
    float: none;
}

.mobile-logo {
    max-width: 140px;
    width: 100%;
}

.mobile-main-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-main-header .mobile-menu-toggler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap {
    line-height: 1;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a {
    font-size: 25px;
    line-height: 1;
    color: #222222;
    position: relative;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a:hover {
    color: #f53333;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap .notification {
    font-size: 13px;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    right: -4px;
    top: -4px;
    position: absolute;
    background-color: #f53333;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
    margin-left: 25px;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span {
    width: 25px;
    height: 2px;
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #222222;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(2),
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(3) {
    margin-top: 5px;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span {
    background-color: #f53333;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(1),
.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(3) {
    width: 20px;
}

.mobile-navigation {
    overflow: hidden;
    max-height: 250px;
}

.mobile-navigation nav {
    height: 100%;
}

.mobile-menu {
    margin-top: 30px;
    height: 100%;
    overflow: auto;
    padding-right: 30px;
    margin-right: -30px;
}

@media only screen and (max-width: 479.98px) {
    .mobile-menu {
        margin-top: 15px;
    }
}

.mobile-menu li>a {
    font-size: 15px;
    color: #222222;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
}

.mobile-menu li>a:hover {
    color: #f53333;
}

.mobile-menu li ul li {
    border: none;
}

.mobile-menu li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 0 8px;
}

.mobile-menu li.menu-item-has-children {
    display: block;
    position: relative;
}

.mobile-menu li.menu-item-has-children .dropdown {
    padding-left: 15px;
}

.mobile-menu li.menu-item-has-children .menu-expand {
    line-height: 50;
    top: -5px;
    left: 95%;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.mobile-menu li.menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #222222;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.mobile-menu li.menu-item-has-children .menu-expand i:before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #222222;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu li.menu-item-has-children.active>.menu-expand i:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/*----- mobile menu end -----*/
/*------ offcanvas widget area start ------*/
.offcanvas-widget-area {
    /* margin-top: auto; */
    padding-bottom: 30px;
}

@media only screen and (max-width: 479.98px) {
    .offcanvas-widget-area {
        padding-bottom: 0;
    }
}

.off-canvas-contact-widget li {
    color: #555555;
    font-size: 15px;
    margin-bottom: 5px;
}

.off-canvas-contact-widget li i {
    width: 20px;
}

.off-canvas-contact-widget li a {
    color: #555555;
}

.off-canvas-contact-widget li a:hover {
    color: #f53333;
}

.off-canvas-social-widget {
    margin-top: 20px;
}

.off-canvas-social-widget a {
    color: #555555;
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
}

.off-canvas-social-widget a:hover {
    color: #f53333;
}

/*------ offcanvas widget area end ------*/
.off-canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999;
}

.off-canvas-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.off-canvas-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.off-canvas-wrapper .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    cursor: url("../img/icon/cancel.png"), auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.off-canvas-wrapper .off-canvas-inner-content {
    background-color: #fff;
    width: 300px;
    padding: 20px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(-100% - 50px));
    -ms-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 479.98px) {
    .off-canvas-wrapper .off-canvas-inner-content {
        width: 260px;
        padding: 15px;
    }
}

.off-canvas-wrapper .btn-close-off-canvas {
    top: 0;
    left: 100%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #f53333;
}

.off-canvas-wrapper .btn-close-off-canvas i {
    font-size: 30px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
    line-height: 30px;
}

.off-canvas-wrapper .btn-close-off-canvas:hover i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.off-canvas-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
}

.search-box-offcanvas form {
    position: relative;
}

.search-box-offcanvas form input {
    color: #666;
    font-size: 13px;
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 40px 0 10px;
    background-color: #f2f2f2;
}

.search-box-offcanvas form .search-btn {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 20px;
    color: #222222;
    position: absolute;
}

.search-box-offcanvas form .search-btn:hover {
    color: #f53333;
}

/*------- mobile top bar settings start -------*/
.mobile-settings {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
}

.mobile-settings li {
    margin-bottom: 5px;
}

.mobile-settings .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle {
    font-size: 14px;
    color: #555555;
    cursor: pointer;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle i {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:hover {
    color: #f53333;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:after {
    display: none;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-menu {
    padding: 0;
    border-color: #efefef;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-menu.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    color: #555555;
    padding: 6px 15px;
}

/*------- mobile top bar settings end -------*/
/*-------- off canvas mini cart start --------*/
.offcanvas-minicart-wrapper {
    position: relative;
}

.minicart-inner {
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
}

.minicart-inner .offcanvas-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: url("../img/icon/cancel.png"), auto;
}

.minicart-inner.show {
    opacity: 1;
    visibility: visible;
}

.minicart-inner.show .minicart-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.minicart-inner .minicart-close {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #f53333;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    top: 0;
    right: 17px;
    position: absolute;
}

.minicart-inner .minicart-close i {
    display: block;
    line-height: 30px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.minicart-inner .minicart-close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.minicart-inner .minicart-inner-content {
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    max-width: 375px;
    position: absolute;
    background-color: #fff;
    -webkit-transform: translateX(calc(100% + 50px));
    -ms-transform: translateX(calc(100% + 50px));
    transform: translateX(calc(100% + 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 50px 20px;
    border-top-left-radius: 50px;
}

.minicart-content-box {
    overflow: auto;
    height: 100%;
    padding-right: 30px;
    margin-right: -15px;
}

.minicart-content-box .mini-cart-title {
    /* padding: 20px 0; */
    /* border-bottom: 1px dashed #ccc; */
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.minicart-item-wrapper {
    border-bottom: 1px solid #efefef;
}

.minicart-item-wrapper ul li {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
}

.minicart-item-wrapper ul li:last-child {
    border-bottom: none;
}

.minicart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.minicart-thumb {
    max-width: 50px;
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 5px;
    flex-basis: 50px;
}

.minicart-thumb img {
    border-radius: 50%;
}

.minicart-content {
    /* padding: 0 10px; */
    max-width: calc(100% - 140px);
    -webkit-flex-basis: calc(100% - 140px);
    -ms-flex-preferred-size: calc(100% - 140px);
    flex-basis: calc(100% - 140px);
}

.minicart-content .product-name {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.minicart-content .product-name a {
    color: #222222;
}

.minicart-content .product-name a:hover {
    color: #f53333;
}

.minicart-content .cart-quantity {
    font-size: 12px;
    color: #555555;
    line-height: 1;
}

.minicart-content .cart-quantity strong {
    font-size: 16px;
    font-weight: 400;
    vertical-align: text-bottom;
}

.minicart-content .cart-price {
    color: #f53333;
    font-size: 14px;
    line-height: 1;
}

.minicart-tag {
    flex-basis: 50px;
    text-align: center;
}

.minicart-tag span {
    display: inline-block;
    margin-top: 15px;
    background: rgb(255, 70, 70);
    box-sizing: border-box;
    flex-basis: 20px;
    padding: 0px 6px;
    border-radius: 8px;
    font-size: 12px;
    color: #fff;
}

.minicart-remove {
    max-width: 30px;
    -webkit-flex-basis: 30px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #222222;
    background: url(../img/offset-delete.png) no-repeat center/100%;

}

.minicart-remove:hover {
    background: url(../img/delete-active.png) no-repeat center/100%;

}

.minicart-pricing-box {
    /* border-bottom: 1px solid #efefef; */
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
}

.minicart-pricing-box li.total {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.minicart-pricing-box li span {
    font-size: 14px;
    color: #222222;
    text-transform: capitalize;
}

.minicart-pricing-box li span strong {
    color: rgb(255, 70, 70);
    font-weight: 400;
}

.minicart-pricing-box li.total span {
    font-size: 16px;
}

.minicart-pricing-box li:last-child {
    margin-bottom: 0;
}

.minicart-pricing-box .remove-total button {
    padding: 10px 20px;
    /* background: rgb(255, 70, 70); */
    /* color: #fff; */
    border-radius: 5px;
    /* width: 109px; */
    /* height: 40px; */
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.minicart-button {
    width: 80%;
    margin: 0 auto;
}

.minicart-button a {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 700;
    line-height: 1;
    padding: 16px 0;
    background-color: rgb(255, 70, 70);
    border-radius: 40px;
    text-align: center;
}

.minicart-button a i {
    padding-right: 5px;
}

.minicart-button a:hover {
    color: #fff;
    letter-spacing: 1.1px;
    background-color: #f53333;
}

.minicart-button a:last-child {
    margin-bottom: 0;
}

/*-------- off canvas mini cart end --------*/
/*------ hero slider area css start ------*/
/*-------------------------
02. Slider area
--------------------------*/


.slider-area {
    height: 600px;
    overflow: hidden;
}

.hero-slider-item {
    height: 600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-slider-item .btn-hero {
    position: relative;
}

/* .hero-slider-item .btn-hero img {
    width: 80%;
} */

.hero-slider-item .btn-hero .left,
.hero-slider-item .btn-hero .right {
    position: absolute;
}

.hero-slider-item .btn-hero .left {
    left: 0;
    top: 0;
}

.hero-slider-item .btn-hero .right {
    right: 0;
    bottom: 0;
}

.hero-slider-item.hero-slider-item1 {
    background: linear-gradient(131deg, rgba(255, 34, 255, 1) 0%, rgba(246, 13, 13, 1) 100%);
}

.hero-slider-item.hero-slider-item2 {
    background: linear-gradient(135deg, rgba(48, 35, 174, 1) 0%, rgba(200, 109, 215, 1) 100%);
}

.hero-slider-item.hero-slider-item3 {
    background: linear-gradient(315deg, rgba(255, 68, 160, 1) 0%, rgba(255, 174, 240, 1) 100%);
}

.hero-slider-item .banner-text1 {
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: center;
}

.hero-slider-item .banner-text2,
.hero-slider-item .banner-text3 {
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.hero-slider-item .banner-text1 .btn-hero {
    background-color: #E30600;
}

.hero-slider-item .banner-text2 .btn-hero {
    background-color: #EE595D;
}

.hero-slider-item .banner-text3 .btn-hero {
    background-color: #51B8F4;
}


.bottom-line {
    width: 100%;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .slider-area {
        height: 460px;
        overflow: hidden;
    }

    .hero-slider-item {
        height: 460px;
    }
}

@media only screen and (max-width: 575.98px) {
    .slider-area {
        height: 380px;
        overflow: hidden;
    }

    .hero-slider-item {
        height: 380px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero-slider-content {
        padding-right: 150px;
    }
}

@media only screen and (max-width: 575.98px) {
    .hero-slider-content {
        padding-right: 90px;
    }
}

@media only screen and (max-width: 479.98px) {
    .hero-slider-content {
        padding-right: 0;
    }
}

.hero-slider-content .slide-title {
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}

/* .hero-slider-content {
    
} */

.hero-slider-content .slide-title span {
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* .hero-slider-content .slide-title {
        font-size: 50px;
    } */
}

@media only screen and (max-width: 767.98px) {
    /* .hero-slider-content .slide-title {
        font-size: 40px;
        line-height: 1.2;
    } */
}

@media only screen and (max-width: 575.98px) {
    /* .hero-slider-content .slide-title {
        font-size: 35px;
    } */
}

@media only screen and (max-width: 479.98px) {
    /* .hero-slider-content .slide-title {
        font-size: 30px;
    } */
}

.hero-slider-content .slide-desc {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
    padding-top: 20px;
}

@media only screen and (max-width: 575.98px) {
    .hero-slider-content .slide-desc {
        padding-top: 10px;
    }
}

.btn-hero {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 14px 50px;
    display: inline-block;
    border-radius: 50px;
    background-color: #f53333;
    margin-top: 38px;
}

@media only screen and (max-width: 575.98px) {
    .btn-hero {
        margin-top: 25px;
    }
}

.btn-hero:hover {
    color: #fff;
    background-color: #222222;
}

.hero-overlay {
    position: relative;
}

.hero-overlay:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    /* background-color: rgba(255, 255, 255, 0.7); */
    display: none;
}

@media only screen and (max-width: 767.98px) {
    .hero-overlay:before {
        display: block;
    }
}

/*------ hero slider area css end ------*/
.slick-active .hero-slider-content.slide-1 h2 {
    -webkit-animation: bounceIn 2s linear alternate;
    animation: bounceIn 2s linear alternate;
}

.slick-active .hero-slider-content.slide-1 h4 {
    -webkit-animation: zoomIn 1s linear alternate;
    animation: zoomIn 1s linear alternate;
}

.slick-active .hero-slider-content.slide-1 a {
    -webkit-animation: slideInUp 0.5s linear alternate;
    animation: slideInUp 0.5s linear alternate;
}

.slick-active .hero-slider-content.slide-2 h2 {
    -webkit-animation: bounceIn 1.5s linear alternate;
    animation: bounceIn 1.5s linear alternate;
}

.slick-active .hero-slider-content.slide-2 h4 {
    -webkit-animation: fadeInLeft 1s linear alternate;
    animation: fadeInLeft 1s linear alternate;
}

.slick-active .hero-slider-content.slide-2 a {
    -webkit-animation: slideInUp 0.5s linear alternate;
    animation: slideInUp 0.5s linear alternate;
}

.slick-active .hero-slider-content.slide-3 h2 {
    -webkit-animation: fadeInUp 1000ms linear alternate;
    animation: fadeInUp 1000ms linear alternate;
}

.slick-active .hero-slider-content.slide-3 h4 {
    -webkit-animation: bounceIn 600ms linear alternate;
    animation: bounceIn 600ms linear alternate;
}

.slick-active .hero-slider-content.slide-3 a {
    -webkit-animation: fadeInUp 1400ms linear alternate;
    animation: fadeInUp 1400ms linear alternate;
}

.banner-statistics-area {
    padding: 40px 0;
    background: #fdf2f2;
}

/*------ service policy start ------*/
.policy-block {
    border-bottom: 1px solid #efefef;
}

.policy-row {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

/* .policy-wrap {
    width: 160px;
} */

.policy-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: -3px;
    align-items: center;
}

@media only screen and (max-width: 767.98px) {
    .policy-item {
        margin-bottom: -6px;
    }
}

@media only screen and (max-width: 575.98px) {
    .policy-item {
        display: block;
        text-align: center;
    }
}

.policy-icon {
    margin-right: 16px;
    width: 50px;
    height: 50px;
}

.policy-icon.policy-icon1 {
    background: url(../img/policy-icon1.png) no-repeat center/cover;
}

.policy-icon.policy-icon2 {
    background: url(../img/policy-icon2.png) no-repeat center/cover;
}

.policy-icon.policy-icon3 {
    background: url(../img/policy-icon3.png) no-repeat center/cover;
}

.policy-icon.policy-icon4 {
    background: url(../img/policy-icon4.png) no-repeat center/cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .policy-icon {
        padding-right: 12px;
    }
}

@media only screen and (max-width: 575.98px) {
    .policy-wrap {
        width: 50%;
    }

    .policy-icon {
        padding-right: 0;
        margin: 0 auto 10px;
    }
}

.policy-content p {
    color: #777;
    padding-top: 9px;
}

/*------ service policy end ------*/
/*------ banner statistics style start ------*/
/* 1.0 banner statistics */
.group-product-area .row {
    align-items: center;
}

.group-product-banner {
    height: 100%;
}

.banner-statistics-area .market-wrap {
    margin-bottom: 20px;
}

.banner-statistics {
    position: relative;
    height: 100%;
}

.banner-statistics.market-banner1 {
    background: url(../img/banner/b1.jpg) no-repeat center/cover;
}

.banner-statistics.market-banner2 {
    background: url(../img/banner/b2.jpg) no-repeat center/cover;
}

.banner-statistics.market-banner3 {
    background: url(../img/banner/b3.jpg) no-repeat center/cover;
}

.banner-statistics.market-banner4 {
    background: url(../img/banner/b4.jpg) no-repeat center/cover;
}

.banner-statistics a {
    display: inline-block;
    /* height: 100%; */
    letter-spacing: 5px;
}

.banner-statistics img {
    width: 100%;
    object-fit: contain;
}

/* .banner-statistics:hover img {
    opacity: 0.7;
} */

.banner-content {
    left: 50px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* .banner-statistics .spread-tag {
    width: 82px;
    height: 78px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: absolute;
    top: 0;
    left: 50px;
    padding: 6px 0 0;
    color: #fff;
    font-size: 22px;
    text-align: center;
} */
.banner-statistics .market-tag {
    width: 82px;
    line-height: 78px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    /* padding: 6px 0 0; */
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-left: 50px;
}

.banner-statistics .market-tag1 {
    background-color: #EE2624;
    box-shadow: -1px 1px 3px 0px #870302;
}

.banner-statistics .market-tag2 {
    background-color: #359BFB;
    box-shadow: -1px 1px 3px 0px #015ABA;
}

.banner-statistics .market-tag3 {
    background-color: #7CC317;
    box-shadow: -1px 1px 3px 0px #589402;
}

.banner-statistics .market-tag4 {
    background-color: #F7B32C;
    box-shadow: -1px 1px 3px 0px #E4A829;
}

.banner-statistics h2 {
    color: #fff;
    font-size: 44px;
    margin: 30px 0 40px 50px;
}

.market-choose {
    font-size: 16px;
    color: #fff;
    position: relative;
    pointer-events: visible;
    text-transform: capitalize;
    /* position: absolute;
    bottom: 55px;
    left: 50px; */
    padding: 6px 48px;
    border-radius: 26px;
    margin-left: 50px;
    margin-bottom: 38px;
}

.market-choose.market-choose1 {
    background: linear-gradient(90deg, rgba(219, 41, 41, 1) 0%, rgba(237, 97, 42, 1) 100%);
    box-shadow: 1px 2px 3px 0px rgba(225, 76, 40, 1);
}

.market-choose.market-choose2 {
    background: linear-gradient(90deg, rgba(50, 159, 238, 1) 0%, rgba(95, 132, 241, 1) 54%, rgba(167, 117, 240, 1) 100%);
    box-shadow: 1px 2px 3px 0px rgba(40, 97, 225, 1);
}

.market-choose.market-choose3 {
    background: linear-gradient(270deg, rgba(240, 117, 43, 1) 0%, rgba(254, 188, 71, 1) 100%);
    box-shadow: 1px 2px 3px 0px rgba(225, 76, 40, 1);
}

.market-choose.market-choose4 {
    background: linear-gradient(90deg, rgba(129, 202, 24, 1) 0%, rgba(89, 211, 152, 1) 100%);
    box-shadow: 1px 2px 3px 0px rgba(148, 103, 0, 1);
}


/* .banner-statistics .spread-tag1 {
    background-color: #EE2624;
    box-shadow: -1px 1px 3px 0px #870302;
}

.banner-statistics .spread-tag2 {
    background-color: #359BFB;
    box-shadow: -1px 1px 3px 0px #015ABA;
}

.banner-statistics .spread-tag3 {
    background-color: #7CC317;
    box-shadow: -1px 1px 3px 0px #589402;
}

.banner-statistics .spread-tag4 {
    background-color: #F7B32C;
    box-shadow: -1px 1px 3px 0px #E4A829;
} */


.banner-content_style2 {
    left: 40px;
    top: auto;
    bottom: 40px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.banner-content_style2 .banner-text3 {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.banner-content_style2 .banner-text3 a {
    color: #222222;
    pointer-events: visible;
}

.banner-content_style2 .banner-text3 a:hover {
    color: #f53333;
}

.banner-content_style3 {
    left: 40px;
    right: auto;
}

/* .banner-text1 {
    font-size: 15px;
    line-height: 1.1;
    padding-bottom: 15px;
    color: #777777;
    text-transform: uppercase;
} */

@media only screen and (max-width: 767.98px) {
    .banner-text1 {
        font-size: 14px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner-text1 {
        font-size: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 479.98px) {
    .banner-text1 {
        font-size: 14px;
        padding-bottom: 10px;
    }
}

.banner-text2 {
    font-size: 44px;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/* .banner-text2 span {
    display: block;
} */

@media only screen and (max-width: 767.98px),
only screen and (max-width: 479.98px) {
    .banner-text2 span {
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-text2 {
        font-size: 20px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-text2 {
        font-size: 17px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner-text2 {
        font-size: 25px;
        padding-bottom: 34px;
    }
}

@media only screen and (max-width: 479.98px) {
    .banner-text2 {
        font-size: 17px;
        padding-bottom: 10px;
    }
}

/*------ banner statistics style end ------*/
/*------ section title start ------*/
.section-title {
    /* margin-top: -7px; */
    margin-bottom: 40px;
}

.section-title .title {
    text-transform: capitalize;
    margin-bottom: 30px;
    /* background: -webkit-gradient(linear, left top, right top, from(#f53333), color-stop(#000), to(#f53333));
    background: -webkit-linear-gradient(left, #f53333, #000, #f53333);
    background: -o-linear-gradient(left, #f53333, #000, #f53333);
    background: linear-gradient(90deg, #f53333, #000, #f53333);
    background-repeat: no-repeat;
    background-size: 90%;
    -webkit-animation: shine 3s linear infinite;
    animation: shine 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0); */
}

@media only screen and (max-width: 767.98px) {
    .section-title .title {
        font-size: 26px;
    }
}

.section-title .sub-title {
    font-size: 15px;
    padding-top: 6px;
    color: #555555;
    margin-bottom: 20px;
}

@-webkit-keyframes shine {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 100%;
    }
}

@keyframes shine {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 100%;
    }
}

.section-title-append {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: -4px;
    margin-bottom: 18px;
    line-height: 1;
}

.section-title-append:after {
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #efefef;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    margin-top: -3px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section-title-append:after {
        margin-top: 2px;
    }
}

.section-title-append h4 {
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .section-title-append h4 {
        font-size: 16px;
    }
}

/*------ section title end ------*/
/*------- common style css start -------*/
/*-------- Custom Checkbox Style start --------*/
.custom-checkbox.custom-control,
.custom-radio.custom-control {
    min-height: auto;
}

.custom-checkbox label,
.custom-checkbox .custom-control-label,
.custom-radio label,
.custom-radio .custom-control-label {
    font-size: 14px;
    line-height: 1;
    padding-left: 10px;
    font-weight: 400;
    /* 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: transparent; */
    border: 1px solid #ddd;
    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;
}

.custom-checkbox label a,
.custom-checkbox .custom-control-label a,
.custom-radio label a,
.custom-radio .custom-control-label a {
    color: #222222;
    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: #f53333;
}

.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;
    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: #f53333;
    border-color: #f53333;
}

/*-------- 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-size: 10px 10px;
    left: -22px;
    top: 2px;
    height: 10px;
    width: 10px;
}

/*------- Custom Radio Button Style end -------*/
.bg-gray {
    background-color: #f4f4f4;
}

/*------ twitter feed start ------*/
.twitter-feed-content {
    padding: 32px 0;
    border-bottom: 1px solid #efefef;
}

.twitter-feed-content p {
    color: #888;
}

.twitter-feed-content p a {
    color: #f53333;
}

.twitter-feed-content p a:hover {
    text-decoration: underline;
}

/*------ twitter feed end ------*/
/*----- product tab menu start -----*/
/* .product-tab-menu .nav li{
    padding: 5px;
} */
.product-tab-menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    padding: 5px 10px;
    color: #333;
}

.product-tab-menu ul li a.active {
    background: #f00;
    box-shadow: 0 3px 10px #ffb4b4;
    color: #fff;
}

/* .product-tab-menu .nav{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 70%;
    padding: 10px 0;
    border: 1px solid #f3f3f3;
    margin: 0 auto;
    justify-content: space-around;
    border-radius: 25px;
}

.product-tab-menu ul li {
    border-radius: 25px;
    
} */
/* .product-tab-menu ul li a{
    color: #fff;
} */

/* @media only screen and (max-width: 479.98px) {
    .product-tab-menu ul li {
        margin-right: 15px;
    }
}

.product-tab-menu ul li:last-child {
    margin-right: 0;
}

.product-tab-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #777777;
}
.product-tab-menu ul li.active {
    
    background: #f00;
    border-radius: 10px;
}
.product-tab-menu ul li a:hover,
.product-tab-menu ul li a.active {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 20px;
    border-radius: 10px;
    background: #f00;
    box-shadow: 0 3px 10px #ffb4b4;
    color: #fff;
} */

.tab-content .tab-pane.show.active .product-item {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

/*----- product tab menu start -----*/
/*----- brand logo style start -----*/
.brand-logo-carousel {
    padding: 30px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.brand-item img {
    margin: auto;
}

/*----- brand logo style end -----*/
/*----- hot deals item start -----*/
.hot-deals-item {
    border: 1px solid #f53333;
    border-radius: 5px;
}

.hot-deals-item .product-caption {
    padding: 20px;
}

@media only screen and (max-width: 767.98px) {
    .hot-deals-item .product-caption {
        padding: 20px 10px;
    }
}

.hot-deals-item .manufacturer-name {
    padding-bottom: 5px;
}

.hot-deals-item .product-name {
    font-size: 20px;
    padding-bottom: 30px;
}

.hot-deals-item .price-box {
    font-size: 21px;
    padding-top: 8px;
}

.progress {
    height: 15px;
    border-radius: 50px;
}

.progress-quantity {
    position: relative;
    margin-top: 52px;
}

.progress-bar {
    background-color: #f53333 !important;
    width: 60%;
}

.progress-bar:nth-child(2) {
    width: 70%;
}

.progress-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: calc(-100% - 8px);
    left: 0;
    width: 100%;
    line-height: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-sold,
.product-available {
    font-size: 14px;
    color: #777777;
}

.product-sold span,
.product-available span {
    color: #f53333;
    font-weight: 700;
}

.product-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
}

.product-countdown .single-countdown {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #eaeaea;
}

.product-countdown .single-countdown__time {
    font-size: 16px;
    display: inline-block;
    color: #222222;
}

.product-countdown .single-countdown__text {
    font-size: 11px;
    display: block;
    color: #222222;
    line-height: 1;
    margin-top: 5px;
    text-transform: uppercase;
}

.product-countdown .single-countdown:last-child {
    margin-right: 0;
}

/* .product-details-des {
    text-align: center;
} */



.product-details-des .hot {
    display: inline;
}

.product-details-des .product-countdown {
    margin: 20px 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}



/*----- hot deals item start -----*/
/*------ Instagram Feed Area Start ------*/
.instagram-item {
    position: relative;
    z-index: 1;
}

.instagram-item:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100%;
    width: 100%;
}

.instagram-item .instagram-hvr-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.instagram-item .instagram-hvr-content span {
    color: #fff;
    margin-right: 20px;
}

.instagram-item .instagram-hvr-content span:last-child {
    margin-right: 0;
}

.instagram-item .instagram-hvr-content span i.fa {
    margin-right: 5px;
}

.instagram-item:hover:before {
    opacity: 1;
    visibility: visible;
}

.instagram-item:hover .instagram-hvr-content {
    opacity: 1;
    visibility: visible;
}

/*------ Instagram Feed Area End ------*/
/*------- common style css end -------*/
/*------- product item start -------*/
/* .product-item {

    max-width: 140px;
    overflow: hidden;
} */

.product-item .color-categories {
    padding: 13px 0 6px;
}

/* .product-item:hover .product-thumb .sec-img,
.product-list-item:hover .product-thumb .sec-img {
    opacity: 1;
    visibility: visible;
}

.product-item:hover .product-thumb .pri-img,
.product-list-item:hover .product-thumb .pri-img {
    opacity: 0;
    visibility: hidden;
} */
.product-item:hover .product-thumb .pri-img,
.product-list-item:hover .product-thumb .pri-img {
    opacity: .8;
}

.product-item:hover .button-group a,
.product-list-item:hover .button-group a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-item:hover .cart-hover,
.product-list-item:hover .cart-hover {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
}

.product-thumb {
    position: relative;
    /* max-height: 140px;
    overflow: hidden; */
}

.product-thumb img {
    width: 100%;
}

.product-thumb .sec-img {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.shop-product-wrap .product-thumb img {
    width: 100%;
}

/* .grid-view.shop-product-wrap .product-thumb img {
    width: 100%;
} */

@media only screen and (max-width: 991px) {
    .shop-product-wrap .product-thumb img {
        width: 100%;
    }

    .product-content-list {
        padding-left: 0;
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        /* margin-top: 30px; */
    }
}

@media only screen and (max-width: 768px) {
    .shop-product-wrap .product-thumb img {
        /* width: 50%; */
    }
}

.product-caption {
    padding-top: 17px;
}

.product-caption .product-name {
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 8px;
}

.product-caption .product-name a {
    color: #222222;
    text-transform: capitalize;
}

/* .product-caption .product-name a:hover {
    color: #f53333;
} */

/* .manufacturer-name {
    padding: 10px 0;
} */
.modal-content .slick-initialized .slick-slide img {
    width: 100%;
}

.manufacturer-name,
.manufacturer-tag {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/* .manufacturer-name a {
    padding: 5px;
    background-color: #f00;
    color: #fff;
    border-radius: 20px;
} */

.manufacturer-name:hover {
    color: #f53333;
}

.color-categories {
    line-height: 1;
}

.color-categories li {
    display: inline-block;
    padding: 1px;
    border-radius: 50%;
    border: 1px solid #efefef;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.color-categories li:hover {
    border-color: #f53333;
}

.color-categories li a {
    height: 12px;
    width: 12px;
    display: block;
    border-radius: 50%;
}

.c-lightblue {
    background-color: #b0c4de;
}

.c-darktan {
    background-color: #aa9e78;
}

.c-grey {
    background-color: #808080;
}

.c-brown {
    background-color: #964B00;
}

.button-group {
    right: 15px;
    top: 15px;
    position: absolute;
}

.button-group a {
    width: 26px;
    height: 26px;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.button-group a span {
    display: block;
}

.button-group a:hover {
    color: #f53333;
}

.cart-hover {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product-label {
    /* background: #f53333; */
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: 20px;
    line-height: 1;
    width: 30px;
    /* padding: 4px 10px; */
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    z-index: 3;
}

.product-label span {
    display: block;
    margin-top: -1px;
}

.product-label.discount {
    background-color: #222222;
}

.product-label:nth-child(1) {
    top: 10px;
}

.product-label:nth-child(2) {
    top: 48px;
}

.ratings {
    color: #ED484B;
    font-size: 14px;
    padding: 20px 0;
    /* display: inline-block; */
}

.ratings span {
    margin-right: 3px;
}

.price-box {
    font-size: 14px;
    display: inline-block;
    /* padding: 10px 0; */
    /* line-height: 1; */
}

.price-regular {
    color: #EE2624;
}

.price-old {
    color: #999;
    padding-left: 5px;
    font-weight: 300;
}

.super-details-des .hot {
    display: inline-block;
}

/*------- product item end -------*/
/*-------- product list item start --------*/

.list-model {
    margin-top: 35px;
    margin-bottom: 20px;
}

.product-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767.98px) {
    .product-list-item {
        display: block !important;
    }
}

/* .product-list-nav .product-thumb,
.product-list-item .product-thumb {
    max-width: 30%;
    -ms-flex-preferred-size: 6%;
    height: 100%;
} */
.product-list-nav .product-thumb,
.product-list-item .product-thumb {
    max-width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-list-nav .row0,
.product-list-item .row0 {
    width: 4%;
}


@media only screen and (max-width: 767.98px) {
    .product-list-item .product-thumb {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .product-list-nav .row0,
    .product-list-item .row0 {
        width: 18%;
    }
}

.product-content-list {
    width: 100%;
    /* padding-left: 5px;
    max-width: calc(100% - 8%);
    -webkit-flex-basis: calc(100% - 13%);
    -ms-flex-preferred-size: calc(100% - 13%);
    flex-basis: calc(100% - 8%); */
}

.product-content-list .list-single {
    justify-content: space-between;
    text-align: center;
    color: #7A7A7A;
}

.product-content-list .list-single .count-num {
    color: #474747;
}

.product-content-list .list-single .count-title {
    padding: 0;
}

.product-content-list .list-single .hide-title {
    display: none;
}

.shop-product-wrap .product-content-list .list-single>li:first-child {
    width: 30%;
    display: flex;
    align-items: center;
}

.shop-product-wrap .product-content-list .list-single>li:nth-child(2) {
    width: 10%;
    text-align: left;
}

.shop-product-wrap .product-content-list .list-single>li:nth-child(3) {
    width: 10%;
    text-align: left;
}

.shop-product-wrap .product-content-list .list-single>li:nth-child(4) {
    width: 15%;
    text-align: left;
}

.shop-product-wrap .product-content-list .list-single>li:nth-child(5) {
    width: 15%;
    text-align: left;
}

.shop-product-wrap .product-content-list .list-single>li:nth-child(5) .count-title {
    display: inline-block;
    width: 84px;
}

.shop-product-wrap .product-content-list .list-single>li:nth-child(6) {
    width: 15%;
    text-align: left;
}

.shop-product-wrap .product-content-list .list-single>li:last-child {
    width: 5%;
}

.product-content-list .list-single .row1 .super-single {
    margin: 0 auto;
    /* width: 50%; */
}

.product-content-list .list-single figure {
    margin-right: 5px;
}

.product-content-list .list-single figure .thumb-toggle {
    /* display: block; */
    /* width: 30px; */
    margin-right: 20px;
}

.product-content-list .list-single figure .thumb-avatar {
    display: block;
    width: 50px;
}

.product-content-list .super-single li:first-child {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767.98px) {

    .product-content-list .fl {
        /* width: 50%; */
    }
}

.product-content-list .manufacturer-name {
    padding-bottom: 10px;
}

.product-content-list .ratings {
    padding-bottom: 10px;
}

.product-content-list .product-name {
    padding: 10px 0 12px;
}

.product-content-list .product-name a {
    color: #222222;
    font-weight: 400;
}

.product-content-list .product-name a:hover {
    color: #f53333;
}

.product-content-list p {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #efefef;
}

/*-------- product list item end --------*/
/*------ group list item start ------*/
@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .group-product-banner {
        margin-bottom: 80px;
    }

    /* .product-content-list .fl {
        width: 50%;
    } */
}

.group-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.group-item-thumb {
    max-width: 80px;
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
}

.group-item-desc {
    position: relative;
    padding-left: 10px;
    max-width: calc(100% - 80px);
    -webkit-flex-basis: calc(100% - 80px);
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
}

.group-item-desc .group-product-name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 18px;
}

.group-item-desc .group-product-name a {
    color: #222222;
}

.group-item-desc .group-product-name a:hover {
    color: #f53333;
    text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .categories-group-wrapper {
        margin-bottom: 78px;
    }
}

@media only screen and (max-width: 991px) {

    .product-list-nav .row0,
    .product-list-item .row0 {
        width: 20%;
    }

    .shop-product-wrapper .product-list-item .avatar {
        margin: 0;
    }

    .product-content-list .list-single figure {
        float: none;
    }

    .list-single .row1 {
        width: 30%;
    }

    .shop-product-wrap .product-content-list .list-single>li:first-child .super-single {
        margin-left: 30px;
    }

    .shop-product-wrap .product-content-list .list-single>li:first-child {
        width: 30%;
    }

    .shop-product-wrap .product-content-list .list-single>li:nth-child(4) {
        width: 20%;
    }

    .list-single .row4 {
        width: 20%;
    }
}

@media only screen and (max-width: 767.98px) {
    .categories-group-wrapper {
        margin-bottom: 60px;
    }

    .shop-product-wrap .product-content-list .list-single>li:first-child .super-single {
        margin-left: 0;
    }

    .shop-main-wrapper .list-single strong {
        display: inline-block;
    }

}

/* .row [class*="col-"]:last-child .categories-group-wrapper {
    margin-bottom: 0;
} */

.group-list-item-wrapper .slick-slider .slick-slide>div {
    margin-bottom: 20px;
}

.group-list-item-wrapper .slick-slider .slick-slide>div:last-child {
    margin-bottom: 0;
}

.shop-product-wrap>div {
    padding-left: 0;
    padding-right: 0;
}

/*------ group list item end ------*/
/*----- testimonial area start -----*/
.testimonial-thumb-wrapper {
    max-width: 290px;
    margin: auto;
}

.testimonial-thumb {
    cursor: pointer;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.slick-slide.slick-current .testimonial-thumb {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.testimonial-content-wrapper {
    max-width: 910px;
    margin: auto;
    margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .testimonial-content-wrapper {
        max-width: 750px;
    }
}

.testimonial-content {
    text-align: center;
}

.testimonial-content p {
    font-size: 15px;
}

.testimonial-content .ratings {
    margin-top: 30px;
    margin-bottom: 5px;
}

.testimonial-author {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}


/*----- testimonial area end -----*/
/*----- 特色 tab -----*/
.jq22 {
    /* background: url(../img/media/index_kol_bg.png) no-repeat center/cover */
    background-color: #ECEEFE;
}

.jq22_main {
    margin: 0 auto;
    padding: 40px 0;
}

.Small_tedian_tit {
    text-align: center;
    font-size: 32px;
    color: #333;
    padding-bottom: 40px;
}

.product-tab-menu,
.jq22_tab {
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center
}

.product-tab-menu .nav,
.jq22_tabmin {
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    box-shadow: 0 0 5px #ddd;
    width: 50%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {

    .product-tab-menu .nav,
    .jq22_tabmin {
        width: 100%;
    }
}


.product-tab-menu .nav li,
.jq22_click {
    cursor: pointer;
    text-align: center;
    position: relative;
}

.product-tab-menu .nav li {
    width: 20%;
}

.jq22_click {
    width: 25%;
}

.case-section .jq22_click {
    width: 20%;
}

.jq22_click b {
    font-weight: 400;
    position: relative;
    z-index: 2;
    color: #333;
    line-height: 35px;
    padding: 5px;
    transition: all .5s ease;
}

.jq22_click i {
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: #f00;
    box-shadow: 0 3px 10px #ffb4b4;
    border-radius: 10px;
    z-index: 1;
    transition: all .2s ease;
}

.jq22_click.cur b {
    color: #fff;
}

.jq22_click.cur i {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.jq22_tabcon {
    overflow: hidden;
    display: none;
    width: 100%;
    margin: 0 auto;
}

.jq22_tabcon img {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.jq22_left1 {
    float: left;
}

.jq22_right1 {
    overflow: hidden;
    text-align: right;
    max-width: 600px;
}

.jq22_right1 b {
    font-size: 30px;
    display: block;
    color: #333;
    padding-bottom: 20px;
}

.jq22_right1 em {
    font-size: 20px;
    display: block;
    color: #555;
    padding-bottom: 20px;
}

.jq22_right1 p {
    font-size: 14px;
    display: block;
    color: #777;
    padding-bottom: 5px;
}

.jq22_left2 {
    overflow: hidden;
}

.jq22_right2 {
    float: left;
    max-width: 600px;
}

.jq22_right2 b {
    font-size: 30px;
    display: block;
    color: #333;
    padding-bottom: 20px;
}

.jq22_right2 em {
    font-size: 20px;
    display: block;
    color: #555;
    padding-bottom: 20px;
}

.jq22_right2 p {
    font-size: 14px;
    display: block;
    color: #777;
    padding-bottom: 5px;
}

.jq22_left3 {
    float: left;
}

.jq22_right3 {
    overflow: hidden;
    text-align: right;
    max-width: 600px;
}

.jq22_right3 b {
    font-size: 30px;
    display: block;
    color: #333;
    padding-bottom: 20px;
}

.jq22_right3 em {
    font-size: 20px;
    display: block;
    color: #555;
    padding-bottom: 15px;
}

.jq22_right3 p {
    font-size: 14px;
    display: block;
    color: #777;
    padding-bottom: 5px;
}

.jq22_left4 {
    float: right;
}

.jq22_right4 {
    float: left;
    max-width: 600px;
}

.jq22_right4 b {
    font-size: 30px;
    display: block;
    color: #333;
    padding-bottom: 20px;
}

.jq22_right4 em {
    font-size: 20px;
    display: block;
    color: #555;
    padding-bottom: 20px;
}

.jq22_right4 p {
    font-size: 14px;
    display: block;
    color: #777;
    padding-bottom: 5px;
}

.jq22_main .related-title {
    margin: 20px 0;
}

.best-related-box {
    /* margin-left: -15px;
    margin-right: -15px; */
}

.best-related {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}

.related-products .related-title {
    margin-bottom: 30px;
}

.best-related .title-pic {
    text-align: center;
    /* margin-right: 15px;
    margin-left: 15px; */
}

.best-related .title-pic img {
    width: 100%;
    border-radius: 50%;
}

@media only screen and (max-width: 991px) {
    .best-related {
        padding: 10px 0;
    }

    .best-related .title-pic {
        width: 100px;
        height: 100px;
    }
}

.related-con-title h4 {
    font-size: 16px;
}

.fans-count-box {
    float: left;
    width: 50%;
    text-align: center;
}

.love-count-box {
    float: right;
    width: 50%;
    text-align: center;
}

.love-count-box p,
.fans-count-box p {
    font-size: 12px;
    color: #ccc;
    margin: 0;
}

.love-count-box .related-count,
.fans-count-box .related-count {
    font-size: 12px;
    color: rgb(250, 82, 82);
}

.quote {
    width: 80%;
    height: 30px;
    margin: 10px auto 0;
}

.quote a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 100, 100);
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

/*动画*/
.fadeInRight {
    animation: fadeInRight 1s
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    animation: fadeInLeft 1s
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

/* 特色relate */
.live-view {
    position: relative;
    background: #f7f7f7;
    text-align: center;
    padding-bottom: 60px;
}

.live-view .view-content {
    background: #fff;
}

.live-view .view-content .info1 {
    padding-top: 40px;
    padding-bottom: 15px;
}

.live-view .view-content .live-info {
    display: inline-block;
    vertical-align: top;
    width: 596px;
}

.live-view .view-content .description>div {
    display: inline-block;
    vertical-align: middle;
}

.live-view .view-content .description .avatar {
    position: relative;
}

.live-view .view-content .description .desc-info {
    text-align: left;
    width: 350px;
}

.live-view .view-content .description .avatar img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 0 auto;
}

.live-view .view-content .description .desc-info div {
    font-size: 13px;
    color: #999;
    display: block;
}

.live-view .view-content .description .desc-info div:first-child {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}

.live-view .view-content .description .desc-info div:last-child {
    margin-top: 12px;
}

.live-view .view-content .desc-success {
    margin-bottom: 30px;
}

.live-view .view-content .live-info .desc-success>div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    margin-top: 30px;
}

.live-view .view-content .live-info .desc-success>div>div:first-child {
    color: #ff9023;
    font-size: 20px;
    font-weight: bold;
}

.live-view .view-content .live-info .desc-success>div>div:last-child {
    color: #666;
    font-size: 14px;
}

.live-view .view-content .live-info .desc-success>div:last-child a {
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    background: #4eb6ff;
    border-radius: 3px;
}

.live-view .view-content .live-info .live-char {
    margin: 10px auto;
}

.live-view .view-content .info2 {
    margin: 0 auto;
    width: 1000px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-top: 1px dashed #eee;
}

.live-view .view-content .info2 .other-res {
    display: inline-block;
    vertical-align: top;
    width: 246px;
}

.live-view .view-content .info2 .other-res>div {
    position: relative;
    font-size: 12px;
    color: #666;
}

.live-view .view-content .info2 .other-res .avatar {
    position: relative;
    margin: 0 auto;
    height: 61px;
    width: 61px;
}

.live-view .view-content .info2 img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 auto;
}

.live-view .view-content .other-res .wechat-name {
    margin-top: 5px;
    font-size: 14px !important;
    color: #333 !important;
}

.live-view .view-content .other-res .wechat-text {
    margin-bottom: 10px;
    margin-top: 6px;
}

.live-view .view-content .info2 .other-res>div:last-child a {
    border: 1px solid #eee;
    padding: 3px 5px;
    border-radius: 3px;
}

.live-view .view-content .info2 .other-res>div:last-child a:hover {
    color: #ff9023;
    border: 1px solid #ff9023;
}

/* 特色relate */
/*----- 特色 tab end-----*/

/*-----------order process-------------*/


/* 必要布局样式css */
.aui-main {
    width: 1000px;
    min-height: 50px;
    margin: 0 auto;
}

.aui-section-box {
    padding: 90px 0;
}

.aui-section-box .aui-section-header {
    text-align: center;
}

.aui-section-header-title {
    text-align: center;
    color: #383838;
    font-size: 34px;
    line-height: 1.5;
}

.aui-summary {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #9b9ba3;
}

.aui-summary a {
    line-height: 1;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    margin: 0 5px;
    padding: 0;
    font-size: 16px;
    color: #488bff;
    background-color: #fff;
    border: 0;
}

.aui-summary-tag {
    margin-left: -5px;
    margin-right: -8px;
}

.aui-section-box .aui-section-body {
    position: relative;
    margin: 145px auto 50px;
    height: 486px;
    background: url(../images/main-bg.png) no-repeat center;
    background-size: auto 486px;
    background: url(../images/main-bg.png) no-repeat center\9;
}

.aui-section-box .aui-section-list .aui-section-list-item {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 5px;
    height: 5px; */
    transition: 0.5s;
}

.aui-section-box .aui-section-list .aui-section-list-item {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 5px;
    height: 5px; */
    transition: 0.5s;
}

.aui-section-box .aui-section-list .aui-section-list-item .obj {
    position: absolute;
    top: 0;
    width: 150px;
    transition: 0.5s;
    z-index: 1;
}

.aui-section-box .aui-section-list .aui-section-list-item .shadow {
    position: absolute;
    width: 150px;
    left: 0;
    top: 76px;
    opacity: 1;
    transition: 0.5s;
    z-index: 0;
}

.i-process .btn.cur .obj {
    top: -20px;
    transition: 0.65s;
}

.i-process .btn.cur .shadow {
    opacity: 1;
    transition: 0.65s;
    transform: scale(0.8, 0.8);
}

.aui-section-box .aui-section-list .aui-section-list-item.one {
    left: 18px;
    top: 80px;
}

.aui-section-box .aui-section-list .aui-section-list-item.two {
    left: 262px;
    top: -80px;
}

.aui-section-box .aui-section-list .aui-section-list-item.three {
    left: 590px;
    top: -80px;
}

.aui-section-box .aui-section-list .aui-section-list-item.four {
    left: 262px;
    top: 230px;
}

.aui-section-box .aui-section-list .aui-section-list-item.five {
    left: 590px;
    top: 230px;
}

.aui-section-box .aui-section-list .aui-section-list-item.six {
    left: 840px;
    top: 80px;
}

.aui-section-list ul li:first-child {
    margin-left: 20px;
}

.aui-section-list ul li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    vertical-align: top;
    margin-left: 68px;
    font-size: 20px;
    line-height: 28px;
    color: #373d40;
    cursor: pointer;
    padding-bottom: 20px;
}

.aui-section-list ul .on {
    color: #488bff;
    border-bottom: 4px solid #488bff;
}

.aui-section-info {
    text-align: center;
    border-top: 1px solid #ececec;
}

.aui-section-info ul {
    padding: 30px 0;
    display: none;
}

.aui-section-info ul li dl {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
}

.aui-section-info ul li dl dd {
    float: left;
    margin-left: 66px;
}

.aui-section-info ul li dl dd:first-child {
    margin-left: 0;
}

/*-----------order process end-------------*/

/*----- breadcrumb style css start -----*/
.list-panel {
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
    margin-top: 14px;
}

.breadcrumb-wrap {
    /* padding: 10px 0; */
    text-align: center;
}

.breadcrumb-area .breadcrumb-wrap .breadcrumb-box {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.breadcrumb-wrap .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0;
}

/* .shop-main-wrapper .container {
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
} */
.shop-main-wrapper .container a {
    display: inline-block;
}

.return {
    width: 38px;
    height: 38px;
    background: url(../img/return-white.png) no-repeat center/cover;
}

.return:hover {
    background: url(../img/return-red.png) no-repeat center/cover;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    /* display: block;
    width: 100%; */
}

/* .breadcrumb-wrap .breadcrumb .breadcrumb-item:hover a {
    color: #fff;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
    color: #7e7e7e;

    font-size: 12px;
    margin: 0 5px;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child::before {
    display: none;
} */

.breadcrumb-wrap .breadcrumb .breadcrumb-item.active a {
    color: #f53333;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

/*----- breadcrumb style css end -----*/
/*----- shop Sidebar start -----*/
.sidebar-wrapper .sidebar-single:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .sidebar-wrapper {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767.98px) {
    .sidebar-wrapper {
        margin-top: 62px;
    }
}

.sidebar-single {
    margin-bottom: 35px;
}

.sidebar-single .sidebar-title {
    position: relative;
    line-height: 1;
    margin-top: -3px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.sidebar-single .sidebar-title:before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    content: " ";
    position: absolute;
    background-color: #efefef;
}

/*------ pricing filter slider start ------*/
.price-range-wrap {
    padding-top: 8px;
}

.price-range-wrap .price-range {
    border-radius: 0;
    margin-right: 13px;
    margin-bottom: 20px;
}

.price-range-wrap .price-range.ui-widget-content {
    border: none;
    background: #eeeeee;
    height: 6px;
    border-radius: 20px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-range {
    background-color: #f53333;
    border-radius: 0;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
    border: none;
    background-color: #fff;
    height: 12px;
    width: 12px;
    outline: none;
    cursor: ew-resize;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle:before {
    top: 50%;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: #f53333;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.price-range-wrap .range-slider {
    color: #222222;
    margin-top: 30px;
}

.price-range-wrap .range-slider .price-input label {
    color: #222222;
    margin-bottom: 0;
}

.price-range-wrap .range-slider .price-input input {
    color: #555555;
    border: none;
    outline: none;
    max-width: 80px;
    pointer-events: none;
}

.price-range-wrap .range-slider button.filter-btn {
    border: none;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    padding: 4px 15px;
    border-radius: 3px;
    background-color: #ebebeb;
}

.price-range-wrap .range-slider button.filter-btn:hover {
    color: #fff;
    background-color: #f53333;
}

/*------ pricing filter slider end ------*/
.categories-list li {
    color: #555555;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.categories-list li:last-child {
    margin-bottom: 0;
}

.categories-list li:hover {
    color: #f53333;
}

/*------ shop categories area start ------*/
.shop-main-wrapper .container {
    /* background-color: #fff; */
    padding-top: 30px;
}

.shop-categories {
    margin-top: -4px;
}

.shop-categories li a {
    color: #555555;
    display: block;
    line-height: 1;
    padding: 10px 0;
    text-transform: capitalize;
}

.shop-categories li:first-child a {
    padding-top: 0;
}

.shop-categories li:last-child a {
    padding-bottom: 0;
}

.shop-categories li:hover a {
    color: #f53333;
}

/*------ shop categories area end ------*/
/*----- shop Sidebar end -----*/
/*------ pagination area style start ------*/
.paginatoin-area {
    /* margin-top: 30px; */
    padding: 20px;
    /* border: 1px solid #efefef; */
}

.paginatoin-area .pagination-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paginatoin-area .pagination-box li {
    margin-right: 5px;
    display: inline-block;
}

.paginatoin-area .pagination-box li:last-child {
    margin-right: 0;
}

.paginatoin-area .pagination-box li a {
    color: #222222;
    height: 36px;
    width: 36px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    background-color: #F6F8F9;
    border-radius: 50%;
    box-shadow: 0px 1px 2px 0px rgba(205, 205, 205, 1);
}

.paginatoin-area .pagination-box li.to-page a {
    background-color: #f53333;
    color: #fff;
}

.paginatoin-area .pagination-box li a.white-bg {
    background-color: #fff;
}

.to-page {
    margin-left: 25px;
}

.to-page input {
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    background: transparent;
}

.paginatoin-area .pagination-box li a i {
    font-size: 30px;
    line-height: 36px;
}

.paginatoin-area .pagination-box li a:hover {
    color: #fff;
    border-color: #f53333;
    background-color: #f53333;
}

.paginatoin-area .pagination-box li.active a {
    color: #fff;
    background-color: #f53333;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~index case~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body .layui-layer {
    background: #000;
}

.case-wrap {
    margin-bottom: 20px;
}

.case-wrap img {
    width: 100%;
}

.case-wrap,
.our-serve-wrap {
    width: 100%;
    /* background: #fff; */
}

.case,
.our-serve {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.case .title-con,
.our-serve .title-con {
    line-height: 58px;
    margin-left: 10px;
    font-size: 16px;
    color: #323232;
    font-weight: 600;
}

.case .title,
.our-serve .title {
    margin-bottom: 30px;
}

.case .title-icon,
.our-serve .title-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.case .title-icon {
    background: url(../images/index-ghost.png) no-repeat -5px -333px;
}

#tab {
    width: 1040px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
}

#tab ul li {
    padding-right: 27px;
    float: left;
    /* border-right: 1px solid #c8c8c8; */
}

#tab ul li:nth-child(1) span {
    margin-left: 4px;
}

#tab ul li span {
    display: block;
    width: 100px;
    height: 30px;
    color: #a5a5a5;
    cursor: pointer;
    margin-left: 27px;
}

#tab ul #finance {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

#banner2 {
    width: 1147px;
    height: 420px;
    margin: 30px auto 0;
    position: relative;
}

#wrap {
    width: 1047px;
    height: 337px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#pic {
    position: absolute;
    top: 0;
    left: 0;
}

#pic li {
    width: 1047px;
    height: 337px;
    float: left;
}

.case-list {
    padding-bottom: 40px;
    display: none;
}

.case-list.case-active {
    display: block;
}

.case-list ul {
    width: 1064px;
    margin: 0 auto;
}

.case-item img {
    border-radius: 10px;
    cursor: pointer;
}

.case-item:first-child,
.case-item:nth-child(2),
.case-item:nth-child(3),
.case-item:nth-child(4) {
    padding-bottom: 15px;
    /* border-bottom: 1px solid #e5e5e5; */
}

.case-item:last-child,
.case-item:nth-child(5),
.case-item:nth-child(6),
.case-item:nth-child(7) {
    padding-top: 15px;
}

.case-list li:nth-child(4n+1) {
    width: 251px;
    padding-right: 20px;
    /* border-right: 1px solid #e5e5e5; */
}

.case-list li:nth-child(4n+2),
.case-list li:nth-child(4n+3) {
    width: 271px;
    padding-left: 20px;
    padding-right: 20px;
    /* border-right: 1px solid #aaa;  */
}

.case-list li:nth-child(4n) {
    width: 251px;
    padding-left: 20px;
}

.product-review-info .case-item:nth-child(4) {
    padding-top: 15px;
}

.case-list .case-item-title {
    color: #333;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}

.case-list .case-item:hover .case-item-title {
    color: #f00;
}

.case-list .case-item-introduce {
    color: #ccc;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
}

.case-list .case-item:hover .case-item-introduce {
    color: #888;
}

/*#pic li{*/
/**/
/*}*/
#pic .pic-container {
    width: 100%;
    height: 100%;
}

#pic .pic-container .pic-video {
    width: 242px;
    height: 337px;
}

.pic-container .pic-video .pic-video-v {
    width: 100%;
    height: 100%;
}

#pic .pic-content {
    width: 769px;
    height: 100%;
    padding-right: 20px;
    margin-left: 36px;
}

#pic .pic-title {
    font-size: 0;
}

#pic .pic-title .pic-t-1 {
    display: inline-block;
    width: 5px;
    height: 22px;
    background-color: #c81623;
}

#pic .pic-title .pic-t-2 {
    height: 22px;
    margin-left: 10px;
    line-height: 22px;
    font-size: 20px;
    vertical-align: top;
}

#pic .pic-introduce {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
    line-height: 28px;
    font-size: 14px;
    margin-top: 10px;
}

#pic .pic-advantages {
    margin-top: 10px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #999; */
}

#pic .pic-advantage {
    width: 25%;
}

#pic .pic-advantage .advantage-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto;
}

#pic .pic-advantage:first-child .advantage-icon {
    background: url(../images/usern.png) no-repeat center;
}

#pic .pic-advantage:nth-child(2) .advantage-icon {
    background: url(../images/viewn.png) no-repeat center;
}

#pic .pic-advantage:nth-child(3) .advantage-icon {
    background: url(../images/promisen.png) no-repeat center;
}

#pic .pic-advantage:last-child .advantage-icon {
    background: url(../images/moneyn.png) no-repeat center;
}

#pic .pic-advantage .advantage-title {
    margin-top: 8px;
    height: 24px;
    line-height: 24px;
    color: #000;
    font-size: 14px;
    text-align: center;
}

#pic .pic-advantage .advantage-num {
    font-size: 14px;
    color: #c61523;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

#pic .pic-recommend {
    margin-top: 20px;
}

#pic .pic-r-item {
    width: 168px;
    height: 72px;
    margin: 0 40px;
}

#pic .pic-r-item div.fl {
    margin-left: 10px;
}

#pic .pic-r-item a {
    position: relative;
    width: 72px;
    height: 72px;
    overflow: hidden;
}

#pic .pic-r-item a img {
    position: absolute;
    width: 72px;
    height: 72px;
}

#pic .pic-r-item .pic-r-t {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

#pic .pic-r-item .pic-r-z {
    line-height: 24px;
    font-size: 12px;
    color: #cecece;
}

#pic .pic-r-item .pic-r-g {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

#dot {
    position: absolute;
    bottom: 34px;
    left: 48%;
    margin-left: -64px;
}

#dot li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    float: left;
    background: #a5a5a5;
    margin-left: 10px;
    cursor: pointer;
}

#prev,
#next {
    width: 15px;
    height: 28px;
    cursor: pointer;
}

#prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -75px;
    background: url("../images/prev.png") no-repeat;
    background-size: 15px 28px;
}

#next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -75px;
    background: url("../images/next.png") no-repeat;
    background-size: 15px 28px;
}

#tab ul li span.active1 {
    border-bottom: 2px solid #e6444f;
    color: #e6444f;
    font-weight: 600;
}

#dot li.active2 {
    background: #e6444f;
}

/*------ pagination area style end ------*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~process~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.order {
    /* background: url(../img/media/partner_bg.png) no-repeat center/cover; */
    background-color: #ECEEFE;
    padding: 40px 0 0;
}

.order .row {
    margin: 0;
}

.process-js {
    width: 100%;
    /* height: 460px; */
    /* padding-top: 50px; */
    /* background: url(../images/bgd_02.jpg) no-repeat center top; */
    margin-bottom: 40px;
}

.process-js .page-title h2 {
    font-size: 40px;
    color: #fff
}

.process-js .page-title span {
    margin-top: 17px;
    background: #fff
}

.process-js-lists {
    margin-top: 62px;
    position: relative;
    display: none;
}

/* .process-js-lists .process-content {
    
} */

.process-js-lists.large-process {
    display: block;
}

.process-js-lists ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

.process-js-lists li {
    /* width: 150px;
	height: 150px;
	border:solid 2px #fff;
    border-radius: 50%; */
    /* position: absolute; */
    text-align: center;
    /* color: #fff; */
    margin-bottom: 60px;
}

.process-js-lists li.process-arrow {
    width: 12%;
    /* background: #000; */
    height: 100px;
    line-height: 100px;
    align-self: flex-end;
}

.process-js-lists li span {
    display: none;
    width: 60px;
    height: 147px;
    background: #fff;
    text-align: center;
    font-size: 80px;
    line-height: 1.8;
    color: #2d2027;
    float: left
}

.process-js-lists li .process-text {
    /* margin-left: 60px;
	padding-top: 12px;
    padding-left: 12px; */
    /* padding: 5px; */
    color: #ffffff;
    text-align: center;
    height: 100px;
    width: 100px;
    /* border: solid 2px rgb(250, 144, 144); */
    border-radius: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.process-js-lists li .process-text h3 {
    font-size: 24px;
    line-height: 100px;
}

.process-js-lists li p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 12px;
}

.process-js-lists li {}

/* .process-js-lists li.one {
    left: 0;
    top: 0px;
}

.process-js-lists li.two {
    left: 350px;
    top: 0px;
}

.process-js-lists li.three {
    right: 350px;
    top: 0;
}

.process-js-lists li.four {
    right: 0;
    top: 0;
}

.process-js-lists li.five {
    right: 0px;
    top: 200px;
}

.process-js-lists li.six {
    right: 350px;
    top: 200px;
}

.process-js-lists li.seven {
    left: 350px;
    top: 200px;
}

.process-js-lists li.eight {
    left: 0;
    top: 200px;
} */

.process-js-lists li.two p {
    line-height: 1.4;
    margin-top: 8px
}

.process-js-lists .arrow img {
    position: absolute;
}

.process-js-lists .process-content.process-relative {
    position: relative;
}

.process-js-lists .process-arrow.arrow-absolute {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.process-js-lists .process-arrow.arrow-absolute.arrow-absolute-top {
    bottom: 190px;
}

/* .process-js-lists .jt1 {
    left: 225px;
    top: 15px;
}

.process-js-lists .jt2 {
    left: 575px;
    top: 15px;
}

.process-js-lists .jt3 {
    right: 225px;
    top: 15px;
}

.process-js-lists .jt4 {
    right: 13px;
    top: 130px;
}

.process-js-lists .jt5 {
    right: 225px;
    top: 210px;
}

.process-js-lists .jt6 {
    left: 575px;
    top: 210px;
}

.process-js-lists .jt7 {
    left: 225px;
    top: 210px;
} */

@media(max-width:1100px) {

    .container {
        width: 100%;
        /* padding: 0px 8px */
    }

    .section-title {
        margin-top: 0;
        margin-bottom: 0;
    }

    /* .process-js-lists li span {
        display: block;
    }

    .process-js-lists li .process-text {
        float: left;
        margin-bottom: 0;
    }

    .process-js {
        width: 80%;
        height: auto;
        padding: 0 0 20px;
        margin: 0 auto;
    }

    .process-js-lists .arrow {
        display: none;
    }

    .process-js-lists li span {
        height: auto !important;
        line-height: 1.9;
        font-size: 40px
    }

    .process-js-lists li {
        width: 100%;
        height: auto !important;
        background: #fff;
        position: relative;
        margin-bottom: 10px;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        padding: 10px;
        border-radius: 10px;
    }

    .process-js-lists {
        margin-top: 30px
    }

    .process-js-lists li p {
        float: left;
        margin-left: 30px;
    } */

    .gallery-section {
        padding: 40px;
    }

    .gallery-section .section-title {
        padding-bottom: 40px;
    }

    .case-item {
        text-align: center;
    }

}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~process end~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~our video case~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


body .layui-layer {
    background: #000;
}

.case-wrap {
    margin-bottom: 20px;
}

.case-wrap img {
    width: 100%;
}

.case-wrap,
.our-serve-wrap {
    width: 100%;
    /* background: #fff; */
}

.case,
.our-serve {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

#tab {
    width: 1040px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
}

#tab ul li {
    padding-right: 27px;
    float: left;
    border-right: 1px solid #c8c8c8;
}

#tab ul li:nth-child(1) span {
    margin-left: 4px;
}

#tab ul li span {
    display: block;
    width: 100px;
    height: 30px;
    color: #a5a5a5;
    cursor: pointer;
    margin-left: 27px;
}

#tab ul #finance {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

#banner2 {
    width: 1147px;
    height: 420px;
    margin: 30px auto 0;
    position: relative;
}

#wrap {
    width: 1047px;
    height: 337px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#pic {
    position: absolute;
    top: 0;
    left: 0;
}

#pic li {
    width: 1047px;
    height: 337px;
    float: left;
}

.case-list {
    padding-bottom: 40px;
}

.case-list ul {
    width: 1064px;
    margin: 0 auto;
}

.case-item img {
    border-radius: 10px;
    cursor: pointer;
}

.case-list .case-item-title {
    color: #333;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}

.case-list .case-item:hover .case-item-title {
    color: #f00;
}

.case-list .case-item-introduce {
    color: #ccc;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
}

.case-list .case-item:hover .case-item-introduce {
    color: #888;
}

/*#pic li{*/
/**/
/*}*/
#pic .pic-container {
    width: 100%;
    height: 100%;
}

#pic .pic-container .pic-video {
    width: 242px;
    height: 337px;
}

.pic-container .pic-video .pic-video-v {
    width: 100%;
    height: 100%;
}

#pic .pic-content {
    width: 769px;
    height: 100%;
    padding-right: 20px;
    margin-left: 36px;
}

#pic .pic-title {
    font-size: 0;
}

#pic .pic-title .pic-t-1 {
    display: inline-block;
    width: 5px;
    height: 22px;
    background-color: #c81623;
}

#pic .pic-title .pic-t-2 {
    height: 22px;
    margin-left: 10px;
    line-height: 22px;
    font-size: 20px;
    vertical-align: top;
}

#pic .pic-introduce {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
    line-height: 28px;
    font-size: 14px;
    margin-top: 10px;
}

#pic .pic-advantages {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}

#pic .pic-advantage {
    width: 25%;
}

#pic .pic-advantage .advantage-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto;
}

#pic .pic-advantage:first-child .advantage-icon {
    background: url(../images/usern.png) no-repeat center;
}

#pic .pic-advantage:nth-child(2) .advantage-icon {
    background: url(../images/viewn.png) no-repeat center;
}

#pic .pic-advantage:nth-child(3) .advantage-icon {
    background: url(../images/promisen.png) no-repeat center;
}

#pic .pic-advantage:last-child .advantage-icon {
    background: url(../images/moneyn.png) no-repeat center;
}

#pic .pic-advantage .advantage-title {
    margin-top: 8px;
    height: 24px;
    line-height: 24px;
    color: #000;
    font-size: 14px;
    text-align: center;
}

#pic .pic-advantage .advantage-num {
    font-size: 14px;
    color: #c61523;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

#pic .pic-recommend {
    margin-top: 20px;
}

#pic .pic-r-item {
    width: 168px;
    height: 72px;
    margin: 0 40px;
}

#pic .pic-r-item div.fl {
    margin-left: 10px;
}

#pic .pic-r-item a {
    position: relative;
    width: 72px;
    height: 72px;
    overflow: hidden;
}

#pic .pic-r-item a img {
    position: absolute;
    width: 72px;
    height: 72px;
}

#pic .pic-r-item .pic-r-t {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

#pic .pic-r-item .pic-r-z {
    line-height: 24px;
    font-size: 12px;
    color: #cecece;
}

#pic .pic-r-item .pic-r-g {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

#dot {
    position: absolute;
    bottom: 34px;
    left: 48%;
    margin-left: -64px;
}

#dot li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    float: left;
    background: #a5a5a5;
    margin-left: 10px;
    cursor: pointer;
}

#prev,
#next {
    width: 15px;
    height: 28px;
    cursor: pointer;
}

#prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -75px;
    background: url("../images/prev.png") no-repeat;
    background-size: 15px 28px;
}

#next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -75px;
    background: url("../images/next.png") no-repeat;
    background-size: 15px 28px;
}

#tab ul li span.active1 {
    border-bottom: 2px solid #e6444f;
    color: #e6444f;
    font-weight: 600;
    color: #fff7f5;
}

#dot li.active2 {
    background: #e6444f;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~经典案例~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*--------------------- Organic Farmfood Starts ------------------------- */
.hl-advantage {
    /* background: url(../img/media/index_kol_bg.png) no-repeat center/cover; */
    background: #fff7f5;
    padding-top: 40px;
}

/* 

.hl-advantage .left-bg-img {
    left: 0;
    position: absolute;
}

.hl-advantage .center-bg-img {
    position: absolute;
    right: 0;
    top: 35%;
}

.hl-advantage .row > div:nth-child(1), .hl-advantage .row > div:nth-child(4) {
    margin-top: 85px;
}

.hl-advantage-2 {
    position: relative;
}

.hl-advantage-2 .left-bottom-img {
    left: 0;
    bottom: 25%;
    position: absolute;
}

.hl-advantage-2 .right-top-img {
    position: absolute;
    right: 0;
    top: 20%;
}

.hl-advantage-2 .advantage-img {
    margin-top: 60px;
}

.hl-advantage-2 .advantage {
    margin-top: 50px;
}

.hl-advantage-2 .shape-2 {
    bottom: 0;
    position: absolute;
}

.advantage {
    position: relative;
    z-index: 1;
}

.advantage-wrap .title-1{
    padding: 20px 0;
}

.advantage-img {
    display: inline-block;
    margin-bottom: 40px;
    margin-top: -25px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.organic-prod {
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 35px 5px;
    text-align: center;
    position: relative;
}

.organic-prod:before {
    border: 2px solid transparent;
    border-radius: 10px;
    bottom: -1px;
    content: "";
    z-index: -2;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.organic-prod:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    border-color: transparent;
}

.organic-prod .divider {
    background-color: #eee;
    display: block;
    height: 2px;
    margin: 30px auto 15px;
    width: 40px;
}

@media (max-width: 1199px) {
    .organic-prod {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .hl-advantage .row > div:nth-child(1), .hl-advantage .row > div:nth-child(4) {
        margin-top: 0;
    }

    .hl-advantage .row > div {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .hl-advantage-2 .xs-text {
        text-align: center;
    }
} */
/* Services Section */

.services-section {
    position: relative;
    padding: 20px 0px 25px;
}

.services-section .left-column {
    position: relative;
}

.services-section .left-column .inner-column {
    position: relative;
}

.services-section .left-column .inner-column .service-block:nth-child(1),
.services-section .left-column .inner-column .service-block:nth-child(3) {
    margin-right: -80px;
}

/* .services-section .left-column .inner-column .service-block:nth-child(2) {
    margin-right: 22px;
} */

.service-block {
    position: relative;
    margin-bottom: 90px;
}

.service-block .inner-box {
    position: relative;
    text-align: right;
    padding-right: 80px;
    min-height: 100px;
}

.service-block .inner-box .icon-box {
    position: absolute;
    right: -10px;
    top: 5px;
    color: #7d7d7d;
    font-size: 56px;
    line-height: 1em;
}

.service-block .inner-box h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
}

.service-block .inner-box h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box h3 a:hover {
    color: #0e56dc;
}

.service-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
}

/* Right Column */

.services-section .right-column {
    position: relative;
}

.services-section .right-column .inner-column {
    position: relative;
}

.services-section .right-column .inner-column .service-block-two:nth-child(1),
.services-section .right-column .inner-column .service-block-two:nth-child(3) {
    margin-left: -80px;
}

.services-section .right-column .inner-column .service-block-two:nth-child(2) {
    margin-left: 22px;
}

.service-block-two {
    position: relative;
    margin-bottom: 90px;
}

.service-block-two .inner-box {
    position: relative;
    padding-left: 80px;
    min-height: 100px;
}

/* .service-block .inner-box .icon-box img,
.service-block-two .inner-box .icon-box img {
    width: 50%;
} */

.service-block-two .inner-box .icon-box {
    position: absolute;
    left: -10px;
    top: 5px;
    color: #7d7d7d;
    font-size: 56px;
    line-height: 1em;
}

.service-block-two .inner-box h3 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
}

.service-block-two .inner-box h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
}

.services-section .circles-column {
    position: relative;
}

.services-section .circles-column .inner-column {
    position: relative;
    text-align: center;
    padding-top: 105px;
}

.services-section .circles-column .circles {
    position: relative;
}

.services-section .circles-column .circles .circle-one {
    position: relative;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #ececec;
}

.services-section .circles-column .circles .circle-one:before {
    position: absolute;
    content: '';
    left: 32px;
    top: 32px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #f00;
    background-color: #ffffff;
}

.services-section .circles-column .circles .circle-one:after {
    position: absolute;
    content: '';
    right: 32px;
    bottom: 32px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #e1e1e1;
    background-color: #ffffff;
}

.services-section .circles-column .circles .circle-two {
    position: absolute;
    left: 50%;
    top: 40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    margin-left: -100px;
    border: 2px solid #ececec;
}

.services-section .circles-column .circles .circle-two:before {
    position: absolute;
    content: '';
    right: 22px;
    top: 22px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f00;
}

.services-section .circles-column .circles .circle-two:after {
    position: absolute;
    content: '';
    left: 22px;
    bottom: 22px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #e1e1e1;
}

.services-section .circles-column .circles .circle-three {
    position: absolute;
    left: 50%;
    top: 90px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-left: -50px;
    border: 2px solid #ececec;
}

.services-section .circles-column .circles .circle-three:before {
    position: absolute;
    content: '';
    left: -7px;
    top: 32px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #000222;
}

/***

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
    position: relative;
    padding: 90px 0px 60px;
    background-color: rgb(255, 83, 83);
    ;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-section.style-two {
    padding-bottom: 270px;
}

/*fact counter*/

.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 20px;
}

.fact-counter .column .inner {
    position: relative;
}

.fact-counter .column .inner .content {
    position: relative;
    text-align: center;
}

.fact-counter .column .inner .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    color: #ffffff;
    font-size: 60px;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.fact-counter .count-outer .percentage {
    display: inline-block;
    font-weight: 600;
    color: #020e28;
    font-size: 48px;
    line-height: 1em;
}

.fact-counter .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 48px;
    line-height: 1em;
    display: inline-block;
    font-family: 'Lora', serif;
}

.fact-counter .column .inner .counter-title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.90);
    font-family: 'Lato', sans-serif;
}

.fact-counter.style-two .column .inner .content {
    padding-left: 75px;
    text-align: left;
}

/***


/*------- about us area end -------*/
/*-------- choosing area start --------*/
.choosing-area {
    margin-bottom: -4px;
}

/* register page */

.custom-checkbox label a.red-color,
.custom-checkbox .custom-control-label a.red-color,
.custom-radio label a.red-color,
.custom-radio .custom-control-label a.red-color {
    color: #ED484B;
    font-weight: 500;
}

.form-wrap {
    margin: 35px 0 50px;
}

.form-wrap .container {
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
    padding: 30px 0 60px;
}

.register-section.form-wrap .container {
    padding: 30px 0 122px;
}

.form-wrap .register-title {
    max-width: 280px;
    display: flex;
    justify-content: space-around;
}

.form-wrap .register-title a {
    color: #333;
    font-size: 18px;
}

.form-wrap .register-title a .divider {
    width: 34px;
    height: 4px;
    background-color: transparent;
    margin: 5px auto 0;
}

.form-wrap .register-title a.active .divider {
    background-color: #ED484B;
}

.form-wrap .form-section {
    width: 50%;
    margin: 60px auto 0;
}

.reset-section.form-wrap .form-section {
    display: none;
}

.reset-section.form-wrap .form-section.active {
    display: block;
}

.form-wrap .form-section .form-el {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin-bottom: 15px;
}

.form-wrap .form-section span {
    font-size: 14px;
    text-align: right;
    flex: 2;
    margin-right: 10px;
}

.form-wrap .form-section .form-right {
    flex: 8;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-wrap .form-section input {
    padding: 10px 16px;
    border: 1px solid #D6D9DC;
    outline: none;
    width: 100%;
}

.form-wrap .form-section i {
    color: #EE2624;
}

.form-wrap .form-section .form-agree {
    margin: 40px auto 16px;
}

.form-wrap .form-section .form-message input {
    width: 60%;
    margin-right: 5%;
}

.form-wrap .form-section .form-message button {
    width: 35%;
    background: linear-gradient(131deg, rgba(255, 122, 135, 1) 0%, rgba(252, 40, 44, 1) 100%);
    box-shadow: 0px 1px 1px 0px rgba(244, 80, 80, 0.5);
    color: #fff;
}

.form-btn button {
    width: 130px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 1px 0px rgba(200, 200, 200, 0.5);
    border-radius: 25px;
    border: 1px solid rgba(205, 205, 205, 1);
    font-size: 16px;
}

.form-btn button:first-child {
    margin-right: 35px;
}

.form-btn button:hover {
    color: #fff;
    background: linear-gradient(131deg, rgba(255, 122, 135, 1) 0%, rgba(252, 40, 44, 1) 100%);
    border: 1px solid transparent;
}

.form-btn.password-confirm button {
    border: transparent;
    background: linear-gradient(131deg, rgba(255, 122, 135, 1) 0%, rgba(252, 40, 44, 1) 100%);
    color: #fff;
    margin-right: 0;
}

.form-wrap .form-section .contact-server {
    color: #CDCDCD;
}

.form-wrap .form-section .contact-server a:hover {
    color: #ED484B;
}

/* .form-wrap .form-section .contact-server a {
    margin-right: 0;
} */

.success-page {
    display: none;
    padding: 100px 0 60px;
}

.success-pic {
    margin-bottom: 30px;
}

.success-msg,
.loadpage {
    margin-bottom: 30px;
    font-size: 20px;
}

.form-wrap .tomedia a {
    display: inline-block;
    padding: 10px 34px;
    background: linear-gradient(131deg, rgba(255, 122, 135, 1) 0%, rgba(252, 40, 44, 1) 100%);
    box-shadow: 0px 1px 1px 0px rgba(244, 80, 80, 0.5);
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
}

/* register page end */
@media only screen and (max-width: 767.98px) {
    .single-choose-item {
        padding: 0 20px;
    }

    .service-block .inner-box .icon-box {
        right: 0;
    }

    .service-block-two .inner-box .icon-box {
        left: 0;
    }
}

.single-choose-item i {
    color: #969ca7;
    font-size: 44px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.single-choose-item h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0 10px;
    text-transform: capitalize;
}

.single-choose-item:hover i {
    color: #f53333;
}

/*-------- choosing area end --------*/
/*------- team area start -------*/
.team-member {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.team-member .team-thumb {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.team-member .team-thumb img {
    width: 100%;
}

.team-member .team-thumb .team-social {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    background-color: #fff;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.team-member .team-thumb .team-social a {
    color: #222222;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-right: 5px;
}

.team-member .team-thumb .team-social a:hover {
    color: #fff;
    background-color: #f53333;
    border-color: #f53333;
}

.team-member .team-content .team-member-name {
    padding-top: 15px;
}

.team-member .team-content p {
    font-size: 14px;
    line-height: 1;
    padding-top: 5px;
    color: #f53333;
}

.team-member:hover .team-social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.team-member:hover .team-thumb img {
    opacity: 0.5;
}

/*------- team area end -------*/
/*------ shop page style start ------*/
/* .shop-top-bar {
    margin-bottom: 30px;
} */

.top-bar-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767.98px) {
    .top-bar-left {
        padding-top: 15px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.top-bar-left .product-view-mode {
    margin-right: 60px;
}

@media only screen and (max-width: 479.98px) {
    .top-bar-left .product-view-mode {
        margin-right: 0;
    }
}

.top-bar-left .product-view-mode a {
    color: #b6b6b6;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.top-bar-left .product-view-mode a i {
    font-size: 20px;
    margin-top: 6px;
}

.top-bar-left .product-view-mode a:hover {
    color: #f53333;
}

.top-bar-left .product-view-mode a.active {
    color: #f53333;
}

.top-bar-left .product-amount p {
    color: #777;
    font-size: 14px;
    text-transform: capitalize;
}

.top-bar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767.98px) {
    .top-bar-right {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .shop-product-wrap .product-content-list .list-single>li:first-child {
        width: 100%;
    }
}

.top-bar-right .product-short {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar-right .product-short p {
    margin-right: 10px;
}

.nice-select {
    height: 30px;
    line-height: 30px;
    width: 88px;
    padding: 0 10px;
    border-radius: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* .nice-select {
        width: 170px;
    } */

}

@media only screen and (max-width: 479.98px) {
    /* .nice-select {
        width: 190px;
    } */
}

.nice-select.open {
    border-color: #f53333;
}

.nice-select .list {
    right: 0;
    left: auto;
    width: 100%;
}

.nice-select .option {
    font-size: 13px;
    line-height: 34px;
    min-height: 34px;
    text-transform: capitalize;
}

.nice-select:after {
    height: 6px;
    width: 6px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

/*----- shop main wrapper end -----*/
/*----- product change view start -----*/
.shop-main-wrapper .shop-grid-content {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
}

.shop-product-wrap.list-view .product-item {
    display: none;
}

.product-list-nav {
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
    color: #7A7A7A;
    background-color: #FAFAFA;
}

.shop-product-wrap.row.list-view .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.shop-product-wrapper .product-list-item .avatar {
    width: 80%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

.shop-product-wrapper .product-list-item .avatar img {
    width: 100%;
}

/*----.shop-product-wrap [class*="col-"] {
    margin-bottom: 20px;
}---*/

/*----- product change view end -----*/
/*------ shop page style start ------*/
/*----- product details slider start ----*/
.shop-main-wrapper .order-1 {
    padding: 0;
}

.shop-main-wrapper .product-details-inner {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-bottom: 54px;
}

.shop-main-wrapper .product-details-inner .human-info {
    display: flex;
    align-items: flex-end;
}

.shop-main-wrapper .product-details-inner .super-details-des {
    margin-left: 30px;
}

.shop-main-wrapper .product-details-inner .super-details-des h5 {
    margin-bottom: 10px;
}

.product-details-reviews .tab-wrap {
    padding: 0;
}

.title-pic {
    position: relative;
    cursor: pointer;
    width: 150px;
    /* height: 150px; */
    border-radius: 50%;
    overflow: hidden;
    /* margin-right: 30px; */
    align-self: center;
    margin: 0 auto;
}

.title-pic img {
    width: 100%;
}

.pro-nav-thumb {
    cursor: pointer;
}

.pro-nav {
    margin-top: 20px;
}

/*----- product details slider end ----*/
/*----- product details content start ----*/
.option-title {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    margin-right: 10px;
}

.product-details-des .product-name {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 575.98px) {
    .product-details-des .product-name {
        font-size: 17px;
    }

    .process-js-lists li .process-text h5 {
        font-size: 12px;
    }

}

.product-details-des .pro-review {
    padding-left: 10px;
}

.product-details-des .pro-review span {
    font-size: 14px;
    line-height: 1;
    color: #555555;
}

.product-details-des .price-box {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    /* width: 12%; */
}

.product-details-des .customer-rev {
    padding-top: 10px;
}

.product-details-des .customer-rev a {
    color: #222222;
    font-size: 13px;
    text-transform: capitalize;
}

.product-details-des .customer-rev a:hover {
    color: #f53333;
}

.product-details-des .offer-text {
    font-weight: 400;
}

.product-details-des .quantity-cart-box {
    margin-bottom: 20px;
}

.product-details-des .quantity {
    margin-right: 15px;
}

.product-details-des .quantity .pro-qty {
    width: 90px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    border-radius: 40px;
    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: 16px;
    color: #555555;
}

.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 .pro-desc {
    margin-bottom: 20px;
}

.product-details-des .pro-desc span {
    color: #f00;
}

.product-details-des .super-desc span {
    color: #fff;
}

.product-details-des .pro-desc-count {
    font-size: 16px;
}

.product-details-des .availability {
    margin-bottom: 15px;
}

.product-details-des .availability i {
    color: #81ca33;
}

.product-details-des .availability span {
    color: #555555;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding-left: 3px;
    text-transform: uppercase;
}

.product-details-des .useful-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.product-details-des .useful-links a {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    margin-right: 20px;
    text-transform: capitalize;
}

.product-details-des .useful-links a:hover {
    color: #f53333;
}

.product-details-des .useful-links a i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: middle;
}

.product-details-des .like-icon {
    padding-top: 20px;
    border-top: 1px solid #efefef;
}

.product-details-des .like-icon a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 8px;
    margin-right: 6px;
    border-radius: 3px;
    text-transform: capitalize;
}

@media only screen and (max-width: 479.98px) {
    .product-details-des .like-icon a {
        margin-right: 0;
    }
}

.product-details-des .like-icon a i {
    padding-right: 5px;
}

.product-details-des .like-icon a.facebook {
    background-color: #3B5999;
}

.product-details-des .like-icon a.twitter {
    background-color: #1DA1F2;
}

.product-details-des .like-icon a.pinterest {
    background-color: #CB2028;
}

.product-details-des .like-icon a.google {
    background-color: #fe6d4c;
}

.product-details-des .like-icon a:hover.facebook {
    background-color: #2d4474;
}

.product-details-des .like-icon a:hover.twitter {
    background-color: #0c85d0;
}

.product-details-des .like-icon a:hover.pinterest {
    background-color: #9f191f;
}

.product-details-des .like-icon a:hover.google {
    background-color: #fe4419;
}

.product-details-des .share-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-des .share-icon a {
    color: #555555;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    padding: 0 8px;
    margin-right: 5px;
}

@media only screen and (max-width: 479.98px) {
    .product-details-des .share-icon a {
        padding: 0 5px;
    }
}

.product-details-des .share-icon a:hover {
    color: #f53333;
}

.product-details-des .color-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.product-details-des .pro-size {
    display: inline;
}

.super-details-des .pro-size .action_link {
    display: inline-block;
}

.super-details-des .pro-size .nice-select {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    margin-right: 20px;
}

.product-details-des .group-product-table {
    margin-top: 30px;
    margin-bottom: 20px;
    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: #555555;
    text-transform: capitalize;
}

.product-details-des .group-product-table td a:hover {
    color: #f53333;
}

.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: #555555;
}

.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;
}

/* index zoom detail */
.super-details-des {
    font-size: 14px;
}

.super-details-des .product-name {
    margin-left: 16px;
}

.super-details-des .share {
    padding: 5px 0;
}

.super-details-des .ratings {
    /* width: 12%; */
    /* display: inline-block; */
    margin-right: 20px;
}



/*------ countdown style end ------*/
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-details-des {
        margin-top: 76px;
    }

}

@media only screen and (max-width: 767.98px) {
    .product-details-des {
        margin-top: 30px;
    }
}

.product-details-des.quick-details {
    margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-details-des.quick-details {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-details-des.quick-details {
        margin-top: 30px;
    }

    .shop-product-wrap.row.list-view .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 48%;
        margin: 0 1%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-details-des.quick-details .product-name {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-details-des.quick-details .product-name {
        font-size: 18px;
    }
}

.product-details-des.box-layout {
    padding-top: 47px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .product-details-des.box-layout {
        margin-top: 0;
    }
}

.product-details-des.box-layout p {
    max-width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .product-details-des.box-layout p {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .product-details-des.sidebar-sticky {
        margin-top: 0;
    }
}

.product-details-des.quick-des p {
    padding-top: 0;
}

/*----- product details content end ----*/
/*----- reviews area start -----*/
.product-review-info .nav.review-tab {
    margin-bottom: 50px;
    max-width: 320px;
    display: flex;
    justify-content: space-between;
}

.product-review-info .nav.review-tab li {
    /* margin-right: 50px; */
}

.product-review-info .nav.review-tab li a {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    /* padding: 8px 10px; */
    /* border: 1px solid #f53333; */
    border-bottom: none;
    /* background-color: #f53333; */
}

.product-review-info .nav.review-tab li a .divider {
    width: 60%;
    height: 4px;
    background: transparent;
    margin: 10px auto;
}

.product-review-info .nav.review-tab li a.active .divider {
    background: #ED484B;
}

.product-review-info .nav.review-tab li a:hover,
.product-review-info .nav.review-tab li a.active {
    color: #ED484B;
    /* background-color: #fff;
    border-color: #ddd; */
}

.product-details-reviews .share-detail {
    /* padding: 13px; */
    margin-bottom: 20px;
}

.product-details-reviews .share-detail>div {
    border: 1px solid #E6E6E6;
    padding: 20px 15px 15px;
}

.product-details-reviews .share-detail h6 {
    font-size: 16px;
}

.product-details-reviews .share-detail h6.detail-title {
    margin-bottom: 35px;
}

.product-details-reviews .share-detail .content {
    display: flex;
    justify-content: space-around;
}

.share-detail .box h6 {
    font-weight: bold;
    color: #ED484B;
    margin-top: 8px;
}

.product-details-reviews .share-detail .box {
    box-shadow: 1px 0 0 0 #E6E6E6;
    width: 33.33333%;
}

.product-details-reviews .share-detail .box:last-child {
    box-shadow: none;
}

@media only screen and (max-width: 479.98px) {
    .product-review-info .nav.review-tab li a {
        font-size: 14px;
    }
}

.product-review-info .tab-content.reviews-tab {
    /* border: 1px solid #efefef; */
    /* 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 .review-description {
    padding-top: 25px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-review-info .case-item img {
    width: 100%;
}

.product-review-info .tab-pane a {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    max-height: 300px;
}

.product-review-info .tab-pane img {
    width: 100%;
}

.product-review-info .tab-pane .cover-modal {
    position: absolute;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, .5);
    /* top: 0; */
    height: 100%;
    width: 100%;
    bottom: -100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.product-review-info .tab-pane .cover-modal p {
    font-size: 12px;
    margin-bottom: 10px;
}

.product-review-info .tab-pane a:hover .cover-modal {
    /* background-color: rgba(0, 0, 0, .5); */
    /* transform: translateY(100%); */
    bottom: 0%;
    transition: all 1s;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-review-info .tab-content .review-description {
        padding: 15px 0;
    }

    .form-wrap .form-section {
        width: 60%;
    }

    .product-details-reviews .share-detail>div {
        padding: 20px 0px 15px;
    }
}

@media only screen and (max-width: 992px) {
    .shop-product-wrap .product-content-list .list-single>li:first-child {
        display: block;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-review-info .tab-content .review-description {
        display: block;
    }

    .form-wrap .form-section {
        width: 90%;
    }
}

.product-review-info .tab-content .review-description .tab-thumb {
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}

@media only screen and (max-width: 767.98px) {
    .product-review-info .tab-content .review-description .tab-thumb {
        -webkit-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);
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
}

@media only screen and (max-width: 767.98px) {
    .product-review-info .tab-content .review-description .tab-des {
        padding-left: 14px;
        -webkit-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: #f53333;
    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: 575.98px) {
    .review-form h5 {
        font-size: 16px;
    }

    .form-wrap .form-section {
        margin: 20px auto 0;
    }

    .form-wrap .register-title {
        max-width: 100%;
    }

    .form-wrap .form-section span {
        flex: 3;
        font-size: 12px;
    }

    .form-wrap .form-section .form-right {
        flex: 7;
    }


    .custom-checkbox label,
    .custom-checkbox .custom-control-label,
    .custom-radio label,
    .custom-radio .custom-control-label {
        font-size: 12px;
    }

    .form-wrap .form-section input {
        width: 90%;
    }

    .register-section.form-wrap .form-section input {
        width: 100%;
    }

    .register-section.form-wrap .form-section .form-message input {
        width: 60%;
    }

    .reset-section.form-wrap .form-section input {
        width: 100%;
    }

    .reset-section.form-wrap .form-section .form-message input {
        width: 60%;
    }

    .reset-section.form-wrap .form-section .form-el {
        margin-bottom: 5px;
    }

    .form-wrap .form-section input {
        padding: 5px 5px;
    }

    .form-wrap .form-section input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .form-wrap .form-section .error-message span {
        flex: 0;
    }

    .form-wrap .form-section .error-message .form-right {
        flex: 10;
    }

    .register-section.form-wrap .form-section span {
        padding-right: 5px;
    }

    .register-section.form-wrap .form-section span {
        margin-right: 0;
    }
}

.total-reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
}

@media only screen and (max-width: 479.98px) {
    .total-reviews {
        display: block;
    }
}

.total-reviews .rev-avatar {
    -webkit-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    max-height: 60px;
}

@media only screen and (max-width: 479.98px) {
    .total-reviews .rev-avatar {
        margin-bottom: 20px;
    }
}

.total-reviews .review-box {
    margin-left: 10px;
    border: 1px solid #efefef;
    padding: 10px;
    -webkit-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
}

@media only screen and (max-width: 479.98px) {
    .total-reviews .review-box {
        margin-left: 0;
    }
}

.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: 14px;
    font-style: italic;
}

#circle-sex-draw,
#circle-age-draw {
    width: 100%;
    min-height: 400px;
    /* height: 400px; */
    /* border: 1px solid #eee; */
    /* padding: 20px 0; */
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    padding-top: 40px;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {

    #circle-sex-draw,
    #circle-age-draw {
        width: 100%;
        min-height: 300px;
    }

    .product-review-info .tab-content.reviews-tab {
        /* border: 1px solid #efefef; */
        padding: 15px 0 20px;
        max-width: 440px;
    }

    .tab-pane .fans-pie>div {
        padding-left: 0;
        padding-right: 0;
    }

    .order-1 {
        padding-left: 0;
        padding-right: 0;
    }
}

/*----- reviews area end -----*/
/* Checkout Login Coupon Accordion Start */
.checkout-page-wrapper {
    margin-bottom: -8px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .checkout-page-wrapper {
        margin-bottom: 0;
    }
}

.checkoutaccordion {
    margin-bottom: 46px;
}

.checkoutaccordion h6 {
    background-color: #f7f7f7;
    border-top: 3px solid #f53333;
    font-size: 14px;
    padding: 15px 20px;
    position: relative;
    text-transform: capitalize;
}

.checkoutaccordion h6 span {
    color: #f53333;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-left: 10px;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h6 span {
        display: block;
        padding-top: 5px;
        margin-left: 0;
    }

    .product-review-info .tab-content.reviews-tab {
        max-width: 350px;
    }
}

.checkoutaccordion h6 span:hover {
    color: #222222;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h6 {
        font-size: 14px;
    }
}

.checkoutaccordion .card {
    border: none;
    padding: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
}

.checkoutaccordion .card:last-child {
    margin-bottom: 0;
}

.checkoutaccordion .card .card-body {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 20px;
}

.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: 479.98px) {
    .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 .billing-form-wrap {
    margin-top: -20px;
}

.checkout-title {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
    .checkout-title {
        margin-bottom: 26px;
    }

    .item_single {
        border-bottom: none;
    }
}

.forget-pwd {
    color: #f53333;
    font-size: 12px;
    margin-top: -6px;
}

.single-form-row {
    margin-top: 15px;
    display: none;
}

.single-form-row p {
    margin: 0;
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .order-summary-details {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .order-summary-details {
        margin-top: 52px;
    }
}

.order-summary-table {
    background-color: #f7f7f7;
    margin-top: 34px;
}

.order-summary-table .table,
.order-summary-table table {
    color: #222222;
    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: 400;
    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: #222222;
    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: 400;
}

.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: 991.98px),
only screen and (max-width: 767.98px) {
    .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: 700;
}

.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: #222222;
    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 -------*/
.personl-item,
.single-input-item {
    margin-bottom: 10px;
    /* padding-left: 50px; */
}

.account-details-form .single-input-item {
    margin-bottom: 0;
}

.personl-item .detail-title,
.single-input-item label {
    color: #222222;
    text-transform: capitalize;
    font-size: 14px;
    /* width: 20%; */
    text-align: right;
    margin-right: 30px;
    color: #7A7A7A;
    line-height: 40px;
}

.account-details-form .single-input-item label {
    width: 30%;
    margin-right: 0;
    padding-right: 30px;
}

.single-input-item .custom-control-label {
    /* width: 100%; */
    color: #7B7B7B;
}

/* .single-input-item label.required:after {
    content: '*';
    color: red;
    font-size: 14px;
    margin-left: 3px;
    margin-top: 5px;
} */
.personl-item .detail-content,
.single-input-item input,
.single-input-item textarea,
.single-input-item .nice-select {
    color: #555555;
    border: 1px solid #ccc;
    padding: 8px 10px;
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
    text-indent: 1em;
    outline: none;
}

.account-details-form .single-input-item input {
    width: 70%;
}

.personl-item .detail-content {
    padding: 0;
    border: none;
}

.single-input-item input:active,
.single-input-item input:focus,
.single-input-item textarea:active,
.single-input-item textarea:focus {
    border-color: #f53333;
    background-color: #fff;
}

.single-input-item .nice-select {
    /* width: 100%;
    border-radius: 0;
    height: 48px;
    border-color: #ccc;
    background-color: #f7f7f7; */
    padding: 0;
}

.single-input-item .nice-select .current {
    color: #555555;
}

.single-input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
    width: 100%;
}

.login-wrapper .form-detail .register {
    font-size: 18px;
    color: #ED484B;
}

/*------- input box style css end -------*/

/* table */
.table-bordered td,
.table-bordered th {
    border: none;
}

/*--------- Cart Page Wrapper Start ---------*/
/* .cart-table .table {
    margin: 0;
    white-space: nowrap;
}

.cart-table .table thead {
    background-color: #f53333;
}

.cart-table .table thead tr th {
    border-color: #f53333;
    border-bottom: 0 solid transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 20px;
    text-align: center;
    text-transform: capitalize;
}

.cart-table .table tbody tr td {
    border-color: #ccc;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 500;
    color: #222222;
}

.cart-table .table tbody tr td a {
    color: #222222;
    font-weight: 400;
    text-transform: capitalize;
}

.cart-table .table tbody tr td a:hover {
    color: #f53333;
}

.cart-table .table tbody tr td a.btn {
    color: #fff;
}

.cart-table .table tbody tr td a.btn:hover {
    color: #fff;
}

.cart-table .table tbody tr td a.check-btn {
    color: #fff;
}

.cart-table .table tr .pro-thumbnail,
.cart-table .table tr .pro-price,
.cart-table .table tr .pro-quantity,
.cart-table .table tr .pro-subtotal,
.cart-table .table tr .pro-remove {
    width: 140px;
}

.cart-table .table tr .pro-qty {
    width: 90px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    float: left;
}

.cart-table .table tr .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #555555;
}

.cart-table .table tr .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 40px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.cart-update-option {
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 1200px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .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: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cart-update-option .apply-coupon-wrapper {
        width: auto;
    }
}

.cart-update-option .apply-coupon-wrapper form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}

.cart-update-option .apply-coupon-wrapper form input {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 9px 10px;
    outline: none;
    margin-right: 15px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cart-update-option .apply-coupon-wrapper form input:focus,
.cart-update-option .apply-coupon-wrapper form input:active {
    border-color: #f53333;
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .apply-coupon-wrapper button {
        display: block;
        width: 100%;
        margin-top: 15px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .cart-update {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .cart-update .btn {
        width: 100%;
    }
}

.cart-calculator-wrapper {
    margin-top: 30px;
    background-color: #f8f8f8;
}

.cart-calculator-wrapper h6 {
    padding: 20px 15px 18px;
    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: #222222;
    padding: 15px 20px;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
    color: #222222;
    text-align: right;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
    color: #f53333;
    font-weight: 700;
}

.cart-calculator-wrapper a {
    border-radius: 0;
    text-align: center;
} */

#goTop {
    width: 16px;
    height: 20px;
    background: #eff0f5;
    position: fixed;
    left: 50%;
    top: 80%;
    margin-left: 620px;
    z-index: 999;
    padding: 15px 17px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .2);
    display: none;
}

#goTop .top {
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(../img/g-icon.png) no-repeat -450px -180px;
}

#process {
    width: 100%;
    height: 176px;
    background: #f7f7f7;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

#process .con {
    width: 788px;
    height: 46px;
    margin: 65px auto;
    background: url(../img/process.png) no-repeat 0 0;
}

#cart .timu li {
    float: left;
}

#cart {
    width: 100%;
    padding: 26px 0 0;
}

#cart .container {
    padding: 28px 0 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
}

#cart .success-page .container {
    padding: 28px 0 80px;
}

#cart input[type=checkbox] {
    vertical-align: middle;
    width: 0;
    height: 0;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

#cart .con1 {
    width: 1198px;
    height: 300px;
    border: 1px solid #ddd;
    /* background: url(../img/i-adbg.png) repeat 0 0; */
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    display: none;
}

#cart .con1 img {
    width: 50px;
    margin-bottom: 30px;
}

#cart .con1 p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

#cart .con1 a {
    display: inline-block;
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: rgb(255, 83, 83);
}

#cart .order-header {
    margin-bottom: 20px;
    cursor: pointer;

}

#cart .con {
    /* width: 1180px; */
    margin: 0 auto;
}

#cart .container h4 {
    padding-left: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}

/* #cart .con h2 {
    margin-bottom: 56px;
} */

#cart table {
    display: none;
}

#cart table.table-active {
    display: table;
    background: #fff;
    width: 100%;
}

table {
    margin: 0 auto;
    margin-bottom: 50px;
}

table {
    border-collapse: collapse;
    /* border: 1px solid #ccc; */
}

input[type=checkbox] {
    /* vertical-align: middle;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    width: 15px;
    height: 15px; */

    vertical-align: middle;
    /* width: 0;
    height: 0; */
}

.myaccount-content input[type=checkbox] {
    position: relative;
}

input[type=checkbox]:after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -4px;
    left: -4px;
    content: " ";
    background-color: #fff;
    color: #333;
    display: inline-block;
    visibility: visible;
    border: 1px solid #CDCDCD;
    padding: 0 3px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
}

input[type=checkbox]:checked:after {
    background-color: #ED484B;
    content: "√";
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    border: 1px solid #ED484B;
}

.myaccount-table .table-select-title {
    padding: 0 15px 30px;
}

table .selAll {
    background-color: #FAFAFA;
    border-bottom: none;
    box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 1);
}

table .selAll td {
    text-align: left;
}

table tr {
    border-bottom: 1px solid #CDCDCD;
    /* display: flex;
    align-items: center;
    justify-content: space-around; */
}

table .selAll td {
    color: #fff;
}

table tr th {
    margin: 0 auto;
}

table tr td {
    /* padding: 10px 25px; */
    font-size: 12px;
    text-align: center;
}

#cart table tr th,
#cart table tr td {
    padding: 15px 5px;
    text-align: center;
    max-width: 200px;
}

#cart table tr img.cart-avatar {
    width: 100px;
}

#cart table tr .cart-info-title {
    text-align: left;
    padding-left: 20px;
}

#cart table tr .cart-info {
    padding-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

table tr .third {
    /* width: 240px; */
    text-align: left;
}

table tr td span {
    font-weight: bold;
    color: #f00;
}

table tr td img {
    width: 50px;
    border-radius: 50%;
    margin-right: 5px;
}

table tr td .media-plat {
    margin: 0 10px;
}

table tr td .media-plat img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

table tr td .simple-intro {
    font-size: 14px;
}

table tr td .title {
    margin-bottom: 20px;
}

.media-state span {
    background: rgb(255, 67, 67);
    color: #fff;
    padding: 4px 8px;
}

table tr td .num {
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 6px;
    background: #fff;
    outline: none;
    border: 1px solid #ccc;
}

table tr td .minus {
    display: inline-block;
    width: 16px;
    height: 5px;
    background-position: -17px -39px;
}

table tr td .add {
    display: inline-block;
    width: 16px;
    height: 17px;
    background-position: 3px -29px;
}

table tr td b {
    vertical-align: middle;
    background-image: url(../img/detail_icon.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

table tr td i,
table tr td b {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
}

table tr td i {
    margin-bottom: 20px;
}

table tr td i {
    background: url(../img/cart-delete.png) no-repeat center/cover;
}

table tr td b {
    background: url(../img/forcollect.png) no-repeat center/cover;
}

table tr td i:hover {
    background: url(../img/delete-active.png) no-repeat center/cover;
}

/* table tr td b:hover{} */

@media only screen and (max-width: 991px) {

    /* #orders table .selAll th:nth-child(4),
    #orders table .selAll th:nth-child(6),
    #collect table .selAll th:nth-child(4),
    #collect table .selAll th:nth-child(6),
    #order-account table .selAll th:nth-child(1),
    #order-account table .selAll th:nth-child(3),
    #order-account table .selAll th:nth-child(4) {
        display: none;
    }

    #orders table tbody tr td:nth-child(4),
    #orders table tbody tr td:nth-child(6),
    #orders table tbody tr td:nth-child(7),
    #collect table tbody tr td:nth-child(4),
    #collect table tbody tr td:nth-child(6),
    #collect table tbody tr td:nth-child(7),
    #order-account table tbody tr td:nth-child(1),
    #order-account table tbody tr td:nth-child(3),
    #order-account table tbody tr td:nth-child(4) {
        display: none;
    } */

    #order-account table th {
        font-size: 12px;
    }

    td,
    .table th {
        padding: 0.45rem;
    }

}


#cart .container.payall {
    margin-bottom: 50px;
    padding: 0 0 0 20px;
}


@media only screen and (max-width: 575.98px) {
    .table-allselect {
        margin-right: 10px;
    }

    .form-btn button {
        width: 100px;
        height: 40px;
        font-size: 12px;
    }

    .form-btn button:first-child {
        margin-right: 15px;
    }

    .account-details-form .single-input-item label {
        width: 22%;
        padding-right: 10px;
        font-size: 12px;
    }

    .account-details-form .single-input-item {
        margin-bottom: 20px;
    }

    #orders .myaccount-table td.first-td p:first-child {
        margin-bottom: 0;
    }
}

.payall label,
.payall a {
    color: #333333;
    font-size: 14px;

}

.payall button {
    margin-left: 30px;
}

/* .payall .fl {
    padding-top: 20px;
} */

.payall .fr span {
    font-size: 16px;
    color: #f00;
    margin-right: 24px;
}

.payall .fr a {
    display: inline-block;
    /* padding: 5px 15px; */
    width: 100px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    /* line-height: 40px; */
    color: #fff;
    background: #ED484B;
    /* border-radius: 5px; */
}

#shan,
#alShan {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999;
}

#shan .zhe,
#alShan .zhe {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
}

#shan .con,
#alShan .con {
    background: #fff;
    width: 300px;
    height: 200px;
    padding: 50px 24px 46px;
    position: absolute;
    text-align: center;
}

#shan .con p,
#alShan .con p,
#shan .con h3,
#alShan .con h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    letter-spacing: 2px;
}

#shan .con button {
    width: 80px;
    height: 40px;
    outline: none;
    border: none;
    font-size: 14px;
    background: rgb(255, 83, 83);
    color: #fff;
    margin-right: 10px;
}

.selAll label {
    margin-bottom: 0;
}

#cart .payall .fl {
    line-height: 50px;
}



/*--------- 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: 15px;
    font-weight: 500;
    color: #222222;
    margin: 0;
}

@media only screen and (max-width: 767.98px) {
    .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: 767.98px) {
    .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: #f53333;
    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: #222222;
    font-weight: 500;
    text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
    color: #f53333;
}

.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: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.compare-table .table tbody tr td.pro-remove button:hover {
    color: #e74c3c;
}

.compare-table .table tbody tr td.pro-remove button i {
    font-size: 20px;
}

.compare-table .table tbody tr td.pro-ratting i {
    color: #f53333;
}

/*------ end Compare Page Wrapper -----*/
/*-------- Start My Account Page Wrapper --------*/
.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
    padding: 70px 0 230px;
}


.myaccount-tab-menu a {
    /* border: 1px solid #efefef; */
    border-bottom: none;
    color: #222222;
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 30px 15px;
    text-transform: capitalize;
}

/* .myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #efefef;
} */

@media only screen and (max-width: 767.98px) {
    .myaccount-tab-menu {
        -webkit-box-orient: unset;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        display: flex;
        justify-content: space-around;
    }

    .myaccount-tab-menu a {
        border: none;
        padding: 5px;
        border-radius: 5px;
    }

    .myaccount-tab-menu a:last-child {
        border-bottom: none;
    }

}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
    /* background-color: #f53333;
    border-color: #f53333; */
    color: #ED484B;
}

.myaccount-tab-menu a i.fa {
    font-size: 14px;
    text-align: center;
    width: 25px;
}

@media only screen and (max-width: 767.98px) {
    #myaccountContent {
        margin-top: 30px;
    }
}

.myaccount-avatar {
    border: 1px solid #eeeeee;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 5px #e5e5e5;
    margin-bottom: 30px;
}

.myaccount-content {
    border: 1px solid #eeeeee;
    background-color: #fff;
    padding: 30px 0 50px 0;
    box-shadow: 0 0 5px #e5e5e5;
    font-size: 14px;
    /* display: none; */
    /* margin-bottom: 30px; */
}


.myaccount-content h5 {
    padding: 0 69px 30px 30px;
}

.myaccount-content h5 span {
    font-size: 16px;
}

.myaccount-content h5 button {
    font-size: 14px;
}

.myaccount-content h5 button:hover,
.myaccount-content h5 button:focus {
    font-size: 14px;
    color: #ED484B;
}

@media only screen and (max-width: 575.98px) {
    .myaccount-content {
        padding: 40px 0;
    }
}

.myaccount-content form {
    width: 60%;
    /* margin: 0 auto; */
    margin-bottom: 50px;
    padding-left: 30px;
}

.myaccount-avatar h5 {
    /* border-bottom: 1px dashed #ccc; */
    padding-bottom: 10px;
    margin-bottom: 25px;
    /* margin-left: 10px; */
}

.myaccount-content .welcome a {
    color: #222222;
}

.myaccount-content .welcome a:hover {
    color: #f53333;
}

.myaccount-content .welcome strong {
    font-weight: 500;
    color: #f53333;
}

.myaccount-content fieldset {
    margin-top: 30px;
}

.myaccount-content fieldset legend {
    color: #222222;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 400;
    /* border-bottom: 1px dashed #ccc; */
}

.myaccount-content .order-header {
    margin-bottom: 20px;
    cursor: pointer;
    padding: 0 10px;
}

.myaccount-content .personal-introduce h5 {
    font-size: 14px;
}

.myaccount-content .personal-introduce span {
    font-size: 16px;
    color: #f00;
    margin-right: 10px;
    width: 20%;
    display: inline-block;
}

.myaccount-content .form-btn {
    margin-top: 50px;
}

@media only screen and (max-width: 991px) {
    .myaccount-content .personal-introduce span {
        width: 35%;
    }
}

.myaccount-content .prepaid {
    display: inline-block;
    font-size: 14px;
    width: 90px;
    line-height: 36px;
    background: #f00;
    color: #fff;
    text-align: center;
    border-radius: 22px;
    margin-left: 10px;
}

.myaccount-content .prepaid:hover {
    background: rgb(255, 83, 83);
}

.myaccount-avatar .personal-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
}

/* @media only screen and (max-width: 767.98px) {
    .myaccount-content .personal-avatar {
        margin-bottom: 20px;
    }
}

#orders table td,
#collect .table td {
    padding: 5px;
} */

/* @media only screen and (max-width: 414px) {
    table .selAll th:nth-child(4) {
        display: none;
    }

    table tbody tr td:nth-child(4) {
        display: none;
    }

    .myaccount-table table th,
    .myaccount-table .table th {
        padding: 0;
    }

    input[type=checkbox] {
        margin-right: 0;
    }

    #orders table td,
    #collect .table td {
        padding: 5px 0;
    }
} */

#orders table td p,
#collect .table td p {
    color: #666;
    margin-bottom: 0;
    text-align: left;
}

#orders table td span,
#collect .table td span {
    font-weight: normal;
}

/* #orders table td .flat-detail, #collect .table td .flat-detail{
    text-align: left;
} */


.myaccount-table {
    white-space: nowrap;
    font-size: 14px;
}

.myaccount-table .table-box {
    display: none;
}

.myaccount-table .table-active {
    display: block;
    background: #fff;
}

.order-title-active {
    color: #f00;
}

.myaccount-table table th,
.myaccount-table .table th {
    color: #7A7A7A;
    padding: 10px;
    font-weight: 400;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-bottom: 0;
    font-size: 12px;
}

.myaccount-table table td,
.myaccount-table .table td {
    padding: 16px 10px;
    vertical-align: middle;
    border-color: #ccc;
}

.myaccount-table table .first-td,
.myaccount-table .table .first-td {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.myaccount-table table .first-td .order-title,
.myaccount-table .table .first-td .order-title {
    margin: 0 auto;
}

.myaccount-table table td.first-td>div,
.myaccount-table .table td.first-td>div {
    margin-right: 10px;
}

.myaccount-table table td .order-title-flex,
.myaccount-table .table td .order-title-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.myaccount-table table td .flat-tag,
.myaccount-table .table td .flat-tag {
    margin-right: 10px;
}

#orders .myaccount-table td.first-td p {
    color: #333;
}

#orders .myaccount-table td.first-td p:first-child {
    margin-bottom: 5px;
}

.myaccount-table table td i,
.myaccount-table .table td i {
    margin-bottom: 0;
}

.myaccount-table table td a,
.myaccount-table .table td a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    /* vertical-align: middle; */
    /* margin-bottom: 20px; */
    background: url(../img/moredetail-pic.png) no-repeat center/cover;
}

/* .myaccount-table table td.collect-detail,
.myaccount-table .table td.collect-detail {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.saved-message {
    background-color: #f4f5f7;
    border-top: 3px solid #f53333;
    border-radius: 5px 5px 0 0;
    font-weight: 400;
    font-size: 15px;
    color: #555555;
    padding: 20px;
}

.account-order .order-card>div {
    height: 100px;
    width: 100%;
    background: url(../img/account-pic01.png) no-repeat center/cover;
    border-radius: 10px;
    text-align: center;
    line-height: 100px;
    color: #fff;
}

.account-order .order-card>div a {
    display: block;
    color: #fff;
}

.account-order {
    padding: 20px 0;
}

.account-order .order-card {
    padding-top: 10px;
    padding-bottom: 10px;
}

.account-order .order-card:nth-child(2)>div {
    background: url(../img/account-pic02.png) no-repeat center/cover;
}

.account-order .order-card:nth-child(3)>div {
    background: url(../img/account-pic03.png) no-repeat center/cover;
}

.account-order .order-card:nth-child(4)>div {
    background: url(../img/account-pic04.png) no-repeat center/cover;
}

.account-order .order-card i {
    margin-right: 10px;
}

.account-order .order-card span {
    margin-left: 10px;
    font-size: 20px;
}

.account-flat {
    text-align: center;
}

.account-flat .account-flat-pic {
    margin-bottom: 10px;
}

.account-flat .account-flat-pic img {
    width: 80%;
}

.account-flat .account-flat-title h5 {
    font-size: 14px;
}

/* #order-account table {
    width: 100%;
    text-align: center;
} */

#order-account table thead {
    /* line-height: 50px; */
    background: #eee;
}

#order-account table tbody tr {
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
}

@media only screen and (max-width: 575.98px) {
    .table-bordered {
        border: none;
    }

    .table {
        width: 80%;
    }

    #orders table .selAll th:nth-child(4),
    #orders table .selAll th:nth-child(6),
    #collect table .selAll th:nth-child(4),
    #collect table .selAll th:nth-child(6),
    #order-account table .selAll th:nth-child(1),
    #order-account table .selAll th:nth-child(3),
    #order-account table .selAll th:nth-child(4) {
        display: block;
    }

    #orders table tbody tr td:nth-child(4),
    #orders table tbody tr td:nth-child(6),
    #orders table tbody tr td:nth-child(7),
    #collect table tbody tr td:nth-child(4),
    #collect table tbody tr td:nth-child(6),
    #collect table tbody tr td:nth-child(7),
    #order-account table tbody tr td:nth-child(1),
    #order-account table tbody tr td:nth-child(3),
    #order-account table tbody tr td:nth-child(4) {
        display: block;
    }

    .myaccount-table table td,
    .myaccount-table .table td {
        border-bottom: 1px dashed #eee;
    }
}

/*-------- Start My Account Page Wrapper --------*/
/*------ Start Login & Register Page ------*/
.register-wrapper {
    padding-top: 180px;
    padding-bottom: 180px;
    background: url(../img/media/partner_bg.png) no-repeat center center/cover;
}

.login-wrapper {
    padding-top: 180px;
    padding-bottom: 180px;
    background: url(../img/media/index_kol_bg.jpg) no-repeat center center/cover;
}

.login-reg-form-wrap {
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 30px 36px 24px;
    border-radius: 10px;
    max-width: 470px;
}

.register-title h5 {
    cursor: pointer;
}

.form-detail {
    display: none;
}

.form-detail .row>div {
    padding-right: 0;
    padding-left: 0;
}

.title-active {
    color: #f00;
}

.form-active {
    display: block;
}

@media only screen and (max-width: 767.98px) {

    #cart table tr img.cart-avatar {
        width: 80px;
    }

    /* .sign-up-form { */
    /* margin-top: 62px; */
    /* } */
}

@media only screen and (max-width: 575.98px) {
    .login-reg-form-wrap {
        padding: 23px 15px 30px;
    }

    #cart table tr th,
    #cart table tr td {
        text-align: right;
        max-width: 100%;
    }

    #cart table tr img.cart-avatar {
        width: 50px;
    }

    #cart table tr .cart-info {
        padding-left: 0;
    }

    #cart table tr .cart-handle>div {
        display: inline-block;
    }

    table tr td i,
    table tr td.cart-handle b {
        margin-bottom: 0;
    }
}

.login-reg-form-wrap form .create-account {
    margin-top: 25px;
}

.login-reg-form-wrap .login-reg-form-meta a {
    color: #f53333;
    font-size: 14px;
}


/* @media only screen and (min-width: 768px) and (max-width: 1092px) {

    .myaccount-table table .order-time-title,
    .myaccount-table .table .order-time-title,
    .myaccount-table table .order-time-detail,
    .myaccount-table .table .order-time-detail {
        display: none;
    }
} */

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .sign-up-form {
        margin-top: 40px;
    }

    .myaccount-table table .order-time-title,
    .myaccount-table .table .order-time-title,
    .myaccount-table table .order-time-detail,
    .myaccount-table .table .order-time-detail,
    .myaccount-table table .collect-flat-title,
    .myaccount-table .table .collect-flat-title,
    .myaccount-table table .collect-flat-detail,
    .myaccount-table .table .collect-flat-detail {
        display: none;
    }

}

@media only screen and (max-width: 767.98px) {

    .myaccount-table table .order-time-title,
    .myaccount-table .table .order-time-title,
    .myaccount-table table .order-time-detail,
    .myaccount-table .table .order-time-detail {
        display: none;
    }

    /* .sign-up-form { */
    /* margin-top: 62px; */
    /* } */
}

/*------ end Login & Register Page ------*/
/*----- Google map area start -----*/
#google-map {
    height: 500px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #google-map {
        height: 400px;
    }
}

@media only screen and (max-width: 767.98px) {
    #google-map {
        height: 350px;
    }
}

/*----- Google map area end -----*/
/*------ contact form area start -------*/
.contact-area {
    margin-top: -4px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .contact-area {
        margin-bottom: -5px;
    }
}

.contact-message h2 {
    color: #222222;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 28px;
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
    .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%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .contact-info {
        margin-top: 77px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-info {
        margin-top: 60px;
    }
}

.contact-info p {
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .contact-info p {
        padding-bottom: 10px;
    }

    .myaccount-table table td .order-title-flex,
    .myaccount-table .table td .order-title-flex {
        display: block;
    }
}

.contact-info ul li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 479.98px) {
    .contact-info ul li {
        -webkit-box-align: baseline;
        -webkit-align-items: 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 h6 {
    padding-bottom: 5px;
}

.contact-info .working-time p {
    padding-bottom: 0;
}

.contact-info .working-time p span {
    color: #222222;
    padding-right: 10px;
}

.contact-title {
    line-height: 1;
    padding-bottom: 22px;
}

@media only screen and (max-width: 575.98px) {
    .contact-title {
        font-size: 18px;
        padding-bottom: 8px;
    }
}

/*------ contact info area end -------*/
/*----- footer area start -----*/
/* .footer-top {
    background-color: #f7f7f7;
} */

.footer-wrap {
    display: flex;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-wrap>div {
    margin-bottom: 30px;
}

.footer-wrap .info-list li:nth-child(odd) {
    margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .footer-top [class*="col-"] .widget-item {
        margin-bottom: 30px;
    }
}

.footer-top [class*="col-"]:last-child .widget-item {
    margin-bottom: 0;
}

.widget-title {
    margin-top: -6px;
    margin-bottom: 23px;
}

.contact-block li {
    font-size: 14px;
    margin-bottom: 8px;
}

.contact-block li:last-child {
    margin-bottom: 0;
}

.contact-block li i {
    font-size: 18px;
    padding-right: 5px;
    vertical-align: middle;
}

.contact-block li a {
    color: #555555;
}

.contact-block li a:hover {
    color: #f53333;
    letter-spacing: 1.1px;
}

.info-list {
    display: grid;
    grid-template-columns: auto auto;
}

.info-list li {
    margin-bottom: 8px;
}

.info-list li a {
    font-size: 14px;
    color: #555555;
    text-transform: capitalize;
}

.info-list li a:hover {
    color: #f53333;
}

.social-link {
    margin-top: 30px;
}

.social-link a {
    /* width: 40px;
    height: 40px; */
    font-size: 18px;
    /* line-height: 40px; */
    margin-right: 10px;
    color: #777777;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    /* border: 1px solid #dedede; */
}

.social-link a:last-child {
    margin-right: 0;
}

.social-link a:hover {
    color: #fff;
    background-color: #f53333;
    border-color: #f53333;
}


.newsletter-inner {
    position: relative;
    margin-top: 16px;
}

@media only screen and (max-width: 991px) {

    .myaccount-table table td.first-td>div,
    .myaccount-table .table td.first-td>div {
        margin-right: 5px;
    }


    .myaccount-table table td,
    .myaccount-table .table td {
        padding: 15px 5px;
    }
}

@media only screen and (max-width: 767.98px) {
    .newsletter-wrapper {
        margin-top: 8px;
    }

    .newsletter-inner {
        margin-top: 5px;
    }
}

.newsletter-inner .news-field {
    width: 100%;
    height: 40px;
    border: none;
    padding: 10px 0;
    color: #777777;
    padding-right: 80px;
    background-color: transparent;
    border-bottom: 1px solid #bcbcbc;
}

.newsletter-inner .news-btn {
    top: 0;
    right: 10px;
    line-height: 40px;
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color: #f53333;
}

.newsletter-inner .news-btn:hover {
    color: #222222;
}

.footer-payment {
    text-align: right;
}

@media only screen and (max-width: 767.98px) {
    .footer-payment {
        text-align: center;
        margin-top: 30px;
    }

    .product-list-nav {
        display: none;
    }
}

.footer-bottom {
    padding: 20px 0;
}

.copyright-text p a {
    color: #f53333;
}

/*----- footer area end -----*/

/* case */


/* .clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
} */

.clearfix {
    zoom: 1;
}

/* 必要布局样式css */
.aui-main {
    width: 1000px;
    min-height: 50px;
    margin: 0 auto;
}

.aui-section-box {
    padding: 90px 0;
}

.aui-section-box .aui-section-header {
    text-align: center;
}

.aui-section-header-title {
    text-align: center;
    color: #383838;
    font-size: 34px;
    line-height: 1.5;
}

.aui-summary {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #9b9ba3;
}

.aui-summary a {
    line-height: 1;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    margin: 0 5px;
    padding: 0;
    font-size: 16px;
    color: #488bff;
    background-color: #fff;
    border: 0;
}

.aui-summary-tag {
    margin-left: -5px;
    margin-right: -8px;
}

.aui-section-box .aui-section-body {
    position: relative;
    margin: 145px auto 50px;
    height: 486px;
    /* background: url(../images/main-bg.png) no-repeat center; */
    background-size: auto 486px;
    /* background: url(../images/main-bg.png) no-repeat center\9; */
}

.aui-section-box .aui-section-list .aui-section-list-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    transition: 0.5s;
}

.aui-section-box .aui-section-list .aui-section-list-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    transition: 0.5s;
}

.aui-section-box .aui-section-list .aui-section-list-item .obj {
    position: absolute;
    top: 0;
    width: 150px;
    transition: 0.5s;
    z-index: 1;
}

.aui-section-box .aui-section-list .aui-section-list-item .shadow {
    position: absolute;
    width: 150px;
    left: 0;
    top: 76px;
    opacity: 1;
    transition: 0.5s;
    z-index: 0;
}

.i-process .btn.cur .obj {
    top: -20px;
    transition: 0.65s;
}

.i-process .btn.cur .shadow {
    opacity: 1;
    transition: 0.65s;
    transform: scale(0.8, 0.8);
}

.aui-section-box .aui-section-list .aui-section-list-item.one {
    left: 18px;
    top: 80px;
}

.aui-section-box .aui-section-list .aui-section-list-item.two {
    left: 262px;
    top: -80px;
}

.aui-section-box .aui-section-list .aui-section-list-item.three {
    left: 590px;
    top: -80px;
}

.aui-section-box .aui-section-list .aui-section-list-item.four {
    left: 262px;
    top: 230px;
}

.aui-section-box .aui-section-list .aui-section-list-item.five {
    left: 590px;
    top: 230px;
}

.aui-section-box .aui-section-list .aui-section-list-item.six {
    left: 840px;
    top: 80px;
}

.aui-section-list ul li:first-child {
    margin-left: 20px;
}

.aui-section-list ul li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    vertical-align: top;
    margin-left: 68px;
    font-size: 20px;
    line-height: 28px;
    color: #373d40;
    cursor: pointer;
    padding-bottom: 20px;
}

.aui-section-list ul .on {
    color: #488bff;
    border-bottom: 4px solid #488bff;
}

.aui-section-info {
    text-align: center;
    border-top: 1px solid #ececec;
}

.aui-section-info ul {
    padding: 30px 0;
    display: none;
}

.aui-section-info ul li dl {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
}

.aui-section-info ul li dl dd {
    float: left;
    margin-left: 66px;
}

.aui-section-info ul li dl dd:first-child {
    margin-left: 0;
}

.icon-icon {
    float: left;
    padding-top: 5px;
}

.icon-icon img {
    height: 32px;
    border: none;
    display: block;
}

.icon-main {
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
}

.icon-title {
    font-size: 16px;
    color: #373d40;
    line-height: 1.5;
}

.icon-text {
    font-size: 12px;
    color: #a6a8ae;
    line-height: 1.5;
}

.icon-main-top {
    padding-top: 10px;
}

.aui-section-tab {
    height: 150px;
}


/* case end */

.u-flyer {
    width: 20px;
    height: 20px;
    z-index: 999;
}

@media only screen and (max-width: 575.98px) {

    table {
        border: 0;
    }

    table thead {
        display: none;
    }

    table tr {
        margin-bottom: 10px;
        display: block;
        /* border-bottom: 2px solid #ddd; */
    }

    table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    #cart .con h2 {
        margin-bottom: 10px;
        margin-left: 10%;
    }

    #cart table.table-active {
        width: 80%;
    }

    table tr .third {
        width: auto;
        text-align: right;
    }

    table tr td {
        text-align: right;
    }

    table tr td i {
        margin-bottom: 0;
    }

    .payall {
        margin-top: 20px;
    }

    .table td,
    .table th {
        border-top: none;
    }
}


/*---------------------mobile shopping cart end----------------------*/

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .section-title-append h4 {
        font-size: 16px;
    }

    .banner-statistics h2 {
        margin: 15px 0 20px 50px;
    }

    .market-choose {
        margin-bottom: 20px;
    }

    .process-js-lists li.process-arrow {
        width: 10%;
    }

    .hero-slider-content .slide-title {
        font-size: 36px;
    }

    .search-box-open {
        top: 0%;
        right: 40px;
        width: 200px;
    }

    .nav_media li {
        width: 134px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-content {
        /* right: 30px; */
    }

    .hero-slider-content .slide-title {
        font-size: 26px;
    }

    .hero-slider-content .slide-desc {
        font-size: 18px;
    }

    .banner-statistics .market-tag {
        width: 70px;
        height: 68px;
        font-size: 18px;
        text-align: center;
        margin-left: 50px;
    }

    .banner-statistics h2 {
        font-size: 30px;
        margin: 10px 0 15px 50px;
    }

    .market-choose {
        padding: 2px 35px;
        margin-bottom: 20px;
    }

    .process-js-lists li.process-arrow {
        width: 7%;
    }

    .process-js-lists li p {
        font-size: 12px;
    }

    .service-block .inner-box .icon-box {
        right: 0;
    }

    .service-block-two .inner-box .icon-box {
        left: 0;
    }

    .services-section .left-column .inner-column .service-block:nth-child(2) {
        margin-right: 0;
    }

    .myaccount-content form {
        width: 90%;
    }

    .personl-item .detail-title,
    .single-input-item label {
        margin-right: 20px;
    }

    .nav_media li {
        width: 99px;
    }
}

@media only screen and (max-width: 991.98px) {

    .shop-main-wrapper .shop-grid-content .shop-product-wrapper .classify-area,
    .shop-main-wrapper .shop-grid-content .shop-product-wrapper .red-index {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-content {
        right: 20px;
    }

    .hero-slider-item .slide-pic1 img,
    .hero-slider-item .slide-pic2 img,
    .hero-slider-item .slide-pic3 img {
        width: 50%;
    }

    .slick-slide .slide-pic1,
    .slick-slide .slide-pic2,
    .slick-slide .slide-pic3 {
        text-align: center;
    }

    .slick-slide .slide-pic1 {
        margin-top: 20px;
    }

    .slick-slide .slide-pic2,
    .slick-slide .slide-pic3 {
        margin-bottom: 20px;
    }

    .hero-slider-content .slide-title {
        font-size: 24px;
    }

    .hero-slider-content .slide-desc {
        font-size: 20px;
    }

    .btn-hero {
        margin-top: 10px;
        padding: 10px 30px;
    }

    .btn-hero img.left {
        width: 25%;
    }

    .btn-hero img.right {
        width: 20%;
    }

    .myaccount-content form {
        width: 90%;
    }

    .myaccount-tab-menu {
        padding: 20px 0;
    }

    .shop-main-wrapper .shop-grid-content {
        padding: 10px;
    }

    .shop-main-wrapper .shop-grid-content .shop-product-wrapper {
        /* box-shadow: 0px 1px 2px 0px rgba(205, 205, 205, 1); */
        overflow: hidden;
    }

    .product-content-list .list-single figure {
        margin-right: 0;
    }

    .product-content-list .list-single figure .thumb-toggle {
        position: absolute;
        z-index: 8;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .product-content-list .list-single figure {
        margin-right: 0;
        display: block;
        float: none;
        width: 100%;
    }

    .product-content-list .list-single figure .thumb-avatar {
        display: block;
        width: 100%;
    }

    .check-detail {
        position: absolute;
        top: 10px;
        right: 15px;
    }

    .nav_media li {
        width: 74px;
    }

    .process-js-lists li p {
        display: none;
    }

    .process-js-lists .process-arrow.arrow-absolute.arrow-absolute-top {
        bottom: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .product-content-list .list-single {
        display: block;
    }

    .product-content-list .list-single .super-single {
        float: none;
        text-align: center;
    }

    .shop-main-wrapper .shop-grid-content .item_single {
        padding: 0;
    }

    .product-content-list {
        margin-top: 0;
        margin-bottom: 10px;
        box-shadow: 0px 1px 2px 0px rgba(205, 205, 205, 1);
        border: 1px solid #eee;
        overflow: hidden;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }

    .super-header {
        border-radius: 0;
    }

    .product-details-inner .pro-size {
        margin-top: 10px;
    }

    .product-details-inner .pro-size .option-title {
        float: none;
    }

    .product-details-inner .pro-size .option-box {
        float: none;
        display: flex;
        justify-content: space-between;
        min-width: 280px;
    }

    .product-details-inner .pro-size .option-box .info-collect {
        margin: 0;
    }

    .shop-main-wrapper .product-details-inner {
        padding-bottom: 20px;
    }

    .product-review-info .nav.review-tab {
        margin-bottom: 20px;
    }
}



@media only screen and (min-width: 576px) and (max-width: 767px) {
    .process-js-lists li.process-arrow {
        width: 12%;
    }

    .process-js-lists li .process-text {
        height: 80px;
        width: 80px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner-content {
        right: 55px;
    }

    .process-js-lists li .process-text {
        height: 60px;
        width: 60px;
    }

    .process-js-lists .process-arrow {
        /* width: 13%;
        height: 70px;
        line-height: 70px; */
        /* display: none; */
    }

    /* .process-js-lists ul {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: space-between;
        flex-wrap: wrap-reverse;
    } */
    .process-js-lists li.process-arrow {
        width: 9%;
    }

    /* .process-js-lists li.process-arrow img {
        width: 60%;
    } */

    .process-js-lists .process-content h5 {
        font-size: 12px;
    }

    /* .process-js-lists.large-process {
        display: none;
    }

    .process-js-lists.small-process {
        display: block;
    } */

    .process-js-lists .process-content {
        width: 18%;
    }

    .jq22_click {
        width: 50%;
    }

    .case-section .jq22_click {
        width: 33.333333%;
    }

    .product-tab-menu .nav li {
        width: 33.333333%;
    }

    .login-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
        /* background: url(../img/media/index_kol_bg.png) no-repeat center center/cover; */
    }

    .super-details-des .ratings {
        margin-right: 0;
    }

    .price-box {
        font-size: 12px;
    }

    .ratings {
        font-size: 12px;
    }

    .ratings span {
        margin-right: 0;
    }

    .best-related .title-pic {
        /* width: 80px; */
        /* margin-right: 7px; */
    }

    .best-related .title-pic {
        /* margin-right: 7px;
        margin-left: 7px; */
    }

    .nav_media li {
        width: 72px;
    }

    .process-js-lists .process-arrow.arrow-absolute.arrow-absolute-top {
        bottom: 115px;
    }

    .shop-product-wrap.row.list-view .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 479.98px) {
    .banner-content {
        right: 20px;
    }

    .banner-statistics .market-tag {
        width: 60px;
        line-height: 58px;
        font-size: 16px;
        text-align: center;
        margin-left: 30px;
    }

    .banner-statistics h2 {
        font-size: 30px;
        margin: 10px 0 15px 30px;
    }

    .market-choose {
        font-size: 16px;
        color: #fff;
        padding: 6px 26px;
        margin-left: 30px;
        margin-bottom: 10px;
    }

    .myaccount-content form {
        width: 100%;
    }

    .personl-item,
    .single-input-item {
        padding-left: 0;
    }

    .personl-item .detail-title,
    .single-input-item label {
        margin-right: 10px;
    }

    .personl-item .detail-title,
    .single-input-item label {
        width: 21%;
    }

    .login-wrapper .single-input-item label {
        width: 90%;
    }

    .myaccount-content form {
        padding-left: 10px;
    }

    .nav_media li {
        width: 63px;
    }
}

.ziyuan-box {
    padding: 40px 0;
}

.ziyuan-box .content .swiper-container-info {
    width: 100%;
    height: 290px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 15px;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide {
    width: 100%;
    /* height: 145px; */
    overflow: hidden;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide .item {
    float: left;
    /* width: 385px; */
    /* height: 143px; */
    /* border-bottom: 1px solid #e4e4e4; */
    padding: 9px 0;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .wrap {
    display: flex;
    justify-content: space-around;
    padding: 0 10px;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide .item:nth-of-type(3) .right {
    border-right: none;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide .item .left {
    /* float: left; */
    min-width: 60px;
    text-align: center;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide .item .left img {
    display: block;
    margin: 6px auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide .item .left h3 {
    height: 34px;
    width: 100%;
    line-height: 34px;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide .item .right {
    /* float: left; */
    /* width: 260px; */
    /* border-right: 1px solid #e4e4e4; */
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide .item .right.last {
    border: none;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide .item .right p {
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #7d7d7d;
    display: flex;
    align-items: center;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide .item .right p span {
    display: block;
    float: left;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide .item .right p span.defult {
    width: 50px;
    text-align: center;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide .item .right p span.pland {
    width: 80px;
    height: 15px;
    background: #f5f5f5;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide .item .right p span.pland i.red {
    display: block;
    background: #fb4a02;
    height: 100%;
    width: 0%;
}

.ziyuan-box .content .swiper-container-info .swiper-wrapper .swiper-slide .item .right p span.red {
    /* width: 90px; */
    text-align: center;
    color: #ff7d22;
    margin-left: 10px;
}

/* zixun */
.ca-menu {
    padding: 0;
    margin: 20px auto;
}

.ca-menu li {
    padding: 10px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-menu li:last-child {
    margin-bottom: 0px;
}

.ca-menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.ca-icon {
    text-shadow: 0px 0px 1px #333;
    width: 200px;
    margin-right: 50px;
    float: left;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-icon img {
    width: 100%;
}

.ca-content {
    width: 50%;
}

.ca-main {
    font-size: 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    line-height: 50px;
}

.ca-sub {
    line-height: 1.5;
    font-size: 14px;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-menu li:hover {
    background: #fa8d71;
    color: #fff;
}

.ca-menu li:hover .ca-icon {
    font-size: 40px;
    color: #259add;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
}

.ca-menu li:hover .ca-main {
    opacity: 1;
    color: #fff;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}

.ca-menu li:hover .ca-sub {
    opacity: 1;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;
}

@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@media (max-width: 767px) {
    .ca-icon {
        width: 100%;
        float: none;
    }

    .ca-content {
        width: 100%;
    }
}

/* zx-details */

.banner {
    width: 100%;
}


.news-list-wrapper {
    /* width: 1200px; */
    margin: 3px auto;
    padding: 9px 20px 36px;
    /* box-shadow: 0 0 15px #5b9bd5; */
}

.news-item {
    padding: 38px 0 35px 29px;
    border-bottom: 2px solid #e6e6e6;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item-img {
    width: 280px;
    height: 180px;
}

.news-item-info {
    width: 496px;
    margin-top: 9px;
    margin-left: 61px;
}

.news-item-info .news-item-title {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 2px;
    line-height: 24px;
}

.news-item-info .news-item-title:hover {
    color: #ff8b17;
}

.news-item-info div {
    margin-top: 35px;
    line-height: 18px;
}

.news-item-right {
    width: 158px;
    margin-left: 106px;
    margin-top: 10px;
}

.news-item-right .news-item-line {
    width: 106px;
    height: 2px;
    margin-top: 12px;
}

.news-item-right p {
    line-height: 26px;
    font-family: 'Microsoft YaHei';
}

.news-item-right .news-item-arrow {
    width: 40px;
    height: 40px;
    background: url(/assets/index/images/news-arrow.png) no-repeat center;
    margin-top: 15px;
}

.news-item-right .news-item-arrow-active {
    background: #5b9bd5 url(/assets/index/images/news-arrow-active.png) no-repeat center;
}

/*文章详情*/

.art-content-wrapper {
    /* min-height: 660px; */
    margin-top: 6px;
}

.art-content-wrapper article {
    position: relative;
}

.art-content-wrapper .return {
    width: 38px;
    height: 38px;
    background: url(../img/return-white.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 0;
}

.art-content-wrapper .return:hover {
    background: url(../img/return-red.png) no-repeat center/cover;
}

/* .art {
	width: 70%;
} */

.time {
    height: 24px;
    font-size: 14px;
    color: #7A7A7A;
    line-height: 24px;
    margin-top: 20px;
}

.time span {
    /* display: block; */
    /* width: 200px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    float: right;
}

.art .art-title {
    line-height: 1.5;
    font-size: 20px;
}

.art .art-content {
    /* text-indent: 0em; */
    line-height: 28px;
    color: #4d4f53;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 19px;
    font-size: 14px;
    color: #7A7A7A;
    padding-bottom: 20px;
}

.art .art-content p {
    text-indent: 2em;
    text-align: justify;
    margin: 20px 0;
}

.art .art-content img {
    width: 60%;
}

.art .art-nav {
    padding: 17px 0 15px;
    line-height: 20px;
}

.art .art-nav a {
    color: #333;
}

.art .art-nav a:hover {
    color: #f04444;
}

.aside-wrapper {
    /* width: 27%; */
    padding: 10px 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.aside-wrapper .aside-title {
    /* height: 20px; */
    line-height: 20px;
    padding-left: 12px;
    border-left: 8px solid #f00;
}

.aside-wrapper .aside-list {
    line-height: 28px;
    margin-top: 10px;
}

.aside-wrapper .aside-list .aside-item {
    display: block;
    width: 100%;
    /* height: 28px; */
    /* padding-left: 20px; */
    /* background: url(../images/orange-circle.png) no-repeat 0 center; */
}

.aside-wrapper .aside-list .aside-item .circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f00;
    margin-bottom: 10px;
    vertical-align: baseline;
}

.aside-wrapper .aside-list .aside-item .aside-con {
    display: inline-block;
    width: 90%;
    margin-left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aside-wrapper .aside-list .aside-item .aside-time {
    display: block;
    width: auto;
    float: left;
}

.aside-wrapper .aside-list .aside-item:hover {
    color: #f04444;
}

@media (max-width: 768px) {
    .art .art-content img {
        width: 100%;
    }
}

@media (max-width: 414px) {

    .product-review-info .tab-content.reviews-tab {
        max-width: 280px;
    }
}

.report-pic {
    background: url(../img/report.png) no-repeat scroll transparent
}

.report-all {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei"
}

.search-content {
    margin: 0;
    /* padding: 0; */
    font-family: "Microsoft YaHei"
}

.report-content {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 35px;
    font-family: "Microsoft YaHei"
}

.report-content-left {
    float: left;
    width: 827px
}

.report-content-right {
    float: right;
    width: 340px
}

.report-content-left-top-leftimg {
    width: 552px;
    height: 312px;
    overflow: hidden;
    transition: all 1s
}

.report-content-left-top-leftimg:hover {
    transform: scale(1.02)
}

.report-content-left-top-right-second {
    width: 260px;
    height: 147px;
    overflow: hidden
}

.report-content-left-top-right-secondimg {
    width: 260px;
    height: 147px;
    transition: all 1s
}

.report-content-left-top-right-secondimg:hover {
    transform: scale(1.02)
}

.report-content-left-top-right-thirdimg {
    width: 260px;
    height: 147px;
    transition: all 1s
}

.report-content-left-top-right-third {
    width: 260px;
    height: 147px;
    overflow: hidden
}

.report-content-left-top-right-thirdimg:hover {
    transform: scale(1.02)
}

.report-content-left-top-left-title:hover {
    color: #ff8c00;
    cursor: pointer
}

.report-content-left-top-left-title {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 100px;
    left: 60px;
    width: 432px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.report-content-left-top-left-summary {
    background-position: 0 -240px;
    height: 62px;
    width: 552px;
    display: inline-block;
    position: absolute;
    top: 255px;
    left: 0
}

.report-content-left-top-right-second-summary {
    background-position: -96px -168px;
    height: 62px;
    width: 260px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 91px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.report-content-left-top-right-third-summary {
    background-position: -96px -168px;
    height: 62px;
    width: 260px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 91px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.report-content-left-top-left-summary:hover {
    color: #ff8c00;
    cursor: pointer
}

.report-content-left-top-left-summary a {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 15px;
    width: 522px
}

.report-content-left-top-right-second-summary a {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 15px;
    width: 230px
}

.report-content-left-top-right-second-summary:hover {
    color: #ff8c00;
    cursor: pointer
}

.report-content-left-top-right-third-summary:hover {
    color: #ff8c00;
    cursor: pointer
}

.report-content-left-top-right-third-summary a {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 15px;
    width: 230px
}

.report-content-left-top {
    height: 312px
}

.report-content-left-top-left {
    float: left;
    width: 552px;
    height: 312px;
    position: relative;
    overflow: hidden
}

.report-content-left-top-right {
    float: right
}

.report-content-left-top-right-second {
    width: 260px;
    height: 147px;
    position: relative
}

.report-content-left-top-right-third {
    width: 260px;
    height: 147px;
    margin-top: 16px;
    position: relative
}

.report-content-left-center {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px
}

.left-moudle {
    height: 260px;
    width: 370px;
    overflow: hidden;
    margin-top: 32px
}

.left-moudle-logo {
    height: 57px;
    width: 57px;
    display: inline-block;
    margin-top: 12px
}

.left-moudle-text {
    height: 152px;
    overflow: hidden;
    width: 350px;
    margin: 0 auto
}

.left-moudle-text p a {
    font-size: 14px;
    color: #555
}

.left-moudle-text p a:hover {
    color: #ff8c00
}

.left-moudle-text p {
    line-height: 25px;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.report-content-left-moudle-first {
    margin-top: 40px
}

.report-content-left-moudle-logo {
    background-position: 0 0;
    height: 57px;
    width: 57px;
    display: inline-block;
    margin-top: 12px
}

.report-content-left-moudle-header {
    height: 20px;
    border-left: 3px solid #999;
    width: 360px;
    margin-left: 10px
}

.report-content-left-moudle-header-left {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 20px;
    float: left;
    margin-left: 10px
}

.report-content-left-moudle-header-right {
    float: right;
    line-height: 20px;
    margin-right: 5px;
    margin-right: 5px
}

.report-content-left-moudle-header-right a {
    font-size: 12px;
    color: #999
}

.report-content-left-moudle-header-right a:hover {
    cursor: pointer;
    color: #ff5c5c
}

.report-content-left-moudle-ct {
    height: 82px;
    margin-top: 5px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px dashed #d2d2d2;
    overflow: hidden;
    margin-bottom: 13px
}

.report-content-left-moudle-ct-img {
    float: left;
    margin-left: 10px
}

.report-content-left-moudle-first-text {
    height: 142px;
    overflow: hidden;
    width: 350px;
    margin: 0 auto
}

.report-content-left-moudle-first-text p a {
    margin-top: 10px
}

.report-content-left-moudle-second-text p a {
    margin-top: 10px
}

.report-content-left-moudle-logo2 {
    background-position: -72px 0
}

.report-content-left-moudle-third-text p a {
    margin-top: 10px
}

.report-content-left-moudle-logo3 {
    background-position: -144px 0
}

.report-content-left-moudle-logo4 {
    background-position: -216px 0
}

.report-content-left-moudle-four-text {
    height: 152px;
    overflow: hidden;
    width: 350px;
    margin: 0 auto
}

.report-content-left-moudle-four-text p a {
    margin-top: 10px
}

.report-content-left-moudle-logo5 {
    background-position: -288px 0
}

.report-content-left-moudle-logo6 {
    background-position: -360px 0
}

.report-content-left-moudle-six {
    margin-top: 32px
}

.report-content-left-moudle-logo7 {
    background-position: -432px 0
}

.report-content-left-moudle-logo8 {
    background-position: -504px 0
}

.report-content-left-moudle-logo9 {
    background-position: 0 -72px
}

.report-content-left-moudle-nine {
    margin-bottom: 50px
}

.report-content-left-moudle-ten {
    margin-top: 40px
}

.report-content-left-moudle-ten-text p a {
    margin-top: 10px
}

.report-content-left-moudle-logo10 {
    background-position: -288px -72px
}

.report-content-left-moudle-ct-text {
    line-height: 20px;
    float: right;
    font-size: 14px;
    color: #888;
    width: 290px;
    height: 60px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis
}

.report-content-right-new {
    height: 311px;
    overflow: hidden
}

.report-content-right-newbox {
    height: 25px;
    border-bottom: 1px solid #d2d2d2
}

.report-content-right-new-headline {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 6px;
    font-size: 16px;
    color: #3c3c3c
}

.report-content-right-newborder {
    border-left: 3px #ff8c00 solid;
    overflow: hidden;
    margin-left: 10px
}

.report-content-right-new-more {
    float: right;
    height: 20px;
    line-height: 20px
}

.report-content-right-new-more a {
    font-size: 12px;
    color: #999
}

.report-content-right-new-more a:hover {
    cursor: pointer;
    color: #ff5c5c
}

.report-content-right-new-ct {
    height: 56px;
    border-bottom: 1px dashed #d2d2d2;
    overflow: hidden
}

.report-content-right-new-ct-header {
    overflow: hidden;
    margin-left: 8px
}

.report-content-right-new-ct-list {
    float: left;
    font-size: 14px;
    color: #626262;
    margin-top: 10px;
    width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.report-content-right-new-ct-list a {
    font-size: 14px;
    color: #555
}

.report-content-right-new-ct-list a:hover {
    color: #ff8c00
}

.report-content-right-new-ct-time {
    float: right;
    font-size: 12px;
    color: #8c8c8c;
    margin-top: 13px;
    margin-right: 5px;
    width: 80px;
    height: 13px;
    overflow: hidden
}

.report-content-right-new-ct-text {
    width: 330px;
    font-size: 14px;
    color: #c9c9c9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 8px
}

.report-content-right-new-ct-text a {
    font-size: 14px;
    color: #c9c9c9
}

.report-content-right-new-ct-text a:hover {
    color: #ff8c00
}

.report-content-right-label {
    height: 314px;
    width: 332px;
    border: 1px dashed #d2d2d2;
    margin-top: 40px
}

.report-content-right-label-headline {
    font-size: 17px;
    color: #ff8c00;
    line-height: 45px;
    text-align: center
}

.report-content-right-label-introduce {
    text-align: center;
    font-size: 12px;
    color: #999
}

.report-content-right-label-icon {
    margin-top: 50px
}

.report-content-right-label-academic {
    background-position: -72px -72px;
    height: 85px;
    width: 48px;
    display: inline-block;
    margin-left: 25px
}

.report-content-right-label-data {
    background-position: -144px -72px;
    height: 85px;
    width: 48px;
    display: inline-block;
    margin-left: 65px
}

.report-content-right-label-industry {
    background-position: -216px -72px;
    height: 85px;
    width: 48px;
    display: inline-block;
    margin-left: 60px
}

.report-content-right-label-btn {
    width: 196px;
    height: 37px;
    margin-left: 68px;
    margin-top: 40px;
    cursor: pointer;
    background-color: #ff5c5c;
    overflow: hidden
}

.report-content-right-label-btn-bt {
    width: 196px;
    height: 37px;
    position: relative
}

.report-content-right-label-btn-div {
    width: 196px;
    height: 37px;
    position: absolute
}

.make-report-p1 {
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    width: 196px;
    height: 37px
}

.make-report-p2 {
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    width: 196px;
    height: 37px;
    background-color: #ff5c5c
}

.make-report-p2 a {
    font-size: 12px;
    color: #fff
}

.make-report-p2 a:hover {
    text-decoration: underline
}

.report-content-right-hot {
    width: 338px;
    margin-top: 40px
}

.report-content-right-hot-headline {
    height: 20px;
    border-left: 3px solid #ff8c00;
    margin-left: 10px
}

.report-content-right-hot-headline p {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 20px;
    margin-left: 10px
}

.report-content-right-hot-btn {
    margin-top: 5px;
    border-top: 1px solid #d2d2d2
}

.report-content-right-hot-btn-ct {
    margin-top: 15px;
    margin-left: 0;
    width: 298px
}

.report-hotbtn {
    height: 27px;
    margin-left: 10px;
    border: 1px solid #e3e3e3;
    outline: 0;
    max-width: 295px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    background-color: #fff;
    float: left;
    cursor: pointer
}

.report-hotbtn:hover {
    color: #ff5c5c;
    border: 1px solid #ff8c00;
    height: 27px;
    margin-left: 10px
}

.search-content {
    margin: 30px auto 0;
    position: relative;
}

.search-content-left {
    position: relative;
    /* float: left; */
    padding: 0 20px;
    box-shadow: 0px 0px 10px #ddd;
    background-color: #fff;
    /* margin-bottom: 20px; */
}

.search-content-right {
    margin-bottom: 20px;
}

/* .search-content-right {
    float: right;
    width: 365px
} */

.search-content-left-ct {
    /* width: 795px; */
    margin: 0 auto
}

.search-content-left-ct-btns {
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    position: relative;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* cursor: pointer; */
}

.search-content-left-ct-btns-left {
    display: flex;
    justify-content: flex-start;
    margin: 25px 0 15px;
    font-family: "Microsoft YaHei";
    width: 100%;
    flex-wrap: wrap;
}

.search-content-left-ct-btns .toggle-classify {
    /* width: 5%; */
    text-align: right;
    padding: 10px 0;
    cursor: pointer;
    float: right;
}

.search-content-left-ct-btns .toggle-classify .open-btn {
    display: none;
}

.search-change-btn:hover {
    background-color: #ff5c5c;
}

.search-change-btn-yes {
    background-color: #ff5c5c !important
}

.search-change-btn-yes {
    color: #fff !important
}

.search-change-btn-yes {
    border-style: none !important
}

.search-content-left-ct-btns-left button {
    width: 20%;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333333;
    border-radius: 5px;
    outline: 0;
    /* padding-left: 14px;
    padding-right: 14px; */
    background-color: #fff;
    margin-bottom: 10px;
    padding: 7px 0;
}

.search-content-left-ct-btns-left .search-btn-hide~.search-btn {
    display: none;
}

.search-content-left-ct-btns-left:nth-child(1) {
    margin-left: 0
}

.search-content-left-ct-btns-left:last-child {
    margin-left: 0
}

@media only screen and (max-width: 767px) {
    .search-content-left-ct-btns-left {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 25px 0 15px;
    }

    .search-content-left-ct-btns-left button {
        /* margin-right: 10px; */
    }

    .search-content-left-ct-btns-left button {
        width: auto;
        padding: 0 5px;
    }

    .search-content-right {
        margin: 20px auto;
    }

    .shop-grid-content .list-single .product-content-list .fl {
        width: 100%;
    }

    .shop-product-wrap .product-content-list .list-single>li {
        margin-bottom: 10px;
    }

    .shop-product-wrap .product-content-list .list-single>li:nth-child(2) {
        width: 45%;
        float: left;
    }

    .shop-product-wrap .product-content-list .list-single>li:nth-child(3) {
        width: 55%;
        float: left;
    }

    .shop-product-wrap .product-content-list .list-single>li:nth-child(4) {
        width: 100%;
        float: left;
    }

    .shop-product-wrap .product-content-list .list-single>li:nth-child(4) li {
        width: 50%;
        float: left;
    }

    .shop-product-wrap .product-content-list .list-single>li:nth-child(5) {
        width: 60%;
        float: left;
    }

    .shop-product-wrap .product-content-list .list-single>li:last-child {
        width: 40%;
        float: left;
    }

    .fans_tag {
        text-align: center;
        margin-left: 0;
    }

    .shop-product-wrap .product-content-list .list-single>li:nth-child(4) span.red {
        display: block;
    }
}

.search-content-left-ct-btns-right {
    position: absolute;
    bottom: 10px;
    right: 34px
}

.search-content-left-ct-btns-left button:hover {
    cursor: pointer;
    color: #ff5c5c;
    /* border: 1px solid #ff5c5c */
}

.search-content-left-ct-btns-cancel {
    height: 20px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #ececec;
    font-size: 12px;
    color: #999;
    outline: 0;
    background-color: #fff
}

.search-content-left-ct-btns-cancel:hover {
    cursor: pointer;
    border: 1px solid #ff5c5c;
    color: #ff5c5c
}

.search-content-left-ct-list {
    margin-bottom: 60px
}

.k-loading {
    display: none;
    position: absolute;
    top: 200px;
    left: 400px;
    width: 50px
}

.k-square4 {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #000;
    opacity: 1;
    animation: k-loadingR 2.8s infinite;
    opacity: 0
}

.k-square4b {
    animation-delay: .7s
}

.k-square4c {
    animation-delay: 2.1s
}

.k-square4d {
    animation-delay: 1.4s
}

@keyframes k-loadingR {
    0% {
        opacity: .8;
        background: #ff8c00
    }

    30% {
        opacity: .8;
        background: #ffaf8c
    }

    60% {
        opacity: 0
    }

    75% {
        opacity: 0
    }

    100% {
        opacity: .8;
        background: #ff8c00
    }
}

.search-content-left-ct-list-datas {
    border-bottom: 1px dashed #e3e3e3;
    overflow: hidden;
}

.search-content-left-ct-list {
    display: none;
}

.search-content-left-ct-list.content-active {
    display: block;
}

.search-content-left-ct-list-image {
    /* overflow: hidden; */
    width: 150px;
    /* height: 100px; */
    padding: 30px 0;
    float: left;
    position: relative
}

.search-content-left-ct-list-top {
    position: absolute;
    top: 38px;
    left: 8px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    background-color: #000;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: rgba(0, 0, 0, .6)
}

.search-content-left-ct-list-top:hover {
    cursor: pointer
}

.search-content-left-ct-list-img {
    width: 150px;
    height: 100px;
    transition: all 1s;
    object-fit: cover
}

.search-content-left-ct-list-img:hover {
    cursor: pointer;
    transform: scale(1.02)
}

.search-content-left-ct-list-text {
    overflow: hidden;
    float: left;
    /* width: 590px; */
    margin-left: 18px;
    min-height: 100px;
    margin-top: 28px;
    position: relative
}

.search-content-left-ct-list-text-headline {
    font-size: 16px;
    /* height: 22px; */
    color: #3c3c3c;
}

.search-content-left-ct-list-text-headline-link {
    font-size: 16px;
    color: #3c3c3c
}

.search-content-left-ct-list-text-headline-link:hover {
    color: #ff8c00
}

.search-content-left-ct-list-text-ct a {
    font-size: 14px;
    color: #777
}

.search-content-left-ct-list-text-ct a:hover {
    color: #ff8c00
}

.search-content-left-ct-list-text-ct {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    line-height: 23px;
    margin-bottom: 10px
}

.search-content-left-ct-list-text-time {
    font-size: 12px;
    color: #999;
    width: 80px;
}

.search-content-right-hotreport {
    /* width: 363px; */
    max-width: 240px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 5px #ddd;
}

.search-content-right-hotreport-headline {
    height: 40px;
    /* width: 338px; */
    margin: 0 auto;
    border-bottom: 1px solid #e3e3e3
}

.search-content-right-hotreport-headline div {
    height: 20px;
    border-left: 3px solid #ff5c5c;
    font-size: 16px;
    color: #3c3c3c;
    position: relative;
    top: 15px;
    margin-left: 10px
}

.search-content-right-label {
    height: 316px;
    width: 363px;
    border: 1px solid #e3e3e3;
    margin-top: 40px;
    background-color: #fff
}

.search-content-right-label-headline {
    font-size: 18px;
    color: #ff5c5c;
    line-height: 45px;
    text-align: center
}

.search-content-right-label-introduce {
    text-align: center;
    font-size: 12px;
    color: #a9a9a9
}

.search-content-right-label-icon {
    margin-top: 50px
}

.search-content-right-label-academic {
    background-position: -72px -72px;
    height: 85px;
    width: 48px;
    display: inline-block;
    margin-left: 38px
}

.search-content-right-label-data {
    background-position: -144px -72px;
    height: 85px;
    width: 48px;
    display: inline-block;
    margin-left: 65px
}

.search-content-right-label-industry {
    background-position: -216px -72px;
    height: 85px;
    width: 48px;
    display: inline-block;
    margin-left: 60px
}

.search-content-right-label-btn {
    width: 196px;
    height: 37px;
    margin-left: 80px;
    margin-top: 40px;
    cursor: pointer;
    background-color: #ff5c5c;
    overflow: hidden
}

.search-content-right-label-btn-bt {
    width: 196px;
    height: 37px;
    position: relative
}

.search-content-right-label-btn-div {
    width: 196px;
    height: 37px;
    position: absolute
}

.make-report-search-p1 {
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    width: 196px;
    height: 37px;
    background-color: #ff5c5c
}

.make-report-search-p2 {
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    text-align: center;
    width: 196px;
    height: 37px;
    background-color: #ff5c5c
}

.make-report-search-p2 a {
    font-size: 12px;
    color: #fff
}

.make-report-search-p2 a:hover {
    text-decoration: underline
}

.search-content-right-hotreport-btns {
    height: 154px
}

.search-content-right-hot-btn-ct {
    margin-top: 15px;
    width: 240px;
    margin-left: 36px
}

.search-hotbtn {
    height: 27px;
    margin-right: 10px;
    border: 1px solid #e3e3e3;
    outline: 0;
    max-width: 293px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    background-color: #fff;
    float: left;
    cursor: pointer;
    padding: 0 4px;
    border-radius: 5px;
}

.search-hotbtn:hover {
    color: #fff;
    background-color: #ff5c5c;
    border-color: #ff5c5c;
    height: 27px;
    margin-right: 10px
}

.search-content-prompt {
    width: 795px;
    font-size: 14px;
    color: #777;
    text-align: center;
    float: left;
    height: 450px
}

.search-content-prompt-img {
    width: 72px;
    background-position: 0 -165px;
    height: 72px;
    display: inline-block;
    margin-top: 150px;
    margin-left: 0
}

.search-content-prompt-text {
    width: 795px;
    position: relative;
    top: 0;
    display: block
}

/* 详情 */

.product-review-info .tab-content.reviews-tab .detail-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-panel-segment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 40px;
}

.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
}


.card-panel {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.card-panel {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 24px;
    /* margin: .5rem 0 1rem 0; */
    border-radius: 2px;
    background-color: #fff;
}

.card-panel-segment .item {
    padding: 0;
    position: relative;
    /* color: #fff; */
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 20px;
}

.card-panel-segment .item:hover {
    background-color: rgb(255, 100, 100);
    color: #fff;
}

.card-panel-segment .item:hover p {
    color: #fff;
}

.score-progress {
    line-height: 70px;
    padding-top: 12px;
    position: relative;
}

canvas {
    display: inline-block;
}

.score-progress .percent {
    /* position: absolute;
    left: 0;
    top: 55px;
    width: 100%; */
    font-size: 24px;
    text-align: center;
}

.card-panel-segment .item span {
    font-size: 26px;
}

.card-panel-segment .item p {
    font-size: 18px;
}

.card-panel-segment .item.score p {
    margin-top: 0;
}

.prod-info-container[data-v-64f51910] {
    display: -webkit-box;
    display: flex;
    margin-bottom: 22px;
    margin-top: 40px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.prod-info-container .prod-info-card[data-v-64f51910] {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-width: 234px;
    padding: 20px 18px 20px 24px;
    /* margin-right: 17px; */
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.prod-info-container .prod-info-card .value[data-v-64f51910] {
    font-size: 24px;
    font-family: DINCondensed-Bold;
    font-weight: 700;
    color:
        #666;
    line-height: 29px;
}

.prod-info-container .prod-info-card .info-label[data-v-64f51910] {
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color:
        #999;
    line-height: 18px;
    white-space: nowrap;
}

/* .icon-tooltip-label[data-v-74876a4a] {
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    align-items: center;
} */
.prod-info-container .prod-info-card .average-compare[data-v-64f51910] {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    margin-bottom: 8px;
}

.prod-info-container .prod-info-card .over-compare[data-v-64f51910] {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #666;
    line-height: 18px;
}

.prod-info-container .prod-info-card .over-compare strong[data-v-64f51910] {
    color:
        #f45778;
}

.product-details-reviews .casedetail-item {
    cursor: pointer;
}

@media (max-width: 414px) {

    .product-review-info .tab-content.reviews-tab {
        max-width: 280px;
    }

    .card-panel-segment .item {
        width: 110px;
        height: 110px;
    }

    .score-progress {
        line-height: 50px;
    }

    .score-progress .percent {
        font-size: 24px;
    }

    .card-panel-segment .item p {
        font-size: 12px;
    }
}