/* Css Share */
@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
/*Body*/
body {
  font-family: 'Verdana', Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: #fff;
  overflow-x: hidden;
  color: #282828; }
  body.rtl {
    direction: rtl;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }

img {
  max-width: 100%; }

a {
  cursor: pointer; }

a:hover {
  text-decoration: none; }

.no-style {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.bg-white {
  background: #fff !important; }

.btn {
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: 14px;
  text-transform: initial; }

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.go-to-top {
  border: 0;
  border-radius: 50%;
  background: #282828;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; }
  .go-to-top.active {
    opacity: 1;
    visibility: visible; }
  .go-to-top:hover {
    background: #000; }

.tooltip > .tooltip-inner {
  max-width: 320px;
  min-width: 100px;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
  color: #333;
  opacity: 1;
  border-radius: 5px; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff !important; }

.show-ipad {
  display: none !important; }

.show-mobile {
  display: none !important; }

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms; }

.animate-delay-1000ms {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animate-delay-800ms {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms; }

.woocommerce ul.products li.product .onsale {
  width: 40px !important;
  height: 40px !important; }

.woocommerce .woocommerce-ordering select {
  line-height: 48px;
  border: 1px solid #e1e1e1;
  padding: 0 45px 0 15px;
  height: 46px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; }
  .woocommerce .woocommerce-ordering select:focus {
    border-color: #333; }
  .woocommerce .woocommerce-ordering select::-ms-expand {
    display: none; }

.woocommerce .woocommerce-ordering .box-select {
  position: relative;
  height: 38px;
  width: 100%; }
  .woocommerce .woocommerce-ordering .box-select select:focus ~ i {
    color: #333; }
  .woocommerce .woocommerce-ordering .box-select i {
    line-height: 38px;
    cursor: pointer;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    color: #e1e1e1;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s; }

.woocommerce ul.products {
  padding: 40px 0; }

.woocommerce ul.order_details,
.woocommerce td.product-name .wc-item-meta {
  padding: 0; }

.woocommerce table.shop_table td a {
  color: #1a4d2d; }
  .woocommerce table.shop_table td a:hover {
    color: #1a4d2d;
    text-decoration: underline; }

/*Woo qty*/
.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button, .woocommerce-page #quantity input::-webkit-outer-spin-button,
.woocommerce-page #quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
  display: none; }

.woocommerce .quantity, .woocommerce-page .quantity {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  padding-right: 33px;
  display: inline-block;
  border: 1px solid #e1e1e1; }

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
  width: 60px;
  height: 34px;
  float: left;
  padding: 0 15px;
  margin: 0;
  text-align: center;
  border-right: 0;
  font-weight: 700;
  outline: none;
  border: 0;
  -moz-appearance: textfield; }
  .woocommerce .quantity input.qty::-webkit-inner-spin-button, .woocommerce .quantity input.qty::-webkit-outer-spin-button, .woocommerce-page .quantity input.qty::-webkit-inner-spin-button, .woocommerce-page .quantity input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }

.woocommerce .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce-page .quantity noindex:-o-prefocus, .woocommerce-page .quantity input[type=number] {
  padding-right: 1.2em; }

.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 33px;
  height: 22px;
  text-decoration: none;
  overflow: visible;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  color: #e1e1e1;
  border-left: 1px solid #e1e1e1;
  text-shadow: none;
  line-height: 1;
  background-image: none;
  font-size: 14px;
  line-height: 20px; }

.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus {
  border-top: 1px solid #e1e1e1; }

.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover, .woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover {
  color: #333; }

.woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
  top: 0;
  right: 0;
  border-bottom: 0;
  border-radius: 0; }

.woocommerce .quantity .minus, .woocommerce-page .quantity .minus {
  bottom: 0;
  right: 0;
  border-radius: 0; }

.woocommerce table.cart img {
  width: 60px; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #1a4d2d; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background: #000; }

.dn-pageLoading {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-touch-callout: none;
  user-select: none; }
  .dn-pageLoading .dn-pageLoading-fallback {
    color: inherit;
    filter: invert(100%); }
  .dn-pageLoading.dn-pageLoading--img-persp {
    perspective: 250px; }
    .dn-pageLoading.dn-pageLoading--img-persp .dn-pageLoading-inner {
      animation: preloader-perspective-img 2s infinite ease-in-out; }
@keyframes preloader-perspective-img {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(180deg); }
  100% {
    transform: rotateY(360deg); } }
  .dn-pageLoading.dn-pageLoading--img-breath .dn-pageLoading-inner {
    animation-name: preloader-breath-img;
    animation-duration: 1800ms;
    animation-delay: 200ms;
    animation-timing-function: cubic-bezier(0.73, 0.005, 0.42, 1.005);
    animation-iteration-count: infinite;
    animation-direction: alternate; }
@keyframes preloader-breath-img {
  from {
    opacity: .2; }
  to {
    opacity: 1; } }
.box-pagenavi {
  display: table;
  margin: auto auto 50px;
  text-align: center; }
  .box-pagenavi li {
    display: inline-block;
    margin: 0 5px; }
    .box-pagenavi li .arrow {
      display: block;
      width: 28px;
      height: 28px; }
      .box-pagenavi li .arrow.next {
        background: url(../images/circle-arrow-next.png) no-repeat center/cover;
        margin-left: 30px; }
      .box-pagenavi li .arrow.prev {
        background: url(../images/circle-arrow-prev.png) no-repeat center/cover;
        margin-right: 30px; }
      .box-pagenavi li .arrow.disabled {
        opacity: 0.3;
        cursor: not-allowed; }
    .box-pagenavi li .point {
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #cbcbcb;
      margin: 9px 0;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      .box-pagenavi li .point.active, .box-pagenavi li .point:hover {
        background: #000; }

body.rtl .box-pagenavi li .arrow.prev {
  background: url(../images/circle-arrow-next.png) no-repeat center/cover;
  margin: 0 0 0 30px; }
body.rtl .box-pagenavi li .arrow.next {
  background: url(../images/circle-arrow-prev.png) no-repeat center/cover;
  margin: 0 30px 0 0px; }

@media (max-width: 992px) {
  .show-ipad {
    display: block !important; }

  .hide-ipad {
    display: none; } }
@media (max-width: 767px) {
  .show-mobile {
    display: block !important; }

  .hide-mobile {
    display: none; } }
@media (min-width: 300px) {
  .container-fluid {
    padding: 0 15px; } }
@media (min-width: 900px) {
  .container {
    width: 100%;
    max-width: 890px; }

  .container-fluid {
    padding: 0 70px; } }
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 calc(100vw / 16); } }
@media (min-width: 1500px) {
  .container-fluid {
    padding: 0 calc(100vw / 12); } }
@media (max-width: 450px) {
  .box-pagenavi li .arrow.next {
    margin-left: 15px; }
  .box-pagenavi li .arrow.prev {
    margin-right: 15px; } }
/*BTN*/
.btn {
  outline: none !important;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; }

.btn-primary {
  border: 0 !important;
  border-color: #ff5d19;
  background-color: #ff5d19 !important; }

.btn-primary:hover {
  border-color: #e74f0f;
  background-color: #e74f0f !important; }

.btn-orange.border {
  color: #e74f0f !important;
  background-color: #fff !important; }

.btn-orange {
  color: #fff !important;
  border-color: #D7410B;
  background-color: #D7410B !important; }

.btn-orange.border {
  color: #D7410B !important;
  background-color: #fff !important; }

.btn-orange:hover {
  background-color: #C1401A !important; }

.btn-orange.border:hover {
  background-color: #fff !important; }

.btn.template {
  height: 46px;
  border-radius: 0;
  padding: 0 20px;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px; }

.form-control.template {
  height: 45px;
  background: #eee;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  padding: 0 20px; }

select.form-control.template {
  padding-right: 0; }

/*TOOLTIP*/
.tooltip-inner {
  background: #fff;
  border-radius: 0;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 35px; }

.tooltip.top .tooltip-arrow {
  border-top-color: #fff; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff; }

.tooltip.left .tooltip-arrow {
  border-left-color: #fff; }

.tooltip.right .tooltip-arrow {
  border-right-color: #fff; }

/*MODAL*/
.md-overlay {
  background: rgba(0, 0, 0, 0.75); }

.md-modal {
  max-width: 900px; }

.md-modal .md-content {
  background: #fff; }

.md-modal .md-content .md-close {
  display: block;
  width: 37px;
  height: 36px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  top: 10px;
  right: 5px;
  opacity: 0.5;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; }

.md-modal .md-content .md-close:hover {
  opacity: 1; }

.md-modal .md-content .md-detail {
  padding: 40px;
  color: #000; }

.box-scroll .mCSB_scrollTools {
  opacity: 1 !important;
  margin: 0;
  right: 0px !important; }

.box-scroll .mCSB_dragger_bar {
  width: 6px;
  background: #cecfd1;
  opacity: 1 !important; }

.box-scroll .mCSB_draggerRail {
  width: 6px;
  background: #e6eaea; }

/*CHECKBOX-RADIO*/
.check-radio {
  display: inline-block; }

.check-radio input[type=radio] {
  display: none; }

.check-radio label {
  margin: 0;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-weight: normal;
  line-height: 19px;
  font-size: 13px; }

.check-radio label:before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url(../images/checkbox.png) no-repeat; }

.check-radio input[type=radio]:checked + label:before {
  background-position: left bottom; }

/*CHECKBOX*/
.checkbox {
  display: inline-block;
  float: left;
  width: 100%;
  padding-right: 10px; }

.checkbox input[type=checkbox] {
  display: none; }

.checkbox label {
  margin: 0;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  font-weight: normal;
  line-height: 36px !important;
  font-size: 19.5px !important;
  color: #b2b2b2 !important;
  height: 36px !important; }

.checkbox label:before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: url(../images/checkbox.png) no-repeat; }

.checkbox input[type=checkbox]:checked + label:before {
  background-position: left bottom; }

/*RADIOBOX*/
.radiobox {
  display: inline-block; }

.radiobox input[type=radio] {
  display: none; }

.radiobox label {
  margin: 0;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-weight: normal;
  line-height: 19px;
  font-size: 13px; }

.radiobox label:before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url(../images/radiobox.png) no-repeat; }

.radiobox.style-2 label:before {
  content: '';
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url(../images/radiobox-new.png) no-repeat; }

.radiobox input[type=radio]:checked + label:before {
  background-position: left bottom; }

/* Css Header */
/*Header*/
#header {
  float: left;
  width: 100%;
  position: relative; }
  #header:not(.home) {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  #header .logo {
    float: left;
    width: 330px;
    padding-right: 45px;
    padding-left: 10px;
    line-height: 154px; }
    #header .logo img {
      max-width: 100%; }
  #header .box-menu {
    float: left;
    width: calc(100% - 331px); }
    #header .box-menu .top {
      float: left;
      width: 100%;
      padding: 7px 0; }
      #header .box-menu .top .language {
        float: right;
        height: 40px;
        line-height: 40px;
        position: relative;
        margin-right: 30px; }
        #header .box-menu .top .language > span {
          display: block;
          float: right;
          padding: 0 20px;
          line-height: 1;
          color: #1a4d2d;
          line-height: 40px;
          font-weight: 500;
          cursor: pointer;
          font-size: 12px;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          #header .box-menu .top .language > span img {
            margin-right: 5px;
            width: 18px;
            position: relative;
            top: -2px; }
          #header .box-menu .top .language > span i {
            margin-left: 5px;
            color: #999999;
            font-size: 12.5px; }
        #header .box-menu .top .language > ul {
          display: block;
          min-width: 100px;
          background: #fff;
          -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          padding: 5px 0;
          position: absolute;
          top: 70px;
          right: 0;
          z-index: 99;
          opacity: 0;
          visibility: hidden;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          #header .box-menu .top .language > ul > li {
            line-height: 1.3; }
            #header .box-menu .top .language > ul > li + li {
              border-top: 1px solid #fff; }
            #header .box-menu .top .language > ul > li.current > a, #header .box-menu .top .language > ul > li.current > span {
              background: #f1f1f1;
              color: #1a4d2d;
              font-weight: bold; }
            #header .box-menu .top .language > ul > li > a, #header .box-menu .top .language > ul > li span {
              display: block;
              padding: 10px 15px;
              font-size: 13px;
              color: #333;
              background: #fff;
              cursor: pointer;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s;
              text-transform: uppercase; }
              #header .box-menu .top .language > ul > li > a img, #header .box-menu .top .language > ul > li span img {
                margin-right: 5px;
                position: relative;
                top: -2px; }
            #header .box-menu .top .language > ul > li:hover > a {
              background: #f1f1f1;
              color: #1a4d2d; }
        #header .box-menu .top .language.open > ul {
          display: block;
          top: 40px;
          opacity: 1;
          visibility: visible; }
          #header .box-menu .top .language.open > ul > li > a:hover {
            background: #f1f1f1;
            color: #1a4d2d; }
      #header .box-menu .top .right {
        float: right; }
        #header .box-menu .top .right .box-cart {
          float: left; }
        #header .box-menu .top .right .box-info {
          float: left;
          padding: 2px 25px 2px 10px;
          position: relative;
          font-size: 12.5px; }
          #header .box-menu .top .right .box-info:before {
            content: '';
            width: 2px;
            height: 33px;
            background: url(../images/dashed.png) no-repeat center/cover;
            position: absolute;
            left: 0;
            top: 3px; }
          #header .box-menu .top .right .box-info:after {
            content: '';
            width: 2px;
            height: 33px;
            background: url(../images/dashed.png) no-repeat center/cover;
            position: absolute;
            right: 0;
            top: 3px; }
          #header .box-menu .top .right .box-info a {
            color: #0fccf4; }
            #header .box-menu .top .right .box-info a:hover {
              text-decoration: underline; }
    #header .box-menu .bottom {
      float: left;
      width: 100%;
      border-top: 1px solid #e1e1e1;
      padding-right: 70px;
      position: relative; }
      #header .box-menu .bottom.open .search {
        opacity: 1;
        visibility: visible;
        bottom: -50px; }
      #header .box-menu .bottom .menu {
        float: right;
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 94px; }
        #header .box-menu .bottom .menu li {
          flex: 1 1 auto;
          padding: 0 8px;
          text-align: center; }
          #header .box-menu .bottom .menu li a {
            font-size: 17px;
            text-align: center;
            color: #282828;
            font-weight: bold;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            #header .box-menu .bottom .menu li a:hover {
              color: #1a4d2d; }
      #header .box-menu .bottom .icon-search {
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 29px;
        height: 29px;
        text-align: center;
        cursor: pointer;
        line-height: 29px;
        pointer-events: auto; }
      #header .box-menu .bottom .search {
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        width: 300px;
        padding: 0 20px 0;
        position: absolute;
        bottom: -70px;
        right: 0;
        line-height: 50px;
        height: 50px;
        display: table;
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
        background: #fff;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
        #header .box-menu .bottom .search img {
          margin-right: 10px;
          float: left;
          width: 19px;
          position: relative;
          top: 18px;
          z-index: 99;
          cursor: pointer;
          pointer-events: none;
          cursor: pointer;
          pointer-events: auto; }
        #header .box-menu .bottom .search input[type=text] {
          float: left;
          width: calc(100% - 29px);
          border: 0;
          line-height: 50px;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s;
          outline: none; }
          #header .box-menu .bottom .search input[type=text]:focus {
            border-color: #282828; }
        #header .box-menu .bottom .search input[type=submit] {
          float: left;
          width: 19px;
          position: absolute;
          top: 18px;
          left: 19px;
          height: 19px;
          opacity: 0; }
  #header .shop-cart {
    float: left;
    padding-right: 30px; }
    #header .shop-cart .dropdown-menu-mini-cart {
      width: 350px;
      right: -10px;
      left: auto; }
    #header .shop-cart .nav-item .box-icon {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      position: relative;
      line-height: 45px;
      text-align: center;
      pointer-events: auto;
      cursor: pointer; }
      #header .shop-cart .nav-item .box-icon span {
        font-size: 12px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #7fbc00;
        border: 2px solid #deeabe;
        top: 3px;
        right: -5px;
        left: auto;
        line-height: 22px;
        text-align: center;
        color: #fff;
        position: absolute; }

body.rtl #header .shop-cart {
  padding: 0 0 0 30px; }
  body.rtl #header .shop-cart .nav-item .box-icon img {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotateY(-180deg); }
  body.rtl #header .shop-cart .nav-item .box-icon span {
    right: auto;
    left: -5px; }
body.rtl #header .logo {
  float: right;
  padding-left: 45px;
  padding-right: 10px; }
body.rtl #header .box-menu .top .language {
  float: left;
  margin: 0 0 0 30px; }
  body.rtl #header .box-menu .top .language > span {
    font-size: 20px; }
    body.rtl #header .box-menu .top .language > span i {
      margin: 0 5px 0 0; }
    body.rtl #header .box-menu .top .language > span img {
      margin: 0 0 0 5px; }
  body.rtl #header .box-menu .top .language > ul > li span {
    font-size: 20px; }
    body.rtl #header .box-menu .top .language > ul > li span img {
      margin: 0 0 0 5px; }
body.rtl #header .box-menu .top .right {
  float: left; }
  body.rtl #header .box-menu .top .right .box-cart {
    float: right; }
  body.rtl #header .box-menu .top .right .box-info {
    padding: 2px 10px 2px 25px;
    font-size: 14px; }
body.rtl #header .box-menu .bottom {
  padding-right: 0px;
  padding-left: 70px; }
  body.rtl #header .box-menu .bottom .icon-search {
    right: auto;
    left: 20px; }
    body.rtl #header .box-menu .bottom .icon-search img {
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transform: rotateY(-180deg); }
  body.rtl #header .box-menu .bottom .search {
    left: 0;
    right: auto; }
    body.rtl #header .box-menu .bottom .search img {
      margin: 0 0 0 10px;
      float: right; }
  body.rtl #header .box-menu .bottom .menu li a {
    font-size: 24px;
    line-height: 1; }

@media (max-width: 1400px) {
  #header .box-menu .bottom .menu li a {
    font-size: 14px; }

  #header .logo {
    width: 230px; }

  #header .box-menu {
    width: calc(100% - 231px); } }
@media (max-width: 1200px) {
  #header .box-menu .bottom .menu li {
    flex: 3; }

  #header .logo {
    width: 150px;
    padding-right: 20px;
    line-height: 124px; }
  #header .box-menu {
    width: calc(100% - 151px); }
    #header .box-menu .bottom .menu {
      height: 64px; }
      #header .box-menu .bottom .menu li a {
        font-size: 12px; }

  body.rtl #header .box-menu .bottom .menu li a {
    font-size: 20px; } }
@media (max-width: 992px) {
  body {
    padding-top: 60px; }

  #header {
    display: none; } }
