/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

@font-face {
    font-family: "primary-font";
    src: url("assets/fonts/YekanBakhFaNum-Regular.woff");
    src: url("assets/fonts/YekanBakhFaNum-Regular.woff") format("woff"),
        url("assets/fonts/YekanBakhFaNum-Regular.woff2") format("woff2"),

}

@font-face {
    font-family: "primary-font-bold";
    src: url("assets/fonts/YekanBakhFaNum-Bold.woff") format("woff"),
        url("assets/fonts/YekanBakhFaNum-Bold.woff2") format("woff2"),
}



:root {
    /* --primary-color: #447FCF; */
    --primary-color:#C82627;
    --secondary-color: #ac1d1d;
    /* --third-color: #4793AF; */
    --third-color:#F9635D;
    --first-tx-color: #282828;
    --second-tx-color: #918e8e;
    --primary-border: 0.8rem;
    --border-color: #DFE1E7;
    --input-color: #ececec;
    --main-box-shadow: 1px 1px 8px 2px #eee;
    --second-box-shadow: 2px 3px 25px 0px rgb(0 0 0 / 20%);
    --go-up-card: translateY(-0.4rem);
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.25%;
}

body {
    font-family: 'primary-font', 'Myriad Pro', Tahoma;
    font-weight: 400;
    direction: rtl;
    color: var(--first-tx-color);
    background-color: #fff;
    line-height: 1.5;


}

.lh-0 {
    line-height: 0;
}

img,
svg {
    line-height: 0;
}

.white-c {
    color: #fff !important;
}

.primary-bg {
    background-color: var(--primary-color) !important;
}

.secondry-bg {
    background-color: var(--secondary-color) !important;
}

.third-bg {
    background-color: var(--third-color) !important;
}

.primary-tx {
    color: var(--primary-color) !important;
}

.secondry-tx {
    color: var(--secondary-color) !important;
}

.third-tx {
    color: var(--third-color) !important;
}

.font-bold {
    font-weight: 700;
}

.primary-border {
    border-radius: 0.5rem;
}

p {
    line-height: 1.7;
}

p,
a {
    font-size: 1.4rem;
    color: var(--first-tx-color);
}

.page {
    background-color: var(--second-bg-color);
    padding-top: 2.5rem;
}

.main-color {
    color: #fa3c08;
}

input:focus,
button,
button:focus,
textarea:focus,
select:focus {
    outline: none;
}

button {
    background-color: transparent;
    border: none;
}

input[type=search],
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea,
select {
    border: 1px solid var(--input-color);
    border-radius: var(--primary-border);
    padding: 2px 10px;
    font-size: 1.4rem;
}

.select2-container--default .select2-selection--single {
    border-radius: var(--primary-border);

}


input[type=search]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus,
.select2-container--default .select2-selection--single:focus {
    border-color: var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea {
    resize: none;
}

::-webkit-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: inherit;
}

::-moz-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: inherit;
}

:-ms-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: inherit;
}

::-ms-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: inherit;
}

::placeholder {
    color: #868686;
    opacity: 1;
    font-weight: inherit;
}

:-ms-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: inherit;

}

::-ms-input-placeholder {
    color: #868686;
    opacity: 1;
    font-weight: inherit;
}

img {
    max-width: 100%;
    height: auto;
}


a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;

}

.btn {
    display: inline-block;
    color: #fff;
    border-radius: var(--primary-border);
    padding: 1.5rem 2.4rem;
    border: 1px solid transparent;

}

.btn-blue {
    background-color: var(--primary-color);
}

.btn-blue:hover {
    background: var(--secondary-color);

}


.btn-red {
    background-color: var(--primary-color);
}

li {
    list-style: none;
}


.swiper {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem;

}

.cat-slider .swiper-button-next:after,
.cat-slider .swiper-button-prev:after {
    font-size: 2.2rem;
}


.swiper-button-prev,
.swiper-button-next {
    background: rgba(255, 255, 255, .3);
    border-radius: 8px 0px 0px 8px;
    color: var(--secondary-color);
    width: 3rem;
    height: 4.5rem;
}

.swiper-button-next {
    border-radius: 0 8px 8px 0;

}

.cat-slider .swiper-button-prev,
.cat-slider .swiper-button-next {
    border-radius: 24px 0px 0px 24px;
    width: 4.7rem;
    height: 9.3rem;
    color: #fff;
}

.cat-slider .swiper-button-next {
    border-radius: 0 24px 24px 0;

}

.right-text {
    direction: rtl !important;
    text-align: right !important;
}


.search-spinner .loader,
.page-loader .loader {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.search-spinner .loader img,
.page-loader .loader img {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.sticky-sidebar {
    position: sticky;
    top: 168px;
}

.mt-130 {
    margin-top: 200.56px;
}

.swiper-pagination-bullet {
    height: 4px;
    opacity: .3;
    transition: width .2s ease-in-out;
    width: 4px;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    border-radius: 9999px;
    height: 6px;
    opacity: 1;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    width: 20px;
}


.left-0 {
    left: 0 !important;
}

.font-16 {
    font-size: 1.6rem;
}

.font-18 {
    font-size: 1.8rem;
}

.font-24 {
    font-size: 2.4rem;
}

.font-22 {
    font-size: 2.2rem;
}

.font-14 {
    font-size: 1.4rem;
}

.mb-6 {
    margin-bottom: 4rem;
}

.px-12 {
    padding: 0 1.2rem;
}

.mx--12 {
    margin: 0 -1.2rem;
}

/**************************************************/
/*******************Front Page********************/
/*************************************************/
/***********************************************/
/*********************Header**********************/
/********************header-responsive**********************/
.small-header {
    display: none;
}

/************************************************************/

.header-d {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 3.2rem 0;
    background-color: #fff;
    /* box-shadow:0px 0px 10px 2px rgba(0 ,0,0,0.1) */

}

.header-d_top {
    margin-bottom: 2rem;
}

.header-d .logo {
    margin-left: 9rem;
    position: relative;
}


.header-d .search input[type=search],
.header-m .search input[type=search] {
    width: 47.7rem;
    height: 5.6rem;
    font-size: 1.4rem;
    background-color: #f9f9f9;
}

.header-d .search input:focus,
.header-m .search input:focus {
    background-color: #fff;
}

.header-d .search button,
.header-m .search button {
    height: 4rem;
    font-size: 2.8rem;
    border: none;
    margin-right: -3.5rem;
}





.header-d_bottom nav ul li {
    display: inline-block;
}

.header-d_bottom nav>div>ul>li:not(:last-child) {
    margin-left: 3rem;
}

.header-d_bottom nav ul li a {
    padding: 0 0 0 1rem;
}

.header-d_bottom nav ul li a {
    display: block;
}

.header-d_bottom .font-bold {
    font-size: 2rem;
}

/*******mega menu*********/
.header-d .menu-item__title {
    color: #182B4B !important;
}

.header-d ul li a {
    color: #787878;

}

.header-d .mega-menu>a {
    background: rgba(68, 127, 207, 0.1);
    width: 206px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--primary-border);
    position: relative;
    color: #787878;
}

.header-d .mega-menu>a::after {
    position: absolute;
    font-family: 'icomoon';
    content: "\e925";
    font-size: 0.6rem;
    color: #787878;
    position: absolute;
    top: 50%;
    left: 10.25%;
    transform: translate(0, -50%);
    font-weight: 700;
}

.header-d .mega-menu .sub-menu {
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 14%), 0 2px 8px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 14%), 0 2px 8px rgb(0 0 0 / 20%);
    position: absolute;
    top: 100%;
    right: 0.8rem;
    background-color: #fff;
    z-index: 4;
    border-radius: 0 0 2rem 2rem;
    box-shadow: 0 1px 1px rgb(0 0 0 / 14%), 0 2px 8px rgb(0 0 0 / 20%);
    width: 300px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.5rem;
    height: 250px;

}

