@charset "UTF-8";

/*
Theme Name: rasamplus
Theme URI: https://www.rasamplus.com
Author: Amin haghighati
Author URI: https://www.rasamplus.com
Description: a professional theme with wordpress website
Version: 1.0.0
Text Domain: semantic 
*/
:root {
    --main-font-size: 14px;
    --main-color: #fc3d6a;
    --second-color: #ffd4e1;
    --main-text-color: #232323;
    --main-font-family: 'Vazir';
}
@font-face {
    font-family: 'Vazir';
    src: url('fonts/Vazir-FD-WOL.woff2') format('woff2'),
        url('fonts/Vazir-FD-WOL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--main-font-family);
    color: var(--main-text-color);
    font-size: var(--main-font-size);
    line-height: 27px;
    text-align: right;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
}

.title-section {
    margin-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: 800;
}

h1 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 27px;
    line-height: 40px;
}

h2 {
    font-size: 22px;
    margin-bottom: 17px;
    margin-top: 25px;
    line-height: 39px;
}

h3 {
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 35px;
}

h4 {
    font-size: 17px;
    margin-bottom: 13px;
    margin-top: 17px;
    line-height: 33px;
}

h5,
h6 {
    font-size: 16px;
    margin-bottom: 11px;
    margin-top: 15px;
    line-height: 30px;
}

a {
    text-decoration: none;
}

p {
    line-height: 30px;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.col-custom {
    flex: 0 0 20%;
    max-width: 20%;
}

.main-color-bg {
    background-color: var(--main-color);
}

.main-color-text {
    color: var(--main-color);
}

.second-color-bg {
    background-color: var(--second-color);
}

.second-color-text {
    color: var(--second-color);
}
.site-title {
    color: var(--main-color);
    font-size: 50px;
    text-indent: 35px;
    position: relative;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 60px;
}

.site-title::before {
    content: "";
    background: var(--main-color);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    display: inline-block;
    width: 200px;
    height: 4px;
    position: absolute;
    bottom: -30px;
    right: 0;
}
.site-btn, .woocommerce-product-short-description .btn-primary {
    background: var(--main-color);
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 13px 40px;
    border: navajowhite;
    border-radius: 100px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.site-btn:hover, .woocommerce-product-short-description .btn-primary:hover {
    background: #111;
    color: #fff;
}

#scroller {
    background: #010f1c;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 23px;
    position: fixed;
    bottom: 20px;
    right: 15px;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    width: 13px;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

::placeholder {
    color: #94929290;
}

/*------------------------
      Header Section
------------------------*/
#mobile-header {
    display: none;
}

#desktop-header {
    position: relative;
    z-index: 3;
    background: var(--main-color);
}

#desktop-header-right > .row:nth-child(1){
    border-bottom: 1px solid #ffffff2e;
}
.site-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ffffff2e;
}
.site-logo img {
    width: auto;
    height: 120px;
    filter: invert(1) brightness(100);
}

.woocommerce-product-search {
    background: #fff;
    width: 350px;
    height: 43px;
    border-radius: 100px;
    margin: 10px 30px;
}
.woocommerce-product-search .search-field{
    border: none;
    background: #efefef;
    font-size: 13px;
    width: 310px;
    height: 100%;
    border-radius: 100px;
    padding: 0 10px;
}

.top-search-form .search-field {
    width: 100%;
    height: 100%;
    line-height: 43px;
    padding: 0 20px 0 50px;
    border: 1px solid #DADADA;
    border-radius: 5px;
    position: relative;
}

.top-login-icon {
    background-color: #0D2A01;
    display: inline-block;
    width: 41px;
    height: 42px;
    line-height: 42px;
    margin-left: 10px;
    text-align: center;
    border-radius: 5px 20px;
}

.top-login-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.top-basket-sec {
    background-color: #D9D9D9;
    height: 42px;
    border-radius: 5px 20px;
    display: flex;
    align-items: center;
}

.top-basket-sec-text {
    color: #3A3A3A;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.top-basket-icon {
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px 5px 5px 15px;
    margin-left: 5px;
    text-align: center;
    margin-right: 10px;
}

.header-fixed {
    position: fixed;
    top: -100%;
    width: 100%;
    transition: top 0.5s ease-in-out;
    z-index: 99;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    -ms-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
}