/*===================================================================================*/
/*  Wc Widgets
/*===================================================================================*/
.wc-forward {
  border-width: 0;
  display: inline-block;
  padding: 12px 30px 10px 30px;
  margin: 0 6px;
  border-radius: 22px;
  background-color: #efecec;
  border-color: #efecec;
  color: #282828;
  min-width: 127px;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; }
  .wc-forward.checkout {
    background-color: #1a4d2d;
    border-color: #1a4d2d;
    color: #fff; }
  .wc-forward:hover {
    color: #fff;
    background: #282828; }

.product_list_widget {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }

.product_list_widget > li {
  margin-bottom: 2.143em; }

.product_list_widget > li::after {
  content: "";
  display: table;
  clear: both; }

.product_list_widget > li > a:hover, .product_list_widget > li > a:focus {
  color: black;
  text-decoration: none; }

.product_list_widget > li:last-child {
  margin-bottom: 0; }

.product_list_widget .product-title {
  color: #1a4d2d;
  font-weight: bold;
  font-size: 1em;
  display: block;
  line-height: 1.2em; }

.product_list_widget a {
  color: #1a4d2d;
  font-weight: bold; }

.product_list_widget .wp-post-image {
  width: 75px;
  height: auto;
  margin-right: 20px;
  float: left; }

.product_list_widget .electro-price {
  margin-top: 1.667em;
  display: block;
  margin-left: 95px; }

.product_list_widget .star-rating + .electro-price {
  margin-top: 0; }

.product_list_widget .amount {
  display: inline-block;
  font-size: 1.071em; }

.product_list_widget del .amount, .product_list_widget del {
  color: #8f8f8f; }

.product_list_widget del .amount {
  text-decoration: line-through;
  font-size: 0.928em; }

.product_list_widget ins {
  text-decoration: none; }

.product_list_widget ins .amount {
  font-size: 1.071em; }

.product_list_widget .star-rating {
  margin: 8px 0; }

.product_list_widget .star-rating + .amount,
.product_list_widget .star-rating + del > .amount,
.product_list_widget .star-rating + del + ins > .amount {
  margin-top: 0; }

.product_list_widget.cart_list {
  margin-bottom: 1rem; }

.product_list_widget .mini_cart_item .remove {
  float: right;
  color: #ee0000; }

.product_list_widget .mini_cart_item a:nth-child(2) {
  line-height: 1.286em;
  font-size: 1em; }

.product_list_widget .mini_cart_item .quantity {
  display: block; }

.product_list_widget .mini_cart_item .quantity .amount {
  margin-top: 0; }

.widget_product_categories ul li > a, .widget_layered_nav ul li > a {
  color: #333e48;
  padding: 0.571em 0 0.643em 0;
  display: inline-block; }

.widget_product_categories ul li > a:focus, .widget_product_categories ul li > a:hover, .widget_layered_nav ul li > a:focus, .widget_layered_nav ul li > a:hover {
  color: #333e48;
  text-decoration: none; }

.widget_product_categories ul li .count, .widget_layered_nav ul li .count {
  font-size: 0.857em;
  color: #acacac; }

.widget_product_categories ul {
  list-style: none; }

.widget_product_categories .product-categories, .widget_product_categories .widget-title + ul {
  padding: 0 !important;
  border: 2px solid #ececec;
  border-radius: 6px; }

.widget_product_categories ul li {
  border-top: 1px solid #ddd; }

.widget_product_categories ul li:first-child {
  border: none; }

.widget_product_categories ul li .child-indicator {
  padding-right: 0.429em; }

.widget_product_categories ul li .child-indicator i {
  font-size: 0.857em;
  color: #aeaeae;
  width: 0.571em; }

.widget_product_categories ul li .children {
  padding: 0; }

.widget_product_categories ul li .children .child-indicator {
  padding-left: 2.214em; }

.widget_product_categories ul li .children .no-child {
  padding-left: 3.143em; }

.widget_product_categories ul li .child-indicator {
  padding-left: 1.214em; }

.widget_product_categories ul li .no-child {
  padding-left: 2.143em; }

.widget_product_categories .product_cat > span {
  padding: 1em 2em;
  border-bottom: 1px solid #ececec;
  display: block;
  cursor: pointer; }

.widget_product_categories .product_cat > ul {
  padding: 0.929em; }

.widget_product_categories .category-single {
  padding: 0 !important; }

.widget_product_categories .category-single > li, .widget_product_categories .category-single .show-all-cat > li {
  border: none; }

.widget_product_categories .category-single .show-all-cat {
  padding: 0; }

.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown {
  padding: 1em 2em;
  border-bottom: 1px solid #ececec;
  display: block;
  cursor: pointer; }

.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown .child-indicator {
  padding-left: 0.643em; }

.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown .child-indicator i {
  font-size: 1.2em;
  color: #333e48;
  font-weight: bold;
  vertical-align: middle; }

.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul {
  padding: 0.929em; }

.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown + ul li:first-child {
  border: none; }

.widget_product_categories .category-single > li > ul:last-child {
  padding: 0.929em; }

.widget_product_categories .category-single > li > ul:last-child > li > a .child-indicator {
  display: none; }

.widget_product_categories .category-single > li > ul:last-child > li > a .no-child {
  padding-left: 0; }

.widget_product_categories .category-single > li > ul:last-child li.current-cat-parent > .children li > a .child-indicator {
  padding-left: 0; }

.widget_product_categories .category-single > li > ul:last-child li.current-cat-parent > .children li > a .no-child {
  padding-left: 1.214em; }

.widget_product_categories .category-single > li > ul:last-child li.current-cat > a {
  font-weight: bold; }

.widget_product_categories .category-single > li > ul:last-child li.current-cat > .children li > a .child-indicator {
  padding-left: 0; }

.widget_product_categories .category-single > li > ul:last-child li.current-cat > .children li > a .no-child {
  padding-left: 1.214em; }

.widget_product_categories .category-single > li > ul:last-child li > a {
  padding-left: 1.071em;
  padding-bottom: 0.643em; }

.widget_product_categories .category-single > li > ul:last-child li > .children > li .child-indicator {
  padding-left: 1.214em; }

.widget_product_categories .category-single > li > ul:last-child li > .children > li .no-child {
  padding-left: 2.143em; }

.widget_product_categories .category-single > li > ul:last-child li > .children > li:first-child > a {
  padding-top: 1em; }

.widget_product_categories .category-single > li > ul:last-child li .children li {
  padding: 0; }

.widget_product_categories .category-single > li > ul:last-child li .children li .children {
  transition: opacity .1s ease;
  padding-bottom: 0.571em; }

.widget_product_categories .category-single > li > ul:last-child li .children li:first-child {
  border-top: 1px solid #ddd; }

.widget_product_categories .category-single > li > ul:last-child li .children li .children li {
  border: none; }

.widget_product_categories .category-single > li > ul:last-child li .children li .children li a {
  padding-left: 3.214em;
  line-height: 1.1em;
  padding-bottom: 0.893em; }

.widget_product_categories .category-single > li > ul:last-child li .children li .children li .no-child, .widget_product_categories .category-single > li > ul:last-child li .children li .children li .child-indicator {
  padding-left: 0; }

.widget_price_filter .price_slider {
  margin: 30px 0; }

.widget_price_filter .price_slider_amount {
  text-align: left;
  position: relative;
  width: 100%;
  color: #686868; }

.widget_price_filter .price_slider_amount .button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  line-height: 1;
  font-size: 1em;
  font-weight: bold;
  padding: 0.75em 1.646em;
  border-radius: 0.571em;
  margin-top: 35px; }

.widget_price_filter .price_slider_amount .button:focus, .widget_price_filter .price_slider_amount .button.focus, .widget_price_filter .price_slider_amount .button:active:focus, .widget_price_filter .price_slider_amount .button:active.focus, .widget_price_filter .price_slider_amount .button.active:focus, .widget_price_filter .price_slider_amount .button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.widget_price_filter .price_slider_amount .button:focus, .widget_price_filter .price_slider_amount .button:hover {
  text-decoration: none; }

.widget_price_filter .price_slider_amount .button.focus {
  text-decoration: none; }

.widget_price_filter .price_slider_amount .button:active, .widget_price_filter .price_slider_amount .button.active {
  background-image: none;
  outline: 0; }

.widget_price_filter .price_slider_amount .button.disabled, .widget_price_filter .price_slider_amount .button:disabled {
  cursor: not-allowed;
  opacity: .65; }

.widget_price_filter .price_slider_amount .price_label {
  position: absolute;
  top: -8px;
  width: inherit;
  font-size: 1em;
  line-height: 1em; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: ew-resize;
  margin-top: -8px;
  opacity: 1;
  outline: medium none;
  position: absolute;
  z-index: 2;
  height: 1.143em;
  width: 1.143em; }

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  border-width: 3px;
  border-style: solid;
  background-color: #fff;
  margin-left: -1em; }

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-color: #dcdcdc; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #cacaca; }

.widget_price_filter .ui-slider-horizontal {
  height: 2px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: -2px;
  height: 6px;
  margin-left: 2px; }

.widget_layered_nav_filters li.chosen a {
  display: block !important; }

.widget_layered_nav_filters li.chosen a::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  margin-right: 0.571em; }

.widget_layered_nav_filters li.chosen a:focus::before, .widget_layered_nav_filters li.chosen a:hover::before {
  color: #ee0000; }

.section-products-carousel .product-carousel-alt {
  text-align: center; }

.section-products-carousel .product-carousel-alt h3 {
  font-size: 1.071em;
  margin-bottom: 1.667em;
  padding: 0 2.857em; }

.section-products-carousel .product-carousel-alt > a {
  color: #333e48; }

.section-products-carousel .product-carousel-alt .loop-product-categories {
  padding: 1.214em 0 0.500em 0;
  display: block; }

.section-products-carousel .product-carousel-alt .loop-product-categories a {
  color: #878787;
  font-size: 0.857em; }

.section-products-carousel .product-carousel-alt .price {
  font-size: 1.500em; }

.section-products-carousel .product-carousel-alt .price del {
  font-size: 0.762em;
  padding-left: 0.325em; }

.section-products-carousel .product-carousel-alt .price ins, .section-products-carousel .product-carousel-alt .price del {
  text-decoration: none; }

.section-products-carousel .product-carousel-alt .price ins {
  color: #ee0000; }

.section-products-carousel .product-carousel-alt .price del {
  text-decoration: line-through; }

.widget_electro_products_carousel_widget .section-products-carousel header {
  margin-bottom: 1.429em; }

.widget_electro_products_carousel_widget .section-products-carousel header h1 {
  font-size: 1.357em;
  line-height: 0.947em;
  padding-bottom: 1.053em; }

.widget_electro_products_carousel_widget .section-products-carousel header .owl-nav {
  line-height: 2em; }

.widget_electro_products_carousel_widget .section-products-carousel .products-carousel .owl-nav, .widget_electro_products_carousel_widget .section-products-carousel .products-carousel .owl-dots {
  display: none; }

@media (max-width: 767px) {
  .wc-forward {
    width: 100%;
    margin: 5px 0; } }
body.rtl .product_list_widget .mini_cart_item .remove {
  font-size: 30px;
  font-weight: bold;
  line-height: 15px;
  float: left; }
body.rtl .product_list_widget .wp-post-image {
  float: right;
  margin: 0 0 0 20px; }
body.rtl .product_list_widget .mini_cart_item a:nth-child(2) {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 22px; }
body.rtl .dropdown-menu-mini-cart dl.variation, body.rtl .dropdown-menu-mini-cart .quantity {
  margin: 0 95px 0 0;
  text-align: right;
  font-size: 22px;
  line-height: 1; }

/*===================================================================================*/
/*  NAVBAR-MINI-CART
/*===================================================================================*/
.navbar-mini-cart .nav-link > .fa {
  margin-right: 1.071em; }

.navbar-mini-cart .nav-link {
  position: relative; }

.navbar-mini-cart .cart-items-count {
  font-size: 0.750em;
  line-height: 1.750em;
  font-weight: bold;
  position: absolute;
  left: 7px;
  width: 1.750em;
  text-align: center;
  border-radius: 50%;
  bottom: 4px; }

.dropdown-menu-mini-cart {
  width: 332px;
  left: auto;
  right: 0;
  padding: 2.2em 2.2em 1.2em 2.2em;
  border-radius: 0;
  top: 120% !important;
  box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.3);
  border: none; }

.dropdown-menu-mini-cart .mini_cart_item {
  margin-bottom: 1em;
  padding-bottom: 1.143em;
  border-bottom: 1px solid #ddd; }

.dropdown-menu-mini-cart p.total {
  display: none; }

.dropdown-menu-mini-cart dl.variation,
.dropdown-menu-mini-cart .quantity {
  margin-left: 95px; }

.dropdown-menu-mini-cart p.buttons {
  text-align: center;
  margin-bottom: 0; }

.dropdown-menu-mini-cart .wc-forward::after {
  content: none; }

.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 200ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 200ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards; }

@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }
@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0; }
  to {
    margin-top: 0;
    opacity: 1; } }
/*Css Home*/
/*Banner*/
section.banner {
  height: 740px; }
  section.banner .child {
    height: 740px;
    background: no-repeat center /cover; }
    section.banner .child img {
      display: none; }
    section.banner .child h2 {
      font-size: 84px;
      color: #1a4d2d;
      font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
      text-align: center;
      margin: 13px 0;
      position: absolute;
      left: 0;
      right: 0; }
    section.banner .child .caption {
      width: 100%;
      max-width: 420px;
      float: right;
      font-size: 17px;
      color: #1a4d2d;
      height: 740px;
      position: relative; }
      section.banner .child .caption .text {
        position: absolute;
        bottom: 95px; }
  section.banner .owl-nav .prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    margin: auto;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    opacity: 0.6; }
    section.banner .owl-nav .prev:before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      background: url(../images/arrow-black-pre.png) no-repeat center/cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      margin: auto; }
    section.banner .owl-nav .prev:hover {
      opacity: 1; }
  section.banner .owl-nav .next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    margin: auto;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    opacity: 0.6; }
    section.banner .owl-nav .next:before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      background: url(../images/arrow-black-next.png) no-repeat center/cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      margin: auto; }
    section.banner .owl-nav .next:hover {
      opacity: 1; }
  section.banner .owl-dots {
    position: absolute;
    bottom: 60px;
    right: 170px; }
    section.banner .owl-dots .owl-dot {
      display: inline-block;
      float: left;
      width: 20px;
      height: 4px;
      background: rgba(255, 255, 255, 0.4); }
      section.banner .owl-dots .owl-dot + .owl-dot {
        margin-left: 12px; }
      section.banner .owl-dots .owl-dot.active {
        width: 35px;
        background: #fff; }

body.rtl section.banner .child h2 {
  font-size: 100px;
  font-weight: bold;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.banner .child .caption {
  float: left;
  text-align: left;
  font-size: 30px;
  line-height: 1.2; }
body.rtl section.banner .owl-dots {
  right: auto;
  left: calc(100vw / 16); }
  body.rtl section.banner .owl-dots .owl-dot {
    float: right; }
    body.rtl section.banner .owl-dots .owl-dot + .owl-dot {
      margin: 0 12px 0 0; }

@media (min-width: 300px) {
  section.banner .owl-dots {
    right: 15px; } }
@media (min-width: 900px) {
  section.banner .owl-dots {
    right: 70px; } }
@media (min-width: 1200px) {
  section.banner .owl-dots {
    right: calc(100vw / 16); } }
@media (min-width: 1500px) {
  section.banner .owl-dots {
    right: calc(100vw / 12); } }
@media (max-width: 1600px) {
  section.banner,
  section.banner .child,
  section.banner .child .caption {
    height: 640px; } }
@media (max-width: 1400px) {
  section.banner,
  section.banner .child,
  section.banner .child .caption {
    height: 540px; } }
@media (max-width: 1200px) {
  section.banner {
    height: 400px; }
    section.banner .child {
      height: 400px; }
      section.banner .child .caption {
        height: 400px; }
      section.banner .child h2 {
        font-size: 60px; }
      section.banner .child .caption .text {
        bottom: 55px; }
    section.banner .owl-dots {
      bottom: 30px; }

  body.rtl section.banner .child h2 {
    font-size: 70px; } }
@media (max-width: 992px) {
  section.banner .child h2 {
    font-size: 46px; }

  body.rtl section.banner .child h2 {
    font-size: 58px; } }
@media (max-width: 450px) {
  section.banner {
    height: 300px; }
    section.banner .child {
      height: 300px; }
      section.banner .child .caption {
        height: 300px; }
        section.banner .child .caption .text {
          padding: 10px;
          background: rgba(255, 255, 255, 0.7);
          border-radius: 5px; }

  section.banner .owl-nav .prev, section.banner .owl-nav .next {
    display: none; }

  section.banner .child h2 {
    font-size: 32px;
    padding: 0 5%; }

  section.banner .child .text {
    font-size: 15px;
    text-align: center; }

  section.banner .owl-dots {
    right: 0;
    left: 0;
    text-align: center; }
    section.banner .owl-dots .owl-dot {
      float: none !important;
      display: inline-block; }

  body.rtl section.banner .child .text {
    font-size: 24px; }

  body.rtl section.banner .child h2 {
    font-size: 42px; } }
/*Grid 1*/
section.grid-1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #b79257;
  overflow: hidden; }
  section.grid-1 .left {
    float: left;
    width: 1300px;
    padding: 60px 200px 90px 200px;
    text-align: center;
    background: url(../images/bg-3.png) no-repeat center right/cover;
    z-index: 99; }
    section.grid-1 .left .box h2 {
      font-size: 125px;
      color: #fff;
      font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
      line-height: 1;
      margin: 0; }
    section.grid-1 .left .box .text {
      font-size: 42px;
      color: rgba(255, 255, 255, 0.5);
      line-height: 1.4; }
    section.grid-1 .left .box .learn-more {
      background: transparent;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;
      line-height: 56px;
      border: 4px solid #fff;
      color: #fff;
      display: table;
      margin: 35px auto auto;
      padding: 0 55px;
      border-radius: 5px;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: -0.5px; }
      section.grid-1 .left .box .learn-more:hover {
        background: #fff;
        color: #1a4d2d; }
  section.grid-1 .right {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1000px; }
    section.grid-1 .right .bg {
      height: 100%;
      background: no-repeat center left /cover;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1000px; }

body.rtl section.grid-1 .left {
  float: right;
  background: url(../images/bg-3s.png) no-repeat center left/cover; }
  body.rtl section.grid-1 .left .box h2 {
    font-size: 160px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.grid-1 .left .box .text {
    font-size: 60px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.grid-1 .left .box .learn-more {
    font-size: 36px; }
body.rtl section.grid-1 .right {
  left: 0;
  right: auto; }

@media (max-width: 1600px) {
  section.grid-1 .left {
    padding: 60px 240px 90px 160px;
    width: 1000px; }
    section.grid-1 .left .box h2 {
      font-size: 90px; }
    section.grid-1 .left .box .text {
      font-size: 34px; }

  body.rtl section.grid-1 .left {
    padding: 60px 160px 90px 240px; }
    body.rtl section.grid-1 .left .box h2 {
      font-size: 130px; }
    body.rtl section.grid-1 .left .box .text {
      font-size: 48px; } }
@media (max-width: 1500px) {
  section.grid-1 .left {
    padding: 60px 240px 90px 100px; }
    section.grid-1 .left .box .learn-more {
      line-height: 50px;
      padding: 0 40px;
      font-size: 15px; }

  body.rtl section.grid-1 .left {
    padding: 60px 100px 90px 240px; }
    body.rtl section.grid-1 .left .box .learn-more {
      line-height: 50px;
      padding: 0 40px;
      font-size: 22px; } }
@media (max-width: 1300px) {
  section.grid-1 .left {
    padding: 60px 160px 90px 100px;
    width: calc(100% - 350px); }
  section.grid-1 .right {
    width: 650px; }

  body.rtl section.grid-1 .left {
    padding: 60px 100px 90px 160px; }
    body.rtl section.grid-1 .left .box h2 {
      font-size: 100px; }
    body.rtl section.grid-1 .left .box .text {
      font-size: 40px; } }
@media (max-width: 1200px) {
  section.grid-1 .left {
    padding-left: 70px;
    padding-bottom: 70px; }
    section.grid-1 .left .box h2 {
      font-size: 60px; }
    section.grid-1 .left .box .text {
      font-size: 24px;
      padding-top: 7px; }

  body.rtl section.grid-1 .left {
    padding-right: 70px;
    padding-bottom: 70px; }
    body.rtl section.grid-1 .left .box h2 {
      font-size: 80px; }
    body.rtl section.grid-1 .left .box .text {
      font-size: 36px;
      padding-top: 7px; } }
@media (max-width: 992px) {
  section.grid-1 {
    display: block; }
    section.grid-1 .left {
      width: 100%;
      padding: 40px 70px;
      background: #b79257; }
    section.grid-1 .right {
      display: none;
      width: 100%;
      position: static;
      height: 300px; }
      section.grid-1 .right .bg {
        position: static; }

  body.rtl section.grid-1 .left {
    padding: 40px 70px; }
  body.rtl section.grid-1 .right {
    display: none;
    width: 100%;
    position: static;
    height: 300px; }
    body.rtl section.grid-1 .right .bg {
      position: static; } }
@media (max-width: 450px) {
  section.grid-1 .left {
    padding: 30px; }
    section.grid-1 .left .box h2 {
      font-size: 40px; }
    section.grid-1 .left .box .text {
      font-size: 18px; }
  section.grid-1 .right {
    height: 200px; }

  body.rtl section.grid-1 .left {
    padding: 30px; }
    body.rtl section.grid-1 .left .box h2 {
      font-size: 60px; }
    body.rtl section.grid-1 .left .box .text {
      font-size: 26px; }
  body.rtl section.grid-1 .right {
    height: 200px; } }
/*For you*/
section.for-you {
  padding: 7px 0 0; }
  section.for-you .box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  section.for-you .left {
    float: left;
    width: 610px;
    margin-left: -70px; }
    section.for-you .left img {
      max-width: 619px;
      width: 100%; }
    section.for-you .left .box-img {
      display: table-cell;
      vertical-align: bottom; }
  section.for-you .right {
    float: right;
    width: calc(100% - 611px);
    max-width: 940px; }
    section.for-you .right h2 {
      text-align: right;
      font-size: 200px;
      line-height: 0.8;
      color: #1a4d2d;
      font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
      margin: 30px 0 20px; }
    section.for-you .right .text {
      font-size: 29px;
      color: rgba(67, 67, 67, 0.6);
      line-height: 1.4;
      margin-bottom: 45px; }
    section.for-you .right .read-more {
      float: right;
      background: transparent;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;
      line-height: 56px;
      border: 4px solid #1a4d2d;
      color: #1a4d2d;
      display: table;
      margin: auto auto 50px;
      padding: 0 55px;
      border-radius: 5px;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: -0.5px; }
      section.for-you .right .read-more:hover {
        background: #1a4d2d;
        color: #fff; }

body.rtl section.for-you .left {
  margin: 0 -70px 0 0;
  float: right; }
body.rtl section.for-you .right {
  float: left; }
  body.rtl section.for-you .right h2 {
    font-size: 200px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    font-weight: bold; }
  body.rtl section.for-you .right .text {
    font-size: 40px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.for-you .right .read-more {
    font-size: 30px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }

@media (max-width: 1700px) {
  section.for-you .left {
    width: 540px; }
  section.for-you .right {
    width: calc(100% - 521px); }
    section.for-you .right h2 {
      font-size: 180px; }
    section.for-you .right .text {
      font-size: 24px; }

  body.rtl section.for-you .right h2 {
    font-size: 180px; }
  body.rtl section.for-you .right .text {
    font-size: 32px; } }
@media (max-width: 1500px) {
  section.for-you .left {
    width: 460px; }

  section.for-you .right {
    width: calc(100% - 441px); }
    section.for-you .right h2 {
      font-size: 150px; }
    section.for-you .right .text {
      font-size: 22px;
      margin-bottom: 35px; }
    section.for-you .right .read-more {
      line-height: 50px;
      padding: 0 40px;
      font-size: 15px; }

  body.rtl section.for-you .right h2 {
    font-size: 150px; }
  body.rtl section.for-you .right .text {
    font-size: 28px; }
  body.rtl section.for-you .right .read-more {
    font-size: 26px; } }
@media (max-width: 1300px) {
  section.for-you .left {
    width: 365px; }

  section.for-you .right {
    width: calc(100% - 346px); }
    section.for-you .right h2 {
      font-size: 100px;
      margin: 20px 0; }
    section.for-you .right .text {
      font-size: 18px; }
    section.for-you .right .read-more {
      line-height: 46px;
      padding: 0 35px;
      font-size: 14px;
      margin-bottom: 35px; } }
@media (max-width: 1200px) {
  section.for-you .left {
    width: 380px; }

  section.for-you .right {
    width: calc(100% - 321px); }

  body.rtl section.for-you .right h2 {
    font-size: 100px; } }
@media (max-width: 767px) {
  section.for-you .left {
    width: 100%;
    text-align: center;
    margin: auto; }
    section.for-you .left img {
      max-width: 300px; }
  section.for-you .right {
    width: 100%;
    text-align: center;
    max-width: 100%; }
    section.for-you .right h2 {
      text-align: center;
      font-size: 70px; }
    section.for-you .right .text {
      text-align: center;
      padding: 0 10%;
      font-size: 16px; }
    section.for-you .right .read-more {
      float: none; }

  section.for-you .left {
    margin: 0; }
    section.for-you .left .box-img {
      display: block;
      margin: 0; }

  body.rtl section.for-you .left {
    margin: 0; } }
/*Services*/
section.services {
  padding: 100px 0 70px;
  background: #fff; }
  section.services ul li {
    float: left;
    width: calc((100% - 1px) / 3);
    text-align: center;
    padding: 0 25px; }
    section.services ul li .icon img {
      height: 85px;
      width: auto;
      margin: auto; }
    section.services ul li h3 {
      margin: 15px 0 25px;
      font-size: 41px;
      font-weight: bold; }
    section.services ul li .text {
      font-size: 21px;
      font-weight: 500;
      line-height: 1.5;
      padding-bottom: 17px; }
    section.services ul li .read-more {
      background: transparent;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;
      line-height: 60px;
      border: 4px solid #6ca437;
      color: #6ca437;
      display: table;
      margin: auto;
      padding: 0 55px;
      border-radius: 5px;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: -0.5px; }
      section.services ul li .read-more:hover {
        background: #6ca437;
        color: #fff; }
  section.services .owl-dots {
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    text-align: center; }
    section.services .owl-dots .owl-dot {
      display: inline-block;
      width: 20px;
      height: 4px;
      background: rgba(40, 40, 40, 0.4); }
      section.services .owl-dots .owl-dot + .owl-dot {
        margin-left: 12px; }
      section.services .owl-dots .owl-dot.active {
        width: 35px;
        background: #282828; }

body.rtl section.services ul li h3 {
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 60px; }
body.rtl section.services ul li .text {
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 32px;
  line-height: 1.3; }
body.rtl section.services ul li .read-more {
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 32px; }

section.services .owl-dots .owl-dot + .owl-dot {
  margin: 0 12px 0 0; }

@media (max-width: 1500px) {
  section.services ul li .read-more {
    line-height: 50px;
    padding: 0 40px;
    font-size: 15px; }
  section.services ul li h3 {
    font-size: 36px; }
  section.services ul li .text {
    font-size: 18px; }

  body.rtl section.services ul li h3 {
    font-size: 52px; }

  body.rtl section.services ul li .text {
    font-size: 28px;
    line-height: 1.3; }

  body.rtl section.services ul li .read-more {
    font-size: 28px; } }
@media (max-width: 1300px) {
  section.services ul li .read-more {
    line-height: 46px;
    padding: 0 35px;
    font-size: 14px; }
  section.services ul li h3 {
    font-size: 32px;
    margin-bottom: 20px; }
  section.services ul li .text {
    font-size: 15px; }

  body.rtl section.services ul li h3 {
    font-size: 46px; }

  body.rtl section.services ul li .text,
  body.rtl section.services ul li .read-more {
    font-size: 24px; } }
@media (max-width: 992px) {
  section.services {
    padding: 40px 0 60px; }

  section.services ul li {
    padding: 25px 10%;
    width: 100%; } }
@media (max-width: 767px) {
  section.services {
    padding: 40px 0 100px; } }
/*Recipe*/
section.recipe {
  padding: 80px 0 120px;
  background: no-repeat center /cover fixed;
  color: #fff; }
  section.recipe .left {
    float: left;
    width: 100%;
    max-width: 700px; }
    section.recipe .left h2 {
      font-family: 'Sortdecai Brush Script', Arial, Helvetica, sans-serif;
      font-size: 125px;
      margin: 0 0 20px;
      position: relative; }
      section.recipe .left h2:after {
        content: '';
        display: block;
        width: 50px;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0px;
        left: 0; }
    section.recipe .left .text {
      font-size: 15px;
      font-family: 'Poppins', Arial, Helvetica, sans-serif;
      line-height: 24px;
      width: 100%;
      float: left;
      max-width: 490px;
      color: rgba(255, 255, 255, 0.8); }
    section.recipe .left .read-more {
      background: #6ca437;
      padding: 0 25px;
      line-height: 50px;
      border-radius: 5px;
      color: #fff;
      float: left;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 14px;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      section.recipe .left .read-more:hover {
        background: #282828; }
      section.recipe .left .read-more img {
        margin-left: 7px;
        position: relative;
        top: -2px; }

body.rtl section.recipe .left {
  float: right; }
  body.rtl section.recipe .left h2 {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    font-size: 150px; }
    body.rtl section.recipe .left h2:after {
      right: 0;
      left: auto; }
  body.rtl section.recipe .left .text {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    float: right;
    font-size: 30px; }
  body.rtl section.recipe .left .read-more {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    float: right; }
    body.rtl section.recipe .left .read-more img {
      -ms-transform: rotateY(-180deg);
      -webkit-transform: rotateY(-180deg);
      transform: rotateY(-180deg);
      margin: 0 7px 0 0; }

@media (max-width: 1600px) {
  section.recipe .left h2 {
    font-size: 90px; }

  body.rtl section.recipe .left h2 {
    font-size: 120px; } }
@media (max-width: 1500px) {
  section.recipe .left .read-more {
    font-size: 14px; }

  body.rtl section.recipe .left .read-more {
    font-size: 20px; } }
@media (max-width: 1200px) {
  section.recipe .left h2 {
    font-size: 60px; }

  body.rtl section.recipe .left h2 {
    font-size: 80px; }
  body.rtl section.recipe .left .text {
    font-size: 20px; } }
@media (max-width: 767px) {
  section.recipe {
    padding: 50px 0 70px; } }
/*Grid */
section.grid-2 {
  /*@include flex;*/
  overflow: hidden;
  height: 620px;
  position: relative; }
  section.grid-2 .col {
    position: absolute;
    float: left;
    left: -10vw;
    width: 60vw;
    height: 100%;
    background: no-repeat center /cover;
    height: 620px; }
    section.grid-2 .col:hover .bg:before {
      opacity: 1; }
    section.grid-2 .col .bg {
      position: absolute;
      top: 0;
      left: 0;
      right: -30%;
      bottom: 0;
      -webkit-transform: skew(20deg);
      -moz-transform: skew(20deg);
      -ms-transform: skew(20deg);
      -o-transform: skew(20deg);
      transform: skew(20deg);
      background: no-repeat center /cover; }
      section.grid-2 .col .bg:before {
        content: '';
        display: block;
        background: rgba(174, 67, 28, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        opacity: 0; }
    section.grid-2 .col .box {
      height: 620px;
      position: relative;
      padding: 160px 0 130px 10vw;
      text-align: center;
      color: #fff;
      -webkit-transform: skew(-20deg);
      -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      transform: skew(-20deg);
      overflow: hidden;
      border-left: 2px solid #fff; }
    section.grid-2 .col .middle {
      -webkit-transform: skew(20deg);
      -moz-transform: skew(20deg);
      -ms-transform: skew(20deg);
      -o-transform: skew(20deg);
      transform: skew(20deg);
      padding: 0 10% 0 15%; }
      section.grid-2 .col .middle h2 {
        font-size: 83px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
        /*padding: 0 15% 0 10%;*/ }
      section.grid-2 .col .middle .text {
        font-size: 42px;
        /*padding: 0 15% 0 10%;*/
        line-height: 1.4; }
      section.grid-2 .col .middle .read-more {
        background: transparent;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        line-height: 56px;
        border: 4px solid #fff;
        color: #fff;
        display: table;
        margin: 35px auto auto;
        padding: 0 55px;
        border-radius: 5px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: -0.5px; }
        section.grid-2 .col .middle .read-more:hover {
          background: #fff;
          color: #1a4d2d; }
    section.grid-2 .col:nth-child(2) {
      right: -10vw;
      left: auto; }
      section.grid-2 .col:nth-child(2) .box {
        padding: 160px 5vw 130px 50px; }
      section.grid-2 .col:nth-child(2) .middle {
        padding: 0 15% 0 5%; }
      section.grid-2 .col:nth-child(2) .bg {
        left: -30%;
        right: 0%; }
        section.grid-2 .col:nth-child(2) .bg:before {
          background: rgba(246, 179, 50, 0.9); }

body.rtl section.grid-2 .col {
  left: auto;
  right: -10vw; }
  body.rtl section.grid-2 .col .bg {
    right: 0%;
    left: -30%; }
  body.rtl section.grid-2 .col .box {
    padding: 160px 10vw 130px 0; }
  body.rtl section.grid-2 .col .middle h2 {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    font-size: 100px; }
  body.rtl section.grid-2 .col .middle .text {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    font-size: 60px;
    line-height: 1.2; }
  body.rtl section.grid-2 .col:nth-child(2) {
    right: auto;
    left: -10vw; }
    body.rtl section.grid-2 .col:nth-child(2) .bg {
      left: 0%;
      right: -30%; }
    body.rtl section.grid-2 .col:nth-child(2) .middle {
      padding: 0 5% 0 15%; }
    body.rtl section.grid-2 .col:nth-child(2) .box {
      padding: 160px 50px 130px 5vw; }

body.rtl section.grid-2 .col .middle .read-more {
  font-size: 22px; }

@media (max-width: 1800px) {
  section.grid-2 .col .middle h2 {
    font-size: 64px; }

  section.grid-2 .col .middle .text {
    font-size: 36px; }

  body.rtl section.grid-2 .col .middle h2 {
    font-size: 80px; }

  body.rtl section.grid-2 .col .middle .text {
    font-size: 48px; } }
@media (max-width: 1600px) {
  section.grid-2 .col .middle h2 {
    font-size: 56px; }

  section.grid-2 .col .middle .text {
    font-size: 32px; }

  body.rtl section.grid-2 .col .middle h2 {
    font-size: 68px; }

  body.rtl section.grid-2 .col .middle .text {
    font-size: 40px; } }
@media (max-width: 1500px) {
  section.grid-2 .col .middle .read-more {
    line-height: 50px;
    padding: 0 40px;
    font-size: 15px; } }
@media (max-width: 1200px) {
  section.grid-2 .col .middle h2 {
    font-size: 48px; }

  section.grid-2 .col .middle .text {
    font-size: 26px; }

  section.grid-2 .col .box,
  section.grid-2 .col,
  section.grid-2 {
    height: 450px; }

  section.grid-2 .col .box {
    padding: 110px 0 100px 5vw; }

  section.grid-2 .col:nth-child(2) .box {
    padding: 110px 5vw 100px 50px; }

  body.rtl section.grid-2 .col .box {
    padding: 80px 5vw 80px 0; }

  body.rtl section.grid-2 .col:nth-child(2) .box {
    padding: 80px 50px 80px 5vw; } }
@media (max-width: 992px) {
  section.grid-2 {
    height: auto !important; }

  section.grid-2 .col {
    height: auto !important;
    position: static !important;
    width: 100% !important;
    border-top: 1px solid #fff; }
    section.grid-2 .col .box {
      height: auto !important;
      padding: 60px 0 80px 0 !important;
      -webkit-transform: skew(0deg);
      -moz-transform: skew(0deg);
      -ms-transform: skew(0deg);
      -o-transform: skew(0deg);
      transform: skew(0deg);
      border: 0 !important; }
    section.grid-2 .col .middle {
      padding: 0 10% !important;
      -webkit-transform: skew(0deg);
      -moz-transform: skew(0deg);
      -ms-transform: skew(0deg);
      -o-transform: skew(0deg);
      transform: skew(0deg); }
    section.grid-2 .col .bg {
      -webkit-transform: skew(0deg);
      -moz-transform: skew(0deg);
      -ms-transform: skew(0deg);
      -o-transform: skew(0deg);
      transform: skew(0deg); } }
/*Slider*/
section.slider {
  padding: 70px 0 30px;
  position: relative;
  background: #f0f5f9;
  overflow: hidden; }
  section.slider h2 {
    font-size: 29px;
    margin: 0 0 10px;
    text-align: center;
    font-weight: bold; }
  section.slider .short {
    text-align: center;
    padding-bottom: 35px;
    color: rgba(40, 40, 40, 0.5); }
  section.slider .box-slider .slick-list, section.slider .box-slider.owl-carousel .owl-stage-outer {
    overflow: inherit; }
  section.slider .box-slider .item {
    position: relative;
    width: 340px;
    height: 380px; }
    section.slider .box-slider .item:hover .caption {
      opacity: 1;
      visibility: visible; }
      section.slider .box-slider .item:hover .caption .box-bg {
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    section.slider .box-slider .item .box-img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: no-repeat center /cover; }
      section.slider .box-slider .item .box-img img {
        display: none; }
    section.slider .box-slider .item .caption {
      background: rgba(183, 146, 87, 0.9);
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease-out 0s;
      -webkit-transition: all 0.5s ease-out 0s;
      position: absolute;
      z-index: 99;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      section.slider .box-slider .item .caption .box-bg {
        color: #fff;
        width: 100%;
        font-size: 14px;
        z-index: 99;
        padding: 0 35px;
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        -ms-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s; }
        section.slider .box-slider .item .caption .box-bg h3 {
          font-size: 22px;
          display: block;
          margin: 0 0 13px;
          font-weight: bold; }
        section.slider .box-slider .item .caption .box-bg .text {
          display: block;
          font-family: 'Poppins', Arial, Helvetica, sans-serif; }
  section.slider .box-slider .next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    margin: auto;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    z-index: 99;
    cursor: pointer;
    pointer-events: auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
    section.slider .box-slider .next:before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      background: url(../images/arrow-black-pre.png) no-repeat center/cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      margin: auto; }
    section.slider .box-slider .next:hover {
      opacity: 1; }
  section.slider .box-slider .prev {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    margin: auto;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    z-index: 99;
    cursor: pointer;
    pointer-events: auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
    section.slider .box-slider .prev:before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      background: url(../images/arrow-black-next.png) no-repeat center/cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      margin: auto; }
    section.slider .box-slider .prev:hover {
      opacity: 1; }

body.rtl section.slider .box-slider .next {
  left: auto;
  right: -25px;
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }
body.rtl section.slider .box-slider .item .caption .box-bg h3 {
  font-size: 40px; }
body.rtl section.slider .box-slider .item .caption .box-bg .text {
  font-size: 20px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.slider h2 {
  font-size: 50px;
  line-height: 0.7; }
body.rtl section.slider .short {
  font-size: 26px; }

@media (max-width: 992px) {
  section.slider {
    padding-bottom: 100px; }

  section.slider .box-slider .prev {
    display: block;
    top: auto;
    bottom: -70px;
    left: 0;
    right: 70px; }
    section.slider .box-slider .prev:before {
      background: url(../images/arrow-black-pre.png) no-repeat center/cover; }
  section.slider .box-slider .next {
    display: block;
    top: auto;
    bottom: -70px;
    right: 0;
    left: 70px; }
    section.slider .box-slider .next:before {
      background: url(../images/arrow-black-next.png) no-repeat center/cover; }

  body.rtl section.slider .box-slider .next {
    left: 0;
    right: 70px; }
  body.rtl section.slider .box-slider .prev {
    left: 70px;
    right: 0;
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); } }
@media (max-width: 767px) {
  section.slider .box-slider .item .caption {
    opacity: 1;
    visibility: visible; } }
/*Subscribe*/
section.subscribe {
  padding: 20px 0 40px;
  position: relative;
  background: #f0f5f9;
  overflow: hidden; }
  section.subscribe:before {
    content: '';
    background: url(../images/bg-green.png) no-repeat center bottom/contain;
    position: absolute;
    width: 1921px;
    height: 296px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  section.subscribe .box {
    display: table;
    background: #fff;
    padding: 55px;
    border-radius: 12px;
    position: relative;
    z-index: 99;
    width: 100%;
    max-width: 880px;
    margin: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    section.subscribe .box h2 {
      font-family: 'Poppins', Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 32px;
      margin: 0 0 40px;
      text-align: center; }
    section.subscribe .box form {
      position: relative;
      font-size: 20px;
      font-family: 'Poppins', Arial, Helvetica, sans-serif;
      font-weight: bold; }
      section.subscribe .box form input[type=email] {
        line-height: 58px;
        padding: 0 240px 0 30px;
        background: #f0f5f9;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        border: 0;
        border-radius: 10px;
        outline: none;
        width: 100%;
        float: left;
        border: 2px solid #f0f5f9;
        height: 62px; }
        section.subscribe .box form input[type=email]:focus {
          background: #fff; }
        section.subscribe .box form input[type=email]::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: rgba(40, 40, 40, 0.2);
          opacity: 1;
          /* Firefox */ }
        section.subscribe .box form input[type=email]:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: rgba(40, 40, 40, 0.2); }
        section.subscribe .box form input[type=email]::-ms-input-placeholder {
          /* Microsoft Edge */
          color: rgba(40, 40, 40, 0.2); }
      section.subscribe .box form button {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: #b79257;
        border: 0;
        border-radius: 10px;
        outline: none;
        padding: 0 30px;
        margin: auto;
        height: 62px;
        color: #fff;
        text-transform: uppercase;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s; }
        section.subscribe .box form button:hover {
          background: #282828; }
        section.subscribe .box form button img {
          margin-left: 11px; }

body.rtl section.subscribe .box h2 {
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 40px; }
body.rtl section.subscribe .box form {
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.subscribe .box form input[type=email] {
  padding: 0 30px 0 200px;
  font-size: 22px; }
body.rtl section.subscribe .box form button {
  font-size: 22px;
  right: auto;
  left: 0; }
  body.rtl section.subscribe .box form button img {
    margin: 0 11px 0 0;
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }

@media (max-width: 767px) {
  section.subscribe .box form input[type=email] {
    padding-right: 140px; }

  section.subscribe .box form button {
    padding: 0 40px; }
    section.subscribe .box form button span {
      display: none; }
    section.subscribe .box form button img {
      margin: auto; }

  section.subscribe .box {
    padding: 30px; }

  body.rtl section.subscribe .box form button img {
    margin: auto; } }
@media (max-width: 450px) {
  section.subscribe .box h2 {
    font-size: 24px; }

  section.subscribe .box form input[type=email] {
    padding: 0 20px;
    font-size: 16px;
    border-radius: 0; }

  section.subscribe .box form button {
    width: 100%;
    position: static;
    border-radius: 0; } }
/*fr-breadcrum*/
.fr-breadcrum {
  padding: 30px 0 10px;
  font-size: 17px;
  color: #000;
  background: #f0f5f9;
  font-family: 'Myriad Pro Regular', sans-serif; }
  .fr-breadcrum * {
    display: inline-block; }
  .fr-breadcrum a {
    color: #999c9f;
    padding-right: 20px;
    position: relative; }
    .fr-breadcrum a:after {
      content: "\f105";
      display: inline-block;
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-size: 16px;
      color: #999c9f;
      position: absolute;
      right: -5px;
      top: 0px;
      color: #b2b2b2;
      margin: 0 10px;
      font-weight: bold; }

body.rtl .fr-breadcrum {
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 24px; }
  body.rtl .fr-breadcrum a {
    padding: 0 0 0 20px; }
    body.rtl .fr-breadcrum a:after {
      content: "\f104";
      right: auto;
      left: -5px;
      top: 5px; }

@media (max-width: 450px) {
  .fr-breadcrum {
    font-size: 15px; }
    .fr-breadcrum a:after {
      font-size: 14px; }

  body.rtl .fr-breadcrum {
    font-size: 20px; } }
/*Our-story*/
section.our-story-1 {
  background: #f0f5f9;
  padding: 10px 0 0;
  text-align: center; }
  section.our-story-1 h2 {
    margin: 0 0 20px;
    font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
    font-size: 54px;
    color: #b79257; }
  section.our-story-1 .text {
    width: 100%;
    max-width: 630px;
    margin: auto;
    display: table;
    font-size: 15px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Myriad Pro Regular', sans-serif;
    padding-bottom: 20px; }

body.rtl section.our-story-1 h2 {
  font-size: 70px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.our-story-1 .text {
  font-size: 22px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }

@media (max-width: 450px) {
  section.our-story-1 h2 {
    font-size: 40px; }

  body.rtl section.our-story-1 h2 {
    font-size: 50px; } }
section.our-story-2 {
  float: left;
  width: 100%;
  background: url(../images/our-story.jpg) no-repeat center/cover;
  height: 1000px;
  position: relative; }
  section.our-story-2 .box {
    height: 1000px;
    width: calc(1920px - 340px);
    display: table;
    margin: auto;
    position: relative; }
  section.our-story-2 .box-circle {
    position: absolute; }
    section.our-story-2 .box-circle:hover .box-show {
      opacity: 1;
      visibility: visible; }
    section.our-story-2 .box-circle.box-circle-1 {
      top: 80px;
      left: 270px; }
      section.our-story-2 .box-circle.box-circle-1 .box-show {
        top: -35px;
        left: 65px; }
        section.our-story-2 .box-circle.box-circle-1 .box-show .box-img {
          width: 626px; }
        section.our-story-2 .box-circle.box-circle-1 .box-show .caption {
          left: 290px;
          top: 15px; }
          section.our-story-2 .box-circle.box-circle-1 .box-show .caption .title {
            padding: 25px 5px 25px 30px;
            width: 330px; }
          section.our-story-2 .box-circle.box-circle-1 .box-show .caption .text {
            width: 330px;
            padding-left: 7px; }
    section.our-story-2 .box-circle.box-circle-2 {
      top: 350px;
      right: 60px; }
      section.our-story-2 .box-circle.box-circle-2 .box-show {
        bottom: 60px;
        right: 45px; }
        section.our-story-2 .box-circle.box-circle-2 .box-show .box-img {
          width: 756px; }
        section.our-story-2 .box-circle.box-circle-2 .box-show .caption {
          left: 0px;
          top: 15px; }
          section.our-story-2 .box-circle.box-circle-2 .box-show .caption .title {
            padding: 25px 5px 25px 15px;
            width: 300px; }
          section.our-story-2 .box-circle.box-circle-2 .box-show .caption .text {
            width: 330px;
            padding-left: 7px; }
    section.our-story-2 .box-circle.box-circle-3 {
      top: 550px;
      left: 620px; }
      section.our-story-2 .box-circle.box-circle-3 .box-show {
        top: 15px;
        left: 60px; }
        section.our-story-2 .box-circle.box-circle-3 .box-show .box-img {
          width: 531px; }
        section.our-story-2 .box-circle.box-circle-3 .box-show .caption {
          left: 230px;
          top: 84px; }
          section.our-story-2 .box-circle.box-circle-3 .box-show .caption .title {
            padding: 25px 5px 25px 15px;
            width: 300px; }
          section.our-story-2 .box-circle.box-circle-3 .box-show .caption .text {
            width: 330px; }
    section.our-story-2 .box-circle.box-circle-4 {
      bottom: 60px;
      right: 0px; }
      section.our-story-2 .box-circle.box-circle-4 .box-show {
        bottom: 5px;
        right: 60px; }
        section.our-story-2 .box-circle.box-circle-4 .box-show .box-img {
          width: 599px; }
        section.our-story-2 .box-circle.box-circle-4 .box-show .caption {
          left: 5px;
          top: 15px; }
          section.our-story-2 .box-circle.box-circle-4 .box-show .caption .title {
            padding: 25px 5px 25px 15px;
            width: 300px; }
          section.our-story-2 .box-circle.box-circle-4 .box-show .caption .text {
            width: 300px;
            padding-left: 10px; }
    section.our-story-2 .box-circle .circle {
      position: relative;
      border-radius: 50%;
      width: 68px;
      height: 68px; }
      section.our-story-2 .box-circle .circle:before {
        content: '';
        display: block;
        border: 6px solid #ebedf2;
        border-radius: 50%;
        width: 56px;
        height: 56px;
        margin: auto;
        -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.75);
        cursor: pointer;
        -webkit-animation: pulse 3s ease infinite;
        animation: pulse 3s ease infinite;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      section.our-story-2 .box-circle .circle span {
        margin: auto;
        width: 32px;
        height: 32px;
        background: #ebedf2;
        border-radius: 50%;
        -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.75);
        position: absolute;
        top: -1px;
        left: -1px;
        right: 0;
        bottom: 0; }
    section.our-story-2 .box-circle .box-show {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease-out 0s;
      -webkit-transition: all 0.5s ease-out 0s; }
      section.our-story-2 .box-circle .box-show .caption {
        position: absolute; }
        section.our-story-2 .box-circle .box-show .caption .title {
          display: block;
          color: #000;
          font-size: 33px;
          font-weight: bold;
          text-transform: uppercase;
          text-align: center;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        section.our-story-2 .box-circle .box-show .caption .text {
          margin-top: 10px;
          font-size: 21px; }

body.rtl section.our-story-2 .box-circle .box-show .caption .title {
  font-size: 50px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  line-height: 40px;
  margin-bottom: 20px; }
body.rtl section.our-story-2 .box-circle .box-show .caption .text {
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 30px; }
body.rtl section.our-story-2 .box-circle.box-circle-2 .box-show .caption .title,
body.rtl section.our-story-2 .box-circle.box-circle-3 .box-show .caption .title {
  float: left; }
body.rtl section.our-story-2 .box-circle.box-circle-2 .box-show .caption .text,
body.rtl section.our-story-2 .box-circle.box-circle-3 .box-show .caption .text {
  width: 300px; }

@media (max-width: 1600px) {
  section.our-story-2 {
    height: 800px; }
    section.our-story-2 .box {
      height: 800px;
      width: calc(1600px - 340px); }
    section.our-story-2 .box-circle .circle {
      width: calc(68px * 0.9);
      height: calc(68px * 0.9); }
      section.our-story-2 .box-circle .circle:before {
        border-width: calc(6px * 0.9);
        width: calc(56px * 0.9);
        height: calc(56px * 0.9);
        margin: auto; }
      section.our-story-2 .box-circle .circle span {
        width: calc(32px * 0.9);
        height: calc(32px * 0.9); }
    section.our-story-2 .box-circle .box-show .caption .title {
      font-size: calc(33px * 0.9); }
    section.our-story-2 .box-circle .box-show .caption .text {
      font-size: calc(21px * 0.9); }
    section.our-story-2 .box-circle.box-circle-1 {
      top: 50px;
      left: 200px; }
      section.our-story-2 .box-circle.box-circle-1 .box-show {
        top: calc(-35px * 0.9);
        left: calc(65px * 0.9); }
        section.our-story-2 .box-circle.box-circle-1 .box-show .box-img {
          width: calc(626px * 0.9); }
        section.our-story-2 .box-circle.box-circle-1 .box-show .caption {
          left: calc(290px * 0.9);
          top: calc(15px * 0.9); }
          section.our-story-2 .box-circle.box-circle-1 .box-show .caption .title {
            padding: calc(25px*0.9) calc(5px*0.9) calc(25px*0.9) calc(30px*0.9);
            width: calc(330px * 0.9); }
          section.our-story-2 .box-circle.box-circle-1 .box-show .caption .text {
            width: calc(330px * 0.9);
            padding-left: calc(7px * 0.9); }
    section.our-story-2 .box-circle.box-circle-2 {
      top: 270px;
      right: 30px; }
      section.our-story-2 .box-circle.box-circle-2 .box-show {
        bottom: calc(60px * 0.9);
        right: calc(45px * 0.9); }
        section.our-story-2 .box-circle.box-circle-2 .box-show .box-img {
          width: calc(756px * 0.9); }
        section.our-story-2 .box-circle.box-circle-2 .box-show .caption {
          left: calc(0px * 0.9);
          top: calc(15px * 0.9); }
          section.our-story-2 .box-circle.box-circle-2 .box-show .caption .title {
            padding: calc(25px * 0.9) calc(5px * 0.9) calc(25px * 0.9) calc(15px * 0.9);
            width: calc(300px * 0.9); }
          section.our-story-2 .box-circle.box-circle-2 .box-show .caption .text {
            width: calc(330px * 0.9);
            padding-left: calc(7px * 0.9); }
    section.our-story-2 .box-circle.box-circle-3 {
      top: 430px;
      left: 480px; }
      section.our-story-2 .box-circle.box-circle-3 .box-show {
        top: calc(15px * 0.9);
        left: calc(60px * 0.9); }
        section.our-story-2 .box-circle.box-circle-3 .box-show .box-img {
          width: calc(531px * 0.9); }
        section.our-story-2 .box-circle.box-circle-3 .box-show .caption {
          left: calc(230px * 0.9);
          top: calc(84px * 0.9); }
          section.our-story-2 .box-circle.box-circle-3 .box-show .caption .title {
            padding: calc(25px * 0.9) calc(5px * 0.9) calc(25px * 0.9) calc(15px * 0.9);
            width: calc(300px * 0.9); }
          section.our-story-2 .box-circle.box-circle-3 .box-show .caption .text {
            width: calc(330px * 0.9); }
    section.our-story-2 .box-circle.box-circle-4 {
      bottom: 40px; }
      section.our-story-2 .box-circle.box-circle-4 .box-show {
        bottom: calc(5px * 0.9);
        right: calc(60px * 0.9); }
        section.our-story-2 .box-circle.box-circle-4 .box-show .box-img {
          width: calc(599px * 0.9); }
        section.our-story-2 .box-circle.box-circle-4 .box-show .caption {
          left: calc(5px * 0.9);
          top: calc(15px * 0.9); }
          section.our-story-2 .box-circle.box-circle-4 .box-show .caption .title {
            padding: calc(25px * 0.9) calc(5px * 0.9) calc(25px * 0.9) calc(15px * 0.9);
            width: calc(300px * 0.9); }
          section.our-story-2 .box-circle.box-circle-4 .box-show .caption .text {
            width: calc(300px * 0.9);
            padding-left: calc(10px * 0.9); }

  body.rtl section.our-story-2 .box-circle .box-show .caption .title {
    font-size: calc(50px*0.9); }
  body.rtl section.our-story-2 .box-circle .box-show .caption .text {
    font-size: calc(30px*0.9); } }
@media (max-width: 1300px) {
  section.our-story-2 {
    height: 700px; }
    section.our-story-2 .box {
      width: calc(1300px - 340px);
      height: 700px; }
    section.our-story-2 .box-circle .circle {
      width: calc(68px * 0.7);
      height: calc(68px * 0.7); }
      section.our-story-2 .box-circle .circle:before {
        border-width: calc(6px * 0.7);
        width: calc(56px * 0.7);
        height: calc(56px * 0.7); }
      section.our-story-2 .box-circle .circle span {
        width: calc(32px * 0.7);
        height: calc(32px * 0.7); }
    section.our-story-2 .box-circle .box-show .caption .title {
      font-size: calc(33px * 0.7); }
    section.our-story-2 .box-circle .box-show .caption .text {
      font-size: calc(21px * 0.7); }
    section.our-story-2 .box-circle.box-circle-1 {
      top: 40px;
      left: 110px; }
      section.our-story-2 .box-circle.box-circle-1 .box-show {
        top: calc(-35px * 0.7);
        left: calc(65px * 0.7); }
        section.our-story-2 .box-circle.box-circle-1 .box-show .box-img {
          width: calc(626px * 0.7); }
        section.our-story-2 .box-circle.box-circle-1 .box-show .caption {
          left: calc(290px * 0.7);
          top: calc(15px * 0.7); }
          section.our-story-2 .box-circle.box-circle-1 .box-show .caption .title {
            padding: calc(25px*0.7) calc(5px*0.7) calc(25px*0.7) calc(30px*0.7);
            width: calc(330px * 0.7); }
          section.our-story-2 .box-circle.box-circle-1 .box-show .caption .text {
            width: calc(330px * 0.7);
            padding-left: calc(7px * 0.7); }
    section.our-story-2 .box-circle.box-circle-2 {
      top: 230px;
      right: -30px; }
      section.our-story-2 .box-circle.box-circle-2 .box-show {
        bottom: calc(60px * 0.7);
        right: calc(45px * 0.7); }
        section.our-story-2 .box-circle.box-circle-2 .box-show .box-img {
          width: calc(756px * 0.7); }
        section.our-story-2 .box-circle.box-circle-2 .box-show .caption {
          left: calc(0px * 0.7);
          top: calc(15px * 0.7); }
          section.our-story-2 .box-circle.box-circle-2 .box-show .caption .title {
            padding: calc(25px * 0.7) calc(5px * 0.7) calc(25px * 0.7) calc(15px * 0.7);
            width: calc(300px * 0.7); }
          section.our-story-2 .box-circle.box-circle-2 .box-show .caption .text {
            width: calc(330px * 0.7);
            padding-left: calc(7px * 0.7); }
    section.our-story-2 .box-circle.box-circle-3 {
      top: 370px;
      left: 350px; }
      section.our-story-2 .box-circle.box-circle-3 .box-show {
        top: calc(15px * 0.7);
        left: calc(60px * 0.7); }
        section.our-story-2 .box-circle.box-circle-3 .box-show .box-img {
          width: calc(531px * 0.7); }
        section.our-story-2 .box-circle.box-circle-3 .box-show .caption {
          left: calc(230px * 0.7);
          top: calc(84px * 0.7); }
          section.our-story-2 .box-circle.box-circle-3 .box-show .caption .title {
            padding: calc(25px * 0.7) calc(5px * 0.7) calc(25px * 0.7) calc(15px * 0.7);
            width: calc(300px * 0.7); }
          section.our-story-2 .box-circle.box-circle-3 .box-show .caption .text {
            width: calc(330px * 0.7); }
    section.our-story-2 .box-circle.box-circle-4 {
      bottom: 30px; }
      section.our-story-2 .box-circle.box-circle-4 .box-show {
        bottom: calc(5px * 0.7);
        right: calc(60px * 0.7); }
        section.our-story-2 .box-circle.box-circle-4 .box-show .box-img {
          width: calc(599px * 0.7); }
        section.our-story-2 .box-circle.box-circle-4 .box-show .caption {
          left: calc(5px * 0.7);
          top: calc(15px * 0.7); }
          section.our-story-2 .box-circle.box-circle-4 .box-show .caption .title {
            padding: calc(25px * 0.7) calc(5px * 0.7) calc(25px * 0.7) calc(15px * 0.7);
            width: calc(300px * 0.7); }
          section.our-story-2 .box-circle.box-circle-4 .box-show .caption .text {
            width: calc(300px * 0.7);
            padding-left: calc(10px * 0.7); }

  body.rtl section.our-story-2 .box-circle .box-show .caption .title {
    font-size: calc(50px*0.7);
    line-height: 0.7; }
  body.rtl section.our-story-2 .box-circle .box-show .caption .text {
    font-size: calc(30px*0.7); }

  body.rtl section.our-story-2 .box-circle.box-circle-2 .box-show .caption .text,
  body.rtl section.our-story-2 .box-circle.box-circle-3 .box-show .caption .text {
    width: calc(300px * 0.7); }
    body.rtl section.our-story-2 .box-circle.box-circle-2 .box-show .caption .text .text,
    body.rtl section.our-story-2 .box-circle.box-circle-3 .box-show .caption .text .text {
      width: calc(300px * 0.7); } }
@media (max-width: 1200px) {
  section.our-story-2 {
    height: 600px; }
    section.our-story-2 .box {
      height: 600px;
      width: calc(1200px - 300px); }
    section.our-story-2 .box-circle.box-circle-1 {
      top: 55px;
      left: 140px; }
    section.our-story-2 .box-circle.box-circle-2 {
      top: 210px;
      right: 20px; }
    section.our-story-2 .box-circle.box-circle-3 {
      top: 330px;
      left: 340px; }
    section.our-story-2 .box-circle .circle {
      width: calc(68px * 0.5);
      height: calc(68px * 0.5); }
      section.our-story-2 .box-circle .circle:before {
        border-width: calc(6px * 0.5);
        width: calc(56px * 0.5);
        height: calc(56px * 0.5); }
      section.our-story-2 .box-circle .circle span {
        width: calc(32px * 0.5);
        height: calc(32px * 0.5);
        top: 0;
        left: 0; }
    section.our-story-2 .box-circle .box-show .caption .title {
      font-size: calc(33px * 0.5); }
    section.our-story-2 .box-circle .box-show .caption .text {
      font-size: calc(21px * 0.5); }
    section.our-story-2 .box-circle.box-circle-1 .box-show {
      top: calc(-35px * 0.5);
      left: calc(65px * 0.5); }
      section.our-story-2 .box-circle.box-circle-1 .box-show .box-img {
        width: calc(626px * 0.5); }
      section.our-story-2 .box-circle.box-circle-1 .box-show .caption {
        left: calc(290px * 0.5);
        top: calc(15px * 0.5); }
        section.our-story-2 .box-circle.box-circle-1 .box-show .caption .title {
          padding: calc(25px*0.5) calc(5px*0.5) calc(25px*0.5) calc(30px*0.5);
          width: calc(330px * 0.5); }
        section.our-story-2 .box-circle.box-circle-1 .box-show .caption .text {
          width: calc(330px * 0.5);
          padding-left: calc(7px * 0.5); }
    section.our-story-2 .box-circle.box-circle-2 .box-show {
      bottom: calc(60px * 0.5);
      right: calc(45px * 0.5); }
      section.our-story-2 .box-circle.box-circle-2 .box-show .box-img {
        width: calc(756px * 0.5); }
      section.our-story-2 .box-circle.box-circle-2 .box-show .caption {
        left: calc(0px * 0.5);
        top: calc(15px * 0.5); }
        section.our-story-2 .box-circle.box-circle-2 .box-show .caption .title {
          padding: calc(25px * 0.5) calc(5px * 0.5) calc(25px * 0.5) calc(15px * 0.5);
          width: calc(300px * 0.5); }
        section.our-story-2 .box-circle.box-circle-2 .box-show .caption .text {
          width: calc(330px * 0.5);
          padding-left: calc(7px * 0.5); }
    section.our-story-2 .box-circle.box-circle-3 .box-show {
      top: calc(15px * 0.5);
      left: calc(60px * 0.5); }
      section.our-story-2 .box-circle.box-circle-3 .box-show .box-img {
        width: calc(531px * 0.5); }
      section.our-story-2 .box-circle.box-circle-3 .box-show .caption {
        left: calc(230px * 0.5);
        top: calc(84px * 0.5); }
        section.our-story-2 .box-circle.box-circle-3 .box-show .caption .title {
          padding: calc(25px * 0.5) calc(5px * 0.5) calc(25px * 0.5) calc(15px * 0.5);
          width: calc(300px * 0.5); }
        section.our-story-2 .box-circle.box-circle-3 .box-show .caption .text {
          width: calc(330px * 0.5); }
    section.our-story-2 .box-circle.box-circle-4 .box-show {
      bottom: calc(5px * 0.5);
      right: calc(60px * 0.5); }
      section.our-story-2 .box-circle.box-circle-4 .box-show .box-img {
        width: calc(599px * 0.5); }
      section.our-story-2 .box-circle.box-circle-4 .box-show .caption {
        left: calc(5px * 0.5);
        top: calc(15px * 0.5); }
        section.our-story-2 .box-circle.box-circle-4 .box-show .caption .title {
          padding: calc(25px * 0.5) calc(5px * 0.5) calc(25px * 0.5) calc(15px * 0.5);
          width: calc(300px * 0.5); }
        section.our-story-2 .box-circle.box-circle-4 .box-show .caption .text {
          width: calc(300px * 0.5);
          padding-left: calc(10px * 0.5); }

  body.rtl section.our-story-2 .box-circle .box-show .caption .title {
    font-size: calc(50px*0.5); }
  body.rtl section.our-story-2 .box-circle .box-show .caption .text {
    font-size: calc(30px*0.5); }

  body.rtl section.our-story-2 .box-circle.box-circle-2 .box-show .caption .text,
  body.rtl section.our-story-2 .box-circle.box-circle-3 .box-show .caption .text {
    width: calc(300px * 0.5); }
    body.rtl section.our-story-2 .box-circle.box-circle-2 .box-show .caption .text .text,
    body.rtl section.our-story-2 .box-circle.box-circle-3 .box-show .caption .text .text {
      width: calc(300px * 0.5); } }
@media (max-width: 992px) {
  section.our-story-2 {
    height: 400px; }
    section.our-story-2 .box {
      height: 400px;
      width: calc(100% - 60px); }
    section.our-story-2 .box-circle.box-circle-1 {
      top: 30px; }
    section.our-story-2 .box-circle.box-circle-2 {
      top: 140px;
      right: 50px; }
    section.our-story-2 .box-circle.box-circle-3 {
      top: 215px;
      left: 280px; } }
@media (max-width: 700px) {
  section.our-story-2 .box-circle.box-circle-1 {
    left: 90px; }
  section.our-story-2 .box-circle.box-circle-2 {
    right: 0px; }
  section.our-story-2 .box-circle.box-circle-3 {
    left: 230px; } }
@media (max-width: 600px) {
  section.our-story-2 .box-circle.box-circle-1 {
    left: 50px; }
  section.our-story-2 .box-circle.box-circle-2 {
    right: -10px; }
  section.our-story-2 .box-circle.box-circle-3 {
    left: 180px; } }
@media (max-width: 450px) {
  section.our-story-2 {
    height: 300px; }
    section.our-story-2 .box {
      height: 300px; }
    section.our-story-2 .box-circle.box-circle-1 {
      left: 10px;
      top: 20px; }
    section.our-story-2 .box-circle.box-circle-2 {
      right: -20px;
      top: 100px; }
    section.our-story-2 .box-circle.box-circle-3 {
      left: 90px;
      top: 150px; }
    section.our-story-2 .box-circle .box-show .caption .title {
      font-size: calc(33px * 0.4); }
    section.our-story-2 .box-circle .box-show .caption .text {
      font-size: calc(21px * 0.4); }
    section.our-story-2 .box-circle.box-circle-1 .box-show {
      top: calc(-30px * 0.4);
      left: calc(75px * 0.4); }
      section.our-story-2 .box-circle.box-circle-1 .box-show .box-img {
        width: calc(626px * 0.4); }
      section.our-story-2 .box-circle.box-circle-1 .box-show .caption {
        left: calc(290px * 0.4);
        top: calc(15px * 0.4); }
        section.our-story-2 .box-circle.box-circle-1 .box-show .caption .title {
          padding: calc(25px*0.4) calc(5px*0.4) calc(25px*0.4) calc(30px*0.4);
          width: calc(330px * 0.4); }
        section.our-story-2 .box-circle.box-circle-1 .box-show .caption .text {
          width: calc(330px * 0.4);
          padding-left: calc(7px * 0.4); }
    section.our-story-2 .box-circle.box-circle-2 .box-show {
      bottom: calc(70px * 0.4);
      right: calc(50px * 0.4); }
      section.our-story-2 .box-circle.box-circle-2 .box-show .box-img {
        width: calc(756px * 0.4); }
      section.our-story-2 .box-circle.box-circle-2 .box-show .caption {
        left: calc(0px * 0.4);
        top: calc(15px * 0.4); }
        section.our-story-2 .box-circle.box-circle-2 .box-show .caption .title {
          padding: calc(25px * 0.4) calc(5px * 0.4) calc(25px * 0.4) calc(15px * 0.4);
          width: calc(300px * 0.4); }
        section.our-story-2 .box-circle.box-circle-2 .box-show .caption .text {
          width: calc(330px * 0.4);
          padding-left: calc(7px * 0.4); }
    section.our-story-2 .box-circle.box-circle-3 {
      left: 30px;
      top: 140px; }
      section.our-story-2 .box-circle.box-circle-3 .box-show {
        top: calc(20px * 0.4);
        left: calc(70px * 0.4); }
        section.our-story-2 .box-circle.box-circle-3 .box-show .box-img {
          width: calc(531px * 0.4); }
        section.our-story-2 .box-circle.box-circle-3 .box-show .caption {
          left: calc(230px * 0.4);
          top: calc(84px * 0.4); }
          section.our-story-2 .box-circle.box-circle-3 .box-show .caption .title {
            padding: calc(25px * 0.4) calc(5px * 0.4) calc(25px * 0.4) calc(15px * 0.4);
            width: calc(300px * 0.4); }
          section.our-story-2 .box-circle.box-circle-3 .box-show .caption .text {
            width: calc(330px * 0.4); }
    section.our-story-2 .box-circle.box-circle-4 .box-show {
      bottom: calc(15px * 0.4);
      right: calc(80px * 0.4); }
      section.our-story-2 .box-circle.box-circle-4 .box-show .box-img {
        width: calc(599px * 0.4); }
      section.our-story-2 .box-circle.box-circle-4 .box-show .caption {
        left: calc(5px * 0.4);
        top: calc(15px * 0.4); }
        section.our-story-2 .box-circle.box-circle-4 .box-show .caption .title {
          padding: calc(25px * 0.4) calc(5px * 0.4) calc(25px * 0.4) calc(15px * 0.4);
          width: calc(300px * 0.4); }
        section.our-story-2 .box-circle.box-circle-4 .box-show .caption .text {
          width: calc(300px * 0.4);
          padding-left: calc(10px * 0.4); }

  body.rtl section.our-story-2 .box-circle .box-show .caption .title {
    font-size: calc(50px*0.4); }
  body.rtl section.our-story-2 .box-circle .box-show .caption .text {
    font-size: calc(30px*0.4); }

  body.rtl section.our-story-2 .box-circle.box-circle-2 .box-show .caption .text,
  body.rtl section.our-story-2 .box-circle.box-circle-3 .box-show .caption .text {
    width: calc(300px * 0.4); }
    body.rtl section.our-story-2 .box-circle.box-circle-2 .box-show .caption .text .text,
    body.rtl section.our-story-2 .box-circle.box-circle-3 .box-show .caption .text .text {
      width: calc(300px * 0.4); } }
section.our-story-3 {
  display: block;
  float: left;
  width: 100%;
  background: url(../images/bg-4.png) no-repeat center/cover;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  border-top: 120px solid #f0f5f9; }
  section.our-story-3 .quote {
    font-size: 50px;
    font-style: italic; }
  section.our-story-3 .other {
    font-size: 84px;
    position: relative;
    padding-top: 20px;
    font-family: 'Sortdecai Brush Script', Arial, Helvetica, sans-serif; }
    section.our-story-3 .other:before {
      content: '';
      display: block;
      width: 44px;
      height: 2px;
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 20px;
      left: 0;
      right: 0;
      margin: auto; }

@media (max-width: 1400px) {
  section.our-story-3 {
    border-top-width: 100px; } }
@media (max-width: 1200px) {
  section.our-story-3 {
    border-top-width: 80px; }

  section.our-story-3 .quote {
    font-size: 36px; }

  section.our-story-3 .other {
    font-size: 68px; } }
@media (max-width: 767px) {
  section.our-story-3 {
    border-top-width: 60px; }

  section.our-story-3 .quote {
    font-size: 32px; }

  section.our-story-3 .other {
    font-size: 60px; } }
@media (max-width: 450px) {
  section.our-story-3 {
    border-top-width: 20px; }

  section.our-story-3 .quote {
    font-size: 24px; }

  section.our-story-3 .other {
    font-size: 50px; } }
section.our-story-4 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: #f0f5f9;
  position: relative;
  padding: 88px 0;
  overflow: hidden; }
  section.our-story-4.green {
    padding: 0;
    background: #6ca437; }
    section.our-story-4.green .left {
      background: url(../images/bg-6.png) no-repeat right/cover; }
      section.our-story-4.green .left h2 {
        color: #fff; }
      section.our-story-4.green .left .text {
        color: rgba(255, 255, 255, 0.5); }
    section.our-story-4.green .right {
      top: 0;
      bottom: 0; }
  section.our-story-4.reverse {
    padding: 70px 0 0; }
    section.our-story-4.reverse .left {
      padding: 30px 70px 80px 280px;
      float: right;
      margin-left: auto;
      background: url(../images/bg-7.png) no-repeat left/cover; }
      section.our-story-4.reverse .left h2 {
        text-align: right;
        padding: 0 55px 0 0; }
      section.our-story-4.reverse .left .text {
        text-align: right; }
    section.our-story-4.reverse .right {
      left: 0;
      bottom: 1px; }
  section.our-story-4 .left {
    width: 1300px;
    padding: 30px 240px 80px 70px;
    background: url(../images/bg-5.png) no-repeat right/cover;
    position: relative;
    z-index: 99; }
    section.our-story-4 .left h2 {
      color: #bb9a65;
      font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
      font-size: 67px;
      padding-left: 55px;
      margin: 0 0 15px; }
    section.our-story-4 .left .text {
      color: rgba(0, 0, 0, 0.5);
      font-family: 'Myriad Pro Regular', sans-serif;
      font-size: 36px;
      line-height: 1.3; }
  section.our-story-4 .right {
    width: 1000px;
    position: absolute;
    top: 90px;
    bottom: 90px;
    left: 950px;
    background: no-repeat left center /cover; }
    section.our-story-4 .right img {
      display: none; }

body.rtl section.our-story-3 .other {
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.our-story-4 .left {
  padding: 30px 70px 80px 240px;
  background: url(../images/bg-7.png) no-repeat right/cover; }
  body.rtl section.our-story-4 .left .text {
    font-size: 42px; }
  body.rtl section.our-story-4 .left h2 {
    font-size: 78px;
    padding: 0 55px 0 0; }
body.rtl section.our-story-4.green .left {
  background: url(../images/bg-8.png) no-repeat right/cover; }
body.rtl section.our-story-4.reverse .left {
  background: url(../images/bg-5.png) no-repeat right/cover;
  float: left;
  margin: 0 auto 0 0;
  padding: 30px 240px 80px 70px; }
  body.rtl section.our-story-4.reverse .left .text {
    text-align: left; }
  body.rtl section.our-story-4.reverse .left h2 {
    text-align: left;
    padding: 0 0 0 55px; }
body.rtl section.our-story-4 .right {
  right: 950px;
  left: auto; }
body.rtl section.our-story-4.reverse .right {
  right: 0;
  left: auto; }

@media (max-width: 1400px) {
  section.our-story-4 .left {
    width: 1000px;
    padding-bottom: 50px; }
    section.our-story-4 .left h2 {
      font-size: 52px; }
    section.our-story-4 .left .text {
      font-size: 32px; }
  section.our-story-4 .right {
    left: 750px; }

  body.rtl section.our-story-4 .left {
    width: 1000px;
    padding-bottom: 50px; }
    body.rtl section.our-story-4 .left h2 {
      font-size: 68px;
      font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
    body.rtl section.our-story-4 .left .text {
      font-size: 36px;
      font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.our-story-4 .right {
    left: auto;
    right: 750px; } }
@media (max-width: 1200px) {
  section.our-story-4 .left h2 {
    font-size: 42px; }
  section.our-story-4 .left .text {
    font-size: 26px; } }
@media (max-width: 992px) {
  section.our-story-4.green .left {
    padding: 40px 30px; }
  section.our-story-4.reverse {
    padding: 0; }
    section.our-story-4.reverse .left {
      padding: 40px 30px;
      text-align: left; }
      section.our-story-4.reverse .left h2 {
        padding: 0; }
      section.our-story-4.reverse .left h2, section.our-story-4.reverse .left .text {
        text-align: left; }
  section.our-story-4 .left {
    width: 100%;
    padding: 0 30px; }
    section.our-story-4 .left h2 {
      padding: 0; }
  section.our-story-4 .right {
    display: none; }

  body.rtl section.our-story-4.green .left {
    padding: 40px 30px; }
  body.rtl section.our-story-4.reverse {
    padding: 0; }
    body.rtl section.our-story-4.reverse .left {
      padding: 40px 30px;
      text-align: left; }
      body.rtl section.our-story-4.reverse .left h2 {
        padding: 0; }
      body.rtl section.our-story-4.reverse .left h2, body.rtl section.our-story-4.reverse .left .text {
        text-align: left; }
  body.rtl section.our-story-4 .left {
    width: 100%;
    padding: 0 30px;
    text-align: left; }
    body.rtl section.our-story-4 .left h2 {
      padding: 0; }
  body.rtl section.our-story-4 .right {
    display: none; } }
@media (max-width: 767px) {
  section.our-story-4 {
    padding: 50px 0; }
    section.our-story-4 .left .text {
      font-size: 20px; }

  section.our-story-4 .left h2 {
    font-size: 32px; }

  body.rtl section.our-story-4 {
    padding: 50px 0; }
    body.rtl section.our-story-4 .left .text {
      font-size: 30px; }

  body.rtl section.our-story-4.green {
    padding: 0; }

  body.rtl section.our-story-4 .left h2 {
    font-size: 42px; } }
@media (max-width: 450px) {
  section.our-story-4 .left .text {
    font-size: 16px;
    line-height: 1.4; }

  body.rtl section.our-story-4 .left .text {
    font-size: 22px;
    line-height: 1.4; } }
/*Single Post*/
section.single-post {
  background: #f0f5f9;
  padding: 20px 0 50px; }
  section.single-post .box .box-post {
    float: left;
    width: calc(100% - 480px);
    margin-right: 20px; }
    section.single-post .box .box-post .navigation {
      position: relative;
      float: left;
      width: 100%;
      background: #fff;
      padding: 20px 45px; }
      section.single-post .box .box-post .navigation .prev, section.single-post .box .box-post .navigation .next {
        position: relative;
        color: #b2b2b2;
        font-size: 12.5px;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 30px; }
        section.single-post .box .box-post .navigation .prev:after, section.single-post .box .box-post .navigation .next:after {
          content: '';
          display: inline-block;
          width: 10px;
          height: 17px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
      section.single-post .box .box-post .navigation .prev {
        padding-left: 30px;
        float: left; }
        section.single-post .box .box-post .navigation .prev:after {
          background: url(../images/navigation-prev.png) no-repeat center/cover;
          margin-right: 6px;
          left: 0; }
        section.single-post .box .box-post .navigation .prev:hover:after {
          left: -7px; }
      section.single-post .box .box-post .navigation .next {
        float: right;
        padding-right: 30px; }
        section.single-post .box .box-post .navigation .next:after {
          background: url(../images/navigation-next.png) no-repeat center/cover;
          margin-left: 6px;
          right: 0; }
        section.single-post .box .box-post .navigation .next:hover:after {
          right: -7px; }
    section.single-post .box .box-post .hr {
      float: left;
      height: 1px;
      margin: 40px 0;
      background: rgba(0, 0, 0, 0.05);
      width: 100%; }
    section.single-post .box .box-post .main-post {
      float: left;
      width: 100%; }
      section.single-post .box .box-post .main-post.video .box-iv {
        padding-top: 60%;
        position: relative; }
      section.single-post .box .box-post .main-post.video .box-img .watch {
        line-height: 84px;
        padding: 0 90px 0 40px;
        font-weight: bold;
        font-size: 33px;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        cursor: pointer; }
        section.single-post .box .box-post .main-post.video .box-img .watch:hover {
          background: #585858; }
        section.single-post .box .box-post .main-post.video .box-img .watch:after {
          content: '';
          width: 40px;
          height: 40px;
          background: url(../images/icon-play-video.png) no-repeat center/cover;
          display: block;
          position: absolute;
          top: 0;
          right: 40px;
          bottom: 0;
          margin: auto; }
      section.single-post .box .box-post .main-post.video .box-video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      section.single-post .box .box-post .main-post .box-img {
        width: 100%;
        position: relative;
        background: no-repeat center /cover;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9; }
        section.single-post .box .box-post .main-post .box-img:before {
          content: attr(text);
          display: block;
          font-size: 29px;
          color: #fff;
          padding: 0 20px;
          line-height: 58px;
          background: #d62432;
          font-weight: bold;
          position: absolute;
          top: 55px;
          left: 0; }
        section.single-post .box .box-post .main-post .box-img.none-text:before {
          display: none; }
        section.single-post .box .box-post .main-post .box-img img {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      section.single-post .box .box-post .main-post .info {
        width: 100%;
        background: #fff;
        padding: 20px 260px 20px 30px;
        position: relative; }
        section.single-post .box .box-post .main-post .info h3 {
          margin: 0 0 3px;
          font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
          font-size: 50px; }
          section.single-post .box .box-post .main-post .info h3 a {
            color: #bb9a65;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            section.single-post .box .box-post .main-post .info h3 a:hover {
              color: #1a4d2d; }
        section.single-post .box .box-post .main-post .info .short-text {
          font-size: 25px;
          color: rgba(0, 0, 0, 0.5);
          font-family: 'Myriad Pro Regular', sans-serif; }
        section.single-post .box .box-post .main-post .info .view-detail {
          display: block;
          background: #59c0b8;
          color: #fff;
          position: absolute;
          top: 30px;
          right: 25px;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          font-weight: 900;
          font-size: 12.5px;
          padding: 0 25px;
          line-height: 44px;
          border-radius: 50px;
          letter-spacing: 2px;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          section.single-post .box .box-post .main-post .info .view-detail:hover {
            background: #585858; }
      section.single-post .box .box-post .main-post:hover .owl-next {
        right: -20px;
        opacity: 0.5; }
        section.single-post .box .box-post .main-post:hover .owl-next.disabled {
          cursor: not-allowed;
          opacity: 0.5 !important; }
      section.single-post .box .box-post .main-post:hover .owl-prev {
        left: -20px;
        opacity: 0.5; }
        section.single-post .box .box-post .main-post:hover .owl-prev.disabled {
          cursor: not-allowed;
          opacity: 0.5 !important; }
      section.single-post .box .box-post .main-post .owl-prev, section.single-post .box .box-post .main-post .owl-next {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40px;
        height: 40px;
        line-height: 38px;
        color: #fff;
        text-align: center;
        font-size: 24px;
        margin: auto;
        border: 0;
        border-radius: 50%;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
        section.single-post .box .box-post .main-post .owl-prev:hover, section.single-post .box .box-post .main-post .owl-next:hover {
          opacity: 1; }
      section.single-post .box .box-post .main-post .owl-prev {
        left: 0px;
        opacity: 0;
        background: #fff url(../images/left-icon.png) no-repeat center/cover; }
      section.single-post .box .box-post .main-post .owl-next {
        right: 0px;
        opacity: 0;
        background: #fff url(../images/right-icon.png) no-repeat center/cover; }
    section.single-post .box .box-post .second-post {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      flex-wrap: wrap; }
      section.single-post .box .box-post .second-post .box-img {
        width: 60%;
        position: relative;
        overflow: hidden; }
        section.single-post .box .box-post .second-post .box-img:hover:before, section.single-post .box .box-post .second-post .box-img:hover:after {
          opacity: 1;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
        section.single-post .box .box-post .second-post .box-img:hover .box {
          opacity: 0.4; }
        section.single-post .box .box-post .second-post .box-img:hover span {
          opacity: 1;
          bottom: 30px; }
        section.single-post .box .box-post .second-post .box-img:before {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
          content: '';
          opacity: 0;
          -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          z-index: 9;
          background: rgba(0, 0, 0, 0.4); }
        section.single-post .box .box-post .second-post .box-img:after {
          content: '';
          display: block;
          width: 80px;
          height: 80px;
          background: url(../images/plus.png) no-repeat center/cover;
          opacity: 0;
          margin: auto;
          -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
          -webkit-transform: scale(1.5);
          transform: scale(1.5);
          position: absolute;
          top: 0px;
          right: 0px;
          bottom: 0px;
          left: 0px;
          z-index: 9; }
        section.single-post .box .box-post .second-post .box-img .img {
          height: 100%;
          background: no-repeat center /cover;
          -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
        section.single-post .box .box-post .second-post .box-img img {
          display: none; }
      section.single-post .box .box-post .second-post .info {
        width: 40%;
        background: #fff;
        padding: 150px 20px 65px 20px;
        position: relative; }
        section.single-post .box .box-post .second-post .info:before {
          content: attr(text);
          display: block;
          font-size: 21px;
          color: #fff;
          padding: 4px 20px;
          background: #d62432;
          position: absolute;
          top: 70px;
          font-weight: bold;
          left: 0; }
        section.single-post .box .box-post .second-post .info h3 {
          margin: 0 0 3px;
          font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
          font-size: 50px; }
          section.single-post .box .box-post .second-post .info h3 a {
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            color: #1a4d2d; }
            section.single-post .box .box-post .second-post .info h3 a:hover {
              color: #bb9a65; }
        section.single-post .box .box-post .second-post .info .short-text {
          font-size: 17px;
          color: #000;
          font-family: 'Myriad Pro Regular', sans-serif; }
        section.single-post .box .box-post .second-post .info .view-detail {
          display: block;
          float: left;
          margin-top: 50px;
          background: #59c0b8;
          color: #fff;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          font-weight: 900;
          font-size: 12.5px;
          padding: 0 25px;
          line-height: 44px;
          border-radius: 50px;
          letter-spacing: 2px;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          section.single-post .box .box-post .second-post .info .view-detail:hover {
            background: #585858; }
    section.single-post .box .box-post .item-child {
      float: left;
      width: 100%;
      margin: 60px 0 0; }
      section.single-post .box .box-post .item-child h2 {
        float: left;
        font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
        font-size: 50px;
        color: #b79257;
        margin: 0; }
      section.single-post .box .box-post .item-child .more-recipres {
        float: right;
        font-size: 10px;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 2px;
        font-weight: 900;
        margin-top: 30px;
        padding-right: 15px;
        position: relative;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
        section.single-post .box .box-post .item-child .more-recipres:hover {
          text-decoration: underline; }
        section.single-post .box .box-post .item-child .more-recipres:after {
          content: '';
          display: block;
          width: 6px;
          height: 7px;
          background: url(../images/arrow-black.png) no-repeat center/cover;
          position: absolute;
          right: 0;
          top: 2px;
          bottom: 0;
          margin: auto; }
      section.single-post .box .box-post .item-child ul {
        float: left;
        width: 100%;
        margin: 5px 0; }
        section.single-post .box .box-post .item-child ul.grid-2 li {
          width: calc((100% - 20px) / 2); }
          section.single-post .box .box-post .item-child ul.grid-2 li .box-img {
            padding-top: 75%; }
        section.single-post .box .box-post .item-child ul.grid-3 li {
          width: calc((100% - 26px) / 3); }
          section.single-post .box .box-post .item-child ul.grid-3 li + li {
            margin-left: 12px; }
          section.single-post .box .box-post .item-child ul.grid-3 li .box-img {
            padding-top: 75%; }
        section.single-post .box .box-post .item-child ul li {
          float: left; }
          section.single-post .box .box-post .item-child ul li + li {
            margin-left: 20px; }
          section.single-post .box .box-post .item-child ul li .box-img {
            float: left;
            width: 100%;
            position: relative;
            overflow: hidden; }
            section.single-post .box .box-post .item-child ul li .box-img:hover:before, section.single-post .box .box-post .item-child ul li .box-img:hover:after {
              opacity: 1;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
            section.single-post .box .box-post .item-child ul li .box-img:hover .box {
              opacity: 0.4; }
            section.single-post .box .box-post .item-child ul li .box-img:hover span {
              opacity: 1;
              bottom: 30px; }
            section.single-post .box .box-post .item-child ul li .box-img:before {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
              content: '';
              opacity: 0;
              -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
              transition: opacity 0.35s, transform 0.35s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              z-index: 9;
              background: rgba(0, 0, 0, 0.4); }
            section.single-post .box .box-post .item-child ul li .box-img:after {
              content: '';
              display: block;
              width: 80px;
              height: 80px;
              background: url(../images/plus.png) no-repeat center/cover;
              opacity: 0;
              margin: auto;
              -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
              transition: opacity 0.35s, transform 0.35s;
              -webkit-transform: scale(1.5);
              transform: scale(1.5);
              position: absolute;
              top: 0px;
              right: 0px;
              bottom: 0px;
              left: 0px;
              z-index: 9; }
            section.single-post .box .box-post .item-child ul li .box-img .img {
              height: 100%;
              background: no-repeat center /cover;
              -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
              transition: opacity 0.35s, transform 0.35s;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0; }
            section.single-post .box .box-post .item-child ul li .box-img img {
              display: none; }
          section.single-post .box .box-post .item-child ul li h3 {
            float: left;
            width: 100%;
            font-size: 33px;
            margin: 15px 15px 0 0;
            font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif; }
            section.single-post .box .box-post .item-child ul li h3 a {
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s;
              color: #1a4d2d; }
              section.single-post .box .box-post .item-child ul li h3 a:hover {
                color: #bb9a65; }
    section.single-post .box .box-post .content-single h2.title {
      font-size: 50px;
      font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
      margin: 15px 0 5px;
      text-align: center;
      color: #bb9a65; }
    section.single-post .box .box-post .content-single .short-text {
      font-size: 25px;
      color: rgba(0, 0, 0, 0.5);
      text-align: center;
      max-width: 75%;
      margin: auto;
      display: table;
      font-family: 'Myriad Pro Regular', sans-serif; }
    section.single-post .box .box-post .content-single .indicators {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      flex-wrap: wrap;
      border-top: 1px solid #e4e9ec;
      border-bottom: 1px solid #e4e9ec;
      padding: 12px 0;
      margin-top: 50px; }
      section.single-post .box .box-post .content-single .indicators li {
        float: left;
        width: calc((100% - 1px) / 3);
        padding-right: 60px;
        position: relative; }
        section.single-post .box .box-post .content-single .indicators li + li:before {
          content: '';
          display: block;
          width: 1px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: -30px;
          background: #e4e9ec; }
        section.single-post .box .box-post .content-single .indicators li p {
          margin-bottom: 2px;
          font-size: 24px;
          font-family: 'Myriad Pro Regular', sans-serif;
          font-weight: bold;
          line-height: 1.2; }
          section.single-post .box .box-post .content-single .indicators li p span {
            font-weight: normal;
            color: #d1d1d1;
            width: 120px;
            float: left; }
    section.single-post .box .box-post .content-single .box-share {
      text-align: center;
      line-height: 46px;
      margin-top: 40px; }
      section.single-post .box .box-post .content-single .box-share span {
        display: inline-block; }
      section.single-post .box .box-post .content-single .box-share .social {
        display: inline-block; }
        section.single-post .box .box-post .content-single .box-share .social li {
          display: inline-block;
          margin: 0 3px; }
          section.single-post .box .box-post .content-single .box-share .social li img {
            width: 46px; }
          section.single-post .box .box-post .content-single .box-share .social li a {
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            section.single-post .box .box-post .content-single .box-share .social li a:hover {
              opacity: 0.6; }
    section.single-post .box .box-post .content-single .information .head-big {
      color: #bb9a65;
      font-size: 33px;
      text-transform: uppercase;
      font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
      margin: 0 0 30px; }
    section.single-post .box .box-post .content-single .information .ingredients {
      float: left;
      width: calc((100% / 7) * 3); }
      section.single-post .box .box-post .content-single .information .ingredients .list li {
        padding: 15px 0 15px 40px;
        font-size: 29px;
        font-family: 'Myriad Pro Regular', sans-serif;
        position: relative; }
        section.single-post .box .box-post .content-single .information .ingredients .list li:first-child {
          padding-top: 5px; }
          section.single-post .box .box-post .content-single .information .ingredients .list li:first-child:before {
            top: 19px; }
        section.single-post .box .box-post .content-single .information .ingredients .list li + li {
          border-top: 1px solid #e4e9ec; }
        section.single-post .box .box-post .content-single .information .ingredients .list li:before {
          content: '';
          display: block;
          width: 9px;
          height: 9px;
          border: 1px solid #333;
          border-radius: 50%;
          position: absolute;
          left: 2px;
          top: 29px; }
    section.single-post .box .box-post .content-single .information .directions {
      float: left;
      width: calc((100% / 7) * 3);
      margin-left: calc(100% / 7); }
      section.single-post .box .box-post .content-single .information .directions .list li {
        font-size: 25px;
        font-family: 'Myriad Pro Regular', sans-serif;
        padding: 15px 0 22px;
        line-height: 1.3; }
        section.single-post .box .box-post .content-single .information .directions .list li:before {
          content: attr(index);
          display: block;
          font-size: 41px;
          font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
          float: left;
          line-height: 0.7;
          margin-right: 7px;
          color: #1a4d2d; }
        section.single-post .box .box-post .content-single .information .directions .list li + li {
          border-top: 1px solid #e4e9ec; }
    section.single-post .box .box-post .box-faq {
      float: left;
      width: 100%;
      padding: 60px 0 40px;
      font-family: 'Myriad Pro Regular', sans-serif; }
      section.single-post .box .box-post .box-faq .item {
        float: left;
        width: 100%;
        padding: 20px 0 30px;
        border-bottom: 1px solid #e4e9ec; }
        section.single-post .box .box-post .box-faq .item .question {
          font-size: 37.5px;
          color: #000000;
          font-style: italic; }
        section.single-post .box .box-post .box-faq .item .answer {
          font-size: 25px;
          color: rgba(0, 0, 0, 0.5);
          padding-top: 7px; }
  section.single-post .box .box-sidebar {
    float: right;
    width: 460px; }
    section.single-post .box .box-sidebar .item {
      float: left;
      width: 100%;
      margin-bottom: 30px; }
      section.single-post .box .box-sidebar .item h3 {
        font-size: 50px;
        color: #1a4d2d;
        font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin: 0 0 20px;
        line-height: 1; }
      section.single-post .box .box-sidebar .item ul li {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-wrap: wrap; }
        section.single-post .box .box-sidebar .item ul li .box-img {
          float: left;
          width: 50%;
          position: relative;
          overflow: hidden; }
          section.single-post .box .box-sidebar .item ul li .box-img:hover:before, section.single-post .box .box-sidebar .item ul li .box-img:hover:after {
            opacity: 1;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
          section.single-post .box .box-sidebar .item ul li .box-img:hover .box {
            opacity: 0.4; }
          section.single-post .box .box-sidebar .item ul li .box-img:hover span {
            opacity: 1;
            bottom: 30px; }
          section.single-post .box .box-sidebar .item ul li .box-img:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
            content: '';
            opacity: 0;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            z-index: 9;
            background: rgba(0, 0, 0, 0.4); }
          section.single-post .box .box-sidebar .item ul li .box-img:after {
            content: '';
            display: block;
            width: 60px;
            height: 60px;
            background: url(../images/plus.png) no-repeat center/cover;
            opacity: 0;
            margin: auto;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            z-index: 9; }
          section.single-post .box .box-sidebar .item ul li .box-img .img {
            height: 100%;
            background: no-repeat center /cover;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0; }
          section.single-post .box .box-sidebar .item ul li .box-img img {
            display: none; }
        section.single-post .box .box-sidebar .item ul li .info {
          float: left;
          width: 50%;
          background: #fff;
          padding: 15px 20px;
          min-height: 170px; }
          section.single-post .box .box-sidebar .item ul li .info h4 {
            font-size: 33px;
            margin: 0;
            font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif; }
            section.single-post .box .box-sidebar .item ul li .info h4 a {
              color: #b79257;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s; }
              section.single-post .box .box-sidebar .item ul li .info h4 a:hover {
                color: #1a4d2d; }
      section.single-post .box .box-sidebar .item .more {
        float: left;
        font-size: 12.5px;
        color: #d62432;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: 900;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 10px 0; }
        section.single-post .box .box-sidebar .item .more:hover {
          text-decoration: underline; }
        section.single-post .box .box-sidebar .item .more img {
          position: relative;
          top: -2px;
          margin-left: 6px; }
    section.single-post .box .box-sidebar .form {
      float: left;
      width: 100%;
      margin-top: 5px; }
      section.single-post .box .box-sidebar .form h3 {
        font-size: 50px;
        color: #b79257;
        font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin: 0 0 5px;
        line-height: 1;
        text-align: center; }
      section.single-post .box .box-sidebar .form .text {
        text-align: center;
        font-size: 25px;
        color: #000;
        letter-spacing: -0.5px;
        margin-bottom: 20px;
        font-family: 'Myriad Pro Regular', sans-serif; }
        section.single-post .box .box-sidebar .form .text a {
          color: #969291; }
          section.single-post .box .box-sidebar .form .text a:hover {
            text-decoration: underline; }
      section.single-post .box .box-sidebar .form form {
        float: left;
        width: 100%;
        position: relative; }
        section.single-post .box .box-sidebar .form form input[type=email] {
          float: left;
          width: 100%;
          border: 1px solid #dddddd;
          border-radius: 50px;
          line-height: 60px;
          font-size: 16px;
          padding: 0 150px 0 35px;
          outline: none;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          height: 62px; }
        section.single-post .box .box-sidebar .form form input[type=submit], section.single-post .box .box-sidebar .form form button {
          display: block;
          width: 120px;
          position: absolute;
          top: 1px;
          right: 1px;
          bottom: 1px;
          background: #d62432;
          border-radius: 0 50px 50px 0;
          border: 0;
          outline: none;
          font-size: 12.5px;
          letter-spacing: 2px;
          color: #fff;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          section.single-post .box .box-sidebar .form form input[type=submit]:hover, section.single-post .box .box-sidebar .form form button:hover {
            background: #585858; }
    section.single-post .box .box-sidebar .latest-products h3 {
      font-size: 50px;
      color: #bb9a65;
      font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      margin: 50px 0 30px;
      line-height: 1; }
    section.single-post .box .box-sidebar .latest-products ul li {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 5px; }
      section.single-post .box .box-sidebar .latest-products ul li .box-img {
        float: left;
        background: no-repeat center /cover;
        width: 106px; }
        section.single-post .box .box-sidebar .latest-products ul li .box-img img {
          display: none; }
      section.single-post .box .box-sidebar .latest-products ul li .info {
        float: left;
        width: calc(100% - 107px);
        padding: 20px 130px 17px 15px;
        background: #fff;
        position: relative; }
        section.single-post .box .box-sidebar .latest-products ul li .info h4 {
          margin: 0 0 17px;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          font-weight: 900;
          text-transform: uppercase;
          font-size: 10px; }
          section.single-post .box .box-sidebar .latest-products ul li .info h4 a {
            color: #b2b2b2;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            section.single-post .box .box-sidebar .latest-products ul li .info h4 a:hover {
              color: #1a4d2d; }
        section.single-post .box .box-sidebar .latest-products ul li .info .short-text {
          font-size: 14px;
          color: #515356;
          font-family: 'Lato', Arial, Helvetica, sans-serif; }
        section.single-post .box .box-sidebar .latest-products ul li .info .price {
          font-size: 24px;
          color: #515356;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          font-weight: bold;
          position: absolute;
          top: 15px;
          right: 15px; }
    section.single-post .box .box-sidebar .latest-products .more-products {
      float: right;
      font-size: 10px;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      color: rgba(0, 0, 0, 0.5);
      letter-spacing: 2px;
      font-weight: 900;
      margin-top: 1px;
      padding-right: 15px;
      position: relative;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      section.single-post .box .box-sidebar .latest-products .more-products:hover {
        text-decoration: underline; }
      section.single-post .box .box-sidebar .latest-products .more-products:after {
        content: '';
        display: block;
        width: 6px;
        height: 7px;
        background: url(../images/arrow-black.png) no-repeat center/cover;
        position: absolute;
        right: 0;
        top: 2px;
        bottom: 0;
        margin: auto; }

body.rtl section.single-post .box .box-post {
  float: right;
  margin: 0 0 0 20px; }
  body.rtl section.single-post .box .box-post .main-post .box-img:before {
    left: auto;
    right: 0;
    font-size: 36px; }
  body.rtl section.single-post .box .box-post .main-post .box-img .watch {
    font-size: 40px;
    padding: 0 40px 0 90px; }
    body.rtl section.single-post .box .box-post .main-post .box-img .watch:after {
      right: auto;
      left: 40px;
      -ms-transform: rotateY(-180deg);
      -webkit-transform: rotateY(-180deg);
      transform: rotateY(-180deg); }
  body.rtl section.single-post .box .box-post .main-post .info {
    padding: 20px 30px 20px 260px; }
    body.rtl section.single-post .box .box-post .main-post .info h3 {
      font-size: 60px;
      font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
    body.rtl section.single-post .box .box-post .main-post .info .short-text {
      font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
      font-size: 30px; }
    body.rtl section.single-post .box .box-post .main-post .info .view-detail {
      left: 25px;
      right: auto;
      font-size: 22px;
      font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.single-post .box .box-post .content-single h2.title {
    font-size: 60px; }
  body.rtl section.single-post .box .box-post .content-single .short-text {
    font-size: 26px; }
  body.rtl section.single-post .box .box-post .content-single .indicators li p {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    font-size: 28px; }
  body.rtl section.single-post .box .box-post .second-post .info:before {
    left: auto;
    right: 0;
    font-size: 26px; }
  body.rtl section.single-post .box .box-post .second-post .info h3 {
    font-size: 60px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.single-post .box .box-post .second-post .info .short-text {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    font-size: 24px; }
  body.rtl section.single-post .box .box-post .second-post .info .view-detail {
    float: right;
    font-size: 22px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.single-post .box .box-post .item-child h2 {
    float: right;
    font-size: 60px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.single-post .box .box-post .item-child .more-recipres {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    font-size: 20px;
    float: left;
    padding: 0 0 0 15px; }
    body.rtl section.single-post .box .box-post .item-child .more-recipres:after {
      right: auto;
      left: 0;
      -ms-transform: rotateY(-180deg);
      -webkit-transform: rotateY(-180deg);
      transform: rotateY(-180deg); }
  body.rtl section.single-post .box .box-post .item-child ul li h3 {
    font-size: 38px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.single-post .box .box-post .navigation .next {
    font-size: 20px;
    float: left;
    padding: 0 0 0 30px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
    body.rtl section.single-post .box .box-post .navigation .next:after {
      left: 0;
      right: auto;
      background: url(../images/navigation-prev.png) no-repeat center/cover;
      margin: auto 0 auto 6px; }
    body.rtl section.single-post .box .box-post .navigation .next:hover:after {
      left: -7px; }
  body.rtl section.single-post .box .box-post .navigation .prev {
    font-size: 20px;
    float: right;
    padding: 0 30px 0 0;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
    body.rtl section.single-post .box .box-post .navigation .prev:after {
      right: 0;
      left: auto;
      background: url(../images/navigation-next.png) no-repeat center/cover;
      margin: auto 6px auto 0; }
    body.rtl section.single-post .box .box-post .navigation .prev:hover:after {
      right: -7px; }
  body.rtl section.single-post .box .box-post .content-single h2.title, body.rtl section.single-post .box .box-post .content-single .short-text {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.single-post .box .box-post .content-single .information .head-big {
    font-size: 44px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.single-post .box .box-post .content-single .information .ingredients .list li {
    padding-right: 40px;
    padding-left: 0;
    font-size: 34px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
    body.rtl section.single-post .box .box-post .content-single .information .ingredients .list li:before {
      left: auto;
      right: 2px;
      top: 34px; }
    body.rtl section.single-post .box .box-post .content-single .information .ingredients .list li:first-child:before {
      top: 24px; }
  body.rtl section.single-post .box .box-post .content-single .information .directions .list li {
    font-size: 36px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
    body.rtl section.single-post .box .box-post .content-single .information .directions .list li:before {
      float: right;
      margin: 0 0 0 7px; }
  body.rtl section.single-post .box .box-post .content-single .indicators li p span {
    float: right; }
  body.rtl section.single-post .box .box-post .content-single .box-share span {
    font-size: 22px;
    margin: 0 0 0 10px; }
body.rtl section.single-post .box .box-sidebar {
  float: left; }
  body.rtl section.single-post .box .box-sidebar .item h3 {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.single-post .box .box-sidebar .item .more {
    font-size: 20px;
    float: right;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
    body.rtl section.single-post .box .box-sidebar .item .more img {
      -ms-transform: rotateY(-180deg);
      -webkit-transform: rotateY(-180deg);
      transform: rotateY(-180deg); }
  body.rtl section.single-post .box .box-sidebar .item ul li .info h4 {
    font-size: 42px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.single-post .box .box-sidebar .form h3, body.rtl section.single-post .box .box-sidebar .form .text {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.single-post .box .box-sidebar .form .text {
    font-size: 30px; }
  body.rtl section.single-post .box .box-sidebar .form form input[type=email] {
    padding: 0 35px 0 150px;
    font-size: 20px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.single-post .box .box-sidebar .form form input[type=submit], body.rtl section.single-post .box .box-sidebar .form form button {
    left: 1px;
    right: auto;
    border-radius: 50px 0 0 50px;
    font-size: 20px; }
  body.rtl section.single-post .box .box-sidebar .latest-products h3 {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.single-post .box .box-sidebar .latest-products ul li .info {
    padding: 20px 15px 17px 110px; }
    body.rtl section.single-post .box .box-sidebar .latest-products ul li .info .price {
      font-size: 30px;
      left: 15px;
      right: auto;
      font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
    body.rtl section.single-post .box .box-sidebar .latest-products ul li .info h4 {
      font-size: 16px;
      font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
    body.rtl section.single-post .box .box-sidebar .latest-products ul li .info .short-text {
      font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
      font-size: 24px; }
  body.rtl section.single-post .box .box-sidebar .latest-products .more-products {
    float: left;
    padding: 0 0 0 15px;
    font-size: 18px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
    body.rtl section.single-post .box .box-sidebar .latest-products .more-products:after {
      right: auto;
      left: 0;
      -ms-transform: rotateY(-180deg);
      -webkit-transform: rotateY(-180deg);
      transform: rotateY(-180deg); }

@media (max-width: 1400px) {
  section.single-post .box .box-post .second-post .box-img, section.single-post .box .box-post .second-post .info {
    width: 50%; }

  section.single-post .box .box-post .content-single .short-text {
    font-size: 20px;
    max-width: 90%; }

  section.single-post .box .box-post .content-single .indicators li {
    padding-right: 40px; }
    section.single-post .box .box-post .content-single .indicators li + li:before {
      left: -20px; }
    section.single-post .box .box-post .content-single .indicators li p {
      font-size: 18px; }
      section.single-post .box .box-post .content-single .indicators li p span {
        width: 80px; }

  section.single-post .box .box-post {
    width: calc(100% - 391px); }
  section.single-post .box .box-sidebar {
    width: 370px; }

  section.single-post .box .box-post .content-single .information .ingredients .list li {
    font-size: 24px; }

  section.single-post .box .box-post .content-single .information .directions .list li {
    font-size: 20px; }
    section.single-post .box .box-post .content-single .information .directions .list li:before {
      line-height: 0.4; }

  section.single-post .box .box-post .box-faq .item .question {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    font-size: 36px; }
  section.single-post .box .box-post .box-faq .item .answer {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    font-size: 26px; }

  section.single-post .box .box-sidebar .item h3,
  section.single-post .box .box-sidebar .form h3,
  section.single-post .box .box-sidebar .latest-products h3 {
    font-size: 40px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }

  body.rtl section.single-post .box .box-post .content-single .information .directions .list li:before {
    line-height: 0.7; } }
@media (max-width: 1200px) {
  section.single-post .box .box-post {
    width: calc(100% - 380px); }
  section.single-post .box .box-sidebar {
    width: 360px; }

  section.single-post .box .box-post .main-post .box-img:before {
    font-size: 21px;
    padding: 4px 20px;
    line-height: 1.2;
    top: 40px; }
  section.single-post .box .box-post .main-post.video .box-img .watch {
    line-height: 64px;
    font-size: 24px; }
    section.single-post .box .box-post .main-post.video .box-img .watch:after {
      width: 30px;
      height: 30px; }
  section.single-post .box .box-post .main-post .info {
    padding: 30px 20px;
    float: left;
    width: 100%; }
    section.single-post .box .box-post .main-post .info .view-detail {
      position: static;
      float: left;
      margin-top: 30px; }

  body.rtl section.single-post .box .box-post .main-post .info {
    padding: 30px 20px; }

  body.rtl section.single-post .box .box-post .main-post .info .view-detail {
    float: right; }

  section.single-post .box .box-post .second-post {
    position: relative; }
    section.single-post .box .box-post .second-post .box-img, section.single-post .box .box-post .second-post .info {
      width: 100%; }
    section.single-post .box .box-post .second-post .box-img {
      height: 300px; }
    section.single-post .box .box-post .second-post .info {
      position: static;
      padding-top: 30px;
      padding-bottom: 30px; }
      section.single-post .box .box-post .second-post .info:before {
        top: 40px; }
      section.single-post .box .box-post .second-post .info .view-detail {
        margin-top: 30px; }

  section.single-post .box .box-post .item-child ul li h3 {
    font-size: 24px; }

  section.single-post .box .box-post .content-single .indicators {
    padding: 0; }
    section.single-post .box .box-post .content-single .indicators li {
      width: 100%;
      padding: 20px 0; }
      section.single-post .box .box-post .content-single .indicators li + li {
        border-top: 1px solid #e4e9ec; }
        section.single-post .box .box-post .content-single .indicators li + li:before {
          display: none; }

  section.single-post .box .box-post .content-single .information .ingredients {
    width: 100%; }
  section.single-post .box .box-post .content-single .information .directions {
    width: 100%;
    margin: 40px 0 0; }

  section.single-post .box .box-post .content-single .information .ingredients .list li {
    font-size: 20px; }

  section.single-post .box .box-post .content-single .indicators li p {
    margin-bottom: 10px; }
    section.single-post .box .box-post .content-single .indicators li p:last-child {
      margin-bottom: 0; } }
@media (max-width: 992px) {
  section.single-post .box .box-post {
    margin: 0 0 30px;
    width: 100%; }
  section.single-post .box .box-sidebar {
    width: 100%; }

  section.single-post .box .box-post .box-faq {
    padding-top: 0; }

  body.rtl section.single-post .box .box-post {
    margin: 0 0 30px; } }
@media (max-width: 767px) {
  section.single-post .box .box-sidebar .item h3,
  section.single-post .box .box-sidebar .form h3,
  section.single-post .box .box-post .item-child h2,
  section.single-post .box .box-post .second-post .info h3,
  section.single-post .box .box-sidebar .latest-products h3 {
    font-size: 36px; }

  body.rtl section.single-post .box .box-sidebar .item h3,
  body.rtl section.single-post .box .box-sidebar .form h3,
  body.rtl section.single-post .box .box-post .item-child h2,
  body.rtl section.single-post .box .box-post .second-post .info h3,
  body.rtl section.single-post .box .box-sidebar .latest-products h3 {
    font-size: 42px; }

  section.single-post .box .box-post .main-post .info h3 {
    font-size: 30px; }

  section.single-post .box .box-post .main-post.video .box-img .watch {
    line-height: 44px;
    font-size: 18px; }

  body.rtl section.single-post .box .box-post .main-post .box-img .watch {
    font-size: 26px; }

  section.single-post .box .box-post .main-post .box-img:before,
  section.single-post .box .box-post .second-post .info:before {
    font-size: 16px;
    top: 20px; }

  section.single-post .box .box-post .box-faq .item .question {
    font-size: 22px; }
  section.single-post .box .box-post .box-faq .item .answer {
    font-size: 16px; }

  body.rtl section.single-post .box .box-post .main-post .box-img:before,
  body.rtl section.single-post .box .box-post .second-post .info:before {
    font-size: 22px; } }
@media (max-width: 450px) {
  section.single-post .box .box-post .item-child ul.grid-2 li,
  section.single-post .box .box-post .item-child ul.grid-3 li {
    width: 100%;
    margin: 0 0 20px !important; }

  section.single-post .box .box-sidebar .item ul li .info h4 {
    font-size: 24px; }

  section.single-post .box .box-post .navigation {
    padding: 20px 15px; }

  section.single-post .box .box-post .navigation .prev, section.single-post .box .box-post .navigation .next {
    font-size: 11px; }

  section.single-post .box .box-post .item-child h2 {
    width: 100%; }

  section.single-post .box .box-post .item-child .more-recipres {
    float: left;
    margin: 15px 0 20px; }

  body.rtl section.single-post .box .box-post .item-child .more-recipres {
    float: right; } }
/*Contact Us*/
section.contact-us {
  border-bottom: 15px solid #f0f5f9;
  padding: 80px 0 60px;
  background: #fff; }
  section.contact-us .form {
    float: left;
    width: 50%;
    margin-right: 10%;
    margin-bottom: 30px; }
    section.contact-us .form .group + .group {
      margin-top: 50px; }
    section.contact-us .form .group.margin-30 {
      margin: 30px 0 0; }
    section.contact-us .form .group input[type=text], section.contact-us .form .group input[type=email] {
      line-height: 68px;
      height: 70px;
      width: 100%;
      outline: none;
      border: 1px solid #eeeeee;
      background: #eeeeee;
      font-size: 19px;
      padding: 0 35px;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 900;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      section.contact-us .form .group input[type=text]:focus, section.contact-us .form .group input[type=email]:focus {
        background: transparent;
        /*border-color: #999;*/ }
      section.contact-us .form .group input[type=text]::placeholder, section.contact-us .form .group input[type=email]::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: rgba(40, 40, 40, 0.3);
        opacity: 1;
        /* Firefox */ }
      section.contact-us .form .group input[type=text]:-ms-input-placeholder, section.contact-us .form .group input[type=email]:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: rgba(40, 40, 40, 0.3); }
      section.contact-us .form .group input[type=text]::-ms-input-placeholder, section.contact-us .form .group input[type=email]::-ms-input-placeholder {
        /* Microsoft Edge */
        color: rgba(40, 40, 40, 0.3); }
    section.contact-us .form .group textarea {
      width: 100%;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 900;
      padding: 25px 35px;
      border: 1px solid #eeeeee;
      background: #eeeeee;
      font-size: 19px;
      outline: none;
      resize: none; }
      section.contact-us .form .group textarea:focus {
        background: transparent;
        /*border-color: #999;*/ }
      section.contact-us .form .group textarea::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: rgba(40, 40, 40, 0.3);
        opacity: 1;
        /* Firefox */ }
      section.contact-us .form .group textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: rgba(40, 40, 40, 0.3); }
      section.contact-us .form .group textarea::-ms-input-placeholder {
        /* Microsoft Edge */
        color: rgba(40, 40, 40, 0.3); }
    section.contact-us .form .group .box-file {
      float: left;
      line-height: 56px;
      font-size: 19px;
      color: #777777;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: normal;
      cursor: pointer; }
    section.contact-us .form .group input[type=submit] {
      float: right;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 900;
      color: #fff;
      padding: 0 90px;
      line-height: 56px;
      background: #59c0b8;
      border: 0;
      border-radius: 50px;
      text-transform: uppercase;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;
      outline: none; }
      section.contact-us .form .group input[type=submit]:hover {
        background: #585858; }
  section.contact-us .information {
    float: left;
    width: 40%; }
    section.contact-us .information h3 {
      margin: 0 0 15px;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: 900;
      font-size: 19px;
      color: #515253;
      text-transform: uppercase; }
    section.contact-us .information .child {
      float: left;
      width: 100%;
      margin-bottom: 25px; }
      section.contact-us .information .child .gmap {
        height: 410px; }
        section.contact-us .information .child .gmap iframe {
          width: 100%;
          height: 100%; }
      section.contact-us .information .child .contact li {
        color: #b2b2b2;
        font-size: 19px;
        padding: 10px 0 10px 60px;
        position: relative;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: normal; }
        section.contact-us .information .child .contact li:before {
          content: '';
          display: block;
          position: absolute;
          left: 7px; }
        section.contact-us .information .child .contact li.location:before {
          background: url(../images/icon-contact-location.png) no-repeat center/cover;
          width: 15px;
          height: 25px;
          top: 15px;
          left: 11px; }
        section.contact-us .information .child .contact li.mail:before {
          background: url(../images/icon-contact-email.png) no-repeat center/cover;
          width: 24px;
          height: 28px;
          top: 10px; }
        section.contact-us .information .child .contact li.phone:before {
          background: url(../images/icon-contact-fax.png) no-repeat center/cover;
          width: 26px;
          height: 15px;
          top: 18px; }

body.rtl section.contact-us .form {
  float: right;
  margin: 0 0 0 10%; }
body.rtl section.contact-us .information {
  float: left; }
body.rtl section.contact-us .information h3 {
  font-size: 36px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.contact-us .form .group input[type=text], body.rtl section.contact-us .form .group input[type=email],
body.rtl section.contact-us .form .group textarea {
  font-size: 26px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.contact-us .information .child .contact li {
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 24px;
  padding: 10px 60px 10px 0; }
  body.rtl section.contact-us .information .child .contact li:before {
    left: auto;
    right: 7px; }
  body.rtl section.contact-us .information .child .contact li.location:before {
    right: 11px;
    left: auto; }
body.rtl section.contact-us .form .group input[type=submit] {
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 20px; }
body.rtl section.contact-us .form .group .box-file {
  font-size: 26px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }

@media (max-width: 992px) {
  section.contact-us .form, section.contact-us .information {
    width: 100%;
    margin: 0 0 40px !important; }
    section.contact-us .form .group + .group, section.contact-us .information .group + .group {
      margin-top: 25px; } }
@media (max-width: 767px) {
  section.contact-us {
    padding: 50px 0 30px; }

  section.contact-us .information .child .gmap {
    height: 300px; }

  section.contact-us .form .group input[type=text], section.contact-us .form .group input[type=email] {
    font-size: 16px;
    line-height: 56px;
    padding: 0 25px; }

  section.contact-us .form .group textarea {
    font-size: 16px;
    padding: 20px 25px; } }
@media (max-width: 450px) {
  section.contact-us .form .group .box-file {
    width: 100%;
    line-height: 1.4; }

  section.contact-us .form .group .box-file label {
    width: 100%;
    line-height: 1.4;
    text-align: center; }

  section.contact-us .form .group input[type=submit] {
    width: 100%;
    margin-top: 20px; } }
/*Hot news*/
section.news {
  background: #f0f5f9; }
  section.news .hot-news {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px; }
    section.news .hot-news .box-img {
      width: 50%;
      position: relative;
      overflow: hidden; }
      section.news .hot-news .box-img:hover:before, section.news .hot-news .box-img:hover:after {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      section.news .hot-news .box-img:hover .box {
        opacity: 0.4; }
      section.news .hot-news .box-img:hover span {
        opacity: 1;
        bottom: 30px; }
      section.news .hot-news .box-img:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        z-index: 9;
        background: rgba(0, 0, 0, 0.4); }
      section.news .hot-news .box-img:after {
        content: '';
        display: block;
        width: 80px;
        height: 80px;
        background: url(../images/plus.png) no-repeat center/cover;
        opacity: 0;
        margin: auto;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: 9; }
      section.news .hot-news .box-img .img {
        height: 100%;
        background: no-repeat center /cover;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      section.news .hot-news .box-img img {
        display: none; }
    section.news .hot-news .info {
      width: 50%;
      background: #fff;
      padding: 120px 55px 120px 80px;
      position: relative; }
      section.news .hot-news .info:before {
        content: attr(text);
        display: block;
        font-size: 25px;
        color: #fff;
        padding: 0 55px;
        line-height: 30px;
        background: #d62432;
        position: absolute;
        top: 50px;
        left: 0;
        font-family: 'Myriad Pro Regular', sans-serif; }
      section.news .hot-news .info h3 {
        margin: 0 0 35px;
        font-family: 'Myriad Pro Regular', sans-serif;
        font-size: 50px;
        font-weight: bold; }
        section.news .hot-news .info h3 a {
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s;
          color: #515254; }
          section.news .hot-news .info h3 a:hover {
            color: #bb9a65; }
      section.news .hot-news .info .short-text {
        font-size: 21px;
        color: #b2b2b2;
        font-family: 'Myriad Pro Regular', sans-serif;
        line-height: 1.3; }
      section.news .hot-news .info .read-more {
        display: block;
        float: left;
        margin-top: 80px;
        color: #59c0b8;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: 900;
        font-size: 17px;
        letter-spacing: 2px;
        position: relative;
        padding-right: 10px; }
        section.news .hot-news .info .read-more:hover {
          text-decoration: underline; }
        section.news .hot-news .info .read-more:after {
          content: '';
          display: block;
          width: 6px;
          height: 7px;
          background: url(../images/arrow-blue.png) no-repeat center/cover;
          position: absolute;
          right: 0;
          top: -2px;
          bottom: 0;
          margin: auto; }
  section.news .box-article {
    display: table;
    margin: auto;
    width: calc((100vw / 12) * 8);
    margin-bottom: 80px; }
  section.news .list-article {
    margin: 0 -25px; }
    section.news .list-article .item {
      float: left;
      width: calc((100% - 151px) / 3);
      margin: 25px;
      height: 100%;
      background: #fff; }
      section.news .list-article .item.big-item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        min-height: 385px; }
        section.news .list-article .item.big-item .box-img {
          float: left;
          width: calc((100% / 8) * 5); }
          section.news .list-article .item.big-item .box-img .img {
            height: 100%;
            background: no-repeat center /cover;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0; }
          section.news .list-article .item.big-item .box-img img {
            display: none; }
        section.news .list-article .item.big-item .info {
          height: 100%;
          width: calc((100% / 8) * 3);
          position: relative;
          padding: 50px 0; }
          section.news .list-article .item.big-item .info .box-info {
            position: absolute;
            min-width: 100%;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            padding: 0 30% 0 15px; }
      section.news .list-article .item .box-img {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden; }
        section.news .list-article .item .box-img:hover:before, section.news .list-article .item .box-img:hover:after {
          opacity: 1;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
        section.news .list-article .item .box-img:hover .box {
          opacity: 0.4; }
        section.news .list-article .item .box-img:hover span {
          opacity: 1;
          bottom: 30px; }
        section.news .list-article .item .box-img:before {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
          content: '';
          opacity: 0;
          -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          z-index: 9;
          background: rgba(0, 0, 0, 0.4); }
        section.news .list-article .item .box-img:after {
          content: '';
          display: block;
          width: 80px;
          height: 80px;
          background: url(../images/plus.png) no-repeat center/cover;
          opacity: 0;
          margin: auto;
          -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
          -webkit-transform: scale(1.5);
          transform: scale(1.5);
          position: absolute;
          top: 0px;
          right: 0px;
          bottom: 0px;
          left: 0px;
          z-index: 9; }
        section.news .list-article .item .box-img img {
          width: 100%; }
      section.news .list-article .item .info {
        float: left;
        width: 100%;
        background: #fff;
        padding: 30px 50px;
        position: relative; }
        section.news .list-article .item .info:before {
          content: attr(text);
          display: block;
          font-size: 25px;
          color: #fff;
          padding: 0 55px;
          line-height: 30px;
          background: #d62432;
          position: absolute;
          top: 50px;
          left: 0;
          font-family: 'Myriad Pro Regular', sans-serif; }
        section.news .list-article .item .info h3 {
          margin: 0 0 13px;
          font-family: 'Myriad Pro Regular', sans-serif;
          font-size: 25px;
          font-weight: bold; }
          section.news .list-article .item .info h3 a {
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            color: #515254; }
            section.news .list-article .item .info h3 a:hover {
              color: #bb9a65; }
        section.news .list-article .item .info .short-text {
          font-size: 17px;
          color: #b2b2b2;
          font-family: 'Myriad Pro Regular', sans-serif;
          line-height: 1.3; }
        section.news .list-article .item .info .read-more {
          display: block;
          float: left;
          margin-top: 10px;
          color: #59c0b8;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          font-weight: 900;
          font-size: 16px;
          letter-spacing: 2px;
          position: relative;
          padding-right: 10px; }
          section.news .list-article .item .info .read-more:hover {
            text-decoration: underline; }
          section.news .list-article .item .info .read-more:after {
            content: '';
            display: block;
            width: 6px;
            height: 7px;
            background: url(../images/arrow-blue.png) no-repeat center/cover;
            position: absolute;
            right: 0;
            top: -2px;
            bottom: 0;
            margin: auto; }
  section.news .box-title {
    display: table;
    margin: auto;
    width: calc((100vw / 12) * 8);
    position: relative;
    padding: 50px 0 0; }
    section.news .box-title:before {
      content: '';
      display: block;
      width: 90%;
      height: 1px;
      background: #e4e9ec;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
    section.news .box-title h3 {
      float: left;
      font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
      font-size: 42px;
      color: #b79257;
      margin: 0; }
    section.news .box-title .more-article {
      float: right;
      font-size: 10px;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      color: rgba(0, 0, 0, 0.5);
      letter-spacing: 2px;
      font-weight: 900;
      margin-top: 30px;
      padding-right: 15px;
      position: relative;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      section.news .box-title .more-article:hover {
        text-decoration: underline; }
      section.news .box-title .more-article:after {
        content: '';
        display: block;
        width: 6px;
        height: 7px;
        background: url(../images/arrow-black.png) no-repeat center/cover;
        position: absolute;
        right: 0;
        top: 2px;
        bottom: 0;
        margin: auto; }

body.rtl section.news .hot-news .info .read-more,
body.rtl section.news .list-article .item .info .read-more {
  float: right;
  font-size: 22px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.news .hot-news .info h3 {
  font-size: 64px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.news .hot-news .info .short-text {
  font-size: 26px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.news .list-article .item .info .short-text {
  font-size: 28px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.news .list-article .item .info h3 {
  font-size: 36px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.news .hot-news .info:before {
  left: auto;
  right: 0;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 34px; }
body.rtl section.news .hot-news .info {
  padding: 120px 80px 120px 55px; }
body.rtl section.news .list-article .item.big-item .info .box-info {
  padding: 0 15px 0 30%; }
body.rtl section.news .box-title .more-article {
  float: left;
  font-size: 18px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.news .box-title h3 {
  float: right;
  font-size: 60px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.single-article .box .box-content .first .head {
  font-size: 100px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.single-article .box .box-content .first .text {
  font-size: 34px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.single-article .box .box-content .other .head {
  font-size: 70px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.single-article .box .box-content .other .text {
  font-size: 28px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }

@media (max-width: 1600px) {
  section.news .box-article,
  section.news .box-title {
    width: 100%; } }
@media (max-width: 1200px) {
  section.news .hot-news {
    margin-bottom: 40px; }
    section.news .hot-news .info {
      padding: 100px 30px 40px 30px; }
      section.news .hot-news .info:before {
        padding: 0 25px; }
      section.news .hot-news .info h3 {
        font-size: 40px;
        margin-bottom: 20px; }
      section.news .hot-news .info .short-text {
        font-size: 18px; }
      section.news .hot-news .info .read-more {
        margin-top: 30px; }

  body.rtl section.news .hot-news .info {
    padding: 100px 30px 40px 30px; } }
@media (max-width: 992px) {
  section.news .list-article {
    margin: 0 -15px; }
    section.news .list-article .item {
      width: calc((100% - 61px) / 2);
      margin: 15px; }

  section.news .list-article .item.big-item {
    min-height: auto; }

  section.news .list-article .item.big-item .info .box-info {
    padding: 0 30px;
    position: static;
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); }

  body.rtl section.news .list-article .item.big-item .info .box-info {
    padding: 0 30px; }

  body.rtl section.news .hot-news .info .read-more, body.rtl section.news .list-article .item .info .read-more {
    font-size: 18px; } }
@media (max-width: 767px) {
  section.news .box-title h3 {
    font-size: 30px; }

  body.rl section.news .box-title h3 {
    font-size: 42px; } }
@media (max-width: 600px) {
  section.news .hot-news {
    position: relative; }
    section.news .hot-news .box-img {
      width: 100%; }
      section.news .hot-news .box-img .img {
        position: static; }
      section.news .hot-news .box-img img {
        display: block;
        width: 100%; }
    section.news .hot-news .info {
      width: 100%;
      position: static;
      padding: 30px; }
      section.news .hot-news .info:before {
        top: 30px;
        font-size: 18px; }
      section.news .hot-news .info h3 {
        font-size: 36px; }
      section.news .hot-news .info .short-text {
        font-size: 16px; }
      section.news .hot-news .info .read-more {
        font-size: 15px; }

  section.news .list-article {
    margin: 0; }
    section.news .list-article .item {
      margin: 15px 0;
      width: 100%; }
      section.news .list-article .item.big-item {
        display: block; }
        section.news .list-article .item.big-item .box-img {
          width: 100%; }
          section.news .list-article .item.big-item .box-img .img {
            position: static; }
          section.news .list-article .item.big-item .box-img img {
            display: block; }
        section.news .list-article .item.big-item .info {
          width: 100%;
          float: left;
          height: auto;
          padding: 30px; }
          section.news .list-article .item.big-item .info .box-info {
            padding: 0; }
      section.news .list-article .item .info {
        padding: 30px; }

  body.rtl section.news .hot-news .info {
    padding: 30px; }

  body.rtl section.news .hot-news .info .short-text {
    font-size: 20px; }

  body.rtl section.news .list-article .item.big-item .info .box-info {
    padding: 0; } }
/*Single Article*/
section.single-article {
  float: left;
  width: 100%;
  background: #f0f5f9;
  padding: 20px 0 50px; }
  section.single-article .box {
    float: left;
    width: 100%;
    background: #fff; }
    section.single-article .box .box-img img {
      width: 100%; }
    section.single-article .box .box-content {
      float: left;
      width: 100%;
      padding: 35px 100px 100px; }
      section.single-article .box .box-content .first {
        margin-bottom: 45px; }
        section.single-article .box .box-content .first .head {
          font-size: 82px;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          font-weight: 900;
          color: #333;
          margin: 0 0 20px;
          letter-spacing: -2px; }
        section.single-article .box .box-content .first .text {
          font-size: 26px;
          color: #b2b2b2;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          padding: 0 60px;
          column-count: 2; }
      section.single-article .box .box-content .other {
        margin-bottom: 35px; }
        section.single-article .box .box-content .other .head {
          font-size: 55px;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          font-weight: bold;
          color: #515252;
          margin: 0 0 20px;
          letter-spacing: -2px; }
        section.single-article .box .box-content .other .text {
          font-size: 21px;
          color: #b2b2b2;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          padding: 0 60px; }

@media (max-width: 1400px) {
  section.single-article .box .box-content .first .head {
    font-size: 68px; }
  section.single-article .box .box-content .first .text {
    font-size: 22px; }

  body.rtl section.single-article .box .box-content .first .head {
    font-size: 82px; }
  body.rtl section.single-article .box .box-content .first .text {
    font-size: 30px; } }
@media (max-width: 1200px) {
  section.single-article .box .box-content {
    padding: 30px 50px 50px; }
    section.single-article .box .box-content .first .head {
      font-size: 54px; }
    section.single-article .box .box-content .first .text {
      font-size: 18px; }
    section.single-article .box .box-content .other .head {
      font-size: 40px; }
    section.single-article .box .box-content .other .text {
      font-size: 18px; }

  body.rtl section.single-article .box .box-content .first .head {
    font-size: 66px; }
  body.rtl section.single-article .box .box-content .first .text {
    font-size: 26px; }
  body.rtl section.single-article .box .box-content .other .head {
    font-size: 58px; }
  body.rtl section.single-article .box .box-content .other .text {
    font-size: 22px; } }
@media (max-width: 767px) {
  section.single-article .box .box-content {
    padding: 30px; }
    section.single-article .box .box-content .first .head {
      font-size: 32px; }
    section.single-article .box .box-content .first .text {
      font-size: 16px;
      column-count: 1;
      padding: 0; }
    section.single-article .box .box-content .other .head {
      font-size: 24px; }
    section.single-article .box .box-content .other .text {
      font-size: 16px;
      padding: 0;
      padding: 0; }

  section.news .box-title .more-article {
    margin-top: 15px; }

  body.rtl section.single-article .box .box-content .first .head {
    font-size: 50px; }
  body.rtl section.single-article .box .box-content .first .text {
    font-size: 20px; }
  body.rtl section.single-article .box .box-content .other .head {
    font-size: 44px; }
  body.rtl section.single-article .box .box-content .other .text {
    font-size: 18px; } }
/*Categories*/
section.categories {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 10px 110px;
  width: 100%;
  background: #f0f5f9; }
  section.categories .item {
    float: left;
    width: calc(100% / 3);
    background: no-repeat center /cover; }
    section.categories .item:hover .text {
      opacity: 1; }
      section.categories .item:hover .text:before, section.categories .item:hover .text:after {
        width: calc(100% - 56px); }
    section.categories .item:hover span:before, section.categories .item:hover span:after {
      height: calc(100% - 36px); }
    section.categories .item .text {
      background: rgba(0, 0, 0, 0.6);
      width: 100%;
      position: relative;
      opacity: 0;
      transition: all 0.5s ease-out 0s;
      -webkit-transition: all 0.5s ease-out 0s; }
      section.categories .item .text:before {
        content: '';
        display: block;
        width: 0;
        height: 5px;
        position: absolute;
        top: 18px;
        left: 28px;
        background: #fff;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s; }
      section.categories .item .text:after {
        content: '';
        display: block;
        width: 0;
        height: 5px;
        position: absolute;
        bottom: 18px;
        right: 28px;
        background: #fff;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s; }
    section.categories .item span {
      background: no-repeat center /cover;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: calc(100vw / 5);
      font-size: calc(100vw / 23);
      color: #fff;
      font-weight: bold;
      line-height: 1;
      padding-left: 40px;
      padding-right: 40px;
      position: relative;
      text-transform: uppercase;
      width: calc(100vw / 3); }
      section.categories .item span:before {
        content: '';
        display: block;
        height: 0;
        width: 5px;
        position: absolute;
        left: 26px;
        top: 18px;
        background: #fff;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s; }
      section.categories .item span:after {
        content: '';
        display: block;
        height: 0;
        width: 5px;
        position: absolute;
        right: 26px;
        bottom: 18px;
        background: #fff;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s; }

body.rtl section.categories .item span {
  font-size: calc(100vw / 20); }

@media (max-width: 1030px) {
  section.categories .item .text {
    opacity: 1; }
    section.categories .item .text:before, section.categories .item .text:after {
      width: calc(100% - 56px); }
  section.categories .item span:before, section.categories .item span:after {
    height: calc(100% - 36px); } }
@media (max-width: 992px) {
  section.categories .item {
    width: 50%; }
    section.categories .item span {
      width: 100vw;
      height: calc(100vw / 3); } }
@media (max-width: 450px) {
  section.categories .item {
    width: 100%; }
    section.categories .item span {
      height: 200px;
      font-size: 32px;
      padding-left: 60px;
      padding-right: 60px; }

  body.rtl section.categories .item span {
    font-size: 42px; } }
/*Category*/
section.category {
  padding: 50px 0;
  background: #f0f5f9; }
  section.category #sidebar {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    width: 460px;
    background: #fff; }
    section.category #sidebar .fr-ac-calculator {
      display: block;
      float: left;
      width: 100%;
      position: relative;
      margin: 0;
      padding: 0;
      padding: 10px 7px 25px;
      background: #eee;
      margin-bottom: 25px; }
      section.category #sidebar .fr-ac-calculator h2 {
        margin-top: 0;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: #515252; }
      section.category #sidebar .fr-ac-calculator center {
        font-size: 14px;
        color: #b2b2b2;
        line-height: 1.4;
        margin-bottom: 8px; }
      section.category #sidebar .fr-ac-calculator .fr-form-ac {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0; }
        section.category #sidebar .fr-ac-calculator .fr-form-ac ul li {
          display: block;
          float: left;
          width: 100%;
          position: relative;
          margin: 0;
          padding: 0;
          margin-top: 10px; }
          section.category #sidebar .fr-ac-calculator .fr-form-ac ul li strong {
            display: block;
            font-size: 18px;
            color: #b2b2b2;
            padding-left: 3px;
            padding-bottom: 2px; }
            section.category #sidebar .fr-ac-calculator .fr-form-ac ul li strong small {
              display: block;
              float: left;
              font-size: 14px;
              margin-top: -3px;
              margin-bottom: 3px;
              width: 100%; }
          section.category #sidebar .fr-ac-calculator .fr-form-ac ul li select {
            float: left;
            width: calc((100% - 18px)/2);
            margin-right: 18px;
            height: 25px;
            border: 0;
            font-weight: bold;
            color: #b2b2b2;
            outline: none;
            padding: 0 3px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: #fff url(../images/arrow-select.png) no-repeat;
            background-position: right 8px;
            padding-right: 25px; }
            section.category #sidebar .fr-ac-calculator .fr-form-ac ul li select.full {
              width: 100%; }
            section.category #sidebar .fr-ac-calculator .fr-form-ac ul li select:last-child {
              margin-right: 0; }
        section.category #sidebar .fr-ac-calculator .fr-form-ac .fr-calculate {
          display: block;
          padding: 0 45px;
          font-size: 10px;
          font-weight: 900;
          line-height: 34px;
          height: 36px;
          margin: auto; }
    section.category #sidebar .filter {
      display: block;
      float: left;
      width: 100%;
      position: relative;
      margin: 0;
      padding: 0; }
      section.category #sidebar .filter li {
        display: block;
        padding: 24px 65px 24px 130px;
        background: #f5f5f5;
        border-top: 2px solid #dddddd;
        font-size: 19.5px;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: 900;
        color: #515255;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        line-height: 1.3; }
        section.category #sidebar .filter li:first-child {
          border-top: 0; }
        section.category #sidebar .filter li .remove {
          display: block;
          width: 12px;
          height: 12px;
          background: url(../images/icon-remove-2.png) no-repeat center/cover;
          position: absolute;
          left: 68px;
          top: 0;
          bottom: 0;
          margin: auto;
          cursor: pointer;
          pointer-events: auto; }
    section.category #sidebar .box-content {
      display: block;
      float: left;
      width: 100%;
      position: relative;
      margin: 0;
      padding: 0; }
      section.category #sidebar .box-content h3 {
        border-bottom: 1px solid #eee;
        padding: 44px 65px 44px 130px;
        font-size: 19.5px;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: 900;
        color: #515255;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        line-height: 1.3;
        margin: 0; }
        section.category #sidebar .box-content h3:before {
          content: '';
          position: absolute;
          width: 21px;
          height: 20px;
          background: url(../images/icon-plus.png) no-repeat center/cover;
          left: 65px;
          top: 0;
          bottom: 0;
          margin: auto; }
      section.category #sidebar .box-content .box-hide {
        display: none;
        /*height: 0;*/
        /*overflow: hidden;*/ }
        section.category #sidebar .box-content .box-hide .box-hide-content {
          display: block;
          float: left;
          width: 100%;
          position: relative;
          margin: 0;
          padding: 0; }
      section.category #sidebar .box-content ul.categories {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        padding: 10px 65px; }
        section.category #sidebar .box-content ul.categories.col-3 li {
          float: left;
          width: calc(100% / 3); }
        section.category #sidebar .box-content ul.categories.col-1 li {
          margin: auto; }
          section.category #sidebar .box-content ul.categories.col-1 li .checkbox {
            margin: 5px 0; }
        section.category #sidebar .box-content ul.categories .has-child {
          margin-bottom: 0; }
        section.category #sidebar .box-content ul.categories .box-child {
          overflow: hidden;
          padding-top: 15px; }
          section.category #sidebar .box-content ul.categories .box-child > ul {
            list-style-type: none;
            padding: 0 0 0 15px;
            margin: 0;
            background: transparent;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            section.category #sidebar .box-content ul.categories .box-child > ul li {
              color: #515252;
              font-size: 12px;
              color: #b2b2b2; }
              section.category #sidebar .box-content ul.categories .box-child > ul li:last-child {
                margin-bottom: 0; }
              section.category #sidebar .box-content ul.categories .box-child > ul li a {
                color: #b2b2b2; }
        section.category #sidebar .box-content ul.categories li {
          display: block;
          padding: 15px 0; }
          section.category #sidebar .box-content ul.categories li ul li {
            padding: 10px 0; }
            section.category #sidebar .box-content ul.categories li ul li a {
              text-transform: inherit;
              display: block;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 22px;
              color: #b2b2b2;
              font-family: 'Lato', Arial, Helvetica, sans-serif;
              cursor: pointer; }
          section.category #sidebar .box-content ul.categories li label, section.category #sidebar .box-content ul.categories li > a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 19.5px;
            color: #515252;
            font-family: 'Lato', Arial, Helvetica, sans-serif;
            font-weight: 900;
            text-transform: uppercase;
            cursor: pointer; }
            section.category #sidebar .box-content ul.categories li label .fa, section.category #sidebar .box-content ul.categories li > a .fa {
              margin-right: 15px;
              width: 14px; }
          section.category #sidebar .box-content ul.categories li > a {
            color: #515255; }
          section.category #sidebar .box-content ul.categories li.active label {
            color: #ff5f07; }
      section.category #sidebar .box-content ul.colors {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        padding: 20px 65px 50px 50px; }
        section.category #sidebar .box-content ul.colors li {
          display: block;
          float: left;
          padding: 0 15px;
          margin-top: 30px; }
          section.category #sidebar .box-content ul.colors li .color {
            display: block;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            section.category #sidebar .box-content ul.colors li .color.black {
              background: black; }
            section.category #sidebar .box-content ul.colors li .color.blue {
              background: blue; }
            section.category #sidebar .box-content ul.colors li .color.red {
              background: red; }
            section.category #sidebar .box-content ul.colors li .color.pink {
              background: pink; }
            section.category #sidebar .box-content ul.colors li .color.silver {
              background: silver; }
            section.category #sidebar .box-content ul.colors li .color.orange {
              background: #ff6008; }
            section.category #sidebar .box-content ul.colors li .color.white {
              background: #fff;
              border: 1px solid #E5E8E8; }
            section.category #sidebar .box-content ul.colors li .color:before {
              content: '';
              display: block;
              width: 28px;
              height: 28px;
              border: 1px solid #1a4d2d;
              border-radius: 50%;
              position: absolute;
              top: -2px;
              left: -2px;
              opacity: 0;
              visibility: hidden; }
            section.category #sidebar .box-content ul.colors li .color:after {
              content: '';
              display: block;
              background: url(../images/icon-close-orange.png) no-repeat center/cover;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              width: 8px;
              height: 8px;
              opacity: 0;
              visibility: hidden; }
          section.category #sidebar .box-content ul.colors li input:checked ~ label:before, section.category #sidebar .box-content ul.colors li input:checked ~ label:after {
            opacity: 1;
            visibility: visible; }
          section.category #sidebar .box-content ul.colors li input {
            display: none; }
      section.category #sidebar .box-content.active h3:before {
        background: url(../images/icon-minus.png) no-repeat center/cover;
        width: 20px;
        height: 5px; }
      section.category #sidebar .box-content .box-range {
        float: left;
        width: 100%;
        margin: 20px 0;
        padding: 0 65px; }
        section.category #sidebar .box-content .box-range #count-number {
          float: left;
          width: 100%;
          padding: 20px 0; }
          section.category #sidebar .box-content .box-range #count-number .col-2 {
            float: left;
            width: calc((100% - 16px) / 2); }
            section.category #sidebar .box-content .box-range #count-number .col-2 .box-count {
              line-height: 40px;
              width: 94px;
              border: 2px solid #ededed;
              text-align: center;
              border-radius: 5px;
              font-size: 23px;
              color: #b2b2b2; }
            section.category #sidebar .box-content .box-range #count-number .col-2 + .col-2 {
              margin-left: 15px; }
              section.category #sidebar .box-content .box-range #count-number .col-2 + .col-2 .box-count {
                float: right; }
            section.category #sidebar .box-content .box-range #count-number .col-2 label {
              font-size: 10px;
              color: #5a647c;
              margin-bottom: 2px; }
            section.category #sidebar .box-content .box-range #count-number .col-2 input {
              display: block;
              box-sizing: border-box;
              width: 100%;
              line-height: 30px;
              height: 32px;
              padding: 7px;
              border: 1px solid #cacaca;
              margin: 0;
              color: #0a0a0a;
              background-color: #fefefe;
              box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
              border-radius: 0;
              transition: box-shadow .5s,border-color .25s ease-in-out; }
              section.category #sidebar .box-content .box-range #count-number .col-2 input:focus {
                border: 1px solid #8a8a8a;
                background-color: #fefefe;
                outline: 0;
                box-shadow: 0 0 5px #cacaca;
                transition: box-shadow .5s,border-color .25s ease-in-out; }
        section.category #sidebar .box-content .box-range .apply {
          margin-top: 20px;
          background: #ff5d19;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          text-shadow: none;
          text-align: center;
          line-height: normal;
          border: 0;
          color: #fff;
          text-transform: uppercase;
          font-weight: bold;
          padding: 8px 10px;
          font-size: 12px;
          border-radius: 3px;
          float: right;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          section.category #sidebar .box-content .box-range .apply:hover {
            background: #172d83; }
          section.category #sidebar .box-content .box-range .apply[disabled] {
            opacity: .7;
            cursor: not-allowed; }
            section.category #sidebar .box-content .box-range .apply[disabled]:hover {
              background: #1a4d2d; }
      section.category #sidebar .box-content #slider-range {
        margin: 25px 6px 0;
        height: 4px;
        border: 0;
        background: #969a9d; }
        section.category #sidebar .box-content #slider-range.ui-slider-horizontal .ui-slider-range {
          top: 0px;
          height: 4px;
          background: #f66c20; }
        section.category #sidebar .box-content #slider-range .ui-state-default,
        section.category #sidebar .box-content #slider-range .ui-widget-content .ui-state-default,
        section.category #sidebar .box-content #slider-range .ui-widget-header .ui-state-default,
        section.category #sidebar .box-content #slider-range .ui-button,
        section.category #sidebar .box-content #slider-range html .ui-button.ui-state-disabled:hover,
        section.category #sidebar .box-content #slider-range html .ui-button.ui-state-disabled:active {
          width: 24px;
          height: 24px;
          top: -10.5px;
          border: 0;
          background: #f66c20;
          outline: none;
          border-radius: 50%;
          margin-left: -0.5em;
          cursor: pointer; }
  section.category #category-content {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    width: calc(100% - 480px);
    margin-right: 20px;
    padding: 45px 45px 10px;
    background: #fff; }
    section.category #category-content .category-content-header {
      display: block;
      float: left;
      width: 100%;
      position: relative;
      margin: 0;
      padding: 0;
      margin-bottom: 15px;
      line-height: 18px;
      background: #ff5d19;
      color: #fff;
      padding: 5px 20px; }
      section.category #category-content .category-content-header .sub {
        display: block;
        float: left;
        font-size: 13px;
        margin-right: 8px;
        line-height: 1;
        height: 20px;
        line-height: 20px; }
      section.category #category-content .category-content-header select {
        color: #ff5d19;
        outline: none;
        border: 0;
        float: left;
        font-size: 13px;
        padding: 0px 10px;
        border-radius: 0;
        background: #fff;
        margin-top: 1px; }
      section.category #category-content .category-content-header .text {
        float: right;
        font-size: 13px;
        line-height: 1;
        height: 20px;
        line-height: 20px; }
    section.category #category-content .category-content-products {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px; }
      section.category #category-content .category-content-products .item {
        width: calc(100% / 3);
        padding: 0 15px 35px; }
        section.category #category-content .category-content-products .item .box-img {
          display: block;
          width: 100%;
          height: 320px;
          background: #F2F2F2;
          position: relative;
          margin-bottom: 15px;
          overflow: hidden; }
          section.category #category-content .category-content-products .item .box-img:hover .icon-search {
            opacity: 1;
            top: 0; }
          section.category #category-content .category-content-products .item .box-img:hover a:before {
            opacity: 1; }
          section.category #category-content .category-content-products .item .box-img a {
            display: block;
            width: 100%;
            position: relative;
            height: 320px;
            overflow: hidden;
            background: no-repeat center /cover;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            section.category #category-content .category-content-products .item .box-img a.no-img {
              background: url(../images/no-img-white.png) no-repeat center; }
            section.category #category-content .category-content-products .item .box-img a:before {
              content: '';
              display: block;
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.2);
              opacity: 0;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s; }
            section.category #category-content .category-content-products .item .box-img a img {
              display: none;
              /*position: absolute;
              margin: auto;
              max-width: 70%;
              max-height: 70%;
              top: 0;
              left: 0; 
              right: 0;
              bottom: 0;
              @include transition();*/ }
          section.category #category-content .category-content-products .item .box-img .icon-search {
            font-size: 24px;
            color: #fff;
            line-height: 1;
            width: 34px;
            height: 34px;
            position: absolute;
            top: 30px;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            text-rendering: auto;
            opacity: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            background: transparent;
            border: 0;
            border-radius: 0;
            padding: 0;
            outline: none;
            padding: 5px; }
          section.category #category-content .category-content-products .item .box-img .lb {
            display: block;
            float: left;
            padding: 0 10px;
            color: #fff;
            background: #333;
            border-radius: 3px;
            line-height: 16px;
            font-size: 10px;
            text-transform: uppercase;
            position: absolute;
            top: 14px;
            left: 15px;
            z-index: 1; }
            section.category #category-content .category-content-products .item .box-img .lb.red {
              background: #FF0000; }
            section.category #category-content .category-content-products .item .box-img .lb.purple {
              background: #822980; }
            section.category #category-content .category-content-products .item .box-img .lb.blue {
              background: #1a4d2d; }
            section.category #category-content .category-content-products .item .box-img .lb.orange {
              background: #D7410B; }
          section.category #category-content .category-content-products .item .box-img .quick-look {
            width: 100px;
            background: #1a4d2d;
            position: absolute;
            z-index: 10;
            margin: auto;
            left: 0;
            right: 0;
            bottom: -50px;
            color: #fff;
            font-weight: 700;
            outline: none;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            section.category #category-content .category-content-products .item .box-img .quick-look:hover {
              background: #172d83; }
          section.category #category-content .category-content-products .item .box-img:hover .quick-look {
            bottom: 15px; }
          section.category #category-content .category-content-products .item .box-img:hover img {
            max-width: 80%;
            max-height: 80%; }
        section.category #category-content .category-content-products .item .text-grid {
          display: block;
          float: left;
          width: 100%;
          position: relative;
          margin: 0;
          padding: 0; }
          section.category #category-content .category-content-products .item .text-grid a.title {
            display: block;
            color: #515252;
            line-height: 1.3;
            text-decoration: none;
            margin-bottom: 10px;
            padding-right: 100px;
            font-size: 18px;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            font-family: 'Lato', Arial, Helvetica, sans-serif;
            font-weight: 900; }
            section.category #category-content .category-content-products .item .text-grid a.title:hover {
              color: #1a4d2d; }
          section.category #category-content .category-content-products .item .text-grid .price {
            float: left;
            color: #ff5f07;
            font-weight: 900;
            font-size: 18px;
            font-family: 'Lato', Arial, Helvetica, sans-serif; }
            section.category #category-content .category-content-products .item .text-grid .price span {
              margin-left: 10px;
              color: #B9B8BB;
              text-decoration: line-through; }
          section.category #category-content .category-content-products .item .text-grid .add-to-cart {
            display: inline-block;
            width: 24px;
            height: 22px;
            background: url(../images/icon-cart-gray.png) no-repeat;
            position: absolute;
            right: 0;
            top: 5px;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            z-index: 3; }
          section.category #category-content .category-content-products .item .text-grid .compare {
            display: inline-block;
            width: 17px;
            height: 20px;
            background: url(../images/icon-compare.png) no-repeat center/cover;
            position: absolute;
            right: 77px;
            top: 4px;
            cursor: pointer;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            z-index: 3; }
          section.category #category-content .category-content-products .item .text-grid .like {
            display: inline-block;
            width: 22px;
            height: 20px;
            background: url(../images/icon-like-gray.png) no-repeat center/cover;
            position: absolute;
            right: 36px;
            top: 6px;
            cursor: pointer;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            z-index: 3; }
        section.category #category-content .category-content-products .item .text-list {
          display: none;
          float: left;
          width: 67%;
          padding-left: 20px; }
          section.category #category-content .category-content-products .item .text-list a.title {
            display: block;
            font-weight: 700;
            color: #333;
            line-height: 1.3;
            height: 54px;
            text-decoration: none !important;
            margin-bottom: 10px;
            font-size: 20px; }
          section.category #category-content .category-content-products .item .text-list .description {
            height: 70px;
            overflow: hidden;
            margin-bottom: 10px;
            color: #B9B8BB; }
          section.category #category-content .category-content-products .item .text-list .price {
            float: left;
            color: #D7410B;
            font-size: 20px; }
            section.category #category-content .category-content-products .item .text-list .price span {
              margin-left: 10px;
              color: #B9B8BB;
              text-decoration: line-through; }
          section.category #category-content .category-content-products .item .text-list .add-to-cart {
            display: block;
            float: right;
            background: url(../images/icon-cart-white.png) no-repeat 25px center;
            margin-right: 10px;
            border-radius: 20px;
            width: 160px;
            padding: 0 15px;
            line-height: 36px;
            padding-left: 65px;
            text-align: left;
            text-transform: uppercase; }
      section.category #category-content .category-content-products.list .item {
        width: 100%;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px; }
        section.category #category-content .category-content-products.list .item .box-img {
          width: 33%;
          float: left; }
        section.category #category-content .category-content-products.list .item .text-grid {
          display: none; }
        section.category #category-content .category-content-products.list .item .text-list {
          display: block; }
    section.category #category-content .category-content-footer {
      display: block;
      float: left;
      width: 100%;
      position: relative;
      margin: 0;
      padding: 0;
      /*pagination*/ }
      section.category #category-content .category-content-footer .pagination {
        float: right; }
      section.category #category-content .category-content-footer .pagination > li > a {
        border: 0;
        padding: 0 5px;
        line-height: 23px;
        background: none;
        font-size: 12px;
        font-weight: 900;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        background: #fff;
        color: #b2b2b2;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        border: 1px solid #dddddd;
        text-align: center;
        margin: 0 8px;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
      section.category #category-content .category-content-footer .pagination > li.active > a, section.category #category-content .category-content-footer .pagination > li:hover > a {
        color: #fff;
        background: #515356;
        border-color: #515356; }
      section.category #category-content .category-content-footer .pagination > li.prev a, section.category #category-content .category-content-footer .pagination > li.next a {
        line-height: 22px; }
      section.category #category-content .category-content-footer .pagination > li.prev:hover a, section.category #category-content .category-content-footer .pagination > li.next:hover a {
        opacity: 1; }

body.rtl section.category #sidebar {
  float: right; }
  body.rtl section.category #sidebar .filter li {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    font-size: 28px;
    padding: 24px 130px 24px 65px; }
    body.rtl section.category #sidebar .filter li .remove {
      left: auto;
      right: 68px; }
  body.rtl section.category #sidebar .box-content h3 {
    padding: 44px 130px 44px 65px;
    font-size: 28px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
    body.rtl section.category #sidebar .box-content h3:before {
      left: auto;
      right: 65px; }
  body.rtl section.category #sidebar .box-content ul.categories .box-child > ul {
    padding: 0 15px 0 0; }
  body.rtl section.category #sidebar .box-content ul.categories li label,
  body.rtl section.category #sidebar .box-content ul.categories li > a {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    font-size: 28px !important; }
  body.rtl section.category #sidebar .box-content ul.colors li {
    float: right; }
  body.rtl section.category #sidebar .box-content ul.categories.col-3 li {
    float: right; }
  body.rtl section.category #sidebar .box-content .checkbox {
    padding: 0 0 0 10px; }
    body.rtl section.category #sidebar .box-content .checkbox label {
      padding: 0 45px 0 0;
      font-size: 28px; }
      body.rtl section.category #sidebar .box-content .checkbox label:before {
        left: auto;
        right: 0; }
  body.rtl section.category #sidebar .box-content .box-range #count-number .col-2 {
    float: right; }
    body.rtl section.category #sidebar .box-content .box-range #count-number .col-2 + .col-2 {
      margin: 0 15px 0 0; }
      body.rtl section.category #sidebar .box-content .box-range #count-number .col-2 + .col-2 .box-count {
        float: left; }
body.rtl section.category #category-content {
  float: right;
  margin: 0 0 0 20px; }
  body.rtl section.category #category-content .category-content-products .item .text-grid a.title {
    padding: 0 0 0 100px;
    font-size: 28px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.category #category-content .category-content-products .item .text-grid .price {
    float: right;
    font-size: 28px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
  body.rtl section.category #category-content .category-content-products .item .text-grid .add-to-cart {
    right: auto;
    left: 0;
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  body.rtl section.category #category-content .category-content-products .item .text-grid .like {
    left: 36px;
    right: auto;
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  body.rtl section.category #category-content .category-content-products .item .text-grid .compare {
    left: 77px;
    right: auto;
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  body.rtl section.category #category-content .category-content-footer .pagination {
    float: left;
    padding: 0; }
    body.rtl section.category #category-content .category-content-footer .pagination > li {
      float: right; }
      body.rtl section.category #category-content .category-content-footer .pagination > li.prev img, body.rtl section.category #category-content .category-content-footer .pagination > li.next img {
        -ms-transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg); }
      body.rtl section.category #category-content .category-content-footer .pagination > li > a {
        font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
        font-size: 22px; }

@media (max-width: 1600px) {
  section.category #sidebar {
    width: 350px; }
    section.category #sidebar .filter li {
      padding: 18px 40px 18px 85px;
      font-size: 16px; }
      section.category #sidebar .filter li .remove {
        left: 48px; }
    section.category #sidebar .box-content h3 {
      padding: 24px 40px 24px 85px;
      font-size: 16px; }
      section.category #sidebar .box-content h3:before {
        left: 45px; }
    section.category #sidebar .box-content ul.categories {
      padding: 10px 45px; }
      section.category #sidebar .box-content ul.categories li ul li a {
        font-size: 17px; }
    section.category #sidebar .box-content ul.colors {
      padding: 20px 45px 50px 30px; }
    section.category #sidebar .box-content .box-range {
      padding: 0 45px; }
    section.category #sidebar .box-content .checkbox label {
      padding-left: 45px;
      font-size: 16px !important; }
    section.category #sidebar .box-content ul.categories li label,
    section.category #sidebar .box-content ul.categories li > a {
      font-size: 16px; }
    section.category #sidebar .box-content .box-range #count-number .col-2 .box-count {
      font-size: 18px; }
  section.category #category-content {
    padding: 25px 25px 10px;
    width: calc(100% - 370px); }
    section.category #category-content .category-content-products .item {
      padding: 0 10px 35px; }

  body.rtl section.category #sidebar .filter li {
    padding: 18px 85px 18px 40px;
    font-size: 24px; }
    body.rtl section.category #sidebar .filter li .remove {
      right: 48px; }
  body.rtl section.category #sidebar .box-content h3 {
    padding: 24px 85px 24px 40px;
    font-size: 24px; }
    body.rtl section.category #sidebar .box-content h3:before {
      right: 45px; }
  body.rtl section.category #sidebar .box-content ul.categories {
    padding: 10px 45px; }
    body.rtl section.category #sidebar .box-content ul.categories li ul li a {
      font-size: 28px; }
  body.rtl section.category #sidebar .box-content ul.colors {
    padding: 20px 30px 50px 45px; }
  body.rtl section.category #sidebar .box-content .box-range {
    padding: 0 45px; }
  body.rtl section.category #sidebar .box-content .checkbox label {
    padding-right: 45px;
    font-size: 24px !important; }
  body.rtl section.category #sidebar .box-content ul.categories li label,
  body.rtl section.category #sidebar .box-content ul.categories li > a {
    font-size: 24px; }
  body.rtl section.category #sidebar .box-content .box-range #count-number .col-2 .box-count {
    font-size: 28px; } }