.header-d .mega-menu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    padding: 1rem 0;
}

.header-d .mega-menu .sub-menu>li {
    display: block;
}

.header-d .mega-menu a {
    position: relative;
}

.header-d .mega-menu .sub-menu li a {
    padding: 1rem 2rem 0.5rem 0;
    position: relative;
    line-height: 1.1;
    font-size: 1.4rem;

}

.header-d .mega-menu .sub-menu li>ul li a {
    padding: 1rem 2rem 1rem 0;
}

.header-d .mega-menu .sub-menu>li:hover>a {
    color: var(--primary-color);
}

.header-d .mega-menu .sub-menu>li.menu-item-has-children>a::after,
.header-d .mega-menu .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a::after {
    content: "\e93ff";
    font-family: "icomoon";
    font-weight: 600;
    left: 5%;
    position: absolute;
    font-size: 1.2rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header-d .mega-menu .sub-menu>li>.sub-menu,
.header-d .mega-menu .sub-menu>li>.sub-menu>li>.sub-menu {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 250px;
    padding: 1.5rem 0;
}

.header-d .mega-menu .sub-menu>li.menu-item-has-children:hover>.sub-menu,
.header-d .mega-menu .sub-menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;

}

.header-d .mega-menu .sub-menu>li.menu-item-has-children .sub-menu li a:hover {
    color: var(--primary-color);
}


/*****************frot page******************/
.py-8 {
    padding: 8rem 0;

}

.pb-8 {
    padding-bottom: 8rem;
}

.pt-8 {
    padding-top: 8rem;
}


.py-10 {
    padding: 10rem 0;

}

.pb-10 {
    padding-bottom: 10rem;
}

.pt-10 {
    padding-top: 10rem;
}

/******************slider******************/
.cat-slider img {
    border-radius: 3.2rem;
}

/******************categories-box*******************/

.categories-box a {
    padding: 5rem 2rem;
    background-color: #F9F9F9;
    height: 256px;
}

.categories-box__wrapper {
    margin-bottom: 4rem;
}


.categories-box__more {
    background-color: var(--primary-color);
    border-radius: 2px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

.categories-box a:hover .categories-box__more {
    background-color: var(--secondary-color);

}

.section-title {
    color: var(--first-tx-color);
    margin-bottom: 6rem;
    font-size: 2rem;
    font-weight: 700;
}

.heading-title {
    color: var(--first-tx-color);
    margin-bottom: 4rem;
    font-size: 3.2rem;
    font-weight: normal;
}

/*******************blog cards********************/
.front-blog__head .see-more {
    font-size: 1.2rem;
    font-weight: 700;
}

.blog-card {
    transition: all 0.3s ease-in-out;
}

.blog-card img {
    width: 100%;
    height: 265px;
    object-fit: cover;
}


.blog-card .blog-card__cat {
    position: absolute;
    bottom: 0;
    right: 1.25rem;
    width: 93%;
    margin: 0 auto;
}

.blog-card:hover .blog-card__more {
    background-color: var(--secondary-color);
}

.blog-card .blog-card__more {
    border-radius: 2px;
    background-color: var(--primary-color);
    padding: 0.5rem 1rem;
}

/*******************blog page********************/
.blog-page .section-title,
.latest-page .section-title {
    margin-bottom: 3rem;
}

.front-blog__head .see-more {
    font-size: 1.2rem;
    font-weight: 700;
}

.selected-blog {
    margin-bottom: 8rem;
}

.selected-blog__card::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    height: 45%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    width: 100%;
    border-radius: 0 0 0.5rem 0.5rem;
}

.selected-blog__card .title {
    width: 100%;
    position: absolute;
    bottom: 1.5rem;
    left: 2rem;
    right: 2rem;
    padding: 0;
    max-height: 75%;
    overflow: hidden;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    z-index: 2;
}

.selected-blog__card .title.big {
    font-size: 2.2rem;
}

.selected-blog__card img {
    border-radius: var(--primary-border);
}

/*********************products**********************/

.front-products .swiper-horizontal>.swiper-pagination-bullets,
.front-products .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -4px;
}

.product-table .product-table__category {
    background-color: var(--primary-color);
    border-radius: 24px 24px 0px 0px;
    padding: 1.5rem 0.5rem;
    transition: all 0.3s ease-in-out;
}

.front-products .product-table .product-table__body .product-table__body-box {
    border: 0;
}

.front-products .product-table .product-table__body table thead tr {
    background-color: #f9f9f9 !important;
}

.front-products .product-table:hover .product-table__category {
    background-color: var(--secondary-color);
}

.product-table .product-table__body .product-table__body-box {
    background: #fff;
    margin-bottom: 2rem;
    width: 100%;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);

}