.woocommerce-product-search-btn {
    background-image: url(img/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: contain;
    width: 17px;
    height: 17px;
    left: 15px;
    top: 13px;
    opacity: 0.5;
}

.top-navbar ul {
    list-style: none;
    display: flex;
}

.top-navbar ul a {
    color: #fff;
    display: inline-block;
    margin: 0px 20px;
}

.top-navbar ul a:hover {
    color: #ddd;
}

nav.main-navbar {
    padding: 0;
}

nav.main-navbar ul,
nav.main-list ul {
    list-style: none;
    display: flex;
}

nav.main-navbar ul a {
    color: #fff;
    font-size: 15px;
    margin: 0 20px;
}

nav.main-list {
    background: #e5e7e9;
    padding: 0;
}

nav.main-list ul a {
    font-size: 13px;
    color: #3a3a3a;
    margin: 0 20px;
}

nav.main-navbar ul a, nav.main-list ul a {
    border: 2px solid transparent;
    display: inline-block;
    padding: 10px 25px;
    margin: 10px 5px;
    border-radius: 100px;
}

nav.main-navbar>ul>li.menu-item-has-children> a{
    padding: 10px 20px 10px 35px;
}
nav.main-navbar ul a:hover {
    border: 2px solid;
    background-repeat: no-repeat;
    background-position: bottom center;
}

nav.main-navbar>ul>li.menu-item-has-children {
    background-image: url(img/menu-child-after.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    margin-left: 15px;
    position: relative;
}

nav.main-navbar>ul>li.menu-item-has-children::after {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -5px;
    margin-right: -93px;
    opacity: 0;
    visibility: hidden;
}

nav.main-navbar>ul>li.menu-item-has-children:hover::after {
    visibility: visible;
    opacity: 1;
}

nav.main-navbar>ul>li.menu-item-has-children>ul {
    position: absolute;
    top: 70px;
    right: 0;
    display: block;
    width: max-content;
    min-width: 250px;
    background: #fff;
    padding: 10px 10px 15px 10px;
    z-index: 5;
    border: 1px solid #47821C1A;
    border-radius: 15px;
    box-shadow: 0 11px 29px -7px #00000080;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    transform: translateY(20px);
}

nav.main-navbar>ul>li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

nav.main-navbar>ul>li.menu-item-has-children>ul>li {
    width: 100%;
}

nav.main-navbar>ul>li.menu-item-has-children>ul>li>a {
    color: #3a3a3a;
    padding: 7px 0;
    width: 100%;
    margin: 0;
}

nav.main-navbar>ul>li.menu-item-has-children>ul>li>a:hover {
    background: var(--main-color);
    color: #fff;
}

nav.main-navbar>ul>li.menu-item-has-children>ul>li>a::before,
nav.mobile-navbar li.menu-item-has-children ul a::before {
    content: "";
    background-image: url(img/footer-title-before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 17px;
    margin-left: 13px;
    position: relative;
    top: 5px;
    filter: grayscale(1);
    opacity: 0.5;
}

nav.main-navbar>ul>li.menu-item-has-children>ul>li>a:hover::before {
    filter: grayscale(0);
    opacity: 1;
}

nav.main-navbar .home-page {
    background-image: url(img/home-menu-icon.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 10px;
    position: relative;
}

nav.main-navbar .home-page::after {
    content: "";
    background: #fff;
    display: inline-block;
    width: 2px;
    height: 20px;
    position: relative;
    top: 7px;
}

/*------------------------
    Slider Section
------------------------*/
.slider-section {
    margin-top: -135px;
}

.slider-section::before {
    content: "";
    background-image: url('img/top-sec-shape.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.slider-section::after {
    content: "";
    background-image: url('img/top-sec-shape-two.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.5;
}

.slider-text-sec {
    position: absolute;
    top: 200px;
    z-index: 2;
    right: 10%;
}
.slider-title {
    font-size: 70px;
    line-height: 85px;
    margin-top: 0;
    color: #fff;
}
.slider-desc {
    font-size: 27px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 45px;
}
.slider-btn {
    background-color: #fff;
    color: var(--main-text-color);
    font-size: 17px;
    padding: 13px 39px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.slider-btn:hover {
    background-color: var(--main-color);
    color: #fff;
}


/*------------------------
    Cat carousel Section
------------------------*/
.cat-carousel-sec {
    padding: 85px 0;
}
.cat-carousel-sec::after {
    content: "";
    background-image: url(img/category-shape.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    width: 100%;
    display: inline-block;
    height: 230%;
    position: absolute;
    left: 0;
    top: -130px;
}

.carousel-product-item{
    background: #fff;
    padding: 60px 30px 70px;
    border-radius: 13px;
    text-align: center;
    box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}
.carousel-product-item:hover{
    background: var(--main-color);
    color: #fff;
}
.carousel-product-item:hover h3,
.carousel-product-item:hover p{
    color: #fff;
}

.carousel-product-item img {
    width: 85px !important;
    height: 85px;
    display: table !important;
    margin: auto;
    transition: all 0.3s;
}
.carousel-product-item:hover img{
    filter: brightness(100);
}
.carousel-product-item h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 25px 0;
    transition: all 0.3s;
}
.carousel-product-item p {
    color: #777;
    margin-bottom: 0;
    font-size: 15px;
    transition: all 0.3s;
}

.cat-carousel-sec .owl-nav {
    top: 40%;
    position: absolute;
    width: 100%;
}

.cat-carousel-sec button, .special-offer-section button {
    background-color: #e8e8e8 !important;
    font-size: 39px !important;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.cat-carousel-sec button:hover, .special-offer-section button:hover {
    background-color: var(--main-color) !important;
    color: #fff !important;
}
.cat-carousel-sec .owl-prev {
    position: absolute;
    right: -75px;
}

.cat-carousel-sec .owl-next{
    position: absolute;
    left: -75px;
}

.owl-item .col-md-3,
.owl-item .col-sm-6 {
    width: 100%;
}

/*------------------------
    Why Us Section
------------------------*/
.about-us-section {
    padding: 50px 0;
}
.why-us-item-sec{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.why-us-item-sec img{
    height: 32px;
    margin-left: 10px;
}
.why-us-item-sec p{
    margin-bottom: 0;
    color: #777;
    font-size: 15px;
}

#why-us-img-wrap{
    text-align: left;
}

.why-us-img-sec {
    position: relative;
}
.why-us-img-sec::after {
    background: var(--main-color) none repeat scroll 0 0;
    border-radius: 12px;
    bottom: -20px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.35);
    color: #000000;
    content: "";
    height: 40%;
    position: absolute;
    left: -20px;
    width: 70%;
    z-index: -1;
}
.why-us-img-sec img {
    border-radius: 13px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.35);
    width: 360px;
    height: 500px;
    object-fit: cover;
}

/*---------------------------
    Special offer Section
---------------------------*/
.special-offer-section{
    padding: 100px 0;
}
.special-offer-section::before {
    content: "";
    background-color: #fff5f7;
    display: inline-block;
    clip-path: polygon(100% 0, 75% 50%, 100% 100%, 30% 100%, 0 50%, 30% 0);
    position: absolute;
    right: -199px;
    top: 0;
    width: 500px;
    height: 470px;
    z-index: -1;
}
.owl-special-offer img{
    height: 270px !important;
    object-fit: contain;
    object-position: center;
}
.special-offer-section .owl-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

/*---------------------------
    About us Section
---------------------------*/
.about-us-sec {
    margin: 100px 0;
}

#about-us-right-sec {
    background-image: url('img/about-us-before-img.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 70px;
    padding-left: 90px;
    padding-top: 100px;
}
#about-us-right-sec h2, #services-left-sec h2 {
    color: #fff;
    font-size: 53px;
    margin-top: 0;
    line-height: 60px;
    padding-left: 100px;
}
#about-us-right-sec p {
    color: #fff;
    line-height: 27px;
    text-shadow: -2px -2px 8px rgba(0, 0, 0, 0.3);
}
.white-btn {
    background: #fff;
    color: #333;
    font-size: 17px;
    display: inline-block;
    padding: 15px 55px;
    border-radius: 100px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}
.white-btn:hover{
    background: #ddd;
}
#about-us-left-sec img{
    width: 95%;
    float: left;
    border-radius: 25px;
}

/*------------------------
    Products Section
------------------------*/
.products-section{
    padding: 50px 0;
}
.products-section::before {
    content: "";
    background: #fff5f7;
    display: inline-block;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 10%;
}

.products-section::after {
    content: "";
    background-image: url('img/left-shape.svg');
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 85px;
    opacity: 0.05;
    z-index: -1;
}

#products-tab-section::before {
    display: none;
}

.products-section .site-title::after {
    content: "";
    background-color: #777;
    display: inline-block;
    width: 2px;
    height: 20px;
    margin-right: 25px;
    margin-left: 15px;
    position: relative;
    top: 7px;
}

.products-section ul.nav-tabs li::after {
    content: "";
    background: #ced2d6;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    top: 37px;
    left: -7px;
}

.products-section ul.nav-tabs li:last-child:after {
    display: none;
}

.products-section ul.nav-tabs li button,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    background: transparent;
    font-size: 17px;
    font-weight: 800;
    color: #4A4A4A;
    padding: 7px 0;
    margin: 20px;
    border: none;
}

.products-section ul.nav-tabs li button.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: none;
    color: var(--main-color);
    position: relative;
}

.products-section ul.nav-tabs li button.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    content: "";
    background-color: var(--main-color);
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -9px;
}

.products-section ul.nav-tabs li button span {
    background-color: var(--main-color);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 29px;
    line-height: 15px;
    opacity: 0;
    padding: 4px 9px;
    position: absolute;
    left: -10px;
    top: -23px;
    visibility: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
}

.products-section ul.nav-tabs li button.active span {
    visibility: visible;
    opacity: 1;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dots button {
    background: #ccc !important;
    width: 7px;
    height: 7px;
    margin: 0 3px;
    border-radius: 100%;
}

.owl-dots button.active {
    background: var(--main-color) !important;
    width: 10px;
    height: 10px;
}

.products-items-sec, .product-items-sec {
    background: #fff;
    box-shadow: 1px 1px 62px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
    margin: 15px 0;
}

.products-image-sec img {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.product-item-deatail-sec{
    min-height: 127px;
}
.product-category{
    text-align: center;
    color: var(--main-color);
    margin-top: 10px;
}
.products-image-sec>div {
    position: absolute;
    top: 5px;
    left: 5px;
}
.product-item-btn{
    background: var(--main-color);
    color: #fff;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 100px;
    transition: all 0.3;
}
.product-item-btn:hover{
    background: #111;
    color: #fff;
}
.products-garanty-sec,
.products-transfer-sec {
    background-color: #0D2A01;
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
    padding: 1px 5px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-indent: 25px;
    direction: ltr;
    width: 27px;
    transition: all 0.2s;
}

.products-garanty-sec:hover,
.products-transfer-sec:hover {
    width: auto;
}

.products-items-sec h3 {
    color: #000;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
}

.products-items-sec h3 {
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-top: 23px;
}

.products-items-sec:hover h3 {
    color: var(--main-color);
}

.products-items-sec .add_to_cart_button,
.product-items-sec .add_to_cart_button {
    background-image: url(img/basket-button-icon.svg) !important;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.products-opt-wrap {
    background: #D9D9D91A;
    border-radius: 5px 20px;
    display: flex;
    flex-wrap: wrap;
    min-height: 55px;
}

.products-opt-sec {
    width: 50%;
    display: flex;
    align-items: center;
}

.products-opt-sec span {
    color: #666666F2;
    font-size: 11px;
    margin: 0;
}

.products-opt-sec img {
    width: 15px !important;
    height: 15px;
    object-fit: contain;
    margin-left: 7px;
}

.product-items-sec span.price, .products-items-sec .product-price {
    width: 100%;
    text-align: center;
}

.product-items-sec span.price del,
.products-items-sec .product-price del {
    color: #fff;
    margin-left: 10px;
}

.product-items-sec span.price ins,
.products-items-sec .product-price ins {
    text-decoration: none;
    color: #fff;
}

.product-items-sec .add_to_cart_button,
.product-items-sec .product_type_simple,
.products-items-sec .product_type_simple {
    background-color: var(--second-color) !important;
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0;
    font-size: 13px !important;
    display: inline-block !important;
    font-weight: 100 !important;
    line-height: 30px !important;
    padding: 5px 20px !important;
    margin-top: 15px !important;
    width: 100%;
    border-radius: 5px 20px !important;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    opacity: 0;
    visibility: hidden;
}

.product-items-sec:hover .add_to_cart_button,
.product-items-sec:hover .product_type_simple,
.products-items-sec:hover .product_type_simple {
    opacity: 1;
    visibility: visible;
}

#products-tab-section-two .products-opt-wrap {
    background: transparent;
}

#products-tab-section-two .products-opt-sec {
    width: 31%;
    text-align: center;
    margin: 0 1% 15px;
    line-height: 17px;
    display: block;
}

#products-tab-section-two .products-opt-sec img {
    margin-left: 0px;
    display: table !important;
    margin: auto;
    margin-bottom: 10px;
}
.owl-nav button{
    background-color: #e8e8e8 !important;
    font-size: 39px !important;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.owl-nav button:hover {
    background-color: var(--main-color) !important;
    color: #fff !important;
}

/*------------------------
    Services Section
------------------------*/
.services-section{
    padding: 50px 0;
}
#services-left-sec{
    background-image: url('img/services-shape.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
#services-text-wrap{
    padding-right: 255px;
}
#services-left-sec h2 {
    padding-left: 0;
    margin-top: 145px;
}
#services-left-sec p {
    color: #fff;
    text-shadow: -2px -2px 8px rgba(0, 0, 0, 0.3);
    width: 85%;
    margin-bottom: 50px;
}


