/*!/wp-content/themes/rasam_theme/style.css*/@charset "UTF-8";

/*
Theme Name: RASAM
Theme URI: https://www.rasamplus.com
Author: Amin haghighati
Author URI: https://www.rasamplus.com
Description: a professional theme with wordpress website
Version: 1.0.0
Text Domain: rasam 
*/
:root {
    --main-font-size: 14px;
    --main-color: #005590;
    --hover-color: #00406c;
    --second-color: #fbc531;
    --main-text-color: #222;
    --main-font-family: 'IRANYekan';
}

@font-face{font-family:'IRANYekan';src:url(/wp-content/themes/rasam_theme/fonts/IRANYekanWebFn.woff2) format('woff2'),
url(/wp-content/themes/rasam_theme/fonts/IRANYekanWebFn.woff) format('woff');font-weight:normal;font-style:normal;font-display:swap;}

@font-face {
    font-family: 'IRANSans';
    src: url(/wp-content/themes/rasam_theme/fonts/IRANSansWeb%28FaNum%29.eot);
    src: url(/wp-content/themes/rasam_theme/fonts/IRANSansWeb%28FaNum%29.eot?#iefix) format('embedded-opentype'),
        url(/wp-content/themes/rasam_theme/fonts/IRANSansWeb%28FaNum%29.otf) format('otf'),
        url(/wp-content/themes/rasam_theme/fonts/IRANSansWeb%28FaNum%29.svg#IRANSansWeb%28FaNum%29) format('svg'),
        url(/wp-content/themes/rasam_theme/fonts/IRANSansWeb%28FaNum%29.ttf) format('truetype'),
        url(/wp-content/themes/rasam_theme/fonts/IRANSansWeb%28FaNum%29.woff) format('woff'),
        url(/wp-content/themes/rasam_theme/fonts/IRANSansWeb%28FaNum%29.woff2) format('woff2');
 font-display:swap;}

body {
    background-color: #FFF;
    font-family: var(--main-font-family);
    color: var(--main-text-color);
    overflow-x: hidden;
    direction: rtl;
    font-size: var(--main-font-size);
    line-height: 27px;
    text-align: right;
}

.container-fluid {
    width: 98%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
} 

h1 {
    font-size: 24px;
    background: 24px;
    margin-top: 30;
}

h2 {
    font-size: 23px;
    margin-bottom: 23px;
    margin-top: 30px;
}

h3 {
    font-size: 21px;
    margin-bottom: 21px;
    margin-top: 30px;
}

h4 {
    font-size: 19px;
    margin-bottom: 19px;
    margin-top: 30px;
}

h5 {
    font-size: 17px;
    margin-bottom: 17px;
    margin-top: 25px;
}

h6 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
}

p {
    line-height: 27px;
}

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 {
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

.site-btn {
    background: var(--second-color);
    color: var(--main-text-color);
    position: relative;
    display: inline-block;
    padding: 9px 27px;
    border-radius: 50px;
    font-size: 14px;
    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(--hover-color);
    color: #fff;
}

.site-logo img {
    max-width: 100%;
    max-height: 65px;
    width: auto;
}

.navbar {
    padding: 0;
}

.site-title {
    font-size: 23px;
    color: var(--main-color);
    margin-top: 0;
}

.site-sub-title {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 0;
    margin-bottom: 70px;
    font-size: 17px;
}

.more-products {
    color: #fff;
    background: var(--second-color);
    padding: 7px 20px;
    border-radius: 50px;
}

.more-products::after {
    content: "\f060";
    font-family: 'FontAwesome';
    margin-right: 5px;
    position: relative;
    top: 2px;
    font-size: 12px;
}

.more-products:hover {
    background: #0a5179;
    color: #fff;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    width: 13px;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

/*------------------------
      Header Section
------------------------*/
.header-section {
    background: #f6f6f6;
    border-bottom: 2px solid #eee;
}
.header-section.sticky{
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    padding: 0 0 !important;
}
.top-search form {
    width: 300px;
    left: 0;
    top: 57px;
    display: none;
}

.top-search .search-field {
    width: 100%;
    position: relative;
    border: 1px solid #cbcbcb;
    font-size: 13px;
    padding: 5px 7px 5px 35px;
    border-radius: 50px;
}

.top-search .search-submit {
    color: #909090;
    position: absolute;
    border: none;
    background: transparent;
    left: 9px;
    font-size: 19px;
    top: 8px;
    cursor: pointer;
}

#top-search-icon,
.top-cart-customlocation i {
    color: var(--main-text-color);
    cursor: pointer;
    font-size: 21px;
    margin: 27px 5px;
}

#top-search-icon:hover,
.top-cart-customlocation i:hover {
    color: var(--main-color);
}

#top-left-sec {
    display: flex;
    justify-content: flex-end;
}

#top-left-sec .woocommerce-Price-amount {
    color: var(--main-color);
}

#responsive-menu-pro>li>ul {
    box-shadow: 0px 0px 13px -7px rgb(0 0 0 / 50%);
}

