@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: #d5022f;
    --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: 39px;
    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) !important;
}

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

.white-btn {
    display: inline-block;
    background: #fff;
    color: #181818;
    font-size: 14px;
    padding: 11px 30px;
    border-radius: 100px;
    transition: all 0.3s;
}

.white-btn:hover {
    background: var(--main-color);
    color: #fff;
}

.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 {
    font-size: 19px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.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 {
    border: 1px solid #ffffff3d;
    position: relative;
    width: 50%;
    height: 85px;
    border-radius: 50px;
}

.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 {
    width: auto;
    height: 55px;
}

#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
------------------------*/
.top-section {
    padding: 25px 0;
}

.big-banner-wrap,
.small-banner-wrap {
    height: 460px;
}

.big-banner-wrap img,
.small-banner-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.big-banner-wrap>div {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 55%;
}

.big-banner-wrap>div>span {
    color: #fff;
    display: block;
    font-size: 14px;
}

.big-banner-wrap h2 {
    color: #fff;
    margin-top: 10px;
    font-family: 'IRANYekan-ExtraBold';
    font-size: 55px;
    line-height: 60px;
}

.small-banner-wrap>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.small-banner-wrap>div>span {
    color: #fff;
    display: block;
    font-size: 13px;
}

.small-banner-wrap>div>h2 {
    color: #fff;
    font-family: 'IRANYekan-ExtraBold';
    font-size: 33px;
    line-height: 45px;
    margin-top: 5px;
}

#top-bottom-right-sec img,
#top-bottom-left-sec img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 15px;
    margin-top: 25px;
}


/*------------------------
   Products Section
------------------------*/
.products-tab-section {
    padding: 100px 0;
}

.product-tab-title-wrap {
    display: flex;
    gap: 30px;
    margin-bottom: 35px;
}

.product-tab-title-wrap h2, .product-cat-sec h2, .blogs-section h2 {
    margin: 0;
    font-family: 'IRANYekan-ExtraBold';
    font-size: 50px;
    line-height: 55px;
}

.product-tab-title-wrap h2 span, .product-cat-sec h2 span, .blogs-section h2 span {
    color: #999;
}

.product-tab-title-wrap ul {
    border: 1px solid #99999945;
    border-radius: 100px;
    padding: 7px;
}

.product-tab-title-wrap ul .nav-link {
    color: #999;
    font-family: 'IRANYekan-ExtraBold';
    padding: 9px 20px;
    margin: 0 7px;
    border-radius: 100px;
}

.nav-link:focus-visible {
    box-shadow: none;
}

.product-tab-title-wrap ul .nav-link.active {
    background: var(--main-color);
}

.product-tab-item header h3 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 23px;
}

.product-tab-item header span {
    color: #999;
    font-size: 12px;
}

.product-tab-item img {
    width: 100%;
    height: 235px;
    object-fit: contain;
    margin: 15px 0;
}

.product-tab-item footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 51px;
}

.product-tab-item footer>span {
    color: #111;
    font-size: 12px;
    font-weight: 700;
}

.product-tab-item footer span ins {
    display: block;
    text-decoration: none;
    font-weight: 800;
    line-height: 23px;
}

.product-tab-item footer span del span {
    color: #999;
    font-size: 11px;
}

.product-tab-item footer a {
    color: var(--main-color);
    font-size: 10px;
    font-weight: 700;
    border: 1px solid;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    white-space: nowrap;
    transition: all 0.3s;
}

.product-tab-item footer a:hover {
    background: var(--main-color);
    color: #fff;
}

/*----------------------------
   Special Product Section
----------------------------*/
.special-product-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
}

.special-product-inner-sec {
    width: 35%;
}

.special-product-inner-sec>span {
    color: #fff;
    font-size: 14px;
    display: block;
}

.special-product-inner-sec h2 {
    color: #fff;
    font-family: 'IRANYekan-ExtraBold';
    font-size: 55px;
    margin-top: 0;
    line-height: 70px;
}