@media (max-width: 1400px) {
  section.category #category-content .category-content-products .item {
    width: 50%; }

  section.category #sidebar .box-content ul.colors li {
    margin-top: 20px; }
    section.category #sidebar .box-content ul.colors li label.color {
      width: 35px;
      height: 35px; } }
@media (max-width: 1200px) {
  section.category #sidebar {
    width: 300px; }
  section.category #category-content {
    width: calc(100% - 320px); }
    section.category #category-content .category-content-products .item .box-img {
      height: 250px; }
      section.category #category-content .category-content-products .item .box-img a {
        height: 250px; }

  section.category #category-content .category-content-products .item .text-grid a.title {
    margin-top: 5px; } }
@media (max-width: 992px) {
  section.category #sidebar {
    width: 100%;
    margin-top: 50px; }
  section.category #category-content {
    width: 100%; } }
@media (max-width: 450px) {
  section.category #category-content .category-content-products .item {
    width: 100%; }
    section.category #category-content .category-content-products .item .box-img {
      height: auto; }
      section.category #category-content .category-content-products .item .box-img a {
        height: auto;
        background: none !important; }
        section.category #category-content .category-content-products .item .box-img a img {
          display: block; }

  section.category #category-content .category-content-footer .pagination > li > a {
    margin: 0 2px; }

  section.category #sidebar .checkbox label:before {
    width: 24px;
    height: 24px;
    background: url(../images/checkbox-mobile.png) no-repeat; }

  section.category #sidebar .box-content .checkbox label {
    height: 24px !important;
    line-height: 24px !important;
    padding-left: 35px; }

  body.rtl section.category #sidebar .box-content .checkbox label {
    height: 24px !important;
    line-height: 24px !important;
    padding-right: 35px; } }
