@charset "UTF-8";

/*
Theme Name: rasamplus
Theme URI: https://rasamplus.com/
Author: Amin haghighati
Author URI: https://rasamplus.com/
Description: a professional theme with wordpress website
Version: 1.0.0
Text Domain: xiii 
*/
:root {
    --main-font-size: 15px;
    --main-color: #000068;
    --main-text-color: #333;
    --main-font-family: 'IRANYekan';
}

@font-face {
    font-family: 'IRANYekan';
    src: url('fonts/IRANYekanWebFn.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan-Black';
    src: url('fonts/IRANYekanWebFn-Black.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan-ExtraBlack';
    src: url('fonts/IRANYekanWebFn-ExtraBlack.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn-ExtraBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan-Bold';
    src: url('fonts/IRANYekanWebFn-Bold.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan-ExtraBold';
    src: url('fonts/IRANYekanWebFn-ExtraBold.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--main-font-family);
    color: var(--main-text-color);
    direction: rtl;
    font-size: var(--main-font-size);
    line-height: 27px;
    text-align: right;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 800;
}

h1 {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 30px;
    line-height: 40px;
}

h2 {
    font-size: 23px;
    margin-bottom: 23px;
    margin-top: 30px;
    line-height: 35px;
}

h3 {
    font-size: 21px;
    margin-bottom: 21px;
    margin-top: 30px;
    line-height: 35px;
}

h4 {
    font-size: 19px;
    margin-bottom: 19px;
    margin-top: 30px;
    line-height: 30px;
}

h5 {
    font-size: 17px;
    margin-bottom: 17px;
    margin-top: 25px;
    line-height: 30px;
}

h6 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 30px;
}

p {
    line-height: 27px;
}

a {
    text-decoration: none;
}

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;
    list-style-position: inside;
}

ol {
    list-style: persian;
    list-style-position: inside;
}

.little-title {
    color: var(--main-color);
    margin-top: 0;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}

.big-title {
    font-family: 'IRANYekan-ExtraBold';
    font-size: 34px;
    line-height: 55px;
    width: 75%;
    margin-top: 0;
}

.home-text-wrap {
    color: #777;
    font-size: 14px;
    margin-bottom: 15px;
}

.main-color {
    color: var(--main-color);
}

.second-color {
    color: var(--second-color);
}

.site-btn {
    display: inline-block;
    background-color: var(--main-color);
    padding: 15px 37px;
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
    transition: all 0.3s;
    position: relative;
}

.site-btn:hover {
    opacity: 0.8;
    color: #fff;
}

.site-btn i {
    background: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 8px;
    left: -10px;
    top: 17px;
    position: absolute;
    rotate: 180deg;
}

.site-title {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 39px;
    line-height: 45px;
}

.navbar {
    padding: 0;
    z-index: 9999;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    width: 13px;
}

::-webkit-scrollbar-thumb {
    background: #333;
}

/*------------------------
      Header Section
------------------------*/
.header-section {
    border-bottom: 1px solid #ffffff4a;
}

#top-header-sec {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}

#main-search-btn {
    color: #fff;
    font-size: 23px;
    border-right: 1px solid #ffffff4a;
    border-left: 1px solid #ffffff4a;
    height: 115px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 45px;
}

.main-search-wrap {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    display: none;
}

.main-search-wrap .search-form {
    position: relative;
    width: 50%;
    height: 85px;
}

.main-search-wrap .search-field {
    border: none;
    color: #fff;
    width: 100%;
    font-size: 33px;
    height: 100%;
    background: transparent;
    padding: 0px 15px 0px 70px;
}

.main-search-wrap .search-submit {
    position: absolute;
    left: 13px;
    top: 29px;
    border: none;
    background: transparent;
    color: #aaa;
    font-size: 29px;
}

#main-search-close-btn {
    color: #ddd;
    font-size: 35px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.site-logo img {
    height: 75px;
    width: auto;
}

#mega-menu-main-menu>li::after {
    content: "" !important;
    background: var(--second-color) !important;
    display: inline-block !important;
    position: absolute !important;
    height: 10px !important;
    width: 10px !important;
    border-radius: 3px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    bottom: 10px !important;
    rotate: 45deg !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -ms-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
}

#mega-menu-wrap-main-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-row,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-column,
#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu span.mega-menu-badge {
    text-align: right !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu {
    padding: 7px !important;
    background: #fff !important;
    box-shadow: 0px 0px 12px -7px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    color: var(--main-color) !important;
    font-weight: bold !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    margin-right: 5px !important;
}

#mega-menu-main-menu>li:hover::after {
    opacity: 1 !important;
    visibility: visible !important;
}