#responsive-menu-pro>li>ul li {
    text-align: right;
}

#responsive-menu-pro>li>ul li a:hover {
    color: var(--main-color) !important;
}

.mega-sub-menu a {
    text-align: right !important;
}

/*------------------------
      Top Section
------------------------*/
.top-section #rev_slider_1_1_wrapper {
    border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    overflow: hidden !important;
}

.top-section .tp-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #e0e0e0 !important;
}

.top-section .tp-bullet::after {
    background: #e0e0e0 !important;
}

.top-section .selected::after {
    background: var(--main-color) !important;
}

.top-banner, .bottom-banner {
    background-size: cover;
    background-position: center;
    height: 48%;
    margin-bottom: 20px;
    border-radius: 25px;
}

/*------------------------
    About Us Section
------------------------*/
.about-us-section {
    padding: 85px 0;
}

.about-big-img {
    width: 470px;
    height: 330px;
    object-fit: cover;
    display: table;
    margin: auto;
}

.about-small-img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    position: absolute;
    bottom: -110px;
    right: 35px;
}

/*------------------------
    CTA Section
------------------------*/
.cta-section {
    margin: 85px 0 50px;
    font-size: 23px;
    background: #dfe6e9;
    padding: 35px 0;
}

.cta-section a {
    background: var(--main-color);
    color: #fff;
    font-size: 15px;
    padding: 11px 33px;
    border-radius: 50px;
}

.cta-section a:hover {
    background: var(--hover-color);
    color: #fff;
}

/*------------------------
    Brands Section
------------------------*/
.brands-section {
    direction: ltr;
}
.brands-section .container .row p{
    direction: rtl;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
        -webkit-transform: translateX(calc(-250px * 7));
        -moz-transform: translateX(calc(-250px * 7));
        -ms-transform: translateX(calc(-250px * 7));
        -o-transform: translateX(calc(-250px * 7));
    }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite alternate;
    animation: scroll 40s linear infinite alternate;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    margin: 0 15px;
}

.slider .slide img {
    height: 100px;
    width: auto;
}

/*------------------------
    Product Categories Section
------------------------*/
.product-categories-section {
    padding: 75px 0;
}

.product-categories-section li.product-category {
    flex: 0 0 18%;
    max-width: 18%;
    padding: 20px;
    text-align: center;
    list-style: none;
    border: 1px solid #00000020;
    margin: 0 1%;
}

.product-categories-section img {
    height: 85px;
    width: auto;
}

.product-categories-section h2 {
    color: var(--main-text-color);
    font-size: 15px;
    line-height: 35px;
    margin: 15px 0 0 0;
}

.product-categories-section h2 mark {
    background: transparent;
    font-size: 15px;
    color: var(--main-color);
}

.chemicals-section {
    margin-top: 85px;
}

/*------------------------
    Products Section
------------------------*/
.product-categories-section .product-items-wrap {
    text-align: center;
    padding: 0 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-items-sec {
    background: #fff;
    border: 1px solid #00000020;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.product-items-wrap .wp-element-button {
    display: table !important;
    margin: auto !important;
    margin-top: 10px !important;
}

.product-items-wrap .woocommerce-loop-product__title {
    line-height: 33px;
    color: var(--main-text-color);
    min-height: 67px;
    margin-bottom: 5px;
}

.product-items-wrap .wc-forward {
    display: none !important;
}

.home-carousel-wrap {
    background: #f7f7f7;
    position: relative;
    padding: 15px 10px;
    margin-bottom: 15px;
}

.wcpscwc-product-slider .slick-list {
    padding-bottom: 0 !important;
}

.home-carousel-wrap::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    top: -97px;
    left: 17px;
    width: 130px;
    height: 130px;
    z-index: -1;
    opacity: 0.7;
}