/*Product Detail*/
section#product-detail {
  padding: 40px 0; }
  section#product-detail .content-single-product .box-left {
    float: left;
    /*width: 600px;*/
    width: 56%;
    position: relative; }
    section#product-detail .content-single-product .box-left .onsale {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      position: absolute;
      top: 5px;
      left: 5px;
      color: #fff;
      line-height: 40px;
      text-align: center;
      font-size: 12px;
      z-index: 99; }
    section#product-detail .content-single-product .box-left .box-img-loader {
      display: inline-block;
      float: right;
      width: calc(100% - 121px);
      margin-left: 0px;
      margin-right: 20px;
      height: 750px;
      background: url(../images/vnloader-sm.GIF) no-repeat center;
      margin-bottom: 20px;
      overflow: hidden;
      border: 1px solid #bebec0;
      margin-top: 15px;
      position: relative; }
      section#product-detail .content-single-product .box-left .box-img-loader img {
        display: block;
        width: auto;
        height: auto;
        max-width: calc(100% - 11px);
        max-height: calc(100% - 11px);
        margin: auto;
        position: absolute;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px; }
    section#product-detail .content-single-product .box-left .product-slider-bar {
      display: inline-block;
      float: left;
      width: 100px;
      margin-top: 15px; }
      section#product-detail .content-single-product .box-left .product-slider-bar:hover .prev-product-foo10, section#product-detail .content-single-product .box-left .product-slider-bar:hover .next-product-foo10 {
        opacity: 0.3; }
      section#product-detail .content-single-product .box-left .product-slider-bar .sidebar {
        overflow: hidden;
        height: 750px; }
        section#product-detail .content-single-product .box-left .product-slider-bar .sidebar .box-img {
          width: 85px;
          height: 114px;
          cursor: pointer;
          border: 1px solid #c8c8c9;
          margin-bottom: 13px;
          position: relative; }
          section#product-detail .content-single-product .box-left .product-slider-bar .sidebar .box-img:hover, section#product-detail .content-single-product .box-left .product-slider-bar .sidebar .box-img.active {
            border-color: #1a4d2d; }
            section#product-detail .content-single-product .box-left .product-slider-bar .sidebar .box-img:hover:before, section#product-detail .content-single-product .box-left .product-slider-bar .sidebar .box-img.active:before {
              border-color: #1a4d2d; }
          section#product-detail .content-single-product .box-left .product-slider-bar .sidebar .box-img:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            border: 1px solid transparent; }
          section#product-detail .content-single-product .box-left .product-slider-bar .sidebar .box-img img {
            width: auto;
            height: auto;
            max-width: calc(100% - 11px);
            max-height: calc(100% - 11px);
            margin: auto;
            position: absolute;
            top: 1px;
            left: 1px;
            right: 1px;
            bottom: 1px; }
  section#product-detail .content-single-product .box-right {
    float: left;
    /*width: calc(100% - 631px);*/
    width: calc(44% - 30px);
    margin-left: 30px;
    font-size: 19px; }
    section#product-detail .content-single-product .box-right span {
      font-size: 19px;
      color: #68899a;
      font-weight: normal; }
    section#product-detail .content-single-product .box-right .name {
      font-size: 33px;
      color: #111111;
      margin: 0 0 20px;
      font-weight: bold;
      font-family: 'Lato', Arial, Helvetica, sans-serif; }
    section#product-detail .content-single-product .box-right .price {
      font-size: 33px;
      color: #68899a;
      font-weight: 500;
      margin-bottom: 30px;
      font-family: 'Lato', Arial, Helvetica, sans-serif; }
      section#product-detail .content-single-product .box-right .price del {
        color: #848484;
        font-size: 70%; }
      section#product-detail .content-single-product .box-right .price ins {
        text-decoration: none; }
    section#product-detail .content-single-product .box-right .rate {
      font-size: 20px;
      margin-bottom: 10px; }
      section#product-detail .content-single-product .box-right .rate i + i {
        margin-left: 4px; }
    section#product-detail .content-single-product .box-right .sku, section#product-detail .content-single-product .box-right .status {
      color: #474747;
      margin: 7px 0;
      font-family: 'Lato', Arial, Helvetica, sans-serif; }
    section#product-detail .content-single-product .box-right .tags {
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-size: 19px; }
      section#product-detail .content-single-product .box-right .tags a, section#product-detail .content-single-product .box-right .tags span {
        color: #68899a; }
    section#product-detail .content-single-product .box-right .description {
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      display: block;
      float: left;
      width: 100%;
      padding: 20px 0 0;
      margin: 0 0 40px;
      font-size: 17px;
      color: #555555;
      line-height: 1.7; }
      section#product-detail .content-single-product .box-right .description ul {
        padding: 0 0 0 18px; }
    section#product-detail .content-single-product .box-right #add-to-cart {
      margin: 30px 0 15px; }
      section#product-detail .content-single-product .box-right #add-to-cart .form-item {
        float: left;
        width: calc((100% - 181px) / 2); }
        section#product-detail .content-single-product .box-right #add-to-cart .form-item + .form-item {
          margin-left: 40px; }
        section#product-detail .content-single-product .box-right #add-to-cart .form-item.woocommerce {
          width: 100px; }
          section#product-detail .content-single-product .box-right #add-to-cart .form-item.woocommerce input {
            border: 0;
            line-height: 44px;
            height: 44px; }
        section#product-detail .content-single-product .box-right #add-to-cart .form-item label {
          display: block;
          font-size: 18px;
          color: #333;
          font-weight: bold;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          margin-bottom: 15px;
          text-transform: uppercase; }
        section#product-detail .content-single-product .box-right #add-to-cart .form-item input, section#product-detail .content-single-product .box-right #add-to-cart .form-item select {
          line-height: 46px;
          border: 1px solid #e1e1e1;
          padding: 0 15px;
          height: 46px;
          width: 100%;
          color: #333;
          outline: none;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s;
          -webkit-appearance: none;
          -moz-appearance: none;
          text-indent: 1px;
          text-overflow: '';
          font-size: 18px;
          font-family: 'Lato', Arial, Helvetica, sans-serif; }
          section#product-detail .content-single-product .box-right #add-to-cart .form-item input:focus, section#product-detail .content-single-product .box-right #add-to-cart .form-item select:focus {
            border-color: #333; }
          section#product-detail .content-single-product .box-right #add-to-cart .form-item input::-ms-expand, section#product-detail .content-single-product .box-right #add-to-cart .form-item select::-ms-expand {
            display: none; }
        section#product-detail .content-single-product .box-right #add-to-cart .form-item input[type="number"]::-webkit-outer-spin-button,
        section#product-detail .content-single-product .box-right #add-to-cart .form-item input[type="number"]::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        section#product-detail .content-single-product .box-right #add-to-cart .form-item input[type="number"] {
          -moz-appearance: textfield;
          font-size: 18px;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          font-weight: normal; }
          section#product-detail .content-single-product .box-right #add-to-cart .form-item input[type="number"]:focus {
            border-color: #333; }
        section#product-detail .content-single-product .box-right #add-to-cart .form-item .quantity {
          width: 100%; }
        section#product-detail .content-single-product .box-right #add-to-cart .form-item .box-select {
          position: relative;
          width: 100%; }
          section#product-detail .content-single-product .box-right #add-to-cart .form-item .box-select select:focus ~ i {
            color: #333; }
          section#product-detail .content-single-product .box-right #add-to-cart .form-item .box-select i {
            line-height: 48px;
            cursor: pointer;
            pointer-events: none;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 15px;
            font-size: 14px;
            color: #e1e1e1;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
      section#product-detail .content-single-product .box-right #add-to-cart .form-button button.btn-add-to-cart {
        float: left;
        padding: 0 20px 0 30px;
        line-height: 73px;
        border: 1px solid #f6b332;
        height: 71px;
        font-size: 15px;
        color: #333;
        width: calc((100% - 30px) / 2);
        background: #f6b332;
        margin: 50px 0;
        text-align: left;
        cursor: pointer;
        pointer-events: auto;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        outline: none;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: bold; }
        section#product-detail .content-single-product .box-right #add-to-cart .form-button button.btn-add-to-cart:disabled {
          cursor: not-allowed;
          opacity: 0.6; }
        section#product-detail .content-single-product .box-right #add-to-cart .form-button button.btn-add-to-cart:not(:disabled):hover {
          color: #fff;
          background: #585858;
          border-color: #585858; }
        section#product-detail .content-single-product .box-right #add-to-cart .form-button button.btn-add-to-cart img {
          float: right;
          padding: 14px 0; }
      section#product-detail .content-single-product .box-right #add-to-cart .form-button button.btn-buy-now {
        float: left;
        padding: 0 20px 0 30px;
        line-height: 73px;
        border: 1px solid #f5f5f5;
        height: 71px;
        font-size: 15px;
        color: #333;
        width: calc((100% - 31px) / 2);
        background: transparent;
        margin: 50px 0 50px 30px;
        text-align: left;
        cursor: pointer;
        pointer-events: auto;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        outline: none;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-weight: bold; }
        section#product-detail .content-single-product .box-right #add-to-cart .form-button button.btn-buy-now:disabled {
          cursor: not-allowed;
          opacity: 0.6; }
        section#product-detail .content-single-product .box-right #add-to-cart .form-button button.btn-buy-now:not(:disabled):hover {
          color: #fff;
          background: #585858; }
      section#product-detail .content-single-product .box-right #add-to-cart .clear-all {
        font-size: 16.5px;
        color: #111111;
        text-decoration: underline;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 50px;
        cursor: pointer;
        pointer-events: auto; }
  section#product-detail .share {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3; }
    section#product-detail .share strong {
      display: block;
      width: 110px;
      text-transform: uppercase;
      float: left;
      font-family: 'Lato', Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 16.5px;
      margin-right: 20px;
      padding: 6px 0; }
    section#product-detail .share .box-item {
      float: right;
      max-width: calc(100% - 131px); }
    section#product-detail .share .box-link {
      float: left;
      padding: 2px 5px 0; }
    section#product-detail .share .box-share {
      display: inline-block;
      margin-bottom: 5px;
      margin-right: 27px; }
      section#product-detail .share .box-share:last-child {
        margin: 0; }
      section#product-detail .share .box-share.pinteres .count {
        margin-left: 9px;
        padding: 0 5px 0 0; }
        section#product-detail .share .box-share.pinteres .count:before {
          top: -1px;
          left: -14px;
          border-top: 14px solid transparent;
          border-bottom: 14px solid transparent;
          border-right: 14px solid #aeaeae; }
        section#product-detail .share .box-share.pinteres .count:after {
          top: 0px;
          left: -13px;
          border-top: 13px solid transparent;
          border-bottom: 13px solid transparent;
          border-right: 13px solid #fff; }
      section#product-detail .share .box-share .count {
        display: inline-block;
        line-height: 26px;
        border: 1px solid #cbced4;
        border-radius: 3px;
        font-size: 15px;
        font-weight: 300;
        color: #6a7180;
        height: 28px;
        padding: 0 5px;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        position: relative; }
        section#product-detail .share .box-share .count:after, section#product-detail .share .box-share .count:before {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          width: 0; }
        section#product-detail .share .box-share .count:after {
          top: 6px;
          left: -5px;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-right: 5px solid #fff; }
        section#product-detail .share .box-share .count:before {
          top: 5px;
          left: -6px;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-right: 6px solid #aeaeae; }
  section#product-detail .box-content {
    margin-top: 50px;
    border-bottom: 1px solid #e5e6e7; }
  section#product-detail .box-tab .nav-tabs > li.active > a,
  section#product-detail .box-tab .nav-tabs > li.active > a:hover,
  section#product-detail .box-tab .nav-tabs > li.active > a:focus {
    background: #fff !important; }
    section#product-detail .box-tab .nav-tabs > li.active > a:before, section#product-detail .box-tab .nav-tabs > li.active > a:after,
    section#product-detail .box-tab .nav-tabs > li.active > a:hover:before,
    section#product-detail .box-tab .nav-tabs > li.active > a:hover:after,
    section#product-detail .box-tab .nav-tabs > li.active > a:focus:before,
    section#product-detail .box-tab .nav-tabs > li.active > a:focus:after {
      opacity: 1; }
  section#product-detail .box-tab > .nav-tabs {
    border: 0 !important;
    padding: 5px 0; }
    section#product-detail .box-tab > .nav-tabs > li > a {
      background: #fff !important;
      border: 0 !important;
      color: #282828;
      font-weight: bold;
      padding: 10px 0;
      font-size: 29px;
      position: relative; }
      section#product-detail .box-tab > .nav-tabs > li > a:before {
        bottom: -4px;
        right: 0;
        left: 0;
        margin: auto;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #f6b332;
        border-width: 8px;
        opacity: 0;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
      section#product-detail .box-tab > .nav-tabs > li > a:after {
        content: '';
        display: block;
        background: #f6b332;
        height: 8px;
        width: 100%;
        position: absolute;
        bottom: -9px;
        left: 0px;
        right: 0px;
        opacity: 0;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
    section#product-detail .box-tab > .nav-tabs > li + li {
      margin-left: 100px; }
  section#product-detail .box-bg {
    background: #f0f5f9; }
  section#product-detail .tab-content > div {
    padding: 60px 0;
    color: #999c9f;
    font-size: 25px; }
  section#product-detail .tab-content p {
    margin-bottom: 30px; }
  section#product-detail .tab-content .tab-child .item {
    float: left;
    padding: 0 15px;
    line-height: 30px;
    border: 1px solid #b9b9b9;
    height: 32px;
    font-weight: 500;
    color: #000;
    background: #fff;
    margin: 0 0 20px;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s; }
    section#product-detail .tab-content .tab-child .item.active {
      background: #e46c6c;
      border-color: #b02323;
      color: #fff; }
    section#product-detail .tab-content .tab-child .item + .item {
      margin-left: 10px; }