.services-item-sec {
    background: #fff;
    padding: 30px;
    border-radius: 13px;
    box-shadow: 1px 1px 60px 0 rgba(0,0,0,0.15);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}
.services-item-sec {
    background: #fff;
    padding: 30px;
    border-radius: 13px;
    box-shadow: 1px 1px 60px 0 rgba(0,0,0,0.15);
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.services-item-sec p {
    color: #555 !important;
    width: 100% !important;
    text-shadow: none !important;
    margin-bottom: 15px !important;
}
.services-item-sec img {
    height: 50px;
    width: 50px;
    display: table;
    object-fit: contain;
    margin: 20px auto;
}
.services-item-sec h3 {
    width: 100%;
    margin-bottom: 0;
    font-size: 21px;
}

/*------------------------
    Blog Section
------------------------*/
.blogs-section {
    padding: 100px 0;
}

.blog-item {
    border: 1px solid #0000000D;
    border-radius: 35px;
}

.blog-img-wrap img {
    height: 300px;
    object-fit: cover;
    border-radius: 35px;
}

.category-name {
    background-color: var(--main-color);
    background-image: url(img/cat-icon.svg);
    background-repeat: no-repeat;
    background-position: 85% center;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    border-radius: 20px;
    padding: 5px 45px 5px 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.blog-text-wrap h3 {
    font-size: 16px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog-text-wrap p {
    color: #232323;
    font-size: 14px;
    padding: 0 20px;
    text-align: justify;
}
.blog-btn {
    background: var(--main-color);
    color: #fff;
    border-radius: 100px;
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s;
}
.blog-btn:hover{
    background: #111;
    color: #fff;
}

.blogs-section .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}
.blogs-section .owl-prev {
    position: absolute;
    right: -85px;
}
.blogs-section .owl-next{
    position: absolute;
    left: -85px;
}

/*------------------------
    Blog Single
------------------------*/
.main-image-sec {
    border-radius: 10px;
    margin-bottom: 15px;
}

.single-date-sec, .single-cat-name-sec {
    background: #f9f9f9;
    color: #666666F2;
    font-size: 13px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    padding: 10px 25px;
    margin-bottom: 20px;
}

.single-date-title,
.single-category-title {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px;
    padding-right: 30px;
}

.single-date-title {
    background-image: url(img/publish-date-icon.svg);
}

.single-category-title {
    background-image: url(img/single-cat-icon.svg);
}

.article-blog {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #0000001f;
    padding: 15px;
}

.woocommerce-Reviews-title,
.comment-avatar {
    display: none;
}

.posts-comment-wrap {
    margin: 50px 0 120px;
}

.commentlist li {
    list-style: none;
}

.posts-comment-wrap .comment-footer {
    bottom: -20px;
}

.posts-comment-wrap .comment-rating {
    display: none;
}

/*------------------------
    Woocommerce cart
------------------------*/
.product-cat-top-text-wrap {
    border: 1px solid #D9D9D9;
    border-radius: 5px 20px;
    padding: 20px 30px;
}

.customer-page-content .row {
    background: #fff;
    border: 1px solid #0000000f;
    border-bottom: navajowhite;
    padding: 50px 35px;
    border-radius: 5px 20px 0px 0px;
    margin-top: -55px;
}

.woocommerce-cart-form table {
    border-radius: 5px 20px !important;
    border: 1px solid #4e901e59 !important;
    padding: 10px;
}

.product-thumbnail {
    width: 100px;
}

.product-thumbnail img {
    width: 73px !important;
    height: 73px !important;
    border-radius: 5px 20px;
    object-fit: cover;
}

.product-quantity .qty {
    background: #1C3D05 !important;
    color: #fff;
    border-radius: 5px 20px !important;
    width: 100px !important;
    height: 39px !important;
}

.woocommerce a.remove {
    color: transparent !important;
    background-image: url(img/trash-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    border-radius: 0;
    display: inline-block;
}

.woocommerce a.remove:hover {
    color: transparent !important;
    background-image: url(img/trash-icon.svg) !important;
    background-color: transparent;
}

.woocommerce-cart-form thead {
    display: none;
}

.woocommerce-cart-form tr,
.woocommerce-cart-form td {
    border: none !important;
}

#coupon_code {
    background: #fff !important;
    border: 1px solid #0000001c !important;
    border-bottom: 1px solid var(--main-color) !important;
    padding: 10px 20px;
    border-radius: 5px 20px !important;
}

.coupon {
    margin-top: 20px;
}

.coupon button {
    background: #1C3D05 !important;
    color: #fff !important;
    border-radius: 20px 5px !important;
    padding: 15px 22px !important;
}

.woocommerce-cart-form tbody tr:last-of-type td>button {
    border-radius: 5px 20px;
    padding: 15px 20px !important;
    margin-top: 20px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    border: 1px solid #4e901e59 !important;
    width: 100%;
    border-radius: 20px 5px;
    position: relative;
    padding-top: 55px;
}

.cart-collaterals h2 {
    background-image: url(img/cart-title-before.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 69px;
    color: #fff;
    min-width: 230px;
    text-align: center;
    display: table;
    font-size: 13px !important;
    font-weight: 100;
    position: absolute;
    right: 0;
    left: 0;
    top: -25px;
    margin: auto !important;
    padding-top: 20px;
}

.woocommerce a.button.alt {
    background: #0d2a01 !important;
    display: table !important;
    font-size: 13px !important;
    margin: 10px auto 0;
    padding: 13px 35px !important;
}

.cart_totals table.shop_table {
    border: none !important;
}

table.shop_table th,
table.shop_table td {
    border-bottom: none;
}

/*------------------------
    Woocommerce checkout
------------------------*/
.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-billing-fields,
.woocommerce-additional-fields {
    border: 1px solid #4e901e3d;
    position: relative;
    border-radius: 5px 20px;
    padding: 20px;
    padding-top: 55px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3, #filter-form h4 {
    background-image: url(img/cart-title-before.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 69px;
    color: #fff !important;
    min-width: 230px;
    text-align: center;
    display: table;
    font-size: 13px !important;
    font-weight: 100;
    position: absolute;
    right: 0;
    left: 0;
    top: -25px;
    margin: auto !important;
    padding-top: 20px;
}
#filter-form h4 {
    top: -3px;
    position: relative;
    padding-top: 24px;
    margin: 0 !important;
    display: block;
}
#filter-form h4::before {
    content: "";
    background-image: url(img/filter-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 17px;
    position: relative;
    top: 5px;
    margin-left: 7px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background: #EAEAEA80 !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 5px 20px !important;
    padding: 10px !important;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields .selection>span {
    background: #EAEAEA80 !important;
    border-radius: 5px 20px !important;
    border: 1px solid #D9D9D9 !important;
}

.woocommerce-products-container {
    background: #fff;
    border: 1px solid #0000000f;
    padding: 25px;
    border-radius: 5px 20px 0px 0px;
    margin-top: -75px;
    margin-bottom: 75px;
}
.page-top-sec{
    background: #ffeff4;
    padding: 15px;
}
.page-content-sec {
    background: #fef8fa;
    margin-bottom: 75px;
    margin-top: 25px;
    padding: 25px;
}
.page-top-sec h1{
    font-size: 21px;
}
.pagination-wrapper {
    gap: 10px;
    margin-top: 40px;
}

.pagination-wrapper .pagination-next-btn,
.pagination-wrapper .pagination-prev-btn {
    flex-shrink: 0;
}

.pagination-wrapper a,
.pagination-wrapper span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin: 0 5px;
    border-radius: 10px;
    background-color: #f9f9f9;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.pagination-wrapper a:hover {
    background-color: var(--main-color);
    color: #fff;
    box-shadow: 0 3px 10px rgba(0, 123, 255, 0.3);
}

.pagination-wrapper .current {
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;
    cursor: default;
}

.pagination-wrapper .pagination-next-btn a,
.pagination-wrapper .pagination-prev-btn a {
    width: auto;
    padding: 0 15px;
    height: 38px;
    background-color: #eaeaea;
    color: #333;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.pagination-wrapper .pagination-next-btn a:hover,
.pagination-wrapper .pagination-prev-btn a:hover {
    background-color: var(--main-color);
    color: #fff;
}

@media (max-width: 576px) {
    .pagination-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    .pagination-wrapper .pagination-numbers-sec {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/*------------------------
    Footer
------------------------*/
.page-breadcrumb {
    display: flex;
    justify-content: end;
}
.page-breadcrumb>a {
    color: var(--main-color);
}

.page-breadcrumb>a::after {
    content: "/";
    margin: 0 15px;
}

.page-breadcrumb>span::after {
    content: "/";
    margin: 0 5px;

}

.page-breadcrumb>span:last-of-type:after {
    display: none;
}

.page-breadcrumb-wrap {
    background: linear-gradient(to left, #fff 60%, #edf2e8 40%);
}

.page-breadcrumb-wrap .row>div {
    background: #edf2e8;
    border-radius: 0 20px 0 0;
    padding: 10px 50px;
}

.page-breadcrumb-sec .breadcrumb-title,
.page-breadcrumb-sec a {
    background-image: url(img/breadcrumb-document-icon.svg);
    background-repeat: no-repeat;
    background-position: right 0;
    color: #3A3A3A;
    padding-right: 27px;
    margin-right: 15px;
}

.page-breadcrumb-sec a:first-of-type {
    background-image: url(img/breadcrumb-home-icon.svg);
    background-repeat: no-repeat;
    background-position: right 2px;
    background-size: 17px;
    color: #3A3A3A;
    display: inline-block;
    padding-right: 27px;
}
.footer-section {
    background-image: url('img/wave.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 75px 0;
    position: relative;
}
.footer-section::before {
    content: "";
    background-color: #ffd4e15e;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    position: absolute;
    right: 5%;
    top: 100px;
    z-index: 0;
}
.footer-section::after {
    content: "";
    background-color: #ffd4e15e;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 270px;
    height: 270px;
    border-radius: 100%;
    position: absolute;
    left: 2%;
    bottom: 25px;
    z-index: 0;
}
.footer-section ul{
    list-style-type: none;
}

.widget-footer-title {
    font-weight: 800;
    margin-bottom: 20px;
    display: block;
    font-size: 19px;
    position: relative;
}

.widget-footer-title::before {
    content: "";
    background: var(--main-color);
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

footer ul li a {
    color: var(--main-text-color);
    position: relative;
    margin-bottom: 7px;
    display: inline-block;
}

footer ul li a:hover {
    color: var(--main-color);
}
#footer-one-sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-left: 70px;
}
#footer-one-sec p{
    width: 100%;
    color: #777;
    text-align: justify;
    line-height: 25px;
}
#footer-gallery-wrap {
    border: 1px solid var(--main-color);
    border-radius: 13px;
    padding: 0px 25px 30px 0;
}
.footer-gallery-sec {
    position: relative;
    margin: 35px;
}
.footer-gallery-sec::before {
    content: "";
    background: var(--main-color);
    display: inline-block;
    width: 130px;
    height: 250px;
    border-radius: 13px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.35);
    position: absolute;
    z-index: -1;
    right: -33px;
    bottom: -30px;
}
.footer-gallery-sec img {
    width: 93% !important;
    height: 320px;
    object-fit: cover;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.35);
    border-radius: 13px;
}
#footer-three-sec .owl-nav{
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    width: 100%;
}

.symbol-title {
    font-size: 16px;
}

.enamad-wrap {
    display: flex;
    justify-content: end;
}

.enamad-wrap img {
    height: 108px !important;
    width: auto !important;
    margin: 10px 0 !important;
}

.footer-contact-us-wrap {
    padding: 35px 0;
}

.footer-address-sec,
.footer-phone-sec {
    margin-left: 70px;
}

.footer-address-sec img,
.footer-phone-sec img {
    background-color: #EAEAEA;
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 12px;
    margin-left: 10px;
}

.footer-contact-title {
    color: #000;
    font-size: 15px;
    display: block;
}

.footer-contact-detail {
    color: #383E47;
    font-size: 13px;
    display: block;
    line-height: 20px;
}

.footer-social-networks-sec {
    display: flex;
    align-items: center;
}

.footer-socials-title {
    color: #292929;
    font-size: 18px;
    margin-left: 20px;
}

.footer-contact-us-wrap a::before {
    display: none;
}

.footer-links-sec {
    background-color: #FBFBFB;
    border-radius: 20px 0 0 20px;
    padding: 13px;
    margin-bottom: 20px;
}

.widget-links-title {
    color: #292929;
    font-size: 18px;
    display: inline-block;
    margin-left: 30px;
}

.footer-links-wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-links-wrap ul li a {
    color: #292929;
    margin-left: 15px;
    transition: all 0.3s;
}

.footer-links-wrap ul li a:hover {
    color: var(--second-color);
}

.footer-links-wrap ul li a::before {
    margin-left: 5px;
    filter: none;
}

.footer-social-networks-sec ul li a {
    margin-left: 10px;
}

.footer-social-networks-sec ul li a img {
    background: #EAEAEA;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 7px;
}

.go-top {
    background-color: #47821C;
    background-image: url(img/top-caret-icon.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
    display: inline-block;
    width: 62px;
    height: 122px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 30px 30px 0 0;
}

.mobile-footer-fix {
    display: none;
}
.footer-sec-one-mobile{
    display: none;
}


.whatsapp-button {
    position: fixed;
    bottom: 35px;
    left: 13px;
}

#cta-fix-btn {
    width: 55px;
    height: 55px;
}
.whatsapp-button span {
    width: max-content;
    left: 0;
    top: -44px;
    font-size: 13px;
}

/*------------------------
    Single
------------------------*/
.single-header-title {
    margin: 25px 0;
    margin-left: 25px;
}

.breadcrumb-sec a {
    color: #000;
}

.breadcrumb-sec i {
    color: #00000030;
    font-size: 9px;
    position: relative;
    top: 1px;
}

.single-cat-sec {
    border-radius: 25px;
    padding: 13px 0;
    border: 1px solid #F2F2F2;
}

.single-cat-sec ul,
.single-cat-sec li {
    display: inline-block;
}

.single-cat-sec ul {
    margin-right: 10px;
}

.single-cat-sec a {
    color: var(--main-text-color);
}

.single-header img {
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.single-cats-sec {
    border: 1px solid var(--second-color);
    height: 230px;
    overflow: auto;
}

.single-cats-sec span {
    color: var(--second-color);
    font-size: 16px;
    display: block;
    border-bottom: 1px solid var(--second-color);
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.single-cats-sec a {
    color: #999;
}

.single-cats-sec a:hover {
    color: var(--main-color);
}

aside {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}

aside .ez-toc-pull-right {
    display: inline;
    border: none !important;
    background: transparent !important;
    float: left !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
}

aside .ez-toc-list li {
    position: relative !important;
}

aside .widget-area {
    border: 1px solid #F2F2F2;
    border-radius: 25px !important;
    margin-bottom: 10px;
    padding: 15px 10px 0px 10px;
}

aside .widget-area li {
    line-height: 30px;
    margin-bottom: 3px;
    font-size: 13px;
}

aside .widget-area a {
    color: #fff;
    box-shadow: none;
}
aside .single-aside-title {
    border-bottom: 1px solid #00000030;
    position: relative;
    display: block;
    padding: 0 10px 13px;
}

aside .ez-toc-title,
aside .ez-toc-title-toggle {
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    margin-top: 0;
}

.widgettitle {
    margin: 10px 0;
}



.table-of-contents {
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 15px 20px;
    font-family: 'IRANSans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    position: sticky;
    top: 80px;
}

.table-of-contents strong {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #222;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.table-of-contents ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.table-of-contents li {
    margin: 5px 0;
    padding-left: 10px;
    transition: all 0.3s ease;
}

.table-of-contents a {
    text-decoration: none;
    color: #0073aa;
    transition: color 0.3s ease;
}

.table-of-contents a:hover {
    color: #005177;
}

.table-of-contents li.toc-level-3 { padding-left: 15px; font-size: 13px; }
.table-of-contents li.toc-level-4 { padding-left: 25px; font-size: 12.5px; }
.table-of-contents li.toc-level-5 { padding-left: 35px; font-size: 12px; }
.table-of-contents li.toc-level-6 { padding-left: 45px; font-size: 11.5px; }



.comment-form-area input,
.comment-form-area textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.Cbutton {
    background-color: var(--main-color);
    color: #fff;
    width: auto !important;
    padding: 7px 40px !important;
    border-radius: 5px;
    border: none !important;
}

.Cbutton:hover {
    background: var(--second-color);
}

.cat-article-sec {
    height: 182px;
    text-align: justify;
    padding: 0 20px !important;
    font-size: 13px;
}

.cat-article-sec h2::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--main-color);
    display: inline-block;
}

.cat-names-sec a {
    margin: 0 20px;
    background: var(--main-color);
    color: #fff;
    min-width: 120px;
    height: 47px;
    line-height: 47px;
    border-radius: 10px;
    font-size: 15px;
}

.cat-names-sec a:hover {
    background: var(--second-color);
}

.cat-article-sec h2 a {
    font-size: 15px;
    color: var(--main-text-color);
}

/*------------------------
    Products Sidebar
------------------------*/
.right-sidebar {
    top: 10px;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
    border: 1px solid #70707048;
    padding: 15px;
}

.products-widgets-title {
    color: #34343475;
    padding-bottom: 10px;
    font-weight: 800;
    border-bottom: 1px solid #70707048;
}

.prdctfltr_buttons,
.prdctfltr_collector,
.prdctfltr_filter_title,
.prdctfltr_ft_none {
    display: none !important;
}

.pf-help-title {
    border-bottom: 1px solid #70707048;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: -26px;
    z-index: 999;
    background: #fff;
    cursor: pointer;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
    padding-bottom: 25px;
}

.prdctfltr_add_scroll {
    display: none;
    padding-top: 40px;
}

.prdctfltr-down {
    z-index: 9999;
    display: inline-block !important;
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #707070;
}
#filter-form{
        border: 1px solid #00000010;
    border-radius: 5px 20px;
    position: relative;
}
.product-filters-title {
    background-image: url(img/filters-title-bottom-icon.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    color: #666;
    padding: 0 15px;
    cursor: pointer;
}
.product-filters-title-rotate{
    background-image: url(img/filters-title-top-icon.svg) !important;
}

.product-filters-opt-wrap {
    padding: 0 15px;
    overflow: hidden;
    height: 0px;
    transition: all 0.3s;
}
.height-auto{
    height: auto !important;
}
.filter-buttons-wrap{
        display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 25px;
    margin-bottom: 35px;
}
.filter-buttons-wrap button {
    border: none;
    padding: 5px 25px;
    border-radius: 5px;
    transition: all 0.3s;
}
.filter-buttons-wrap button:nth-child(1) {
    background: var(--second-color);
    color: #fff;
    width: 100%;
}
.filter-buttons-wrap button:nth-child(1):hover{
    background: var(--main-color);
}
.filter-buttons-wrap button:nth-child(2) {
    display: none;
    background: #D9D9D9;
    color: #666666F2;
}
.filter-buttons-wrap button:nth-child(2):hover{
    background: #ccc;
}
.product-filters-opt-wrap label {
    background: #EAEAEA;
    color: #666666F2;
    border-radius: 5px 20px;
    display: block;
    padding: 7px 15px;
    margin-top: 10px;
}

.product-filters-opt-wrap label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #374957;
  border-radius: 3px;
  outline: none;
  transition: all 0.3s;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.product-filters-opt-wrap label input[type="checkbox"]:checked {
  background-color: #374957;
  border-color: #374957;
}

.product-filters-opt-wrap label input[type="checkbox"]:checked::after {
    content: "✓";
    color: white;
    position: absolute;
    left: 3px;
    top: -5px;
    font-size: 11px;
}

.product-sorting {
    background: #F4F4F5;
    border-radius: 10px;
    padding: 10px 20px;
}
.product-sorting span {
    background-image: url(img/products-sort-icon.svg);
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
    color: #666666F2;
    padding-right: 30px;
    margin-left: 35px;
}
.product-sorting button{
        color: #666666F2;
    font-size: 14px;
    margin-left: 10px;
    border: none;
}
.product-sorting button.active, .product-sorting button:hover, .product-sorting button:active, .product-sorting button:focus-visible{
    color: var(--main-color);
    background: transparent !important;
}
.product-cat-banner-sec img{
    border-radius: 5px 30px;
    margin-bottom: 25px;
}
#prouct-cat-bottom-text-wrap .toggle-btn {
    bottom: 20px !important;
}
.mobile-filter-title-wrap{
    display: none;
}
.single-product-main-title, #single-product-mobile-bottom-fix{
    display: none;
}

/*------------------------
    Woocommerce
------------------------*/
.products-sec {
    padding: 20px;
}

.product-items-sec h2,
.prdct-details a {
    font-size: 16px;
    margin: 10px 0;
    color: var(--main-text-color);
    display: block;
}

.price {
    font-size: 15px !important;
    color: #111 !important;
    display: block;
}

.price del {
    color: #999;
}

.price ins {
    text-decoration: none;
}

#yith-wacp-mini-cart {
    left: 20px !important;
    bottom: 60px !important;
    top: unset !important;
    background: var(--main-color);
}

