.timeline-item {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding: 25px;
    margin: 0 auto;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(8%, #eeeeee),
        color-stop(18%, #dddddd),
        color-stop(33%, #eeeeee)
        );
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 40px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
}

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}

.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}

.product__introduce .pd__intro-left .title__introduce-top {
    font-family: SVN-Rockness;
    font-weight: 500;
    font-size: 60px;
    color: #D7AD5D;
    display: block;
    margin-bottom: 5px;
}

.product__introduce .pd__intro-left p {
    font-weight: 500;
    font-size: 17px;
    line-height: 33px;
    color: #2c2c2c;
    display: block;
    margin-bottom: 0px;
}

.product__introduce .pd__intro-left .img__intro-left {
    max-width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .product__introduce .pd__intro-left .img__intro-left {
        height: 100%;
    }
}

.product__introduce .pd__intro-right .banner__larger {
    max-width: 100%;
    width: 100%;
    max-height: 400px;
}

.product__introduce .pd__intro-right .banner__dots-hover {
    position: relative;
}

.product__introduce .pd__intro-right .dots__absolute {
    position: absolute;
}

@media (max-width: 767px) {
    .product__introduce .pd__intro-right .dots__absolute:first-of-type .preview__product-xsmall {
        left: -30px;
    }

    .product__introduce.product__introduce__mb .col-lg-9 {
        padding: 0;
    }
    .product__introduce .pd__intro-right .breadcrumb__product {
        padding: 0 15px;
    }
}

.product__introduce .pd__intro-right .dots__absolute.dt-1 {
    top: 210px;
    left: 350px;
}

.product__introduce .pd__intro-right .dots__absolute.dt-1 .preview__product-xsmall {
    position: relative;
    top: -15px;
    left: -65px;
}

.product__introduce .pd__intro-right .dots__absolute.dt-1 .preview__product-xsmall::before {
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: solid 6px #ffffffcc;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
}

.product__introduce .pd__intro-right .dots__absolute.dt-2 {
    left: 280px;
    bottom: 60px;
}

.product__introduce .pd__intro-right .dots__absolute.dt-2 .preview__product-xsmall {
    position: relative;
    top: -15px;
    left: -65px;
}

.product__introduce .pd__intro-right .dots__absolute.dt-2 .preview__product-xsmall::before {
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: solid 6px #ffffffcc;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
}

.product__introduce .pd__intro-right .dots__absolute.dt-3 {
    top: 260px;
    right: 150px;
}

.product__introduce .pd__intro-right .dots__absolute.dt-3 .preview__product-xsmall {
    position: relative;
    top: 15px;
    left: -65px;
}

.product__introduce .pd__intro-right .dots__absolute.dt-3 .preview__product-xsmall::before {
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: solid 6px #ffffffcc;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
}

.product__introduce .pd__intro-right .dots__absolute .dots {
    /* position: relative; */
    display: inline-block;
    cursor: pointer;
}

.product__introduce .pd__intro-right .dots__absolute .dots .dots-1 {
    width: 24px;
    height: 24px;
    background: #ffffff4d;
    border-radius: 50%;
    -webkit-animation: animateDots 3s infinite alternate ease-in-out;
    animation: animateDots 3s infinite alternate ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
}

.product__introduce .pd__intro-right .dots__absolute .dots .dots-2 {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
}

.product__introduce .pd__intro-right .dots__absolute .dots .dots-2 {
    position: absolute;
    top: 2.5px;
    left: 3px;
}