body.rtl section#product-detail .content-single-product .box-left {
  float: right; }
  body.rtl section#product-detail .content-single-product .box-left .box-img-loader {
    float: left;
    margin: 15px 0 0 20px; }
body.rtl section#product-detail .content-single-product .box-right span,
body.rtl section#product-detail .content-single-product .box-right .tags a,
body.rtl section#product-detail .content-single-product .box-right .tags span {
  display: inline-block;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 30px; }
body.rtl section#product-detail .content-single-product .box-right .description ul {
  padding: 0 18px 0 0;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section#product-detail .content-single-product .box-right .name {
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 50px;
  margin: 0; }
body.rtl section#product-detail .content-single-product .box-right .price {
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 50px; }
body.rtl section#product-detail .content-single-product .box-right .description, body.rtl section#product-detail .content-single-product .box-right .sku, body.rtl section#product-detail .content-single-product .box-right .status, body.rtl section#product-detail .content-single-product .box-right .tags {
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 26px;
  line-height: 1.2; }
body.rtl section#product-detail .content-single-product .box-right #add-to-cart .form-item .box-select i {
  right: auto;
  left: 15px; }
body.rtl section#product-detail .content-single-product .box-right #add-to-cart .form-item {
  float: right; }
  body.rtl section#product-detail .content-single-product .box-right #add-to-cart .form-item + .form-item {
    margin: 0 40px 0 0; }
  body.rtl section#product-detail .content-single-product .box-right #add-to-cart .form-item label {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    font-size: 26px; }
  body.rtl section#product-detail .content-single-product .box-right #add-to-cart .form-item select {
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
    font-size: 24px; }