.laboratory-device-section .home-carousel-wrap::before {
    background-image: url(/wp-content/themes/rasam_theme/img/research.png);
}

.chemicals-section .home-carousel-wrap::before {
    background-image: url(/wp-content/themes/rasam_theme/img/fertilizer.png);
}

.wcpscwc-product-slider button.slick-next {
    right: -50px !important;
}

.wcpscwc-product-slider button.slick-prev {
    left: -50px !important;
}

.product-items-wrap .onsale {
    width: 67px !important;
    height: 67px !important;
    text-align: center !important;
    line-height: 65px !important;
    font-weight: 100 !important;
    background: var(--second-color) !important;
    color: var(--main-text-color) !important;
    top: -25px !important;
}

.product-items-wrap .product-items-sec img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
}

.product-items-wrap .price,
.price ins {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--main-color) !important;
    text-decoration: none;
}

.product-items-wrap .price del {
    color: #00000050 !important;
    display: block !important;
    margin-bottom: 7px;
    font-size: 14px !important;
}

.products-wrap {
    flex: 0 0 20%;
    max-width: 20%;
}

.home-products-wrap {
    background: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding-bottom: 30px;
}

.prdct-details h3 a {
    color: var(--main-text-color);
    font-size: 15px;
}

.prdct-more {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 12px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    min-width: 100px;
    height: 37px;
    line-height: 37px;
    margin: 15px auto 0;
    display: table;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.yith-quick-view-content .product_title {
    text-align: right;
    font-size: 21px !important;
    margin: 10px 0 15px !important;
}

.yith-quick-view-content.woocommerce div.summary .yith-wcqv-view-details {
    background: var(--main-color) !important;
    color: #fff !important;
    font-weight: 100 !important;
    height: auto !important;
    padding: 10px 17px !important;
}

.pp_description {
    display: none !important;
}

.prdct-more:hover {
    background-color: var(--main-color);
    color: #fff;
}

.products-sec img {
    background-color: white;
    display: table;
    width: 100%;
    height: 180px;
    margin: auto;
    object-fit: contain;
}

.products-sec {
    padding: 20px;
    position: relative;
    min-height: 380px;
}

.yith-wacp-content .cart-info>div>span {
    float: left !important;
}

#yith-wacp-mini-cart {
    left: 20px !important;
    top: unset !important;
    bottom: 110px;
}

/*------------------------
    First banners
------------------------*/
#first-banners-right img,
#first-banners-left img,
#second-banners-one img,
#second-banners-two img,
#second-banners-three img,
#second-banners-four img {
    /*height: 250px;*/
    width: 100%;
    /*object-fit: cover;*/
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

/*------------------------
    Why us Section
------------------------*/
.why-us-section {
    padding: 25px 0 85px;
}

.why-us-opt-sec {
    border: 1px solid var(--main-color);
    padding: 25px;
    width: 85%;
    margin: auto;
}

.why-us-opt-sec img {
    height: 75px;
}

.why-us-opt-sec h3 {
    background-image: linear-gradient(45deg, var(--main-color), var(--second-color));
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    font-size: 17px;
    margin: 23px 0 3px;
}

/*------------------------
    Footer
------------------------*/
.footer-section {
    background: #ecf0f1;
    margin-top: 70px;
    padding-top: 50px;
}

.widget-footer-title {
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 15px;
    display: block;
    font-size: 17px;
    position: relative;
}

.widget-footer-title::after {
    content: "";
    background: #f1c40f;
    height: 2px;
    width: 45px;
    display: table;
    margin-top: 7px;
}

footer a {
    color: var(--main-text-color);
}

footer a:hover {
    color: var(--main-color);
}

.top-footer li {
    line-height: 30px;
}

#footer-btm-sec {
    background: #fff;
}

.footer-contacts span {
    color: #424242;
    font-size: 19px;
}

.footer-contacts a,
.footer-contacts p {
    color: #424242;
}

.footer-copyright p,
#copyright-left,
#footer-copyright-right {
    color: #424242;
    font-size: 12px;
    margin-bottom: 0;
}

#footer-one-sec p {
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
}

#footer-contact-us i {
    display: inline-block;
    color: var(--main-color);
    font-size: 19px;
}

.ftr-cntct-top {
    display: inline-block;
}

.ftr-cntct-btm {
    display: block;
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 17px;
}

