﻿@charset "UTF-8";
@media only screen and (max-width: 469px) {
  section.section.padding--mobile:last-child {
    padding-bottom: 0;
  }
  .section.section--one .slider__container {
    height: auto !important;
  }
  .FooterPane {
    padding-bottom: 30px;
  }
  .footer__container .social__container {
    position: relative;
  }
  .sociallinks ul li {
    margin: 5px 0 !important;
  }
  .copyright-texts, .copyright-texts * {
    text-align: center !important;
  }
  .FooterContact {
    min-height: 120px !important;
  }
  .part-right-footer .sociallinksFooter, .part-right-footer .ContactInformations2 {
    padding: 0 15px;
  }
  .section.section--five .link-more-pro, .section.section--between-three .link-more-pro {
    left: 15%;
  }
  .section.section--four .section-four-left-pane p:last-child, .section.section--between .content-order-pane p:last-child {
    text-align: center;
  }
  .section.section--between-three .link-more-pro {
    bottom: -25px;
  }
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  section.section.padding--mobile {
    padding: 30px 0;
  }
  section.section.padding--mobile:last-child {
    padding-bottom: 0;
  }
  .section.section--one .slider__container {
    height: auto !important;
  }
  .elena .two-columns-layout__item .text-part__container, .elena .two-columns-layout__item .image-part__container {
    height: auto !important;
  }
  .effect-wick img {
    width: 100%;
  }
  .section.section--four .dynamic-hover__container ul.is-masonry {
    flex-direction: row;
    height: auto !important;
  }
  .section.section--six .map__container {
    height: auto;
  }
  .section.section--six .footer__container {
    height: auto;
  }
  .contact-info-grid ul .contact-info-grid__item {
    margin: 0 !important;
  }
  .contact-info-grid ul .contact-info-grid__item .contact-info-grid__item__image {
    margin: auto !important;
  }
  .contact-info-grid ul {
    display: block !important;
  }
  .FooterPane {
    padding-bottom: 30px;
  }
  .footer__container .social__container {
    position: relative;
  }
  .sociallinks ul {
    display: block !important;
  }
  .sociallinks ul li {
    margin: 5px 0 !important;
  }
  .copyright-texts, .copyright-texts * {
    text-align: center;
    margin: 15px 0;
  }
}
html[lang=en-US] body, html[lang=fr-FR] body {
  direction: ltr;
}
html[lang=en-US] header.rodiba-header__container .header-items__container .search__container, html[lang=fr-FR] header.rodiba-header__container .header-items__container .search__container {
  direction: rtl;
}
html[lang=en-US] header.rodiba-header__container .navbar__container ul, html[lang=en-US] header.rodiba-header__container .navbar__container li, html[lang=fr-FR] header.rodiba-header__container .navbar__container ul, html[lang=fr-FR] header.rodiba-header__container .navbar__container li {
  direction: ltr;
}
html[lang=en-US] .header__container .top--header .content, html[lang=fr-FR] .header__container .top--header .content {
  direction: rtl;
}
html[lang=en-US] nav .main-menu li a, html[lang=fr-FR] nav .main-menu li a {
  text-align: left !important;
}
html[lang=en-US] .section--three .section-three-panes, html[lang=fr-FR] .section--three .section-three-panes {
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 768px) {
  html[lang=en-US] .section--three .section-three-panes, html[lang=fr-FR] .section--three .section-three-panes {
    padding-left: 0;
  }
}
html[lang=en-US] .section--three .section-three-panes:before, html[lang=fr-FR] .section--three .section-three-panes:before {
  left: 0;
  right: initial;
}
html[lang=en-US] .section--footer .section-footer-panes > div, html[lang=fr-FR] .section--footer .section-footer-panes > div {
  padding-right: 15px;
  padding-left: 15px;
}
html[lang=en-US] .section--footer .section-footer-panes > div:before, html[lang=fr-FR] .section--footer .section-footer-panes > div:before {
  left: 0;
  right: initial;
}