body.rtl section#product-detail .content-single-product .box-right #add-to-cart .clear-all {
  font-size: 24px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section#product-detail .content-single-product .box-right #add-to-cart .form-button button.btn-add-to-cart {
  float: right;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 22px; }
body.rtl section#product-detail .content-single-product .box-right #add-to-cart .form-button button.btn-buy-now {
  margin: 50px 30px 50px 0;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  font-size: 22px; }
body.rtl section#product-detail .share .box-link {
  float: right; }
body.rtl section#product-detail .share .box-share {
  float: right;
  margin-top: 2px;
  margin-right: 0;
  margin-left: 27px; }
  body.rtl section#product-detail .share .box-share.pinteres .count {
    padding: 0 5px; }
  body.rtl section#product-detail .share .box-share:last-child {
    margin-left: 0; }
  body.rtl section#product-detail .share .box-share .count {
    margin-right: 7px;
    font-size: 24px;
    float: left; }
    body.rtl section#product-detail .share .box-share .count:before {
      left: auto;
      right: -6px;
      border-right: 0;
      border-left: 6px solid #aeaeae; }
    body.rtl section#product-detail .share .box-share .count:after {
      left: auto;
      right: -5px;
      border-right: 0;
      border-left: 5px solid #fff; }
  body.rtl section#product-detail .share .box-share span {
    height: 28px; }
    body.rtl section#product-detail .share .box-share span img {
      display: block; }