.product-table__body-box>table>tbody>tr:nth-child(2n+1) {
    border: 1px solid #f3f3f3;
}

#cat-head a {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    background-color: #fff;
    font-size: 1.4rem;
    border: 1px solid var(--border-color);
}

#cat-head a img {
    width: 25px;
    ;

}

#cat-head a:hover {
    color: var(--primary-color);
}

.category-products .product-table__body-box thead tr,
.products .product-table__body-box thead tr {
    position: sticky;
    top: 0;
    background-color: #fff;
}

.category-products .product-table__body h3::after {
    border-left: 2px solid var(--second-color);
    border-bottom: 1px solid #fff;
}

.category-products .product-table__body h3 {
    border-right: 1px solid var(--second-color);
    border-top: 1px solid var(--second-color);

}

.category-products .product-table__title a,
.category-products .product-table__title {
    font-size: 2rem;
}

.products-category .filter-btn {
    display: none;
}

.category-sidebar__box .close,
.products-category .category-sidebar__box .close {
    display: none;
}

.category-sidebar__box .swiper.sidebar-slider {
    display: none;
}




.product-table .product-table__body table {
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 0.5rem;
    filter: drop-shadow(0px 7px 8px rgba(0, 0, 0, 0.08));
}

.product-table .product-table__body table thead tr {
    background-color: #c6f0ff;
}

.product-table .product-table__body table th {
    font-size: 1.3rem;
}

.product-table .product-table__body table td:first-child a,
.product-table .product-table__body table td:first-child p {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: inherit;
}


.product-table .product-table__body table td,
.product-table .product-table__body table td a,
.product-table .product-table__body table td p {
    font-size: 1.3rem;
}

.product-table .product-table__body table tr {
    height: 4.5rem;

}

.product-table .product-table__body table tr td a i {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3rem;
    color: var(--second-tx-color);
    margin-right: 0.5rem;
}


/************************blog*************************/
.blog {
    background: -o-linear-gradient(top, #f7f8fa, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f8fa), to(#fff));
    background: linear-gradient(to bottom, #f7f8fa, #fff);
    height: 60rem;
    padding: 4rem 0 0;
}

.blog figure {
    margin: 0;
}

.blog .blog__header {
    margin-bottom: 0.5rem;
}

.blog .blog__header .blog__header-title {
    padding: 1.5rem 0 2.2rem;
}

.blog .blog__header .blog__header-title h2 {
    color: var(--primary-color);
    font-size: 1.8rem;
}

.blog .blog__header .blog__header-title h3 {
    font-weight: 100;
    font-size: 1.4rem;
}

.blog .blog__header .see-more a {
    display: block;
    font-weight: 100;
    position: relative;
    width: 14rem;
    height: 4.5rem;
    border-radius: 1rem;
    font-size: 1.4rem;
}

.blog .blog__header .see-more a::after {
    font-family: "icomoon";
    content: "\e958";
    position: absolute;
    left: 1.1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font-size: 0.9rem;
}

.blog .blog__header .see-more a:hover {
    background-color: var(--primary-color);
}

#comments .reviews-title-product {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}


/************************suplier company*************************/
.head-title {
    text-align: center;
    font-size: 1.6rem;
}

.slider-new-btn .swiper-button-prev,
.slider-new-btn .swiper-button-next {
    background: var(--first-tx-color);
    color: #fff;
    text-align: center;
    width: 4rem;
    height: 4rem;
}

.slider-new-btn .swiper-button-next {
    border-radius: 0.5rem 0.5rem 0.5rem 1.5rem;

}

.slider-new-btn .swiper-button-prev {
    border-radius: 0.5rem 0.5rem 1.5rem 0.5rem;
    margin-left: 2.5rem;
    margin-right: 0.7rem;

}

.slider-new-btn .swiper-button-next:after,
.slider-new-btn .swiper-button-prev:after {
    font-size: 1.5rem;
}

.slider-new-btn .swiper-button-next.swiper-button-disabled,
.slider-new-btn .swiper-button-prev.swiper-button-disabled {
    background-color: #eceff4;
    color: #3d4350;
}


/***********************experts*************************/
.employee-card {
    background-color: #fff;
}

.employee-card .job-title {
    color: var(--second-tx-color);
    font-size: 1.6rem;

}

.employee-card .employee-name {
    font-size: 1.2rem;
    border-bottom: 1px solid var(--border-color);
}

.experts-card__phone,
.experts-card__telegram,
.experts-card__whatsapp {

    width: 40px;
    height: 40px;
    line-height: 40px;
}

.experts-card__phone {
    background-color: var(--primary-color);
}

.experts-card__telegram {
    background: #24A1DE;

}

.experts-card__whatsapp {
    background: #25D366;

}


/*******************about us********************/
.primary-card {
    padding: 4rem;
    box-shadow: 0px 0px 8px 2px rgba(170, 130, 128, 0.2);
    border-radius: var(--primary-border);
}

.front-about__icon {
    width: 12%;
}

.front-about__icon div {
    font-size: 1.2rem;
}

.front-about__desc p {
    text-align: justify;
}

.front-about__idesc {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;

}

.front-about__desc .btn {
    padding: 0.85rem 1.2rem;
    font-size: 1.8rem;
}

.front-about-imgbg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.front-about-img {
    margin-right: 15px;
    margin-top: 15px;
}

.front-about-imgwrapper::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(68, 127, 207, 0.2);
    width: 94.5%;
    height: 96%;
}

/************************footer*************************/

.footer_wrapper {
    padding: 8rem 0 5rem;
    color: #000;
}

.footer_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #182B4B;
    width: 100%;
    height: 16px;
    border-radius: 24px 24px 0px 0px;
}

.footer_wrapper .row {
    margin: 0 -5rem;
}

.footer_wrapper .col-12 {
    padding: 0 5rem;
}

.footer__title {
    color: #000;
}

.footer__social a {
    padding: 0.5rem;
    border: 1px solid transparent;
    border-radius: var(--primary-border);
}

.footer__social a:hover {
    border-color: #000;
}

.footer__social a svg path {
    transition: all 0.3s ease-in-out;
}

.footer__social a:hover svg path {
    fill: #182B4B;
}

.footer__desc {
    text-align: justify;
}