.special-product-inner-sec h2 span {
    color: var(--main-color);
}

.special-product-inner-sec div {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.special-product-inner-sec div span {
    color: var(--main-color);
    margin-left: 25px;
}

/*------------------------
   Top Sel Section
------------------------*/
.top-sel-sec {
    padding: 75px 0;
}

.top-sel-sec h2 {
    margin-top: 0;
    font-family: 'IRANYekan-ExtraBold';
    font-size: 33px;
    margin-bottom: 30px;
}

.top-sel-sec h2 span {
    color: #999;
}

.product-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #00000017;
    margin-top: 15px;
    padding: 10px;
}

.product-card img {
    height: 70px;
    width: 25%;
    object-fit: contain;
}

.product-card .product-info {
    width: 45%;
}

.product-card .product-info h3 {
    margin: 0;
    text-align: right;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
}

.product-card .product-info .product-category {
    color: #999;
    font-size: 12px;
    display: block;
    line-height: 20px;
}

.product-card .product-price {
    width: 30%;
    color: #555;
    font-size: 14px;
    text-align: left;
}

.product-card .product-price ins {
    text-decoration: none;
}

#top-sel-center-sec img {
    height: 483px;
    width: 100%;
    border-radius: 13px;
}

/*------------------------
   Product OFF Section
------------------------*/
.off-product-sec {
    margin: 100px 0;
}

.off-product-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 150px;
}

.off-product-percent-sec {
    background: #8cfe64;
    width: 20%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.off-product-percent-sec>span {
    font-size: 55px;
    font-family: 'IRANYekan-ExtraBold';
    margin-left: 7px;
    line-height: 55px;
    display: inline-block;
}

.off-product-percent-sec>div {
    font-family: 'IRANYekan-ExtraBold';
}

.off-product-percent-sec>div span:nth-child(1) {
    display: block;
    font-size: 35px;
    line-height: 33px;
}

.off-product-percent-sec>div span:nth-child(2) {
    display: block;
    font-size: 15px;
    line-height: 17px;
}

.off-product-details-sec {
    background: #8cfe64;
    display: flex;
    width: 80%;
    height: 100%;
    position: relative;
    border-right: 5px dotted #fff;
    align-items: center;
    padding: 20px 55px 20px 235px;
    border-radius: 15px;
}

.off-product-details-sec h2 {
    font-family: 'IRANYekan-ExtraBold';
    font-size: 29px;
    margin-top: 0;
    margin-bottom: 10px;
}

.off-product-details-sec p {
    margin-bottom: 0;
    font-size: 13px;
    color: #333;
}

.off-product-details-sec img {
    height: 235px;
    position: absolute;
    left: 50px;
    top: -45px;
}

/*------------------------
   Best Selling Section
------------------------*/
.best-sel-sec {
    padding: 70px 0;
}
.best-sel-details-wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 530px;
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 27px 35px 35px 35px;
}
.best-sel-details-wrap-overlay{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 15px;
}
.best-sel-details-wrap h2 {
    font-family: 'IRANYekan-ExtraBold';
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    margin-top: 0;
    position: relative;
}
.best-sel-details-wrap h2 span{
    color: #999;
}
.best-sel-details-wrap a{
    text-align: center;
    position: relative;
}
.best-sel-product-item {
    border: 1px solid #00000017;
    border-radius: 15px;
    padding: 20px;
}
.best-sel-product-item img {
    height: 320px;
    width: auto !important;
    margin: 30px auto;
}
.best-sel-product-item h3 {
    margin-top: 0;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 5px;
}
.best-sel-product-item .best-sel-cat-sec {
    color: #999;
    font-size: 13px;
}
.best-sel-product-item .best-sel-price-sec {
    text-align: left;
    color: #181818;
    font-weight: 700;
    min-height: 54px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.best-sel-product-item .best-sel-price-sec ins{
    text-decoration: none;
    display: block;
}
.best-sel-product-item .best-sel-price-sec del {
    color: #999;
    font-size: 12px;
}
.owl-dots {
    text-align: center;
    margin-top: 23px;
}

.owl-dots button {
    background: #ddd !important;
    width: 10px;
    height: 10px;
    outline: 7px solid #fff;
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
}

.owl-dots button.active {
    background: var(--main-color) !important;
}

/*------------------------
   Product cat Section
------------------------*/
.product-cat-sec{
    background: #f5f5f5;
    padding: 50px 0 200px;
}
.product-cat-item img {
    height: 100px;
    width: auto !important;
    margin: auto;
}
.product-cat-item h3 {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}

/*------------------------
   Why Us Section
------------------------*/
#why-us-op-wrap {
    background: #fff;
    border: 1px solid #0000001a;
    border-radius: 15px;
    padding: 50px 30px;
    position: relative;
    top: -120px;
}