body.rtl section#product-detail .share strong {
  float: right;
  font-size: 22px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important;
  margin: 0 0 0 20px; }
body.rtl section#product-detail .box-tab > .nav-tabs > li {
  float: right; }
  body.rtl section#product-detail .box-tab > .nav-tabs > li + li {
    margin: 0 100px 0 0; }
  body.rtl section#product-detail .box-tab > .nav-tabs > li > a {
    font-size: 42px;
    font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section#product-detail .tab-content > div {
  font-size: 38px;
  line-height: 1.3; }
body.rtl section#product-detail .content-single-product .box-right #add-to-cart .form-item .quantity {
  padding: 0 0 0 33px; }
body.rtl .woocommerce .quantity .minus,
body.rtl .woocommerce-page .quantity .minus,
body.rtl .woocommerce .quantity .plus,
body.rtl .woocommerce-page .quantity .plus {
  right: auto;
  left: 0;
  border-left: 0;
  border-right: 1px solid #e1e1e1;
  padding: 4px 0; }

@media (max-width: 1200px) {
  section#product-detail .content-single-product .box-left .product-slider-bar .sidebar,
  section#product-detail .content-single-product .box-left .box-img-loader {
    height: 500px; }

  section#product-detail .content-single-product .box-right .box-tab > .nav-tabs > li + li {
    margin-left: 35px; }

  section#product-detail .content-single-product .box-left .sliders .item {
    padding: 0 5px; }

  section#product-detail .content-single-product .box-right .description {
    font-size: 15px; }

  section#product-detail .content-single-product .box-right {
    font-size: 16px; }

  section#product-detail .content-single-product .box-right #add-to-cart .form-item {
    width: 100%; }
    section#product-detail .content-single-product .box-right #add-to-cart .form-item + .form-item {
      margin-left: 0;
      margin-top: 30px; }

  section#product-detail .content-single-product .box-right #add-to-cart .form-item label {
    font-size: 16px; }

  body.rtl section#product-detail .content-single-product .box-right #add-to-cart .form-item + .form-item {
    margin-right: 0;
    margin-top: 30px; } }
@media (max-width: 992px) {
  section#product-detail .content-single-product .box-left {
    width: 100%; }
  section#product-detail .content-single-product .box-right {
    width: 100%;
    margin: 30px 0 0 0; }

  section#product-detail .box-tab > .nav-tabs > li > a {
    font-size: 22px; }

  section#product-detail .box-tab > .nav-tabs > li + li {
    margin-left: 50px; }

  section#product-detail .tab-content > div {
    font-size: 20px; }

  section#product-detail .content-single-product .box-left .sliders {
    padding: 0 5%; }

  section#product-detail .content-single-product .box-left .box-img-loader {
    margin-right: 0;
    width: calc(100% - 101px); }

  body.rtl section#product-detail .content-single-product .box-left .box-img-loader {
    margin: 15px 0; }

  body.rtl section#product-detail .box-tab > .nav-tabs > li > a {
    font-size: 34px; }

  body.rtl section#product-detail .box-tab > .nav-tabs > li + li {
    margin: 0 50px 0 0; }

  body.rtl section#product-detail .tab-content > div {
    font-size: 30px; } }
@media (max-width: 767px) {
  section#product-detail .tab-content > div {
    font-size: 16px; } }
@media (max-width: 450px) {
  section#product-detail .content-single-product .box-left .slider {
    margin-top: 10px; }

  section#product-detail .content-single-product .box-right .box-tab > .nav-tabs > li {
    width: 100%; }
    section#product-detail .content-single-product .box-right .box-tab > .nav-tabs > li + li {
      margin: 0; }

  section#product-detail .box-tab > .nav-tabs > li {
    width: 100%;
    text-align: center; }
    section#product-detail .box-tab > .nav-tabs > li + li {
      margin-left: 0; }
    section#product-detail .box-tab > .nav-tabs > li a {
      margin-bottom: 20px; }

  section#product-detail .content-single-product .box-right #add-to-cart .form-button button.btn-add-to-cart,
  section#product-detail .content-single-product .box-right #add-to-cart .form-button button.btn-buy-now {
    width: 100%;
    margin: 5px 0 10px !important; }

  section#product-detail .content-single-product .box-left .product-slider-bar .sidebar .box-img {
    width: 55px;
    height: 65px; }

  section#product-detail .content-single-product .box-left .product-slider-bar {
    width: 70px; }

  section#product-detail .content-single-product .box-left .box-img-loader {
    width: calc(100% - 71px); }

  section#product-detail .content-single-product .box-left .product-slider-bar .sidebar,
  section#product-detail .content-single-product .box-left .box-img-loader {
    height: 300px; }

  section#product-detail .share .box-item {
    display: block;
    width: 100%;
    max-width: none; }

  body.rtl section#product-detail .box-tab > .nav-tabs > li + li {
    margin: 0px; } }
/*Related products*/
section.related-products {
  float: left;
  width: 100%;
  padding: 40px 0 20px;
  background: #fff;
  overflow-x: hidden; }
  section.related-products h2 {
    font-size: 54px;
    color: #b79257;
    font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    text-align: center; }
  section.related-products .short {
    font-size: 30px;
    font-weight: 300;
    color: #1a4d2d;
    padding: 0 10%;
    margin-bottom: 40px;
    text-align: center; }
  section.related-products .item {
    float: left;
    width: 50%;
    padding: 0 15px;
    position: relative; }
  section.related-products .eat {
    padding: 0 15px;
    /*border-left: 1px solid #e3e3e3; */ }
    section.related-products .eat:before {
      content: '';
      position: absolute;
      height: 360px;
      width: 1px;
      background: #e3e3e3;
      left: -15px;
      bottom: 0; }
    section.related-products .eat h2 {
      color: #1a4d2d; }
    section.related-products .eat .short {
      color: #b79257; }
    section.related-products .eat ul li {
      float: left;
      width: 100%;
      height: 360px;
      background-image: none;
      background: no-repeat center /cover;
      position: relative; }
      section.related-products .eat ul li:hover:before {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
      section.related-products .eat ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s; }
      section.related-products .eat ul li a {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
        z-index: 99;
        height: 360px;
        padding: 0 90px;
        text-align: center; }
        section.related-products .eat ul li a .box-img {
          display: none; }
        section.related-products .eat ul li a .caption {
          position: relative;
          z-index: 9; }
          section.related-products .eat ul li a .caption h4 {
            font-size: 24px;
            color: #fff;
            line-height: 1.7; }
          section.related-products .eat ul li a .caption .box-medal {
            text-align: center; }
            section.related-products .eat ul li a .caption .box-medal img {
              margin: 0 5px;
              display: inline-block;
              width: auto;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s; }
              section.related-products .eat ul li a .caption .box-medal img:hover {
                opacity: 0.6; }
    section.related-products .eat ul .owl-nav .prev, section.related-products .eat ul .owl-nav .next {
      width: 53px;
      height: 53px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      opacity: 0.5;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      section.related-products .eat ul .owl-nav .prev:hover, section.related-products .eat ul .owl-nav .next:hover {
        opacity: 1; }
    section.related-products .eat ul .owl-nav .prev {
      background: url(../images/left-icon-white.png) no-repeat center/cover;
      left: 20px; }
    section.related-products .eat ul .owl-nav .next {
      background: url(../images/right-icon-white.png) no-repeat center/cover;
      right: 20px; }
  section.related-products .related {
    padding: 5px calc(100vw / 12) 0; }
    section.related-products .related ul li {
      padding: 0 10px; }
      section.related-products .related ul li a {
        display: block; }
        section.related-products .related ul li a .box-img {
          float: left;
          width: 100%;
          padding: 0 10px; }
          section.related-products .related ul li a .box-img img {
            width: auto;
            max-height: 280px;
            margin: auto; }
        section.related-products .related ul li a .caption {
          float: left;
          width: 100%;
          text-align: center; }
          section.related-products .related ul li a .caption .category {
            font-size: 12.5px;
            color: #1a4d2d; }
          section.related-products .related ul li a .caption h4 {
            font-size: 13.5px;
            font-weight: bold;
            color: #1a4d2d;
            margin: 0 0 10px; }
          section.related-products .related ul li a .caption .price {
            position: relative;
            font-size: 17px;
            font-family: 'Autumn Voyage', Arial, Helvetica, sans-serif;
            color: #b79257;
            padding-top: 7px; }
            section.related-products .related ul li a .caption .price:before {
              content: '';
              display: block;
              width: 90%;
              max-width: 130px;
              height: 1px;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              margin: auto;
              background: #1a4d2d; }
    section.related-products .related ul .owl-nav .prev, section.related-products .related ul .owl-nav .next {
      width: 53px;
      height: 53px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      opacity: 0.5;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      section.related-products .related ul .owl-nav .prev:hover, section.related-products .related ul .owl-nav .next:hover {
        opacity: 1; }
    section.related-products .related ul .owl-nav .prev {
      background: url(../images/left-icon.png) no-repeat center/cover;
      left: -19%; }
    section.related-products .related ul .owl-nav .next {
      background: url(../images/right-icon.png) no-repeat center/cover;
      right: -19%; }

body.rtl section.related-products h2 {
  font-size: 66px;
  margin-bottom: 0;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.related-products .short {
  font-size: 42px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.related-products .related ul li a .caption .category {
  font-size: 18px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.related-products .related ul li a .caption h4 {
  font-size: 20px;
  font-family: 'Adobe Arabic', Arial, Helvetica, sans-serif !important; }
body.rtl section.related-products .eat ul li a .caption h4 {
  font-size: 30px;
  line-height: 1.3; }

@media (max-width: 1600px) {
  section.related-products h2 {
    font-size: 48px; }
  section.related-products .short {
    font-size: 24px; }
  section.related-products .eat:before {
    height: 330px; }
  section.related-products .eat ul li {
    height: 330px; }
    section.related-products .eat ul li a {
      height: 330px; }

  body.rtl section.related-products h2 {
    font-size: 60px; }
  body.rtl section.related-products .short {
    font-size: 34px; } }
@media (max-width: 1400px) {
  section.related-products .eat:before {
    height: 300px; }
  section.related-products .eat ul li {
    height: 300px; }
    section.related-products .eat ul li a {
      height: 300px; } }
@media (max-width: 1200px) {
  section.related-products .item {
    width: 100%;
    padding: 0 15%;
    margin: 0 0 40px; }
    section.related-products .item.eat {
      margin-bottom: 0; }
  section.related-products .related ul .owl-nav .next {
    right: -5%; }
  section.related-products .related ul .owl-nav .prev {
    left: -5%; } }
@media (max-width: 1200px) {
  section.related-products .item {
    width: 100%;
    padding: 0 5%; } }
@media (max-width: 767px) {
  section.related-products h2 {
    font-size: 36px; }
  section.related-products .short {
    font-size: 20px; }

  body.rtl section.related-products h2 {
    font-size: 50px; }
  body.rtl section.related-products .short {
    font-size: 28px; } }
@media (max-width: 450px) {
  section.related-products .related .slider-related {
    max-width: 200px;
    margin: auto; } }
/*Css Footer*/
/*Footer*/
#footer {
  position: relative; }
  #footer .footer-top {
    padding: 30px 0 32px;
    line-height: 1.55em; }
    #footer .footer-top .child {
      float: left;
      width: 20%;
      padding-right: 30px; }
      #footer .footer-top .child:nth-child(3) {
        margin-left: 10%; }
      #footer .footer-top .child:nth-child(4) {
        margin-left: 10%; }
      #footer .footer-top .child h3 {
        font-size: 24px;
        font-weight: bold;
        color: #1a4d2d;
        text-transform: uppercase;
        letter-spacing: -0.5px;
        margin: 0 0 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #footer .footer-top .child .menu li {
        padding: 10px 0; }
        #footer .footer-top .child .menu li a {
          color: #282828;
          font-size: 19px;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          #footer .footer-top .child .menu li a:hover {
            text-decoration: underline;
            color: #1a4d2d; }
      #footer .footer-top .child .info li {
        padding: 10px 0 10px 37px;
        position: relative;
        color: #282828;
        font-size: 19px; }
        #footer .footer-top .child .info li:before {
          content: '';
          width: 21px;
          height: 21px;
          position: absolute;
          left: 0;
          top: 10px; }
        #footer .footer-top .child .info li.address:before {
          background: url(../images/icon-localtion.png) no-repeat center/cover; }
        #footer .footer-top .child .info li.hotline:before {
          background: url(../images/icon-phone.png) no-repeat center/cover; }
      #footer .footer-top .child .logo {
        display: block;
        margin-top: 90px;
        width: 200px; }
  #footer .footer-bottom {
    background: #1a4d2d;
    line-height: 1.4em;
    padding: 15px 0;
    color: #fff;
    position: relative;
    border-top: 11px solid #f0f5f9; }
    #footer .footer-bottom .left {
      float: left;
      position: relative;
      z-index: 1;
      line-height: 46px;
      padding-left: 55px;
      font-size: 13px; }
    #footer .footer-bottom .middle {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; }
      #footer .footer-bottom .middle ul li {
        display: inline-block;
        padding: 0 15px;
        line-height: 46px; }
        #footer .footer-bottom .middle ul li a {
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          #footer .footer-bottom .middle ul li a:hover {
            opacity: 0.5; }
    #footer .footer-bottom .right {
      float: right;
      position: relative;
      z-index: 1; }
      #footer .footer-bottom .right ul li {
        float: left; }
        #footer .footer-bottom .right ul li a {
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          #footer .footer-bottom .right ul li a:hover {
            opacity: 0.5; }
        #footer .footer-bottom .right ul li + li {
          margin-left: 16px; }