.footer__access ul li:first-child a {
    font-weight: 700;
    font-size: 1.6rem;

}

.footer__access ul li {
    margin-bottom: 3.5rem;
}

.footer__access ul li a {
    color: #787878;
}


@media (min-width: 992px) {
    .footer_wrapper .col-lg-4:nth-child(1) {
        width: 40%;
    }

    .footer_wrapper .col-lg-4:nth-child(2) {
        width: 20%;
    }

    .footer_wrapper .col-lg-4:nth-child(3) {
        width: 40%;
    }
}

/*********sub footer**********/



/*************************************************/
/***************products category*****************/
/*************************************************/

.products-category {
    background-color: var(--second-bg-color);
}

.products-breadcrumbs {
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.products-breadcrumbs ul li {
    display: inline-block;
}

.products-breadcrumbs ul li,
.products-breadcrumbs ul li p {
    font-size: 1.4rem;
}

.products-breadcrumbs ul li a {
    color: #808080;
    font-size: 1.4rem;
}

.products-breadcrumbs ul li a.active {
    color: var(--first-tx-color);
}

.products-breadcrumbs ul li:not(:last-child)::after {
    margin: 0 1rem;
    content: "\e93ff";
    font-family: "icomoon";
    font-weight: 400;
    display: inline-block;
    color: #929292;
    font-size: 1rem;

}

/************************category content*************************/
.category-sidebar {
    margin: 0 0 4rem;
}

.products-category .col-md-3 {
    padding-left: 3rem;
}

.category-sidebar__box {
    border: 1px solid var(--border-color);
    padding: 1.5rem;

}

.category-sidebar__box:not(:last-child) {
    margin: 0 0 2rem;
}

.category-sidebar__box .category-sidebar__box-title {
    font-size: 1.4rem;
    font-weight: 700;
}


.category-sidebar__box .calc-weight .input-holder,
.main-form .input-holder {
    margin-bottom: 1.2rem;
    text-align: right;
}

.category-sidebar__box .calc-weight .input-holder input,
.main-form .input-holder input {
    text-align: left;
    direction: ltr;
    height: 3.5rem;
    width: 100%;
    overflow: hidden;
}

.main-form.inquiry-form .input-holder input,
.main-form.inquiry-form .input-holder select {
    width: 70%;
}

.main-form.inquiry-form .input-holder select {
    height: 3.5rem;
}

.category-sidebar__box .calc-weight .input-holder label {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.main-form.inquiry-form .input-holder label {
    font-size: 1.4rem;
    margin-bottom: 0;
}

.category-sidebar__box .calc-weight .input-holder .submit-btn,
.main-form .input-holder .submit-btn {
    width: 100%;
    font-size: 1.6rem;
}

.category-desc {
    padding: 1rem 1.5rem;
    border-radius: var(--primary-border);
    border: 1px solid var(--border-color);
}

.category-desc .mejs-video {
    margin: 2rem 0;
}

.table-contents {
    padding: 1rem 1.5rem;
    border: 1px solid var(--border-color);
}

.table-contents .table-contents__title {
    font-size: 1.4rem;
}

.table-contents button span {
    color: var(--primary-color);
}

.table-contents li {
    margin-bottom: 0.75rem;
}

.table-contents a {
    font-size: 1.4rem;
    margin-right: 1.5rem;
    border-bottom: 1px dotted transparent;
    color: var(--primary-color);
}

.table-contents a:hover {
    border-color: var(--primary-color);
}

#category-sidebar-topics {
    margin-top: 1.5rem;
}

.category-desc__wrapper,
.category-desc__wrapper p,
.category-desc__wrapper li {
    font-size: 1.4rem !important;
}

.category-desc__wrapper p:has(> img) {
    text-align: center !important;
}

.category-desc__wrapper,
.post-desc {
    text-align: right;
    font-size: 1.6rem;
}

.category-desc__wrapper *,
.post-desc * {
    list-style: revert;
    text-align: justify;
    margin-bottom: 0.5rem;
    color: #000;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.category-desc__wrapper a,
.post-desc a,
.category-desc__wrapper a *,
.post-desc a * {
    color: var(--primary-color) !important;
    font-size: 1.4rem !important;
}

.category-desc__wrapper img,
.post-desc img,
.category-desc__wrapper img *,
.post-desc img {
    border-radius: 1.5rem;
}

.category-desc__wrapper table td,
.post-desc table td {
    border: 1px solid var(--first-tx-color);
}

.category-desc__wrapper h2,
.category-desc__wrapper h2 *,
.post-desc h2,
.post-desc h2 * {
    font-size: 2rem !important;
}

.category-desc__wrapper h3,
.category-desc__wrapper h3 *,
.post-desc h3,
.post-desc h3 * {
    font-size: 1.8rem !important;
}

.category-desc__wrapper h4,
.category-desc__wrapper h4 *,
.post-desc h4,
.post-desc h4 * {
    font-size: 1.6rem !important;
}

.category-desc__wrapper h5,
.category-desc__wrapper h5 *,
.post-desc h5,
.post-desc h5 * {
    font-size: 1.4rem !important;
}

.post-desc h3,
.category-desc__wrapper h3,
.category-desc__wrapper h3 *,
.post-desc h3 *,
.category-desc__wrapper h2 *,
.post-desc h2 *,
.category-desc__wrapper h2,
.post-desc h2,
.category-desc__wrapper h4 *,
.post-desc h4 *,
.category-desc__wrapper h4,
.post-desc h4 {
    color: var(--second-color) !important;
    font-weight: 600 !important;
}

.category-desc__wrapper ul,
.category-desc__wrapper ol,
.post-desc ul,
.post-desc ol {
    margin-right: 4rem;
}

.category-desc__wrapper img {
    margin: 1rem 0;
}

.category-desc__wrapper .mejs-video {
    margin: 3rem 0;
    font-size: 1.6rem;
}

.category-desc__wrapper h1 a,
.category-desc__wrapper h2 a,
.category-desc__wrapper h3 a {
    font-size: inherit;
}

.category-desc__wrapper li {
    font-size: 1.4rem;
}

.category-desc .category-expand__btn {
    font-size: 1.4rem;
    margin: 1.5rem auto 0;
    display: inline-block;
    padding: 0.4rem 1rem;
    border: 1px solid var(--border-color);
    cursor: pointer;
    border-radius: 0.5rem;
}

.category-desc .category-expand svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.category-show~.category-expand svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.category-show {
    max-height: 24rem;
    overflow: hidden;
    position: relative;
}

.product-faq__title {
    font-size: 1.6rem;
}

.product-faq__qu {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}

.product-faq__an {
    font-size: 1.4rem;

}


/********related post********/
.category-sidebar__box .category__related-post:not(:last-child) {
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
}

.category-sidebar__box .category__related-post .category__related-post-details {
    padding-right: 1.5rem;
}

.category-sidebar__box .category__related-post a:hover i {
    color: var(--primary-color);
}

.category-sidebar__box .category__related-post img {
    border-radius: 0.5rem 0.5rem 0.5rem 2rem;
}

.category-sidebar__box .category__related-post .icon i {
    font-size: 0.9rem;
}

.category-sidebar__filter .filter-wrapper {
    margin-bottom: 1.5rem;
}

.category-sidebar__filter .filter-wrapper button {
    font-size: 1.6rem;
    text-align: right;
    padding: 1.5rem 1rem;
    border-radius: 1rem 0.5rem 0 0;
    background-color: #fff;
    position: relative;
}

.category-sidebar__filter .filter-wrapper button::after {
    content: "\e925";
    font-family: "icomoon";
    font-weight: 600;
    left: 5%;
    position: absolute;
    font-size: 0.6rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.category-sidebar__filter .filter-wrapper .filter-inner {
    background: #fff;
    padding: 2.5rem 1rem 2rem;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
    overflow-y: scroll;
}

.category-sidebar__filter .filter-wrapper .filter-inner::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
}

.category-sidebar__filter .filter-wrapper .filter-inner::-webkit-scrollbar-track {
    border-radius: 0.5rem;
    background: #d9e2f1;
}

.category-sidebar__filter .filter-wrapper .filter-inner::-webkit-scrollbar-thumb {
    background: #545454;
    border-radius: 0.5rem;
}

.category-sidebar__filter .filter-wrapper .filter-inner::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

.show-filter {
    max-height: 200px !important;
    display: block !important;
}

.slider-new-btn.slider-change-btn .swiper-button-prev {
    border-radius: 0.5rem 0.5rem 0.5rem 1.5rem;
    margin-left: 0;
    margin-right: 0;
}

.slider-new-btn.slider-change-btn .swiper-button-next {
    border-radius: 0.5rem 0.5rem 1.5rem 0.5rem;
}

/*********************check box*********************/
.checkbox-box {
    display: block;
    position: relative;
    padding-right: 2rem;
    margin-bottom: 1.2rem;
    cursor: pointer;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 4px;
    right: 0;
    height: 1.2rem;
    width: 1.2rem;
    background-color: #eee;
    border: 1px solid var(--first-tx-color);
}

.checkbox-box:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox-box input:checked~.checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-box input:checked~.checkmark:after {
    display: block;
}

.checkbox-box .checkmark:after {
    right: 2px;
    top: 0;
    width: 5px;
    height: 8.5px;
    border: solid var(--first-tx-color);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*********************product price*********************/
.category-products .value-added {
    margin-bottom: 2rem;
}

.category-products .value-added ul {
    text-align: left;
}

.category-products__title {
    color: var(--first-tx-color);
    font-size: 2rem;
}

.product-table .prduct-table__body-head {
    background-color: #fff;
    padding: 1rem 1rem;
    position: relative;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);

}

.products .prduct-table__body-head {
    box-shadow: none;
}

.product-table .prduct-table__body-head img {
    margin-left: 1rem;
}

.product-table .prduct-table__update {
    font-size: 1.2rem;
    margin-top: 0.25rem;
}

.product-table .prduct-table__excel {
    border: 1px solid var(--border-color);
    border-radius: 0.5rem;
    position: relative;
    cursor: pointer;
    padding: 0.4rem;
    transition: all 0.3s ease-in-out;

}

.product-table .product-table__body .prduct-table__excel:hover {
    border-color: var(--primary-color);
}

/*****************search box******************/

header .search .search-box {
    background: #fff;
    top: 100%;
    right: 8px;
    width: 75rem;
    min-height: 35rem;
    height: auto;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 14%), 0 2px 8px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 14%), 0 2px 8px rgb(0 0 0 / 20%);
    padding: 1.5rem 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    border-radius: var(--primary-border);
    visibility: hidden;
    opacity: 0;

}

