/* Find Page

*/

/* ++++++++++++++++++++++ */
/* ------- INDEX -------- */
/* ++++++++++++++++++++++ */
header {
    padding: 30px;
}

header .header-top {
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    height: 10rem;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 3px;
}

header .header-top .logo-box {
    width: 15rem;
    height: 6rem;
}

header .header-top .logo-box img {
    width: 100%;
    height: auto;
}

header .header-bottom {
    width: 85%;
    height: 5rem;
    margin: 0 auto;
    background-color: #f07c00;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
}

header .header-bottom .login-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 3px 30px;
}

header .header-bottom .login-box  a{
  font-size:12px;
}

header .header-bottom .login-box  a::after {
    content: '/';
    padding: 5px;

}

header .header-bottom .login-box a:last-child::after {
    content: '';
    padding: 0;

}

.language-box {
    height: 3rem;
    width: 10.5rem;
    background-color: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
}

.language-box .list-language {
    display: none;
    width: 10.5rem;
    height: auto;
    top: 2.8rem;
    right: 0px;
    background-color: #fff;
    color: #000;
    border: 1px solid #a5a5a5;
    border-radius: 5px !important;
}

.language-box .list-language .selected {
    height: 3rem;
}

.language-box .selected {
    color: #000;
}

.language-box .list-language .selected:hover {
    background-color: #ebf5ff;
}

.language-box:hover .list-language {
    display: block;
}

/* جعبه سرچ دسکتاپ */
.search-box {
    height: 4rem;
    width: 50%;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 15px;
}

.search-box .input-search {
    width: 100%;
    height: 4rem;
    border: none;
}

.search-box i {
    font-size: 28px;
    left: 5px;
    top: -2px;
    color: rgb(161, 161, 161);
}

/* آیکون سرچ موبایل */
.search-icon-mobile i {
    font-size: 28px;
    color: #555;
    cursor: pointer;
}

/* پاپ آپ سرچ */
.search-popup {
    display: none;
    /* اول مخفی */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: start;
    padding-top: 18px;
}

.search-popup .popup-content {
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    position: relative;
}

.search-popup .popup-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    font-size: 16px;
    height: 4rem;
}

.search-popup .close-popup {
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 22px;
    cursor: pointer;
    color: #333;
}

/* برای ریسپانسیو */
@media (max-width: 768px) {
    .search-box {
        display: none;
    }

    /* سرچ دسکتاپ مخفی */
    .search-icon-mobile {
        display: block;
    }

    /* فقط آیکون نشون داده بشه */
}


.call-me-box {
    border-left: 1px solid #f6975b;
    height: 1.5rem;
}

/* Menu Des */
ul.nod-1 {
    display: flex;
    align-items: center;
}

ul.nod-1 i {
    margin-left: 7px;
    font-size: 17px;
    color: #fff;
}

ul.nod-1>li:first-child a {
    color: #fff;
}

ul.nod-1>li {
    margin-left: 25px;
    font-size: 14px;
    padding-left: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 5rem;
    z-index: 99;
}

/* ul.nod-1>li:nth-child(2){
    content: '';
    background-image: url("../img/Shape\ 3.png");
    background-repeat: no-repeat;
} */

ul.nod-1>li::after {
    content: '';
    width: 1px;
    height: 2rem;
    position: absolute;
    left: 0;
    border-left: 1px solid #fff;
}

ul.nod-1>li:last-child:after {
    content: '';
    display: none;
}

ul.nod-1>li>a {
    font-size: 14px;
    padding: 0 0px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 5rem;
    z-index: 99;
    cursor: pointer;
}

ul.nod-1>li {
    position: relative;
    display: flex;
}

ul.nod-1>li ul.nod-2 {
    width: 28rem;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 5rem;
    right: -95%;
    display: none;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 1px 3.2px;
}

ul.nod-1>li:hover ul.nod-2 {
    display: flex;
    border-left: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 15px !important;
    z-index: 9999;
}

ul.nod-1>li ul.nod-2>li>a {
    font-size: 13px;
    color: #000;
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

ul.nod-1>li ul.nod-2>li>a:hover {
    background: #f1f1f1;
    border-radius: 15px;
}

ul.nod-1>li ul.nod-2>li:hover>a {
    color: #0b3f2d;
}

ul li.list-all {
    display: none;
}

ul.nod-1 li ul.nod-2 li ul.nod-3 {
    display: none;
}

ul.nod-1 li ul.nod-2 li.active ul.nod-3 {
    width: 64rem;
    height: 40rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 24rem;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.15) -3px 1px 3px 0px;
    flex-wrap: wrap;
    border-radius: 20px 0 0 20px;
    padding: 55px 20px 20px 20px !important;
}

ul.nod-1 li ul.nod-2 li ul.nod-3>li:first-child {
    position: absolute;
    top: 8px;
    display: flex;
    justify-content: space-between;
    width: 90%;
    border-bottom: 1px solid #e5e5e5f5;
    padding-left: 0;
}

ul.nod-1 li ul.nod-2 li ul.nod-3>li:first-child>a:before {
    display: none;
}

ul.nod-1 li ul.nod-2 li ul.nod-3>li {
    padding-left: 20px;
}

ul.nod-1 li ul.nod-2 li ul.nod-3>li>a {
    font-size: 12px;
    color: #fff;
    font-weight: bold !important;
    height: 3rem;
    display: block;
}

ul.nod-1 li ul.nod-2 li ul.nod-3>li>a:before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #0b3f2d;
    margin-left: 5px;
    border-radius: 50%;
}

ul.nod-1 li ul.nod-2 li ul.nod-3>li>a::after {
    content: "\e925";
    font-family: 'icomoon' !important;
    font-size: 10px;
    padding-right: 10px;
}

ul.nod-1 li ul.nod-2 li:hover ul.nod-3>li:hover>a {
    color: #0b3f2d;
}

ul.nod-1 li ul.nod-2 li ul.nod-3 li ul.nod-4 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 5px 0 10px 0 !important;
}

ul.nod-1 li ul.nod-2 li ul.nod-3 li ul.nod-4>li>a {
    border-right: none !important;
    font-size: 13px;
    color: #808198;
    height: 2.5rem;
    line-height: 2.5rem;
    display: block;

}

ul.nod-1 li ul.nod-2 li ul.nod-3 li ul.nod-4>li>a:hover {
    color: #0b3f2d;
}

/* Menu Mob */
.overlay.show {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #00000085;
    width: 100%;
    height: 100vh;
    visibility: inherit;
    z-index: 99;
}

.mobile__nav {
    width: 100%;
    height: 0;
    position: relative;
    top: -10rem;
    z-index: 1090;
}

.mobile__nav .mobile__nav--bar {
    display: block;
    width: 4rem;
    height: 4rem;
    position: relative;
    top: 80px;
}

.mobile__nav .mobile__nav--bar.close {
    position: fixed;
    top: 11px;
    right: 28rem;
    z-index: 99999;
    width: 3rem;
    display: block;
}

.mobile__nav .mobile__nav--bar .line {
    position: absolute;
    height: .2rem;
    width: 3rem;
    background: #fff;
    border-radius: .3rem;
    right: 0;
    transition: all ease .3s;
}

.mobile__nav .mobile__nav--bar .line1 {
    top: 1rem;
}

.mobile__nav .mobile__nav--bar .line2 {
    top: 2rem;
}

.mobile__nav .mobile__nav--bar .line3 {
    top: 3rem;
}

.mobile__nav .mobile__nav--bar.close .line1 {
    transform: rotate(45deg);
    top: 1.5rem;
    background: crimson;
    width: 2.5rem
}

.mobile__nav .mobile__nav--bar.close .line2,
.mobile__nav .mobile__nav--bar.close .line3 {
    transform: rotate(-45deg);
    top: 1.5rem;
    background: crimson;
    width: 2.5rem;
}

.mobile__nav nav.mobile__navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1090;
    transition: background .3s;
}

.mobile__nav nav.mobile__navigation ul {
    width: 32rem;
    height: 100vh;
    border-radius: 0 0 0 5px;
    background: #fff;
    position: fixed;
    top: 0;
    right: -32rem;
    transition: right .3s;
    overflow-y: auto;
    z-index: 9999;
}

.mobile__nav nav.mobile__navigation ul li {
    display: block;
    height: 5rem;
    line-height: 4rem;
}