.product-items-sec:hover .add_to_cart_button,
.product-items-sec:hover .product_type_simple {
    display: inline-block !important;
}

.product-items-sec .add_to_cart_button:hover::after,
.product_type_simple:hover::after,
.compare:hover::after {
    rotate: 0deg !important;
}

.product_type_simple:hover {
    background-color: var(--main-color) !important;
}

.compare {
    left: 102px !important;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    margin-right: 0 !important;
}

.product-items-sec .alg-wc-wl-btn {
    background: #fff;
    left: 65px !important;
    top: 300px !important;
    height: 30px !important;
    width: 30px;
    padding-top: 6px;
    text-align: center;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%) !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.product-items-sec .alg-wc-wl-btn:hover,
.product-items-sec .add_to_cart_button:hover {
    color: var(--main-color);
}

.alg-wc-wl-btn:hover i,
.alg-wc-wl-btn2:hover i {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

a.wc-forward {
    display: none !important;
}

.yith-wacp-mini-cart-icon {
    width: 85px !important;
    height: 60px !important;
    text-align: center;
    line-height: 53px;
}

.yith-wacp-mini-cart-icon img {
    width: 31px;
    height: auto;
}

.yith-wacp-mini-cart-count {
    background: #181818 !important;
}

.home-products-wrap .nav-link {
    color: #111;
}

.home-products-wrap .nav-link {
    padding: 0;
    margin: 0 5px;
    border-bottom: 2px solid transparent;
}

.home-products-wrap .nav-link.active,
.home-products-wrap .nav-link:hover {
    border: none;
    border-bottom: 2px solid var(--main-color);
    border-radius: 0;
}

.home-products-wrap .nav-tabs {
    border-bottom: none;
}

.new-product-section .products {
    padding: 0 !important;
}

.alg-wc-wl-btn-text,
.alg-wc-wl-btn-wrapper .alg-wc-wl-btn {
    display: none !important;
}

.iziToast {
    background: var(--main-color) !important;
}

#yith-woocompare-table_wrapper {
    direction: rtl !important;
}