header .search .search-box-wrapper ul li:hover a:not(.more-result) {
    color: var(--primary-color);
}

header .search .search-box-wrapper .search-box__title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.5rem;
    width: 100%;
    font-weight: normal;
    font-size: 1.5rem;
    font-weight: 700;

}

header .search .search-box ul {
    padding: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    width: 100%;

}

header .search .search-box ul li {
    width: 100%;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    font-weight: 700;
    font-size: 1.4rem;


}

header .search .search-box ul li a {
    padding: 0.25rem 0;
    border-bottom: 1px solid transparent;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 1rem 1rem 2rem 1rem;
    font-weight: 700;
}

header .search .search-box ul li .more-result {
    padding: 1.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .search .search-box ul li a img {
    margin-right: 0.5rem;
    height: 5rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 6rem;
}

header .search .search-box ul i {
    font-size: 2.5rem;
}

.search-spinner {
    position: absolute;
    top: 20%;
    right: 37%;
}

header .primary-menu .menu__container>li {
    position: relative;
}

header .navigator .sub-menu {
    width: 220px;
    position: absolute;
    z-index: 10;
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    visibility: hidden;
    opacity: 0;
}

header .navigator .primary-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

header .navigator .primary-menu li.menu-item-has-children::after {
    font-family: "icomoon";
    content: "\10ffff";
    font-size: 0.5rem !important;
    position: absolute;
    top: 9px;
    left: 6px;
}

header .navigator .sub-menu li {
    display: block;
}

header .navigator .sub-menu li a {
    padding: 1rem 0;
}

header .navigator .sub-menu li a {
    width: 100%;
    display: block;
}

/****************error success******************/

.error-container,
.success-container {
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

.error-display,
.success-display {
    color: #fff;
    width: 100%;
    border-radius: 0.5rem 0.5rem 1.5rem 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.error-display {
    background-color: #f35d5d;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;

}

.success-display {
    background-color: #5b9b16;
    ;
    font-size: 1.6rem;
    padding: 1.75rem 1rem;
}

.error-display i,
.success-display i {
    margin-left: 0.5rem;
}

.calc-weight__result {
    width: 100%;
}

.calc-weight__result-display {
    background-color: #f37f7f;
    color: #fff;
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
    border: 1px solid rgb(229, 55, 55);
}

.inpui-err {
    border-color: rgb(255, 0, 0) !important;
}

/*******************product category********************/
.woocommerce-conrainer {
    padding: 0 5rem;
}

/**************************************************/
/*******************blog Page********************/
/*************************************************/
/***********************************************/


.top-blog {
    padding: 4rem 0;
}

.top-blog__details {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 0 2rem;
    z-index: 2;
    width: 100%;
}

.top-blog a {
    overflow: hidden;
    border-radius: var(--primary-border);

}

.top-blog img {
    transition: all 0.3s ease-in-out !important;

}

.top-blog a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6));
    transition: all 0.3s ease-in-out !important;
    opacity: 0.7;
    border-radius: var(--primary-border);
}