@font-face {
  font-family: "IconFont";
  font-weight: normal;
  src: url("/fonts/IconFont/IconFont.eot") format("embedded-opentype"), url("/fonts/IconFont/IconFont.ttf") format("truetype"), url("/fonts/IconFont/IconFont.woff") format("woff"), url("/fonts/IconFont/IconFont.woff2") format("woff2");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
}

body.rtl {
  direction: rtl !important;
}

body.ltr {
  direction: ltr !important;
}

.DNNEmptyPane:not(.EditBarEmptyPane) {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

html:not(#ls-global) body.dnnEditState {
  padding-top: 300px !important;
}

html:not(#ls-global) h4.mhead, .sl-slider-preview {
  padding-right: 90px !important;
}

html:not(#ls-global) .ls-admin #tabSettings .ui-tabs-nav li.ui-tabs-active::after {
  right: 236px !important;
}

.wnsInjectionContent {
  direction: ltr !important;
}

ul, li {
  padding: 0;
  margin: 0;
}

@keyframes bounce-guide {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
.header__container {
  position: relative;
}
.header__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 250px;
  background: linear-gradient(to bottom, #000, transparent 70%);
}
@media (max-width: 768px) {
  .header__container:before {
    display: none;
  }
}
.header__container .top--header {
  position: relative;
  background: rgba(96, 96, 96, 0.5);
}
@media (max-width: 768px) {
  .header__container .top--header .content {
    visibility: hidden !important;
  }
}
.header__container .top--header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container .top--header .content__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container .top--header .content__right .search-module__container {
  direction: ltr;
  padding-right: 5px;
}
.header__container .top--header .content__right .search__container {
  padding: 2px 4px;
  border-radius: 3px;
  color: white;
  padding-left: 0;
  float: left;
}
.header__container .top--header .content__right .search__container .dnnSearchBoxClearText, .header__container .top--header .content__right .search__container .searchSkinObjectPreview, .header__container .top--header .content__right .search__container a[id*=cmdSearch] {
  display: none;
}
.header__container .top--header .content__right .search__container .search-toggle {
  margin: 0 3px 0 3px;
  color: white;
  text-decoration: none;
}
.header__container .top--header .content__right .search__container .search-toggle i {
  font-size: 15px;
  vertical-align: middle;
  width: 15px;
  color: #fff;
}
.header__container .top--header .content__right .search__container .searchInputContainer {
  margin: 0 5px;
}
.header__container .top--header .content__right .search__container input[type=text] {
  background: none;
  border: 0;
  vertical-align: middle;
  width: 0;
  outline: none;
  padding: 0;
}
.header__container .top--header .content__right .search__container input[type=text]::placeholder {
  color: #fff;
}
@media (max-width: 768px) {
  .header__container .top--header .content__right .basket-preview {
    visibility: visible !important;
    opacity: 1;
    width: 100%;
  }
}
.header__container .top--header .content__right .sociallinks ul {
  gap: initial;
}
.header__container .top--header .content__right .sociallinks ul li {
  height: 15px;
  padding: 0 8px;
  position: relative;
}
.header__container .top--header .content__right .sociallinks ul li:before {
  content: "";
  height: 22px;
  width: 1px;
  background: #266392;
  position: absolute;
  right: 0;
  top: -3px;
}
.header__container .top--header .content__right .sociallinks ul li:last-child:after {
  content: "";
  height: 22px;
  width: 1px;
  background: #266392;
  position: absolute;
  left: 0;
  top: -3px;
}
.header__container .top--header .content__right .sociallinks ul li i {
  color: #dee0dc;
  font-size: 13px;
}
.header__container .top--header .content__right .language-sel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__container .top--header .content__right .language-sel li:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__container .top--header .content__right .language-sel li:first-child:after {
  content: "/";
  margin: 0 5px;
  color: white;
}
.header__container .top--header .content__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container .top--header .content__left .logo__container {
  padding: 15px;
  border-radius: 0 0 7px 7px;
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 99;
}
.header__container .top--header .content__left .logo__container a {
  display: block;
}
.header__container .top--header .content__left .contact-us__pane {
  margin-left: 110px;
}
.header__container .top--header .content__left .contact-us__pane-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.header__container .top--header .content__left .contact-us__pane-content h3 {
  font-size: 12px !important;
}
@media (max-width: 768px) {
  .header__container .bottom-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.3);
  }
}
.header__container .bottom-header .logo-type__container {
  margin-top: 20px;
  text-align: left;
}
.header__container .bottom-header .logo-type__container img {
  margin-left: 95px;
}
.header__container .bottom-header .logo__container-mobile {
  text-align: center;
}
.header__container .bottom-header .logo__container-mobile img {
  max-width: 40%;
  height: auto;
  background: white;
  padding: 5px;
  border-radius: 5px;
  margin: 10px;
  border: 1px solid #359944;
}
@media (min-width: 768px) {
  .header__container .bottom-header .logo__container-mobile {
    display: none;
  }
}