.yith-wacp-message {
    background: var(--main-color) !important;
    color: #fff !important;
}

.yith-wacp-main .product-title a {
    color: var(--main-text-color);
    font-size: 21px;
}

.yith-wacp-main .go-cart {
    background-color: var(--main-color) !important;
    color: #fff !important;
    border-radius: 5px !important;
    font-size: 14px !important;
}

.yith-wacp-main .continue-shopping {
    border: 1px solid var(--main-color) !important;
    color: var(--main-color) !important;
    border-radius: 5px !important;
    font-size: 14px !important;
}

.yith-wacp-main .go-cart:hover,
.yith-wacp-main .continue-shopping:hover {
    background-color: var(--second-color) !important;
    color: #fff !important;
    border-color: var(--second-color) !important;
}

body.yith-woocompare-popup {
    font-family: var(--main-font-family) !important;
}

.single-top-sec-right,
.single-top-sec-left {
    padding: 10px;
}

.single-top-sec-left h1 {
    font-size: 23px;
    margin-bottom: 15px;
    color: var(--main-text-color);
}

.products-scoring {
    margin-bottom: 35px;
}

.products-comments-count {
    position: relative;
    margin-left: 10px;
}

.products-comments-count i {
    font-size: 21px;
    color: #34343480;
    position: relative;
    top: 3px;
    margin-left: 3px;
}