/*------------------------
    Slider Section
------------------------*/
.slider-section {
    margin-top: -116px;
    overflow: hidden;
}

.slider-section::before {
    content: '';
    position: absolute;
    top: 683px;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #fff;
    transform-origin: top left;
    transform: skewY(9deg);
    z-index: 2;
}

.slider-section::after {
    content: '';
    position: absolute;
    top: 805px;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #fff;
    transform-origin: top left;
    transform: skewY(-7deg);
    z-index: 1;
}

.slide-item img {
    height: 755px;
    object-fit: cover;
    position: relative;
    left: -1px;
    filter: brightness(0.7);
}

/*------------------------
   About us Section
------------------------*/
.about-us-sec {
    padding: 120px 0;
}

#about-us-left-sec {
    padding-right: 70px;
}

.about-us-options-wrap {
    margin-top: 35px;
}

.about-us-opt-item-sec {
    display: flex;
    margin-bottom: 35px;
}

.about-us-opt-item-sec img {
    width: 60px;
    height: 60px;
    margin-left: 15px;
}

.about-us-opt-item-sec h3 {
    margin-top: 0;
    font-size: 17px;
    line-height: 33px;
    margin-bottom: 7px;
}

.about-us-opt-item-sec p {
    color: #777;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}

.about-us-img-wrap {
    position: relative;
    right: -150px;
}

.about-us-img-wrap img {
    border: 17px solid #fff;
    width: 353px;
    height: 233px;
    object-fit: cover;
}

/*------------------------
   Products cat Section
------------------------*/
.products-cat-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 110px 2% 170px;
}

.products-cat-sec::before {
    content: '';
    position: absolute;
    top: 475px;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #fff;
    transform-origin: top left;
    transform: skewY(5deg);
    z-index: 1;
}

.products-cat-sec::after {
    content: '';
    position: absolute;
    top: 750px;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #fff;
    transform-origin: top left;
    transform: skewY(-9deg);
    z-index: 1;
}

.products-cat-sec-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.product-cat-box {
    background: #fff;
    border-bottom: 3px solid var(--main-color);
    padding: 35px;
}

.product-cat-title {
    font-family: 'IRANYekan-ExtraBold';
    margin-top: 0;
    font-size: 19px;
    margin-bottom: 10px;
}

