@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: #2980b9;
    --second-color: #3498db;
    --main-text-color: #707070;
    --main-font-family: 'IRANSans';
}

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

body {
    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 {
    color: #000;
    font-weight: 800;
display:block;
width: 100%;
}

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

.site-btn {
    background: var(--main-color);
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 7px 25px;
    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(--second-color);
    color: #fff;
}

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

.navbar {
    padding: 0;
}

.site-title {
    font-size: 19px;
}

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

.more-products {
    color: var(--second-color);
}

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

.more-products:hover {
    color: var(--main-text-color);
}

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

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

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

/*------------------------
      Header Section
------------------------*/
.header-section {
    background: #fff;
    border-bottom: 2px solid #eee;
}

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

/*------------------------
      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: 204px;
    margin-bottom: 20px;
    border-radius: 25px;
}

/*------------------------
    Products Section
------------------------*/
.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;
}

.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;
    padding: 3px 13px;
    margin: 15px auto;
    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;
}

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

.products-sec img {
    display: table;
    width: 100%;
    height: 140px;
    margin: auto;
    object-fit: cover;
}

.products-sec {
    padding: 20px;
}

/*------------------------
    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;
}

/*------------------------
    Services Section
------------------------*/
.service-section {
    background-color: #fff;
}

.service-opt-sec img {
    height: 45px;
}

.service-opt-sec h3 {
    font-size: 13px;
    color: var(--main-text-color);
}

/*------------------------
    Footer
------------------------*/
footer {
    background: #fff;
    color: #424242;
}

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

footer a {
    color: #424242;
}

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 {
    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: 100px;
}

#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;
    box-shadow: 0px 0px 17px -13px rgb(0 0 0 / 50%);
    margin-bottom: 10px;
}

aside .widget-area li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}

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 .single-aside-title {
    position: relative;
    display: block;
    padding: 10px 19px;
    margin-top: 10px;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 15px;
}

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

.wp-show-posts-inner {
    border: 1px solid #00000020;
    padding: 10px;
}

.wp-show-posts-image img {
    height: 230px !important;
    object-fit: cover !important;
}

.wp-show-posts-inner h2 a {
    color: #111111;
    font-size: 15px;
}

.wp-show-posts-read-more {
    background: var(--main-color);
    color: #fff !important;
    border: none !important;
    padding: 7px 21px !important;
    border-radius: 50px;
}

.wp-show-posts-read-more:hover {
    background: #111111
}