.products-comments-count::after {
    content: "";
    width: 1px;
    height: 15px;
    display: inline-block;
    background: #707070;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.products-comments-count a {
    color: #343434;
}

.product-score i {
    color: gold;
    margin-right: 3px;
}

.product-delivery {
    background-color: #fff;
    border: 1px solid #70707025;
    display: table;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.delivery-title {
    color: #34343470;
}

.delivery-icon {
    background-image: url(img/truck.svg);
    background-repeat: no-repeat;
    width: 24.81px;
    height: 15.7px;
    display: inline-block;
    top: 17px;
    left: 10px;
}

.warranty-icon {
    background-image: url(img/warranty-icon.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 25px;
    display: inline-block;
    top: 12px;
    left: 6px;
}

.single-top-sec-left .price {
    font-size: 19px !important;
    position: relative;
    line-height: 40px;
    margin-top: 20px !important;
}

.single-top-sec-left .price del {
    color: var(--main-text-color);
    margin-left: 10px;
    font-size: 15px;
}

.single-top-sec-right .flex-control-thumbs li {
    width: 100% !important;
    padding-left: 10px !important;
    margin-bottom: 10px !important;
}

.single_add_to_cart_button:hover {
    background-color: var(--second-color) !important;
}

.woocommerce-product-details__short-description ::marker {
    color: var(--main-color);
    font-size: 17px;
}

.posted_in a {
    color: gray;
    margin: 20px 5px;
    display: inline-block;
    font-size: 12px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}

.cart-collaterals {
    padding: 20px;
}

.cart-collaterals h2 {
    margin: 0 0 20px 0;
    font-size: 17px;
}

.woocommerce table.shop_table {
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
}

#respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: var(--main-color) !important;
    text-align: center;
    padding: 17px;
    height: auto;
    border-radius: 5px;
}

.woocommerce button.button.alt {
    padding: 17px;
}

.woocommerce a.button.alt {
    display: inline-block;
    background: var(--main-color);
}

#respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: var(--main-color) !important;
}

.shop_table thead {
    background: #f5f5f5;
    overflow: hidden !important;
}

.shop_table input[type="number"] {
    border: 1px solid #2C243350;
    border-radius: 5px;
}

.shop_table .product-name a {
    color: var(--main-text-color);
}

#coupon_code {
    background: #f7f7f7;
    border: none;
    width: 225px;
    font-size: 13px;
    border-radius: 5px;
}

.cart-collaterals th,
.cart-collaterals td {
    border-bottom: 1px solid #70707030;
}

.woocommerce-cart-form .actions button {
    font-weight: 100;
    color: var(--main-text-color);
}

.woocommerce-cart-form .actions button {
    font-weight: 100;
    color: #222;
    background: #c6d9e7;
    font-size: 13px;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields .selection>span {
    width: 100%;
    border: none;
    background: #817D7D20;
    padding: 0 7px;
    line-height: 34px;
    color: #555;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 38px;
}

.woocommerce-additional-fields__field-wrapper textarea {
    width: 100%;
    border: none;
    background: #817D7D20;
}

.woocommerce-billing-fields .woocommerce-input-wrapper {
    width: 100%;
}

#customer_details h3 {
    font-size: 17px;
    color: var(--main-text-color);
}

.form-row {
    display: block;
}

.woocommerce-checkout-review-order-table th {
    background-color: #E6E5E5;
}

.woocommerce-checkout-review-order-table td {
    background-color: #fff;
}

.woocommerce-info {
    border-top-color: var(--main-color);
}

.woocommerce-info::before,
.woocommerce-info a {
    color: var(--main-color);
}

.variations_form select {
    width: 100%;
    border: 1px solid #70707035;
    padding: 5px;
    position: relative;
    top: -3px;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before {
    background: var(--main-color);
    width: 7px !important;
    height: 7px !important;
    padding: 0px;
    border: 5px double #fff !important;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before {
    width: 12px !important;
    height: 12px !important;
}

.woocommerce-Tabs-panel h2 {
    display: none !important;
}

section.related {
    padding-top: 50px;
}

section.related>h2 {
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.related .col-md-4 {
    flex: 0 0 25%;
    max-width: 25%;
}

.device-specifications {
    background: #9C9C9C;
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin-top: -39px;
    border-radius: 3px;
    height: 46px;
    line-height: 46px;
    width: 200px;
    text-align: right;
    text-indent: 15px;
}

.yith-wacp-content .cart-info>div>span {
    float: left !important;
}

.yith-wacp-content .product-variation dt {
    float: right !important;
}

.device-specifications:focus {
    box-shadow: none;
}

.yith-wacp-content .product-variation p {
    font-size: 14px !important;
    margin-right: 10px !important;
}

.device-specifications:hover {
    background: #7c7c7c;
    color: #fff;
}

.device-specifications i {
    left: 11px;
    font-size: 23px;
    top: 11px;
}

.woocommerce-variation-price .price {
    top: -25px;
    text-align: right;
    margin-bottom: 10px;
}

.fa-window-minimize:before {
    content: "\f2d1";
    font-size: 10px;
    font-weight: 100;
    position: relative;
    top: -2px;
    left: -1px;
}

.fa-window-maximize:before,
.fa-times:before,
.fa-window-restore:before {
    font-weight: 100;
    position: relative;
}

.fa-window-maximize:before {
    left: -1px;
    top: 1.5px;
}

.fa-times:before {
    left: -1px;
    top: 1px;
}

.fa-window-restore:before {

    left: -1px;
    top: 2px;
}

.vcht_mainIcon>span {
    font-size: 39px;
}

.woocommerce-MyAccount-navigation {
    background-color: var(--main-color);
    padding: 10px 20px;
}

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid rgba(2555, 255, 255, 0.3);
}

.woocommerce-MyAccount-navigation li:hover {
    background-color: var(--second-color);
}

.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation li a {
    color: #fff;
    display: block;
    text-indent: 10px;
    padding: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 10px 20px;
}

.woocommerce-MyAccount-navigation ::marker {
    content: "";
}

.woocommerce-Address {
    flex: 0 0 100%;
    max-width: 100%;
}

#woo-register-form h2,
#woo-login-form h2 {
    background-color: var(--main-color);
    color: #fff;
    margin-top: 0;
    text-align: center;
    border-radius: 5px;
    padding: 13px 0;
    font-size: 19px;
}

.counter-btn {
    margin-top: 15px;
}

.counter-btn::after {
    content: "\f177";
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    top: 3px;
    margin-right: 5px;
    font-size: 17px;
}

.counter-title-section h2 {
    font-size: 29px;
    margin-top: 0;
}

.counter-title-section p {
    color: var(--second-color);
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 40px;
}

.woocommerce-message {
    border-top-color: var(--main-color) !important;
}

.woocommerce-message::before {
    color: var(--main-color) !important;
}

.woocommerce-message .button {
    background: var(--main-color) !important;
    color: #fff !important;
    font-weight: 100 !important;
}

