/*
* 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: "fooladsell";
	src:url("assets/fonts/IRANSansWeb(FaNum).woff") format("woff"),
        url("assets/fonts/IRANSansWeb(FaNum).woff2") format("woff2");
        font-display: swap
}

@font-face {
	font-family: "fooladsell_bold";
	src: url("assets/fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
        url("assets/fonts/IRANSansWeb(FaNum)_Bold.woff2") format("woff2");
        font-display: swap
}


:root{
    --first-bg-color:#fff;
    --second-bg-color: #fafbff;
    --first-tx-color:#5f5f5f;
    --second-tx-color:#91a0b5;
    --third-tx-color:#040404;
    --main-color: #fa3c08;
    --second-color:#010080;
    --input-color:#cdd0d5;
    --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: 'fooladsell', 'Myriad Pro', Tahoma;
    font-weight: 400;
    line-height: 1.7;
    direction: rtl;
    color: var(--first-tx-color);
    background-color: var(--first-bg-color);

}

.thr-tx-c{
    color: var(--third-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: 10px;
    padding: 2px 10px;
    font-size: 1.4rem;
}
.select2-container--default .select2-selection--single {
    border-radius: 10px;

}


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(--main-color);
    -webkit-box-shadow: none;
            box-shadow: none;
}
textarea{
    resize: none;
}
::-webkit-input-placeholder { 
    color: var(--input-color);
    opacity: 1; 
    font-weight: inherit;
  }
::-moz-placeholder { 
    color: var(--input-color);
    opacity: 1; 
    font-weight: inherit;
  }
:-ms-input-placeholder { 
    color: var(--input-color);
    opacity: 1; 
    font-weight: inherit;
  }
::-ms-input-placeholder { 
    color: var(--input-color);
    opacity: 1; 
    font-weight: inherit;
  }
::placeholder { 
    color: var(--input-color);
    opacity: 1; 
    font-weight: inherit;
  }
  
:-ms-input-placeholder { 
    color:  var(--input-color);
    opacity: 1; 
    font-weight: inherit;

}

::-ms-input-placeholder { 
    color:  var(--input-color);
    opacity: 1; 
    font-weight: inherit;
}

img{
    max-width: 100%;
    height: auto;
}
p,a{
    font-size: 1.6rem;
    color: var(--first-tx-color);

}
p{text-align: justify;}

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-blue{
    color: #fff;
    background-color: var(--second-color);
    display: block;
} 

.btn-gray{
    color: #fff;
    background-color: var(--first-tx-color);
    display: block; 
}

.btn-light-gray{
    color: #fff;
    background-color: #f7f9f8;
    display: block; 
    border: 1px solid #edeef3;
    color: var(--second-tx-color);
}
.btn-orange{
    color: #fff;
    background-color: var(--main-color);
    display: block; 
}

li{
    list-style: none;
}


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

  }
  .swiper-slide {
    text-align: center;
    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;
  }
  .autoplay-progress {
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    font-weight: bold;
    color: var(--main-color);
    font-size: 1.4rem;
  }
  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--main-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }


.mb-10{
    margin-bottom: 2.2rem;
}

.mt-50{
    margin-top: -5rem !important;
}
.right-text{
    direction: rtl !important;
    text-align: right !important;
}

.nothing-found{
    border-top: 1px solid #eee;
    font-size: 1.4rem;
    padding-top: 1.5rem;
}

.not-found{
    padding: 0.5rem 0 2.5rem;
    font-size: 1.8rem;
}

.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: 0;
}
.page-title{
    font-size: 2rem;
    color: var(--third-tx-color);
    font-weight: 600;
}
/**************************************************/
/*******************Front Page********************/
/*************************************************/
/***********************************************/
/*********************inquiry contact**********************/


.inquiry__contact{
    margin: 0 0 0 3.8rem;
} 
.inquiry__contact::after{
    width: 0.2rem;
    height: 2.5rem;
    content: "";
    background-color: #c6d5ea;
    position: absolute;
    top: 50%;
    right: 16rem;
    -webkit-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
            transform: translate(50%,-50%);
}

.inquiry__contact .phone-icon{
    color: var(--main-color);
    font-size: 3rem;
    -webkit-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
            transform: rotate(-50deg);
}
#priceInquiry .modal-body{
    padding: 1.5rem 2rem;
}