.top-blog a:hover::after {
    opacity: 0.85;
}

.top-blog a:hover img {
    scale: 1.1;
}

.top-blog__title {
    color: #fff;
}

.top-blog__date {
    color: #e1e1e1;
    font-size: 1.2rem;
}

.top-blog .swiper-wrapper {
    padding-bottom: 2rem;
}

.top-blog .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background-color: var(--first-tx-color);
    border-radius: 60px;
    transition: .3s;
    opacity: 1;
}

.top-blog .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 3rem;
}

.top-blog .swiper-pagination {
    bottom: -10px;
}

/*************blog card************/

.latest-blog {
    margin-bottom: 4rem;
}

.latest-blog .blog-card {
    margin-bottom: 1.5rem;
}

.latest-blog__wrapper {
    padding: 1rem 1.5rem;
    border-radius: var(--primary-border);
    border: 1px solid var(--border-color);
}

.pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 1.5rem 0 0;
}

.pagination .page-numbers.current {
    margin: 0 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;

}

.pagination a {
    margin: 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: var(--primary-border);
    width: 3rem;
    height: 3rem;
    color: #fff;
}

/**************sidebar news**************/

.category-sidebar .category-sidebar__box-news img {
    width: 33%;
    height: 7.5rem;
    border-radius: var(--primary-border);
    -o-object-fit: cover;
    object-fit: cover;
}

.category-sidebar .category-sidebar__box-newstitle {
    font-size: 1.2rem;
    font-weight: 700;
}

.category-sidebar .category-sidebar__box-date {
    color: var(--second-tx-color);
    font-size: 1rem;

}




/*************single-blog***************/

.article__title h1 {
    font-size: 2.5rem;
}

.article__metas {
    font-size: 1.2rem;
    color: var(--second-tx-color);

}



.article__features-image {
    text-align: center;
}

article .article-features-image img {
    border-radius: 1.5rem;
}


article .article-content {
    font-size: 1.5rem;
}


.article__share-title {
    font-size: 1.4rem;
    font-weight: bold;

}




.main-box .main-box__body h1,
.main-box .main-box__body h3,
.main-box .main-box__body h4,
.main-box .main-box__body .title {
    background-color: #fff;
    width: 18rem;
    height: 6rem;
    font-size: 1.7rem;
    font-weight: inherit;
    position: relative;
    border-radius: 0 2rem 0 0;
}

.main-box .main-box__body h1:after,
.main-box .main-box__body h3:after,
.main-box .main-box__body h4:after,
.main-box .main-box__body .title:after {
    content: "";
    position: absolute;
    left: -5.9rem;
    border-bottom: 6rem solid #fff;
    border-left: 6rem solid transparent;
}

/**********contact**********/
.main-box .main-box__body .contact-wrapper li {
    margin-bottom: 1rem;
}

.main-box .main-box__body .main-box__body-box {
    background: #fff;
    padding: 3rem 4rem 2.5rem 3rem;
    border-radius: 1.5rem 0 1.5rem 1.5rem;
}

.main-box .main-box__body .contact-wrapper li a {
    background: #dedede;
    display: block;
    padding: 1.5rem 2.5rem 1.5rem 2rem;
    border-radius: 1rem 1rem 2rem 1rem;
}

.main-box .main-box__body .contact-wrapper li a.phone {
    background: #00a652;
    color: #fff;
}

.main-box .main-box__body .contact-wrapper li a i {
    margin-left: 0.75rem;
    font-size: 2rem;
}

.main-box .main-box__body .contact-wrapper li .factory-link {
    color: var(--second-color);
}

.main-box .main-box__body .contact-wrapper li .phone i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 5px;
}


/*************************cart***************************/
.woocommerce .woocommerce-cart-form a.remove {
    color: var(--first-tx-color) !important;
}

.woocommerce .woocommerce-cart-form a.remove {
    width: 0;
    height: 0;
}

.woocommerce .woocommerce-cart-form a.remove:hover {
    color: var(--primary-color) !important;
    background: transparent;
}

.woocommerce .woocommerce-cart-form a.remove i {
    font-size: 2rem;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    font-size: 1.4rem;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    display: inline-block;
    border-radius: 0.5rem 0.5rem 1rem 0.5rem;
    padding: 0.75rem 1rem;
    color: #fff;
    background-color: var(--first-tx-color);
    font-weight: normal;
}

.woocommerce .woocommerce-cart-form button.button {
    display: inline-block;
    border-radius: 0.5rem 0.5rem 1rem 0.5rem;
    padding: 0.75rem 1rem;
    color: #fff;
    background-color: var(--first-tx-color);
    font-weight: normal;

}

.wc-proceed-to-checkout .btn-orange {
    display: inline-block;
    border-radius: 1rem 1rem 2rem 1rem;
    padding: 1rem 1.5rem;
}

.woocommerce table.cart img {
    border-radius: 1rem;
    width: 20rem;
    height: 20rem;
}

.woocommerce .cart-collaterals {
    padding: 0 0 4.5rem;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    margin: 0 0 1rem;
}

/*************************checkout***************************/
.woocommerce form .woocommerce-billing-fields {
    margin-bottom: 2rem;
}