.reset_variations {
    display: none !important;
}

.products-stars-sec i {
    color: gold;
}

.products-cat-sec a {
    color: #bbb;
}

.top-cat-wrap {
    display: flex;
    justify-content: space-between;
}

.decrease,
.increase {
    padding: 8px 20px;
    margin: 0;
    background-color: #f1f1f1;
    border: none;
    border-right: none;
    color: #333;
    font-size: 18px;
    width: 30%;
}

.entry-summary form.cart {
    display: flex !important;
    align-items: center;
}

.entry-summary form .quantity {
    width: 30%;
    background: #f1f1f1;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.entry-summary form button[type="submit"] {
    border-radius: 0 !important;
    height: 47px !important;
    position: relative;
    line-height: 46px;
    padding: 0 !important;
    width: 70% !important;
    text-align: center !important;
}

input[type="number"] {
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    width: auto;
}
.woocommerce-variation-add-to-cart{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}
.quantity .qty {
    height: 48px;
    margin-left: 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#custom-cart-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    text-align: center;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(5px);
}

#custom-cart-popup-inner{
	    background: #fff;
    width: max-content;
    display: table;
    margin: auto;
    padding: 15px 30px;
    border-radius: 10px;
	margin-top: 40vh;
}

#custom-cart-popup p {
    font-size: 18px;
    margin-bottom: 15px;
}

#popup-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

#close-popup,
#checkout-btn {
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

#close-popup {
    background: gray;
    color: white;
}

#checkout-btn {
    background: green;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
}

.quantity-input {
    border: 1px solid #e1e1e1;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    position: relative;
    margin-left: 10px;
}

.quantity-input input[type="number"] {
    background: transparent;
    border: none;
    width: 30px;
    text-align: center;
    border-radius: 4px;
    line-height: 20px;
    margin: 0 5px;
    font-size: 16px;
}

.quantity-input button {
    background-color: transparent;
    border: none;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    height: auto;
    line-height: unset;
}

.quantity-input button:focus {
    outline: none;
}

.single-main-image,
.single-portfolio-top-sec .active-image {
    height: 400px;
    border-radius: 5px 50px;
    overflow: hidden;
    margin-bottom: 15px;
}

.single-main-image img,
.single-portfolio-top-sec .active-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product-item-sec img, #single-portfolio-top-right .owl-carousel .owl-item img {
    border-radius: 5px 50px;
    height: 85px;
    cursor: pointer;
    object-fit: cover;
}

.thumbnail-slider,
#single-portfolio-top-right .owl-carousel {
    padding: 0 45px;
    margin: auto;
}

.thumbnail-slider .owl-nav,
#single-portfolio-top-right .owl-nav {
    position: absolute;
    top: 60px;
    width: 100%;
    text-align: unset;
    display: flex;
    justify-content: space-between;
    right: 0;
    padding: 0 10px;
}

#single-portfolio-top-right .owl-nav {
    top: 47px;
}

.thumbnail-slider .owl-nav button,
#single-portfolio-top-right .owl-nav button {
    color: #374957 !important;
    font-size: 47px !important;
    background-image: none !important;
}

.thumbnail-slider .owl-prev,
#single-portfolio-top-right {
    right: -29px !important;
}

.thumbnail-slider .owl-next,
#single-portfolio-top-right .owl-prev {
    left: 0 !important;
}

.product-single-top-left-sec {
    background-color: #ced4cc;
    border-radius: 0 20px 5px 0;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}

.single-product-gallery .owl-nav {
    bottom: -75px;
    top: unset;
    justify-content: center;
    right: 0;
    gap: 10px;
    width: 100%;
}
.single-product-gallery .owl-nav button {
    font-size: 35px !important;
}
.single-product-gallery .owl-nav button {
    width: 45px;
    height: 45px;
}

.single-garanty-sec {
    background-image: url(img/product-garanty-icon.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 23px;
    padding-left: 15px;
    line-height: 17px;
    border-left: 1px solid #666666F2;
    margin-left: 15px;
}

.woocommerce-product-rating img {
    margin-right: 5px;
    height: 24px;
}

.product-single-top-sec {
    margin-bottom: 35px;
}

.product-single-top-sec h1 {
    color: #fc0606;
    font-size: 21px;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}

.product-custom-options-sec {
    background: #F6F6F6;
    border-radius: 5px 20px;
    padding: 9px 15px;
    width: max-content;
    min-width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project-description {
    background: #F6F6F6;
    border-radius: 5px 20px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.project-description span {
    color: #666666F2;
    width: 20%;
}

.project-description p {
    color: #3A3A3A;
    width: 80%;
}

.single-portfolio-desc-wrap {
    padding: 23px !important;
    margin-top: 50px;
}

.single-portfolio-desc-wrap h3 {
    font-size: 18px;
}

.single-portfolio-desc-wrap span {
    color: #F6F3F3;
    font-size: 13px;
}

#single-product-menu-sec {
    padding-bottom: 85px;
}

.product-custom-options-sec .product-custom-title {
    color: #666666F2;
    margin-left: 20px;
}

.product-custom-options-sec .product-custom-desc {
    color: #3A3A3A;
}

.single-product-price {
    font-size: 19px;
    line-height: 35px;
    display: block;
    margin: 30px 0;
}

.single-product-price del {
    margin-left: 10px;
}

.single-product-price ins {
    text-decoration: none;
}

.single-product-contact-sec,
.single-portfolio-contact-wrap {
    background: #47821C1A;
    margin-top: 30px;
    padding: 15px 30px;
    border-radius: 5px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-methods a {
    color: #0D2A01;
    font-size: 13px;
    margin-left: 15px;
    border-left: 1px solid #D9D9D9;
    padding-left: 15px;
}

.contact-methods a:last-of-type {
    border-left: none;
}

.contact-methods a img {
    height: 25px;
    margin-left: 10px;
}

.single-product-contact-sec a {
    color: #0D2A01;
    text-align: center;
    font-size: 13px;
    display: table;
    border-left: 2px solid #D9D9D9;
    background-repeat: no-repeat;
    background-position: 78% center;
    padding-right: 30px;
    line-height: 23px;
    width: 23%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.single-product-contact-title {
    color: #3A3A3A;
    width: 30%;
}

.single-product-instagram {
    background-image: url(img/single-product-instagram-icon.svg);
}

.single-product-whatsapp {
    background-image: url(img/single-product-whatsapp-icon.svg);
    background-position: 73% center !important;
}

.single-product-phone {
    background-image: url(img/single-product-phone-icon.svg);
    background-position: 85% center !important;
    border-left: none !important;
    padding-left: 0 !important;
}

#single-products-services-sec {
    padding: 50px 0;
}

.product-single-service-item-sec {
    border: 1px solid #0D2A0133;
    border-radius: 5px 50px;
    width: max-content;
    margin: auto;
    padding: 15px 25px;
    border-bottom: 3px solid var(--main-color);
}

.product-single-service-icon img {
    height: 36px;
}

.product-single-service-content {
    margin-right: 20px;
}

.product-single-title {
    color: #3A3A3A;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 25px;
}

.product-single-detail {
    color: #3A3A3A;
    font-size: 14px;
}

#single-product-list-fix {
    background: #F4F4F5;
    border-radius: 5px 20px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 2;
}

#single-product-list-fix ul {
    list-style: none;
    display: flex;
}

#single-product-list-fix ul li a {
    color: #3A3A3A;
    margin: 0 15px;
}

#single-product-list-fix>div {
    width: max-content;
    display: flex;
    align-items: center;
}