.product-cat-btn {
    color: var(--main-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-cat-btn i {
    background: var(--main-color);
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    rotate: 180deg;
}

.profuct-cat-icon img {
    height: 125px;
    width: auto !important;
    margin: auto;
}

.owl-dots {
    text-align: center;
    margin-top: 23px;
}

.owl-dots button {
    background: #ddd !important;
    width: 9px;
    height: 9px;
    outline: 7px solid #fff;
    display: inline-block;
    margin: 0 13px;
}

.owl-dots button.active {
    background: #fff !important;
    outline: 7px solid var(--main-color);
}

/*------------------------
    Products Section
------------------------*/
.products-section {
    padding: 120px 0;
    z-index: 1;
}

.products-title-wrap {
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 55px;
}

.product-item-wrap {
    background: #f8f8f8;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.3s;
}

.product-item-wrap:hover {
    background: #fff;
    transform: scale(1.02);
}

.product-item-title-sec h3 {
    font-size: 19px;
    margin: 0;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    direction: ltr;
    padding: 20px 10px 0;
    text-align: center;
}

.product-item-title-sec span {
    color: #777;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.product-item-price-sec span {
    color: var(--main-color);
    font-weight: 700;
    font-size: 19px;
    display: block;
    line-height: 25px;
    margin-bottom: 10px;
}

.product-item-price-sec sub {
    display: block;
    color: #181818;
    font-size: 15px;
    font-weight: 700;
}

.product-item-main-img {
    height: 270px;
    width: auto;
    object-fit: contain;
    max-width: 87%;
    display: table;
    margin: 15px auto;
}

.pruduct-item-main-details-sec {
    text-align: center;
    align-items: center;
}

.product-specs-item-sec {
    display: flex;
}

.product-specs-item-sec img {
    height: 16px;
    margin-left: 7px;
}

.product-specs-item-sec strong {
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
}

.product-specs-item-sec span {
    color: #777;
    font-size: 13px;
    display: block;
    line-height: 23px;
}

/*------------------------
   Why Us Section
------------------------*/
.why-us-sec {
    padding: 35px 0 130px;
}

.why-us-options-wrap {
    margin-top: 35px;
}

.why-us-opt-item-sec {
    display: flex;
    align-items: center;
    gap: 10px;
}

.why-us-opt-item-sec img {
    width: 60px;
    height: 60px;
}

.why-us-opt-item-sec h3 {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}


/*------------------------
   Video Section
------------------------*/
.video-main-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 720px;
}

.play-video {
    background-color: transparent;
    background-image: url(img/play.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 195px;
    height: 195px;
    border: none;
    position: absolute;
    right: 25%;
    top: 200px;
}

.video-details-wrap {
    background: #fff;
    width: 580px;
    box-shadow: 0 5px 60px 11px rgba(0, 0, 0, 0.1);
    position: absolute;
    padding: 50px 75px;
    left: -75px;
    top: 100px;
    border-bottom: 3px solid var(--main-color);
}

.video-details-wrap .big-title {
    font-size: 25px;
    line-height: 43px;
}

.video-details-wrap .little-title {
    font-size: 14px;
    margin-bottom: 55px;
}

.video-portfolio-wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.gallery-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
}

.video-wrap {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
    align-items: center;
    justify-content: center;
}

.video-wrap video {
    max-width: 75%;
    height: auto;
}


/*------------------------
   Portfolio Section
------------------------*/
.portfolio-sec {
    padding: 130px 35px;
}

.portfolio-item img {
    height: 300px;
}

/*------------------------
   Blog Section
------------------------*/
.blogs-section {
    margin-bottom: 130px;
}

.blog-item {
    border: 1px solid #0000001a;
    border-bottom: 3px solid var(--main-color);
}

.blog-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.blog-cat {
    display: block;
    text-align: center;
    color: var(--main-color);
    padding: 10px 0;
}

.blog-details-sec {
    padding: 0 20px 20px 20px;
}

.blog-details-sec h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 17px;
}

.blog-details-sec p {
    color: #555;
    margin-bottom: 0;
    font-size: 14px;
}

.blogs-section .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
    display: flex;
    justify-content: space-between;
}

.owl-nav button {
    background: var(--main-color) !important;
    color: #fff !important;
    width: 45px;
    height: 45px;
    font-size: 29px !important;
}

.blogs-section .owl-nav button.owl-prev {
    right: -23px;
    position: relative;
}

.blogs-section .owl-nav button.owl-next {
    left: -23px;
    position: relative;
}

/*------------------------
   Brands Section
------------------------*/
.brands-sec {
    padding: 30px 35px 120px;
}

.brands-sec img {
    height: 150px;
    width: auto !important;
    margin: auto;
    object-fit: contain;
}


/*------------------------
   Page
------------------------*/
.custom-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 520px;
    position: relative;
    margin-top: -116px;
    padding-top: 220px;
}

.custom-header h1 {
    color: #fff;
    position: relative;
    font-family: 'IRANYekan-extraBold';
    font-size: 45px;
    line-height: 55px;
}