.woocommerce form .woocommerce-billing-fields .form-row {
    width: 47%;
    float: right;
    clear: none;
}

.woocommerce form .woocommerce-billing-fields .form-row {
    padding: 1rem 0 1rem 3.5rem;
    margin: 0;
}

.woocommerce form .woocommerce-billing-fields .form-row input {
    height: 3.5rem;
}

.select2-container--default .select2-selection--single {
    height: 3.5rem;
}

.woocommerce-billing-fields h3,
#order_review_heading {
    font-size: 1.4rem;
}

#order_review_heading {
    margin-bottom: 1rem;
}

.woocommerce form .form-row .optional {
    visibility: hidden;
}

.woocommerce-checkout-payment #place_order {
    color: #fff;
    background-color: var(--primary-color);
    display: inline-block;
    border-radius: 0.5rem 0.5rem 1rem 0.5rem;
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    font-weight: normal;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: var(--second-bg-color);
}

.woocommerce #order_review {
    padding: 0 0 4.5rem;
}

/***************************thank you****************************/
.woocommerce-thankyou-order-details {
    text-align: center;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce ul.order_details li {
    float: none;
    font-size: 1.4rem;

}

.woocommerce-thankyou-order-received {
    margin-bottom: 2rem;
}

.woocommerce ul.order_details li strong {
    margin-top: 0.8rem;
    font-weight: normal;
}

.woocommerce .woocommerce-order-details {
    margin: 2.5rem;
}

.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 2rem;
}

.woocommerce-customer-details address {
    font-size: 1.4rem;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: 'icomoon';
    content: "\e91f";
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    font-weight: 300;
    font-size: 2.1rem;
    margin-left: 9.5rem;
    line-height: 1.1;

}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: 'icomoon';
    content: "\e90c";
}

.woocommerce-order-pdf {
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
}

.woocommerce-order-pdf button {
    padding: 1rem 2rem;
    border-radius: 0.5rem 0.5rem 1rem 0.5rem;
    font-size: 1.4rem;
}

@media print {

    header,
    footer,
    .woocommerce-order-pdf,
    .woocommerce-order-pdf button {
        display: none;
    }

    .woocommerce .woocommerce-order-details {
        margin: 2.5rem 0;
    }
}

/*************************background wave***************************/
.wave-placeholder {
    background: -o-linear-gradient(320deg, #cacaca, #e1e1e1, #e7e7e7);
    background: linear-gradient(130deg, #cacaca, #e1e1e1, #e7e7e7);
    background-size: 400% 400%;
    animation: gradient 1.2s ease infinite;
    -webkit-animation: gradient 1.2s ease infinite;
    display: block;
    border-radius: 0.2rem;
}

.products-category .product-table__body h3 span.wave-placeholder {
    width: 85%;
    height: 92.5%;
}

.products-category .prduct-table__body-head ul.wave-placeholder {
    max-width: 27rem;
    width: 100%;
    height: 3.5rem;
}

.products .prduct-table__body-head span.wave-placeholder {
    max-width: 27rem;
    width: 20rem;
    height: 3.5rem;
}

.swiper .product-table .product-table__body h3 span.wave-placeholder {
    width: 85%;
    height: 75%;
    margin-top: 2rem;
}

.product-table .product-table__body table td,
.product-table .product-table__body table th {
    display: table-cell;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}



/************************services-weight table***********************/
.header-image img {
    border-radius: 2rem 2rem 5rem 2rem;
}

.main-accordion .accordion-button {
    font-size: 1.6rem;
}

.main-accordion .accordion-button:focus {
    border-color: var(--primary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--primary-color);
}

.main-accordion .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

.main-accordion .accordion-item .category-sidebar__box-title h3 {
    display: none;
}



/****************comments******************/

.comments-wrapper {
    padding: 1rem 1.5rem;
    border-radius: var(--primary-border);
    border-radius: var(--primary-border);
    border: 1px solid var(--border-color);

}

.comments-wrapper .reply-title-wrapper .title,
.comment-title-num .title {
    font-size: 1.4rem;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}

.comments-wrapper .reply-title-wrapper,
.comment-title-num {
    border-bottom: 1px solid var(--second-color);
    margin: 2rem 0;

}


.comment-title-num .num {
    font-size: 1.4rem;
}

.comment-title-num .num span {
    color: #fff;
    background-color: var(--primary-color);
    padding: 0.25rem 1rem;
    border-radius: 0.5rem 0.5rem 1rem 0.5rem;
}

.comments-wrapper .comment-form .author-name,
.comments-wrapper .comment-reply-title {
    margin-bottom: 0.5rem;
}

.comments-wrapper .comment-form #comment,
.comment-list .comment-form #comment {
    width: 100%;
    height: 15rem;
}

.comment-list .comment-form #comment {
    margin-top: 1rem;
}

.comments-wrapper .comment-form #author {
    width: 50%;
    margin-bottom: 1rem;
}


.comments-wrapper .comment-form input[type=submit],
.comment-list .comment-form input[type=submit] {
    background: var(--third-color);
    color: #fff;
    border: 0;
    margin-top: 1rem;
    display: inline-block;
    border-radius: var(--primary-border);
    border: 1px solid transparent;
    padding: 1rem 1.75rem;
    transition: all 0.3s;

}

.comments-wrapper .comment-form input[type=submit]:hover,
.comment-list .comment-form input[type=submit]:hover {
    background: transparent;
    color: var(--first-tx-color);
    border-color: var(--primary-color);
}

.comment-list {
    border: 1px solid var(--input-color);
}

.comment-list li:not(:last-of-type) {
    border-bottom: 1px solid var(--input-color);
}

.comment-list li .all-comments-head {
    background-color: #f1f1f1;
    padding: 0.5rem 0;
}

.comment-list li .comment-content {
    padding: 1rem;
}

.comment-list li .comment-content p,
.comment-list li .comment-content a {
    font-size: 1.4rem;
}

.comment-list .blog-comment-author {
    font-size: 1.4rem;
    margin-left: 1.5rem;
    margin-right: 1rem;
    font-weight: 600;
}

.comment-list .blog-comment-meta {
    margin-left: 1rem;
}

.comment-list .blog-comment-meta a {
    color: var(--primary-color);
}

.comment-list .blog-comment-date {
    font-size: 1.2rem;
}