.modal-body .inquiry-title.modal-title{
    font-size: 1.4rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.phone-num{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 0.8rem;
}

 .phone-num .phone-num__link p{
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
}

.phone-num .phone-num__desc{
    font-size: 0.95rem;
}
/*********************Header**********************/
/********************header-responsive**********************/
.small-header{
    display: none;
}
/************************************************************/
.sticky{
    position: fixed !important;
    background-color: #fff !important;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 8rem !important;
    z-index: 1000;
    -webkit-box-shadow: var(--second-box-shadow);
            box-shadow: var(--second-box-shadow);
    border-radius: 0 !important;
}
header{
    background-color: #f1f1f1;
    padding: 0 5rem 3rem 5rem;
}

header .header_top{
    font-size: 1.3rem;
    padding: 0.5rem 25px;
}
.header_top .box-time:after{
    width: 0.2rem;
    height:1.8rem;
    content: "";
    background-color: #c6d5ea;
    position: absolute;
    top: 46%;
    right:7.2%;
    -webkit-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
            transform: translate(50%,-50%);
}

.header_top .header_top-right{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.header_top .box-time{
    color: var(--second-tx-color);
    padding-left: 2.2rem;
}

.header_top .box-news{
    padding:0 2rem 0 0;
}
.header_top .box-news i{
    color: var(--main-color);
    font-size: 1.35rem;

} 

.header_top .news_title {
    margin-right: 1rem;
    width: 50%;
}
.header_top .box-news .box-news_header{
    color: var(--main-color);
    padding: 0 0.5rem 0 0;

} 

.header_top .box-news .box-news_title{
    padding: 0 0.5rem 0 0;
    color: var(--first-tx-color);
}

.header_top .header_top-left{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}


/*************end scroll*****************/
.header_top .header_top-left .woocommerce-mini-cart li a img{
    width: 12rem;
    height: 12rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 1rem;
    border-radius: 1rem 1rem 2rem 1rem;
}
.header_top .header_top-left .woocommerce-mini-cart li .product-name{
    font-size: 1.2rem;
}
.header_top .header_top-left .woocommerce-mini-cart li{
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.header_top .header_top-left .woocommerce-mini-cart__buttons a{
    color: #fff;
    background-color: var(--main-color);
    border-radius: 1rem 1rem 2rem 1rem;
    display: inline-block;
    text-align: center;
    margin: 1.5rem auto 0;
    padding: 0.5rem 1.5rem;
}
.header_top .header_top-left .woocommerce-mini-cart__buttons a:hover{
    background-color: var(--second-color);
}

.header_top .header_top-left .login-register{
    padding: 0 1rem 0 0;
}
.header_top .header_top-left .login-register i{
    padding: 0 0 0 1rem;
}
.header_top .header_top-left .login-register span{
    font-size: 1.2rem;
    vertical-align: text-top;

}

.header_top .header_top-left a{
    display: block;
    color: var(--second-tx-color);
    font-size: 1.6rem;
}
header .main-header{
    background-color: var(--first-bg-color);
    border-radius: 2rem;
}

.main-header .main-header_top{
    border-bottom: 1px solid #eeeeee;
    padding: 1rem 3rem;
}

.main-header .main-header_top .logo{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;

}


.main-header .main-header_top .search{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
    
}
.main-header .main-header_top .search form{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-header .main-header_top .search input[type=search]{
    width: 42rem;
    height: 3.8rem;
    font-size: 1.4rem;
}

.main-header .main-header_top .search input[type=submit],
.main-header .main-header_top .search button{
    height: 4rem;
    font-size: 2.8rem;
    border: none;
    margin-right: -3.5rem;
    margin-top:0.2rem;
    color: var(--input-color);
}


.main-header .main-header_top .inquiry{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: var(--second-tx-color);
}


.main-header .main-header_top .inquiry .inquiry__form{
    font-size: 1.1rem;
    padding: 0 3.8rem 0 0;
}
.main-header .main-header_top .inquiry .inquiry__form button{
    width: 13rem;
    height: 4rem;
    border-radius: 1rem;
    font-size: 1.2rem;
    position: relative;
}
.main-header .main-header_top .inquiry .inquiry__form button::before{
    -webkit-animation: blinker 1s linear infinite;
    animation: blinker 1s linear infinite; 
    height: 1.3rem;
    width: 1.3rem;
    border-radius: 50%;
    content: "";
    background-color: var(--main-color);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-45%, -45%);
        -ms-transform: translate(-45%, -45%);
            transform: translate(-45%, -45%);
    -webkit-box-shadow: 1px 1px 5px 0px #000;
            box-shadow: 1px 1px 5px 0px #000;
}
  
@-webkit-keyframes blinker {
    50% {
        opacity: 0.2;
    }
}
  
@keyframes blinker {
    50% {
        opacity: 0.2;
    }
}

header .main-header .navigator{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding:1rem 3rem;
}

.main-header .navigator .navigator__cat-menu button{
    font-size: 1.4rem;
    width: 16.5rem;
    display: block;
    height: 4rem;
    border-radius: 1rem 1rem 1.5rem 1rem;
    position: relative;
    padding: 0 0 0 1rem;

}
.main-header .navigator .navigator__cat-menu button i{
    font-size: 1.1rem;
    margin: 0 0 0 0.5rem;
}
.main-header .navigator .navigator__cat-menu button::after{
    content: "\10ffff";
    font-family: "icomoon";
    color: #fff;
    position: absolute;
    left: 0.8rem;
    font-size: 0.5rem;
    bottom: 14px;
}

.main-header .primary-menu{
    margin: 0 3rem 0 0;
}

.main-header .primary-menu li{
    display: inline-block;
}
.main-header .primary-menu li:not(:last-child){
    padding: 0 0 0 1rem;
}
.main-header .primary-menu li a{
    display: inline-block;
    font-size: 1.4rem;
    padding: 0 1rem;
}
.main-header .primary-menu > div > ul > li:first-child a{
    background-color: var(--main-color);
    border-radius: 0.5rem 0.5rem 1rem 0.5rem;
    color: #fff;
}
.main-header .primary-menu > div > ul > li:first-child a:hover{
    color: #fff;
}
.main-header .primary-menu li a:hover{
    color: var(--main-color);
}
.main-header .primary-menu .current-menu-item a{
    color: var(--main-color);
}
/*******mega menu*********/

.main-header .mega-menu .mega-menu__container{
    -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: 82%;
    right: 31px;
    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: 325px;
    opacity: 0;
    visibility: hidden;
}
.main-header .navigator__cat-menu:hover .mega-menu .mega-menu__container{
    opacity: 1;
    visibility: visible;
    padding: 1rem 0;
}
.main-header .mega-menu .mega-menu__container > li{
    display: block;   
}

.main-header .mega-menu .mega-menu__container li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 2rem 0.5rem 0;
    position: relative;
    line-height: 1.1;
    font-size: 1.4rem;

}
.main-header .mega-menu .mega-menu__container li > ul li a{
    padding: 1rem 2rem 1rem 0;
}
.main-header .mega-menu .mega-menu__container > li:hover > a{
    color: var(--main-color);
}
.main-header .mega-menu .mega-menu__container > li > a::before,
.small-menu .small-menu__navigator .mega-menu__container > li > a::before {
    font-family: 'icomoon';
    font-size: 3rem;
    margin-left: 1rem;
}

.main-header .mega-menu .mega-menu__container > li:nth-child(1) > a::before,
.small-menu .mega-menu__container  > li:nth-child(1) > a::before{
    content: "\e93d";
}
.main-header .mega-menu .mega-menu__container > li:nth-child(2) > a::before,
.small-menu .mega-menu__container  > li:nth-child(2) > a::before{
    content: "\e93a";
}
.main-header .mega-menu .mega-menu__container > li:nth-child(3) > a::before,
.small-menu .mega-menu__container  > li:nth-child(3) > a::before{
    content: "\e917";
}
.main-header .mega-menu .mega-menu__container > li:nth-child(4) > a::before,
.small-menu .mega-menu__container  > li:nth-child(4) > a::before{
    content: "\e918";
}
.main-header .mega-menu .mega-menu__container > li:nth-child(5) > a::before,
.small-menu .mega-menu__container  > li:nth-child(5) > a::before{
    content: "\e915";

}
.main-header .mega-menu .mega-menu__container > li:nth-child(6) > a::before,
.small-menu .mega-menu__container  > li:nth-child(6) > a::before{
    content: "\e92b";
}
.main-header .mega-menu .mega-menu__container > li:nth-child(7) > a::before,
.small-menu .mega-menu__container  > li:nth-child(7) > a::before{
    content: "\e91c";
}
.main-header .mega-menu .mega-menu__container > li:nth-child(8) > a::before,
.small-menu .mega-menu__container  > li:nth-child(8) > a::before{
    content: "\e93f";
}

.main-header .mega-menu .mega-menu__container > li:nth-child(9) > a::before,
.small-menu .mega-menu__container  > li:nth-child(9) > a::before{
    content: "\e90b";
}
.main-header .mega-menu .mega-menu__container > li:nth-child(10) > a::before,
.small-menu .mega-menu__container  > li:nth-child(10) > a::before{
    content: "\e912";
}
.main-header .mega-menu .mega-menu__container > li.menu-item-has-children > a::after,
.main-header .mega-menu .mega-menu__container > 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%);
}
.main-header .mega-menu .mega-menu__container > li > .sub-menu,
.main-header .mega-menu .mega-menu__container > li > .sub-menu >li >.sub-menu{
   opacity: 0;
   visibility: hidden; 
   background: #fff;
   position: absolute;
   left: -100%;
   top: 0;
   -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%);
   width: 100%;
   z-index: 3;
   border-radius: 0 0 2rem 2rem;
   height: 100%;
   padding: 1.5rem 0;
}

.main-header .mega-menu .mega-menu__container > li.menu-item-has-children:hover >.sub-menu,
.main-header .mega-menu .mega-menu__container > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible; 
    
}
.main-header .mega-menu .mega-menu__container > li.menu-item-has-children .sub-menu li a:hover{
    color: var(--main-color);
}

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