.custom-header::after {
    content: '';
    position: absolute;
    top: 680px;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #fff;
    transform-origin: top left;
    transform: skewY(-9deg);
    z-index: 1;
}

.custom-header::before {
    content: '';
    position: absolute;
    top: 454px;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #fff;
    transform-origin: top left;
    transform: skewY(3deg);
    z-index: 1;
}

.product-specs {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 2rem;
}

.product-specs h3 {
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 2px solid var(--main-color);
    display: inline-block;
    margin-bottom: 1rem;
    padding-bottom: .25rem;
}

.product-specs ul li {
    font-size: .95rem;
    padding: .5rem 0;
    border-bottom: 1px dashed #eee;
}

.product-specs ul li:last-child {
    border-bottom: none;
}

.product-specs strong {
    color: var(--main-color);
    margin-left: .25rem;
}

/*------------------------
    Product Single Page
------------------------*/
#product-top-right-sec .owl-carousel .owl-item img {
    height: 125px;
    object-fit: contain;
}

.product-main-image img {
    height: 400px;
    object-fit: contain;
    margin-bottom: 25px;
}

#product-top-right-sec .owl-nav button {
    width: 25px;
    height: 30px;
    font-size: 19px !important;
    margin: 0 5px;
}

#product-top-right-sec .owl-nav {
    margin-top: 15px;
    text-align: center;
}

#cart-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.cart-popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 300px;
}

.cart-popup-content p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.popup-buttons {
    display: flex;
    justify-content: space-around;
}

.popup-buttons button,
.popup-buttons a {
    background: #0073aa;
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}

.popup-buttons button:hover,
.popup-buttons a:hover {
    background: #005f8d;
}

.woocommerce-product-price-wrap .woocommerce-product-price-sec {
    font-size: 19px;
}

.woocommerce-product-price-wrap .woocommerce-product-price-sec del {
    display: block;
    margin-bottom: 10px;
    color: #999;
}

.woocommerce-product-price-wrap .woocommerce-product-price-sec ins {
    text-decoration: none;
    font-size: 21px;
}

.woocommerce-product-price-wrap form {
    display: flex;
    align-items: center;
}

.woocommerce-product-price-wrap form input[type="number"] {
    border: 1px solid #99999966;
    padding: 7px;
    width: 55px !important;
    margin-left: 5px;
}

.woocommerce-product-price-wrap form button {
    background: var(--main-color) !important;
    font-weight: normal !important;
    padding: 13px 20px !important;
}

.woocommerce-product-price-wrap form button:hover {
    background: #181818 !important;
}

#cart-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 99;
    align-items: center;
    justify-content: center;
}

#cart-popup>div {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 350px;
    width: 90%;
    text-align: center;
}

#popup-close {
    border: none;
    padding: 7px 20px;
    margin: 5px;
    background: #ccc;
    border-radius: 3px;
}

#cart-popup-inner-sec {
    margin-top: 15px;
}
#cart-popup-inner-sec a {
    padding: 7px 20px;
    margin: 5px;
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

/*------------------------
   Footer Section
------------------------*/
.footer-section {
    background: #0f0f0f;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding-top: 175px;
    position: relative;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: -240px;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #fff;
    transform-origin: top left;
    transform: skewY(6deg);
    z-index: 0;
}

.footer-section::after {
    content: '';
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #fff;
    transform-origin: top left;
    transform: skewY(-9deg);
    z-index: 0;
}

.footer-section p {
    margin-bottom: 0;
}

.footer-section a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-section a:hover {
    color: #fff;
}

.footer-post-item {
    margin-bottom: 15px;
}

.footer-post-item div {
    width: 70%;
}

.footer-post-item img {
    width: 28%;
    height: 70px;
    object-fit: cover;
    padding-left: 2%;
}

.footer-post-item h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
}

.footer-post-item span {
    font-size: 13px;
}

#footer-sec-one img {
    margin-bottom: 30px;
}