@-webkit-keyframes animateDots {
    0% {
        -webkit-transform: scale(1) skew(1deg);
        transform: scale(1) skew(1deg);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    50% {
        -webkit-transform: scale(2) skew(1deg);
        transform: scale(2) skew(1deg);
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    100% {
        -webkit-transform: scale(1) skew(1deg);
        transform: scale(1) skew(1deg);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

.product__introduce .pd__intro-right .dots__absolute .preview__product-xsmall {
    background: #fffc;
    border-radius: 5px;
    padding: 6px 9px 6px 6px;
    max-width: 205px;
    position: absolute;
    top: -95px;
    left: 12px;
    opacity: 0;
    visibility: hidden;
}

.product__introduce .pd__intro-right .dots__absolute .preview__product-xsmall {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
}

.product__introduce .pd__intro-right .dots__absolute .preview__product-xsmall.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

.product__introduce .pd__intro-right .dots__absolute .preview__product-xsmall::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
}

.product__introduce .pd__intro-right .dots__absolute .preview__product-xsmall a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
}

.product__introduce .pd__intro-right .dots__absolute .preview__product-xsmall img {
    max-width: 90px;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.product__introduce .pd__intro-right .dots__absolute .preview__product-xsmall .detail__name {
    padding-left: 5px;
}

.product__introduce .pd__intro-right .dots__absolute .preview__product-xsmall .detail__name h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #f66a20;
    margin-bottom: 0;
    /*  display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    margin-top: 1px;
    margin-bottom: 5px;
}

.product__introduce .pd__intro-right .dots__absolute .preview__product-xsmall .detail__name .price__small {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #393939;
}

/* @media (max-width: 991px) {
        .product__introduce .pd__intro-right .dots__absolute {
                display: none;
        }
} */

.product__introduce .pd__intro-right .breadcrumb__product {
    display: block;
    margin-top: 15px;
    text-align: right;
}

.product__introduce .pd__intro-right .breadcrumb__product a {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #7d7d7d;
    position: relative;
}

.product__introduce .pd__intro-right .breadcrumb__product a.active {
    color: #ffa87a;
}

.product__introduce .pd__intro-right .breadcrumb__product a:hover {
    text-decoration: unset;
}

.product__introduce .pd__intro-right .breadcrumb__product a:not(:last-child) {
    padding-right: 20px;
}

.product__introduce .pd__intro-right .breadcrumb__product a:not(:last-child)::before {
    content: "/";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

@media (max-width: 991px) {
    .product__introduce.product__introduce__mb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .product__introduce.product__introduce__mb .img__intro-left {
        display: none;
    }
    .product__introduce.product__introduce__mb .pd__intro-left p {
        margin-bottom: 1rem;
    }
}

.product__products {
    padding: 50px 0;
}

.product__products .pd__intro-left .title__category {
    font-weight: normal;
    font-size: 31px;
    line-height: 30px;
    text-align: left;
    color: #f66a20;
    border-bottom: 2px solid #f66a20;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

.product__products .pd__intro-left .category__list .category__item {
    border-bottom: 1px solid #c4c4c4;
    padding: 10px 0;
}

.product__products .pd__intro-left .category__list .category__item .category__item__obj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.product__products .pd__intro-left .category__list .category__item .category__item__obj .vector,
.product__products .pd__intro-left .category__list .category__item .category__item__obj .vector__active {
    position: absolute;
    right: 0;
}

.product__products .pd__intro-left .category__list .category__item .category__item__obj .vector {
    display: block;
}

.product__products .pd__intro-left .category__list .category__item .category__item__obj .vector__active {
    display: none;
}

.product__products .pd__intro-left .category__list .category__item .category__item__obj .image {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 8px;
}
.product__products .pd__intro-left .category__list .category__item .category__item__obj span {
    align-self: center;
}

.product__products .pd__intro-left .category__list .category__item .category__item__obj .image img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.product__products .pd__intro-left .category__list .category__item .category__item__obj a {
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #787878;
    margin-bottom: 0;
    display: flex;
    width: 100%;
}

.product__products .pd__intro-left .category__list .category__item .category__item__obj .big__title:hover .image img {
    filter: grayscale(0);
}

.product__products .pd__intro-left .category__list .category__item .category__item__obj .big__title.active .icon {
    filter: grayscale(0);
}
.product__products .pd__intro-left .category__list .category__item .category__item__obj .big__title .icon {
    filter: grayscale(1);
}

.product__products .pd__intro-left .category__list .category__item .caret-down {
    top: 0;
    position: absolute;
    right: 0;
    height: 40px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #787878;
    cursor: pointer;
}

.product__products .pd__intro-left .category__list .category__item a.active i {
    color: #f66a20;
}

.product__products .pd__intro-left .category__list .category__item a.active i::before {
    content: "\f106";
    font-family: "fontAweSome";
}

.product__products .pd__intro-left .category__list .category__item a.active {
    color: #f66a20;
}

.product__products .pd__intro-left .category__list .category__item .category__item__obj:hover {
    cursor: pointer;
}

.product__products .pd__intro-left .category__list .category__item .category__item__obj:hover a {
    color: #f66a20;
    text-decoration: unset;
    cursor: pointer;
}

.product__products .pd__intro-left .category__list .category__item ul.category__child {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 8px;
    margin-left: 55px;
    display: none;
    list-style: none;
    position: relative;
}
.product__products .pd__intro-left .category__list .category__item ul.category__child li {
    list-style-type: none;
    position: relative;
}

.product__products .pd__intro-left .category__list .category__item ul.category__child a {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #787878;
    display: block;
    padding: 8px 0;
    position: relative;
}

.product__products .pd__intro-left .category__list .category__item ul.category__child a i {
    position: absolute;
    top: 15px;
    right: 0;
}

.product__products .pd__intro-left .category__list .category__item ul.category__child a:hover {
    color: #f66a20;
    text-decoration: unset;
}

.product__products .pd__intro-left .category__list .category__item ul.category__child a.active {
    color: #f66a20;
}

.product__products .pd__intro-left .swiper__sidebar {
    margin-top: 60px;
}

.product__products .pd__intro-left .swiper__sidebar.swiper-container .swiper-slide img {
    max-width: 100%;
}

.product__products .pd__intro-left .swiper__sidebar.swiper-container .swiper-pagination {
    position: unset;
    padding-top: 15px;
}

.product__products .pd__intro-left .swiper__sidebar.swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #dedede;
    opacity: unset;
}

.product__products
.pd__intro-left
.swiper__sidebar.swiper-container
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b3b3b3;
}

@media (max-width: 991px) {
    .product__products .pd__intro-left .category__list {
        margin-bottom: 50px;
    }
    .product__products .pd__intro-left .swiper__sidebar {
        display: none;
    }
}

.product__products .pd__intro-right .sort__search-top {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-top: -5px;
}

.product__products .pd__intro-right .sort__search-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product__products .pd__intro-right .sort__search-top span {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #787878;
}

.product__products .pd__intro-right .sort__search-top .sort__top select {
    font-weight: normal;
    font-size: 16px;
    line-height: unset;
    text-align: center;
    color: #787878;
    border: 1px solid #969696;
    border-radius: 5px;
    margin-left: 20px;
    padding: 5px 12px 12px;
    height: 42px;
}

.product__products .pd__intro-right .sort__search-top .search__top input {
    font-size: 16px;
    line-height: unset;
    color: #666;
    width: 100%;
    border: 1px solid #969696;
    border-radius: 30px;
    padding: 8px 12px 11px;
    padding-left: 15px;
    padding-right: 40px;
}

.product__products .pd__intro-right .sort__search-top .sort__top select option {
    font-size: 16px;
    line-height: 35px;
}

.product__products .pd__intro-right .sort__search-top .sort__top select:focus {
    outline: unset;
}

.product__products .pd__intro-right .sort__search-top .search__top {
    position: relative;
    max-width: 280px;
    width: 100%;
    overflow: hidden;
}

.product__products .pd__intro-right .sort__search-top .search__top form > button {
    position: absolute;
    top: 0;
    right: 0;
    height: 41px;
    width: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: unset;
    appearance: none;
    background: unset;
}

.icon-search-mb {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 38px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.product__products .pd__intro-right .sort__search-top .search__top input:focus {
    outline: unset;
}

@media (max-width: 767px) {
    .product__products .pd__intro-right .sort__search-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .product__products .pd__intro-right .sort__search-top > div {
        width: 100%;
        margin-bottom: 1rem;
        max-width: 100% !important;
    }
    .product__products .pd__intro-right .sort__search-top > div:last-child {
        margin-bottom: 0;
    }
    .product__products .pd__intro-right .sort__search-top .sort__top span,
    .product__products .pd__intro-right .sort__search-top .sort__top select {
        font-size: 16px;
    }
}

.product__products .pd__intro-right .product__list {
    display: block;
    margin-top: 55px;
}

.product__products .pd__intro-right .product__list .product__item {
    display: block;
    height: 100%;
}

.product__products .pd__intro-right .product__list .product__item .product__ava-link {
    display: block;
    width: 100%;
    padding-bottom: 275px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.product__products .pd__intro-right .product__list .product__item .product__ava-link span {
    position: absolute;
    top: 10px;
    left: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    line-height: 10px;
    background: #D7AD5D;
    color: #ffffff;
    font-style: italic;
    text-align: center;
    font-weight: 300;
}

.product__products .pd__intro-right .product__list .product__item .product__ava-link span.solded {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.product__products .pd__intro-right .product__list .product__item .product__ava-link .newed {
    border-radius: 3px;
    padding: 4px 6px;
}

.product__products .pd__intro-right .product__list .product__item .product__ava-link .solded ~ .newed {
    top: 50px;
}

.product__products .pd__intro-right .product__list .product__item .product__ava-link .product__ava {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product__products .pd__intro-right .product__list .product__item .product__ava-link:hover .product__ava {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product__products .pd__intro-right .product__list .product__item .product__ava-link:hover .product__info a {
    text-decoration: unset;
    color: #f66a20;
}

@media (max-width: 767px) {
    .product__products .pd__intro-right .product__list .product__item .product__ava-link {
        padding-bottom: 60.25%;
    }
}

.product__products .pd__intro-right .product__list .product__info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 285px);
}

.product__products .pd__intro-right .product__list .product__info .product__info--title {
    font-size: 20px;
    line-height: 30px;
    color: #2c2c2c;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: normal;
}

.product__products .pd__intro-right .product__list .product__info .product__info--title:hover {
    color: #f66a20;
}

.product__products .pd__intro-right .product__list .product__info .design__by {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #8a8a8a;
    display: block;
    margin-bottom: 7px;
}

.product__products .pd__intro-right .product__list .product__info .rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.product__products .pd__intro-right .product__list .product__info .rate .txt-number-review {
    color: #8a8a8a;
    font-size: 16px;
}

.product__products .pd__intro-right .product__list .product__info .rate .list-review-star .review-star-nocolor {
    display: inline-block;
    vertical-align: top;
    background: url(../images/ic-small-star.png) 0 0 repeat-x;
    width: 120px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.product__products
.pd__intro-right
.product__list
.product__info
.rate
.list-review-star
.review-star-nocolor
.item-star-nocolor {
    background: url(../images/ic-small-star.png) 0 -21px repeat-x;
    display: inline-block;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.product__products .pd__intro-right .product__list .product__info .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
}

.product__products .pd__intro-right .product__list .product__info .price .price__text {
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #8a8a8a;
}

.product__products .pd__intro-right .product__list .product__info .price .price__text .price__new {
    color: #2a2a2a;
}

.product__products .pd__intro-right .product__list .product__info .price .price__text .price__new.to__contact {
    background: #D7AD5Df2;
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    padding: 5px 15px;
}

.product__products .pd__intro-right .product__list .product__info .price .price__old {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #8a8a8a;
    display: inline-block;
    text-decoration: line-through;
    -webkit-text-decoration-color: #c4c4c4;
    text-decoration-color: #c4c4c4;
    margin-left: 10px;
}

@media (max-width: 1199px) {
    .product__products .pd__intro-right .product__list .product__info .price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .product__products .pd__intro-right .product__list .product__info .price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 991px) {
    .product__products .pd__intro-right .product__list {
        margin-top: 20px;
    }
    .product__products .pd__intro-right .product__list .product__info--title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .product__products .pd__intro-right .product__list .product__info--title {
        font-size: 18px !important;
        line-height: 30px !important;
        margin: 0 0 1rem !important;
    }
    .product__products .pd__intro-right .product__list .product__info {
        height: unset;
    }
}

.pd__intro-right ul.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    margin-top: 35px;
    list-style: none;
}

.pd__intro-right ul.pagination .pagination__item {
    border: 1px solid #dadada;
    border-radius: 3px;
    width: 37px;
    height: 37px;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd__intro-right ul.pagination .pagination__item:hover,
.pd__intro-right ul.pagination .pagination__item.active {
    background: #f66a20cc;
    border: 1px solid #f66a20cc;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.pd__intro-right ul.pagination .pagination__item:hover a,
.pd__intro-right ul.pagination .pagination__item.active a {
    color: #fff;
}

.pd__intro-right ul.pagination .pagination__item a {
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #8a8a8a;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pd__intro-right ul.pagination .pagination__item a:hover,
.pd__intro-right ul.pagination .pagination__item a.active {
    text-decoration: unset;
}

@media (max-width: 991px) {
    .pd__intro-right ul.pagination {
        margin-top: 0;
    }
}

.product__products .pd__intro-right .block__comment {
    display: block;
    margin-top: 100px;
}

.product__products .pd__intro-right .block__comment .comment__this.rep {
    margin-top: 28px;
    display: none;
}

.product__products .pd__intro-right .block__comment .comment__this .flex__this {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__products .pd__intro-right .block__comment .comment__this .flex__this img {
    width: 67px;
    height: 67px;
    overflow: hidden;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product__products .pd__intro-right .block__comment .comment__this .flex__this textarea {
    margin-left: 10px;
}

.product__products .pd__intro-right .block__comment .comment__this .flex__this input {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #696969;
    border: unset;
    border-bottom: 1px solid #cfcfcf;
    margin-left: 8px;
    padding-left: 10px;
    padding-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.product__products .pd__intro-right .block__comment .comment__this .flex__this input:focus {
    outline: unset;
}

.product__products .pd__intro-right .block__comment .comment__this .btn__comment-push {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #f66a20;
    background: #ffefef;
    padding: 5px 15px;
    display: inline-block;
}

.product__products .pd__intro-right .block__comment .comment__this .btn__comment-push:hover {
    background: #f66a20;
    color: #fff;
}

.product__products .pd__intro-right .block__comment .comment__this .btn__comment-cancel {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    background: #efefef;
    padding: 5px 37px;
    margin-top: 20px;
    margin-right: 15px;
}

.product__products .pd__intro-right .block__comment .comment__this .btn__comment-cancel:hover {
    background: #d6d6d6;
}

.product__products .pd__intro-right .block__comment .comment__replay:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.product__products .pd__intro-right .block__comment .comment__replay .info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both;
}

.product__products .pd__intro-right .block__comment .comment__replay .info__top.child {
    margin-top: 15px;
}

.product__products .pd__intro-right .block__comment .comment__replay .info__top img {
    width: 51px;
    height: 51px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product__products .pd__intro-right .block__comment .comment__replay .info__top .info__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 12px;
}

.product__products .pd__intro-right .block__comment .comment__replay .info__top .info__person .name {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.product__products .pd__intro-right .block__comment .comment__replay .info__top .info__person .date {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #696969;
}

.product__products .pd__intro-right .block__comment .comment__replay .parent__this-replay {
    padding-left: 63px;
}

.product__products .pd__intro-right .block__comment .comment__replay .parent__this-replay .person__this-replay {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #696969;
    position: relative;
    width: 100%;
}

.product__products .pd__intro-right .block__comment .comment__replay .parent__this-replay .btn__replay {
    display: inline-block;
    margin-top: 22px;
}

.product__products .pd__intro-right .block__comment .comment__replay .parent__this-replay .btn__replay img {
    max-width: 100%;
}

.product__products .pd__intro-right .block__comment .comment__replay .parent__this-replay .btn__replay .text__replay {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .product__products .pd__intro-right .block__comment {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .product__products .pd__intro-right .block__comment .comment__replay .info__top {
        margin: 0 0 8px;
    }
    .product__products .pd__intro-right .block__comment .comment__replay .info__top .info__person .name {
        font-size: 16px;
    }
    .product__products .pd__intro-right .block__comment .comment__replay .info__top img {
        height: 35px;
        width: 35px;
    }
    .product__products .pd__intro-right .block__comment .comment__replay .parent__this-replay {
        padding-left: 0;
    }
    .product__products .pd__intro-right .block__comment .comment__replay .parent__this-replay .person__this-replay {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .product__products .pd__intro-right .block__comment .comment__replay .parent__this-replay .btn__replay {
        margin-top: 0px;
    }
    .product__products .pd__intro-right .block__comment .comment__this .flex__this img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .product__products {
        padding: 0 0 30px;
    }
    .product__products .pd__intro-left .title__category {
        font-size: 25px;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .product__products .pd__intro-left .category__list .category__item {
        padding: 5px 0;
    }
    .product__products .pd__intro-left .category__list .category__item .category__item__obj a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .product__products .pd__intro-left .category__list .category__item ul.category__child a {
        font-size: 16px;
        line-height: 1;
    }
}

.related__article {
    display: block;
    margin: 150px 0 30px;
}

.related__article h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 49px;
    color: #2c2c2c;
    text-align: center;
    border-top: 1px solid #cfcfcf;
    padding-top: 30px;
    padding-bottom: 53px;
}

.related__article .single__post {
    height: 100%;
}

.related__article .single__post:hover .article__ava img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.related__article .single__post:hover .article__content .small__title {
    color: #D7AD5D;
}

.related__article .single__post .article__ava {
    display: block;
    width: 100%;
    height: 290px;
    overflow: hidden;
}

.related__article .single__post .article__ava img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.related__article .single__post .article__content {
    height: calc(100% - 290px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.related__article .single__post .article__content .small__category {
    display: block;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #4f4f4f;
    padding-top: 16px;
    padding-bottom: 7px;
}

.related__article .single__post .article__content .small__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related__article .single__post .article__content .date__article {
    margin-top: auto;
}

.related__article .single__post .article__content .date__article img {
    width: 15px;
    height: 15px;
    overflow: hidden;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.related__article .single__post .article__content .date__article span {
    font-weight: normal;
    font-size: 12px;
    line-height: 30px;
    color: #4f4f4f;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .related__article .single__post .article__ava {
        height: 230px;
    }
    .related__article .single__post .article__content {
        height: calc(100% - 230px);
    }
}

.related__article .swiper-container .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.related__article .swiper-container [class*="swiper-button-"] {
    background-color: #f66a20e6;
    border: 1px solid #f66a20e6;
    top: 31%;
    width: 55px;
    height: 55px;
}

.related__article .swiper-container [class*="swiper-button-"]:focus {
    outline: 0;
}

.related__article .swiper-container [class*="swiper-button-"]::after {
    font-size: 15px;
    color: #fff;
}

.related__article .swiper-container [class*="swiper-button-"].swiper-button-prev {
    left: -20px;
    border-bottom-right-radius: 110px;
    border-top-right-radius: 110px;
}

.related__article .swiper-container [class*="swiper-button-"].swiper-button-prev::after {
    padding-left: 15px;
}

.related__article .swiper-container [class*="swiper-button-"].swiper-button-next {
    right: -20px;
    border-bottom-left-radius: 110px;
    border-top-left-radius: 110px;
}

.related__article .swiper-container [class*="swiper-button-"].swiper-button-next::after {
    padding-right: 15px;
}

@media (max-width: 991px) {
    .related__article {
        margin-top: 30px;
    }
    .related__article h2 {
        padding: 15px 0;
    }
    .related__article .single__post .article__content .small__title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 8px;
    }
    .related__article .single__post .article__content .small__category {
        padding: 5px 0;
        font-size: 15px;
    }
}

.block__page-banner {
    position: relative;
}

.block__page-banner h1 {
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 0;
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
    .block__page-banner h1 {
        bottom: 90px;
    }
}

@media (max-width: 767px) {
    .block__page-banner h1 {
        bottom: 70px;
    }
}

@media (max-width: 374px) {
    .block__page-banner h1 {
        width: 100%;
        text-align: center;
    }
}

.block__page-banner img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .block__page-banner img {
        max-width: unset;
        -o-object-position: center;
        object-position: center;
        height: 200px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.block__page-banner .breadcrumb__title {
    position: absolute;
    bottom: 85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.block__page-banner .breadcrumb__title a {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    padding: 0 5px;
    position: relative;
}

.block__page-banner .breadcrumb__title a:not(:last-child)::before {
    content: "/";
    position: absolute;
    left: calc(100% - 2px);
}

@media (max-width: 1199px) {
    .block__page-banner .breadcrumb__title {
        bottom: 50px;
    }
}

@media (max-width: 767px) {
    .block__page-banner .breadcrumb__title {
        bottom: 30px;
    }
}

@media (max-width: 374px) {
    .block__page-banner .breadcrumb__title {
        width: 100%;
        text-align: center;
    }
}

.account-bg {
    background: url(../images/bg-tk.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 185px;
    padding-bottom: 120px;
    min-height: 100vh;
}

@media (max-width: 767px) {
    .account-bg {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.account__form-bg {
    background: #f66a20;
    border-radius: 5px;
    max-width: 655px;
    display: block;
    margin: 0 auto;
    padding: 20px 30px;
}

.account__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 625px) {
    .account__heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.account__heading h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

.form__account h3 {
    font-weight: 300;
    font-size: 20px;
    line-height: 56px;
    color: #ffffff;
    margin-bottom: 0;
}

.form__account input {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 56px;
    text-align: left;
    color: #ffffff;
    background: transparent;
    width: 100%;
    padding: 5px 25px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
    max-height: 50px;
}

.save__forgot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 625px) {
    .save__forgot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.save__forgot .remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.save__forgot .remember input {
    margin-bottom: 0;
    width: auto;
}

.save__forgot .remember label {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    margin-left: 5px;
}

.save__forgot .forgot {
    font-weight: 400;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    color: #f66a20;
}

@media (max-width: 625px) {
    .save__forgot .forgot {
        line-height: 0;
    }
}

.btn__account-submit {
    font-weight: 500;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    display: block;
    background: #f66a20;
    border-radius: 5px;
    margin-top: 30px;
    text-transform: uppercase;
    border: unset;
}

.box__profile--set.change__password.register__account .btn__account-submit {
    margin-bottom: 20px;
}

.btn__account-submit:hover {
    color: #f66a20;
    background: #fff;
}

.another {
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.another::before {
    content: "";
    position: absolute;
    background: #fff;
    width: calc(50% - 45px);
    height: 1px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.another::after {
    content: "";
    position: absolute;
    background: #fff;
    width: calc(50% - 45px);
    height: 1px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social__login .social {
    padding: 8px 15px;
    border-radius: 2px;
}

@media (max-width: 625px) {
    .social__login .social {
        width: 100%;
        text-align: center;
    }
}

.social__login .social:first-child {
    margin-right: 30px;
}

@media (max-width: 625px) {
    .social__login .social:first-child {
        margin-right: 0;
    }
}

.social__login .social:hover.fb {
    background: #fff;
}

.social__login .social:hover.fb span {
    color: #3c579e;
    text-shadow: 0 0 0px #3c579e;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social__login .social:hover.gg {
    background: #fff;
}

.social__login .social:hover.gg span {
    color: #d0422a;
    text-shadow: 0 0 0px #d0422a;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social__login .social.fb {
    background: #3c579e;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social__login .social.gg {
    background: #d0422a;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social__login .social span {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.already__have {
    padding: 22px 0;
    text-align: center;
}

.already__have {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    /* color: #ffffff; */
}

.already__have a {
    color: #f66a20;
}

.already__have a:hover {
    text-decoration: underline;
}

@media (max-width: 575px) {
    .already__have {
        line-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.register__new-member {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.login__with-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    display: block;
    margin-bottom: 25px;
}

.register .social {
    border-radius: 23.5px;
    padding: 0;
    max-width: 125px;
    width: 100%;
}

.register .form__account input {
    height: 45px;
    margin-bottom: 25px;
}

.register .btn__account-submit {
    margin-top: 50px;
    margin-bottom: 40px;
}

.page__profile--user {
    background: #fff;
}

.page__profile--user .block__profile {
    margin: 30px 0;
}

@media (min-width: 992px) {
    .page__profile--user .block__profile {
        margin: 70px 0;
    }
}

.page__profile--user .block__profile .box__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page__profile--user .block__profile .box__user {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 11.5px;
    margin-bottom: 21.5px;
}

@media (min-width: 992px) and (max-width: 1280px) {
    .page__profile--user .block__profile .box__user {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.page__profile--user .block__profile .elm__user--images {
    position: relative;
    width: 60px;
    height: 60px;
    padding-bottom: 14%;
    border-radius: 100%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .page__profile--user .block__profile .elm__user--images {
        padding-bottom: 8%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page__profile--user .block__profile .elm__user--images {
        padding-bottom: 0;
    }
}

.page__profile--user .block__profile .elm__user--images img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.page__profile--user .block__profile .elm__user--images .input__type-file {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.page__profile--user .block__profile .elm__user--images .input__type-file:hover {
    cursor: pointer;
}

.page__profile--user .block__profile .elm__user--info {
    padding-left: 12px;
}

.page__profile--user .block__profile .elm__user--info h6 {
    font-weight: normal;
    font-size: 12px;
    color: #6a6a6a;
    margin-bottom: 10px;
}

.page__profile--user .block__profile .elm__user--info h4 {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.page__profile--user .block__profile .elm__user--info h5 {
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.page__profile--user .block__profile .elm__vers {
    margin-bottom: 20px;
}

.page__profile--user .block__profile .elm__vers:hover .user__img--normal {
    display: none;
}

.page__profile--user .block__profile .elm__vers:hover .user__img--black {
    display: inline-block;
}

.page__profile--user .block__profile .elm__vers:hover span {
    color: #f66a20;
}

.page__profile--user .block__profile .elm__vers .user__img--black {
    display: none;
}

.page__profile--user .block__profile .elm__vers .user__img--normal,
.page__profile--user .block__profile .elm__vers .user__img--black {
    width: 16px;
    height: 16px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.page__profile--user .block__profile .elm__vers span {
    color: #4e4e4e;
    padding-left: 12px;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.page__profile--user .block__profile .elm__vers.active .user__img--normal {
    display: none;
}

.page__profile--user .block__profile .elm__vers.active .user__img--black {
    display: inline-block;
}

.page__profile--user .block__profile .elm__vers.active span {
    color: #f66a20;
}

.page__profile--user .block__profile .elm__profile--title {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    color: #333;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page__profile--user .block__profile {
        margin-right: 0;
    }
}

.page__profile--user .box__profile--set {
    background: #eaecf4;
    border-radius: 6px;
    margin-top: 25px;
    padding-top: 30px;
    padding-left: 32px;
    padding-right: 30px;
    max-width: 100%;
}

.page__profile--user .box__profile--set.change__password {
    border: 1px solid #717171;
    border-radius: 7px;
    background: #fff;
}

.page__profile--user .box__profile--set.change__password .box__profile--change .box__info--child input {
    border: 1px solid #717171;
    border-radius: 7px;
    background: #fff;
}

.page__profile--user .box__profile--set.change__password .box__profile--change .box__info--child input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page__profile--user .box__profile--set.change__password .box__profile--change .box__info--child span {
    font-weight: 500;
}
.page__profile--user .box__profile--set .box__profile--change.box-profile-site .box__btn--radio .btn__radio--checked {
    flex: 1;
}
@media (max-width: 767px) {
    .clm {
        width: 100%;
    }
    .page__profile--user .box__profile--set {
        margin-top: 25px;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0;
    }
    .page__profile--user .box__profile--set .box__profile--change .box__info--child span {
        max-width: unset;
        margin-bottom: 6px;
    }
    .page__profile--user .box__profile--set .box__profile--change.box-profile-site .box__btn--radio .btn__radio--checked {
        margin: 8px 0px;
    }
}

@media (max-width: 767px) {
    .page__profile--user .box__profile--set .box__profile--change.box-profile-site .box__btn--radio {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

@media (min-width: 992px) {
    .page__profile--user .box__profile--set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .page__profile--user .box__profile--set .box__user-ava {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .page__profile--user .box__profile--set .box__profile--change {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .page__profile--user .box__profile--set .box__profile--change.box-profile-site {
        padding-left: 50px;
    }
}

@media (max-width: 1023px) {
    .page__profile--user .box__profile--set {
        padding-bottom: 15px;
    }
}

.page__profile--user .box__profile--set .elm__user--images {
    width: 150px;
    height: 150px;
    padding-bottom: 18%;
}

@media (max-width: 767px) {
    .page__profile--user .box__profile--set .elm__user--images {
        margin: 0 auto;
    }
}

.page__profile--user .box__profile--set .elm__user--images:hover .elm__cam {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.page__profile--user .box__profile--set .elm__user--images:hover .upload__avatar {
    top: 92%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.page__profile--user .box__profile--set .elm__user--images .elm__cam,
.page__profile--user .box__profile--set .elm__user--images .upload__avatar {
    position: absolute;
    width: 100%;
    height: auto;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.page__profile--user .box__profile--set .elm__user--images .upload__avatar {
    opacity: 0;
}

.page__profile--user .box__profile--set .elm__user--title p {
    margin-bottom: 0;
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #07294d;
}

.page__profile--user .box__profile--set .box__profile--change .box__info--child {
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page__profile--user .box__profile--set .box__profile--change .box__info--child:last-child {
    margin-bottom: 9px;
    margin-top: -20px;
}

@media (max-width: 767px) {
    .page__profile--user .box__profile--set .box__profile--change .box__info--child:last-child {
        margin-top: 0;
    }
}

.page__profile--user .box__profile--set .box__profile--change .box__info--child span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    color: #4e4e4e;
    min-width: 120px;
}

.page__profile--user .box__profile--set .box__profile--change .box__info--child input {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 12.5px 19px;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    color: #707070;
}

.page__profile--user .box__profile--set .box__profile--change .box__info--child .btn__save--profile {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    color: #fff;
    background: #f66a20;
    padding: 12.5px 33px;
    border-radius: 7px;
    text-transform: uppercase;
    margin-left: auto;
    margin-top: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.page__profile--user .box__profile--set .box__profile--change .box__info--child .btn__save--profile img {
    margin-left: 7px;
}

@media (min-width: 992px) and (max-width: 1249px) {
    .page__profile--user .box__profile--set .box__profile--change .box__info--child .btn__save--profile {
        padding: 10px 20px;
    }
}

.page__profile--user .box__profile--set .box__profile--change .box__info--child .btn__save--profile:hover {
    background: #f66a20;
    color: #fff;
    -webkit-box-shadow: #ccc 0px 2px 5px 2px;
    box-shadow: #ccc 0px 2px 5px 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.page__profile--user .box__profile--set .box__profile--change .box__info--child .btn__save--profile i {
    font-size: 20px;
}

.page__profile--user .box__profile--set .box__profile--change .box__info--child.box__btn--radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page__profile--user .box__profile--set .box__profile--change .box__info--child.box__btn--radio .btn__radio--checked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page__profile--user
.box__profile--set
.box__profile--change
.box__info--child.box__btn--radio
.btn__radio--checked
label,
.page__profile--user .box__profile--set .box__profile--change .box__info--child.box__btn--radio .btn__radio--checked p {
    margin-bottom: 0;
}

.page__profile--user
.box__profile--set
.box__profile--change
.box__info--child.box__btn--radio
.btn__radio--checked
label {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #010414;
    line-height: 23px;
}

.page__profile--user
.box__profile--set
.box__profile--change
.box__info--child.box__btn--radio
.btn__radio--checked
p:last-child {
    margin-left: 35px;
}

@media (max-width: 767px) {
    .page__profile--user .box__profile--set .box__profile--change .box__info--child > span {
        font-size: 16px !important;
    }
    .page__profile--user .box__profile--set .box__profile--change .box__info--child.box__btn--radio .btn__save--profile {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }
    .page__profile--user .box__profile--set .box__profile--change .box__info--child.box__btn--radio .btn__radio--checked {
        margin-left: 0;
        width: 100%;
    }
    .page__profile--user .box__profile--set .box__profile--change .box__info--child span {
        max-width: unset;
    }
    .page__profile--user .box__profile--set .box__profile--change .box__info--child input {
        margin-left: 0;
        width: 100%;
        padding: 8px 12px;
    }
}

@media (max-width: 575px) {
    .page__profile--user .box__profile--set .box__profile--change .box__info--child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    .page__profile--user .box__profile--set .box__profile--inputcheck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page__profile--user .box__profile--set .box__profile--inputcheck .box__user-ava {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .page__profile--user .box__profile--set .box__profile--inputcheck .box__form--input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        margin-left: 50px;
    }
}

.page__profile--user .box__change--password {
    margin-top: 26px;
}

.page__profile--user .box__change--password .elm__profile--title {
    font-size: 20px;
}

.page__profile--user .box__change--password .box__profile--change {
    margin-left: 0;
}

.page__profile--user .box__change--password .box__profile--set {
    max-width: 100%;
}

.page__profile--user .box__change--password .box__profile--set .box__profile--change {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}

.page__profile--user .box__change--password .box__profile--set .box__profile--change .box__info--child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn__save--profile {
    border: 1px solid transparent;
}

.page__profile--user .box__change--password .box__profile--set .box__profile--change .box__info--child:last-child {
    margin-bottom: 20px;
}

.page__profile--user
.box__change--password
.box__profile--set
.box__profile--change
.box__info--child
.btn__save--profile {
    margin-right: 0;
    margin-top: 17px;
}

.page__profile--user .box__change--password .box__profile--set .box__profile--change .box__info--child span {
    max-width: 155px;
}

@media (max-width: 575px) {
    .page__profile--user .box__change--password .box__profile--set .box__profile--change .box__info--child span {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .page__profile--user .box__change--password .box__profile--set .box__profile--change .box__info--child span {
        margin-top: 15px;
    }
}

.page__profile--user .box__change--password .box__profile--set .box__profile--change .box__info--child input {
    margin-left: 0;
    width: 100%;
}


@media (max-width: 1023px) {
    .page__profile--user
    .box__change--password
    .box__profile--set
    .box__profile--change
    .box__info--child.absolute__btn-save
    .btn__save--profile {
        margin: 0 auto;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .page__profile--user
    .box__change--password
    .box__profile--set
    .box__profile--change
    .box__info--child.absolute__btn-save {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .page__profile--user .box__change--password .box__profile--set {
        padding: 15px;
    }
    .page__profile--user .box__change--password .box__profile--set .box__profile--change .box__info--child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .page__profile--user .box__change--password .box__profile--set .box__profile--change .box__info--child span {
        margin: 0 0 5px;
    }
    .page__profile--user
    .box__change--password
    .box__profile--set
    .box__profile--change
    .box__info--child.absolute__btn-save {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .page__profile--user .custom-padding__profile {
        padding-left: 20px;
    }
}

.page__profile--user [type="radio"]:checked,
.page__profile--user [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.page__profile--user [type="radio"]:checked + label,
.page__profile--user [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.page__profile--user [type="radio"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #f66a20;
}

.page__profile--user [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.page__profile--user [type="radio"]:checked + label:after,
.page__profile--user [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #f66a20;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page__profile--user [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.page__profile--user [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.dropify-clear {
    opacity: 0;
    visibility: hidden;
}

.password__relative {
    position: relative;
    width: 100%;
}

.password__relative .invalid-feedback {
    position: absolute;
    top: 100%;
    left: 0%;
    max-width: 160px;
}

.table {
    border: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.table td,
.table th {
    border-right: 1px solid #dee2e6;
}

.table td {
    color: #333;
}

.table td a {
    color: #333;
}

.table td a:hover {
    color: #f66a20;
}

.order__detail {
    margin-top: 5%;
}

.item-progess {
    margin-bottom: 10px;
}

._box-o {
    margin-bottom: 10px;
}

.box-add h5 {
    margin-bottom: 10px;
}

.box-add p {
    margin-bottom: 10px;
}

.item-price-user {
    background: #f5f5f5;
    border-radius: 5px;
}

.item-price-user .flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 21px;
    padding-bottom: 10px;
}

.item-price-user .flex_center:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.item-price-user .flex_center:last-child .flex_1.justify-content-end {
    color: red;
    font-weight: 500;
    font-size: 20px;
}

.item-price-user .flex_1.justify-content-end {
    color: red;
}

.list-cart .img {
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.list-cart .img img {
    border-radius: 5px;
}

.list-cart .detail h4 {
    color: #f66a20;
    margin-left: 15px;
    font-size: 18px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .order__detail {
        margin-top: 15%;
    }
    .main-lst {
        padding-top: 40px;
        border-top: 1px solid #dee2e6;
    }
    .lst-cart-mb {
        border: 1px solid #dee2e6;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .lst-cart-mb h5 {
        margin-bottom: 20px;
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 15px;
    }
    .lst-cart-mb .item-cart-bl1:not(:last-child) {
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 10px;
    }
    .lst-cart-mb .item-cart-bl1 .flex_1 {
        color: #f66a20;
        margin-left: 15px;
        font-size: 14px;
        margin-top: -25px;
    }
    .lst-cart-mb .item-cart-bl1 label {
        padding-top: 5px;
        padding-left: 5px;
    }
}

.page__profile--user.logout__custom h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4a4a4a;
    margin-bottom: 40px;
    display: inline-block;
}

.page__profile--user.logout__custom h2 span {
    font-weight: 500;
}

.page__profile--user.logout__custom .absolute__btn-save {
    position: unset !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.page__profile--user.logout__custom .absolute__btn-save a {
    margin-right: auto !important;
    margin-left: unset !important;
}

.table__history {
    padding: 30px 25px !important;
}

.table__history thead th {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #f66a20;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .table__history thead {
        display: none;
    }
}

.table__history tbody tr {
    background: #fff;
}

.table__history tbody tr.dropdownTable td {
    background: #eaecf4;
    outline: 2px solid #ffff;
    outline-offset: -2px;
    padding: 0;
}

.table__history tbody tr.dropdownTable:nth-child(even) {
    border-bottom: 10px solid #eaecf4;
}

.table__history tbody tr td {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #4a4a4a;
    padding: 5px;
}

.table__history tbody tr td a {
    color: #4a4a4a;
}

.table__history tbody tr td i {
    border: 1px solid #c4c4c4;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
}

.table__history tbody tr td i.fa-angle-right {
    border: unset;
}

@media (max-width: 575px) {
    .table__history tbody tr td {
        padding: 0;
        padding-bottom: 10px;
    }
}

.table__history tbody tr .bold {
    font-weight: 500;
    text-align: left;
}

.table__history tbody tr .green {
    color: #349543;
    font-weight: 400;
    text-align: left;
}

.table__history tbody tr .blue {
    color: #3f8ade;
    text-align: left;
}

.table__history tbody tr .red {
    color: #c91616;
    font-weight: 400;
    text-align: left;
}

.table__history tbody tr .black {
    color: #4a4a4a;
    font-weight: 400;
    text-align: left;
}

@media (max-width: 991px) {
    .table__history tbody tr {
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: #ddd 0px 5px 10px 3px;
        box-shadow: #ddd 0px 5px 10px 3px;
        padding: 20px;
        display: block;
    }
    .table__history tbody tr:nth-child(even) {
        background: transparent;
        padding: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
    .table__history tbody td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        text-align: left;
        padding: 20px;
    }
    .table__history tbody td:before {
        content: attr(data-title);
        float: left;
        color: #f66a20;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
    }
}

@media (max-width: 991px) and (max-width: 374px) {
    .table__history tbody td:before {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .table__history tbody td .flex__mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 575px) {
    .table__history {
        padding: 5px 10px !important;
    }
    .table__history tr {
        margin: 10px 0;
    }
}

.page__profile--user .dropdown__accordion h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #4a4a4a;
    display: block;
    margin-bottom: 10px;
    padding-top: 23px;
}

.page__profile--user .dropdown__accordion h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #4a4a4a;
    margin-bottom: 20px;
    text-align: left;
}

.page__profile--user .dropdown__accordion .col__right .box__name {
    justify-content: space-between;
}

.page__profile--user .dropdown__accordion .box__name h4 {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #4a4a4a;
    margin-bottom: 15px;
    text-align: left;
}

.page__profile--user .dropdown__accordion .box__name h4:first-child {
    max-width: 145px;
    width: 100%;
    text-align: left;
}

.page__profile--user .dropdown__accordion .col__right .box__name h4 {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.page__profile--user .dropdown__accordion .col__right .box__name h4:first-child {
    width: 100%;
}

.bg-flex-text {
    background: #f66a20;
    padding: 9px 19px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.bg-flex-text span {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.under__title-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 25px;
}

.under__title-table span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

@media (max-width: 575px) {
    .parent__table-child {
        white-space: nowrap;
        overflow: auto;
    }
    .bg-flex-text span,
    .under__title-table span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        white-space: break-spaces;
    }
    .bg-flex-text {
        padding: 0;
    }
    .bg-flex-text span {
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        color: #ffffff;
        background: #f66a20;
        padding: 9px 0;
    }
}

.price__review {
    margin-top: 65px;
    display: block;
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 15px;
}

.left span,
.right span {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    /* text-align: right; */
    color: #4a4a4a;
}

.left span .bold,
.right span .bold {
    font-weight: 500;
}

@media (max-width: 575px) {
    .left,
    .right {
        display: block;
        width: 100%;
    }
}

.right .price__text-price:first-child {
    margin-bottom: 15px;
    display: block;
}

@media (max-width: 575px) {
    .right .price__text-price:first-child {
        margin-top: 15px;
    }
}

.box__profile--set.change__password.register__account .box__info--child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.box__profile--set.change__password.register__account .box__info--child span {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #848383;
    display: block;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .box__profile--set.change__password.register__account .box__info--child span {
        font-size: 16px;
        line-height: 25px;
    }
}

.right .price__text-price span:last-child {
    margin-left: 110px;
}

@media (max-width: 575px) {
    .right .price__text-price span:last-child {
        margin-left: 20px;
    }
}

.float__right {
    float: right;
    display: block;
    margin-top: 15px;
}

.float__right .red {
    color: #c91616;
}

.box__btn__confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    clear: both;
    padding-bottom: 30px;
}

.box__btn__confirm a {
    margin: 0 10px;
}

.box__btn__confirm a:first-child {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #4a4a4a;
    background: #ffffff;
    border: 1px solid #4a4a4a;
    border-radius: 3px;
    padding: 12px 40px;
    margin-left: 0;
}

.box__btn__confirm a:first-child:hover {
    background: #4a4a4a;
    color: #fff;
}

.box__btn__confirm a:last-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
    background: #f66a20;
    border: 1px solid #f66a20;
    border-radius: 3px;
    padding: 12px 28px;
    margin-right: 0;
}

.box__btn__confirm a:last-child:hover {
    background: #fff;
    color: #f66a20;
}

@media (max-width: 575px) {
    .box__btn__confirm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    .box__btn__confirm a {
        display: block;
        width: 100%;
        margin: 0;
    }
}

.dropdown__accordion {
    background: #eaecf4;
    padding: 0 15px;
    display: none;
    width: 100%;
}

.block__count-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 22px;
}

@media (max-width: 414px) {
    .block__count-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }
    .block__count-page .count__number {
        margin: 0;
    }
    .block__count-page .count__arrow i {
        margin: 0;
    }
    .block__count-page .count__arrow a:last-child i {
        margin-left: 15px;
    }
}

.count__arrow i {
    margin-left: 25px;
    color: #aaaaaa;
    font-weight: 600;
}

.count__arrow i:hover {
    color: #0088e3;
}

.count__number {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #aaaaaa;
    display: inline-block;
    margin-left: 20px;
}

.dropdown__count {
    position: relative;
}

.dropdown__count .fa-caret-down {
    color: #aaa;
    margin-left: 5px;
}

.dropdown__count .count__items-dropdown {
    position: absolute;
    right: -5px;
    top: 25px;
    z-index: 1;
}

.dropdown__count .count__items-dropdown {
    height: 110px;
    overflow: auto;
}

.dropdown__count .count__items-dropdown {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.dropdown__count .count__items-dropdown.dp__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dropdown__count .count__items-dropdown {
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-box-shadow: #e0e0e0 0px 2px 5px 2px;
    box-shadow: #e0e0e0 0px 2px 5px 2px;
}

.dropdown__count .count__items-dropdown a:not(:last-child) {
    padding-bottom: 5px;
}

.dropdown__count .count__items-dropdown a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.dropdown__count .count__items-dropdown a:hover {
    color: #0088e3;
}

.dropdown__count .count__items-dropdown::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.dropdown__count .count__items-dropdown::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.dropdown__count .count__items-dropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e0e0e0;
}

.dropdown__count .dropdown__a-parent span {
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
}

.dropdown__count span,
.dropdown__count a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}

.forgot-password__heading {
    text-align: center;
    color: #fff;
}

.forgot__pass__change .btn__account-submit {
    display: inline-block;
    width: unset;
    padding: 15px 40px;
    border: 1px solid transparent;
    line-height: unset;
}
.forgot__pass__change .btn__account-submit:hover {
    border: 1px solid #f66a20;
}

.forgot-password__heading img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.forgot-password__heading h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 0;
    color: #383838;
}

.bg-404 {
    background-size: cover !important;
    background-position: center bottom !important;
    padding-bottom: 80px;
    padding-top: 55px;
    position: relative;
}

.bg-404 img {
    display: block;
    margin: 0 auto;
}

.bg-404 h2 {
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    color: #333333;
}

.bg-404 h2 {
    position: absolute;
    left: calc(50% + 85px);
    top: calc(50% + 30px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: center;
}

@media (min-width: 576px) and (max-width: 767px) {
    .bg-404 h2 {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .bg-404 h2 {
        left: calc(50% + 40px);
        top: calc(50% + 15px);
        font-size: 15px;
        width: 70%;
    }
}

@media (max-width: 374px) {
    .bg-404 h2 {
        width: 75%;
        top: calc(50% + 10px);
        font-size: 13px;
    }
}

.page__404 footer {
    border: unset;
}

.animate__dots {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    background: #ffffff80;
    bottom: 70px;
    left: calc(50% - 30px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: animateDots 3s infinite alternate ease-in-out;
    animation: animateDots 3s infinite alternate ease-in-out;
}

@-webkit-keyframes animateDots {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

.forgot__pass__change {
    text-align: center;
    display: block;
    margin-bottom: 100px;
}

.forgot__pass__change h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 53px;
    color: #f66a20;
    display: block;
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .forgot__pass__change h2 {
        margin-bottom: 10px;
    }
}

.forgot__pass__change h4 {
    font-weight: 500;
    font-size: 21px;
    line-height: 32px;
    color: #4e4e4e;
    text-align: left;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .forgot__pass__change h4 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 1rem;
    }
    .forgot__pass__change .box__input-email form .submit {
        margin-top: 1rem !important;
    }
}

.forgot__pass__change .box__input-email {
    text-align: left;
    margin: 0 auto;
    display: block;
}

.forgot__pass__change .box__input-email .box__email {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 767px) {
    .forgot__pass__change .box__input-email .box__email {
        flex-direction: column;
        align-items: flex-start;
    }
}

.form__register .check {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.forgot__pass__change .box__input-email span {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4e4e4e;
    max-width: 120px;
    width: 100%;
    display: inline-block;
}

@media (min-width: 768px) {
    .forgot__pass__change .container {
        max-width: 865px;
    }
}

@media (max-width: 767px) {
    .forgot__pass__change .box__input-email span {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }
}

.help-block {
    font-size: 13px;
    color: #f00;
    padding-top: 5px;
    text-align: right;
}

.forgot__pass__change .box__input-email form .submit {
    display: block;
    background: #f66a20;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 7px;
    margin-top: 30px;
    border: unset;
    border: 1px solid transparent;
}

.forgot__pass__change .box__input-email form .submit:hover {
    background: transparent;
    color: #f66a20;
    border: 1px solid #f66a20;
}

@media (max-width: 767px) {
    .forgot__pass__change .box__input-email form {
        margin-left: 0;
        display: block;
    }
    .forgot__pass__change .box__input-email form input {
        width: 100%;
    }
}

.forgot__pass__change .box__input-email input {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    border: 1px solid #717171;
    border-radius: 7px;
    padding: 14px;
    max-height: 48px;
    margin-bottom: 0;
}

.forgot__pass__change .box__input-email input:focus {
    outline: unset;
}

.box__profile--set.change__password.register__account {
    border: unset;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}

.box__profile--set.change__password.register__account .box__profile--change {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.box__profile--set.change__password.register__account .box__profile--change .box__info--child span {
    font-size: 18px;
}

.box__profile--set.change__password.register__account .box__profile--change .box__info--child input:focus {
    outline: unset;
}

@media (max-width: 767px) {
    .box__profile--set.change__password.register__account .box__profile--change .box__info--child input {
        width: 100%;
    }
}

.box__profile--set.change__password.register__account .box__profile--change .box__accept__privacy {
    text-align: left;
}

.box__profile--set.change__password.register__account .box__profile--change .box__accept__privacy label {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #4e4e4e;
    margin-left: 10px;
    margin-bottom: 30px;
    display: inline;
}

.box__profile--set.change__password.register__account .box__profile--change .btn__save--profile {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #f66a20;
    padding: 12.5px 33px;
    border-radius: 7px;
    text-transform: uppercase;
    margin-left: auto;
    margin-top: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box__profile--set.change__password.register__account .box__profile--change .btn__save--profile:hover {
    background: #fff;
    color: #f66a20;
    -webkit-box-shadow: #ccc 0px 3px 10px 0px;
    box-shadow: #ccc 0px 3px 10px 0px;
}

.register__account {
    display: block;
    max-width: 870px;
    margin: 30px auto;
}

@media (max-width: 991px) {
    .register__account {
        padding: 0 15px;
    }
}

.form__register h4 {
    font-weight: 500;
    font-size: 16px;
    color: #848383;
    margin: unset;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    .form__register h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }
}

.form__register input {
    border: 1px solid #848383;
    border-radius: 3px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #848383;
    padding: 5px 15px;
    width: 100%;
}

.form__register input:focus {
    outline: unset;
}

.form__register .check {
    text-align: left;
}

.form__register .check input {
    width: auto;
}

.form__register .check label {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
    color: #848383;
    margin-left: 15px;
}

.form__register .btn__submit-register {
    font-weight: bold;
    font-size: 18px;
    line-height: 49px;
    text-align: center;
    color: #ffffff;
    background: #f66a20;
    border-radius: 3px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 40px;
    border: none;
    cursor: pointer;
    transition: 0.25s ease-in-out;
}

.form__register .btn__submit-register:hover {
    background: #fff;
    color: #f66a20;
    -webkit-box-shadow: #ccc 0px 1px 5px 1px;
    box-shadow: #ccc 0px 1px 5px 1px;
}

@media (max-width: 767px) {
    .form__register .btn__submit-register {
        margin: 15px 0;
    }
}

.other__text-inline {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #848383;
    display: block;
    margin-bottom: 23px;
}

.other__text-inline {
    position: relative;
}

.other__text-inline::before {
    content: "";
    position: absolute;
    background: #848383;
    height: 1px;
    width: calc(50% - 40px);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.other__text-inline::after {
    content: "";
    position: absolute;
    background: #848383;
    height: 1px;
    width: calc(50% - 40px);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.other__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.other__login span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.other__login a {
    display: inline-block;
    padding: 7px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    margin: 0 25px;
}

.other__login .login-fb {
    background: #3c579e;
    border-radius: 2px;
}

.other__login .login-fb:hover {
    background: #fff;
    color: #3c579e;
    -webkit-box-shadow: #ccc 0px 3px 10px 0px;
    box-shadow: #ccc 0px 3px 10px 0px;
}

.other__login .login-gg {
    background: #d0422a;
    border-radius: 2px;
}

.other__login .login-gg:hover {
    background: #fff;
    color: #d0422a;
    -webkit-box-shadow: #ccc 0px 3px 10px 0px;
    box-shadow: #ccc 0px 3px 10px 0px;
}

@media (max-width: 991px) {
    .other__login {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .other__login a {
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    .other__login {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .other__login a {
        width: 100% !important;
        margin: 0;
    }
    .other__login a:first-child {
        margin-bottom: 10px;
    }
}

.already__has {
    display: block;
    margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #848383;
    line-height: 55px;
}

.already__has a {
    color: #f66a20;
    padding-left: 5px;
}

.already__has a:hover {
    color: #f66a20;
    text-decoration: underline !important;
}

@media (max-width: 414px) {
    .already__has {
        line-height: 25px;
        margin-top: 20px;
    }
    .already__has {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.register__fix-flex .box__profile--set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.register__fix-flex .btn__save--profile {
    margin-bottom: 30px;
}

.product-detail-site .banner {
    padding: 60px 0 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 363px;
    position: relative;
}

.product-detail-site .banner ul {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .product-detail-site .banner {
        padding: 120px 0 20px;
    }
    .product-detail-site .banner ul {
        bottom: 20px;
    }
}

.product-detail-site .banner .content {
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}

@media (min-width: 992px) {
    .product-detail-site .banner .content {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.product-detail-site .banner .content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/quote.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
}

.product-detail-site .banner ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-detail-site .banner ul li a {
    color: #fff;
    position: relative;
    margin-right: 20px;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    height: 100%;
}

.product-detail-site .banner ul li a::after {
    content: "/";
    position: absolute;
    top: 0;
    right: -15px;
    color: #fff;
}

.product-detail-site .banner ul li:last-child a {
    margin: 0;
}

.product-detail-site .banner ul li:last-child a::after {
    display: none;
}

@media (min-width: 768px) {
    .product-detail-site .banner {
        padding: 93px 0 45px;
        font-size: 20px;
        line-height: 35px;
    }
    .product-detail-site .banner ul li a {
        font-size: 15px;
        line-height: 30px;
    }
}

.product-detail {
    padding: 40px 0;
    background: #fff;
}

.product-detail .product .product-gallery #product-sync1 {
    margin-bottom: 25px;
}

.product-detail .product .product-gallery #product-sync1 .item a{
    position: relative;
    padding-bottom: 60.25%;
    cursor: pointer;
}

.product-detail .product .product-gallery #product-sync1 .item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-detail .product .product-gallery #product-sync2 {
    overflow: hidden;
}

.product-detail .product .product-gallery #product-sync2 .item {
    position: relative;
    padding-bottom: 100px;
}

.product-detail .product .product-gallery #product-sync2 .item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .product-detail .product .product-gallery #product-sync2 .item {
        padding-bottom: 130px;
    }
}

.product-detail .product .product-gallery #product-sync2 .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 39px;
    width: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(246, 106, 32, 0.9);
    border-radius: 50%;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
}

.product-detail .product .product-gallery #product-sync2 .owl-nav [class*="owl-"] img {
    width: 10px;
}

.product-detail .product .product-gallery #product-sync2 .owl-nav [class*="owl-"].owl-prev {
    left: -10px;
}

.product-detail .product .product-gallery #product-sync2 .owl-nav [class*="owl-"].owl-prev img {
    margin-left: 5px;
}

.product-detail .product .product-gallery #product-sync2 .owl-nav [class*="owl-"].owl-next {
    right: -10px;
}

.product-detail .product .product-gallery #product-sync2 .owl-nav [class*="owl-"].owl-next img {
    margin-right: 5px;
}

.product-detail .product .product-information .text-title {
    color: #434343;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
}

@media (min-width: 1200px) {
    .product-information {
        padding-left: 30px;
    }
}

.product-detail .product .product-information h2 {
    color: #242424;
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
}

.product-detail .product .product-information .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #8a8a8a;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
}

.product-detail .product .product-information .tag .socials a {
    display: inline-block;
    margin-right: 5px;
}

.product-detail .product .product-information .rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.product-detail .product .product-information .rate .txt-number-review {
    color: #8a8a8a;
    font-size: 16px;
}

.product-detail .product .product-information .rate .list-review-star .review-star-nocolor {
    display: inline-block;
    vertical-align: top;
    background: url(../images/ic-small-star.png) 0 0 repeat-x;
    width: 120px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.product-detail .product .product-information .rate .list-review-star .review-star-nocolor .item-star-nocolor {
    background: url(../images/ic-small-star.png) 0 -21px repeat-x;
    display: inline-block;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.product-detail .product .product-information .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #8a8a8a;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
}

@media (max-width: 767px) {
    .product-detail .product .product-information .price,
    .product-detail .product .product-information .price .old {
        font-size: 16px !important;
    }
    .product-detail .product .product-information .rate .txt-number-review {
        font-size: 13px;
    }
}

.product-detail .product .product-information .price .discount span {
    color: #D7AD5D;
}

.product-detail .product .product-information .price .old {
    text-decoration: line-through;
    margin-left: 1rem;
    font-size: 18px;
}

.product-detail .product .product-information .color {
    margin-bottom: 20px;
}

.product-detail .product .product-information .color .color-wrap .item {
    padding: 4px 8px 6px;
    border: 1px solid #D7AD5D;
    margin-right: 15px;
    margin-bottom: 5px;
    position: relative;
    color: #434343;
    text-decoration: none;
    font-size: 15px;
}
@media (min-width: 992px) {
    .product-detail .product .product-information .color .color-wrap .item {
        padding: 8px 12px 10px;
    }
    .product-detail .product .product-information .price {
        line-height: 1.3;
    }
    .product-detail .product .product-information .price .discount span,
    .product-detail .product .product-information .price .discount {
        font-size: 26px;
    }
    .product-detail .product .product-information .price .old {
        font-size: 20px;
        line-height: 1;
    }
    .product-detail .product .product-information h2 {
        font-size: 28px;
        line-height: 45px;
        font-weight: normal;
    }
}

.product-detail .product .product-information .color .color-wrap .item.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    height: 18px;
    width: 18px;
    background-image: url("../images/tick.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.product-detail .product .product-information .quantity {
    margin-bottom: 8px;
}

.product-detail .product .product-information .quantity .p-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-detail .product .product-information .quantity .p-actions span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.product-detail .product .product-information .quantity .input-number {
    border: none;
    max-width: 60px;
    text-align: center;
}

.product-detail .product .product-information .actions {
    color: #434343;
    font-size: 16px;
    line-height: 25px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #c4c4c4;
}

.product-detail .product .product-information .actions span {
    display: inline-block;
    color: #D7AD5D;
}

.product-detail .product .product-information .actions .purchase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-detail .product .product-information .actions a {
    border-radius: 50px;
    font-size: 18px;
    border: 1px solid #D7AD5D;
    padding: 8px 15px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    color: #D7AD5D;
    width: 100%;
    margin-bottom: 8px;
}

.product-detail .product .product-information .actions a svg {
    margin-right: 8px;
}

.product-detail .product .product-information .actions a:last-of-type {
    margin: 0;
    background: #D7AD5D;
    color: #fff;
}

.product-detail .product .product-information .actions a:last-of-type:hover {
    background-color: transparent;
    color: #D7AD5D;
}

@media (min-width: 576px) {
    .product-detail .product .product-information .actions {
        font-size: 18px;
        line-height: 30px;
    }
    .product-detail .product .product-information .purchase a {
        min-width: 180px;
        width: unset;
    }
}

@media (min-width: 768px) {
    .product-detail .product .product-information .purchase a {
        min-width: 100%;
        width: 100%;
        font-size: 16px;
        padding: 8px 10px;
    }
}

@media (min-width: 992px) {
    .product-detail .product .product-information .purchase a {
        min-width: 180px;
        width: unset;
        font-size: 18px;
        margin-bottom: 0;
        margin-right: 1rem;
    }
}

.product-detail .description {
    font-size: 14px;
    line-height: 20px;
    color: #878787;
    padding: 30px 0 0;
}

.product-detail .description table {
    border: none;
    margin-bottom: 1.5rem;
}

.product-detail .description table td {
    color: #2e2e2e;
    text-transform: uppercase;
    min-width: 100px;
    border: none;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0;
}

.product-detail .description table td:last-of-type {
    text-transform: initial;
    color: #878787;
}

.product-detail .description h4 {
    color: #f66a20;
    font-size: 18px;
}

.product-detail .description h3 {
    color: #f66a20;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .product-detail .description {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 1200px) {
    .product-detail .description table {
        max-width: 50%;
    }
    .product-detail .description table td {
        min-width: 160px;
    }
}

.product-detail .review-star-rating {
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    color: #bdbdbd;
    text-align: center;
}

/* .product-detail .review-star-rating::before {
  font-family: FontAwesome;
  content: "\f005\f005\f005\f005\f005";
  font-size: 18px;
  letter-spacing: 4px;
} */

.product-detail .review-star-rating > span {
    font-size: 0;
    position: absolute;
    display: block;
    top: 1px;
    left: 0;
    overflow: hidden;
    line-height: unset;
}

.product-detail .review-star-rating > span::before {
    color: #ffaa00;
    font-family: FontAwesome;
    content: "\f005\f005\f005\f005\f005";
    font-size: 18px;
    letter-spacing: 4px;
}

.product-detail .testimonial-title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 25px;
    color: #2e2e2e;
    text-transform: uppercase;
}

.product-detail .testimonial .rate-box--title {
    font-size: 20px;
    line-height: 25px;
    color: #2e2e2e;
    font-weight: normal;
}

.product-detail .testimonial .rate-box .left {
    margin-bottom: 1rem;
}

.product-detail .testimonial .rate-box .left .number {
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #cccccc;
    font-size: 16px;
    line-height: 25px;
}

.product-detail .testimonial .rate-box .left .number .number-rate {
    font-size: 30px;
    line-height: 50px;
    color: #2e2e2e;
}

.product-detail .testimonial .rate-box .left .number img {
    margin-bottom: 8px;
}

.product-detail .testimonial .rate-box .right .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #878787;
    margin-bottom: 8px;
}

.product-detail .testimonial .rate-box .right .item .line {
    width: 100%;
    margin: 0 1rem;
    height: 5px;
    border-radius: 10px;
    background: #eee;
    position: relative;
}

.product-detail .testimonial .rate-box .right .item .line span {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    display: block;
    background: #787878;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .product-detail .testimonial .rate-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-detail .testimonial .rate-box .left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        margin-bottom: 0;
    }
    .product-detail .testimonial .rate-box .right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 30px;
        border-left: 1px solid #f0f0f0;
    }
}

@media (min-width: 1200px) {
    .product-detail .testimonial {
    }
    .product-detail .testimonial-title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .product-detail .testimonial .rate-box {
        max-width: 560px;
        margin-bottom: 43px;
    }
    .product-detail .testimonial .rate-box--title {
        font-size: 25px;
        line-height: 30px;
        margin-left: 70px;
    }
}

.product-detail .form-comment {
    border-radius: 7px;
    border: 1px solid #e1e1e1;
    margin-top: 30px;
    overflow: hidden;
}

.product-detail .form-comment textarea,
.product-detail .form-comment input {
    outline: 0;
}

.product-detail .form-comment textarea:focus,
.product-detail .form-comment input:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-detail .form-comment .actions {
    padding: 15px;
    border-top: 1px solid #f1f1f1;
}

.product-detail .form-comment .actions .evaluate {
    margin-bottom: 1rem;
}

.product-detail .form-comment .actions .evaluate span {
    display: block;
    color: #000000;
    font-size: 15px;
    line-height: 30px;
}

.product-detail .form-comment .actions .evaluate .rating-input {
    float: right;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 0 0 -20px;
    opacity: 0;
}

.product-detail .form-comment .actions .evaluate .rating-input:checked ~ .rating-star {
    background-position: -2px -2px;
}

.product-detail .form-comment .actions .evaluate .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/star_rating.png) -2px -25px;
    margin: 0 2px 0 0;
    cursor: pointer;
}

.product-detail .form-comment .actions .evaluate .rating-star:hover {
    background-position: -2px -25px;
}

.product-detail .form-comment .actions .evaluate .rating-star:hover ~ .rating-star {
    background-position: -2px -2px;
}

.product-detail .form-comment textarea {
    border: none;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.product-detail .form-comment .upload-file {
    display: inline-block;
    padding: 15px;
    position: relative;
    color: #a6a6a6;
}

.product-detail .form-comment .upload-file .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.product-detail .form-comment .upload-file .image span {
    display: inline-block;
    margin-left: 10px;
}

.product-detail .form-comment .btn-send {
    display: inline-block;
    background: #f66a20;
    border-radius: 7px;
    padding: 8px 15px 10px;
    color: #fff;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .product-detail .form-comment textarea {
        line-height: 30px;
        padding: 10px 20px;
    }
    .product-detail .form-comment .actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product-detail .form-comment .actions .input-name {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 20px;
    }
    .product-detail .form-comment .actions .btn-send,
    .product-detail .form-comment .actions .evaluate {
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .product-detail .form-comment {
        max-width: 630px;
    }
}

.product-detail .customer-review {
    margin-top: 30px;
}

.product-detail .customer-review .customer-item {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;
}

.product-detail .customer-review-sub .customer-item {
    margin-left: 50px;
}

.product-detail .customer-review.customer-review-sub .customer-item .author {
    margin-bottom: 0;
}

.product-detail .customer-review-sub .customer-item:last-of-type {
    border: none;
}

@media (max-width: 991px) {
    .product-detail .customer-review-sub .customer-item {
        margin-left: 1rem;
    }
}

.product-detail .customer-review .customer-item p {
    color: #5f5f5f;
}

.product-detail .customer-review .customer-item .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}

.product-detail .customer-review .customer-item .author .name {
    color: #2e2e2e;
    font-size: 16px;
    line-height: 25px;
    margin-left: 1rem;
}

.product-detail .customer-review .customer-item .author .name span {
    color: #5f5f5f;
    display: block;
    font-size: 14px;
}

.product-detail .customer-review .customer-item .author .image {
    height: 65px;
    width: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-detail .customer-review .customer-item .author .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.product-detail .customer-review .customer-item .feedback {
    color: #f66a20;
    margin: 8px 0px;
}

.product-detail .customer-review .customer-item .reply-link,
.product-detail .customer-review .customer-item .like {
    color: #5f5f5f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
}

.product-detail .customer-review .customer-item .reply-link img,
.product-detail .customer-review .customer-item .reply-link svg,
.product-detail .customer-review .customer-item .like img,
.product-detail .customer-review .customer-item .like svg {
    vertical-align: text-bottom;
    margin-right: 6px;
}

.product-detail .customer-review .customer-item .reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}

.product-detail .customer-review .customer-item .reply .reply-image {
    flex-shrink: 0;
    margin-right: 14px;
}

.product-detail .customer-review .customer-item .reply .reply-image img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
}

.product-detail .customer-review .customer-item .reply .reply-box {
    width: 100%;
}

.product-detail .customer-review .customer-item .reply .reply-box input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 8px 0;
}

.product-detail .customer-review .customer-item .reply .reply-box input:focus {
    outline: 0;
}

.product-detail .customer-review .customer-item .reply .btn-link {
    display: inline-block;
    font-size: 14px;
    padding: 6px 10px;
    background: #efefef;
}

.product-detail .customer-review .customer-item .reply .btn-link.cancle-btn {
    color: #000;
}

.product-detail .customer-review .customer-item .reply .btn-link.comment-btn {
    color: #f66a20;
}

.product-detail .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product-detail .pagination li {
    width: 37px;
    height: 37px;
    font-size: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #dadada;
    margin-left: 8px;
    cursor: pointer;
}
.product-detail .pagination li.active {
    background: rgba(246, 106, 32, 0.8);
    border: 1px solid rgba(246, 106, 32, 0.8);
}

.rate-media img {
    max-height: 150px;
}

.product-detail .pagination li.active a {
    color: #fff;
}

.product-detail .pagination li a {
    color: #8a8a8a;
}

@media (min-width: 768px) {
    .product-detail .customer-review .customer-item .reply {
        margin-left: 50px;
    }
}

.bg__grey {
    background: #f1f1f1;
}

.block__cart {
    background: #ffffff;
    border-radius: 8px;
    margin-top: 50px;
    display: block;
    text-align: center;
    height: calc(100% - 100px);
}

.block__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block__cart .icon__cart-none {
    max-width: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    margin-top: 44px;
    margin-bottom: 9px;
}

@media (max-width: 767px) {
    .block__cart .icon__cart-none {
        margin-top: 0;
    }
}

.block__cart .success__icon {
    margin-bottom: 33px;
    margin-top: 51px;
}

.block__cart .block__cart__head {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #515151;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .block__cart .block__cart__head {
        font-size: 17px;
    }
}

.block__cart h2.success__title {
    margin-bottom: 25px;
}

.block__cart .btn__continue {
    background: #D7AD5D;
    border-radius: 4px;
    padding: 10px 60px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .block__cart .btn__continue {
        margin-bottom: 0;
    }
}

.block__cart .step-by-step {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .block__cart {
        padding: 30px 15px;
    }
}

.breadcrumb__cart {
    background: #eaeaea;
    padding: 5px 135px;
}

@media (max-width: 576px) {
    .breadcrumb__cart {
        padding: 5px 35px;
    }
}

.breadcrumb__cart a {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #7d7d7d;
    position: relative;
}

.breadcrumb__cart a.active {
    color: #ffa87a;
}

.breadcrumb__cart a:hover {
    text-decoration: unset;
}

.breadcrumb__cart a:not(:last-child) {
    padding-right: 20px;
}

.breadcrumb__cart a:not(:last-child)::before {
    content: "/";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.block__checked-top {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block__checked-top .box__checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
}

.block__checked-top .box__checkbox label {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #acacac;
    margin-bottom: 0;
    padding-left: 10px;
}

.box__delete a:hover {
    text-decoration: unset;
}

.box__delete .not__hover {
    display: inline-block;
}

.box__delete .on__hover {
    display: none;
}

.box__delete:hover .on__hover {
    display: inline-block;
}

.box__delete:hover .not__hover {
    display: none;
}

.box__delete:hover span {
    color: #D7AD5D;
}

.box__delete span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #acacac;
    padding-left: 6px;
}

.block__submit-form {
    background: #fff;
    padding: 70px 0;
}
@media (max-width: 767px) {
    .block__submit-form {
        padding: 30px 0;
    }
}

.step-by-step {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 460px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 47px;
    padding-bottom: 55px;
}

.step-by-step li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.step-by-step li span {
    position: relative;
}

.step-by-step li .number {
    background: #eeeeee;
    color: #848383;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin-bottom: 15px;
}

.step-by-step li .number.active {
    background: #f66a20;
    color: #fff;
    z-index: 1;
}

.step-by-step li .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #848383;
}

.step-by-step li .text.active {
    color: #f66a20;
}

.step-by-step li:first-child .number:before {
    content: "";
    position: absolute;
    background: #eeeeee;
    width: 175px;
    height: 3px;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.step-by-step li:last-child .number:before {
    content: "";
    position: absolute;
    background: #eeeeee;
    width: 175px;
    height: 3px;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block__form .bg__form {
    background: #f66a201a;
    padding: 60px 65px 70px 60px;
}

.block__form .bg__form h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #3a3a3a;
    display: block;
    margin-bottom: 23px;
}

@media (max-width: 767px) {
    .block__form .bg__form {
        padding: 30px 15px;
    }
}

.form-primary .form-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.form-primary .box__obj {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
    margin-bottom: 20px;
    max-height: 80px;
}

.form-primary .box__obj:nth-of-type(6) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 991px) {
    .form-primary .box__obj {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 0;
    }
    .form-primary .box__obj:nth-of-type(6) {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }
}

.form-primary .box__obj h3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #353333;
    display: block;
    margin-bottom: 7px;
}

.form-primary .box__obj input,
.form-primary .box__obj select,
.form-primary .box__obj textarea {
    display: block;
    width: 100%;
    height: 100% !important;
    padding: 10px 15px;
    background: #ffffff;
    border-radius: 3px;
    border: unset;
    font-weight: normal;
    font-size: 15px;
    color: #848383;
}

.form-primary .box__obj input:focus,
.form-primary .box__obj select:focus,
.form-primary .box__obj textarea:focus {
    outline: unset;
}

.form-primary .box__obj textarea {
    height: 135px;
}

.form-primary .box__obj select option {
    font-size: 13px;
    color: #848383;
}

.form-primary .btn__submit {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 52px;
    margin: 30px 0;
}

@media (max-width: 374px) {
    .form-primary .btn__submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
    }
}

.form-primary .btn__submit a {
    margin: 0 15px;
    display: inline-block;
}

.form-primary .btn__submit a:first-child {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #f66a20;
}

.form-primary .btn__submit .btn-submit {
    background: #f66a20;
    border: 2px solid #f66a20;
    border-radius: 3px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 38px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-primary .btn__submit .btn-submit:hover {
    background: #fff;
    color: #f66a20;
    text-decoration: unset;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.box__popup {
    overflow: hidden;
    z-index: 9999;
    position: relative;
}

.box__popup .box__overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000008c;
}

.box__popup .box__absolute {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 0;
    height: 85%;
    width: 100%;
    max-width: 1275px;
    display: block;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .box__popup .box__absolute {
        padding: 50px 20px;
    }
    .box__checkbox-product {
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .box__popup .box__absolute {
        padding: 50px;
    }
}

.box__popup .box__absolute .btn__close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}

@media (max-width: 1365px) {
    .box__popup .box__absolute {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .box__popup .box__absolute {
        padding: 50px 0;
    }
}

.lastest__price {
    float: right;
}

.lastest__price {
    position: absolute;
    bottom: 10px;
    right: 40px;
    z-index: 2;
}

@media (max-width: 991px) {
    .lastest__price {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding: 0 15px;
        left: 0;
        right: 0;
        padding-bottom: 15px;
    }
    .lastest__price .lastest__text span:last-child {
        font-size: 18px !important;
    }
}

.lastest__price .lastest__text {
    padding-top: 18px;
    padding-bottom: 42px;
    text-align: right;
}

.lastest__price .lastest__text span:first-child {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #737373;
}

.lastest__price .lastest__text span:last-child {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #ff8e53;
    padding-left: 15px;
}

@media (max-width: 991px) {
    .lastest__price .lastest__text {
        padding: 10px 0;
    }
}

.lastest__price .lastest__btn {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #D7AD5D;
    border-radius: 3px;
    width: 100%;
    display: block;
    padding: 10px ;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.lastest__price .lastest__btn:hover {
    background: #fff;
    color: #D7AD5D;
    -webkit-box-shadow: #ccc 0 3px 10px 2px;
    box-shadow: #ccc 0 3px 10px 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: unset;
}
.product-detail .customer-review .customer-item .author .name .author-c,
.product-detail .customer-review .customer-item .author .name span:first-of-type {
    color: #2e2e2e !important;
}
.reviewf-rating {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .product-detail .customer-review .customer-item .author .name .author-c,
    .product-detail .customer-review .customer-item .author .name span:first-of-type,
    .product-detail .customer-review .customer-item .feedback {
        font-size: 18px;
        line-height: 26px;
    }
    .product-detail .customer-review .customer-item .author .name .time,
    .product-detail .customer-review .customer-item p,
    .product-detail .customer-review .customer-item p ~ div {
        font-size: 16px;
        line-height: 26px;
    }
}

#productRate {
    display: flex;
}
#productRate .reviewf-rating {
    margin-bottom: 0;
    align-items: center;
}
#productRate .txt-number-review {
    margin-top: 3px;
}