.section.section--one {
  position: relative;
  z-index: 10;
}
.section.section--one .slider__container img {
  margin-top: 0 !important;
}
.section.section--two {
  padding: 50px 0 0;
}
@media (max-width: 768px) {
  .section.section--two {
    padding: 15px 0;
  }
}
@media (min-width: 991px) {
  .section.section--two .section-two-panes .DnnModule:nth-child(odd) .dynamic-columns__container .col-md-8 {
    padding: 0px 0 0px 10px !important;
  }
  .section.section--two .section-two-panes .DnnModule:nth-child(odd) .dynamic-columns__container .col-md-8 img {
    float: right;
  }
  .section.section--two .section-two-panes .DnnModule:nth-child(even) .dynamic-columns__container .col-md-8 {
    padding: 0px 10px 0 0px !important;
  }
  .section.section--two .section-two-panes .DnnModule:nth-child(even) .dynamic-columns__container .col-md-8 img {
    float: left;
  }
}
.section.section--three {
  padding: 20px 0 30px;
  background: #f1f1f1;
}
.section.section--three .section-three-panes {
  padding-right: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .section.section--three .section-three-panes {
    padding-right: 0;
  }
  .section.section--three .section-three-panes:before {
    display: none;
  }
}
.section.section--three .section-three-panes:before {
  content: "";
  height: 100%;
  width: 2px;
  background: #d2d2d2;
  position: absolute;
  top: 0;
  right: 0;
}
.section.section--three .section-three-panes .container__heading h2 {
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
  font-size: 32px;
}
@media (max-width: 768px) {
  .section.section--three {
    padding: 15px 0;
  }
}
.section.section--four {
  padding: 50px 0 90px;
}
.section.section--four .container__heading--center h2 {
  margin-bottom: 50px;
}
.section.section--four .container__heading h2 {
  text-align: right;
  color: #000;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .section.section--four {
    padding: 50px 0;
  }
}
.section.section--four .section-four-panes {
  position: relative;
}
.section.section--four .section-four-panes:after {
  content: "";
  height: 100%;
  width: 2px;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: initial;
  right: -30px;
}
.section.section--five {
  padding: 50px 0 0;
}
@media (max-width: 768px) {
  .section.section--five {
    padding: 0;
  }
}
.section.section--five .fix-image-content__container {
  color: white;
}
@media (max-width: 768px) {
  .section.section--five .fix-image-content__container h4 {
    font-size: 16px !important;
  }
  .section.section--five .fix-image-content__container h3 {
    font-size: 22px !important;
  }
  .section.section--five .fix-image-content__container a {
    padding: 10px 15px !important;
    font-size: 16px !important;
  }
}
.section.section--five .fix-image-content__container h4 {
  font-size: 35px;
  font-weight: 300;
}
.section.section--five .fix-image-content__container h3 {
  font-size: 55px;
  font-weight: 300;
  margin: 0 0 28px;
}
.section.section--five .fix-image-content__container a {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 5px;
  padding: 15px 40px;
  margin: 20px 0 0 !important;
  background: #fff;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.section.section--five .fix-image-content__container a:hover {
  box-shadow: 0px 3px 9px 7px rgba(255, 255, 255, 0.4784313725);
}
.section.section--six {
  padding: 50px 0;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
@media (max-width: 768px) {
  .section.section--six {
    padding: 15px 0;
  }
}
.section.section--footer {
  padding: 65px 0 35px;
  background-color: #656565 !important;
}
@media (max-width: 768px) {
  .section.section--footer {
    padding: 15px 0 !important;
    border: none;
    background-size: cover;
    margin-bottom: 70px;
  }
}
.section.section--footer .section-footer-panes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .section.section--footer .section-footer-panes {
    flex-direction: column;
  }
  .section.section--footer .section-footer-panes .container__footer-pane {
    text-align: center;
  }
  .section.section--footer .section-footer-panes .container__footer-pane h2 {
    margin: 0 0 20px !important;
  }
  .section.section--footer .section-footer-panes > div {
    width: 100%;
    padding: 0 !important;
    margin: 20px 0;
  }
  .section.section--footer .section-footer-panes > div:before {
    display: none;
  }
}
.section.section--footer .section-footer-panes .container__footer-pane h2 {
  color: #fff;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 27px;
}
.section.section--footer .section-footer-panes > div {
  padding-right: 20px;
  position: relative;
}
.section.section--footer .section-footer-panes > div:before {
  content: "";
  height: 100%;
  width: 2px;
  background: #c5c6c8;
  position: absolute;
  top: 0;
  right: 0;
}
.section.section--footer .footer__copyright {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .section.section--footer .footer__copyright {
    text-align: center;
    margin-top: 10px;
  }
}