.comment-list .blog-comment-date i {
    vertical-align: middle;
    margin-left: 0.5rem;
}

.comment-list ol.children .all-comments-head,
.comment-list ol.children .comment-content {
    padding-right: 4rem;
}

.comment-list ol.children .blog-comment-author {
    margin-right: 0;
}

.comment-list .comment-respond {
    padding: 0 1rem 2rem 0;
}

.comment-list .comment-reply-link {
    display: none;
}

.comment-list #cancel-comment-reply-link {
    margin-right: 2rem;
}

/*************qc page***************/
.single-blog .qc-content-down {
    background: #f8f8f8;
    padding: 3rem 0 1rem;
}

.single-blog .qc-content {
    padding: 0 0 4rem;
}

/*************woocommerce my account***************/
.woocommerce-MyAccount-navigation {
    margin-bottom: 3rem;
}

.woocommerce-MyAccount-navigation li a {
    width: 18rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 1rem 1rem 2rem 1rem;
}

.woocommerce-MyAccount-navigation li a:hover {
    background: var(--primary-color);
}

.woocommerce-MyAccount-content {
    padding-bottom: 4rem;
}

.woocommerce-Address-title.title .edit {
    padding: 1rem 0;
    width: 20rem;
    border-radius: 1rem;
    margin: 1.5rem 0;
    text-align: center;
}

.woocommerce-address-fields .save-address,
.woocommerce .edit-account .button-save-acc {
    border-radius: 1rem;
    padding: 0.5rem 1.5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.woocommerce-Address-title.title .edit:hover,
.woocommerce-address-fields .save-address:hover,
.woocommerce .edit-account .button-save-acc:hover {
    background: var(--primary-color);
}

.woocommerce-Address address {
    font-size: 1.4rem;
    font-style: inherit;
}

.woocommerce .edit-account .form-row,
.woocommerce-address-fields .form-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50% !important;
    overflow: visible;
    float: none !important;
}

.woocommerce-address-fields .form-row input,
.woocommerce-address-fields .form-row select,
.woocommerce-MyAccount-content .edit-account .form-row input,
.woocommerce-MyAccount-content .edit-account .form-row select {
    height: 3.5rem;
}

.woocommerce .row-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce .woocommerce-FormRow {
    display: none;
}

.woocommerce-MyAccount-content .acc-display {
    font-size: 1.2rem;
}

/*******************category box********************/

.cat-box-details {
    border: 1px solid #dedede;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

.cat-box-details .cat-box__title {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.cat-box-details .cat-box__desc {
    text-align: justify;
    font-size: 1.4rem;
}

.cat-box-details img {
    border-radius: 1rem;
}

.cat-box-details .cat-box__link a {
    padding: 0.5rem 1.5rem;
    font-size: 1.4rem;
    border-radius: 0.5rem 0.5rem 1.5rem 0.5rem;
    display: inline-block;
    color: #fff;
    background-color: var(--first-tx-color);
    margin-top: 1rem;
}


/***************discount dashboard******************/

.woocommerce-MyAccount-content .checkbox-box {
    font-size: 1.5rem;

}

/*******************video*********************/

.mejs-currenttime,
.mejs-duration {
    color: #fff !important;
}

.mejs-time.mejs-duration-container {
    display: none;
}

.mejs-button,
.mejs-time,
.mejs-time-rail {
    margin: 0 1rem !important;
}

/***********color sheet***********/


.new-video-wrapper button i {
    font-size: 3.5rem;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 2;
}


/******************video player********************/

.video-container video {
    border-radius: 0.5rem;
    margin-bottom: 0 !important;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.video-container button {
    height: auto;
    position: absolute;
    top: 48%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 0;
    border-radius: 0.5rem;
    background-color: rgba(0, 0, 0, 0.2);

}

.cat-video {
    margin-bottom: 1.25rem;
}



/******************chart********************/
.chart-wrapper .chart-time {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem 0.5rem 1.5rem 0.5rem;
    margin-left: 1rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 1.4rem;
}

.chart-btn i {
    pointer-events: none;
    font-size: 1.5rem;
}

.chart-wrapper .chart-spinner {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, 0);
}

#chartname .btn-close {
    font-size: 1.5re, ;
}

/********************product table*********************/
.show-product {
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--first-tx-color);
    border-radius: 200px;
    transition: all 0.3s ease-in-out;
}

.show-product i {
    color: var(--first-tx-color);
    font-size: 0.6rem;

}

.show-product:not(.collapsed) {
    transform: rotate(180deg);
}

.product-table__small .table-collapse {
    background-color: #dadada !important;
}

.table-collapse .call {
    width: 12.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    margin: 1rem auto;
    border-radius: 0.5rem 0.5rem 1rem 0.5rem;
}

.table-collapse .call span {
    margin-right: 0.5rem;
}

.table-collapse .call i {
    color: #fff !important;
    font-size: 1.5rem;
}

/********************cta********************/
.cat-cta,
.cat-rmore {
    background: #f1f1f1;
    padding: 1.5rem 1.5rem;
    border-radius: 1rem;
}

.cat-cta {
    border-bottom: 4px solid var(--primary-color);

}

.cat-cta *,
.cat-rmore * {
    margin-bottom: 0 !important;
}

.cat-rmore {
    border-left: 4px solid var(--primary-color);
}

.cat-cta__call {
    margin-bottom: 1.25rem !important;
    text-align: center;
}

.cat-cta .btn-gray {
    color: #fff !important;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem 0.5rem 1.5rem 0.5rem;

}

.cat-cta span {
    color: var(--second-color);
    font-weight: 600;
}

.cat-rmore span {
    margin-left: 0.5rem;
}

/**************digits form****************/

.woocommerce-form.woocommerce-form-login {
    width: 50%;
    margin: 4rem auto 2rem !important;
}

.digits-form_submit-btn {
    background-color: var(--third-color) !important;
    color: #fff !important;
    padding: 1rem 0 !important;
    font-size: 1.6rem !important;
}


@media print {
    .prduct-table__excel{
        display: none;
    }
}

/* *****************footer ******************  */
.footer__social svg path,footer .footer__contact svg path{
    fill: var(--third-color) !important;
}
.product-table .product-table__body table thead tr{
        background-color: #ffc9c7 !important;
}