.widget-footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    display: block;
    margin-bottom: 25px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul a {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
}

.footer-section ul a::before {
    background: #ffffff1f;
    content: "\f04b";
    font-family: 'FontAwesome';
    width: 17px;
    height: 17px;
    rotate: 180deg;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    line-height: 17px;
    font-size: 7px;
}

.footer-contact-item {
    background: #222222;
    padding: 15px;
    display: flex;
    margin-bottom: 20px;
}

.footer-contact-item i {
    color: #fff;
    font-size: 27px;
    margin-left: 17px;
    position: relative;
    top: 5px;
}

.footer-contact-title {
    color: #ffffff66;
    font-size: 13px;
    display: block;
}

.footer-contact-item p {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}

.footer-contact-item a {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
}

#copyright-right {
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
}

/*------------------------
   Aside Section
------------------------*/

aside {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.toc {
    background: #f7f7f7;
    padding: 15px;
    margin-top: 10px;
}

.toc h3 {
    margin-top: 0;
    font-size: 17px;
    line-height: 30px;
    border-bottom: 1px solid #00000029;
    padding-bottom: 13px;
}

.toc ul {
    list-style: none;
}

.toc ul a {
    font-size: 13px;
    color: #181818;
    display: block;
    margin-bottom: 10px;
}

aside .widget-area {
    background: #ffb44529;
    margin-bottom: 10px;
    padding: 10px;
}

.breadcrumb {
    background: transparent;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
    position: absolute;
    bottom: 120px;
    width: 100%;
    left: 0;
    padding-left: 12%;
}

.breadcrumb a {
    color: #fff;
}

.page-top-sec h1 {
    font-family: 'IRANYekan-ExtraBlack';
    font-size: 29px;
}

.service-item-wrap {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 35px;
}

.service-item-wrap h2 {
    color: var(--second-color);
    margin-top: 0;
}

.service-item-wrap img {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    width: 100%;
}

.service-item-wrap ul {
    list-style: none;
}

.service-item-wrap ul li::before {
    content: "";
    background-image: url(img/check-circle-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.mobile-header {
    display: none;
}

.service-item-wrap .site-btn::after {
    margin-right: 5px;
    content: "";
    background-image: url(img/left-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 12px;
    position: relative;
    top: 1px;
}

.service-small-title {
    color: var(--second-color);
}

.service-big-title {
    margin-top: 5px;
}

#single-page-top-left-sec img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    width: 100%;
}

.single-service-top-text ul {
    list-style: none;
}

.single-service-top-text li {
    line-height: 35px;
    margin-bottom: 10px;
}

.single-service-top-text li::before {
    content: "";
    background-image: url(img/yellow-check-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 8px;
    position: relative;
    top: 7px;
}

.single-service-buttons-sec {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-service-buttons-sec .header-btn {
    top: 0;
    margin-left: 25px;
}

.about-us-btn {
    color: #737373;
}

.about-us-btn::before {
    content: "";
    background-image: url(img/about-us-btn-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 24px;
    margin-left: 7px;
    position: relative;
    top: 3px;
}

.widget-services {
    margin-bottom: 20px;
}

#services-single-content-sec .page-sec {
    border: 1px solid #00000020;
    border-radius: 7px;
    padding: 20px;
}

.persons-info-sec {
    background: #FFD00040;
    border: 1px solid #00000020;
    text-align: center;
    border-radius: 7px;
    padding: 0 20px 20px 20px;
    font-size: 14px;
}

.person-name {
    display: block;
    font-weight: 700;
    color: #000;
    margin: 10px;
    font-size: 17px;
}

.gform_heading {
    display: none !important;
}

.gform-body textarea {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    color: #777 !important;
    resize: none !important;
}

.gform_button {
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 10px 25px !important;
    display: inline-block !important;
    border-radius: 5px !important;
    transition: all 0.5s !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product-wrap {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 30px;
}

.product-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.product-title {
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 0 10px;
    line-height: 25px;
}

.product-main-category a {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #999;
}

.sidebar-title {
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 15px;
}

.sidebar-product-categories ul {
    list-style: none;
    padding-right: 10px;
    font-size: 14px;
}

ul.product-category-list>li>a {
    color: #222;
}

ul.child-term-list {
    margin-right: 15px;
}

ul.child-term-list>li>a {
    color: #555;
}

/*------------------------
   RESPONSIVE
------------------------*/

@media only screen and (max-width: 850px) {
    .container {
        max-width: 100%;
    }

    h1 {
        font-size: 21px;
        margin-bottom: 20px;
        margin-top: 23px;
    }

    h2 {
        font-size: 19px;
        margin-bottom: 19px;
        margin-top: 21px;
    }

    h3 {
        font-size: 17px;
        margin-bottom: 17px;
        margin-top: 19px;
    }

    h4 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    h5 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    h6 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    p {
        font-size: 13px;
        line-height: 25px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .mega-menu-toggle {
        position: fixed !important;
        left: 10px;
        top: 10px;
    }

    .mega-close {
        display: none !important;
    }

    #mega-menu-main-menu>li::after {
        display: none !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        float: left !important;
    }

    #mega-menu-main-menu {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        width: 75% !important;
        height: 100% !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu {
        background: #111 !important;
        color: #fff !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
        font-weight: normal !important;
    }

    .site-logo img {
        height: 40px;
        width: auto;
    }

    #main-search-btn {
        font-size: 19px;
        border-right: none;
        border-left: none;
        height: auto;
        padding: 0;
        margin-right: 50px;
    }

    .header-section {
        padding: 10px 0
    }

    .slider-section {
        margin-top: -61px;
    }

    .slider-section::before,
    .slider-section::after,
    #about-us-right-sec,
    .products-cat-sec::before,
    #why-us-right-sec,
    .footer-section::before,
    .footer-section::after,
    #footer-sec-two,
    #footer-sec-three,
    .widget-footer-title {
        display: none;
    }

    .about-us-sec {
        padding: 55px 0;
    }

    #about-us-left-sec {
        padding-right: 15px;
    }

    .big-title {
        font-size: 27px;
        line-height: 45px;
        width: 100%;
        margin-top: 0;
    }

    .about-us-img-wrap {
        position: relative;
        right: 0;
        display: flex;
        gap: 15px;
    }

    .about-us-img-wrap img {
        border: none;
        width: 50%;
        height: 233px;
        object-fit: cover;
    }

    .products-title-wrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .products-cat-sec {
        padding: 55px 0% 40px;
    }

    .products-section {
        padding: 55px 0;
    }

    .why-us-sec {
        padding: 35px 0 55px;
    }

    .video-main-sec {
        min-height: 500px;
    }

    .video-details-wrap {
        width: 95%;
        position: relative;
        padding: 35px 35px;
        left: 0;
        top: 140px;
        margin: auto;
    }

    .video-details-wrap .big-title {
        font-size: 23px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .video-details-wrap .little-title {
        margin-bottom: 33px;
    }

    .play-video {
        width: 75px;
        height: 75px;
        border: none;
        position: absolute;
        right: 0;
        left: 0;
        top: 35px;
        margin: auto;
    }

    .portfolio-sec {
        padding: 55px 0px;
    }

    .portfolio-item img {
        height: 155px;
    }

    .blogs-section {
        margin-bottom: 25px;
    }

    .brands-sec {
        padding: 30px 0px 40px;
    }

    .footer-section {
        padding-top: 55px;
    }

    .footer-contact-item p {
        font-weight: 100;
        font-size: 14px;
    }

    .footer-contact-item i {
        font-size: 23px;
        margin-left: 15px;
    }

    #copyright-right {
        padding: 10px 0;
        margin-top: 20px;
        font-size: 11px;
        text-align: center;
    }

    .blogs-section .owl-nav {
        position: relative;
        width: 100%;
        top: unset;
        justify-content: center;
        margin-top: 30px;
        gap: 20px;
    }

    .blogs-section .owl-nav button.owl-prev {
        right: 0;
        position: relative;
    }

    .blogs-section .owl-nav button.owl-next {
        left: 0;
        position: relative;
    }

    .main-search-wrap .search-form {
        position: relative;
        width: 75%;
        height: 55px;
    }

    .main-search-wrap .search-field {
        font-size: 19px;
        padding: 0px 15px 0px 50px;
    }

    .main-search-wrap .search-submit {
        left: 9px;
        top: 16px;
        font-size: 17px;
    }

    #main-search-close-btn {
        font-size: 23px;
        top: 12px;
        right: 13px;
    }

    .custom-header::before {
        display: none;
    }

    .custom-header h1 {
        font-size: 29px;
        line-height: 45px;
    }

    .custom-header {
        height: 320px;
        position: relative;
        margin-top: -61px;
        padding-top: 115px;
    }

    .breadcrumb {
        bottom: 65px;
        padding-left: 5%;
    }

    .slide-item img {
        height: 500px;
    }

}

@media only screen and (max-width: 550px) {

    h1 {
        font-size: 21px;
        margin-bottom: 13px;
    }

    h2 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    h4,
    h5,
    h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #header-left-sec {
        display: none;
    }

    .header-section {
        padding: 7px 0;
    }

    .site-logo img {
        height: 27px;
    }

    #main-search-btn {
        font-size: 15px;
        margin-right: 35px;
    }

    .slider-section {
        margin-top: -43px;
    }

    .slide-item img {
        height: 280px;
    }

    .about-us-sec {
        padding: 35px 0;
    }

    .big-title {
        font-size: 19px;
        line-height: 33px;
    }

    .little-title {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 7px;
    }

    .about-us-opt-item-sec {
        margin-bottom: 25px;
    }

    .about-us-img-wrap img {
        height: 155px;
    }

    .why-us-opt-item-sec {
        margin-bottom: 20px;
    }

    .why-us-sec {
        padding: 35px 0 35px;
    }

    .video-main-sec {
        min-height: 390px;
    }

    .video-details-wrap .big-title {
        font-size: 19px;
        line-height: 30px;
    }

    .video-portfolio-wrap {
        display: none;
    }

    .video-details-wrap .little-title {
        margin-bottom: 0;
    }

    .video-details-wrap {
        padding: 25px 25px;
    }

    .portfolio-item img {
        height: 130px;
    }

    .brands-sec img {
        height: 85px;
    }

    .owl-dots button {
        width: 5px;
        height: 5px;
        outline: 3px solid #fff;
        margin: 0 9px;
    }

    .owl-nav button {
        width: 35px;
        height: 35px;
        font-size: 25px !important;
    }

    .footer-contact-item a {
        font-size: 17px;
    }

    #copyright-right,
    #copyright-right p {
        font-size: 11px;
        line-height: 15px;
    }

    .custom-header {
        height: auto;
        position: relative;
        margin-top: -44px;
        padding-top: 100px;
        padding-bottom: 45px;
        text-align: center;
    }

    .custom-header h1 {
        font-size: 21px;
        line-height: 37px;
    }

    .breadcrumb {
        bottom: unset;
        padding-left: unset;
        position: relative;
        text-align: center;
        font-size: 11px;
    }

    .product-specs {
        border-radius: 5px;
        padding: 15px;
        margin-top: 25px;
    }

    .woocommerce-product-price-wrap {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center !important;
    }
    .woocommerce-product-price-wrap .woocommerce-product-price-sec {
        font-size: 15px;
        text-align: center;
    }
    .woocommerce-product-price-wrap .woocommerce-product-price-sec ins {
        font-size: 17px;
    }
    .woocommerce-product-price-wrap .woocommerce-product-price-sec del {
        display: block;
        margin-bottom: 5px;
        color: #999;
    }
    .woocommerce-product-price-wrap form button {
        font-size: 13px !important;
    }

}