.why-us-opt-item-sec {
    text-align: center;
}
.why-us-opt-item-sec img {
    height: 60px;
    margin-bottom: 7px;
}
.why-us-opt-item-sec h3 {
    font-family: 'IRANYekan-ExtraBold';
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}

.why-us-opt-item-sec p {
    color: #999;
    font-size: 12px;
    margin-bottom: 0;
}


/*------------------------
   Blog Section
------------------------*/
.blogs-section {
    margin-bottom: 130px;
}
.blog-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 13px;
}

.blog-details-sec h3 {
    font-family: 'IRANYekan-ExtraBold';
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 17px;
}

.blog-details-sec p {
    color: #555;
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 5px;
}

.blogs-section .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
    display: flex;
    justify-content: space-between;
}

.blog-btn{    
    color: #181818;
    font-weight: 700;
    font-size: 14px;
}
.blog-btn i{
    border: 1px solid #00000036;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    line-height: 24px;
    font-size: 11px;
    margin-right: 5px;
    padding-right: 1px;
}
.blog-item-btn{
    color: #000;
    font-weight: 700;
    font-size: 13px;
    border-bottom: 1px solid;
}
/*------------------------
   Brands Section
------------------------*/
.brands-sec {
    padding: 30px 35px 120px;
}

.brand-item{
    border: 1px solid #00000024;
    border-radius: 15px;
    padding: 20px;
}

.brands-sec img {
    height: 75px;
    width: auto !important;
    margin: auto;
    object-fit: contain;
    filter: opacity(0.7) grayscale(1);
}


/*------------------------
   Page
------------------------*/
.custom-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 385px;
    position: relative;
    margin-top: 0;
    padding-top: 55px;
}

.custom-header-overlay{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.custom-header h1 {
    color: #fff;
    position: relative;
    font-family: 'IRANYekan-extraBold';
    font-size: 31px;
    line-height: 55px;
    text-align: center;
}

.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-left-sec {
    background: #cccccc1a;
    padding: 20px;
}
#product-top-left-sec h1 {
    font-family: 'IRANYekan-extrabold';
    margin-bottom: 15px;
}
.single-product-excerpt{
    color: #555;
    font-size: 14px;
    margin-bottom: 30px;
}
.product-main-image img {
    height: 400px;
    object-fit: contain;
    margin: auto;
    display: table;
    margin-bottom: 25px;
}

.product-gallery .owl-item img {
    cursor: pointer;
    height: 100px;
    width: auto;
    margin: auto;
}

.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: 5px;
    color: #999;
    font-size: 15px;
}

.woocommerce-product-price-wrap .woocommerce-product-price-sec ins {
    text-decoration: none;
    font-size: 19px;
    font-family: 'IRANYekan-ExtraBold';
}

.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: 16px 20px !important;
    border-radius: 100px !important;
    font-size: 14px !important;
}

.woocommerce-product-price-wrap form input[type="number"] {
    padding: 9px !important;
    width: 55px !important;
    border-radius: 50px !important;
}

.woocommerce-product-price-wrap form button:hover {
    background: #181818 !important;
}
.product-description {
    border: 1px solid #0000001c;
    padding: 15px;
    border-radius: 15px;
}
#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: #202020;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding-top: 90px;
    position: relative;
    border-radius: 50px 50px 0 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: 17px;
    display: block;
    margin-bottom: 25px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul a {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 13px;
}