.section--footer .copyright-texts, .section--footer .copyright-texts * {
  color: #b3b3b3 !important;
}

.section--footer .copyright-texts, .section--footer .copyright-texts * {
  font-size: 16px !important;
  font-weight: 500;
  text-align: right;
}

.lg-container.lg-show.lg-show-in {
  direction: ltr !important;
}

@media (max-width: 480px) {
  ul.language-sel li a {
    line-height: 10px !important;
  }
}
.mobile-fixed-navbar {
  display: flex;
  position: fixed;
  justify-content: space-around;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 10px 25px 5px #ccc;
  font-size: 12px;
  z-index: 85;
}
@media (min-width: 768px) {
  .mobile-fixed-navbar {
    display: none;
  }
}
.mobile-fixed-navbar .mobile-fixed-navbar__btn, .mobile-fixed-navbar .profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.mobile-fixed-navbar .mobile-fixed-navbar__icon {
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: contain;
}
.mobile-fixed-navbar .mobile-fixed-navbar__login::before, .mobile-fixed-navbar .mobile-fixed-navbar__user::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("/Portals/_default/Skins/Rodiba/Images/mobile-fixed-navbar/default/profile.png");
  background-position: center;
  background-size: contain;
}
.mobile-fixed-navbar .mobile-fixed-navbar__login span, .mobile-fixed-navbar .mobile-fixed-navbar__user span {
  display: none;
}
.mobile-fixed-navbar .mobile-fixed-navbar__login {
  /*    &::after {
      content: 'ورود';
      display: block;
  }*/
}
.mobile-fixed-navbar .mobile-fixed-navbar__user::after {
  content: "پروفایل";
  display: block;
}
.mobile-fixed-navbar .home__icon {
  width: 24px;
  height: 24px;
  background-image: url("/Portals/_default/Skins/Rodiba/Images/mobile-fixed-navbar/default/home.svg");
}
.mobile-fixed-navbar .product-group-trigger__icon {
  background-image: url("/Portals/_default/Skins/Rodiba/Images/mobile-fixed-navbar/default/category.png");
}
.mobile-fixed-navbar .product-group-trigger.active .product-group-trigger__icon {
  background-image: url("/Portals/_default/Skins/Rodiba/Images/mobile-fixed-navbar/active/category.png");
}
.mobile-fixed-navbar .basket-trigger__icon {
  background-image: url("/Portals/_default/Skins/Rodiba/Images/mobile-fixed-navbar/default/bag-2.png");
}
.mobile-fixed-navbar .basket-trigger.active .basket-trigger__icon {
  background-image: url("/Portals/_default/Skins/Rodiba/Images/mobile-fixed-navbar/active/bag-2.png");
}
.mobile-fixed-navbar .contact-us__icon {
  background-image: url("/Portals/_default/Skins/Rodiba/Images/mobile-fixed-navbar/default/call-calling.png");
}