.categories-box{
    margin: 4rem 0;
}
.categories-box h1{
    font-size: 2rem;
    margin-bottom: 3rem;
}
.categories-box 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.6), rgba(0, 0, 0, 0.4));
    transition: all 0.3s ease-in-out !important;
    opacity: 0.65;
    border-radius: 1rem 1rem 2.5rem 1rem;
}
.categories-box a:hover::after{
   opacity: 1;
}

.categories-box .categories-box__caption{
    position: absolute;
    bottom: 0;
    right: 50%;
    color: #fff;
    transform: translate(50%, -50%);
    z-index: 2;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}
.categories-box img{
    border-radius: 1rem 1rem 2.5rem 1rem;
}
/*********************special-sale**********************/
.special-sale{
    padding: 0 6rem 1rem;
}

.special-sale .sub-headings{ 
    font-weight: 100;
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
    color: var(--second-tx-color);
}

.special-sale .suggest{
    font-size: 2rem;
    color: var(--third-tx-color);
    margin: 0 0 1.8rem;

} 
.special-sale h2{
    margin-bottom: 1rem;
}
.special-sale h2 span{
    color: var(--main-color);
} 

.special-sale .desc{
    color: var(--second-tx-color);
    font-size: 1.4rem;
    margin: 0 0 5rem 10rem;
    text-align: justify;
}

.special-sale .btn-gray{

    width: 15.5rem;
    height: 5rem;
    border-radius: 5px;
    font-size: 1.2rem;
}
.special-sale .btn-gray:hover{
    color: #fff;
    background: var(--main-color);
}

.special-sale .swiper{
    direction: ltr;
} 
.special-sale .swiper-slide{
    direction: rtl;
}

.special-sale .swiper-slide:not(.swiper-slide-active){
    opacity: 0.4;
    height: 80%;
}
.special-sale .col-md-6:first-child{
    width: 55%;
}
.special-sale .col-md-6:last-child{
    width: 45%;
}

.special-sale  .swiper-button-prev,
.special-sale  .swiper-button-next{
    position: relative;
    display: inline-block;
    left: unset;
    right: unset;
    top: unset;
    margin-top: 2rem;
    background: var(--first-tx-color);
    color: #fff;
    text-align: center;
    width: 4rem;
    height: 4rem;
}
.special-sale  .swiper-button-next{
    border-radius: 0.5rem 0.5rem 1.5rem 0.5rem;

}
.special-sale  .swiper-button-prev{
    border-radius: 0.5rem 0.5rem 0.5rem 1.5rem;
    margin-left: 2.5rem;
    margin-right: 0.7rem;

}
.special-sale  .swiper-button-next:after, 
.special-sale .swiper-button-prev:after {
    font-size: 1.5rem;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
   
    
}
.special-sale .swiper-button-next.swiper-button-disabled, 
.special-sale .swiper-button-prev.swiper-button-disabled {
    background-color: #eceff4;
    color: #3d4350;
    
    
}
.product-card{
    -webkit-box-shadow: 1px 0px 20px 2px #eee;
            box-shadow: 1px 0px 20px 2px #eee;
    padding: 2rem 1.5rem;
    border-radius: 2rem;

}

.product-card figure{
    position: relative;
    text-align: center;
    width: 100%;

}
.product-card figure img{
    border-radius: 0 3rem 3rem 6rem;
    position: relative;
    height: 22rem;
    width: 100%;

}
.product-card figure .discount{
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    left: 0.5rem;
    width: 3.75rem;
    height: 4rem;
    font-size: 1.8rem;
    border-radius: 0 0 1.5rem 0.5rem;
    font-weight: 600;

}
.product-card figure .discount span{
    font-size: 1.2rem;
}


.product-card .product-card__details h2{
    font-size: 1.6rem;
    padding: 2rem 0 1.5rem;
    text-align: right;
    height: 8.25rem;
}
.product-card .product-card__details h2 a:hover{
    color: var(--main-color);
}

.product-card .product-card__details .sku-box{
    text-align: right;
}
.product-card .product-card__details .sku-box p{
    font-size: 1.4rem;
}
.product-card .product-card__details .sku{
    border-bottom: 1px solid #f2f3f7;
    padding: 0 0 2rem 0;
}
.product-card .product-card__details .sku .sku-timer{
    direction: ltr;
    font-size: 2.2rem;
    color: var(--main-color);
}
.product-card .product-card__details .price-contact{
    padding: 1rem 0 0.5rem;
}
.product-card .product-card__details .new-price span{
    color: var(--main-color);
    font-weight: 600;
    font-size: 2rem;
}

.product-card .product-card__details .old-price{
    position: relative;
    color: var(--second-tx-color);

}

.product-card .product-card__details .old-price::after{
    content: "";
    height: 0.1rem;
    width: 4rem;
    position: absolute;
    top: 1.2rem;
    right: 0;
    background-color: var(--second-tx-color);;
}
.product-card .product-card__details .contact span.btn-orange{
    padding: 0.3rem 1rem 0.5rem 0.5rem;
    border-radius: 0.5rem 1.5rem 1.5rem 1.5rem;

}
.product-card .product-card__details .contact a{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;

}
.product-card .product-card__details .contact a span:first-child{
    font-size: 2rem;
    line-height: 1.2;
}
.product-table__body-box > table > thead > tr {
    background-color: #e1e1e1;

}

.product-table__body-box > table > tbody > tr:nth-child(2n+1) {
    background-color: #f4f4f4;
}



/*********************social**********************/
.social{
    background-color: #f1f1f1;
    padding: 9rem 0 6.5rem 0;
    
}