#footer-one-sec img {
    height: 40px;
    display: table !important;
    margin: auto;
    width: auto;
}

.footer-social a {
    display: inline-block;
    font-size: 17px;
    margin-left: 10px;
    margin-top: 15px;
}

#footer-contact-mobile i {
    font-size: 27px;
}

#copyright-right {
    border-top: 1px solid #ddd;
}

#scroller {
    width: 40px;
    height: 40px;
    background: var(--main-color);
    font-size: 23px;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    line-height: 45px;
    text-align: center;
    z-index: 10;
    border-radius: 3px;
}

/*------------------------
    Single
------------------------*/
.single-header h1 {
    font-size: 19px;
}

.page-header-sec {
    background-color: var(--main-color);
    color: #fff;
}

.page-header-sec .site-beradcamb a {
    color: #fff;
}

.page-header-sec h1 {
    color: #fff;
}

.single-header img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .25rem;
}

.single-social-share,
.single-header h1 {
    background: #F7F1F3;
}

.single-social-share {
    padding: 11.5px 0;
}

.single-social-share ul li a {
    color: var(--second-color);
    font-size: 23px;
    position: relative;
    top: 5px;
    margin-right: 10px;
    transition: all 0.2s;
}

.single-social-share ul li a:hover {
    color: var(--main-color);
}

.single-social-share span {
    color: var(--second-color);
    font-weight: 800;
    top: 4px;
    position: relative;
}

.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: 10px;
}

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 {
    background: #fff;
    border: 1px solid #00000050;
    margin-bottom: 10px;
}

aside .widget-area a {
    color: var(--main-text-color);
    box-shadow: none;
}

.ez-toc-icon-toggle:before {
    color: transparent;
}

aside .widget-area a:hover {
    color: var(--main-color);
}

aside .ez-toc-list li.active a {
    color: #fff;
}

aside .ez-toc-list li ul li a {
    color: var(--main-text-color) !important;
}

aside .ez-toc-list li ul li.active a {
    color: #fff !important;
}

.ez-toc-widget-container ul.ez-toc-list li.active::before {
    background-color: var(--main-color) !important;
}

aside .ez-toc-title,
aside .ez-toc-title-toggle {
    color: var(--main-color);
    font-weight: bold;
    text-align: right;
}

.comment-form-area input,
.comment-form-area textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.Cbutton {
    background-color: var(--main-color);
    color: #fff;
    width: auto !important;
    padding: 7px 40px !important;
    border-radius: 5px;
    border: none !important;
}

.Cbutton:hover {
    background: var(--second-color);
}

/*------------------------
    Breadcrumb
------------------------*/
.site-beradcamb {
    text-align: left;
}

.site-beradcamb a {
    color: var(--second-color);
}

/*------------------------
   Woocommerce
------------------------*/
.product-header {
    background: #fff;
    box-shadow: 0px 5px 15px -10px rgb(0 0 0 / 50%);
    margin-bottom: 30px;
}

.product-header h1 {
    font-size: 19px;
}

.single-product-content {
    background: #fff;
    box-shadow: 0px 0px 17px -9px rgba(0, 0, 0, 0.5);
}

.single-product .flex-control-nav {
    display: flex;
    margin-top: 10px !important;
}

.single-product .flex-control-nav li {
    margin: 0 5px !important;
}

.single-product .entry-summary {
    background: #fff;
    padding: 20px;
}

