@charset "UTF-8";

/*
Theme Name: semantic
Theme URI: https://www.semanticseo.ir
Author: Amin haghighati
Author URI: https://www.semanticseo.ir
Description: a professional theme with wordpress website
Version: 1.0.0
Text Domain: semantic 
*/
:root {
    --main-font-size: 14px;
    --main-color: #3AAD0A;
    --second-color: #0D2A01;
    --main-text-color: #232323;
    --main-font-family: 'Peyda';
}

@font-face {
    font-family: 'PeydaBold';
    src: url('fonts/PeydaWeb-Bold.eot');
    src: url('fonts/PeydaWeb-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/PeydaWeb-Bold.woff2') format('woff2'),
        url('fonts/PeydaWeb-Bold.woff') format('woff'),
        url('fonts/PeydaWeb-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PeydaBlack';
    src: url('fonts/PeydaWeb-Black.eot');
    src: url('fonts/PeydaWeb-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/PeydaWeb-Black.woff2') format('woff2'),
        url('fonts/PeydaWeb-Black.woff') format('woff'),
        url('fonts/PeydaWeb-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('fonts/PeydaWeb-Medium.eot');
    src: url('fonts/PeydaWeb-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/PeydaWeb-Medium.woff2') format('woff2'),
        url('fonts/PeydaWeb-Medium.woff') format('woff'),
        url('fonts/PeydaWeb-Medium.ttf') format('truetype');
    font-weight: 500;
    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;
}

.site-title {
    font-size: 39px;
    line-height: 55px;
}

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-sec {
    position: relative;
}

.site-title-sec span {
    color: #D9D9D926;
    font-size: 73px;
    font-weight: 800;
    position: absolute;
    right: 30px;
    line-height: 63px;
}

.site-title {
    color: #4A4A4A;
    font-size: 18px;
    position: relative;
    margin: 0;
}

.site-title::before {
    content: "";
    background-image: url(img/site-title-before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    display: inline-block;
    width: 24px;
    height: 31px;
    position: relative;
    top: 10px;
}

#products-tab-section .site-title::before,
.portfolio-section .site-title::before,
.blogs-section .site-title::before {
    background-image: url(img/site-title-before-two.svg);
}

.site-btn {
    background: var(--main-color);
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 10px 30px;
    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::after {
    content: "";
    display: inline-block;
    background-image: url(img/site-btn-icon.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    margin-right: 5px;
    width: 20px;
    height: 19px;
    position: relative;
    top: 3px;
    filter: invert(100%);
    rotate: 180deg;
    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 {
    background: var(--second-color);
    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;
}

#top-header {
    padding: 20px 0;
}

.site-logo img {
    width: auto;
    height: 52px;
}

.woocommerce-product-search {
    width: 493px;
    height: 43px;
    position: relative;
}

.woocommerce-product-search::before {
    content: "";
    background: var(--main-color);
    display: inline-block;
    width: 291px;
    height: 3px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    border-radius: 10px;
    top: -1px;
}

.top-search-form .search-field {
    width: 100%;
    height: 100%;
    line-height: 43px;
    padding: 0 20px 0 50px;
    border: 1px solid #DADADA;
    border-radius: 5px 30px;
    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: #3a3a3a;
    display: inline-block;
    margin: 0 10px;
}

.top-navbar ul a:hover {
    color: var(--main-color);
}

#bottom-header {
    background: linear-gradient(to left, #0D2A01 70%, #e5e7e9 30%);
}

nav.main-navbar {
    background: #0D2A01;
    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 {
    display: inline-block;
    padding: 20px 0;
}

nav.main-navbar ul a:hover {
    background-image: url(img/menu-hover.svg);
    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: left center;
    margin-left: 15px;
}

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;
    width: 100%;
    background: #fff;
    padding: 10px 10px 15px 10px;
    z-index: 5;
    flex-wrap: wrap;
    border: 1px solid #47821C1A;
    border-radius: 15px;
    box-shadow: 0 45px 80px 0 #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::after {
    content: "";
    background: #0D2A01;
    display: inline-block;
    width: 70%;
    height: 5px;
    position: absolute;
    bottom: -2.5px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 19px;
}

nav.main-navbar>ul>li.menu-item-has-children>ul>li {
    width: 33.3%;
}

nav.main-navbar>ul>li.menu-item-has-children>ul>li>a {
    color: #3a3a3a;
    padding: 10px 0;
}

nav.main-navbar>ul>li.menu-item-has-children>ul>li>a:hover {
    background-image: none;
    color: var(--main-color);
}

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;
}

.sports-menu>ul>li {
    width: 50% !important;
}

.sports-menu>ul>li:last-child a,
.sports-menu>ul>li:nth-last-child(2) a {
    border-bottom: none !important;
}

.sports-menu>ul>li>a {
    border-bottom: 2px solid #F4F4F5;
    display: flex;
    align-items: center;
    position: relative;
}

.sports-menu>ul>li>a::after {
    content: "";
    background-image: url(img/sports-menu-item-after.svg);
    display: inline-block;
    width: 18px;
    height: 13px;
    position: absolute;
    left: 0;
    filter: grayscale(1);
}

.sports-menu>ul>li>a::before {
    content: "";
    background-color: transparent;
    background-repeat: no-repeat !important;
    background-size: 50% !important;
    background-position: center;
    width: 52px !important;
    height: 52px !important;
    opacity: 1 !important;
    filter: none !important;
    border-radius: 5px 20px;
    top: 0 !important;
}

.sports-menu>ul>li>a:hover::after {
    filter: none;
}

.sports-menu>ul>li>a:hover::before {
    background-color: var(--main-color);
}

li.football>a::before {
    background-image: url(img/football-menu-icon.svg) !important;
}

li.football>a:hover::before {
    background-image: url(img/football-menu-icon-hover.svg) !important;
}

li.tenis>a::before {
    background-image: url(img/tenis-menu-icon.svg) !important;
}

li.tenis>a:hover::before {
    background-image: url(img/tenis-menu-icon-hover.svg) !important;
}

li.school>a::before {
    background-image: url(img/school-menu-icon.svg) !important;
}

li.school>a:hover::before {
    background-image: url(img/school-menu-icon-hover.svg) !important;
}

li.padel>a::before {
    background-image: url(img/padel-menu-icon.svg) !important;
}

li.padel>a:hover::before {
    background-image: url(img/padel-menu-icon-hover.svg) !important;
}

li.villa>a::before {
    background-image: url(img/villa-menu-icon.svg) !important;
}

li.villa>a:hover::before {
    background-image: url(img/villa-menu-icon-hover.svg) !important;
}

li.golf>a::before {
    background-image: url(img/golf-menu-icon.svg) !important;
}

li.golf>a:hover::before {
    background-image: url(img/golf-menu-icon-hover.svg) !important;
}

li.gym>a::before {
    background-image: url(img/gym-menu-icon.svg) !important;
}

li.gym>a:hover::before {
    background-image: url(img/gym-menu-icon-hover.svg) !important;
}

li.footsal>a::before {
    background-image: url(img/footsal-menu-icon.svg) !important;
}

li.footsal>a:hover::before {
    background-image: url(img/footsal-menu-icon-hover.svg) !important;
}

/*------------------------
    Slider Section
------------------------*/
.slider-section {
    padding: 50px 0;
}

.slider {
    width: 100%;
    position: relative;
    height: 375px;
    border-radius: 5px 20px;
    overflow: hidden;
}

.slides {
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 375px;
    opacity: 0;
    transition: opacity 3s ease-in-out;
    z-index: 1;
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
}

.slide img {
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slider .controls {
    background: url(img/slider-buttons-bg.svg);
    background-size: 100% 100%;
    display: flex;
    width: 100%;
    height: 76px;
    justify-content: start;
    align-items: center;
    padding-right: 284px;
    border-radius: 7px;
    position: absolute;
    right: -100px;
    bottom: -34px;
    z-index: 2;
}

.slider .controls .prev,
.slider .controls .next {
    background-color: transparent;
    border: none;
    width: 14px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -8px;
}

.slider .controls .prev {
    background-image: url(img/slider-next.svg);
}

.slider .controls .next {
    background-image: url(img/slider-prev.svg);
}

.slider .indicators button {
    background-image: url(img/slider-bullet.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    width: 10px;
    height: 15px;
    color: transparent;
    border: navajowhite;
    margin: 0 3px;
}

.slider .indicators button.active {
    background-image: url(img/slider-bullet-active.svg);
}

.indicators {
    border: none;
    margin: 0 5px;
    display: flex;
    margin: 0 7px;
    margin-top: -15px;
}

#top-banner img {
    height: 375px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 30px;
}

/*------------------------
    Cat carousel Section
------------------------*/
.cat-carousel-sec {
    padding: 75px 0;
}

.carousel-product-item {
    position: relative;
    margin-top: 25px;
}

.carousel-product-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    pointer-events: none;
    border-radius: 5px 20px;
    transition: all 0.1s;
}

.carousel-product-item img {
    height: 230px;
    border-radius: 5px 20px;
    object-fit: cover;
    transition: all 0.1s;
}

.cat-carousel-sec .owl-carousel .owl-item:hover img {
    transform: translateY(-10px);
    box-shadow: 0px 5px #3AAD0A99;
}

.cat-carousel-sec .owl-carousel .owl-item:hover .carousel-product-item::after,
.cat-carousel-sec .owl-carousel .owl-item:hover h3 {
    transform: translateY(-10px);
}

.carousel-product-item h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto;
    display: table;
    z-index: 1;
    transition: all 0.1s;
}

.owl-nav {
    position: absolute;
    top: -37px;
    width: 100%;
    text-align: left;
}

.owl-nav button {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    width: 15px;
    height: 18px;
    color: transparent !important;
    transition: all 0.1s;
}

.owl-prev {
    background-image: url(img/carousel-prev-btn.png) !important;
    margin-left: 15px;
}

.owl-next {
    background-image: url(img/carousel-next-btn.png) !important;
}

.owl-prev:hover {
    background-image: url(img/carousel-prev-active-btn.png) !important;
}

.owl-next:hover {
    background-image: url(img/carousel-next-active-btn.png) !important;
}

.owl-item .col-md-3,
.owl-item .col-sm-6 {
    width: 100%;
}

/*------------------------
    Products Section
------------------------*/
.products-section::before {
    content: "";
    background: linear-gradient(90deg, rgba(71, 130, 28, 1) 0%, rgba(15, 28, 6, 1) 100%);
    display: inline-block;
    width: 100%;
    height: 77px;
    position: absolute;
    top: 190px;
}

#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: 19px;
    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: 13px;
    font-weight: 800;
    color: #4A4A4A;
    padding: 7px 0;
    margin: 0 10px;
    border: none;
}

.products-section ul.nav-tabs li button.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: none;
    color: #010f1c;
    position: relative;
}

.products-section ul.nav-tabs li button.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    content: "";
    background-image: url(img/product-tab-items-after.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 17px;
    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 {
    border: 1px solid #0000000D;
    border-radius: 5px 20px;
    padding: 5px;
    padding-bottom: 55px;
}

.products-image-sec img {
    height: 245px;
    border-radius: 2px 20px 2px 2px;
    object-fit: cover;
    border-bottom: 3px solid #DADADA;
    transition: all 0.3s;
}

.products-image-sec>div {
    position: absolute;
    top: 5px;
    left: 5px;
}

.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-transfer-sec {
    background-image: url(img/transfer-icon.svg);
}

.products-garanty-sec {
    background-image: url(img/garanty-icon.svg);
}

.products-hover-logo {
    background-image: url(img/products-hover-logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 42px;
    height: 49px;
    position: absolute;
    bottom: -21px;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.products-items-sec:hover .products-hover-logo {
    opacity: 1;
    visibility: visible;
}

.products-items-sec:hover .products-image-sec img {
    border-color: var(--main-color);
}

.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 {
    background-color: var(--main-color);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px;
    border-radius: 5px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.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;
}

.accessories-sec {
    margin-bottom: 85px;
}

.accessories-product-item {
    border: 1px solid #0000000D;
    border-radius: 5px 20px;
    padding: 5px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.accessories-product-item .products-transfer-sec {
    position: absolute;
    left: 5px;
    top: 5px;
}

.accessories-img-wrap img {
    height: 245px;
    object-fit: cover;
    border-radius: 2px 20px 2px 2px;
    border-bottom: 3px solid var(--main-color);
}

.accessories-product-item .products-hover-logo {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

.accessories-product-item h3 {
    font-size: 16px;
    text-align: center;
    margin: 25px 0 10px;
    padding: 0 10px;
    transition: all 0.3s;
}

.accessories-opt-wrap ul {
    list-style: none;
    padding: 0 10px;
    min-height: 115px;
}

.accessories-opt-wrap ul li {
    font-size: 12px;
    color: #666666F2;
    margin-bottom: 10px;
    line-height: 20px;
}

.accessories-opt-wrap ul li::before {
    content: "";
    background-image: url(img/list-check-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.accessories-product-item .price-wrap {
    background: var(--main-color);
    color: #fff;
    border-radius: 5px 20px;
    width: max-content;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    bottom: -18px;
    transition: all 0.3s;
}

.accessories-product-item .price-wrap ins {
    text-decoration: none;
    margin-right: 10px;
}

.accessories-product-item .add_to_cart_button {
    background-color: var(--second-color);
    background-image: url(img/basket-button-icon.svg) !important;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #fff;
    padding: 5px 10px 5px 40px;
    display: inline-block;
    border-radius: 5px 20px;
    position: absolute;
    left: 0;
    bottom: -18px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.accessories-product-item:hover .add_to_cart_button {
    visibility: visible;
    opacity: 1;
}

.accessories-product-item:hover h3 {
    color: var(--main-color);
}

.accessories-product-item:hover .products-hover-logo {
    filter: brightness(100);
}

.accessories-product-item:hover .price-wrap {
    opacity: 0;
    visibility: hidden;
}

.accessories-sec .owl-nav {
    position: absolute;
    top: -63px;
    width: 100%;
    text-align: left;
}

/*------------------------
    About Us Section
------------------------*/
.about-us-section {
    background: linear-gradient(0deg, rgba(24, 71, 4, 1) 0%, rgba(58, 173, 10, 1) 100%);
    color: #fff;
    padding: 50px 0;
}

.btn-one {
    background-color: #D9D9D9;
    background-image: url(img/btn-one-icon.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    color: #3A3A3A;
    font-size: 12px;
    display: inline-block;
    margin-left: 20px;
    padding: 10px 50px 10px 15px;
    border-radius: 5px 20px;
    transition: all 0.3s;
}

.btn-one:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid;
}

.btn-two {
    background-image: url(img/btn-two-icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #fff;
    font-size: 12px;
    padding: 10px 15px 10px 50px;
    border: 1px solid #fff;
    border-radius: 5px 20px;
    transition: all 0.3s;
}

.btn-two:hover {
    background-color: #D9D9D9;
    color: var(--main-text-color);
}

#about-us-img-sec img {
    height: 425px;
    object-fit: cover;
    border-radius: 5px 30px;
    position: absolute;
    bottom: -85px;
}

/*--------------------------------
    Portfolio Section
--------------------------------*/
.portfolio-section {
    padding: 100px 0 55px;
}

.portfolio-section .owl-carousel .owl-nav.disabled {
    display: unset !important;
}

.portfolio-section .owl-nav {
    top: -55px;
    width: 97%;
}

#single-portfolio-section .owl-nav {
    top: -63px;
    width: 97%;
}

.portfolio-section::before {
    content: "";
    background: linear-gradient(90deg, rgba(71, 130, 28, 1) 0%, rgba(15, 28, 6, 1) 100%);
    display: inline-block;
    width: 100%;
    height: 77px;
    position: absolute;
    top: 250px;
}

.portfolio-wrap {
    height: 500px;
}

.potfolio-images-sec img,
.potfolio-images-sec video {
    height: 232px;
    border-radius: 5px 30px;
}

.portfolio-item-sec h3 {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    transition: all 0.3s;
}

.portfolio-item-sec:hover h3 {
    color: var(--main-color);
}

.portfolio-details-sec {
    display: flex;
    justify-content: space-between;
}

.portfolio-detail,
.portfolio-loc {
    background-color: #F5F5F5;
    background-repeat: no-repeat;
    background-position: 95% center;
    color: #4A4A4A;
    font-size: 14px;
    border-radius: 5px;
}

.portfolio-detail {
    background-image: url(img/leaf-icon.svg);
    width: 70%;
    padding: 3px 30px 3px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio-loc {
    background-image: url(img/loc-icon.svg);
    width: 28%;
    padding: 3px 23px 3px 15px;
}

.portfolio-item-sec p {
    background: #f5f5f5;
    color: #666666F2;
    border-radius: 5px 20px;
    margin-top: 10px;
    font-size: 13px;
    padding: 10px;
    line-height: 23px;
}

.potfolio-overlay-sec {
    background-color: #3aad0a7d;
    background-image: url(img/portfolio-items-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 103px;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px 30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.portfolio-item-sec:hover .potfolio-overlay-sec {
    opacity: 1;
    visibility: visible;
}

.potfolio-overlay-sec::before {
    content: "";
    background-image: url(img/portfolio-before-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 42px;
    height: 25px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 3;
    filter: grayscale(1);
}

.portfolio-item-sec {
    border-radius: 5px 30px;
}

.portfolio-item-sec::before {
    content: "";
    background-image: url(img/portfolio-before-icon-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 42px;
    height: 25px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 3;
    transition: all 0.3s;
}

.portfolio-item-sec:hover::before {
    opacity: 0;
    visibility: hidden;
}

/*------------------------
    Blog Section
------------------------*/
.blogs-section {
    padding: 85px 0;
}

.blog-item {
    border: 1px solid #0000000D;
    border-radius: 5px 50px;
}

.blog-img-wrap {
    border-radius: 5px 50px;
    overflow: hidden;
}

.blog-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-img-wrap-overlay {
    background-color: #3aad0a5c;
    background-image: url(img/portfolio-items-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.blog-date-sec {
    background: #ffffffd1;
    backdrop-filter: blur(10px);
    position: absolute;
    color: #000;
    left: 10px;
    top: 10px;
    border-radius: 5px 50px;
    padding: 15px 20px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    transition: all 0.3s;
}

.blog-date-sec span:nth-child(1) {
    margin-top: 5px;
}

.blog-date-sec span:nth-child(2) {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: -7px;
}

.blog-date-sec span:nth-child(3) {
    color: #666;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: -10px;
}

.category-name {
    background-color: var(--second-color);
    background-image: url(img/cat-icon.svg);
    background-repeat: no-repeat;
    background-position: 93% center;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    border-radius: 5px 20px;
    padding: 3px 40px 3px 15px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all 0.3s;
}

.blog-text-wrap h3 {
    font-size: 16px;
    padding: 0 20px;
    transition: all 0.3s;
}

.blog-text-wrap p {
    color: #232323;
    font-size: 14px;
    padding: 0 20px;
    text-align: justify;
}

.blog-item:hover .blog-img-wrap-overlay {
    opacity: 1;
    visibility: visible;
}

.blog-item:hover .blog-text-wrap h3 {
    color: var(--main-color);
}

.blog-item:hover .category-name,
.blog-item:hover .blog-date-sec {
    opacity: 0;
    visibility: hidden;
}

.blogs-section .owl-nav {
    top: -53px;
}

.blogs-section .owl-dots button {
    background: url(img/blog-carousel-button.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 16px;
    height: 23px;
    margin: 0 7px;
    border-radius: 100%;
}

.blogs-section .owl-dots button.active {
    background: url(img/blog-active-carousel-button.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 16px;
    height: 23px;
}

/*------------------------
    Brands Section
------------------------*/
.brands-section {
    padding: 30px 0 75px;
}

.brands-section img {
    height: 40px;
    width: auto !important;
    display: table !important;
    margin: auto;
    transition: all 0.3s;
    filter: grayscale(1);
}

.brands-section img:hover {
    height: 40px;
    transition: all 0.3s;
    filter: grayscale(0);
}

.brands-section .owl-nav {
    top: 11px;
}

.brands-section .owl-next {
    position: absolute !important;
    left: -30px !important;
}

.brands-section .owl-prev {
    position: absolute !important;
    right: -30px !important;
}

/*------------------------
    Chaman landing page
------------------------*/
.landing-cat-opt-sec {
    background: #DADADA;
    color: #4A4A4A;
    border-radius: 5px 30px;
    padding: 9px 10px;
    text-align: center;
}

.landing-cat-opt-sec a {
    color: #4A4A4A;
    font-size: 13px;
    display: inline-block;
}

.landing-cat-links-wrap {
    margin: 20px 0 70px;
}

.landing-cat-links-wrap .owl-nav {
    top: -60px;
}

.woocommerce-category-sliders>div:nth-child(odd)::before,
.portfolio-item-wrap::before {
    content: "";
    background: linear-gradient(90deg, rgba(71, 130, 28, 1) 0%, rgba(15, 28, 6, 1) 100%);
    display: inline-block;
    width: 100%;
    height: 77px;
    position: absolute;
    top: 220px;
}

.slider-section .owl-nav {
    position: absolute;
    top: -57px;
    width: 100%;
    text-align: left;
}

/*------------------------
    Contact Us Page
------------------------*/
.about-sec-one {
    margin-top: -55px;
}

.about-image img {
    border-radius: 5px 30px;
}

.about-text {
    background: #fff;
    padding: 50px;
    border-radius: 5px 50px;
}

.why-us-sec {
    padding: 100px 0;
}

.why-us-sec h2 {
    display: table;
    margin: auto;
    color: #4A4A4A;
    font-size: 18px;
    margin-bottom: 50px;
}

.why-us-sec h2::before {
    content: "";
    background-image: url(img/why-us-title-before-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 41px;
    height: 42px;
    margin-left: 15px;
    position: relative;
    top: 15px;
}

.why-us-item {
    background: #F4F4F5;
    border-radius: 5px 50px;
    border-bottom: 3px solid var(--main-color);
    text-align: center;
    padding: 20px;
    margin-bottom: 25px;
}

.why-us-item img {
    height: 35px;
}

.why-us-item h3 {
    color: #3A3A3A;
    font-size: 15px;
    margin: 15px 0 5px;
}

.why-us-item p {
    color: #666666F2;
    line-height: 25px;
    margin-bottom: 0;
}

/*------------------------
    Contact Us Page
------------------------*/
.contact-us-top-sec {
    background: #47821C;
    color: #F6F6F6;
    padding: 55px 0 100px;
    font-size: 15px;
}

.contact-us-top-sec h1 {
    color: #fff;
    font-size: 21px;
    position: relative;
    margin-bottom: 10px;
}

.contact-us-top-sec h1::before {
    content: "";
    background-image: url(img/page-title-before.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 31px;
    position: relative;
    top: 9px;
    margin-left: 10px;
}

.contact-us-main-sec {
    margin-top: -70px;
}

.contact-us-opt-wrap {
    background: #FFFFFF;
    border-radius: 5px 50px;
    padding: 30px 20px;
    box-shadow: 0px 4px 10px #0000001A;
}

.contact-us-opt-wrap>div {
    background: #D9D9D980;
    border-radius: 5px 20px;
    margin-bottom: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.contact-us-opt-wrap>div img {
    height: 25px;
    width: auto;
}

.contact-us-opt-wrap>div:last-child {
    margin-bottom: 0;
}

.contact-option-sec div {
    padding-right: 20px;
}

.contact-option-sec div span {
    color: #1C3D05;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}

.contact-option-sec div p {
    color: #666666F2;
    font-size: 13px;
    line-height: 20px;
}

.contact-map {
    width: 100%;
    height: 450px;
    border-radius: 5px 50px;
    overflow: hidden;
}

.contact-map iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}

.gform_heading {
    display: none;
}

.contact-us-form-sec h2 {
    display: table;
    margin: auto;
    color: #4A4A4A;
    font-size: 18px;
    margin-bottom: 50px;
}

.contact-us-form-sec h2::before {
    content: "";
    background-image: url(img/contact-us-page-title-before.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 41px;
    height: 42px;
    margin-left: 15px;
    position: relative;
    top: 15px;
}

.contact-form {
    background: #F4F4F5;
    border-radius: 5px 50px;
    padding: 85px;
    margin: 120px 0;
}

.gform-body input {
    background: #47821C33;
    border: 1px solid var(--main-color);
    border-radius: 5px 20px;
    font-size: 14px !important;
    padding: 10px 15px !important;
}

.gform-body textarea {
    background: #47821C33;
    border: 1px solid var(--main-color);
    border-radius: 5px 20px;
    padding: 20px !important;
}

.gform-body label {
    background: linear-gradient(to bottom, #f4f4f5 0%, #f4f4f5 51%, #d1ddc9 52%, #d1ddc9 100%);
    color: #374957;
    font-size: 14px !important;
    padding: 0 5px !important;
    font-weight: 100 !important;
    position: relative;
    margin-bottom: 0px !important;
    top: 13px;
    right: 25px;
}

.contact-form {
    background: #F4F4F5;
    border-radius: 5px 50px;
    padding: 85px;
}

.gform_footer {
    display: flex;
    justify-content: end;
}

.gform_button {
    background: #0D2A01;
    border: none;
    color: #fff;
    border-radius: 5px 20px;
    font-size: 14px;
    padding: 8px 50px;
    transition: all 0.3s;
}

.gform_button:hover {
    background: var(--main-color);
    color: #fff;
}

/*------------------------
    Category
------------------------*/
.sub-cat-wrap .owl-nav {
    top: -60px;
}

.pagination-wrapper {
    margin: 55px 0;
}

.pagination-numbers-sec {
    background: #F4F4F5;
    color: #00112B;
    font-size: 18px;
    border-radius: 5px 20px;
    padding: 8px 20px;
}

.pagination-numbers-sec a {
    color: #00112B;
    display: inline-block;
    margin: 0 7px;

}

.pagination-numbers-sec span {
    background: #47821C;
    color: #fff;
    display: inline-block;
    border-radius: 5px 20px;
    padding: 5px 13px;
    margin: 0 7px;
}

.pagination-next-btn a,
.pagination-prev-btn a {
    background: #F4F4F5;
    color: #0D2A01;
    display: inline-block;
    margin: 0 15px;
    border-radius: 5px 20px;
    padding: 11px 13px;
    font-size: 29px;
}

/*------------------------
    Blog Single
------------------------*/
.blog-content-wrap {
    margin-top: -150px;
}

.main-image-sec {
    height: 275px;
    border-radius: 5px 50px;
    overflow: hidden;
    background-color: #fff;
    padding: 1px;
    margin-bottom: 10px;
}

.single-date-sec,
.single-cat-name-sec {
    background: #EAEAEA80;
    color: #666666F2;
    font-size: 13px;
    border-radius: 5px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    margin-top: 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: 5px 20px;
    border: 1px solid #0000001f;
    padding: 30px;
}

.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;
}

.product-cat-wrap {
    margin: 85px 0 120px;
}

.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-content-sec {
    background: #fff;
    border: 1px solid #0000000f;
    padding: 25px;
    border-radius: 5px 20px 0px 0px;
    margin-top: -55px;
    margin-bottom: 75px;
}

/*------------------------
    Footer
------------------------*/
.contact-fix {
    background: #0D2A01;
    display: flex;
    align-items: center;
    width: max-content;
    border-radius: 30px;
    padding: 15px 25px;
    position: fixed;
    bottom: 10%;
    z-index: 5;
    box-shadow: 0px 3px #D0D4EF;
}

.contact-fix::before {
    content: "";
    border-bottom: 20px solid #0D2A01;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    top: -10px;
    right: 114px;
}

.contact-fix a {
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 35px;
    color: #fff;
}

.contact-fix a:nth-child(1) {
    background-image: url(img/whatsapp-fix.svg);
    border-left: 2px solid rgba(255, 255, 255, 0.6);
    padding-left: 25px;
    margin-left: 25px;
}

.contact-fix a:nth-child(2) {
    background-image: url(img/phone-fix.svg);
}

.customer-page-breadcrumb {
    display: flex;
    justify-content: end;
}

.customer-page-breadcrumb>a {
    color: #91DC5A;
}

.customer-page-breadcrumb>a::after {
    content: "/";
    margin: 0 5px;
}

.customer-page-breadcrumb>span::after {
    content: "/";
    margin: 0 5px;

}

.customer-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-right-sec {
    background: var(--second-color);
    border-radius: 20px 0 0 20px;
}

.footer-section ul {
    list-style: none;
}

.widget-footer-title {
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    position: relative;
}

.widget-footer-title::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;
}

footer ul li a {
    color: #fff;
    position: relative;
    margin-bottom: 7px;
    display: inline-block;
}

footer ul li a::before {
    content: "";
    background-image: url(img/footer-list-before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 5px;
    margin-left: 15px;
    filter: brightness(10) grayscale(1);
    display: inline-block;
    transition: all 0.3s;
}

footer ul li a:hover::before {
    filter: none;
}

footer ul li a:hover {
    color: #fff;
}

#footer-one-sec img {
    max-width: 100%;
    height: 55px;
    width: auto;
    display: table;
    margin: auto;
    margin-bottom: 30px;
}

#footer-one-sec p {
    color: #2E3238;
    font-size: 15px;
    margin-bottom: 55px;
}

.top-footer {
    background: linear-gradient(to left, var(--second-color) 19%, white 15% 55%, #47821C 45% 100%);
    position: relative;
}

.top-footer::before {
    content: "Chamanrah";
    color: #FFFFFF0D;
    position: absolute;
    rotate: 270deg;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    top: 40%;
    right: -12%;
}

.top-footer .row>div {
    padding-top: 35px;
}

#footer-one-sec {
    background: #fff;
}

#footer-right-sec {
    background: var(--second-color);
    border-radius: 20px 0 0 20px;
}

#footer-two-sec {
    background: #47821c;
    border-radius: 0 20px 20px 0;
    padding-right: 25px;
}

.footer-copyright .container {
    border-top: 1px solid #00000020;
    padding: 15px 0;
    color: #999;
}

.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;
}

/*------------------------
    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;
}

.ez-toc-icon-toggle:before {
    color: transparent;
}

aside .ez-toc-list li ul li a {
    color: var(--main-text-color) !important;
}

aside .widget-area a:hover,
aside .ez-toc-list li.active a,
.ez-toc-widget-container li.active>a {
    color: var(--main-color) !important;
}

.ez-toc-widget-container ul.ez-toc-list li.active::before {
    background-color: transparent !important;
}

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;
}

.cssiconcheckbox,
.ez-toc-pull-right {
    display: none !important;
}

.widgettitle {
    margin: 10px 0;
}

aside .ez-toc-widget-container nav {
    padding: 0 10px;
}

.comment-form-area input,
.comment-form-area textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.ez-toc-widget-container ul li a {
    color: var(--main-text-color) !important;
}

.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: 5px 20px;
    padding: 10px;
}
.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 {
    font-size: 15px !important;
    font-weight: 100 !important;
    margin-bottom: 0 !important;
    text-align: right;
    width: auto;
    padding: 17px 35px;
    height: auto;
    background: #47821C !important;
    border-radius: 5px 20px;
}

.woocommerce button.button.alt {
    background-image: url(img/basket-button-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    padding: 17px 17px 17px 55px;
}

.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;
}

.quantity .qty {
    background: #f1f1f1;
    height: 45px;
    width: 40% !important;
    border: none;
    border-left: none;
}

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;
}

#single-product-top-sec {
    background: #fbfbfb;
    position: relative;
}

.quantity-input {
    border: 1px solid #4E901E;
    display: inline-flex;
    align-items: center;
    border-radius: 5px 20px;
    position: relative;
    margin-left: 10px;
}

.quantity-input::after {
    content: "متر مربع";
    background: #0D2A01;
    color: #fff;
    font-size: 13px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    display: table;
    bottom: -9px;
    line-height: 20px;
    padding: 0 5px;
}

.quantity-input input[type="number"] {
    background: transparent;
    border: none;
    color: #fff;
    width: 30px;
    text-align: center;
    border-radius: 4px;
    line-height: 20px;
    margin: 0 5px;
    font-size: 16px;
}

.quantity-input button {
    background-color: transparent;
    color: white;
    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;
}

/* .product-single-top-left-sec::before {
    content: "";
    background-color: #ced4cc;
    display: inline-block;
    height: 48px;
    width: 200%;
    position: absolute;
    right: 50px;
    z-index: -1;
} */

.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: #4A4A4A;
    font-size: 21px;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}

.single-product-opt-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 55px;
}

.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-wrap {
    background: #0D2A01;
    color: #fff;
    border-radius: 5px 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product-price-title {
    font-size: 16px;
    display: block;
}

.single-product-price {
    font-size: 18px;
    display: block;
}

.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;
}

.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;
}














/* ------------------------ google adwords template ----------------------- */
.ga-header .custom-logo-link img{
    height: 50px;
    display: inline-block;
    margin: 10px 0;
    margin-left: 50px;
}
.ga-header nav ul {
    list-style: none;
    display: flex;
    align-items: center;
}
.ga-header nav ul li a {
    color: #181818;
    margin-left: 25px;
    font-size: 15px;
}
.ga-top-sec, .ga-header {
    background: linear-gradient(to left, #47821C 0% 50%, white 50% 80%, #0D2A01 80% 100%);
}

#ga-top-right-sec {
    padding-top: 85px;
    padding-bottom: 85px;
    padding-left: 7%;
}

#ga-top-right-sec h1 {
    color: #fff;
    margin-top: 0;
    font-size: 43px;
    line-height: 55px;
}

#ga-top-right-sec p {
    color: #fff;
    margin-bottom: 50px;
}

.ga-top-section-contacts {
    text-align: left;
}

.ga-top-section-phone {
    background-color: #fff;
    background-image: url(img/headphone.png);
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 21px;
    color: #0D2A01;
    padding: 7px 15px 7px 50px;
    border-radius: 5px 20px;
    transition: all 0.3s;
    text-align: left;
    direction: ltr;
    display: inline-block;
}

.ga-top-section-whatsapp {
    background-color: #0D2A01;
    background-image: url(img/whatsapp-fix.svg);
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: 23px;
    color: #fff;
    padding: 7px 15px 7px 50px;
    border-radius: 5px 20px;
    margin-right: 20px;
    transition: all 0.3s;
    display: inline-block;
}

.ga-top-section-whatsapp:hover {
    background-color: #091e00;
}

.ga-top-section-phone:hover {
    background-color: #eee;
}

.ga-cat-sec {
    background: linear-gradient(to right, #0D2A01 0% 40%, #fff 40% 100%);
    margin-top: 100px;
    margin-bottom: 230px;
    height: 350px;
}

.ga-cat-text-sec {
    padding-top: 30px;
}

.ga-cat-items-sec {
    background: #0D2A01;
    border-radius: 0 20px 20px 0;
    padding-right: 35px;
    height: 350px;
}

.ga-cat-items-sec span {
    color: #D9D9D926;
    font-size: 80px;
    position: absolute;
    display: inline-block;
    line-height: 90px;
    left: 0;
    top: 20px;
    font-weight: bold;
}

.category-item {
    position: relative;
    margin-top: 125px;
}

.category-items-wrapper>div:nth-child(2) .category-item {
    margin-top: 30px;
}

.category-item img {
    border-radius: 5px 20px;
    height: 370px;
    width: 100%;
    object-fit: cover;
}

.category-item h3 {
    color: #fff;
    position: absolute;
    font-size: 15px;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    text-align: center;
}
.carousel-one-wrap-line-bg {
    background: linear-gradient(to right, #0D2A01 0%, #47821C 100%  );
    position: absolute;
    width: 100%;
    height: 210px;
    right: 0;
    top: 100px;
    border-radius: 0 0 0 20px;
}

.ga-portfolio-wrap{
    margin-top: 120px;
    padding: 0;
}
.ga-portfolio-wrap::before, .ga-portfolio-wrap .owl-dots{
    display: none;
}
.ga-portfolio-wrap .carousel-one-wrap-line-bg {
    background: #0D2A01;
    top: -25px;
}
.ga-portfolio-wrap .site-title {
    color: #fff;
}
.carousel-two-wrap .carousel-one-wrap-line-bg, .carousel-three-wrap .carousel-one-wrap-line-bg {
    top: 150px;
}
.mobile-footer-fix{
    display: none !important;
}