.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: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    font-size: 13px;
}

.mobile-sticky-menu{
    display: none;
}

/*------------------------
   Aside Section
------------------------*/

aside {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.toc {
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #0000001a;
    border-radius: 15px;
}

.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: 12px;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.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 input {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    padding: 25px 15px !important;
    color: #777 !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;
}

.wa__btn_popup, .wa__popup_chat_box {
    font-family: var(--main-font-family) !important;
}

/*------------------------
   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;
        margin-bottom: 10px;
    }

    #main-search-btn {
        font-size: 19px;
        border-right: none;
        border-left: none;
        height: auto;
        padding: 0;
        margin-right: 50px;
    }

    .header-section {
        padding: 10px 0 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: 270px;
        position: relative;
        padding-top: 70px;
    }

    .breadcrumb {
        bottom: 65px;
        padding-left: 5%;
    }

    .slide-item img {
        height: 500px;
    }
    .big-banner-wrap h2 {
        font-size: 37px;
        line-height: 40px;
    }
    .big-banner-wrap>div>span {
        font-size: 13px;
    }
    .big-banner-wrap, .small-banner-wrap {
        height: 290px;
    }
    .small-banner-wrap>div>h2 {
        font-size: 23px;
        line-height: 33px;
    }
    .small-banner-wrap>div>span {
        font-size: 12px;
    }
    #top-bottom-right-sec img, #top-bottom-left-sec img {
        height: 190px;
    }
    .products-tab-section {
        padding: 35px 0;
    }
    .product-tab-title-wrap h2, .product-cat-sec h2, .blogs-section h2 {
        font-size: 27px;
        line-height: 42px;
    }
    .product-tab-title-wrap ul .nav-link {
        font-size: 13px;
        font-family: 'IRANYekan';
        padding: 5px 15px;
        margin: 0 5px;
    }
    .special-product-inner-sec {
        width: 100%;
    }
    .special-product-inner-sec h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .white-btn {
        font-size: 13px;
        padding: 9px 23px;
    }
    .special-product-sec {
        padding: 85px 0;
    }
    .top-sel-sec {
        padding: 50px 0;
    }

    #top-sel-center-sec img {
        height: auto;
        margin: 30px 0;
    }
    .off-product-sec {
        margin: 40px 0;
    }
    .off-product-wrap {
        height: 135px;
    }
    .off-product-details-sec h2 {
        font-size: 23px;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .off-product-details-sec p {
        font-size: 12px;
    }
    .off-product-percent-sec>span {
        font-size: 45px;
        line-height: 45px;
    }
    .off-product-percent-sec>div span:nth-child(1) {
        font-size: 27px;
        line-height: 25px;
    }
    .off-product-percent-sec>div span:nth-child(2) {
        font-size: 12px;
        line-height: 15px;
    }

    .off-product-details-sec img {
        height: 185px;
        left: 13px;
        top: -29px;
    }
    .off-product-details-sec {
        padding: 20px 55px 20px 160px;
    }
    .best-sel-details-wrap {
        padding: 70px 35px 70px 35px;
        text-align: center;
        height: auto;
    }
    .best-sel-details-wrap h2 {
        font-size: 29px;
        line-height: 50px;
        margin-bottom: 35px;
    }
    .product-cat-sec {
        padding: 35px 0 35px;
    }
    #why-us-op-wrap {
        border-radius: 5px;
        padding: 20px;
        top: 0;
    }
    .why-us-opt-item-sec {
        text-align: center;
        margin: 20px 0;
    }
    .brand-item {
        border-radius: 10px;
        padding: 15px;
    }
    .brands-sec img {
        height: 35px;
    }
    #footer-sec-four img {
        height: 50px;
        width: auto;
    }
    .footer-section {
        border-radius: 25px 25px 0 0;
        padding-top: 35px;
    }
    #copyright-right, #footer-copyright-right p {
        font-size: 10px;
    }
    #footer-copyright-right p {
        font-size: 10px;
        padding: 0px 0;
    }
    #product-top-left-sec h1 {
        margin-top: 20px !important;
    }

}

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

    .site-logo img {
        height: 35px;
    }

    #main-search-btn {
        font-size: 15px;
        margin-right: 10px;
    }

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

    .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: 185px;
        position: relative;
        padding-top: 30px;
        text-align: center;
    }

    .custom-header h1 {
        font-size: 19px;
        line-height: 28px;
    }

    .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;
    }
    #top-sec-right, #top-bottom-right-sec, #top-bottom-left-sec{
        padding: 0;
    }
    #top-sec-left{
        padding: 0;
        display: none;
    }
    .big-banner-wrap>div {
        width: 100%;
        position: relative;
        top: -210px;
        right: 0;
        padding: 0 20px;
    }
    .big-banner-wrap, .small-banner-wrap {
        height: 230px;
    }
    #top-bottom-right-sec img, #top-bottom-left-sec img {
        height: 170px;
        margin-top: 10px;
    }
    .product-tab-title-wrap {
        display: block;
        margin-bottom: 25px;
    }
    .products-tab-section {
        padding: 15px 0 35px;
    }
    .product-tab-title-wrap h2 {
        margin-bottom: 20px;
    }
    .product-tab-title-wrap ul .nav-link {
        font-size: 11px;
        padding: 3px 11px;
        margin: 0;
    }
    .product-tab-title-wrap h2, .product-cat-sec h2, .blogs-section h2 {
        font-size: 21px;
        line-height: 35px;
    }
    .special-product-inner-sec h2 {
        font-size: 23px;
        line-height: 35px;
    }
    .special-product-inner-sec div {
        align-items: center;
        margin-top: 15px;
    }
    .white-btn {
        font-size: 12px;
        padding: 7px 17px;
    }
    .special-product-inner-sec div span {
        margin-left: 15px;
        font-size: 14px;
    }
    .special-product-sec {
        padding: 35px 0;
    }
    .top-sel-sec h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .product-card .product-price {
        font-size: 12px;
        text-align: left;
    }
    .off-product-wrap {
        display: block;
        height: auto;
    }
    .off-product-percent-sec {
        width: 100%;
        border-radius: 10px;
        padding: 25px;
    }
    .off-product-details-sec {
        display: block;
        width: 100%;
        padding: 20px;
        border-right: none;
        border-top: 5px dotted #fff;
    }
    .off-product-details-sec h2 {
        font-size: 19px;
    }
    .off-product-details-sec img {
        width: 70%;
        position: relative;
        margin: auto;
        display: table;
        height: auto;
        margin-top: 15px;
        left: 0;
        top: 0;
    }
    .best-sel-sec {
        padding: 10px 0 55px;
    }
    .best-sel-details-wrap h2 {
        font-size: 21px;
        line-height: 35px;
        margin-bottom: 25px;
    }
    .best-sel-details-wrap {
        padding: 50px 20px 50px 20px;
    }
    .best-sel-product-item img, .product-tab-item img {
        height: auto;
    }
    .product-cat-item h3 {
        font-size: 13px;
    }
    #footer-sec-one{
        display: none;
    }
    .footer-section {
        border-radius: 0px 0px 0 0;
        margin-bottom: 50px;
    }
    .blog-item img {
        height: auto;
    }
    .mobile-sticky-menu {
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        width: 100%;
        right: 0;
        z-index: 3;
        border-radius: 15px;
        gap: 15px;
        padding: 10px 20px;
        border: 1px solid #00000026;
        overflow: hidden;
    }
    .mobile-sticky-menu a::after {
        content: "";
        background: #00000029;
        display: inline-block;
        width: 1px;
        height: 15px;
        position: relative;
        top: 4px;
        right: 24px;
    }
    .mobile-sticky-menu a img {
        height: 30px;
    }

}