.single_add_to_cart_button {
    background-color: var(--main-color) !important;
    padding: 13px 30px !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.single_add_to_cart_button:hover {
    background: var(--hover-color) !important;
}

.quantity input[type="number"] {
    padding: 4px;
}

.product_meta .posted_in a {
    padding: 0 3px;
}

.related ul li {
    text-align: center;
    background: #F6F6F6;
    padding: 10px !important;
}

.add_to_cart_button,
.product_type_simple,
.yith-wcqv-button {
    background: var(--main-color) !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 13px !important;
    border-radius: 50px !important;
    border: none !important;
}

.slick-track>div {
    padding: 0 7px !important;
}

.yith-wcqv-button {
    background-color: var(--second-color) !important;
    color: var(--main-text-color) !important;
    display: table !important;
    margin: auto !important;
}

.yith-wcqv-button {
    background-color: transparent !important;
    color: var(--main-text-color) !important;
    display: table !important;
    border: 1px solid !important;
    margin-top: 10px !important;
}

.add_to_cart_button:hover {
    background: var(--hover-color) !important;
    color: #fff !important;
    border-color: var(--second-color) !important;
}

.yith-wcqv-button:hover {
    background-color: var(--second-color) !important;
    color: var(--main-text-color) !important;
    border-color: var(--second-color) !important;
}

.woocommerce-message {
    border-top-color: var(--main-color);
}

.woocommerce-message::before {
    color: var(--main-color);
}

.woocommerce-message .button,
.checkout-button,
#place_order,
.wc-backward,
.woocommerce-button {
    background: var(--main-color) !important;
    color: #fff !important;
    font-weight: normal !important;
}

.woocommerce-message .button:hover,
.checkout-button:hover,
#place_order:hover,
.wc-backward:hover,
.woocommerce-button:hover {
    background: var(--hover-color) !important;
    color: #fff !important;
}

.woocommerce-billing-fields__field-wrapper p,
.form-row {
    display: block;
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper input {
    border: 1px solid #ddd;
    padding: 7px 10px;
    border-radius: 3px;
    font-size: 13px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}

.woocommerce-MyAccount-navigation ::marker {
    content: "";
}

.woocommerce-MyAccount-navigation ul {
    border: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation-link {
    border-bottom: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation-link a {
    color: var(--main-color);
    display: block;
    padding: 10px;
}

.woocommerce-MyAccount-navigation-link:hover {
    background: var(--main-color);
}

.woocommerce-MyAccount-navigation-link:hover a {
    color: #fff;
}

.entry-summary .woocommerce-variation {
    margin-bottom: 15px;
}

.woocommerce-Addresses>div {
    flex: 0 0 100%;
    max-width: 100%;
}

.summary .price {
    color: #b01513 !important;
    font-weight: 700;
}

.yith_wapo_group_product_price_total .price,
.yith_wapo_group_option_total .price {
    font-size: 14px !important;
    color: #777 !important;
}

.ywapo_group_container.form-row.form-row-wide h3 {
    font-size: 17px !important;
    margin-top: 0 !important;
}

.ywapo_input_container {
    margin-bottom: 0px !important;
}

.woocommerce ul.products li.product .price {
    color: #111 !important;
    font-weight: 800 !important;
}

.woocommerce form .form-row .ywapo_input_container input[type="checkbox"],
.woocommerce form .form-row .ywapo_input_container input[type="radio"] {
    margin-right: 10px;
    margin-left: 7px;
    position: relative;
    top: 3px;
}

.woocommerce-loop-product__title {
    font-size: 17px;
    margin: 25px 0 10px;
}

.products-price,
.wpsf-product-price {
    color: rgba(0, 0, 0, 0) !important;
    font-size: 14px !important;
    font-weight: 800;
}

.product-title {
    color: #111;
    font-weight: 800;
    font-size: 23px;
    line-height: 40px;
    margin-bottom: 15px;
}

.search-opt-sec {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.search-opt-sec h2 {
    font-size: 17px;
}

.enamad-img {
    height: 110px !important;
    display: table;
    margin-top: 30px;
}

.woo-thumbs-sec {
    position: sticky !important;
    top: 0;
    height: 100%;
}

.yith-wacp-content .product-variation dt {
    float: right !important;
    margin-left: 10px !important;
    clear: right !important;
}

.variable-items-wrapper li {
    box-shadow: none !important;
}

.select_box_label>div.selected .yith_wccl_value {
    color: var(--main-color);
    font-weight: 600;
}

.yith_wccl_value::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #999;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
    top: 4px;
    line-height: 19px;
}

.select_box_label>div.selected .yith_wccl_value::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #1992D4;
    color: #fff;
}

.select_box_label .select_option {
    border: none !important;
    margin-bottom: 10px !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;

}

#behpardakht-img {
    float: right;
    height: 80px !important;
    margin-top: 39px !important;
}

#wps-slider-section .sp-wps-theme_two img.wpsf-product-img,
#wps-slider-section img.wpsf-product-img {
    margin-left: 0;
    height: 250px !important;
    object-fit: contain !important;
}

.new-product-mobile .variations,
#wps-slider-section.wps-slider-section-706 .sp-woo-product-slider-section-title h2,
#wps-slider-section.wps-slider-section-709 .sp-woo-product-slider-section-title h2 {
    display: none !important;
}