.mobile__nav nav.mobile__navigation li.mobile__navigation--title {
    padding: 1.5rem;
    background: #fff !important;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.mobile__nav nav.mobile__navigation span.mobile__navigation--icon {
    margin-left: 1rem;
    font-size: 1.6rem;
    vertical-align: middle;
    /* font-weight: bold !important; */
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1.5rem;
    border-bottom: 0.1rem solid #f5f5f5;
    font-size: 1.3rem;
    color: var(--text-body);
    display: block;
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu a i.icon-fi-rr-french-fries:before {
    content: "\ea3c";
    font-family: 'icomoon' !important;
    color: #f07c00;

}

.mobile__nav nav.mobile__navigation li.mobile__navigation--title a {
    padding: 0;
    height: 100%;
}

.mobile__nav nav.mobile__navigation li.mobile__navigation--title a img {
    height: 100%;
    position: relative;
    top: 0.5rem;
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu .mobile__navigation--submenu .icon-Share:before {
    content: "\ea3c";
    font-size: 14px;
    color: #f07c00;
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu .mobile__navigation--submenu>a::after {
    content: "\e917";
    font-size: 1rem;
    font-family: 'icomoon';
    color: #f07c00;
    float: left;
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu .mobile__navigation--submenu li.mobile__navigation--submenu-title {
    padding: 1.5rem;
    background: #fff !important;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu .mobile__navigation--submenu li.mobile__navigation--submenu-back {
    padding: 0 2rem;
    background: #fff;
    color: #c50101;
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.mobile__nav nav.mobile__navigation .mobile__navigation--menu .mobile__navigation--submenu li.mobile__navigation--submenu-back::before {
    content: "\e961";
    font-family: 'icomoon';
    color: #c50101;
    font-size: 1.6rem;
    margin-left: 1rem;
}

/* Start Main Slider */

.mainslider .mainslider-box {
    width: 100%;
    border-radius: 15px;
    height: 40rem;
    min-height: 40rem;
}

.mainslider .mainslider-box .item {
    width: 100%;
    height: 40rem;
    min-height: 40rem;
    border-radius: 15px;
    overflow: hidden;
}

.mainslider .mainslider-box .item a img {
    width: 100%;
    height: 100%;
}

.mainslider .suggested-products-list .suggested-products-item {
    width: 100%;
    height: 40rem;
    min-height: 40rem;
    border-radius: 15px;
    overflow: hidden;
}

.mainslider .suggested-products-list .suggested-products-item img {
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-nav button.owl-next {
    background: #f7f7f7 !important;
    width: 3rem;
    height: 3rem;
    border-radius: 5px;
    position: absolute;
    right: -21px;
    top: 178px;
    transform: rotate(45deg);
}

.owl-carousel .owl-nav button.owl-prev {
    background: #f7f7f7 !important;
    width: 3rem;
    height: 3rem;
    border-radius: 5px;
    position: absolute;
    left: -21px;
    top: 178px;
    transform: rotate(45deg);
}

.owl-theme .owl-nav [class*=owl-] i {
    transform: rotate(136deg);
    width: 20px;
    height: 20px;
    display: flex;
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 13px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #f07c00;
}

/* Start Category Box */
.category-box {
    background-image: url("../img/bg_category.png");
    height: 20rem;
    margin-bottom: 30px;
}

.category-box .title-box {
    width: 12%;
}

.category-box .category-list {
    width: 88%;
    justify-content: inherit !important;
}

.category-box .category-list .category-item {
    width: 15rem;
    height: 15rem;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d3d3d3;
    background: #fff;
}

.category-box .category-list .category-item .text-category {
    background-color: #2222228e;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    padding: 0.5rem;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: 0;
    opacity: 0;
    transition: all .3s ease;
}

.category-box .category-list .category-item:hover .text-category {
    opacity: 1;
}

.category-box .title-category {
    font-family: "YekanBakh-Regular";
}

/* Start Price Request Box */
.price-request-box {
    padding-top: 30px;
    margin-bottom: 30px;
}

.price-reguest-list .price-reguest-item {
    width: 100%;
    height: 10rem;
    background: #eeeeee;
    border: 1px solid #d2d4d5;

}

.price-reguest-list .price-reguest-item .image-box {
    width: 8.7rem;
    height: 8.7rem;
    background-color: #fff;
    border: 1px solid #d2d4d5;

}

.price-reguest-list .price-reguest-item .image-box img {
    width: 100%;
    height: auto;
}

.price-reguest-list .price-reguest-item .content-box {
    width: calc(100% - 8.7rem);
    margin-right: 15px;
}

.price-reguest-list .price-reguest-item .content-box .title {
    color: #434343;
}

.price-reguest-list .price-reguest-item .content-box .icon-price-reguest {
    transform: translateX(0);
    transition: transform .3s ease-in-out;
    color: #000;

}

.price-reguest-list .price-reguest-item:hover .content-box .icon-price-reguest {
    transform: translateX(-5px);
    color: #f07c00;
}

/* #ads-1*/
.ads {
    padding-top: 3rem;
    background-color: #fff;
}

.ads.ads-1 .ads-1-box .item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
}

.ads.ads-1 {
    width: 100%;
    height: auto;
}

.ads.ads-1 .ads-1-box {
    width: 100%;
    height: auto;
}

.ads.ads-1 .ads-1-box .item img {
    width: 100%;
    height: auto;
    border-radius: 15px !important;
}

/*#ads-2 */
.ads.ads-2 .ads-2-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ads.ads-2 .ads-2-box .item {
    width: calc(50% - 1.5rem);
    border-radius: 15px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ads.ads-2 .ads-2-box .item img {
    width: 100%;
    height: auto;
    border-radius: 15px !important;
}

/* #ads-3*/
.ads.ads-3 .ads-3-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ads.ads-3 .ads-3-box .item {
    width: calc(33.33% - 1.5rem);
    border-radius: 15px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ads.ads-3 .ads-3-box .item img {
    width: 100%;
    height: auto;
    border-radius: 15px !important;
}

/* #ads-4 */
.ads.ads-4 .ads-4-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.ads.ads-4 .ads-4-box .item {
    width: calc(24.5% - 1.5rem);
    border-radius: 15px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ads.ads-4 .ads-4-box .item img {
    width: 100%;
    height: auto;
    border-radius: 15px !important;
}

/* #pagination*/
.app-paging .pagination .page-item.PagedList-skipToLast,
.app-paging .pagination .page-item.PagedList-skipToFirst,
.app-paging .pagination .page-item.PagedList-skipToPrevious,
.app-paging .pagination .page-item.PagedList-skipToNext {
    font-family: 'icomoon';
}

.app-paging .pagination .page-item {
    width: 3rem;
    height: 3rem;
    margin-right: 5px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    line-height: 2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.app-paging .pagination .page-item a {
    display: flex;
    width: 100%;
    justify-content: center;
    color: grey;
}

.app-paging .pagination .page-item:hover a {
    background-color: #007074 !important;
    color: #fff;
}

.app-paging .pagination .page-item.active a {
    border-radius: 5px;
    background-color: #007074 !important;
    color: #fff !important;
}

/*#read-more*/
.read-more-box {
    max-height: 13rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
}

.read-more-box .read-more,
.read-more-box .read-less {
    font-size: 1.6rem !important;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, var(--bg-body));
    margin: 0;
    padding: 0;
    text-align: center;
}

.read-more-box .read-more {
    bottom: 0rem;
    left: 0;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.read-more-box .read-less {
    display: none;

}

.read-more-box .read-more .read-more-btn,
.read-more-box .read-less .read-less-btn {
    color: #44474C !important;
    cursor: pointer;
    padding: 0 15px;
    background: #fff;
    border-radius: 30px;
    display: inline-block;
}

.read-more-box .read-more .read-more-btn i,
.read-more-box .read-less .read-less-btn i {
    vertical-align: middle;
    margin-right: 1rem;
    font-size: 1.4rem;
    color: #007074;
}

/* #Seo Content */


.page-services p span,
.page-services p,
.seo-content p span,
.seo-content p {
    font-size: 14px !important;
    margin-bottom: 15px !important;
    text-align: justify;
	display: inline;
}

.page-services tr td p,
.seo-content tr td p {
    font-size: 1.2rem;
    margin-bottom: 15px !important;
}

.page-services img,
.seo-content img {
    margin: 30px 0;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px;
}

.page-services h1 span,
.page-services h2 span,
.page-services h3 span,
.seo-content h1 span,
.seo-content h2 span,
.seo-content h3 span,
.seo-content h1,
.seo-content h2,
.seo-content h3 {
    color: var(--text-body);
    line-height: 2;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.page-services h1 span ,
.seo-content h1 span {
    font-size: 20px !important;
}


.page-services h2 span,
.page-services h2,
.seo-content h2 span,
.seo-content h2 {
    font-size: 17px !important;
}

.page-services h3 span,
.page-services h3,
.seo-content h3 span,
.seo-content h3 {
    font-size: 14px !important;
}


.page-services h4 span,
.page-services h4,
.seo-content h4 span,
.seo-content h4 {
    font-size: 12px !important;
}

.page-services strong,
.seo-content strong {
    font-weight: bold !important;
}

.page-services strong span,
.seo-content strong span {
    font-weight: bold !important;
}


.page-services ul,
.page-services ol,
.seo-content ul,
.seo-content ol {
    padding-right: 3rem;
    font-size: 1.4rem;
    line-height: 2;
    flex-direction: column;
    display: flex;
    margin-bottom: 15px !important;
}


.page-services ol li span ,
.seo-content ol li span {
    font-size: 1.2rem;
    line-height: 2;
}


.page-services ol li,
.seo-content ol li {
    display: list-item;
}

.page-services ul li span,
.seo-content ul li span {
    font-size: 1.2rem !important;
    line-height: 2;
    font-family: "IRANSans-FaNum" !important;
}

.page-services ul li,
.seo-content ul li {
    list-style: disc;
    list-style-position: inside;
    display: list-item;
    padding-right: 2rem;
    font-size: 1.2rem;
    line-height: 2;
}


.page-services a,
.seo-content a {
    color: #8531b3;
    text-decoration: none;
    background-color: transparent;
}

.page-services a:hover,
.seo-content a:hover {
    color: #613579;
}

.page-services a:after,
.seo-content a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1rem;
    right: 0;
    bottom: -0.5rem;
    border-bottom: 0.1rem red dotted;
}


.page-services h3 a,
.page-services h4 a,
.seo-content h3 a,
.seo-content h4 a {
    font-weight: bold !important;
}


.seo-content table {
    border-color: #9c6137;
    display: flex;
    margin-top: 1.5rem;
    align-items: center;
    justify-content: center;
}

.page-services table tr td,
.seo-content table tr td {
    padding: 0.2rem .5rem;
    width: auto;
    border: 1px solid #e5e5e5;
}

.page-services .table tr:nth-child(odd),
.seo-content .table tr:nth-child(odd) {
    background-color: #f1f1f1;
}


.page-services>div:not([class]),
.seo-content>div:not([class]) {
    font-size: 1.2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
    background-color: #f4f5f9;
    border-radius: .4rem;
}

.page-services>div:not([class])::before,
.seo-content>div:not([class])::before {
    content: '\e93f';
    font-family: 'icomoon';
    font-size: 2rem;
    vertical-align: middle;
    margin-left: 1rem;
    color: #2962FF;
}

blockquote {
    background-color: #eafeff;
	border-right: .3rem solid #007074;
    padding: 15px;
    margin: 15px 0;
	font-size:14px;
}

/* #breadcrumb*/
.breadcrumb-box {
    padding: 15px 0;
    background-color: var(--bg-body) !important;
}

.breadcrumb-box .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-box .breadcrumb li.breadcrumb-item a {
    color: gray;
    font-size: 15px;
}

.breadcrumb-box .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding: 0 0.5rem;
    color: #AAAAAA !important;
    content: var(--bs-breadcrumb-divider, ">");
}

/* #widget */
.widget.widget-filter li.panel {
    width: 100%;
    line-height: 3;
    font-size: 1.2rem;
    border-bottom: .1rem solid #ececec;
}

.widget.widget-filter li.panel a:after {
    content: '\276F';
    color: #0072bc;
    float: right;
    margin-left: 1rem;
    font-size: 1.4rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.widget.widget-filter li.panel a.collapsed::after {
    -webkit-transform: none;
    transform: none;
}

.widget.widget-filter li.panel ul {
    margin: 0px 20px 0 0 !important;
}

.widget.widget-filter li.panel ul li {
    display: block;
    padding-right: 1.5rem;
}

.widget.widget-filter li.panel a.collapsed+ul li {
    padding-right: 1.5rem;
}

.widget {
    background-color: #fff;
    padding: 20px;
}

.widget .widget-title {
    color: var(--text-body);
}

.widget input {
    width: 100%;
    height: 4rem;
    background-color: #eeeeee;
    padding: 15px;
    margin-top: 15px;
    border-radius: 10px !important;
}

.widget .widget-category-list ul {
    display: flex;
    flex-direction: column;
}

.widget .widget-category-list ul li a {
    font-size: 13px;
    color: gray;
    padding-right: 3px;
    height: 3rem;
}

.widget .widget-category-list ul .cco2 {
    padding-right: 20px;
}

.widget .widget-category-list ul .cco3 {
    font-size: 14px;
}

.widget .widget-category-list ul li.cco1::before,
.widget .widget-category-list ul li.cco2::before {
    content: "+";
    font-size: 12px;
    color: gray;
    /* vertical-align: text-bottom; */
    /* color: #0072bc; */
}

.widget .widget-category-list ul li.cco3::before {
    content: "-";
    font-size: 18px;
    color: gray;
    /* vertical-align: text-bottom; */
    /* color: #222; */
    /* margin-left: .5rem; */
}

/* The switch - the box around the slider */
.widget-toggle .switch {
    position: relative;
    display: inline-block;
    width: 4rem;
    height: 1.6rem;
}

/* Hide default HTML checkbox */
.widget-toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.widget-toggle .stockslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.widget .widget-brand-list ul li {
    height: 3rem;
    font-size: 14px;
    color: grey;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.widget .widget-brand-list ul li input {
    padding: 0;
    margin-top: 0;
    height: 2rem;
    width: auto;
}

.stockslider:before {
    position: absolute;
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    left: .5rem;
    bottom: .3rem;
    background-color: white;
    transition: .4s;
}

input:checked+.stockslider {
    background-color: #F9AB00;
}

input:focus+.stockslider {
    box-shadow: 0 0 1px #F9AB00;
}

input:checked+.stockslider:before {
    transform: translateX(26px);
    left: -.5rem;
}

/* Rounded sliders */
.stockslider.round {
    border-radius: 34px;
    width: 4rem;
    height: 2rem;
}

.stockslider.round:before {
    border-radius: 50%;
}

/* Rounded sliders */
.stockslider.round {
    border-radius: 34px;
    width: 4rem;
    height: 2rem;
}

.stockslider.round:before {
    border-radius: 50%;
}

.ui-slider-horizontal {
    height: .1rem;
}

.ui-widget-content {
    background: #f5f6f7;
}

.ui-widget-header {
    background: #000;
}

.ui-widget.ui-widget-content {
    border: .1rem solid #fff;
}

.ui-slider .ui-slider-handle {
    width: 3rem;
    height: 3rem;
    top: -1.5rem;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {
    background: #f5f6f7;
}

.widget-range .widget-range--content #slider {
    position: relative;
    width: 90%;
    margin: 1rem auto;
}

.widget-range .text-range--content {
    color: grey;
}

span.ui-slider-handle.ui-state-default.ui-corner-all:nth-child(2)::after,
a.ui-slider-handle.ui-state-default.ui-corner-all:nth-child(2)::after {
    content: '\203A';
    position: absolute;
    color: #F9AB00;
    top: -1.1rem;
    left: .9rem;
    font-size: 3rem;
}

span.ui-slider-handle.ui-state-default.ui-corner-all:nth-child(3)::after,
a.ui-slider-handle.ui-state-default.ui-corner-all:nth-child(3)::after {
    content: '\2039';
    position: absolute;
    color: #F9AB00;
    top: -1.1rem;
    left: .9rem;
    font-size: 3rem;
}

.ui-widget.ui-widget-content {
    width: calc(100% - 3rem);
    margin: 0 auto;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.9em;
    margin-left: -15px;
}

/* #After Sales Service*/
.sales-service-box {
    padding: 0 15px;
}

.sales-service-box .list-slider {
    height: auto;
}

.sales-service-box .content-sales-service .title {
    font-size: 25px !important;
}

.sales-service-box .content-sales-service .title_1 {
    font-size: 13px !important;
    line-height: 23px;
}

.sales-service-box .content-sales-service .service-item-box {
    flex-direction: column !important;
    align-items: center;
}

.sales-service-box .content-sales-service .service-item-box .image-service-item {
    width: 100x;
}

.sales-service-box .content-sales-service .service-item-box .image-service-item img {
    width: 100%;
}

.sales-service-box .content-sales-service .service-item-box .description-service {
    width: 100%;
    text-align: center;
}

/*#page sortbar */
.sortbar-mob {
    width: 100%;
    height: 5rem;
    background-color: #007074;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    box-shadow: rgb(50 50 93 / 25%) 0px -6px 27px -5px, rgb(0 0 0 / 30%) 16px 0px 0px 0px;
}

.sortbar-mob .sortbar-mob-box {
    border-right: 1px solid #fff;
    width: calc(100% - 25%);
}

.sortbar-mob .sortbar-mob-box span,
.sortbar-mob .sortbar-mob-box i,
.sortbar-mob .advanced-search span,
.sortbar-mob .advanced-search i {
    color: #fff !important;
}

.sortbar-mob i {
    font-size: 14px !important;
}

.sortbar-mob span {
    font-size: 13px !important;
}

.page-sortbar-items {
    display: flex;
    padding: 0 20px;
}

/*#Survey Questionnaire */

.survey-questionnaire-list .survey-questionnaire-item {
    padding: 5px 0;
}

.survey-questionnaire-list .survey-questionnaire-item .label-input-box .number-item {
    width: 25px;
    height: 25px;
    background-color: #007074;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.survey-questionnaire-list .survey-questionnaire-item .label-input-box .title-input {
    color: #666666;
}

.survey-questionnaire-list .survey-questionnaire-item textarea {
    height: 6rem !important;
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    overflow: hidden;
}

.survey-questionnaire-list .survey-questionnaire-item textarea,
.survey-questionnaire-list .survey-questionnaire-item input {
    background-color: #F9F9F9;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #E2E2E2;
    height: 3rem;
    width: 96%;
    padding: 0 15px;
    font-size: 13px;

}

.survey-questionnaire-list .survey-questionnaire-item:first-child input {
    width: 35%;
}

.survey-questionnaire-list .survey-questionnaire-item .checkbox-list .checkbox-item label {
    color: #333333;
    margin-left: 5px;
}

.survey-questionnaire-list .survey-questionnaire-item .checkbox-list .checkbox-item input {
    height: 2rem;
    width: auto;
}

.survey-questionnaire-list .complaints-suggestions-item .image-box {
    width: 130px;
    height: 130px;
    margin: 0 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.survey-questionnaire-list .complaints-suggestions-item .image-box img {
    width: 100%;
    height: 100%;
}

.survey-questionnaire-list .complaints-suggestions-item .complaints-suggestions-box-item {
    width: 22rem;
}

.survey-questionnaire-page {
    background-color: var(--bg-body) !important;
}

.survey-questionnaire-page .text-short {
    color: var(--text-body);
    line-height: 23px;
    text-align: justify;
}

.contact-us {
    background-color: var(--bg-body) !important;
}

.survey-questionnaire-page .contact-us-box {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #F9F9F9;
    border: 1px solid #E2E2E2;
}

.survey-questionnaire-page .contact-us-box .text-short {
    color: #666666;
}

.survey-questionnaire-page .contact-us-box textarea,
.survey-questionnaire-page .contact-us-box input {
    height: 4rem;
    font-size: 12px;
    width: 100%;
    padding: 0 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin: 5px 0;
    border: 1px solid #E2E2E2;
    background-color: #fff;
}

.survey-questionnaire-page .contact-us-box textarea {
    padding: 15px;
    height: 26rem;

}

.survey-questionnaire-page .contact-us-box .btn-message {
    width: 10rem;
    height: 4rem;
    background-color: #F08523;
    border-radius: 35rem;
    -webkit-border-radius: 35rem;
    -moz-border-radius: 35rem;
    -ms-border-radius: 35rem;
    -o-border-radius: 35rem;
    border: none;
}

.survey-questionnaire-list .survey-questionnaire-item .label-input-box {
    align-items: center !important;
}

/* #Survey Questionnaire */
.survey-questionnaire-list .survey-questionnaire-item {
    padding: 5px 0;
}

.survey-questionnaire-list .survey-questionnaire-item .label-input-box .number-item {
    width: 25px;
    height: 25px;
    background-color: #007074;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.survey-questionnaire-list .survey-questionnaire-item .label-input-box .title-input {
    color: #666666;
}

.survey-questionnaire-list .survey-questionnaire-item textarea {
    height: 6rem !important;
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    overflow: hidden;
}

.survey-questionnaire-list .survey-questionnaire-item textarea,
.survey-questionnaire-list .survey-questionnaire-item input {
    background-color: #F9F9F9;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #E2E2E2;
    height: 3rem;
    width: 96%;
    padding: 0 15px;
    font-size: 13px;

}

.survey-questionnaire-list .survey-questionnaire-item:first-child input {
    width: 35%;
}

.survey-questionnaire-list .survey-questionnaire-item .checkbox-list .checkbox-item label {
    color: #333333;
    margin-left: 5px;
}

.survey-questionnaire-list .survey-questionnaire-item .checkbox-list .checkbox-item input {
    height: 2rem;
    width: auto;
}

.survey-questionnaire-page .contact-us-box {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #F9F9F9;
    border: 1px solid #E2E2E2;
}

.survey-questionnaire-page .contact-us-box .text-short {
    color: #666666;
}

.survey-questionnaire-page .contact-us-box textarea,
.survey-questionnaire-page .contact-us-box input {
    height: 4rem;
    font-size: 12px;
    width: 100%;
    padding: 0 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin: 5px 0;
    border: 1px solid #E2E2E2;
    background-color: #fff;
}

.survey-questionnaire-page .contact-us-box textarea {
    padding: 15px;
    height: 26rem;

}

.survey-questionnaire-page .contact-us-box .btn-message {
    width: 10rem;
    height: 4rem;
    background-color: #F08523;
    border-radius: 35rem;
    -webkit-border-radius: 35rem;
    -moz-border-radius: 35rem;
    -ms-border-radius: 35rem;
    -o-border-radius: 35rem;
    border: none;
}

.survey-questionnaire-list .survey-questionnaire-item .label-input-box {
    align-items: center !important;
}

.survey-questionnaire-list .form-warranty-activation-page select,
.survey-questionnaire-list .form-warranty-activation-page input {
    width: 100%;
    height: 4rem;
    background-color: #fff;
    color: var(--text-body);
}

input::placeholder {
    color: rgb(145, 145, 145) !important;
}

.title-section {
    color: var(--text-body) !important;
}

.name-product {
    color: #000;
}

.data-warranty-box span {
    color: #000;

}

.survey-questionnaire-list .form-warranty-activation-page .btn-warranty {
    height: 4rem;
    width: 15rem;
    border: 1px solid #007074;
}

.survey-questionnaire-list .modal-content {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.survey-questionnaire-list .modal-header {
    padding: 1.5rem;
    background-color: #007074;
    color: #fff;
}

.survey-questionnaire-list .modal-header h5 {
    font-size: 15px;
}

.survey-questionnaire-list .modal-header .btn-close {
    color: red;
}

.survey-questionnaire-list .modal-body {
    overflow-y: auto;
    max-height: 70rem;
}

.survey-questionnaire-list .modal-body select,
.survey-questionnaire-list .modal-body input {
    height: 3.5rem;
}

.survey-questionnaire-list .modal-body textarea {
    max-height: 10rem;
}

.survey-questionnaire-list .modal {
    z-index: 9999999;
}

.survey-questionnaire-page .image-box-warranty {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.survey-questionnaire-page .image-box-warranty img {
    width: 100%;
    height: auto;
}

/* #contact-us */
.contact-us p {
    font-size: 14px;
    color: gray;
    text-align: justify;
    padding: 10px 0 10px 0;
    line-height: 25px;
}

.contact-box-call-1 div a {
    color: var(--text-body) !important;
}

.contact-us textarea {
    padding: 10px 40px 10px 10px;
    font-size: 12px;
    width: 100%;
    border: 1px solid #939598 !important;
    background-color: #fff;
}

.contact-us .message-box-input select,
.contact-us .message-box-input input {
    width: 50%;
    height: 5rem;
    font-size: 12px;
    background-color: #fff;
    color: #F0F0F0;
    padding-right: 40px;
    border: 1px solid #939598 !important;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}

.contact-us .message-box-input select {
    color: #858585;
}

.contact-us .message-box-input select option {
    height: 4rem;
}

.contact-us .message-box-input i {
    right: 10px;
    top: 5px;
    color: #007074;
}

.contact-us .send-message {
    width: 12rem;
    height: 3rem;
    border: none !important;
    background-color: #007074;
    transform: translate(10px, -62px);
}

/*  #Login */
.login-page {
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99999;
    padding: 15px;
}

.login-page .logo {
    width: 100%;
    height: 8rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page .logo img {
    width: 60%;
    height: 100%;
}

.login-page #loginForm label {
    cursor: auto;
}

.login-page .login-box {
    width: 45rem;
    min-height: 43rem;
    border-radius: 1rem;
    height: auto;
    padding: 5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.login-page input {
    height: 5rem;
    text-align: right;
    font-size: 1.6rem !important;
}

.login-page input::placeholder {
    font-size: 13px;
}

.login-page input[type="checkbox"] {
    display: inline-block;
    margin-left: 1rem;
}

.login-page .acceptrules label {
    margin: 0;
}

.login-page .btn {
    height: 5rem;
    letter-spacing: .2rem;
}

.login-page p {
    line-height: 2;
    font-size: 1rem
}

.login-page .icon-Enter {
    vertical-align: middle;
}

.login-page .icon-Enter::before {
    color: #222;
}

.login-page .loginbysms {
    cursor: pointer;
}

/* #blog */
.widget-blog {
    margin-top: 0 !important;
    margin-bottom: 3rem;
    background-color: #fff !important;
}

.blog-page {
    background-color: var(--bg-body) !important;
}

.single-blog-page {
    margin-top: 0 !important;
    background-color: #fff !important;
}

.header-box {
    background-color: #fff !important;
}

.blog {
    background-color: var(--bg-body);
}

.header-box {
    top: 0;
}

.blog .single-blog-page .header-box .study-time {
    height: 3.5rem;
}

.blog-down-audio {
    background-color: #007074;
}

.blog .single-blog-page .grouping-scoring-box .number-article {
    border-left: 1px solid #f1f1f1;
    padding-left: 15px;
}

.blog .single-blog-page .grouping-scoring-box .progress {
    height: 2rem !important;
    width: 100% !important;
}

.blog .single-blog-page .article-abstract-box {
    width: 100%;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 15px;
}

.blog .single-blog-page .article-abstract-box .article-abstract-text {
    width: calc(100% - 25%);
}

.blog .single-blog-page .article-abstract-box .article-abstract-text p {
    text-align: justify;
    line-height: 23px;
    margin: 10px 0 !important;
}

.blog .single-blog-page .article-abstract-box .image-blog {
    width: 25%;
    height: auto;
    max-height: 20rem;
    background: #fff;
}

.blog .single-blog-page .article-abstract-box .image-blog img {
    width: 100%;
    height: 100%;
}

.blog .single-blog-page .grouping-scoring-box .user-rating .rate:not(old) {
    height: 2em !important;
}

.blog .single-blog-page .grouping-scoring-box .user-rating .progress {
    background-color: transparent;
}

.blog .header-box .nav {
    width: 100%;
    height: .2rem;
    background-color: rgb(179, 179, 179);
    bottom: 0;
}

.blog .header-box .nav .nav-bar-scroll {
    position: absolute;
    bottom: 0;
    width: 0;
    height: .5rem;
    background-color: red;
}

.blog .comment-box .input-item {
    border: 1px solid grey;
    background: var(--bg-body);
}

.blog .comment-box .input-item:focus {
    border: 1px solid #007074;
}


.Label-box a {
    border: 1px solid #007074;
    color: #007074 !important;
}

.comment-box {
    background-color: #fff !important;
}

.widget-blog .profile-box .profile-img {
    width: 60px;
    height: 60px;
    box-shadow: 0px 2px 4px #6e75881c;
}

.profile-box .profile-img img {
    width: 100%;
    height: auto;
}

.widget-blog .share-blog-box,
.widget-blog .profile-box {
    border-bottom: 1px solid #f2f6fc;
}

.widget-blog .blog-audio .text-blog-audio {
    line-height: 20px;
}

.widget-blog .blog-audio audio {
    width: 100%;
    height: 4.5rem;
}

.widget-blog .widget-blog-list {
    padding: 0;
}

.widget-blog .widget-blog-list li {
    border-bottom: 1px solid #f2f6fc;
    padding: 10px 0;
}

.widget-blog .widget-blog-list li .image-box {
    width: 8.5rem;
    height: 6rem;
    box-shadow: 0px 2px 5px #23263330 !important;
    border-radius: 15px !important;
}

.widget-blog .widget-blog-list li .image-box img {
    width: auto;
    height: 100%;
    border-radius: 15px !important;
}

.widget-blog .widget-blog-list li .title-and-deta {
    width: calc(100% - 6rem);
}

.widget-blog .widget-blog-list li .title-and-deta .title-blog {
    line-height: 16px;
    font-size: 12px !important;
    color: var(--text-body) !important;
}

.widget-blog .widget-blog-list li .title-and-deta span {
    color: gray;
}

/*  #Single Product  */
.product-page {
    background-color: #f7f7f7 !important;
}

.product-page .row .col-xl-7,
.product-page .row .col-xl-5 {
    background-color: #fff !important;
    padding: 15px;
}


.product-page .row .col-xl-7 {
    border-radius: 15px 0 0 15px;
}

.product-page .row .col-xl-5 {
    border-radius: 0 15px 15px 0;
}

.product-page .tab-content {
    border-radius: 20px;
    margin-top: 5px;
    margin-bottom: 35px;
    padding: 15px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    background: #fff;
}

.product-page .nav-bar-box::-webkit-scrollbar {
    display: none;
}

.product-page .name-productbox {
    width: 100%;
    height: 9rem;
    border-bottom: 1px solid gray;
}

.product-page .name-productbox .name-en {
    bottom: -10px;
    color: #888888;
    background-color: #fff !important;
}

.product-page .product-info-category,
.product-page .product-info-rate {
    color: var(--text-body) !important;
    height: 5rem;
    justify-content: space-between;
}

.product-page .category-list span,
.product-page .product-code span {
    font-size: 1.4rem !important;
}

.product-page .category-list i,
.product-page .Scoring-img i {
    font-size: 1.4rem !important;
}

.product-page .category-list a {
    font-size: 1.8rem !important;
    color: #fff;
}

.product-page .product-code a {
    font-size: 2.2rem !important;
    color: #fff;
}

.product-page .brief-description-product {
    color: var(--text-body);
    line-height: 25px;
    margin-top: 40px;
}

.product-page .service .warranty-box .btn-warranty {
    width: 13rem;
    height: 3rem;
    background-color: #007074;
    border-radius: 53px;
    -webkit-border-radius: 53px;
    -moz-border-radius: 53px;
    -ms-border-radius: 53px;
    -o-border-radius: 53px;
}

.product-page .product-info-color .color-list .color-item {
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}

.product-page .product-info-color .color-list .color-item.active {
    border: 1px solid grey;
}

.product-page .row .col-xl-12 {
    padding: 0 !important;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

.item-icon {
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    margin-left: 0 !important;
}

.item-icon i {
    color: #fff;
}

.product-page .product-info-options {
    bottom: 45px;
    left: 0;
}

.product-page .image-product-box {
    flex-direction: column;
}

.product-page .image-product-box .image-product-bass {
    width: 100%;
    height: 43rem;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.product-page .image-product-box .image-product {
    width: 40rem;
    height: 40rem;
    min-height: 40rem;
}

.product-page .image-product-box .image-product img {
    width: 100%;
    height: auto;
}

.product-page .image-product-box .options-image {
    height: auto;
    overflow-y: auto !important;
    flex-direction: row !important;
    overflow: auto;
    width: max-content;
    margin-right: 0 !important;
    margin-top: 15px;
    justify-content: center !important;
    /*overflow: scroll;*/
}

.product-page .image-product-box .options-image .item-image {
    width: 7rem;
    height: 7rem;
    margin-bottom: 10px;
    border: 1px solid #dbdbdb;
    padding: 5px;
    background: #fff;
    margin: 0 5px;
}

.product-page .image-product-box .options-image .item-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-page .image-product-box .options-image .item-image.active {
    border: 1px solid #007074;
}

.product-page .image-product-box .options-image .item-image .number-image {
    color: #666666;
}

.product-page .btn-register-comment {
    width: 20rem;
    height: 4rem;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.product-page .product-Informationbox .service {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--bg-body);
}

.product-page .brief-description-product .brief-description-topfeature {
    font-size: 17px;
    font-weight: bold !important;
    margin-bottom: 10px;
    color: #007074;
}

.product-page .nav-tabs {
    height: 5rem;
    padding: 0 30px !important;
    background-color: #fff;
    border-radius: 15px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

.product-page .nav-tabs .nav-item .nav-link {
    width: auto;
    height: 5rem;
    padding: 0 45px;
    font-size: 15px;
    color: var(--text-body);
    border-top: none;
    border-right: none;
    border-left: none;
}

.product-page .nav-tabs .nav-item .nav-link:hover {
    border-bottom: 1px solid #007074;
}

.product-page .nav-tabs .nav-item.show .nav-link,
.product-page .nav-tabs .nav-item .nav-link.active {
    width: auto;
    height: 5rem;
    color: var(--text-body) !important;
    font-weight: bold !important;
    border-bottom: 2px solid #007074;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
}

.product-page .nav-tabs .nav-link:focus,
.product-page .nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
}

.product-info-spec .nav-bar-box {
    background: #fff !important;
}

.product-page .tab-pane {
    padding: 40px 0;
}

.product-page .spec {
    padding: 0 70px;
}

.product-page .spec .title-spec {
    color: #007074;
}

.product-page .spec .spec-list .spec-item {
    border-bottom: 1px solid #EEEEEE;
    width: 45rem;
    height: auto;
    line-height: 4rem;
}

.product-page .spec .spec-list .spec-item .spec-type {
    width: 15rem;
    color: #007074;
    font-size: 14px !important;
}

.product-page .spec .spec-list .spec-item .spec-value {
    color: gray;
    width: calc(100% - 15rem);
    font-size: 13px !important;
}

.progress-all ul {
    margin-top: 1.5rem;
}

.progress-all ul li {
    width: 100%;
    text-align: right;
    height: 3rem;
}

.progress-all ul li span.progress-title {
    width: 33% !important;
    float: right;
    font-size: 12px;
    color: #888888;
    padding-top: 0.5rem;
}

.progress {
    width: 55% !important;
    height: 5px !important;
    width: 15%;
    float: right;
    margin-top: 10px;
}

.send-message__rate .progress {
    height: 2.5rem !important;
    margin-top: 0;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-all ul li span.progress-type {
    width: 10%;
    float: right;
    font-size: 12px;
    padding-right: 10px;
    color: #888888;
}

.comments-newbtn {
    width: 12rem;
    height: 3rem;
    background-color: #007074;
}

.product-page .comments .users-score {
    border-bottom: 1px solid #E5E5E5;
    padding: 0 10px 0 200px;
}

.product-page .comments .user-comments {
    padding: 0 10px 0 200px;
}

.product-page .comments .user-comments-right .profile-user .name-user {
    color: #007074;
}

.product-page .comments .user-comments-right .profile-user .data-user {
    color: #888888;
}

.product-page .comments .user-comments-right .progress {
    width: 85% !important;
}

.product-page .comments .user-comments-right .progress-all ul li {
    height: 4.5rem;
    flex-direction: column;
}

.product-page .comments .user-comments-right .progress-all ul li span.progress-type {
    display: none;
}

.product-page .comments .user-comments-right .progress-all ul li span.progress-title {
    width: 100% !important;
}

.product-page .comments .user-comments-right .user-recommendation {
    width: 85%;
    height: 4rem;
    background-color: #007074;
}

.product-page .comments .user-comments-left .comment-user .number-yes,
.product-page .comments .user-comments-left .comment-user .text-comment-user {
    color: var(--text-body);
    line-height: 22px;
}

.product-page .comments .user-comments-left .comment-user .question-text {
    color: #007074;
}

.btn-yes {
    width: 7.7rem;
    height: 3rem;
    background-color: #007074;
}

.support-answer {
    width: 95%;
    height: auto;
    background: var(--bg-body);
    margin: 0 50px;
    color: var(--text-body);
    border: 1px solid gray;
}

/* #guide-Questions*/

.manual-and-support {
    padding: 0 70px;
}

.manual-and-support .dow-brochure .icon-box {
    width: 6rem;
    height: 6rem;
    background-color: #007074;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.manual-and-support .links-blog .links-blog-item {
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid #EEEEEE;
}

.manual-and-support .links-blog .links-blog-item .link-item {
    color: gray;
    line-height: 25px;
}

.manual-and-support .links-blog .links-blog-item .icon-box {
    width: 3rem;
    height: 3rem;
    background-color: #007074;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 10px;
}

.manual-and-support .links-blog .all-links .icon-box {
    width: 2.4rem;
    height: 2.4rem;
    background-color: #007074;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


/* #Product preparation */
.product-preparation-box {
    padding: 0 70px 0 0;
}

.table-responsive {
    max-height: 60rem;
    overflow-y: scroll;
}

.table>:not(caption)>*>* {
    font-size: 13px;
    padding: 1rem 2.5rem;
}

.product-preparation-box .table-responsive table tr td {
    border: none;
    border-top: 1px solid #EEEEEE;
    height: 4rem;
}

.table>thead {
    vertical-align: bottom;
    position: sticky;
    top: 0;
    background: #fff;
}

.product-preparation-box .table-responsive table tr th {
    color: #007074;
    border: none;
    font-size: 15px;
}

.product-preparation-box .table-responsive table tr td:first-child {
    color: #007074;
}

/* #After Sales Service */
.sales-service-box .list-slider {
    width: 100%;
    height: 37rem;
}

.sales-service-box .list-slider .item-slider {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.sales-service-box .list-slider .item-slider img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.sales-service-box .content-sales-service .description-title {
    color: #666666;
    line-height: 23px;
    text-align: justify;
}

.sales-service-box .content-sales-service .service-item-box .image-service-item {
    width: 15rem;
    height: auto;
}

.sales-service-box .content-sales-service .service-item-box .image-service-item img {
    width: auto;
    height: auto;
}

.sales-service-box .content-sales-service .service-item-box .description-service {
    width: calc(100% - 15rem);
}

.sales-service-box .content-sales-service .service-item-box .description-service .text {
    color: #5C5D5F;
    line-height: 20px;
    text-align: justify;
}

.sales-service-box .content-sales-service .btn-service {
    width: 13rem;
    height: 4rem;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
}

.sales-service-box .warranty-registration-box p {
    text-align: justify;
}

.sales-service-box .warranty-registration-box input {
    width: 100%;
    height: 4rem;
}

.sales-service-box .warranty-registration-box input::placeholder {
    font-size: 13px;
}

.survey-questionnaire-page .btn-warranty,
.sales-service-box .survey-guestionnaire-box .btn-warranty,
.sales-service-box .warranty-registration-box .btn-warranty {
    width: 11rem;
    height: 3.7rem;
}

.survey-questionnaire-page .btn-warranty {
    background: #007074;
}

.side-banner {
    width: 100%;
    height: auto;
    top: 140px;
}

.side-banner img {
    width: 90%;
    height: auto;
}

.sales-service-box .survey-guestionnaire-box {
    width: 95%;
    height: auto;
    padding: 20px;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    background-color: #F9F9F9;
}

.sales-service-box .survey-guestionnaire-box .description {
    font-size: 12px;
    line-height: 20px;
    color: #007074;
}

/* #questions-box */
.questions-section {
    width: 95%;
    height: auto;
}

.questions-section .title-product .text-2 {
    color: #007074;
    font-weight: bold !important;
}

.accordion {
    margin-top: -30px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #555555;
    background-color: transparent;
    box-shadow: none;
}

.accordion .accordion-button {
    color: #555555;
}

.accordion .accordion-item {
    border: none;
    margin: 20px 0;
}

.accordion .accordion-button::after {
    display: none
}

.accordion .accordion-header {
    border-bottom: 1px solid #EEEEEE;
    margin-right: 30px !important;
}

.accordion .accordion-header .accordion-button p {
    background-color: #ffffff;
    top: 13px;
    right: 0;
}

.accordion .accordion-header .accordion-button p::before {
    content: '+';
    font-size: 20px;
}

.accordion .accordion-button p::before {
    color: #fff;
    padding-top: 5px;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    background-color: #007074;
    right: -30px;
    top: -5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion .accordion-header .accordion-button:not(.collapsed) p::before {
    content: '-';
    font-size: 35px;
}

.accordion .accordion-body {
    color: #777777;
    font-size: 12px;
    padding-top: 25px;
    padding-right: 25px;
}

.questions-section .see-more {
    width: 18rem;
    height: 4rem;
    bottom: 0;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
    background-color: #007074;
}

.counseling {
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    border: 1px solid #EEEEEE;
}

.counseling .text-counseling::before {
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #007074;
    position: absolute;
    right: -30px;
    top: -5px;
}

.description-counseling {
    color: #666666 !important;
    line-height: 20px;
}

.counseling .consultation-request-box input {
    height: 4rem;
    margin-top: 5px;
    margin-bottom: 5px !important;
}

.counseling .field-validation-error span {
    font-size: 12px !important;
    margin-right: 10px;
}

.counseling .consultation-request-box button {
    width: 14rem;
    height: 4rem;
    background-color: #007074;
}

.widget-title::before,
.before::before {
    content: '';
    width: 15px;
    height: 6px;
    background-color: #007074;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-left: 7px;
    font-size: 15px;

}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 100px;
    height: 100px;
}

/* #gallery */
.gallery {
    width: 100%;
}

.gallery-container {
    align-items: center;
    display: flex;
    height: 300px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.gallery-container .gallery-item img {
    width: 35%;
    height: auto;
}

.gallery-item {
    height: 200px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d6e5f9;
    border: 2px solid #fff;
    opacity: 0;
    position: absolute;
    z-index: 0;
    background-size: contain;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 2px 1px 20px -5px rgb(157 157 157 / 63%);
}

.gallery-item span {
    font-size: 95px;
    transition: font-size .3s ease-in-out;
    -webkit-transition: font-size .3s ease-in-out;
    -moz-transition: font-size .3s ease-in-out;
    -ms-transition: font-size .3s ease-in-out;
    -o-transition: font-size .3s ease-in-out;
}

.gallery-item .name-product {
    display: block;
    position: absolute;
    bottom: -50px;
    color: #007074;
    font-weight: bold !important;
    font-size: 18px;
}

.gallery-item-1 .name-product,
.gallery-item-2 .name-product,
.gallery-item-3 .name-product,
.gallery-item-5 .name-product,
.gallery-item-6 .name-product,
.gallery-item-7 .name-product {
    display: none;
}

.gallery-item-1 span,
.gallery-item-2 span,
.gallery-item-3 span,
.gallery-item-5 span,
.gallery-item-6 span,
.gallery-item-7 span {
    font-size: 50px;
}

.gallery-item-1 {
    left: 15%;
    width: 13rem;
    height: 13rem;
    opacity: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: -1;
    background-color: #fff;
}

.gallery-item-3,
.gallery-item-5 {
    height: 200px;
    opacity: 1;
    width: 200px;
    z-index: 1;
    background-color: #fff;

}

.gallery-item-2 {
    left: 25%;
    width: 13rem;
    height: 13rem;
    opacity: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #fff;

}

.gallery-item-3 {
    left: 36%;
    width: 17rem;
    height: 17rem;
    opacity: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #fff;

}

.gallery-item-4 {
    height: 200px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 200px;
    z-index: 2;
}

.gallery-item-5 {
    left: 64%;
    width: 17rem;
    height: 17rem;
    opacity: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #fff;

}

.gallery-item-6 {
    left: 75%;
    width: 13rem;
    height: 13rem;
    opacity: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #fff;

}

.gallery-item-7 {
    left: 85%;
    width: 13rem;
    height: 13rem;
    opacity: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: -1;
    background-color: #fff;

}

.gallery-controls {
    display: flex;
    justify-content: center;
}

.gallery-controls button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 40px;
    color: #007074;
}

.gallery-controls-previous {
    position: absolute;
    top: 40%;
    left: 0;
}

.gallery-controls-previous::before {
    content: "\eba9";
    font-family: 'icomoon';
}

.gallery-controls-previous:hover::before {
    left: -40px;
}

.gallery-controls-next {
    position: absolute;
    top: 40%;
    right: 0;
}

.gallery-controls-next::before {
    content: "\ebac";
    font-family: 'icomoon';
}

.gallery-container-next:hover::before {
    right: -40px;
}

.gallery-nav {
    bottom: -15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
}

.gallery-nav li {
    background-color: #ccc;
    height: 10px;
    margin: 0 16px;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gallery-nav li.gallery-item-selected {
    background: #555;
}

/* Middle Banner  */
.section-middle-banner .middle-banner img {
    width: 100%;
}

.sort-bar-box {
    background-color: #fff;
}

.sort-bar-box .order-by-box select {
    background-color: #fff;
    color: #000;
    border: 1px solid #eee;
}

.number-article {
    color: var(--text-body) !important;
}

.page-article-list {
    background-color: #f7f7f7 !important;

}

.article-list-page {
    padding: 0;
}

.article-list-page .article-item {
    width: 49%;
    margin-bottom: 20px !important;
    background: #fff;
    border: none;
}

.article-list-page .article-item .see-all-green {
    width: 10rem;
    height: 3rem;
}

.form-box-main .form-box .message-box-input input {
    width: 100%;
}

.form-box-main .image-box {
    height: 46rem;
    top: -140px;
    left: 0;
}

.form-box-main .image-box img {
    width: 100%;
    height: 100%;
}

.survey-questionnaire-page-category {
    padding-bottom: 7rem !important;
}

.complaints-suggestions-box {
    flex-wrap: wrap;
}

/* Start Customer complaints */
.customer-complaints-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.customer-complaints-box .form-box-base {
    width: 65%;
}

.customer-complaints-box .image-list-box {
    width: 35%;
}

.customer-complaints-box .form-list {
    padding-left: 30px !important;
}

.customer-complaints-box .form-list .item-input textarea,
.customer-complaints-box .form-list .item-input input {
    height: 4.5rem;
    border: 1px solid #9c9c9c;
    background-color: var(--bg-body);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.customer-complaints-box .form-list .item-input textarea {
    min-height: 23rem;
}

/*  Start Registered Warranties */
.registered-warranties-list {
    background-color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.registered-warranties {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.registered-warranties .image-box {
    width: 9rem;
    height: 9rem;
    border: 1px solid rgb(189, 189, 189);
}

.registered-warranties .image-box img {
    width: 100%;
    height: auto;
}

.registered-warranties .logo-box {
    width: 15rem;
    height: 4rem;
}

.registered-warranties .logo-box img {
    width: 100%;
    height: auto;
}

.survey-questionnaire-list .text-warranty-activation-page span {
    width: 8rem;
    display: flex;
}

.ordering {
    width: 100%;
    height: 41rem;
    position: fixed;
    box-shadow: rgb(50 50 93 / 25%) 0px -6px 27px -5px, rgb(0 0 0 / 30%) 16px 0px 0px 0px;
    bottom: 4rem;
    right: 0;
    display: none;
    z-index: 999999;
}

.ordering::after {
    content: '';
    width: 100%;
    height: calc(100% - 41rem);
    background-color: #00000040;
    z-index: -1;
    position: fixed;
    top: -40px;
    right: 0;
}

/* Start Section Product Introduction  */
.product-introduction-list {
    height: 30rem;
    border-radius: 45px 3px 45px 3px;
    box-shadow: rgb(214 229 249) 0px 0px 0.25em, rgb(214 229 249) 0px 0em 0em;
}

.product-introduction-list .product-introduction-item .image-box {
    width: 35%;
    height: 26rem;
}

.product-introduction-list .product-introduction-item .image-box img {
    width: auto;
    height: 100%;
}

.product-introduction-list .product-introduction-item .content-box {
    width: calc(100% - 35%);
    padding: 50px 15px 50px 0;
}

.product-introduction-list .product-introduction-item .content-box .text-decoration {
    line-height: 30px;
    margin-top: 25px !important;
    text-align: justify;
}

.product-introduction-list.owl-theme .owl-nav.disabled+.owl-dots {
    width: 93%;
}

.product-introduction-list.owl-carousel .owl-item {
    padding: 5px;
}

.product-introduction-list.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    left: 55px;
    width: auto;
}

.product-introduction-list.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    width: 6.5rem;
    background-color: #007074;
}

.product-introduction-list.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 3rem;
    height: 8px;
    margin: 5px 5px;
    background-color: #d6e5f9;
}

.social-networks {
    background-color: var(--bg-body) !important;
    padding: 10px 20px !important;
}

.social-networks li {
    margin-bottom: 0 !important;
}

.social-networks li a {
    color: #007074 !important;
}

.social-networks li a:hover {
    color: #f07c00 !important;
}

/* Start Section List Product */
.list-product-box {
    background-image: url("../img/list_product_bg.webp");
    height: 48rem;
    background-repeat: no-repeat;
    padding: 50px;
    border-radius: 30px;
}

.list-product-box .title-box {
    width: 25%;
}

.list-product-box .list-product {
    width: calc(100% - 25%);
    padding-right: 15rem;
    /* border: 1px solid black; */
}

.item-product .image-box {
    width: 100%;
    height: 18rem;
}

.item-product .image-box img {
    width: 100%;
    height: auto;

}

.item-product .title {
    height: 7rem;
    line-height: 23px;
    color: #000;
}

.item-product .title:hover {
    font-weight: bold !important;
}

.item-product .see-all-orange {
    height: 3.5rem;
    width: 75%;
    margin: 0 auto;
}

.productlist .item-product {
    width: 24%;
    margin-bottom: 15px;
}

.productlist-page {
    background-color: #f7f7f7 !important;
}

.list-product-box .list-product.owl-carousel .owl-nav button.owl-prev,
.list-product-box .list-product.owl-carousel .owl-nav button.owl-next {
    background-color: transparent !important;
    position: inherit;
    /* transform: inherit; */
}

.list-product-box .list-product.owl-theme .owl-nav [class*=owl-] i {
    transform: rotate(-45deg);
}

.productlist-description-section {
    background-color: #f7f7f7 !important;
}

/* Section Further Details */
.section-further-details {
    background-color: #0c2139;
    margin-top: 100px;
    background-image: url("../img/faq_bg.png");
    padding: 50px;
    margin-bottom: 30px;
}

.section-further-details .further-details-right .teather-name {
    font-size: 40px;
    width: 20rem;
    display: flex;
}

.section-further-details .further-details-right .teather-name_1 {
    padding-right: 65px;
    width: auto;
}

.section-further-details .further-details-right .image-description-box .image-box {
    width: 21rem;
    height: 23rem;
    margin-left: 20px;
    border: 1px solid black;
}

.section-further-details .further-details-right .image-description-box .image-box img {
    width: 100%;
    height: auto;
}

.section-further-details .further-details-right .image-description-box .text-main {
    width: calc(100% - 21rem);
    font-size: 13px;
    line-height: 28px;
    text-align: justify;
}

.section-further-details .further-details-right .services-list {
    width: 65%;
}

.section-further-details .further-details-right .services-list .services-item {
    width: 50%;
    margin-bottom: 10px;
    color: #b0c2d7;
}

.section-further-details .further-details-right {
    width: 46%;
}

.section-further-details .further-details-right video {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.section-further-details .further-details-left {
    width: 50%;
    z-index: 999;
    padding-right: 80px !important;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
}

.section-further-details .further-details-left::before {
    content: '';
    background-color: #ffa727;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.section-further-details .further-details-left .accordion .accordion-header {
    margin-right: 0 !important;
}

.section-further-details .div-bg-blue {
    background-color: #007074;
    top: -50px;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.further-details-left .accordion .accordion-item {
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    overflow: hidden;
}

.further-details-left .accordion .accordion-item .accordion-body {
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    padding-top: 0;
}

.further-details-left .accordion .accordion-button {
    height: 7rem;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.further-details-left .accordion .accordion-button .nummber-item {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #ffa727;
    color: #fff;
    /* font-family: "iransans-fa"; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

}

.further-details-left .accordion-button:hover,
.further-details-left .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #ffa727;
}

.further-details-left .accordion-button:hover .nummber-item,
.further-details-left .accordion-button:not(.collapsed) .nummber-item {
    background-color: #fff;
    color: #3f3d3d;
}

.further-details-left .accordion-button:hover,
.further-details-left .accordion-button:not(.collapsed) {
    color: #3f3d3d;
}

.further-details-left .accordion-button:not(.collapsed) .accordion-body {
    background-color: #ffa727;
    color: #fff;
}


/* Start Section About Us  */
.section-about-us {
    padding-top: 30px;
    margin-bottom: 30px;
}

.section-about-us .about-us-box {
    background-image: url("../img/about_us_bg.png");
    height: 40rem;
    background-repeat: no-repeat;
    padding: 30px 100px;
}

.section-about-us .about-us-box .text-description {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

.section-about-us .about-us-box .about-us-item .image-box {
    width: 7.5rem;
    height: 4.5rem;
    background: #f3f3f3;
    border-radius: 5px;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}

.section-about-us .about-us-box .about-us-item .image-box i {
    color: #f3920a;
}

/* Start Section Article Box */
.section-article-box {
    padding-top: 30px;
    margin-bottom: 30px;
}

.article-item {
    background: #eeeeee;
    border: 1px solid #d2d4d5;
    border-radius: 15px;
    padding: 10px;
    height: 15rem;
    box-shadow: rgb(214 229 249) 0px 0px 0.25em, rgb(214 229 249) 0px 0em 0em;
}

.article-item .image-box {
    width: 14.5rem;
    height: 13rem;
    border-radius: 15px;
    overflow: hidden;
}

.article-item .image-box img {
    width: 100%;
    height: 100%;
}

.article-item .content-box {
    width: calc(100% - 14.5rem);
    padding-right: 15px;
}

.article-item .content-box .title-blog {
    height: 6rem;
    line-height: 26px;
}

.article-item .content-box .title-blog:hover a {
    font-weight: bold !important;
}

.article-item .co ntent-box .see-all-green {
    width: 7rem;
    height: 2.5rem;
    color: #fff;
}

/* Start Footer */
footer {
    background-color: #007074;
    padding: 30px;
    margin-top: 13rem;
    position: relative;
}

footer .links-item {
    position: relative;
    display: block;
    padding-right: 18px;
    /* جا برای دایره */
    margin-bottom: 12px;
    font-size: 15px;
    text-decoration: none;
    color: white;
    line-height: 1.5;
}

footer .links-item::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 10px;
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
}

footer .links-box .links-box-list {
    width: 30%;
}

footer .image-box {
    width: 80rem !important;
    height: 38rem;
    position: absolute;
    left: -2rem;
    top: -6.5rem;
}

footer .image-box img {
    width: 100%;
}

footer .footer-bottom .logo-footer {
    width: 15rem;
    height: 6.5rem;
}

footer .footer-bottom .logo-footer img {
    width: 100%;
    height: auto;
}

footer .footer-bottom .footer-item {
    line-height: 23px;
    text-align: justify;
	color: #fff;
}

.designed-with {
    background-color: #f3920a;
    color: #fff;
}

.designed-with a {
    background-color: #f3920a;
    color: #007074;
}

/* -------------------------------------------- */
/* ------------------ #Login ------------------ */
/* -------------------------------------------- */
.login-box .logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.login-box .logo a {
    width: 20rem;
    height: auto;
    display: flex;
}

.login-box .logo a img {
    width: 100%;
    height: auto;
}

.login-page {
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99999;
    padding: 15px;
}

#loginForm label {
    cursor: auto;
}

.login-page .login-box {
    width: 45rem;
    min-height: 43rem;
    border-radius: 1rem;
    height: auto;
    padding: 5rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.login-page input {
    height: 5rem;
    text-align: right;
    font-size: 1.6rem !important;
}

.login-page input::-webkit-input-placeholder {
    font-size: 13px !important;
}

.login-page input::-moz-placeholder {
    font-size: 13px !important;
}

.login-page input:-ms-input-placeholder {
    font-size: 13px !important;
}

.login-page input::-ms-input-placeholder {
    font-size: 13px !important;
}

.login-page input::placeholder {
    font-size: 13px !important;
}

.login-page input[type="checkbox"] {
    display: inline-block;
    margin-left: 1rem;
}

.login-page .acceptrules label {
    margin: 0;
}

.login-page .btn {
    height: 5rem;
    background: #007074;
    border: none;
    border-radius: 4px !important;
}

.login-page p {
    line-height: 2;
    font-size: 1rem;
    text-align: justify;
}

.login-page .icon-Enter {
    vertical-align: middle;
}

.login-page .icon-Enter::before {
    color: #222;
}

.login-page .loginbysms {
    cursor: pointer;
}

/* Start Page Services  */
.page-services-section .page-services {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.page-services-section .page-services h1 {
    font-size: 23px;
    font-weight: bold !important;
    color: #0b3f2d;
}

.page-services-section .page-services h2 {
    font-size: 20px;
    font-weight: bold !important;
    color: #0b3f2d;
    margin: 40px 0 15px 0;
}

.page-services-section .page-services h3 {
    font-size: 18px;
    font-weight: bold !important;
    color: #0b3f2d;
	margin: 25px 0 10px 0;
}

.page-services-section .consultation-form {
    background-color: #fff !important;
    top: 2rem;
    margin-bottom: 30px;
}

.page-services-section .consultation-form .title-form {
    font-size: 14px;
    line-height: 22px;
}

.page-services-section .consultation-form .mega-title {
    font-size: 18px;
}

.consultation-form {
    width: 70%;
    height: auto;
}

.consultation-form .title-form {
    font-size: 16px;
    line-height: 35px;
    font-weight: bold !important;
    color: #0b3f2d;
}

.consultation-form .mega-title {
    font-size: 25px;
    line-height: 70px;
    font-weight: bold !important;
}

.consultation-form .btn-send {
    background: #007074 !important;
    color: #fff;
    font-size: 15px !important;
}

.consultation-form .btn-send,
.consultation-form select,
.consultation-form input {
    height: 5rem;
    border: 1px solid #d9d9d9;
    background-color: #f9f9f9;
    font-size: 12px;

}

.section-further-details.landing-further-details {
    background-image: none;
    background-color: #f7f7f7;
    padding: 0;
    margin-top: 30px;
}

.section-further-details.landing-further-details .div-bg-blue {
    display: none !important;

}

.section-further-details.landing-further-details .further-details-left {
    transform: inherit;
}

.section-further-details.landing-further-details .further-details-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}

@media (max-width:991px) {
    .hide-des {
        display: flex !important;
    }

    .hide-mob {
        display: none !important;
    }

    header {
        padding: 15px 0;
    }

    header .header-top .logo-box {
        width: 10rem;
        height: 4rem;
    }

    header .header-top {
        height: 6rem;
    }

    header .header-bottom .login-box {
        padding: 3px 10px;
    }

    header .header-bottom .login-box .login-item {
        font-size: 10px !important;
    }

    .language-box {
        width: auto;
        padding: 5px !important;
    }

    .language-box .text-lan {
        display: none !important;
    }

    .language-box .img-box {
        margin-right: 0 !important;
    }

    .mainslider {
        margin-bottom: 0 !important;
    }

    .mainslider .mainslider-box {
        margin-bottom: 15px;
        height: 50rem;
        min-height: 50rem;
    }

    .mainslider .mainslider-box .item a img {
        height: auto;
    }


    .mainslider .mainslider-box .item {
        width: 100%;
        height: 50rem;
        min-height: 50rem;

    }

    .suggested-products-list.owl-theme .owl-nav,
    .mainslider .mainslider-box.owl-theme .owl-nav {
        position: relative;
        width: 100%;
        bottom: 5rem;
        text-align: center;
    }

    .suggested-products-list.owl-carousel .owl-nav button.owl-prev,
    .mainslider .mainslider-box.owl-carousel .owl-nav button.owl-prev {
        position: inherit;
        left: inherit;
        top: inherit;
    }

    .suggested-products-list.owl-carousel .owl-nav button.owl-prev,
    .suggested-products-list.owl-carousel .owl-nav button.owl-next,
    .mainslider .mainslider-box.owl-carousel .owl-nav button.owl-prev,
    .mainslider .mainslider-box.owl-carousel .owl-nav button.owl-next {
        position: inherit;
        right: inherit;
        top: inherit;
        transform: inherit;
        background-color: transparent !important;
    }

    .suggested-products-list.owl-carousel .owl-nav button.owl-prev,
    .suggested-products-list.owl-carousel .owl-nav button.owl-prev,
    .mainslider .mainslider-box.owl-carousel .owl-nav button.owl-prev,
    .mainslider .mainslider-box.owl-carousel .owl-nav button.owl-prev {
        transform: inherit;
    }

    .owl-theme .owl-nav [class*=owl-] i {
        transform: inherit;
        display: inherit;
        position: inherit;
    }

    .mainslider .suggested-products-list,
    .mainslider .suggested-products-list .suggested-products-item {
        width: 100%;
        height: 18rem;
        min-height: 18rem;
        margin-bottom: 15px;
    }

    .suggested-products-list.owl-theme .owl-nav {
        bottom: 6.5rem;
    }

    .category-box {
        height: 14rem;
        margin-bottom: 15px;
    }

    .category-box .title-box {
        width: 35%;
    }

    .category-box .category-list {
        width: 65%;
    }

    .category-box .category-list .category-item {
        width: 11rem;
        height: 11rem;
    }

    .price-reguest-list .price-reguest-item {
        height: 8rem;
        margin-bottom: 1.5rem !important;
    }

    .price-reguest-list .price-reguest-item:last-child {
        /* margin-bottom: 0 !important; */
    }

    .price-request-box {
        padding-top: 15px;
        margin-bottom: 15px;
    }

    .price-reguest-list .price-reguest-item .image-box {
        width: 6.7rem;
        height: 6.7rem;
        padding: 10px !important;
    }

    .price-reguest-list .price-reguest-item .content-box .title {
        font-size: 14px !important;
    }

    .section-list-product {
        padding-top: 0 !important;
    }

    .list-product-box {
        height: auto;
        background-image: none;
        background-color: #ffdbad;
        flex-direction: column;
        padding: 25px;
    }

    .list-product-box .title-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    .list-product-box .title-box .see-all-green {
        width: 13rem;
        height: 3rem;
    }

    .list-product-box .title-box p {
        display: flex;

    }

    .list-product-box .title-box p,
    .list-product-box .title-box p strong {
        font-size: 16px !important;
    }

    .list-product-box .title-box .text {
        display: none;
    }

    .list-product-box .list-product {
        width: 100%;
        padding-right: 0;
        margin-top: 25px;
    }

    .item-product .image-box {
        height: auto;
    }

    .section-further-details .further-details-box {
        flex-direction: column;
    }

    .section-further-details .further-details-right {
        width: 100%;
        margin-bottom: 25px;
    }

    .section-further-details .further-details-left {
        width: 100%;
        padding-right: 0 !important;
        transform: inherit;
    }

    .section-further-details .div-bg-blue {
        display: none;
    }

    .section-further-details {
        padding: 15px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .further-details-left .accordion .accordion-button {
        font-size: 15px;
    }

    .further-details-left .accordion .accordion-item .accordion-body {
        font-size: 12px;
        line-height: 20px;
    }

    .further-details-left .accordion .accordion-button .nummber-item {
        width: 3rem;
        height: 3rem;
    }

    .section-about-us {
        padding-top: 15px;
        margin-bottom: 15px;
    }

    .section-about-us .about-us-box {
        background-color: #eeeeee;
        background-image: none;
        height: auto;
        border-radius: 15px;
        padding: 30px
    }

    .section-about-us .about-us-box .text-description {
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 10px !important;
        text-align: justify;
    }

    .section-about-us .about-us-box .about-us-item .image-box {
        background-color: #fff;
    }

    .article-list .article-item .image-box {
        width: 12rem;
        height: 12rem;
    }

    .article-list .article-item .content-box {
        width: calc(100% - 12rem);
    }

    .section-article-box {
        padding-top: 15px;
        margin-bottom: 15px;
    }

    footer {
        padding: 30px 15px !important;
        margin-top: 30px;
    }

    footer .image-box {
        display: none;
    }

    footer .links-box {
        width: 100% !important;
        flex-direction: column;
    }

    footer .footer-item,
    footer .links-box .links-box-list {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-bottom .description {
        padding-left: 0 !important;
    }

    .gallery-item .name-product {
        font-size: 13px;
        bottom: -40px;
    }

    .gallery-container {
        height: 24rem;
    }

    .gallery-item-1 span,
    .gallery-item-2 span,
    .gallery-item-3 span,
    .gallery-item-5 span,
    .gallery-item-6 span,
    .gallery-item-7 span {
        font-size: 40px !important;
    }

    .gallery-item-7,
    .gallery-item-1 {
        width: 6rem;
        height: 6rem;
    }

    .gallery-item-6,
    .gallery-item-2 {
        width: 7rem;
        height: 7rem;
    }

    .gallery-item-5,
    .gallery-item-3 {
        width: 8rem;
        height: 8rem;
    }

    .gallery-item-4 {
        width: 13rem;
        height: 13rem;
    }

    .gallery-item span {
        font-size: 75px;
    }

    .gallery-controls-previous,
    .gallery-controls-next {
        top: 43%;
    }

    .gallery-controls button {
        font-size: 25px;
    }

    .title-box span {
        font-size: 16px !important;
    }

    .title-box a {
        font-size: 12px !important;
    }

    /* .section-about-us {
        height: auto;
        padding: 15px 0;
    }

    .section-about-us .description-aboutus p {
        text-align: justify;
        line-height: 24px;
        font-size: 13px !important;
        padding: 10px 0 !important;
    }

    .section-about-us .see-aboutus {
        height: 4rem;
        width: 15rem;
        font-size: 13px !important;
        margin-bottom: 15px;
    }

    .section-about-us .img-aboutus .image-box-1 {
        height: auto;
        width: 21rem;
    }

    .section-about-us .img-aboutus .image-box-2 {
        width: 21rem;
        height: auto;
        bottom: -20px;
        right: 38%;
    } */

    .section-warranty {
        padding: 3rem 0 3px 0;
    }

    .section-warranty .col-xl-6 {
        margin-bottom: 30px;
    }

    .header-warranty .title {
        font-size: 15px !important;
    }

    .section-warranty .warranty-index .header-warranty .image-box {
        width: 45px;
        height: 45px;
    }

    .section-warranty .warranty-index .description-warranty {
        height: 12rem;
        font-size: 12px;
        line-height: 23px;
    }

    .section-warranty .warranty-index {
        height: auto;
        padding: 15px !important;
    }

    .section-warranty .warranty-index .goto-page-warranty {
        height: 3rem;
        margin-bottom: 0 !important;
    }

    .nav-top-footer {
        width: 100%;
        flex-direction: column;
        text-align: center;
        margin-bottom: 15px !important;
    }

    .nav-top-footer .logo-box-footer {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .nav-top-footer ul {
        padding: 0;
        flex-wrap: wrap;
        margin-top: 15px;
        justify-content: center;
    }

    .nav-top-footer ul li {
        padding-right: 15px !important;
        padding-bottom: 15px !important;
    }

    footer .col-xl-4 {
        margin-bottom: 30px !important;
    }

    /* Breadcrumb Box */
    .breadcrumb-box nav {
        overflow-x: auto;
        overflow-y: unset;
    }

    ol.breadcrumb {
        width: max-content;
    }

    .breadcrumb-box nav::-webkit-scrollbar {
        display: none;
    }

    .sort-bar-box {
        display: none !important;
    }

    .sort-bar-box .name-list-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sort-bar-box .name-list-box .title {
        font-size: 2rem !important;
    }

    .sort-bar-box .name-list-box .number-article {
        font-size: 1.2rem !important;
        margin: 0 !important;
    }

    .sort-bar-box .order-by-box {
        width: 100%;
        display: flex;
        justify-content: end;
        margin-top: 5px;
    }

    .sort-bar-box .order-by-box select {
        height: 3.5rem;
        font-size: 12px !important;
        padding: 5px !important;
    }

    /* #ads(max-width: 991px)*/
    .ads.ads-4 .ads-4-box {
        flex-wrap: wrap;
    }

    .ads.ads-4 .ads-4-box .item {
        width: calc(50% - .8rem);
    }

    .ads.ads-4 .ads-4-box .item:nth-child(3),
    .ads.ads-4 .ads-4-box .item:nth-child(4) {
        margin-top: 15px;
    }

    .ads.ads-2 .ads-2-box {
        flex-wrap: wrap;
    }

    .ads.ads-2 .ads-2-box .item {
        width: calc(100%);
    }

    .ads.ads-2 .ads-2-box .item:nth-child(2) {
        margin-top: 30px;
    }

    /* Filters */
    .Filters {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #f7f7f7;
        width: 100%;
        height: 100vh;
        margin-top: 0;
        overflow-y: scroll;
        overflow-x: clip;
        z-index: 1099999;
        border-radius: 0;
        padding-top: 6rem;
        padding-bottom: 6rem;
        margin-left: 0;
    }

    .listFilterClose-sort {
        position: absolute !important;
        top: 15px !important;
    }

    .listFilterClose-sort,
    .listFilterClose {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 2rem;
        border-radius: 50%;
        left: 1.5rem;
        top: 1.5rem;
        background-color: crimson;
        color: #fff;
        border: none;
        box-shadow: none;
        position: fixed;
        z-index: 9999999;
    }

    .listFilterRemove {
        display: inline-block;
        width: auto;
        height: 2.5rem;
        line-height: 2rem;
        font-size: 1.2rem;
        border-radius: 1rem;
        padding: 0 1rem;
        position: absolute;
        right: 1.5rem;
        top: 1.5rem;
        background-color: #f9f9f9;
        color: crimson;
        border: none;
        box-shadow: none;
    }

    /* #After Sales Service*/
    .survey-questionnaire-page .title {
        font-size: 2rem !important;
    }

    .survey-questionnaire-list .survey-questionnaire-item textarea,
    .survey-questionnaire-list .survey-questionnaire-item input {
        width: 88%;
    }

    .survey-questionnaire-page .contact-us-box {
        margin: 0 !important;
    }

    .survey-questionnaire-page .side-banner {
        margin: 20px 0 !important;
    }

    .survey-questionnaire-list .survey-questionnaire-item .checkbox-list {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .survey-questionnaire-list .survey-questionnaire-item:first-child input {
        width: 88%;
    }

    .survey-questionnaire-list .text-warranty-activation-page span {
        width: 26rem;
        display: flex;
    }

    .sales-service-box .content-sales-service .service-item-box .description-service {
        width: 100%;
    }

    /* #contact-us */
    .contact-us .title {
        font-size: 20px !important;
    }

    .contact-us .message-box-input select,
    .contact-us .message-box-input input {
        width: 100%;
    }

    .contact-us .message-box-input .text-error {
        padding-top: 15px;
        margin-right: 15px;
    }

    /*#single blog*/
    .single-blog-page .grouping {
        font-size: 1.2rem !important;
    }

    .blog .single-blog-page .header-box {
        flex-direction: column;
        justify-content: space-around !important;
        padding: 15px 0 !important;
    }

    .blog .single-blog-page .header-box .study-time {
        margin-right: auto;
        margin-left: 0;
    }

    .blog .single-blog-page .header-box .study-time span {
        font-size: 1rem !important;
    }

    .blog .single-blog-page .header-box .name-blog-fa {
        font-size: 16px !important;
        line-height: 35px;
    }

    .page-sortbar-items {
        flex-direction: column;
    }

    .page-sortbar-items li {
        margin-left: 1rem;
        font-size: 1.4rem;
        border-bottom: 1px solid rgb(211, 211, 211);
        width: 100%;
        height: 5rem;
        line-height: 5rem;
        color: #111;
    }

    .blog .single-blog-page .grouping-scoring-box {
        flex-direction: column !important;
        /* flex-direction: column; */
        justify-content: space-around !important;
        /* align-items: flex-end !important; */
    }

    .blog .single-blog-page .grouping-scoring-box .user-rating {
        margin-top: 20px;
    }

    .Label-box {
        justify-content: space-between;
    }

    .blog .single-blog-page .article-abstract-box {
        flex-direction: column;
    }

    .blog .single-blog-page .article-abstract-box .image-blog {
        width: 100%;
    }

    .blog .single-blog-page .article-abstract-box .article-abstract-text {
        width: 100%;
        padding: 15px 5px 0 !important;
    }


    /* Product List  */
    .productlist .productlist-item {
        width: 48%;
        height: auto;
        overflow: hidden;
    }

    .productlist .productlist-item .image-product img {
        width: 100%;
        height: auto;
    }

    .productlist .productlist-item .image-product {
        height: auto;
    }

    .productlist .productlist-item .title-product {
        font-size: 1.3rem !important;
    }

    /* #Product*/
    .product-page .col-xl-7 {
        order: 1;
    }

    .product-page .col-xl-5 {
        order: 2;
    }

    .product-page .image-product-box {
        flex-direction: column !important;
        padding: 10px;
        margin-top: 15px;
    }

    .product-page .image-product-box .options-image {
        flex-direction: row !important;
        width: 100%;
        height: auto;
        padding: 25px 0 0 0;
        margin-right: 0 !important;
        border-right: 0;
        padding-right: 0;
        justify-content: center !important;
    }

    .product-page .image-product-box .image-product {
        width: 100%;
        height: auto;
    }

    .product-page .image-product-box .image-product-bass {
        width: 100%;
        height: 25rem;
    }

    .product-page .image-product-box .options-image .item-image.active .box-tinger {
        right: 16px;
        top: -16px;
        transform: rotate(-90deg);
    }

    .product-page .product-info-category,
    .product-page .product-info-rate {
        height: 6rem;
    }

    .product-page .product-info-rate {
        flex-wrap: wrap;
    }

    .product-page .name-productbox .name-fa {
        font-size: 25px !important;
    }

    .product-Informationbox {
        padding-bottom: 0 !important;
    }

    .product-Informationbox .service {
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }

    .product-Informationbox .service .warranty-box-bass {
        flex-direction: column;
    }

    .product-Informationbox .service .warranty-box-bass .warranty-box:first-child {
        margin-bottom: 20px;
    }

    .product-page {
        padding-bottom: 0 !important;
    }

    .product-page .spec-list {
        margin-bottom: 30px !important;
    }

    .product-page .nav-tabs {
        padding: 0 0 !important;
    }

    .product-page .nav-bar {
        overflow-x: auto;
        overflow-y: unset;
    }

    .product-page .nav-bar ul.nav {
        overflow-x: auto;
        overflow-y: unset;
        width: max-content;
        display: flex;
        align-items: center;
    }

    .product-page .nav-tabs .nav-item.show .nav-link,
    .product-page .nav-tabs .nav-item .nav-link.active {
        height: 4.5rem;
    }

    .product-page .nav-tabs .nav-item .nav-link {
        padding: 0 25px;
    }

    .product-page .spec .spec-list .spec-item {
        width: auto;
    }

    .product-page .spec {
        padding: 0 15px;
    }

    .product-page .comments .user-comments,
    .product-page .comments .users-score {
        flex-direction: column;
        padding: 0;
    }

    .product-page .users-score-box {
        flex-direction: column !important;
    }

    .product-page .users-score-box .progress-all {
        width: 100% !important;
    }

    .comments-new {
        width: 100% !important;
        margin-right: 0 !important;
        margin-top: 25px;
    }

    .support-answer {
        width: auto;
        margin: 0 !important;
    }

    .product-page .comments .user-comments-right {
        width: 100% !important;
    }

    .product-page .comments .user-comments-right .progress {
        width: 100% !important;
    }

    .product-page .comments .user-comments-right .user-recommendation {
        width: 100%;
        height: 4rem;
        background-color: #007074;
        margin-top: 15px !important;
        margin-bottom: 15px;
    }

    .product-page .comments .user-comments-left {
        width: 100% !important;
    }

    .question-box {
        justify-content: center !important;
    }

    .product-page .comments .user-comments-left .comment-user .number-yes,
    .product-page .comments .user-comments-left .comment-user .text-comment-user {
        text-align: justify;
    }

    /* #guide-Questions */
    .manual-and-support {
        padding: 0 !important;
    }

    .manual-and-support .dow-brochure .icon-box {
        width: 5rem;
        height: 5rem;
    }

    .manual-and-support .dow-brochure .icon-box i {
        font-size: 2.5rem !important;
    }

    /* #Product preparation */
    .product-preparation-box {
        padding: 0;
    }

    .product-preparation-box .table-responsive table {
        width: max-content;
    }

    .banner-top-page-productlist {
        height: auto;
    }

    .article-list-page .article-item {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .contact-box-call {
        flex-direction: column;
    }

    .form-box-main .form-box {
        width: 100% !important;
    }

    .contact-box-call-1 {
        justify-content: space-between;
        width: 100%;
    }

    .contact-box-call-1 span {
        font-size: 11px !important;
    }

    .complaints-suggestions-box .complaints-suggestions-item {
        margin-bottom: 25px;
    }

    /* Start Customer complaints */
    .customer-complaints-box .form-box-base {
        width: 100%;
    }

    .customer-complaints-box .image-list-box {
        display: none !important;
    }

    .customer-complaints-box .form-list .item-input label {
        font-size: 15px !important;
    }

    .customer-complaints-box .form-list .item-input textarea,
    .customer-complaints-box .form-list .item-input input {
        height: 3.5rem;
    }

    .customer-complaints-box .text-short {
        font-size: 15px !important;
    }

    .customer-complaints-box .survey-questionnaire-item .label-input-box .title-input {
        font-size: 13px !important;
        line-height: 23px;
    }

    .customer-complaints-box .survey-questionnaire-item .checkbox-item label {
        font-size: 13px !important;
    }

    .product-page .image-product-box .options-image .item-image.active .box-tinger {
        border: none;
    }

    .data-warranty-box span {
        font-size: 13px !important;
    }

    .registered-warranties .name-product {
        font-size: 17px !important;
    }

    .product-introduction-list {
        height: auto;
    }

    .product-introduction-list .product-introduction-item {
        flex-direction: column;
    }

    .product-introduction-list .product-introduction-item .image-box {
        width: 100%;
        height: 20rem;
    }

    .product-introduction-list .product-introduction-item .content-box {
        width: 100%;
        padding: 15px;
    }

    .product-introduction-list .product-introduction-item .content-box .text-decoration {
        font-size: 14px !important;
        margin-top: 12px !important;
        line-height: 25px;
    }

    .product-introduction-list.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
        bottom: 0px;
        left: inherit;
        width: 100%;
    }

    .product-page .category-list span,
    .product-page .product-code span {
        font-size: 1.2rem !important;
    }

    .product-page .category-list i,
    .product-page .Scoring-img i {
        font-size: 1.2rem !important;
    }

    .product-page .category-list a {
        font-size: 1.6rem !important;
    }

    .product-page .product-code a {
        font-size: 1.6rem !important;
    }

    .product-page .row .col-xl-7 {
        border-radius: 0;
    }

    .product-page .row .col-xl-5 {
        border-radius: 0;
    }

    .product-page .product-Informationbox .service {
        position: inherit;
    }

    .product-page .brief-description-product {
        margin-top: 0;
    }

    .product-page .image-product-box .options-image .item-image {
        width: 5rem;
        height: 5rem;
    }



}

@media (min-width: 768px) and (max-width:991px) {

    .search-box {
        width: 45%;
    }
}

@media (min-width: 992px) and (max-width:1199px) {

    ul.nod-1>li>a,
    ul.nod-1>li {
        font-size: 12px;
    }

    /* Product List  */
    .productlist .productlist-item {
        width: 24%;
        height: auto;
        overflow: hidden;
    }

    .productlist .productlist-item .image-product img {
        width: 100%;
        height: auto;
    }

    .productlist .productlist-item .image-product {
        height: auto;
    }

    .productlist .productlist-item .title-product {
        font-size: 1.3rem !important;
    }

    /* -#product */
    .product-page .col-xl-7 {
        order: 1;
    }

    .product-page .col-xl-5 {
        order: 2;
    }

    .image-product-box {
        justify-content: center !important;
    }

    .product-page .nav-tabs {
        padding: 0 0 !important;
    }

    .product-page .nav-bar {
        overflow-x: auto;
        overflow-y: unset;
    }

    .product-page .nav-bar ul.nav {
        overflow-x: auto;
        overflow-y: unset;
        width: max-content;
        display: flex;
        align-items: center;
    }

    .product-page .comments .users-score,
    .product-page .comments .user-comments {
        padding: 0;
    }

    .product-page .spec {
        padding: 0 !important;
    }

    /* #guide-Questions*/
    .manual-and-support {
        padding: 0 !important;
    }



    .article-list-page .article-item {
        width: 100%;
    }

    .customer-complaints-box .form-list .item-input label {
        font-size: 15px !important;
    }

    .customer-complaints-box .form-list .item-input textarea,
    .customer-complaints-box .form-list .item-input input {
        height: 3.5rem;
    }

    .customer-complaints-box .text-short {
        font-size: 15px !important;
    }

    .customer-complaints-box .survey-questionnaire-item .label-input-box .title-input {
        font-size: 13px !important;
        line-height: 23px;

    }

    .customer-complaints-box .survey-questionnaire-item .checkbox-item label {
        font-size: 13px !important;
    }

    .product-page .image-product-box {
        justify-content: space-between !important;
    }

    .product-page .image-product-box .image-product {
        width: 75%;
        height: auto;
    }

    .product-page .row .col-xl-7 {
        border-radius: 0;
    }

    .product-page .row .col-xl-5 {
        border-radius: 0;
    }

    .product-page .product-Informationbox .service {
        position: inherit;
    }

    .product-page .brief-description-product {
        margin-top: 0;
    }

    .section-product-list .product-list .product-item .image-box {
        height: auto;
    }


}

@media (min-width: 1200px) and (max-width: 1550px) {

    /* #product*/
    .product-page .nav-tabs {
        padding: 0 0 !important;
    }

    .product-page .user-recommendation i {
        display: none;
    }

    /* #Smilar Product */
    .similar-products {
        padding: 0;
    }

    .sales-service-box .list-slider {
        height: auto;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {
    .product-page .nav-bar {
        overflow-x: auto;
        overflow-y: unset;
    }

    .product-page .nav-bar ul.nav {
        overflow-x: auto;
        overflow-y: unset;
        width: max-content;
        display: flex;
        align-items: center;
    }

    .section-about-us .about-us-box .text-description {
        text-align: center;
        font-size: 12px;
        line-height: 25px;
    }

    .item-product .image-box {
        height: auto;
    }
}