.single-product-list-instagram {
    background-color: #5EAC24;
    background-image: url(img/list-instagram.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    color: #fff;
    border-radius: 5px 20px;
    padding: 11px 50px 11px 25px;
    transition: all 0.3s;
}

.single-product-list-go-top {
    background-color: #0D2A01;
    background-image: url(img/top-caret-icon.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 40px;
    display: inline-block;
    width: 41px;
    height: 46px;
    border-radius: 5px 20px;
    margin-right: 15px;
}


#single-product-table-sec {
    padding: 50px 0;
}

.single-product-table-wrap {
    border: 1px solid #D9D9D9;
    border-radius: 5px 20px;
    padding: 35px 25px;
}

.product-table-items-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.product-table-title {
    color: #47821C;
    background-color: #F6F6F6;
    padding: 10px;
    border-radius: 5px 20px;
    margin-left: 2%;
    width: 23%;
    text-align: center;
}

.product-table-desc {
    background-color: #F6F6F6;
    color: #464646;
    padding: 10px 25px;
    border-radius: 5px 20px;
    width: 75%;
}

.table-product-sec {
    position: sticky;
    top: 0;
}

.table-product-sec img {
    height: 360px;
    border-radius: 5px 50px;
    object-fit: cover;
}

.single-product-table-price-sec {
    background: #0D2A01;
    color: #fff;
    margin-top: 25px;
    padding: 15px;
    border-radius: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product-table-price-sec .single-product-price-title {
    font-size: 13px;
}

.single-product-table-price-sec .single-product-price {
    font-size: 13px;
}

.single-product-table-price-sec .woocommerce-Price-currencySymbol {
    color: #5eac24;
    margin-right: 5px;
}

#single-product-introduce-sec,
#landing-content-sec {
    color: #666666F2;
    border: 1px solid #D9D9D9;
    padding: 25px;
    margin-top: 35px;
    border-radius: 5px 50px;
    text-align: justify;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
}

#landing-content-sec {
    max-height: 340px;
}

.fade-out {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.toggle-btn {
    background-image: url(img/product-text-more-icon.png);
    background-repeat: no-repeat;
    border: none;
    width: 18px;
    height: 19px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -9px;
    margin: auto;
}

#single-product-related-sec {
    margin: 50px 0;
}

.related-products .owl-nav {
    position: absolute;
    top: -53px;
}

#single-product-questions-sec {
    margin-top: 100px;
}

#single-product-related-sec .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}
#single-product-related-sec .owl-prev{
    position: absolute;
    right: -85px
}
#single-product-related-sec .owl-next{
    position: absolute;
    left: -85px
}
.accordion-wrap {
    display: flex;
    margin-bottom: 35px;
}

#single-product-questions-sec h2,
.single-faq-wrap h2 {
    background-image: url(img/qa-title-befor.png);
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 45px;
    padding-right: 55px;
    color: #4A4A4A;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 40px;
}

.accordion-item {
    background: #F4F4F5;
    border-radius: 5px 20px;
    border: none;
}

.qa-counter {
    background: #F4F4F5;
    color: #00112B;
    font-size: 28px;
    text-align: center;
    display: inline-block;
    width: 73px;
    height: 73px;
    line-height: 73px;
    border-radius: 5px 20px;
    border-bottom: 2px solid #47821C;
}

.accordion-item {
    width: 90%;
    margin-right: 3%;
}

.accordion-item h3 button {
    color: #3A3A3A !important;
    background: transparent;
    font-size: 16px;
    padding: 7px 0px;
    position: relative;
    box-shadow: none;
    border-bottom: 1px solid #D9D9D9;
    width: 90%;
    margin: auto;
    border-radius: 0 !important;
}

.accordion-item h3 button::after {
    background-image: url(img/question-btn-after-icon.svg);
    width: 23px;
    height: 23px;
    position: absolute;
    left: -23px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(img/question-btn-after-icon.svg);
}

.accordion-item {
    width: 90%;
    margin-right: 3%;
    border-radius: 5px 20px !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.qa-answrer-sec {
    font-size: 14px;
    color: #666666F2;
    width: 90%;
    margin: auto;
    padding: 15px 0 30px;
}

.product-banner {
    position: sticky;
    top: 0;
}

.product-banner img {
    border-radius: 5px 50px;
    height: 335px;
    width: 100%;
    object-fit: cover;
}

#single-products-comments-sec {
    padding: 100px 0;
}

.comment_container {
    color: #666666F2;
    border: 1px solid #0D2A01;
    border-radius: 50px 5px;
    padding: 35px;
    font-size: 15px;
    padding-top: 55px;
    position: relative;
    margin-bottom: 100px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 !important;
    border: none !important;
    border-radius: 4px;
    padding: 0 !important;
}

.comment-header {
    background: #F4F4F5;
    border-radius: 50px 5px;
    padding: 17px 35px;
    position: absolute;
    top: -30px;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
}

.woocommerce-review__author {
    background-image: url(img/comment-author-icon.svg);
    background-repeat: no-repeat;
    background-position: right top;
    color: #374957;
    font-size: 14px;
    min-width: 30%;
    padding-right: 25px;
    font-weight: 100;
}

.comment-date-sec {
    background-image: url(img/comment-date-icon.svg);
    background-repeat: no-repeat;
    background-position: right top;
    color: #374957;
    font-size: 14px;
    padding-right: 30px;
    display: inline-block;
    width: max-content;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
}

.comment_container .comment-meta {
    display: block;
}

.woocommerce-review__dash {
    display: none;
}

.comment-footer {
    width: 80%;
    bottom: 20px;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    margin: auto;
}

.comment_container .comment-footer {
    bottom: -20px;
}

.comment-rating {
    background: #F4F4F5;
    padding: 11px 25px;
    border-radius: 50px 5px;
    color: #4E901E;
    font-size: 19px;
}

.comment-rating .rating {
    display: none;
}

.comment-reply a {
    background: #F4F4F5;
    color: #4E901E;
    font-size: 14px;
    display: inline-block;
    border-radius: 50px 5px;
    padding: 7px 25px;
}

.comment-reply-title {
    display: none;
}

#review_form_wrapper,
.woocommerce #reviews #comments ol.commentlist #respond {
    background: #F4F4F5;
    padding: 35px;
    border-radius: 5px 50px;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
}

.comment-form label {
    background: linear-gradient(to bottom, #f4f4f5 0%, #f4f4f5 51%, #d1ddc9 52%, #d1ddc9 100%);
    color: #374957;
    font-size: 14px;
    position: relative;
    top: 13px;
    right: 23px;
    padding: 0 5px;
}

.comment-form-email label {
    right: 33px;
}

.comment-form input {
    background: #47821C33;
    border: 1px solid #4E901E;
    display: block;
    width: 98%;
    border-radius: 5px 20px;
    padding: 10px;
}

.form-submit button {
    background: #0D2A01;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 5px 20px;
    padding: 8px 50px;
    transition: all 0.3s;
}

.form-submit button:hover {
    background: var(--main-color);
    color: #fff;
}

.comment-form #email {
    float: left;
}

.comment-form textarea {
    background: #47821C33;
    border-radius: 5px 20px;
    border: 1px solid #4E901E;
    resize: none;
    height: 170px !important;
    width: 100%;
    padding: 15px;
}

.comment-form .comment-form-comment {
    width: 100%;
    order: 3;
}

.comment-form .comment-form-author {
    width: 50%;
    order: 1;
}

.comment-form .comment-form-email {
    width: 50%;
    order: 2;
}

.comment-form .comment-form-cookies-consent {
    order: 5;
    width: 100%;
}

.comment-form .form-submit {
    order: 4;
    width: 30%;
    text-align: left;
}

.comment-form .comment-form-rating {
    width: 70%;
    order: 4;
}

.comments-title-wrap {
    text-align: center;
    margin-bottom: 75px;
}

.comments-title-wrap h2 {
    background-image: url(img/comments-title-before.png);
    background-repeat: no-repeat;
    background-position: right 25px;
    color: #4A4A4A;
    line-height: 70px;
    font-size: 18px;
    display: table;
    width: max-content;
    margin: auto;
    padding-right: 55px;
    margin-bottom: -5px;
    position: relative;
}

.comments-title-wrap sub {
    color: #666666F2;
    font-size: 14px;
    display: inline-block;
    right: 27px;
    position: relative;
    top: -10px;
}

.comment-form-rating {
    display: flex;
    align-items: center;
}

.comment-form-rating label {
    top: 0;
    background: transparent;
    columns: #374957;
}

.comment-form-rating .stars {
    margin-bottom: 0 !important;
    margin-right: 40px !important;
}

.comment-form-rating .stars a {
    color: #374957;
    font-size: 21px;
    margin-left: 7px;
}

.comment-form .comment-form-cookies-consent {
    order: 5;
    width: 100%;
    margin-bottom: 0 !important;
}

#wp-comment-cookies-consent {
    display: inline-block;
    width: max-content;
    position: relative;
    top: 2px;
}

.comment-form .comment-form-cookies-consent label {
    top: 0;
    background: transparent;
    right: 0;
}
.mobile-btn{
    display: none;
}