.new-product-mobile h2,
.best-selling-mobile h2,
.special-offer-mobile h2 {
    color: transparent !important;
}

.banners-btn {
    position: absolute;
    left: 40px;
    background: #126a9b;
    color: #fff;
    padding: 8px 33px;
    border-radius: 50px;
    top: 43%;
}

.banners-btn:hover {
    background: #0062cc;
    color: #fff;
}

.slick-arrow {
    color: #fff !important;
    background-color: #007bff !important;
    border: none !important;
    line-height: 35px !important;
    border-radius: 50% !important;
}

.entry-summary p.price {
    display: flex;
}

.entry-summary p.price del bdi {
    color: #343434;
    font-size: 15px;
}

.entry-summary p.price ins {
    color: #C11F25;
    text-decoration: none;
    font-size: 27px;
    margin-right: 15px;
}

.entry-summary h1 {
    margin-bottom: 20px;
}

.second-banners-right-sec {
    background: rgb(70, 104, 143);
    background: linear-gradient(315deg, rgba(70, 104, 143, 1) 0%, rgba(177, 228, 240, 1) 100%);
    border-radius: 25px;
    height: 234px;
}

.second-banners-right-sec h2 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    left: 40px;
    top: 75px;
    line-height: 30px;
    width: 38%;
}

.second-banners-right-sec img {
    height: 220px;
    width: auto !important;
    margin: 7px 65px 7px 0;
}

.second-banners-left-sec {
    background: rgb(175, 226, 239);
    background: linear-gradient(225deg, rgba(175, 226, 239, 1) 0%, rgba(70, 104, 143, 1) 100%);
    border-radius: 25px;
    height: 234px;
}

.second-banners-left-sec h2 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    right: 40px;
    top: 75px;
    width: 33%;
}

.second-banners-left-sec img {
    height: 210px;
    width: auto !important;
    margin: 7px 65px 7px 0;
    float: left;
    margin-left: 60px;
    margin-top: 15px;
}

#wps-slider-section .wps-product-section .slick-prev {
    top: -45px !important;
    right: 52% !important;
}

#wps-slider-section .wps-product-section .slick-next {
    top: -45px !important;
    right: 48% !important;
}

.woocommerce-product-gallery {
    flex: 0 0 40%;
    max-width: 40%;
}

.entry-summary {
    flex: 0 0 60%;
    max-width: 60%;
}

.entry-summary>h1 {
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6f6f6f;
}

.yith_wapo_groups_container>div:nth-child(1),
.yith_wapo_groups_container>div:nth-child(3),
.yith_wapo_groups_container>div:nth-child(4),
#ywapo_value_6,
#ywapo_value_32 {
    width: 33%;
    position: absolute;
    left: 0;
    top: 32px;
    height: 465px;
    overflow: auto;
}

table.variations tr,
table.variations td {
    display: block;
}

.woocommerce div.product form.cart .variations select,
.woocommerce form .form-row select {
    width: 100%;
    border: 1px solid #dbdbdb;
    font-size: 13px;
    padding: 5px;
}

.ywapo_group_container.form-row.form-row-wide h3 {
    color: #6f6f6f;
}

.woocommerce-product-gallery,
.woocommerce div.product div.summary {
    padding: 20px;
}

.yith_wapo_groups_container>div:nth-child(1) label,
.yith_wapo_groups_container>div:nth-child(3) label,
.yith_wapo_groups_container>div:nth-child(4) label,
#ywapo_value_12 label,
#ywapo_value_14 label,
.ywapo_input_container_checkbox label {
    font-size: 12px;
    margin-bottom: 0px;
}

.ywapo_label {
    display: inline-block;
}

.ywapo_label::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 2px solid #2fa8dd;
    margin-left: 5px;
    line-height: 13px;
    position: relative;
    top: 5px;
}

.ywapo_input:checked+.ywapo_label::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: relative;
    top: 2px;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
    border-left: 13px solid #fff;
    border-right: 13px solid #fff;
}

#ywapo_value_11,
#ywapo_value_13 {
    position: relative !important;
    width: 100% !important;
    height: unset !important;
    top: unset !important;
    left: unset !important;
    overflow: unset !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--main-color) !important;
}

#ywapo_value_12,
#ywapo_value_14 {
    width: 33% !important;
    position: absolute;
    left: 0;
    top: 32px;
    height: 465px;
    overflow: auto;
}