body.rtl #footer .footer-top .child {
  float: right; }
  body.rtl #footer .footer-top .child h3 {
    font-size: 32px; }
  body.rtl #footer .footer-top .child .menu li a, body.rtl #footer .footer-top .child .info li {
    font-size: 26px; }
  body.rtl #footer .footer-top .child .info li {
    padding: 10px 37px 10px 0px; }
    body.rtl #footer .footer-top .child .info li:before {
      left: auto;
      right: 0; }
body.rtl #footer .footer-bottom .left {
  float: right;
  font-size: 20px; }
body.rtl #footer .footer-bottom .right {
  float: left; }

@media (max-width: 1200px) {
  #footer .footer-top .box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap; }

  #footer .footer-top .child {
    width: 50% !important;
    margin: 0 0 30px 0 !important; }

  body.rtl #footer .footer-top .child {
    padding: 0 10px 0 30px; }

  #footer .footer-bottom .left {
    padding: 0; }
  #footer .footer-bottom .middle ul li img {
    max-height: 25px; }
  #footer .footer-bottom .right ul li a {
    line-height: 46px; }
    #footer .footer-bottom .right ul li a img {
      height: 36px; } }
@media (max-width: 992px) {
  #footer .footer-bottom {
    padding: 10px 0 20px; }
    #footer .footer-bottom .left, #footer .footer-bottom .middle, #footer .footer-bottom .right {
      width: 100%;
      float: left;
      margin: 2px 0;
      display: block;
      position: static;
      text-align: center; }
      #footer .footer-bottom .left li, #footer .footer-bottom .middle li, #footer .footer-bottom .right li {
        float: none !important;
        display: inline-block; } }
@media (max-width: 450px) {
  #footer .footer-top .child {
    width: 100% !important; }
    #footer .footer-top .child h3 {
      font-size: 22px;
      margin-bottom: 20px; }
    #footer .footer-top .child .menu li {
      padding: 6px 0; }
    #footer .footer-top .child .menu li a {
      font-size: 16px; }

  #footer .footer-top .child .info li {
    font-size: 16px; }

  #footer .footer-top .child .logo {
    margin-top: 30px; } }
/*HEADER RESPONSIVE*/
#header-responsive {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15); }
  #header-responsive .bottoms {
    height: 90px;
    position: relative;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s; }
    #header-responsive .bottoms .menu.active ~ .dark {
      opacity: 1;
      visibility: visible; }
    #header-responsive .bottoms .dark {
      position: fixed;
      background: rgba(0, 0, 0, 0.6);
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #header-responsive .bottoms .menu {
      position: absolute;
      left: 0;
      top: 0;
      padding: 0 30px;
      line-height: 90px;
      cursor: pointer;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      #header-responsive .bottoms .menu.active > span {
        opacity: 0; }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(1), #header-responsive .bottoms .menu.active .toggle-action span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(2), #header-responsive .bottoms .menu.active .toggle-action span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(1) {
        left: 2px;
        top: 4px; }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(2) {
        left: calc(50% - 1px);
        top: 4px; }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(3) {
        left: -50%;
        opacity: 0; }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(4) {
        left: 100%;
        opacity: 0; }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(5) {
        left: 2px;
        top: 13px; }
      #header-responsive .bottoms .menu.active .toggle-action span:nth-child(6) {
        left: calc(50% - 1px);
        top: 13px; }
      #header-responsive .bottoms .menu .toggle-action {
        float: left;
        width: 24px;
        height: 18px;
        position: relative;
        margin: 36px auto;
        /*-webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;*/
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        cursor: pointer; }
        #header-responsive .bottoms .menu .toggle-action span {
          display: block;
          position: absolute;
          height: 1px;
          width: 50%;
          background: #1a4d2d;
          opacity: 1;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: .25s ease-in-out;
          -moz-transition: .25s ease-in-out;
          -o-transition: .25s ease-in-out;
          transition: .25s ease-in-out; }
          #header-responsive .bottoms .menu .toggle-action span:nth-child(even) {
            left: 50%;
            border-radius: 0 9px 9px 0; }
          #header-responsive .bottoms .menu .toggle-action span:nth-child(odd) {
            left: 0px;
            border-radius: 9px 0 0 9px; }
          #header-responsive .bottoms .menu .toggle-action span:nth-child(1), #header-responsive .bottoms .menu .toggle-action span:nth-child(2) {
            top: 0px; }
          #header-responsive .bottoms .menu .toggle-action span:nth-child(3), #header-responsive .bottoms .menu .toggle-action span:nth-child(4) {
            top: 8.5px; }
          #header-responsive .bottoms .menu .toggle-action span:nth-child(5), #header-responsive .bottoms .menu .toggle-action span:nth-child(6) {
            top: 17px; }
    #header-responsive .bottoms .box-menu {
      position: fixed;
      left: -300px;
      top: 90px;
      bottom: 0;
      width: 300px;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      #header-responsive .bottoms .box-menu.active {
        left: 0; }
      #header-responsive .bottoms .box-menu .box-left {
        float: left;
        width: 300px;
        background: #000;
        height: 100%;
        position: relative; }
      #header-responsive .bottoms .box-menu .menu-top {
        overflow: auto;
        max-height: calc(100vh - 60px); }
        #header-responsive .bottoms .box-menu .menu-top::-webkit-scrollbar {
          width: 5px; }
        #header-responsive .bottoms .box-menu .menu-top::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(26, 77, 45, 0.5); }
        #header-responsive .bottoms .box-menu .menu-top::-webkit-scrollbar-thumb {
          background-color: rgba(26, 77, 45, 0.9); }
        #header-responsive .bottoms .box-menu .menu-top::-webkit-scrollbar-thumb:window-inactive {
          background-color: rgba(26, 77, 45, 0.4); }
        #header-responsive .bottoms .box-menu .menu-top .list-menu {
          padding: 10px 30px 20px;
          float: left;
          width: 100%; }
          #header-responsive .bottoms .box-menu .menu-top .list-menu > li {
            position: relative;
            padding: 13px 0;
            float: left;
            width: 100%; }
            #header-responsive .bottoms .box-menu .menu-top .list-menu > li > a:hover {
              color: #172d83; }
            #header-responsive .bottoms .box-menu .menu-top .list-menu > li.menu-item-has-children > i {
              display: inline-block; }
            #header-responsive .bottoms .box-menu .menu-top .list-menu > li.menu-item-has-children:hover .box-right {
              opacity: 1;
              visibility: visible; }
            #header-responsive .bottoms .box-menu .menu-top .list-menu > li.current_page_item > a {
              color: #1a4d2d; }
            #header-responsive .bottoms .box-menu .menu-top .list-menu > li.current_page_item > i {
              color: #1a4d2d; }
            #header-responsive .bottoms .box-menu .menu-top .list-menu > li.current_page_parent > a {
              color: #1a4d2d; }
            #header-responsive .bottoms .box-menu .menu-top .list-menu > li.current_page_parent > i {
              color: #1a4d2d; }
            #header-responsive .bottoms .box-menu .menu-top .list-menu > li.current_page_parent .current_page_item > a {
              color: #1a4d2d; }
            #header-responsive .bottoms .box-menu .menu-top .list-menu > li > a {
              display: block;
              float: left;
              max-width: calc(100% - 27px);
              padding: 0 5px 0 0;
              color: #fff;
              text-transform: uppercase;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s;
              text-decoration: none !important;
              position: relative;
              font-weight: 300;
              float: left; }
            #header-responsive .bottoms .box-menu .menu-top .list-menu > li i {
              cursor: pointer;
              width: 25px;
              text-align: center;
              display: none; }
            #header-responsive .bottoms .box-menu .menu-top .list-menu > li > ul {
              display: none;
              list-style-type: none;
              padding: 0;
              margin: 0;
              float: left;
              width: 100%; }
              #header-responsive .bottoms .box-menu .menu-top .list-menu > li > ul > li {
                float: left;
                width: 100%; }
                #header-responsive .bottoms .box-menu .menu-top .list-menu > li > ul > li > a {
                  display: block;
                  float: left;
                  padding: 10px 20px;
                  font-weight: 300;
                  margin: 0;
                  position: relative;
                  transition: all 0.2s ease-out 0s;
                  -webkit-transition: all 0.2s ease-out 0s;
                  text-transform: inherit;
                  color: #fff; }
                  #header-responsive .bottoms .box-menu .menu-top .list-menu > li > ul > li > a:hover {
                    color: #172d83; }
      #header-responsive .bottoms .box-menu .action {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 17px 30px 30px;
        font-weight: normal; }
        #header-responsive .bottoms .box-menu .action .border {
          height: 1px;
          width: calc(100% - 15px);
          background: #6c6c6c;
          margin: 20px 0;
          float: left; }
        #header-responsive .bottoms .box-menu .action .social li {
          display: inline-block;
          width: calc((100% - 30px) / 4);
          float: left;
          padding: 5px 0 0; }
          #header-responsive .bottoms .box-menu .action .social li + li {
            margin-left: 10px; }
          #header-responsive .bottoms .box-menu .action .social li a {
            display: table;
            margin: auto;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            text-align: center;
            line-height: 30px; }
            #header-responsive .bottoms .box-menu .action .social li a:hover i {
              color: #1a4d2d; }
            #header-responsive .bottoms .box-menu .action .social li a i {
              font-size: 18px;
              color: #8f8f8f; }
        #header-responsive .bottoms .box-menu .action .info {
          font-size: 10px; }
          #header-responsive .bottoms .box-menu .action .info li {
            padding: 3px 0; }
            #header-responsive .bottoms .box-menu .action .info li a {
              color: #949494;
              word-break: break-word; }
              #header-responsive .bottoms .box-menu .action .info li a:hover {
                text-decoration: underline; }
            #header-responsive .bottoms .box-menu .action .info li span {
              text-transform: uppercase;
              width: 50px;
              float: left; }
        #header-responsive .bottoms .box-menu .action .short-link li {
          float: left;
          width: 100%; }
          #header-responsive .bottoms .box-menu .action .short-link li + li {
            margin-top: 12px; }
          #header-responsive .bottoms .box-menu .action .short-link li a {
            display: block;
            float: left;
            line-height: 32px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 500;
            color: #949494;
            padding-left: 46px;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            position: relative; }
            #header-responsive .bottoms .box-menu .action .short-link li a:hover {
              color: #1a4d2d; }
              #header-responsive .bottoms .box-menu .action .short-link li a:hover:before {
                opacity: 0; }
            #header-responsive .bottoms .box-menu .action .short-link li a:before {
              content: '';
              display: block;
              width: 32px;
              height: 32px;
              position: absolute;
              left: 3px;
              top: 0;
              bottom: 0;
              margin: auto;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s;
              z-index: 1; }
            #header-responsive .bottoms .box-menu .action .short-link li a:after {
              content: '';
              display: block;
              width: 32px;
              height: 32px;
              position: absolute;
              left: 3px;
              top: 0;
              bottom: 0;
              margin: auto; }
          #header-responsive .bottoms .box-menu .action .short-link li.book a:before {
            background: url(../images/icon-3.png) no-repeat center/cover; }
          #header-responsive .bottoms .box-menu .action .short-link li.book a:after {
            background: url(../images/icon-3-active.png) no-repeat center/cover; }
          #header-responsive .bottoms .box-menu .action .short-link li.visitor a:before {
            background: url(../images/icon-4.png) no-repeat center/cover; }
          #header-responsive .bottoms .box-menu .action .short-link li.visitor a:after {
            background: url(../images/icon-4-active.png) no-repeat center/cover; }
      #header-responsive .bottoms .box-menu .box-right {
        width: 300px;
        float: left;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        left: 300px;
        top: 100px;
        bottom: 0; }
        #header-responsive .bottoms .box-menu .box-right ul {
          overflow: auto;
          max-height: calc(100vh - 100px); }
          #header-responsive .bottoms .box-menu .box-right ul::-webkit-scrollbar {
            width: 3px; }
          #header-responsive .bottoms .box-menu .box-right ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(26, 77, 45, 0.5); }
          #header-responsive .bottoms .box-menu .box-right ul::-webkit-scrollbar-thumb {
            background-color: rgba(26, 77, 45, 0.9); }
          #header-responsive .bottoms .box-menu .box-right ul::-webkit-scrollbar-thumb:window-inactive {
            background-color: rgba(26, 77, 45, 0.4); }
          #header-responsive .bottoms .box-menu .box-right ul li {
            width: 100%;
            height: 370px;
            position: relative; }
            #header-responsive .bottoms .box-menu .box-right ul li:before {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: rgba(0, 0, 0, 0.5);
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s; }
            #header-responsive .bottoms .box-menu .box-right ul li > img {
              display: none; }
            #header-responsive .bottoms .box-menu .box-right ul li:hover:before {
              background: rgba(69, 89, 59, 0.9); }
            #header-responsive .bottoms .box-menu .box-right ul li:hover a {
              opacity: 1; }
            #header-responsive .bottoms .box-menu .box-right ul li .box-logo {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              text-align: center;
              line-height: 370px; }
              #header-responsive .bottoms .box-menu .box-right ul li .box-logo img {
                height: 128px; }
            #header-responsive .bottoms .box-menu .box-right ul li .view-detail {
              font-size: 13px;
              color: #172d83;
              width: 100%;
              text-align: center;
              position: absolute;
              bottom: 25px;
              left: 0;
              right: 0;
              font-weight: normal;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s;
              opacity: 0; }
              #header-responsive .bottoms .box-menu .box-right ul li .view-detail:hover {
                color: #1a4d2d; }
    #header-responsive .bottoms .logo {
      display: table;
      margin: auto; }
      #header-responsive .bottoms .logo img {
        height: 90px;
        padding: 10px 0 15px;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
    #header-responsive .bottoms .menu-mobile {
      position: fixed;
      left: -250px;
      top: 60px;
      bottom: 0;
      width: 250px;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;
      z-index: 1000;
      background: #000; }
      #header-responsive .bottoms .menu-mobile.active {
        left: 0; }
      #header-responsive .bottoms .menu-mobile .event {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 250px;
        background: #232b2a;
        height: 60px;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        padding: 5px 15px;
        flex-wrap: wrap; }
        #header-responsive .bottoms .menu-mobile .event:hover .date {
          background: #1a4d2d;
          color: #232b2a; }
          #header-responsive .bottoms .menu-mobile .event:hover .date .bottom:before {
            background: #232b2a; }
        #header-responsive .bottoms .menu-mobile .event .date {
          float: left;
          width: 41px;
          height: 41px;
          border: 1px solid #1a4d2d;
          font-weight: bold;
          color: #1a4d2d;
          text-align: center;
          padding: 4px;
          font-size: 8px;
          cursor: default; }
          #header-responsive .bottoms .menu-mobile .event .date .top {
            width: 100%;
            float: left;
            padding: 1px 0;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
          #header-responsive .bottoms .menu-mobile .event .date .bottom {
            float: left;
            width: 100%;
            position: relative;
            padding: 3px 0;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            #header-responsive .bottoms .menu-mobile .event .date .bottom:before {
              content: '';
              display: block;
              width: 95%;
              height: 1px;
              background: #1a4d2d;
              position: absolute;
              left: 0;
              right: 0;
              margin: auto;
              top: 1px;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s; }
        #header-responsive .bottoms .menu-mobile .event .caption {
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 500;
          width: calc(100% - 52px);
          float: right;
          padding-left: 15px;
          line-height: 1.2;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s;
          padding-right: 30px; }
      #header-responsive .bottoms .menu-mobile .action {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 30px;
        color: #short-link;
        font-weight: normal; }
        #header-responsive .bottoms .menu-mobile .action .border {
          height: 1px;
          width: calc(100% - 15px);
          background: #6c6c6c;
          margin: 20px 0;
          float: left; }
        #header-responsive .bottoms .menu-mobile .action .social li {
          display: inline-block;
          width: calc((100% - 30px) / 4);
          float: left;
          padding: 5px 0 0; }
          #header-responsive .bottoms .menu-mobile .action .social li + li {
            margin-left: 10px; }
          #header-responsive .bottoms .menu-mobile .action .social li a {
            display: table;
            margin: auto;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            text-align: center;
            line-height: 30px; }
            #header-responsive .bottoms .menu-mobile .action .social li a:hover i {
              color: #1a4d2d; }
            #header-responsive .bottoms .menu-mobile .action .social li a i {
              font-size: 18px;
              color: #8f8f8f; }
        #header-responsive .bottoms .menu-mobile .action .info {
          font-size: 10px; }
          #header-responsive .bottoms .menu-mobile .action .info li {
            padding: 3px 0; }
            #header-responsive .bottoms .menu-mobile .action .info li a {
              color: #949494;
              word-break: break-word; }
              #header-responsive .bottoms .menu-mobile .action .info li a:hover {
                text-decoration: underline; }
            #header-responsive .bottoms .menu-mobile .action .info li span {
              text-transform: uppercase;
              width: 50px;
              float: left; }
        #header-responsive .bottoms .menu-mobile .action .short-link li {
          float: left;
          width: 100%; }
          #header-responsive .bottoms .menu-mobile .action .short-link li + li {
            margin-top: 12px; }
          #header-responsive .bottoms .menu-mobile .action .short-link li a {
            display: block;
            float: left;
            line-height: 32px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 500;
            color: #949494;
            padding-left: 46px;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            position: relative; }
            #header-responsive .bottoms .menu-mobile .action .short-link li a:hover {
              color: #1a4d2d; }
              #header-responsive .bottoms .menu-mobile .action .short-link li a:hover:before {
                opacity: 0; }
            #header-responsive .bottoms .menu-mobile .action .short-link li a:before {
              content: '';
              display: block;
              width: 32px;
              height: 32px;
              position: absolute;
              left: 3px;
              top: 0;
              bottom: 0;
              margin: auto;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s;
              z-index: 1; }
            #header-responsive .bottoms .menu-mobile .action .short-link li a:after {
              content: '';
              display: block;
              width: 32px;
              height: 32px;
              position: absolute;
              left: 3px;
              top: 0;
              bottom: 0;
              margin: auto; }
          #header-responsive .bottoms .menu-mobile .action .short-link li.book a:before {
            background: url(../images/icon-3.png) no-repeat center/cover; }
          #header-responsive .bottoms .menu-mobile .action .short-link li.book a:after {
            background: url(../images/icon-3-active.png) no-repeat center/cover; }
          #header-responsive .bottoms .menu-mobile .action .short-link li.visitor a:before {
            background: url(../images/icon-4.png) no-repeat center/cover; }
          #header-responsive .bottoms .menu-mobile .action .short-link li.visitor a:after {
            background: url(../images/icon-4-active.png) no-repeat center/cover; }
      #header-responsive .bottoms .menu-mobile .language-mobile {
        height: 42px;
        line-height: 42px;
        position: relative;
        border-bottom: 1px solid #1a1a1a; }
        #header-responsive .bottoms .menu-mobile .language-mobile.open > span:after {
          /*content: "\f106";*/ }
        #header-responsive .bottoms .menu-mobile .language-mobile > span {
          display: block;
          float: right;
          padding: 14px 15px 14px 20px;
          line-height: 1;
          color: #fff;
          cursor: pointer;
          pointer-events: auto;
          font-size: 14px; }
          #header-responsive .bottoms .menu-mobile .language-mobile > span:after {
            content: "\f107";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 10px;
            color: #fff; }
        #header-responsive .bottoms .menu-mobile .language-mobile > ul {
          display: block;
          width: 100px;
          background: #fff;
          -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          padding: 5px 0;
          position: absolute;
          top: 65px;
          right: 0;
          z-index: 99;
          opacity: 0;
          visibility: hidden;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          #header-responsive .bottoms .menu-mobile .language-mobile > ul > li {
            line-height: 1.3; }
            #header-responsive .bottoms .menu-mobile .language-mobile > ul > li + li {
              border-top: 1px solid #fff; }
            #header-responsive .bottoms .menu-mobile .language-mobile > ul > li.current > a, #header-responsive .bottoms .menu-mobile .language-mobile > ul > li.current > span {
              background: #f1f1f1;
              color: #1a4d2d;
              font-weight: bold; }
            #header-responsive .bottoms .menu-mobile .language-mobile > ul > li > a, #header-responsive .bottoms .menu-mobile .language-mobile > ul > li span {
              display: block;
              padding: 10px 20px;
              font-size: 13px;
              color: #333;
              background: #fff;
              cursor: pointer;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s;
              text-transform: uppercase; }
              #header-responsive .bottoms .menu-mobile .language-mobile > ul > li > a img, #header-responsive .bottoms .menu-mobile .language-mobile > ul > li span img {
                margin-right: 6px; }
            #header-responsive .bottoms .menu-mobile .language-mobile > ul > li:hover > a {
              background: #f1f1f1;
              color: #1a4d2d; }
        #header-responsive .bottoms .menu-mobile .language-mobile.open > ul {
          display: block;
          top: 42px;
          opacity: 1;
          visibility: visible; }
          #header-responsive .bottoms .menu-mobile .language-mobile.open > ul > li > a:hover {
            background: #f1f1f1;
            color: #1a4d2d; }
      #header-responsive .bottoms .menu-mobile .fr-menu {
        float: left;
        width: 100%;
        overflow: auto;
        height: calc(100vh - 104px); }
        #header-responsive .bottoms .menu-mobile .fr-menu > li {
          padding: 15px 35px 15px 20px;
          float: left;
          width: 100%;
          position: relative; }
          #header-responsive .bottoms .menu-mobile .fr-menu > li + li {
            border-top: 1px solid #1a1a1a; }
          #header-responsive .bottoms .menu-mobile .fr-menu > li.menu-item-has-children:after {
            content: "\f107";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 10px;
            color: #fff;
            position: absolute;
            right: 15px;
            top: 20px; }
          #header-responsive .bottoms .menu-mobile .fr-menu > li.current_page_item:after {
            color: #1a4d2d; }
          #header-responsive .bottoms .menu-mobile .fr-menu > li.current_page_item > a {
            color: #1a4d2d; }
          #header-responsive .bottoms .menu-mobile .fr-menu > li.current_page_parent:after {
            color: #1a4d2d; }
          #header-responsive .bottoms .menu-mobile .fr-menu > li.current_page_parent > a {
            color: #1a4d2d; }
          #header-responsive .bottoms .menu-mobile .fr-menu > li.current_page_parent .current_page_item > a {
            color: #1a4d2d; }
          #header-responsive .bottoms .menu-mobile .fr-menu > li.open {
            background: #171717; }
          #header-responsive .bottoms .menu-mobile .fr-menu > li > a {
            color: #fff;
            font-size: 15px; }
          #header-responsive .bottoms .menu-mobile .fr-menu > li > ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            float: left;
            width: 100%;
            display: none; }
            #header-responsive .bottoms .menu-mobile .fr-menu > li > ul > li {
              float: left;
              width: 100%;
              padding: 5px 20px; }
              #header-responsive .bottoms .menu-mobile .fr-menu > li > ul > li:last-child {
                padding-bottom: 0; }
              #header-responsive .bottoms .menu-mobile .fr-menu > li > ul > li > a {
                display: block;
                float: left;
                font-weight: 300;
                margin: 0;
                position: relative;
                transition: all 0.2s ease-out 0s;
                -webkit-transition: all 0.2s ease-out 0s;
                text-transform: inherit;
                color: #fff; }
  #header-responsive .right {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px; }
    #header-responsive .right .box-cart {
      float: left; }
    #header-responsive .right .shop-cart {
      float: left;
      padding-right: 30px;
      margin: 13px -5px; }
      #header-responsive .right .shop-cart .dropdown-menu-mini-cart {
        max-width: 350px;
        width: 100%;
        left: auto;
        position: fixed;
        background: #fff;
        right: 0;
        top: 61px !important;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
      #header-responsive .right .shop-cart .nav-item .box-icon {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        position: relative;
        line-height: 35px;
        text-align: center;
        pointer-events: auto;
        cursor: pointer; }
        #header-responsive .right .shop-cart .nav-item .box-icon img {
          width: 22px; }
        #header-responsive .right .shop-cart .nav-item .box-icon span {
          font-size: 10px;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background: #1a4d2d;
          border: 2px solid #deeabe;
          top: 3px;
          right: -5px;
          left: auto;
          line-height: 16px;
          text-align: center;
          color: #fff;
          position: absolute; }
    #header-responsive .right .account {
      position: absolute;
      top: 19px;
      right: 15px;
      line-height: 20px; }
      #header-responsive .right .account .logged {
        position: relative; }
        #header-responsive .right .account .logged.open > ul {
          top: 35px;
          opacity: 1;
          visibility: visible; }
        #header-responsive .right .account .logged > ul {
          display: block;
          min-width: 230px;
          background: #fff;
          -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          padding: 10px 0;
          position: absolute;
          top: 65px;
          right: -10px;
          z-index: 99;
          opacity: 0;
          visibility: hidden;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          #header-responsive .right .account .logged > ul:before {
            top: -30px;
            right: 0px;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 20px;
            margin-left: -20px; }
          #header-responsive .right .account .logged > ul > li {
            width: 100%; }
            #header-responsive .right .account .logged > ul > li span {
              display: block;
              width: 100%;
              padding: 15px 20px;
              color: #333;
              font-size: 15px;
              max-width: 310px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              background: #d1d1d1; }
            #header-responsive .right .account .logged > ul > li a {
              display: block;
              width: 100%;
              padding: 15px 20px;
              color: #333;
              font-size: 16px;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s; }
              #header-responsive .right .account .logged > ul > li a:hover {
                background: #f7f8f9;
                color: #1a4d2d; }

#dark-shadow {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  #dark-shadow.active {
    opacity: 1;
    visibility: visible; }

body.rtl #header-responsive .bottoms .menu {
  left: auto;
  right: 0; }
body.rtl #header-responsive .bottoms .menu-mobile {
  left: auto;
  right: -250px; }
  body.rtl #header-responsive .bottoms .menu-mobile.active {
    right: 0; }
body.rtl #header-responsive .right {
  right: auto;
  left: 30px; }
  body.rtl #header-responsive .right .account {
    left: -15px;
    right: auto; }
body.rtl #header-responsive .right .shop-cart {
  padding: 0 0 0 30px; }
body.rtl #header-responsive .right .shop-cart .nav-item .box-icon img {
  transform: rotateY(-180deg); }
body.rtl #header-responsive .right .shop-cart .nav-item .box-icon span {
  left: -5px;
  right: auto; }
body.rtl #header-responsive .bottoms .menu-mobile .language-mobile > span:after {
  margin: 0 10px 0 0; }
body.rtl #header-responsive .bottoms .menu-mobile .language-mobile > span {
  font-size: 18px;
  float: left; }
body.rtl #header-responsive .bottoms .menu-mobile .language-mobile.open > ul {
  left: 0;
  right: auto; }
body.rtl #header-responsive .bottoms .menu-mobile .language-mobile > ul > li > a, body.rtl #header-responsive .bottoms .menu-mobile .language-mobile > ul > li span {
  font-size: 18px; }
body.rtl #header-responsive .bottoms .menu-mobile .fr-menu > li > a {
  font-size: 20px; }
body.rtl #header-responsive .right .shop-cart .dropdown-menu-mini-cart {
  left: 0;
  right: auto; }

@media (max-width: 992px) {
  #header-responsive {
    display: block; }

  #header-responsive .bottoms {
    height: 60px; }

  #header-responsive .bottoms .logo img {
    height: 60px;
    padding: 15px 0; }

  #header-responsive .bottoms .menu .toggle-action {
    margin: 21px 0; } }
@media (max-width: 767px) {
  #header-responsive .bottoms .menu {
    padding: 0 20px; } }

/*# sourceMappingURL=style.css.map */