.social .social__box{
    width: 100%;
    height: 7rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 1.5rem 1rem 1rem 1rem;
    color: #fff;
    padding: 0 2.5rem 0 3.5rem;
}
.social .social__box.telegram{
    background: -o-linear-gradient(left,#1e9fbc,#217bc7);
    background: -webkit-gradient(linear,left top, right top,from(#1e9fbc),to(#217bc7));
    background: linear-gradient(to right,#1e9fbc,#217bc7);
}
.social .social__box i{
    font-size: 2.2rem;
    margin:0 1rem 0;
}
.social .social__box.instagram{
    background: -o-linear-gradient(left,#f5792f,#ea4556);
    background: -webkit-gradient(linear,left top, right top,from(#f5792f),to(#ea4556));
    background: linear-gradient(to right,#f5792f,#ea4556);

}
.social .social__box.youtube{
    background: -o-linear-gradient(left,#e71b24,#bf141a);
    background: -webkit-gradient(linear,left top, right top,from(#e71b24),to(#bf141a));
    background: linear-gradient(to right,#e71b24,#bf141a);

}
.social .social__box.aparat{
    background: -o-linear-gradient(left,#ef4278,#fd0b5f);
    background: -webkit-gradient(linear,left top, right top,from(#ef4278),to(#fd0b5f));
    background: linear-gradient(to right,#ef4278,#fd0b5f);

}
.social .social__box.twitter{
    background: -o-linear-gradient(left,#00bff3,#00adef);
    background: -webkit-gradient(linear,left top, right top,from(#00bff3),to(#00adef));
    background: linear-gradient(to right,#00bff3,#00adef);

}
.social .social__box.linkedin{
    background: -o-linear-gradient(left,#008cd3,#15499f);
    background: -webkit-gradient(linear,left top, right top,from(#008cd3),to(#15499f));
    background: linear-gradient(to right,#008cd3,#15499f);

}
.social .social__box .follow{
    font-size: 1.4rem;
}

/*********************product**********************/

.qc-videos .swiper-slide{
    display: block;
}

.products .swiper-button-prev, 
.products .swiper-button-next,
.qc-videos .swiper-button-prev,
.qc-videos .swiper-button-next{
    top: 12%;
    background: var(--first-tx-color);
    color: #fff;
    text-align: center;
    width: 4rem;
    height: 4rem;
}
.qc-videos .swiper-button-prev,
.qc-videos .swiper-button-next{
    top: 6.5%;
}
.products .swiper-button-next, 
.products .swiper-rtl .swiper-button-prev,
.qc-videos .swiper-button-next, 
.qc-videos .swiper-rtl .swiper-button-prev{
    left: 50px;
    right: auto;
}
.products .swiper-button-prev, 
.products .swiper-rtl .swiper-button-next,
.qc-videos .swiper-button-prev, 
.qc-videos .swiper-rtl .swiper-button-next {
    left: 5px;
    right: auto;

}
.products .slider-next-prev{
    position: absolute;
    top: 10%;
    left: 0;
}
.products .swiper-button-next,
.products .swiper-button-prev,
.qc-videos .swiper-button-next,
.qc-videos .swiper-button-prev{
    border-radius: 0.5rem;
    background: transparent;
    border: 1px solid var(--second-tx-color);
}

.products .swiper-button-next:hover,
.products .swiper-button-prev:hover,
.qc-videos .swiper-button-next:hover,
.qc-videos .swiper-button-prev:hover{
    border-color: var(--main-color);
}
.products .swiper-button-next:after, 
.products .swiper-button-prev:after,
.qc-videos .swiper-button-next:after, 
.qc-videos .swiper-button-prev:after {
    font-size: 1.2rem;
    color: var(--main-color);
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    line-height: 2;
    font-weight: 600;
   
}


.products .swiper-button-next.swiper-button-disabled, 
.products .swiper-button-prev.swiper-button-disabled,
.qc-videos .swiper-button-next.swiper-button-disabled, 
.qc-videos .swiper-button-prev.swiper-button-disabled {
    background-color: #eceff4;
    color: #3d4350;
}


.swiper .slider-next-prev h2{
    font-size: 1.6rem;
    background-color: var(--first-tx-color);
    color: #fff;
    display: block;
    width: 12rem;
    height: 6.5rem;
}
.product-table .product-table__body h3,
.product-table .product-table__body h2{
    font-size: 1.4rem;
}
.product-table .product-table__body h3 a,
.product-table .product-table__body h2 a{
    font-size: 1.4rem;

}


.product-table .product-table__body h3 span a:hover,
.product-table .product-table__body h2 span a:hover{
    color: var(--main-color);
}

.product-table .product-table__body .product-table__body-box{
    background: #fff;
    margin-bottom: 3rem;
    box-shadow: 0px 1px 10px 1px rgba(0,0,0,.1);
    width: 100%;
}

#cat-head{
    margin-bottom: 2rem;
}
 #cat-head a{
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem 0.5rem 1.5rem 0.5rem;
        box-shadow: 0 2px 5px -4px rgba(0,0,0,.5);
    background-color: #fff;
    font-size: 1.4rem;
    max-width: 12rem;
}
#cat-head a i{
    font-size: 1.4rem;
    line-height: 0;
    margin-left: 0.3rem;
}
#cat-head a:hover{
    background-color: var(--main-color);
    color: #fff;
}

#cat-head a.active{
    background-color: var(--main-color);
    color: #fff;
}

.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);

}


.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;
}


/*************scroll*****************/
.product-table .scroll-table::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
}
.product-table .scroll-table::-webkit-scrollbar-track {
    border-radius: 0.5rem;
    background: #d9e2f1;
}
.product-table .scroll-table::-webkit-scrollbar-thumb {
    background: #545454;
    border-radius: 0.5rem;
}
.product-table .scroll-table::-webkit-scrollbar-thumb:hover {
    background: var(--main-color);
}
/**************end scroll****************/

.product-table .product-table__body table{
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
}
.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: 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(--main-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(--main-color);
}

.encyclopedia-card{
    background-color: #fff;
    padding: 1.8rem 2rem 1rem 0.5rem;
    -webkit-box-shadow: var(--main-box-shadow);
            box-shadow: var(--main-box-shadow);
    border-radius: 1.5rem;
    font-size: 1.2rem;
}
.encyclopedia-card:not(:last-child),
.encyclopedia-container a:not(:last-child){
    margin-bottom: 1.5rem;
}

.encyclopedia-card figure{
-webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
        flex: 0 0 42%;
}
.encyclopedia-card figure img{
    width: 19rem;
    height: 17.35rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.5rem;
    object-position: left;
}
.blog .encyclopedia-card figure img{
    width: 26rem;
}

.encyclopedia-card .encyclopedia-card__details{
    padding: 0 2.5rem 0 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.encyclopedia-card .encyclopedia-card__details h3{
    padding:0 0 1rem;
    font-size: 1.4rem;
}

.encyclopedia-card .encyclopedia-card__details .desc{
    font-size: 1.4rem;
    padding-bottom: 1rem;
    text-align: justify;
}

.encyclopedia-card .encyclopedia-card__details .footer{
    font-size: 1.4rem;
}
.encyclopedia-card .encyclopedia-card__details .footer .comments span{
    padding-right: 0.5rem;
}
.encyclopedia-card .encyclopedia-card__details .footer .comments i{
    font-size: 1.6rem;
}
.encyclopedia-card .encyclopedia-card__details .footer .icon{
    font-size: 2rem;
}
#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*************************/
.experts-card{
    box-shadow: var(--main-box-shadow);
    border-radius: 1rem;
    background-color: #fff;
}

.experts-card img{
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    margin-bottom: 1rem;
    border: 3px solid #ffefec;
}

.experts-card .job-title{
    color: var(--second-tx-color);
    font-size: 1.2rem;
}

.experts-card .expert-name{
    font-size: 1.4rem;
    font-weight: 700;
}
.experts-card__wrapper{
    padding: 2.5rem 4rem 1rem;
    background: #fbfbfb;
}
.experts-card__swrapper{
    height: 6.5rem;
}
.experts-card__num{
    padding: 0 1rem;
}
.experts-card__int{
    background-color: var(--main-color);
    color: #fff;
    font-size: 1.2rem;
    padding: 0 1.25rem;
    border-bottom-right-radius: 1.5rem;
}
.experts-card__int .int{
    font-size: 1rem;
}
.experts-card__int .num{
    font-size: 1.8rem;
}

.experts-card .experts-card__num i{
    font-size: 2.2rem;
    margin-left:0 1rem 0 0.5rem;
    line-height: 0;
    transform: rotate(-45deg);
}
.experts-card .experts-card__num span{
    background-color: #f4f4f4;
    border-radius: 15px;
    padding: 0 0.5rem;
    margin-left: 0.75rem;
}

.default-slider .swiper-wrapper{
    padding: 0.5rem 0;
}
.default-slider .swiper-button-prev,
.default-slider .swiper-button-next{
    background: var(--main-color);
    color: #fff;
    text-align: center;
    width: 4rem;
    height: 4rem;
}
.default-slider .swiper-button-next{
    border-radius: 0.5rem 0.5rem 0.5rem 1.3rem;

}

.default-slider .swiper-button-prev{
    border-radius: 0.5rem 0.5rem 1.3rem 0.5rem;
    margin-left: 2.5rem;
    margin-right: 0.7rem;

}
.default-slider .swiper-button-next:after, 
.default-slider .swiper-button-prev:after {
    font-size: 1.2rem;
}
.default-slider .swiper-button-next.swiper-button-disabled, 
.default-slider .swiper-button-prev.swiper-button-disabled {
    background-color: #eceff4;
    color: #3d4350;
}


/************************footer*************************/
footer{
    padding: 2rem 5rem 0;
    background-color: #f1f1f1;
}

.top-footer{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.top-footer .footer-logo{
    margin-bottom: 1.5rem;
}
.top-footer .footer-logo img{
    width: 12rem;
}

.top-footer .about{
    font-size: 1.4rem;
    text-align: justify;
    margin-bottom: 2rem;
    width: 88%;

}
.top-footer .see-more{
    color: var(--main-color);
}
.top-footer .see-more::after{
    font-family: 'icomoon' !important;
    content: "\e903";
    margin-right: 0.8rem;
    vertical-align: bottom;
    font-size: 2rem;
}

.footer-title{
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.top-footer .footer-widget li{
    padding: 0 0 0.5rem;
}

.top-footer .footer-widget li a{
    font-size: 1.6rem;
    list-style:disc;
    position: relative;
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
}
.top-footer .footer-widget li:hover a{
    color: var(--main-color);
}
.top-footer .footer-widget li a::before{
    content: "";
    width: 0.45rem;
    height: 0.1rem;
    display: inline-block;
    background-color: var(--first-tx-color);
    vertical-align: middle;
    margin: 0 0 0 0.5rem; 
    
}

.top-footer .enamd .enamd_box{
    -webkit-box-shadow: var(--main-box-shadow);
            box-shadow: var(--main-box-shadow);
    border-radius: 1.5rem;
}



/******footer bottom******/
.footer-bottom{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
 }
.footer-bottom .footer-title{
    margin-bottom: 1rem;
}

.footer-bottom .contact-box .contact-box__addr a{
    font-size: 1.2rem;
}
.footer-bottom .contact-box__details{
    display: inline-block;
    padding-right: 1rem;
}

.footer-bottom .contact-box::before{
    font-family: "icomoon";
    content: "\e94a";
    font-size: 3rem;
    font-weight: 300;
    display: inline-block;
}

.footer-bottom  .inquiry__contact::after{
    display: none;
}

.footer-bottom .phone-num .phone-num__link a {
    font-weight: 600;
    font-size: 2rem;
}
.footer-bottom .phone-num .phone-num__desc{
    font-size: 0.95rem;
}
.footer-bottom .inquiry__contact .phone-icon {
    font-size: 3rem;
    color: var(--first-tx-color);
}
.footer-bottom .mail-box::after{
    font-family: "icomoon";
    content: "\e90c";
    font-size: 2.5rem;
    font-weight: 300;
    display: inline-block;
    margin-right: 1rem;
}
.footer-bottom .mail-box__details .mail-box__details-title,
.footer-bottom .mail-box__details .mail-box__details-desc,
.footer-bottom .phone-num .phone-num__desc{
    font-weight: 600;
}

.footer-bottom .social-network li a{
    margin-right: 1.5rem;
    text-transform: capitalize;

}
.footer-bottom .social-network li a span{
    width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}
.footer-bottom .social-network li a:hover span{
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.footer-bottom .social-network li a i{
    font-size: 2.2rem;
    margin-right: 1rem;
}

.footer-bottom .social-network li a.instagram:hover,
.share ul li a.instagram:hover{
    color: #e20044;
}

.footer-bottom .social-network li a.twitter:hover,
.share ul li a.twitter:hover{
    color: #1D9BF0;
}

.footer-bottom .social-network li a.linkedin:hover,
.share ul li a.linkedin:hover{
    color: #0A66C2;
}

.footer-bottom .social-network li a.youtube:hover,
.share ul li a.youtube:hover{
    color: #FF0000;
}

.footer-bottom .social-network li a.telegram:hover,
.share ul li a.telegram:hover{
    color: #229ED9;
}
.share ul li a.whatsapp:hover{
    color: #25D366;
}

/*********sub footer**********/
.sub-footer{
    padding-bottom: 2rem;
}

.sub-footer button{
    background: var(--first-tx-color);
    color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    margin-left: 1rem;
    font-size: 0.6rem;
}

.sub-footer p,
.sub-footer a{
    font-size: 1.4rem;
}
.sub-footer a:hover{
    color: var(--main-color);
}


/*************************************************/
/***************products category*****************/
/*************************************************/
.sheet-color-choice a {
    background-color: var(--first-tx-color);
    color: #fff;
    border-radius: 0.5rem 0.5rem 2rem 0.5rem;
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
}

.products-category{
    background-color: var(--second-bg-color);
    padding: 2.5rem 0 1.5rem;
}

.products-breadcrumbs{
    padding: 0 1.5rem;
    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 image*************************/
.category-image{
    margin-bottom: 3rem;
}

.category-image figure img{
    border-radius: 2rem 2rem 5rem 2rem;
}

/************************category content*************************/
.category-sidebar{
    margin: 0 0 4rem;
}
.products-category .col-md-3{
    padding-left: 3rem;
}

.category-sidebar__box{
    -webkit-box-shadow: var(--main-box-shadow);
            box-shadow: var(--main-box-shadow);
    padding: 1.5rem;
    border-radius: 1rem;

}
.category-sidebar__box:not(:last-child){
    margin: 0 0 2rem;
}
.category-sidebar__box .team-card figure{
    background: -o-linear-gradient(top, #f8f8f8 ,#f1f2f6);
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8) ,to(#f1f2f6));
    background: linear-gradient(to bottom, #f8f8f8 ,#f1f2f6);
}

.category-sidebar__box .category-sidebar__box-title{
    color: var(--main-color);
    font-weight: normal;
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
    font-weight: 600;

}


.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%;
    height: 3.8rem;
    font-size: 1.8rem;
    font-weight: 100;
    border-radius: 0.5rem 0.5rem 1.5rem 0.5rem;
}

.category-desc{
    margin-bottom: 3rem;
    padding: 1rem 1.5rem ;
    border-radius: 1rem;
    -webkit-box-shadow: var(--main-box-shadow);
            box-shadow: var(--main-box-shadow);
    background-color: #fff;
}

.category-desc .mejs-video{
    margin: 2rem 0;
}
.category-desc .table-contents{
    background-color: #f1f1f1;
    border-radius: 1rem;
    padding: 1rem 1.5rem;
}
.category-desc .table-contents li{
    margin-bottom: 0.75rem;
}
.category-desc .table-contents a{
    color: var(--main-color);
    font-size: 1.4rem;
    margin-right: 1.5rem;
    border-bottom: 1px dotted transparent;
}
.category-desc .table-contents a:hover{
    border-color: var(--main-color);
}
.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(--main-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{
    font-size: 1.4rem;
    cursor: pointer;
    margin: 1.5rem auto 0;
    width: 50%;
}

.category-desc .category-expand i{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.category-show ~ .category-expand i{
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
.category-show{
    max-height: 24rem;
    overflow: hidden;
    position: relative;
}
.color-slider{
    margin: 3rem 0;
}
.color-slider .color-palette{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.category-desc .category-expand i{
    font-size: 0.75rem;
    margin-top: 0.25rem;
}
.product-faq__title {
    font-size: 1.8rem;
    color: var(--second-color);
    margin-bottom: 1rem;
    font-weight: 600;
}
.product-faq__wrapper{
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
.product-faq__qu{
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.category-sidebar__box.sub-category ul{
    margin-right: 1.2rem;
}
.category-sidebar__box.sub-category ul li,
.category-sidebar__box.sub-category .product-main-cat{
    margin-bottom: 0.5rem;

}
.category-sidebar__box.sub-category ul li a,
.category-sidebar__box.sub-category .product-main-cat{
    display: block;
    padding: 1rem 1rem;
    /* border: 1px solid var(--main-color); */
    font-size: 1.3rem;
    background-color: #f1f1f1;
    position: relative;
}
.category-sidebar__box.sub-category ul li a::after{
    content: "\e93ff";
    font-family: "icomoon";
    font-weight: 600;
    left: 5%;
    position: absolute;
    font-size: 1.1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
/********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(--main-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(--main-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{
    margin: 0.25rem 0 3rem;
}
.category-products .value-added{
    margin-bottom: 2rem;
}
.category-products .value-added ul{
    text-align: left;
}
.category-products .value-added .share ul li{
    display: inline-block;
    margin-right: 1rem;
}
.category-products .value-added .share ul li a{
    font-size: 2rem;
}
.category-products .value-added .share p{
    font-size: 1.4rem;
    margin: 0 0 0 1rem;
}
.category-products .category-products__title{
    margin-bottom: 1.5rem;
}
.category-products .category-products__title h1{
    font-size: 1.8rem;
    padding-right: 0.75rem;
}
.category-products .category-products__title i{
    font-size: 2rem;
}

.product-table .prduct-table__body-head{
    background-color: #fff;
    margin-bottom: 0.78rem;
    padding: 1rem 1rem;
    box-shadow: 0px 1px 10px 1px rgba(0,0,0,.1);
    position: relative;
} 
.products .prduct-table__body-head{
    box-shadow: none;
}
.product-table .prduct-table__body-head img{
    margin-left: 1rem;
}
.product-table .prduct-table__body-head .update{
    font-size: 1.2rem;
    margin-top: 0.25rem;
}
.product-table .product-table__body .excel{
    font-size: 1.3rem;
    position: relative;
    cursor: pointer;
}

.product-table .product-table__body .excel i{
    font-size: 2.25rem;
    color: #01723a;
}

.product-table .product-table__body .excel span{
    margin-left: 1rem;
}

/********************order steps******************/
.order-steps{
    margin:0 0 3rem 0;
}
.order-steps h2,
.defualt-card > h2,
.defualt-card > h3,
.order-steps .title,
.defualt-card > .title{
    width: 20rem;
    height: 6rem;
    background-color: #f1f1f1;
    position: relative;
    border-radius: 0 2rem 0 0;
    font-size: 1.5rem;
    font-weight: 600;
}
.defualt-card h2,
.defualt-card > h3,
.defualt-card .title{
    background-color: #fff;
}
.order-steps h2::after,
.order-steps .title::after{
    content: "";
    position: absolute;
    left: -6rem;
    top: 0;
    border-bottom: 6.2rem solid #f1f1f1;
    border-left: 6.2rem solid transparent;
}
.defualt-card > h2::after,
.defualt-card > h3::after,
.defualt-card > .title::after{
    content: "";
    position: absolute;
    left: -5.9rem;
    border-bottom: 6.1rem solid #fff;
    border-left: 6.1rem solid transparent; 
}

.order-steps ul{
    background-color: #f1f1f1;
    border-radius:2rem 0 2rem 2rem;
    padding:4.5rem 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.defualt-card .defualt-card__wrapper{
    background-color: #fff;
    border-radius:2rem 0 2rem 2rem;
    padding:2.5rem 1rem;
}
.order-steps ul li{
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666%;
            flex: 0 0 16.66666%;
    width: 16.66666%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.order-steps ul li:not(:last-child)::after{
    content: "";
    width: 0.1rem;
    height: 9rem;
    background-color:#cfcfcf;
    position: absolute;
    top: 38%;
    left: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
}

.order-steps.order-steps-small ul li:not(:last-child)::after{
    height: 7rem;
}

.order-steps ul li i{
    opacity: 0.8;
    font-size: 5.5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.order-steps.order-steps-small ul li i{
    font-size: 4rem;
}
.order-steps ul li span{
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.order-steps.order-steps-small ul li span{
    font-size: 1.4rem;
}
.order-steps ul li .number{
    text-align: center;
    position: absolute;
    top: -20%;
    left: 27%;
    width: 2.25rem;
    height: 2.1rem;
    font-size: 1.6rem;
    background-color: var(--first-tx-color);
    color: #fff;
    border-radius: 0.25rem 0.25rem 1rem 0.25rem;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.order-steps ul li a:hover > i,
.order-steps ul li a:hover > span{
    color: var(--main-color);
}

.order-steps ul li:hover > i,
.order-steps ul li:hover > span{
    color: var(--main-color);
}
.order-steps ul li:hover >.number{
    background-color: var(--main-color);
} 


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

  .main-header .search .search-box{
    background: #fff;
    top: 100%;
    right: 0;
    width: 94rem;
    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: 1rem;
    visibility: hidden;
    opacity: 0;
    
  }
  .main-header .search .search-box-wrapper ul li a::before{
    font-family: "icomoon";
    font-size: 2rem;
    margin-left: 1rem;
  }

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

  .main-header .search .search-box__products ul li a:not(.more-result)::before{
    content: "\e928";
  } 

  .main-header .search .search-box__category ul li a:not(.more-result)::before{
    content: "\e907";
  }

  .main-header .search .search-box__news ul li a:not(.more-result)::before{
    content: "\e91a";
  }

  
  .main-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.6rem;
  }
  
  .main-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%;
    
  }
  .main-header .search .search-box ul li{
    width: 100%;
    padding: 0.5rem 0;
    font-size: 1.4rem;

  }
  .main-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;
  }
  .main-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;
  }
  .main-header .search .search-box ul li a img{
    margin-right:0.5rem;
    height: 5rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 6rem;
  }
 
.main-header .search .search-box ul i{ 
  font-size: 2.5rem;
}
  
.search-spinner{
    position: absolute;
    top: 20%;
    right: 37%;
}
.main-header .primary-menu .menu__container>li{
    position: relative;
}

.main-header .navigator .sub-menu{
    width: 220px;
    position: absolute;
    z-index: 10;
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    visibility: hidden;
    opacity: 0;
}
.main-header .navigator .primary-menu li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
}
.main-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;
}
.main-header .navigator .sub-menu li{
    display: block;
} 
.main-header .navigator .sub-menu li a{
    padding: 1rem 0;
}
.main-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: 1rem 1rem 2.5rem 1rem;

}
.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: 1rem 1rem 2.5rem 1rem;
}
.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: 8rem;
 }
 
 .latest-blog .blog-card{
     margin-bottom: 1.5rem;
 }
 
 .pagination{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack:center;
         -ms-flex-pack:center;
             justify-content:center;
     margin: 1.5rem 0 0;
 }
 
 .pagination{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
 }
 .pagination .page-numbers.current{
    margin: 0 0.25rem;
    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;
    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(--main-color);
     border-radius: 0.5rem 0.5rem 1.5rem 0.5rem;
     width: 3rem;
     height: 3rem;
     color: #fff;
 }
 .pagination a:hover{
     background-color: var(--first-tx-color);
 }
 .pagination a i{
    font-size: 1.8rem;
 }
 /**************sidebar news**************/
 #main-title li,
 #product-main-title li{
    margin: 0 0 0.5rem;
    text-align: right;
 }
 #main-title li a,
 #product-main-title li a{
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
 }
#main-title li:not(:last-child),
#product-main-title li:not(:last-child){
    margin: 0 0 0.5rem;
    border-bottom: 1px solid #eee;
    padding: 0 0 0.5rem;
}
.main-title-box-sm h4,
.main-title-box-sm .heading{
    color: var(--first-tx-color);
    font-size: 1.6rem;
    font-weight: 600;
}
#category-sidebar-topics{
    margin-top: 1rem;
}
.main-title-box-sm{
    margin-bottom: 1rem;
}
.main-title-box-sm a{
    color: #333;
    font-weight: bold;
}

.main-title-box-sm .heading{
    padding-left: 1rem;
}
.main-title-box-sm button{
    font-size: 1.2rem;
    color: var(--second-color);
}
 .category-sidebar .category-sidebar__box-news img{
     width: 22%;
     height: 4.5rem; 
     border-radius: 1rem;
     -o-object-fit: cover;
        object-fit: cover;
 }
 .category-sidebar .category-sidebar__box-padcast img{
    width: 100%;
    height: 4.5rem; 
    border-radius: 1rem;
     -o-object-fit: cover;
        object-fit: cover;
 }
 .category-sidebar .category-sidebar__box-padcast .video-holder{
    width: 22%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
 }
 
 .category-sidebar .category-sidebar__box-news h4,
 .category-sidebar .category-sidebar__box-padcast h4,
 .category-sidebar .category-sidebar__box-newstitle{
     font-size: 1.3rem;
     margin: 0 0 0.5rem;
     font-weight: 600;
 }

 .category-sidebar .category-sidebar__box-news:not(:last-child),
 .category-sidebar .category-sidebar__box-padcast:not(:last-child) {
     margin: 0 0 1rem;
     border-bottom: 1px solid #eee;
     padding: 0 0 1rem;
 }
 
 .category-sidebar .news-content{
     margin-right: 0.8rem;
     text-align: right;
 
 }
 .category-sidebar .news-content .date{
     font-size: 1.3rem;
 }
 
 .category-sidebar .category-sidebar__box-padcast .video-holder{
     position: relative;
 }
 
 .category-sidebar .category-sidebar__box-padcast .icon{
     position: absolute;
     top: 22%;
     right: 38%;
     font-size: 1.8rem;
     color: #fff;
 }
 .latest-blog .archive-name{
    margin-bottom: 2rem;
    font-size: 2.2rem;
 }

 .latest-blog .archive-name i{
    font-size: 5rem;
    color: var(--main-color);
 }

 .latest-blog .archive-name span{
    margin-right: 1rem;
 }
 
 
 /*************single-blog***************/
 .single-blog{
     margin-bottom: 8rem;
     padding-top: 2.5rem;
 }
 article .article-header{
     margin: 0 0 3rem;
     padding: 0 0 2rem;
     border-bottom: 1px solid #eee;
 }
 
 article .article-header h1{
     font-size: 1.8rem;
 }
 
 article .article-header .share p {
     font-size: 1.4rem;
     margin: 0 0 0 1rem;
 }
 
 article .article-header .share ul li {
     display: inline-block;
     margin-right: 1rem;
 }
 
 article .article-header .share ul li a {
     font-size: 2rem;
 }
 
 article .article-features-image{
     text-align: center;
     margin: 0 0 2rem;
     position: relative;
 }
 article .article-features-image img{
    border-radius: 1.5rem;
 }
 
 article .article-metas{
     font-size: 1.4rem;
     margin-bottom:1rem;
 }
 
 article .article-metas i{
     margin: 0 0 0 0.5rem;
     font-size: 1.6rem;
 }
 
 article .article-metas .author{
     margin-left: 1.5rem;
 }
 
 article .article-content{
     font-size: 1.5rem;
 }
 
 article .article-tags{
     margin-top: 2rem;
 }
 article .article-tags i{
    color: var(--main-color);
    font-size: 2.5rem;
 }
 article .article-tags p{
     font-size: 1.4rem;
     margin-left: 1rem;
 }
 article .article-tags ul{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
 } 
 article .article-tags ul li{
     margin:0 0 0.5rem 0.5rem;

 }
 
 article .article-tags ul li a{
     font-size: 1.2rem;
     display: block;
     padding: 0.4rem 1rem;
     border-radius: 0.5rem 0.5rem 1.2rem 0.5rem;
 }
.single-factory .factory-logo{
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
 }
 .single-factory .factory-logo img{
    border: 1px solid var(--main-color);
 }
 .single-factory .article-features-image{
    margin-bottom: 6.5rem;
 }
 .single-factory .main-box{
    margin: 1.5rem 0;
 } 
 .single-factory .main-box .main-box__body h1,
 .single-factory .main-box .main-box__body h4,
 .single-factory .main-box .main-box__body h3,
 .single-factory .main-box .main-box__body .main-box__body-box,
 .single-factory .main-box .main-box__body .title{
    background-color: #f1f1f1;
 }
 .single-factory .main-box .main-box__body h1:after,
 .single-factory .main-box .main-box__body h4:after,
 .single-factory .main-box .main-box__body h3:after,
 .single-factory .main-box .main-box__body .title:after{
    border-bottom: 6.1rem solid #f1f1f1;
 }
 .single-factory .swiper-slide .img-icon{
    margin-top: -1.8rem;
 }
 .single-factory .swiper-slide .img-icon i{
    z-index: 5;
    background: #fff;
    border-radius: 50rem;
    color: var(--first-tx-color);
    font-size: 3.5rem;
 }
 .single-factory .product-variety{
    margin-top: 3rem;
 }
 .single-factory .product-variety__box {
    color: #fff;
 }

 .single-factory .product-variety__box img {
    border-radius: 1.5rem;
 }
 .single-factory .product-variety__box .img-layout{
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(1, 0, 128, 0.4);
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    border-radius: 1.5rem;
  }
 
  .single-factory .product-variety__box a:hover ~ .img-icon i{
    color: var(--main-color);
  }
  .single-factory .product-variety h2{
    margin-bottom: 0.5rem;
  }
  .single-factory .product-variety p{
    text-align: justify;
    font-size: 1.4rem;
  }
  
 
 .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(--main-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(--main-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;
}
.services__desc .head-text{
    margin: 3rem 0 2rem;
}
.services__desc p{
    font-size: 1.4rem;
}
.services__desc h1{
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 1rem;
}
.services-page{
    padding-top: 2.5rem;
}
.services-page .main-accordion{
    display: none;
}
.services-page .main-accordion,
.services-page .main-tab{
    padding: 4rem 0;
}

.services-page .main-tab .nav{
    padding: 0 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin-left: 3rem;
}

.services-page .main-tab .nav,
.services-page .main-tab .tab-content{
    -webkit-box-shadow: var(--second-box-shadow);
            box-shadow: var(--second-box-shadow);
    border-radius: 1rem;
}
.services-page .services-image{
    text-align: center;
}
.services-page .nav-link{
    font-size: 1.6rem;
    text-align: right;
    color: var(--first-tx-color);
    border-bottom: 1px solid #eee;
    padding: 1.2rem 0;
    font-size: 1.4rem;
}
.services-page .nav-link:not(:last-child){
    border-bottom: 1px solid #eee;
}

.services-page .nav-link::before{
    font-family: "icomoon";
    content: "\e957";
    color: var(--first-tx-color);
    font-weight: 400;
    margin-left: 1rem;
}

.services-page .nav-link.active::before,
.services-page .nav-link.active,
.services-page .nav-link:hover,
.services-page .nav-link:hover::before{
    color: var(--main-color);
}
.services-page .nav-link.active::before{
    content: "\e945" !important;
}

.services-page .main-tab .tab-content{
    padding: 4rem 3rem 4rem 4rem;
    font-size: 1.4rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.services-page .main-tab .tab-content .services-image{
    text-align: center;
}

.services-page .main-tab .tab-content .category-sidebar__box-title h3{
    display: none;
}

.main-accordion .accordion-button{
    font-size: 1.6rem;
}
.main-accordion .accordion-button:focus {
    border-color: var(--main-color);
    -webkit-box-shadow:none;
            box-shadow:none;
}

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

.main-accordion .accordion-button::after{
    margin-right: auto;
    margin-left: 0;
}
.main-accordion .accordion-item .category-sidebar__box-title h3{
    display: none;
}
/******************search small*******************/
.search-small{
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    background-color: var(--second-bg-color);
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	overflow: auto;
}
.left-0{
    left: 0 !important;
}
.search-small .search-small__wrapper{
    padding: 1.5rem 2.5rem 3rem;
}
.search-small .search-small__wrapper .close{
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
}

.search-small .search-small__wrapper input{
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--input-color);
    background-color: var(--second-bg-color);
}
.search-small .search-small__wrapper form{
    margin-bottom: 2.5rem;
}

.search-small .search-small__wrapper ul li a::before{
    font-family: "icomoon";
    font-size: 2rem;
    margin-left: 1rem;
  }

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

  .search-small .search-small__wrapper ul.category{
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .search-small .search-small__wrapper ul.product li a:not(.more-result)::before{
    content: "\e928";

  } 

  .search-small .search-small__wrapper ul.category li a:not(.more-result)::before{
    content: "\e907";

  }

  .search-small .search-small__results{
    opacity: 0;
    visibility: hidden;
  }

  .search-small .search-small__wrapper ul li{
    font-size: 1.6rem;
  }
  .search-small .search-small__wrapper ul li a{
    padding-bottom: 1.5rem;
    display: block;
  }

/************************weight table single product*************************/  
.single-product-content .category-sidebar__box-title{
    width: 100%;
}
.single-product-content .calc-weight label{
    font-size: 1.2rem;
}
/******************************special sale*********************************/
.special-sale-page{
    padding-top: 2.5rem;
}
.special-sale-page .order-steps {
    margin: 3.5rem 0;
    padding-bottom: 0;
} 

/***************************lc page*****************************/

.custom-single-page .article-content{
    max-width: 945px;
    margin: 0 auto;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5px;
}

.swiper-pagination-bullet-active{
    background: var(--first-tx-color);
}

/****************comments******************/
.comments-wrapper{
    padding: 2rem 0;
}

.comments-wrapper .reply-title-wrapper,
.comment-title-num{ 
    border-bottom: 1px solid var(--second-color);
    margin: 2rem 0;
    
}
.comments-wrapper .reply-title-wrapper .title,
.comment-title-num .title{
    font-size: 1.4rem;
    font-weight: normal;
    background: var(--second-color);
    color: #fff;
    border-radius: 0.5rem 0.5rem 0 0;
    display: inline-block;
    text-align: center;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
}

.comment-title-num .num{
    font-size: 1.4rem;
}
.comment-title-num .num span{
    color: #fff;
    background-color: var(--main-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: 50%;
    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]{
    border: 0;
    padding: 0.25rem 2rem;
    border-radius: 0.5rem 0.5rem 1.5rem 0.5rem;
    margin-top: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.comments-wrapper .comment-form input[type=submit]:hover,
.comment-list .comment-form input[type=submit]:hover{
    background:var(--first-tx-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(--main-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(--main-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(--main-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 .discount-wrapper{
    margin-top: 2.5rem;
} 
.woocommerce-MyAccount-content .discount-wrapper h4{
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.woocommerce-MyAccount-content .checkbox-box{
    font-size: 1.5rem;

}
.woocommerce-MyAccount-content .discount-wrapper #send-card{
    margin-bottom: 1rem;
}
.woocommerce-MyAccount-content .discount-wrapper form button{
    padding: 0.25rem 2rem;
    border-radius: 0.5rem 0.5rem 1.5rem 0.5rem;
    background-color: var(--main-color);
    color: #fff;
    font-size: 1.6rem;
    margin-top: 1rem;
}

.woocommerce-MyAccount-content .discount-wrapper h4.question{
    margin-bottom: 1rem;
}

.woocommerce-MyAccount-content .discount-wrapper .error-container,
.woocommerce-MyAccount-content .discount-wrapper .success-container {
    opacity: 1;
    visibility: visible;
}
.woocommerce-MyAccount-content .discount-wrapper{
    max-width: 1080px;
}
.woocommerce-MyAccount-content .discount-wrapper figcaption{
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Myriad Pro';
    color: #000;
}
.steel-select__wrapper{
    font-size: 1.6rem;
}
.woocommerce-MyAccount-content .discount-wrapper img{
    border-radius: 2rem;
}
.steel-select__wrapper .steel-select{
    display: block;
    width: 40% !important;

}
.steel-select__wrapper .select2-container{
    width: 40% !important;
}

/*******************goftino*********************/

.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***********/
.color-slider{
    margin: 2.5rem 0 1rem;
}
.color-slider *{
    margin-bottom: 0 !important;
}
.color-slider .color-palette{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    cursor: pointer;
}
.color-slider .swiper-thumbs .swiper-wrapper{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0;
}

.color-slider .swiper-slide-thumb-active .color-palette{
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.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: 1.5rem;
    margin-bottom: 0 !important;
    width: 100%;
    height: auto;
}
.video-container button{
    height: 96%;
    font-size: 7rem;
    color: #fafafa;
    position: absolute;
    top: 48%;
    right: 50%;
    transform: translate(50%,-50%);
    z-index: 0;
    border-radius: 2rem;
    background-color: rgba(1, 0, 128, 0.3);
}
.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(90deg);
}

.product-table__small .table-collapse{
    background-color: #efefef !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(--main-color);

}
.cat-cta *,
.cat-rmore *{
    margin-bottom: 0 !important;
}
.cat-rmore{
    border-left: 4px solid var(--main-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;
}