/*------------------------
   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 .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;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.price ins {
    color: #000;
    font-weight: bold;
    display: block !important;
}

.price del {
    color: var(--main-text-color) !important;
    display: block !important;
    margin-bottom: 7px;
}

.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(--second-color) !important;
}

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

.product_meta .posted_in a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 3px 17px;
    border-radius: 3px;
}

.product_meta .posted_in a:hover {
    background: var(--main-color);
}

.woocommerce span.onsale {
    background: var(--main-color) !important;
}

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

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

.add_to_cart_button:hover,
.product_type_simple:hover {
    background: var(--second-color) !important;
    color: #fff !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(--second-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;
}

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

.summary .price {
    color: #333 !important;
    font-size: 27px !important;
    font-weight: 800 !important;
    margin: 25px 0;
}

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

.ywapo_input_container {
    margin-bottom: 5px !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 {
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 800;
}

.products-sec .variations {
    display: none;
}

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


.wpsf-product-img {
    height: 300px;
    object-fit: cover;
}

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

.slick-prev {
    background: var(--main-color) !important;
    color: #fff !important;
    border: none !important;
    right: 51% !important;
    line-height: 33px !important;
    border-radius: 50%;
}

.slick-next {
    background: var(--main-color) !important;
    right: 48% !important;
    color: #fff !important;
    border: none !important;
    line-height: 33px !important;
    border-radius: 50%;
}

.slick-prev:hover,
.slick-next:hover {
    background: var(--second-color) !important;
}

.wpsf-product-price {
    margin: 10px 0;
}

.product_type_simple {
    margin-top: 10px;
}

#wps-slider-section .wpsf-product-title {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

.products-inner-sec {
    border: 1px solid #99999938;
    padding: 10px;
    margin-bottom: 20px;
}

.products-inner-sec img {
    height: 180px;
    object-fit: contain;
}

.products-inner-sec .woocommerce-loop-product__title,
.search-opt-sec h2 {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    margin-bottom: 20px;
}

.pswp {
    z-index: 99999;
}

.entry-summary h2 {
    line-height: 40px;
    margin-bottom: 7px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

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

.term-description {
    order: 2;
    margin-top: 50px;
}

.woocommerce img,
.woocommerce-page img {
    border: none !important;
}

.wpmm-target-description {
    display: none !important;
}


.mega-menu-description {
    display: none !important;
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-item>a.mega-menu-link {
    color: #000 !important;
}

#mega-menu-wrap-main {
    background: transparent !important;
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-item>a.mega-menu-link:hover {
    background: transparent !important;
}

#mega-menu-wrap-main,
#mega-menu-wrap-main #mega-menu-main,
#mega-menu-wrap-main #mega-menu-main ul.mega-sub-menu,
#mega-menu-wrap-main #mega-menu-main li.mega-menu-item,
#mega-menu-wrap-main #mega-menu-main li.mega-menu-row,
#mega-menu-wrap-main #mega-menu-main li.mega-menu-column,
#mega-menu-wrap-main #mega-menu-main a.mega-menu-link,
#mega-menu-wrap-main #mega-menu-main span.mega-menu-badge {
    text-align: right !important;
}

#mega-menu-wrap-main #mega-menu-main>li.mega-menu-item>a.mega-menu-link:hover {
    background: transparent !important;
    color: var(--main-color) !important;
    font-weight: 700 !important;
}

.wps-product-image {
    border: 1px solid #dddddd;
    height: 300px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
}

#wps-slider-section img.wpsf-product-img {
    border-radius: 0;
    box-shadow: 0 0;
    max-height: 220px !important;
    object-fit: contain !important;
}

.wptwa-toggle span.wptwa-text{
   margin-right: 10px !important;
}
.wptwa-box .wptwa-face {
  order: 1 !important;
}
.wptwa-box .wptwa-face:after{
   display: none !important;
}
.wptwa-container, .wptwa-button {
  font-family: 'IRANSans' !important;
}
.woocommerce-product-gallery{
   display: inline-block !important;
   width: 50% !important;
}
.flickity-prev-next-button {
    width: 25px !important;
    height: 25px !important;
}
.woocommerce-gallery-images-main-carousel-fullscreen {
    bottom: unset !important;
    top: 0 !important;
    border-radius: 5px !important;
    width: 45px !important;
    height: 45px !important;
    line-height: 35px !important;
}
.woocommerce-gallery-images-gallery-carousel-cell is-selected{
    width: 20% !important;
}

#phone-fix {
    border-radius: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #fff;
    width: 170px;
    height: 180px;
    box-shadow: 0 5px 10px rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 91;
    cursor: pointer;
    flex-flow: column;
}
#phone-fix-icon {
    background: url('img/phone-fix-img.png') no-repeat;
    background-size: 65%;
    background-position: top center;
    height: 112px;
    position: relative;
}
#phone-fix-icon::after{
    content: "";
    background: var(--main-color);
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
#phone-fix span {
    font-size: 20px;
    color: #000;
    font-family: var(--bold-font);
    display: inline-block;
    margin-top: 10px;
}
#phone-fix-icon span{
       font-size: 13px;
    font-weight: 700;
    display: block;
    margin-top: 73px;
}

.instagram-fix{
background: #c13584;
    position: fixed;
    right: 24px;
    bottom: 83px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    line-height: 58px;
    font-size: 29px;
}
.instagram-fix:hover{color:#fff}
.category-article li{display: block}


.h1q {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

h1#h11 {
    width: 25%;
    font-size: 28px;
}

p#textabout {
    font-size: 18px;
}
div#top-banners-sec {
    padding-top: 3%;
}