#ywapo_value_5,
.yith_wapo_group_total {
    position: relative !important;
    width: 100% !important;
    top: unset !important;
    height: unset !important;
    left: unset !important;
    overflow: unset !important;
}

#ywapo_value_31 {
    position: relative;
    width: 100%;
    height: unset;
    top: unset;
    left: unset;
}

.wps-product-section .woocommerce-Price-currencySymbol {
    display: inline-block;
}

.search-form {
    z-index: 99999;
}

.woocommerce-Price-currencySymbol {
    display: inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1 !important;
}

.products-sec .price>span:nth-child(1),
.wpsf-product-price span:nth-child(1) {
    color: #000;
    margin: auto;
    display: table !important;
    margin-bottom: -30px;
}

.wpsf-product-price span:nth-child(1) {
    margin-bottom: 0;
    display: inline-block !important;
}

.products-sec .price>span:nth-child(1) {
    margin-bottom: 0;
}

.content-box-text {
    height: 300px;
    padding: 20px;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 70px 0px 50px;
}

.content-box-text::-webkit-scrollbar {
    width: 7px;
}

.content-box-text::-webkit-scrollbar-track {
    width: 7px;
}

.content-box-text::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

.woocommerce .article-content {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .article-content .term-description {
    order: 2;
}

.woocommerce .article-content>div.woocommerce {
    order: 1;
    width: 100%;
}

.special-sales-price {
    color: #000;
}

.special-sales-price span {
    color: #000;
    font-weight: 700;
}

.special-sales-price del {
    color: #999;
}

.prdcts-wrap .onsale {
    background: red !important;
    font-size: 11px;
    border-radius: 2px;
    padding: 0 15px;
}

#wps-slider-section #sp-woo-product-slider-706 .wpsf-product-price del span {
    text-decoration: line-through !important;
}

.jacuzzi-products-sec {
    border: 1px solid #00000020;
    text-align: center;
}

.jacuzzi-products-sec h3 {
    font-size: 17px;
    margin: 30px 0;
}

.jacuzzi-products-sec a {
    background: var(--second-color);
    color: #fff;
    padding: 7px 20px;
    display: table;
    margin: auto;
    border-radius: 50px;
    font-size: 13px;
}

.jacuzzi-products-sec a:hover {
    background: #0c4a6c;
}
.woocommerce-loop-category__title mark.count{
    display: none;
}
.related .product-items-wrap{
    width: 100% !important;
}
#mega-menu-wrap-main #mega-menu-main li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: left !important;
    rotate: 180deg !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: absolute;
    left: unset !important;
    top: 0;
    right: 101% !important;
}
#scroller {
    width: 40px;
    height: 40px;
    background: #f00;
    font-size: 15px;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    line-height: 45px;
    text-align: center;
    z-index: 10;
    text-decoration: none;
    border-radius: 0px;
}
.phone-fix {
    background: #ff171a;
    color: #fff;
    position: fixed;
    left: 20px;
    bottom: 35px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    z-index: 999;
}
.phone-fix:hover{
    background: #f00;
    color: #fff;
}
ul.variable-items-wrapper li{
        border: 1px solid #999 !important;
    padding: 17px 13px !important;
}
ul.variable-items-wrapper li.selected {
    background: #ff171a !important;
    color: #fff !important;
    border-color: #ff171a !important;
}
aside .ez-toc-title-toggle{
    display: none !important;
}
html {
    scroll-behavior: smooth;
}

.gform_heading{
    display: none !important;
}
.gform_button{
        background: var(--main-color) !important;
    color: #fff !important;
    border: none !important;
    display: inline-block !important;
    padding: 8px 30px !important;
    font-size: 16px !important;
}
.wa__popup_powered svg{
    display: none !important;
}
.wa__btn_popup, .wa__popup_chat_box, .wa__popup_content, .wa__popup_notice div {
    font-family: var(--main-font-family) !important;
}
.wa__popup_notice div{
    font-size: 15px !important;
}

/*-------------------moones*/
#bgimage {
    background-image: url(/wp-content/themes/rasam_theme/img/slider.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#imagedjjj,#mmmm{
    padding: 100px;
}
.accordion-header {
  background-color: #005590;
  width: 100%;
  height: 50px;
   border: none;
}

.accordion-item {
  margin-bottom: 10px;
}
.accordion-button{

background-color: #005590;
border: none;
  color: white;
font-size: 23px;
}