@charset "UTF-8";
/*
Theme Name: Deco
Theme URI: https://decosarv.com/
Author: Ahangetasvir
Author URI: mailto:ahange.tasvir@gmail.com
Description: Deco
Version: 1.0
*/



@import url('./css/swiper-bundle.min.css'); 
@import url('./css/bootstrap-grid.min.css');
@import url('./css/bootstrap-reboot.min.css');
@import url('./css/bootstrap.min.css');
@import url('./css/fontawesome.min.css');

@font-face {
  font-family: yekan;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/yekan/eot/iranyekanwebbold(fanum).eot");
  src: url("fonts/yekan/eot/iranyekanwebbold(fanum).eot?#iefix") format("embedded-opentype"), url("fonts/yekan/woff2/iranyekanwebbold(fanum).woff2") format("woff2"), url("fonts/yekan/woff/iranyekanwebbold(fanum).woff") format("woff"), url("fonts/yekan/ttf/iranyekanwebbold(fanum).ttf") format("truetype"); }
@font-face {
  font-family: yekan;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/yekan/eot/iranyekanweblight(fanum).eot");
  src: url("fonts/yekan/eot/iranyekanweblight(fanum).eot?#iefix") format("embedded-opentype"), url("fonts/yekan/woff2/iranyekanweblight(fanum).woff2") format("woff2"), url("fonts/yekan/woff/iranyekanweblight(fanum).woff") format("woff"), url("fonts/yekan/ttf/iranyekanweblight(fanum).ttf") format("truetype"); }
@font-face {
  font-family: yekan;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/yekan/eot/iranyekanwebregular(fanum).eot");
  src: url("fonts/yekan/eot/iranyekanwebregular(fanum).eot?#iefix") format("embedded-opentype"), url("fonts/yekan/woff2/iranyekanwebregular(fanum).woff2") format("woff2"), url("fonts/yekan/woff/iranyekanwebregular(fanum).woff") format("woff"), url("fonts/yekan/ttf/iranyekanwebregular(fanum).ttf") format("truetype"); }
@font-face {
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fontawesome/fa-brands-400.eot");
  src: url("fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("fonts/fontawesome/fa-brands-400.woff") format("woff"), url("fonts/fontawesome/fa-brands-400.ttf") format("truetype"); }
@font-face {
  font-family: fontawesome; 
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fontawesome/fa-regular-400.eot");
  src: url("fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("fonts/fontawesome/fa-regular-400.woff") format("woff"), url("fonts/fontawesome/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'deco';
  src:  url('fonts/deco-icons/deco.eot?aue2ue');
  src:  url('fonts/deco-icons/deco.eot?aue2ue#iefix') format('embedded-opentype'),
    url('fonts/deco-icons/deco.ttf?aue2ue') format('truetype'),
    url('fonts/deco-icons/deco.woff?aue2ue') format('woff'),
    url('fonts/deco-icons/deco.svg?aue2ue#deco') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ds-"], [class*=" ds-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'deco' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ds-search:before {
  content: "\e900";
}
.ds-partition:before {
  content: "\e901";
}
.ds-user:before {
  content: "\e902";
}
.ds-table:before {
  content: "\e903";
}
.ds-cart:before {
  content: "\e904";
}
.ds-safebox:before {
  content: "\e905";
}
.ds-filing:before {
  content: "\e906";
}
.ds-furniture:before {
  content: "\e907";
}
.ds-recruitment:before {
  content: "\e908";
}
.ds-supplier:before {
  content: "\e909";
}
.ds-represetative:before {
  content: "\e90a";
}
.ds-instagram:before {
  content: "\e90b";
}
.ds-facebook:before {
  content: "\e90c";
}
.ds-linkdin:before {
  content: "\e90d";
}
  
.fa,.fab,.fad,.fal,.far,.fas, .fa-brands, .fa-regular {
    font-family: fontawesome;
}
i {
    font-style: normal;
}
body {
  text-align: left;
  direction: ltr;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  color: #939393;
  background-color: #282828;
  padding-top: 0; }
ul {
  padding: 0;
  margin: 0; }
ul li {
    list-style: none; }
a,
a:hover,
a:focus {
  text-decoration: none;
  color: #212121; }
img {
  max-width: 100%; }
.btn,
a.btn {
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 5px;
  border: none;
  transition: 0.3s;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  background-color: #fff;
  color: #444;
  position: relative;
  text-align: center;
  min-width: 120px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.btn:focus,
  .btn .focus,
  a.btn:focus,
  a.btn .focus {
    background-color: #fff;
    color: #444;
    box-shadow: none; }
.btn:hover,
  a.btn:hover {
    background-color: #f9f9f9;
    color: #444; }
.btn-success,
  a.btn-success {
    color: #fff;
    background-color: #00ac5f;
    box-shadow: 0 0 10px rgba(0, 172, 95, 0.4); }
.btn-success:hover, .btn-success :focus,
    a.btn-success:hover,
    a.btn-success :focus {
      color: #fff;
      background-color: #00ac5f;
      box-shadow: 0 0 20px rgba(0, 172, 95, 0.4); }
.btn-mini,
  a.btn-mini {
    line-height: 24px;
    padding: 0 15px;
    border-radius: 12px; }
.form-control {
  border-radius: 5px;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  color: #000;
  background-color: #f1f1f1;
  padding: 0 15px;
  display: block;
  width: 100%;
  transition: 0.3s; }
.form-control:focus, .form-control:active {
    outline: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border-color: #e1e1e1; }
.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1; }
.form-control:last-child {
    margin-bottom: 0; }
.form-control.bootstrap-select {
    background-color: transparent; }
.form-control.bootstrap-select.show > .btn-light.dropdown-toggle {
      background-color: #f5f5f5; }
.input-group-text {
  background-color: #f1f1f1;
  font-size: 14px;
  border: none; }
textarea.form-control {
  min-height: 200px;
  border-width: 1px;
  padding: 0 15px; }
textarea.form-control:focus, textarea.form-control:active {
    min-height: 200px; }
.form-group h3 {
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px solid #eee; }
.form-group > label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px; }
.form-group-btn-center {
  text-align: center; }
.form-group-btn-left {
  text-align: left; }
.form-group-inline {
  display: flex;
  justify-content: space-between; }
.form-group-inline > label {
    width: 90px;
    line-height: 50px;
    margin: 0; }
.form-group-inline > .form-control,
  .form-group-inline > .input-group,
  .form-group-inline > .bootstrap-select.form-control:not([class*=col-]) {
    width: calc(100% - 90px); }
.form-group-last {
  margin-bottom: 0; }
.form-group-btn {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.form-devider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px; }
.form-devider--no-border {
    border-bottom: none;
    margin-bottom: 0; }
.dropdown-menu {
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: none; }
.dropdown-menu .dropdown-item {
    padding: 0 10px;
    line-height: 40px;
    font-size: 13px; }
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
      background-color: #f8f9fa;
      color: #454545;
      outline: none; }
.bootstrap-select > .dropdown-toggle {
  text-align: right;
  border: none;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 50px;
  color: #000;
  border-radius: 5px;
  background-color: #f1f1f1;
  box-shadow: none; }
.bootstrap-select > .dropdown-toggle:focus {
    outline: unset;
    outline-offset: unset; }
.bootstrap-select > .dropdown-toggle:after {
    margin-right: unset;
    vertical-align: unset;
    content: "\e908";
    font-family: 'atrin';
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
    position: absolute;
    top: 0;
    left: 15px;
    line-height: inherit;
    font-size: 10px; }
.bootstrap-select > .dropdown-toggle.btn-light:not(:disabled):not(.disabled).active, .bootstrap-select > .dropdown-toggle.btn-light:not(:disabled):not(.disabled):active {
    background-color: #f5f5f5;
    box-shadow: none; }
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #000; }
.bootstrap-select .filter-option-inner-inner {
  text-align: right; }
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: unset;
  outline-offset: unset; }
.bootstrap-select.show > .btn-light.dropdown-toggle {
  background-color: transparent;
  box-shadow: unset; }
h1, h2, h3, h4, h5, h6 {
  margin: 0; }
.row[data-space="0"] {
  margin-right: 0;
  margin-left: 0; }
.row[data-space="0"] > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
.row[data-space="10"] {
  margin-right: -5px;
  margin-left: -5px; }
.row[data-space="10"] > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
.row[data-space="15"] {
  margin-right: -7.5px;
  margin-left: -7.5px; }
.row[data-space="15"] > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px; }
.row[data-space="20"] {
  margin-right: -10px;
  margin-left: -10px; }
.row[data-space="20"] > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }
.col-x5,
.col-xl-x5,
.col-lg-x5,
.col-md-x5,
.col-sm-x5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
.modal .modal-content {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35); }
.modal .modal-body {
  padding: 0; }
.modal [data-dismiss] {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9999; }
.modal [data-dismiss]:before {
    position: absolute;
    top: 15px;
    left: -5px;
    content: '';
    transform: rotate(45deg);
    width: 40px;
    height: 1px;
    background: #000; }
.modal [data-dismiss]:after {
    position: absolute;
    top: 15px;
    left: -5px;
    content: '';
    transform: rotate(-45deg);
    width: 40px;
    height: 1px;
    background: #000; }
.main-header {
  border-bottom: 1px solid #ffffff85;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  height: 120px;
  padding: 8px 0; }
  .fixed-header {
      background-color: #282828;
  }
.main-header__logo {
    margin-left: 24px;
}
.main-header__left {
    display: flex;
    align-items: center;
}
.main-header__left .main-header__left__icons {
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.main-header__left .main-header__left__icons li {
    margin-right: 8px;
}
.main-social__inner {
    margin-left: 8px;
}
.main-header__left .main-header__left__icons i {
    color: #fff;
    font-size: 26px;
    display: flex;
	transition: all 0.5s;
}
.main-header__left .main-header__left__icons a {
    color: #fff;
    font-size: 21px;
    display: flex;
    line-height: 28px;
	transition: all 0.5s;
}
.main-header .language-switcher ul li a {
    font-size: 16px !important;
}
.main-header .language-switcher {
    position: relative;
}
.main-header li.language-switcher__main {
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    color: #fff;
    margin-right: 24px;
	position: relative;
	padding-right: 8px;
}
.main-header__left .language-switcher ul li {
    margin-right: 0;
}
.main-header .language-switcher:hover {
	
}
.main-header .language-switcher ul {
    align-items: center;
    justify-content: center;
    display: none;
	opacity: 0;
	visibility: hidden;
    gap: 4px;
    margin-right: 0;
    background: #282828;
    width: 64px;
    text-align: center;
    padding: 8px 0;
	position: absolute;
}
.main-header li.language-switcher__main:before {
    content: "";
    position: absolute;
    background: #ff000000;
    width: 5px;
    height: 5px;
    top: 14px;
    right: 0;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}
.main-header li.language-switcher__main:hover ul {
    display: grid;
    visibility: visible;
    opacity: 1;
}
.main-header__left ul li i:hover, .main-header__left ul li a:hover {
    color: #80b542;
}
.main-header__wrapper {
	position: relative;
    display: flex;
    height: 104px;
    justify-content: space-between;
    align-items: center; }
.main-header__mobile-menu-toggle {
    line-height: 30px;
    margin-left: 15px;
     }
.main-header__mobile-menu-toggle a {
      height: 30px;
      width: 28px;
      margin: 0 auto;
      display: block;
      position: relative;
      font-size: 25px; }
.main-header__mobile-menu-toggle a:before {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        height: 2px;
        margin-top: -1px;
        background-color: #fff;
        content: '';
        transition: 0.2s;
        box-shadow: 0 -10px 0 0 #fff, 0 10px 0 0 #fff; }
.main-header__mobile-menu-toggle a:hover:before {
        box-shadow: 0 -8px 0 0 #fff, 0 8px 0 0 #fff; }
.main-header__nav > ul {
    display: flex;
    justify-content: flex-start; }
.main-header__nav > ul > li {
      margin: 0 25px; }
.main-header__nav > ul > li > a {
	color: #fff;
    font-weight: 300;
    font-size: 16px;
    display: block;
    line-height: 30px;
    transition: 0.3s;
}
.main-header__nav > ul > li > a:hover {
          color: #80B542; }
.main-header__profile > ul > li {
    position: relative; }
.main-header__profile > ul > li > a {
      line-height: 30px;
      display: flex;
      align-items: center; }
.main-header__profile > ul > li > a i {
        font-size: 20px;
        margin-left: 5px; }
.main-header__profile > ul > li > ul {
      position: absolute;
      top: 100%;
      right: 0;
      border-radius: 5px;
      transition: 0.3s;
      z-index: 9;
      width: 150px;
      background-color: #fff;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
      opacity: 0;
      visibility: hidden; }
.main-header__profile > ul > li > ul > li {
        line-height: 35px; }
.main-header__profile > ul > li > ul > li > a {
          line-height: inherit;
          display: block;
          padding: 0 15px; }
.main-header__profile > ul > li:hover > ul {
      opacity: 1;
      visibility: visible; }
.main-header__cart {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
.main-header__cart i {
      line-height: 30px;
      font-size: 22px;
      margin-right: 5px; }
.main-header__cart__count {
      position: absolute;
      top: -6px;
      left: 7px;
      height: 12px;
      min-width: 12px;
      background-color: #80B542;
      color: #fff;
      line-height: 12px;
      display: block;
      text-align: center;
      font-size: 10px;
      font-family: arial; }
@-webkit-keyframes down {
  0% {
    margin-bottom: 5px; }
  100% {
    margin-bottom: 0; } }
@keyframes down {
  0% {
    margin-bottom: 5px; }
  100% {
    margin-bottom: 0; } }
.main-search {
  position: relative;
  overflow: hidden; }
.main-search:before {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 25px;
    height: 40px;
    border-radius: 12.5px;
    border: 1px solid #666;
    transform: translateX(50%); }
.main-search:after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 20px;
    transform: translateX(50%);
    width: 2px;
    height: 8px;
    background-color: #666;
    -webkit-animation-name: down;
            animation-name: down;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
.main-search__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 85vh;
    min-height: 500px; }
.main-search__logo {
    margin-bottom: 30px;
    position: relative;
    z-index: 2; }
.main-search__search {
    position: relative;
    z-index: 2;
    width: 500px;
    max-width: 100%;
    box-shadow: 0 -50px 50px rgba(0, 0, 0, 0.05); }
.main-search__search__form {
      padding-left: 60px;
      position: relative; }
.main-search__search__form input {
        line-height: 58px;
        border: none;
        background-color: transparent;
        outline: none;
        padding: 0 20px;
        width: 100%;
        font-size: 16px; }
.main-search__search__form button {
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        z-index: 2;
        background-color: transparent;
        font-size: 20px;
        border: none;
        color: #80B542;
        width: 60px;
        margin: 0;
        padding: 0;
        text-align: center; }
.main-search__search__form button i {
          display: block;
          line-height: inherit; }
.main-search__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
.main-search__bg div {
      height: 100%;
      width: 100%;
      position: relative; }
.main-search__bg div i {
        -webkit-filter: blur(3px);
                filter: blur(3px);
        opacity: 0.8; }
.main-search__bg div:nth-child(1) i {
        position: absolute;
        top: 85%;
        right: 50%;
        font-size: 60px;
        color: rgba(191, 32, 32, 0.6); }
.main-search__bg div:nth-child(2) i {
        position: absolute;
        top: 85%;
        right: 90%;
        font-size: 40px;
        color: rgba(191, 32, 32, 0.6); }
.main-search__bg div:nth-child(3) i {
        position: absolute;
        top: 15%;
        right: 60%;
        font-size: 60px;
        color: rgba(191, 32, 32, 0.3); }
.main-search__bg div:nth-child(4) i {
        position: absolute;
        top: 20%;
        right: 15%;
        font-size: 90px;
        color: rgba(0, 0, 0, 0.6); }
.main-search__bg div:nth-child(5) i {
        position: absolute;
        top: 40%;
        right: 80%;
        font-size: 70px;
        color: rgba(0, 0, 0, 0.3); }
.main-search__bg div:nth-child(6) i {
        position: absolute;
        top: 75%;
        right: 10%;
        font-size: 60px;
        color: rgba(191, 32, 32, 0.6); }
.main-search__bg div:nth-child(7) i {
        position: absolute;
        top: 10%;
        right: 90%;
        font-size: 50px;
        color: rgba(191, 32, 32, 0.4); }
.main-search__bg div:nth-child(8) i {
        position: absolute;
        top: 35%;
        right: 30%;
        font-size: 40px;
        color: rgba(191, 32, 32, 0.3); }
.main-search__bg div:nth-child(9) i {
        position: absolute;
        top: 80%;
        right: 30%;
        font-size: 30px;
        color: rgba(0, 0, 0, 0.4); }
.main-search__bg div:nth-child(10) i {
        position: absolute;
        top: 80%;
        right: 75%;
        font-size: 50px;
        color: rgba(191, 32, 32, 0.4); }
.main-search__bg div:nth-child(11) i {
        position: absolute;
        top: 5%;
        right: 35%;
        font-size: 40px;
        color: rgba(0, 0, 0, 0.5); }

/* Start Deco */
p {
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
	color: #d2d2d2;
}
#search-box-header {
	position: absolute;
    top: 60px;
    right: 0;
    border-radius: 10px;
    z-index: 9999;
  display: none;
}
.main-header__left__icons__search {
    background: none;
    border: none;
	padding: 4px 0 0 0;
}
.dgwt-wcas-suggestions-wrapp {
    background: #323232;
    border: 1px solid #323232; 
}
.dgwt-wcas-suggestion .dgwt-wcas-st-title {
    color: #fff;
    font-weight: 300;
}
.dgwt-wcas-suggestion-more {
    background: #252525;
    line-height: 32px;
}
.dgwt-wcas-preloader.dgwt-wcas-close svg path {
    fill: #fff !important;
}
button.main-header__left__icons__search:focus {
    border: none;
    background: none;
    outline: none;
}
#search-box-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
    transform: rotate(90deg);
}
#search-box-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    color: #fff;
    border: 2px solid #282828;
    border-radius: 0;
    background-color: #252525;
	font-family: 'yekan';
    font-size: 14px;
}
#search-box-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg path {
    fill: #fff;
}
#search-box-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
    background: #00000000;
    box-shadow: 0 0 0 2px #e4e4e400;
}
#search-box-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
}
/* Start Main Title */
.main-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.main-title__link a:hover {
    color: #80b542;
}
.main-title__link a {
    line-height: 30px;
    transition: all 0.5s;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
}
.main-title {
    padding-bottom: 8px;
    display: flex;
    margin-bottom: 72px;
    border-bottom: 1px solid #414141;
    align-items: center;
    justify-content: space-between;
}
/* End Main Title */

/* Start Header */
.main-header__account-li ul {
    background: #282828;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.5s;
    padding: 8px 32px;
}
.main-header__account-li:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    transition: all 0.5s;
}
.main-header__left .main-header__left__icons .main-header__account-li ul li a {
    font-size: 13px !important;
}
li.main-header__account-li a span {
    font-size: 14px;
    padding-right: 4px;
}
.main-header__logo img {
    width: 80px;
}
.main-header__ls {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* End Header */

/* Start Main Social */
.main-social__inner ul li a {
    color: #fff;
	transition: all 0.5s;
}
.main-social__inner ul li a:hover {
    color: #80b542;
}
.main-social {
/*     margin-top: 60px;
    text-align: left;
    position: absolute;
    top: 100px;
    left: 24px;
    width: 100%;
    z-index: 9999; */
}
.main-social .container {
    padding: 0;
}
.main-social__inner .fa-facebook-f, .main-social__inner .fa-linkedin-in {
    display: inline-block;
    width: 31px;
    height: 31px;
    border: 3px solid #ffffff;
    text-align: center;
    border-radius: 8px;
    font-size: 20px;
}
.main-social__inner ul {
    margin-left: 16px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-social__inner li a {
    font-size: 24px;
}
.main-social__inner ul li a .fa-instagram {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 35px;
}
/* End Main Social */

/* Start Slider */
.inner-box {
    padding: 0 72px;
}
.main-slider {
    position: relative;
}
.swiper-container {
  width: 100%;
  overflow: hidden;
}
.main-slider .swiper-button-next:after, .main-slider .swiper-button-prev:after {
    color: #8D8989; 
}
.main-slider .swiper-slide.swiper-slide-active .main-slider__slide-item__img img {
    /*transition-timing-function: ease-in-out;*/
    /*transition-duration: 20s;*/
    transform: scale(1.3);
    opacity: 1;
}
.main-slider .swiper-slide .main-slider__slide-item__img img {
  transition: transform 20s linear, opacity 1s ease;
  transform: scale(1);
  opacity: 0;
}
.main-slider__slide-item__img {
    filter: brightness(0.7);
}
.main-slider__slide-item__txt ul {
    padding-left: 32px;
	margin-bottom: 40px;
}
.main-slider__slide-item__txt {
	opacity: 0;
}
.main-slider__slide-item__txt h2, .main-slider__slide-item__txt ul, .main-slider__slide-item__txt .main-btn__link {
  opacity: 0;
}
.swiper-slide-active .main-slider__slide-item__txt {
  opacity: 1;
}

.swiper-slide-active .main-slider__slide-item__txt h2 {
  animation: moveDown 0.8s ease-in forwards;
	animation-delay: 0.8s;
}

.swiper-slide-active .main-slider__slide-item__txt .main-btn__link {
  animation: moveDown 1.2s ease-in forwards;
  animation-delay: 1.2s;
}

.swiper-slide-active .main-slider__slide-item__txt ul {
  animation: moveDown 1s ease-in forwards;
  animation-delay: 1.4s;
}
@keyframes moveDown {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*.main-btn__link a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: -8px;*/
/*    border-top: 1px solid #A7A3A3;*/
/*    top: 0;*/
/*    width: 40px;*/
/*    height: 95%;*/
/*    border-right: 1px solid #A7A3A3;*/
/*}*/
/*.main-btn__link a:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: -8px;*/
/*    border-bottom: 1px solid #A7A3A3;*/
/*    bottom: 0;*/
/*    width: 40px;*/
/*    height: 95%;*/
/*    border-left: 1px solid #A7A3A3;*/
/*}*/
.main-btn__link {
    justify-content: end;
    position: relative;
    display: inline-flex;
}
span.line-1 {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1px solid #80b542;
    border-bottom: 1px solid #80b542;
    z-index: 999;
    bottom: 0;
	left: 0;
    transition: all 0.5s;
	opacity: 0;
}
span.line-2 {
    position: absolute;
    width: 0;
    height: 0;
    border-right: 1px solid #80b542;
    border-top: 1px solid #80b542;
    z-index: 999;
    top: 0;
	right: 0;
	transition: all 0.5s;
	opacity: 0;
}
.main-btn__link:hover span.line-1, .main-btn__link:hover span.line-2 {
    width: 100%;
    height: 100%;
	opacity: 1;
}
.main-btn__link a {
	z-index: 9999;
	position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 40px;
	border: 1px solid #ffffff6b;
	transition: all 0.5s;
}
.main-btn__link a:hover { 
	border: 1px solid #ffffff00;
}
.main-slider__slide-item__txt ul li {
    color: #fff;
    font-size: 1vw;
    line-height: 2.5vw;
    list-style: circle;
}
.main-slider__slide-item__txt h2 {
    font-size: 2vw;
    color: #fff;
    font-weight: 600;
    margin-bottom: 32px;
}
.main-slider__slide-item__txt {
    position: absolute;
    top: calc((100% - 280px) / 2);
    width: 1300px;
    right: calc((100% - 1300px) / 2);
    z-index: 999;
    height: 320px;
    overflow: hidden;
}
.main-slider__slide-item {
    position: relative;
}
.main-slider .swiper-pagination-bullet-active {
    background: #80B542;
}
.main-slider .swiper-pagination-bullet {
    border-radius: 0;
    width: 40px;
	height: 2px; 
	background: #fff;
	opacity: 0.5;
	margin: 0 2px !important;
}
.main-slider .swiper-pagination-bullet-active {
    background: #80B542;
	opacity: 1;
}
.main-slider .swiper-pagination {
	bottom: 40px !important;
}
/* End Slider */

/* Start Main Cat */
.main-category {
    padding: 80px 0;
}
.main-category__item__title {
    margin-top: 24px;
}
.main-category__item__title h3 {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

.main-category .col-lg-2 {
    padding: 0 5px;
}
.main-category__item {
    transition: all 0.5s;
    border: 1px solid #414141;
    text-align: center;
    display: grid;
    align-content: center;
	opacity: 0;
  	transform: translateY(100px);
  	transition: opacity 0.6s ease, transform 0.6s ease, border 0.6s ease;
}
.main-category__item.visible {
  opacity: 1;
  transform: translateY(0);
}
.main-category__item a {
    padding: 40px 0;
	z-index: 9999;
}
/* .main-category__item:hover {
    border: 1px solid #80B542;
} */
.main-category__item:hover span.line-1, .main-category__item:hover span.line-2 {
    width: 100%;
    height: 100%;
	opacity: 1;
}
.main-category__item__img {
    margin-bottom: 8px;
}
.main-category__item__img img {
    width: 64px;
}

/* End Main Cat */

/* Start Main About*/
.main-about {
    padding: 80px 0 160px 0;
}
.main-about__content__title p {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    line-height: 35px;
    color: #d2d2d2;
}
.main-about__content__title {
    text-align: left;
    width: 80%;
}
.main-about__content__title h1:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 1px;
    border-bottom: 1px solid #A7A3A3;
    bottom: 0;
    opacity: 0.2;
}
.main-about__content__title h1 {
    text-align: left;
    padding-bottom: 16px;
    margin-bottom: 40px;
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.main-about__images__last img {
    width: 100%;
}
.main-about__images__txt p {
    font-family: sans-serif;
    -webkit-text-stroke: 0.5px #282828;
    color: transparent;
    font-size: 130px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.main-about__images {
    overflow: hidden;
}
.main-about__images__txt {
	position: absolute;
/*     width: 800px; */
    font-size: 100px;
    top: 25%;
    left: 0;
    -webkit-animation: moveit linear 15.5s infinite;
    animation: moveit linear 15.5s infinite;
}
.main-about__content .main-btn__link {
    text-align: left;
    margin-left: 0;
    margin-top: 72px;
}
.main-about__images {
    position: relative;
}
.main-about__images__last.visible, .main-about__images__first__top.visible, .main-about__images__first__bottom.visible {
	opacity: 1;
    transform: translateY(0);
}
.main-about__images__last, .main-about__images__first__top, .main-about__images__first__bottom {
	opacity: 1;
/*     transform: translateY(0); */
/*     transition: opacity 1s ease, transform 1s ease; */
}
.main-about__images__first__top img {
    width: 100%;
}
.main-about__images__first__bottom {
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin-top: 30px;
    margin-left: auto;
}

.main-about__images__first__top {
    width: 180px;
    margin-left: auto;
}
.main-about__images__first {
    display: grid;
    align-content: end;
    justify-items: end;
    height: 100%;
}
@-webkit-keyframes moveit{
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(180%); }
}

@keyframes moveit{
 0%   { transform: translateX(-100%); }
  100% { transform: translateX(180%); }
}
.main-customers.main-customers__about {
    padding: 160px 0 160px 0;
}
/* End Main About*/

/* Start Main Services*/
.main-services {
    padding: 96px 0;
    position: relative;
}
.main-services:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://demoahangetasvir.ir/deco/wp-content/themes/deco/img/skatche.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-services:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #a7a3a317;
    width: 33%;
    height: 100%;
}
.main-services__inner__content {
    width: 300px;
    position: relative;
    z-index: 9999;
}
.main-services__inner__content h2 {

    padding-bottom: 16px;
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
}
.main-services__inner__content h2:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 1px;
    border-bottom: 1px solid #A7A3A3;
    bottom: 0;
    opacity: 0.2;
}
.main-services__inner__content p {
    line-height: 35px;
    text-align: justify;
    color: #fff;
}
.btn-primary-deco a {
    color: #fff;
    border: 1px solid #ffffff;
    padding: 8px 40px;
}

.btn-primary-deco {
    text-align: left;
}
.main-services__inner__slides {
    padding: 0 56px;
    position: relative;
    margin-right: 40px;
}
.main-services__inner__content__btn {
    margin-top: 16px;
    text-align: left;
	float: left;
}
.main-services__inner__slides__inner {
	padding: 0 16px;
    background: #282828;
    height: 300px;
    transition: all 0.5s;
    border: 1px solid #282828;
}
.main-services__inner__slides__inner a {
    display: grid;
    align-content: center;
    justify-items: center;
    height: 100%;
    width: 100%;
	position: relative;
	z-index: 9999;
}
/* .main-services__inner__slides__inner:hover {
    border: 1px solid #80B542;
} */
.main-services__inner__slides__inner:hover span.line-1, .main-services__inner__slides__inner:hover span.line-2 {
    width: 100%;
    height: 100%;
	opacity: 1;
}
.main-services__inner__slides__title {
    margin-top: 56px;
}

.main-services__inner__slides__title h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.main-services__inner__slides__icon {
    width: 80px;
}
.main-services .swiper-button-next:after, .main-services .swiper-rtl .swiper-button-prev:after, .main-services .swiper-button-prev:after, .main-services .swiper-rtl .swiper-button-next:after  {
    color: #A7A3A3;
    font-size: 24px;
}
.main-services__inner__content,
.main-services__inner__slides {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.main-services__inner__content.visible,
.main-services__inner__slides.visible {
  opacity: 1;
}
/* End Main Services */

/* Start Main Products */
.main-products {
    padding: 160px 0;
}
.main-products__wrapper__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(9, 100px);
    /*grid-auto-flow: dense;*/
    grid-gap: 30px;
}

.main-products__item {
    position: relative;
	opacity: 0;
	transform: translateY(100px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    /*opacity: 0;*/
    /*transform: translateY(20px);*/
    /*transition: all 0.6s ease;*/
}
/*.main-products__item.visible {*/
/*  opacity: 1;*/
/*  transform: translateY(0);*/
/*}*/
.main-products__item.visible {
  opacity: 1;
  transform: translateY(0);
}
.main-products__item:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}
.main-products__item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 5;
}
.main-products__item:nth-child(3) {
	grid-column: 3 / 4;
    grid-row: 1 / 4;
}
.main-products__item:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 4 / 6;
}
.main-products__item:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 5 / 7;
}
.main-products__item:nth-child(6) {
	grid-column: 3 / 4;
    grid-row: 4 / 6;
}
.main-products__item:nth-child(7) {
    grid-column: 1 / 2;
    grid-row: 6 / 10;
}
.main-products__item:nth-child(8) {
    grid-column: 2 / 3;
    grid-row: 7 / 10;
}
.main-products__item:nth-child(9) {
    grid-column: 3 / 4;
    grid-row: 6 / 10;
}
.main-products__item__image {
    height: 100%;
    width: 100%;
}
.main-products__item__image:before {
    content: "";
    opacity: 0;
    visibility: hidden;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	transition: all 0.6s ease-in-out;
/*     background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.750) 16%, rgba(0, 0, 0, 0.550) 32%, rgba(0, 0, 0, 0.350) 48%, rgba(0, 0, 0, 0.250) 56%, rgba(0, 0, 0, 0.180) 64%, rgba(0, 0, 0, 0.120) 72%, rgba(0, 0, 0, 0.078) 80%, rgba(0, 0, 0, 0.042) 88%, rgba(0, 0, 0, 0.021) 92%, rgba(0, 0, 0, 0.008) 95%, rgba(0, 0, 0, 0.002) 98%, transparent 100%); */
/* 	    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%); */
}
.main-products__item__image {
	transition: ease-in 0.5s;
}
.main-products__item:hover .main-products__item__image {
    filter: grayscale(1);
}
.main-products__item:hover .main-products__item__image:before  {
    opacity: 1;
    visibility: visible;
}
.main-products__item__image {
    position: relative;
}
.main-products__item__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
	transition: ease-in 0.3s;
}
.main-products__item:hover img {
    filter: brightness(0.5);
}
.main-products__item:hover .main-products__item__image {
    filter: grayscale(1);
}

.main-products__item, .main-products__item__img, .main-products__item__content {
    transition: all 0.5s;
}
.main-products__item:hover .main-products__item__content {
    opacity: 1;
    visibility: visible;
	transform: translateY(0px);
}
.main-products__item__content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: grid;
    align-content: center;
    justify-items: center;
	transform: translateY(100px);
}
.product-slider__item__content__cat p {
    font-size: 13px;
}
.main-products__item:hover .product-slider__item__content__title h3:before {
    width: 100%;
}
.product-slider__item__content__title h3:before {
    transition: ease-out 0.8s;
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #fff;
    bottom: 0;
}
.product-slider__item__content__title h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
/* End Main Products */

/* Start Main Banner */
.main-banner {
    background-position: center;
    position: relative;
    background-image: url(https://demoahangetasvir.ir/deco/wp-content/uploads/2025/05/back4.png);
    background-attachment: fixed;
    background-size: contain;
/*     background-repeat: no-repeat; */
}
.main-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #00000070;
}
.secendary-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.secendary-title {
    position: relative;
    z-index: 99;
    text-align: center;
    margin-bottom: 80px;
}
.main-banner__inner {
    padding: 112px 80px;
}
.main-banner__inner__items {
    width: 240px;
    height: 240px;
    margin: 0 auto;
    border: 1px solid #a7a3a35e;
    padding: 40px 0;
    transition: all 0.5s;
    opacity: 0;
  	transform: translateY(50px);
  	transition: opacity 0.6s ease, transform 0.6s ease, border 0.6s ease;
}
.main-banner__inner__items.visible {
  opacity: 1;
  transform: translateY(0);
}
/* .main-banner__inner__items:hover {
    border: 1px solid  #80B542;
} */
.main-banner__inner__items:hover span.line-1, .main-banner__inner__items:hover span.line-2 {
    width: 100%;
    height: 100%;
	opacity: 1;
}

.main-banner__inner__items__title span {
    display: block;
}
.main-banner__inner__items__title a {
    color: #fff;
    transition: all 0.5s;
}
.main-banner__inner__items__title a:hover {
    color: #999;
}
.main-banner__inner__items__title {
    margin-top: 32px;
}
.main-banner__inner__items__title h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 32px;
}
.main-banner__inner__items__icon img {
    width: 80px;
}

.main-banner__inner__items__icon {
    text-align: center;
}
/* End Main Banner */

/* Start Main Projects*/
.main-projects {
    padding: 160px 0;
}
.main-projects__inner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: ease-in-out 0.5s;
	filter: grayscale(1);
}
.main-projects__inner__items:hover .main-projects__inner__img img {
    filter: brightness(0.6) grayscale(0);
/*     transform: scale(1.1); */
}
.main-projects__inner__img {
    height: 480px;
    overflow: hidden;
    width: 100%;
}
.main-projects__inner__content:before {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.main-projects__inner__content {
	padding: 40px 24px;
	position: absolute;
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    display: grid;
    align-content: end;
    justify-items: stretch;
    text-align: center;
    overflow: hidden;
	background: linear-gradient(to bottom, #00000000 0, rgb(0 0 0 / 0%) 1%, rgb(0 0 0 / 58%) 99%);
}
.main-projects__inner__items:hover .main-projects__inner__content {
    align-content: space-between;
}
.main-projects__inner__items {
    position: relative;
}
.main-projects__inner__content h3 {
    z-index: 99;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    color: #fff;
    padding-bottom: 16px;
    transition: ease-in-out 0.5s;
	border-bottom: 1px solid #ffffff4f;
}
.main-projects__inner__items:hover .main-projects__inner__content h3 {
	position: relative;
    bottom: 2rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
}
.main-projects__inner__items:hover .main-projects__inner__content__link a {
    color: #999;
}

.main-projects__inner__content__link a {
    transition: all 0.5s;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    position: relative;
}
.main-projects__inner__content__link a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    background: #ffffff;
    top: 5px;
    transform: rotate(45deg);
    right: -16px;
}
.main-projects__inner__content__link a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    background: #ffffff;
    top: 10px;
    transform: rotate(135deg);
    right: -16px;
}
.main-projects__inner__content:before {
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.main-projects__inner__content__link {
    margin-left: 16px;
    position: relative;
    text-align: center;
    font-weight: 300;
    transition: ease-in-out 0.5s;
    padding-top: 16px;
    z-index: 9999;
}
/*.main-projects__inner__items:hover .main-projects__inner__content__link {*/
/*    transform: translateY(10px);*/
/*}*/
/*.main-projects__inner__items:hover .main-projects__inner__content__link:before {*/
/*    width: 100%;*/
/*}*/

/*.main-projects__inner__content__link:before {*/
/*    display: inline-block;*/
/*    margin: 0 auto;*/
/*    transition: all ease-in-out 0.8s;*/
/*    content: "";*/
/*    position: absolute;*/
/*    text-align: center;*/
/*    width: 32px;*/
/*    height: 1px;*/
/*    border-top: 1px solid #80B542;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/
/* End Main Projects*/

/* Start Main Customers*/
.main-customers {
    padding: 40px 0;
}
.main-customers .swiper-slide {
    padding: 0 15px !important;
    transition: all 0.5s;
}
.main-customers .swiper-slide:hover{
	transform: scale(1.2);
}
/* End Main Customers*/

/* Start Main Blogs*/
.main-blogs {
    padding: 160px 0;
}
.main-blogs__inner__items__img a {
    width: 100%;
}
/*.main-blogs__inner__items:hover {*/
/*    filter: grayscale(1);*/
/*}*/
.main-blogs__inner__items {
    transition: all 0.5s;
}
.main-blogs__inner__items__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.main-blogs__inner__items__img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: flex;
}
.main-blogs__inner__items:hover img {
    transform: scale(1.2);
}
.main-blogs__inner__items__title .post-title a {
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-blogs__inner__items__title {
    padding: 0 16px;
	padding-top: 24px;
    line-height: 32px;
	    text-align: center;
}
.main-blogs__inner__items__link {
    text-align: center;
    margin-top: 40px;
    position: relative;
}
.main-blogs__inner__items:hover .main-blogs__inner__items__link a {
	background-color: #80B542;
}
.main-blogs__inner__items__link a, .main-blogs__inner__items__title a {
    position: relative;
    z-index: 999;
	transition: all 0.5s;
}
.main-blogs__inner__items__content {
	position: relative;
}
/* .main-blogs__inner__items__content:before {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
	border-left: 1px solid #414141;
    border-bottom: 1px solid #414141;
    bottom: 0;
    border-right: 1px solid #414141;
    height: 100%;
	transition: all 0.5s;
} */
.main-blogs__inner__items:hover .main-blogs__inner__items__link a {
	border: 1px solid #ffffff00;
/* 	color: #999; */
}
.main-blogs__inner__items:hover span.line-1, .main-blogs__inner__items:hover:hover span.line-2 {
    width: 100%;
    height: 100%;
	opacity: 1;
}
.main-blogs__inner__items__link a {
    border: 1px solid #414141;
    width: 120px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
	transition: all 0.5s;
}
/* End Main Blogs*/

/* Start Main Inner Page */
.page-view__tbrd__breadcrumbs ul li a {
    color: #fff;
}
.page-view__tbrd {
    position: absolute;
    top: 136px;
    width: 100%;
    z-index: 999;
    right: 0;
    text-align: center;
}
.page-view__tbrd__title h1 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.page-view__tbrd__title {
    margin: 24px 0;
}
.main-inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-inner-banner {
    position: relative;
    height: 320px;
    overflow: hidden;
}
.main-inner-banner:before {
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(to top, rgb(39 39 39) 0%, rgb(39 39 39 / 60%) 100%, rgb(39 39 39 / 18%) 100%);
    right: 0;
    width: 100%;
    height: 100%;
}
/* End Main Inner Page */

/* Start Contact Inner Page */
.inner-contact__info {
    padding: 80px 0;
}
.inner-contact__info__item:last-child {
    border: none;
}
.inner-contact__info__item {
    padding-left: 56px;
}
.inner-contact__info p {
    margin-bottom: 0;
    line-height: 40px;
}
.page-view__content .inner-contact__info__item h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 32px;
}
.inner-contact__banner-main {
    background: url("https://demoahangetasvir.ir/deco/wp-content/uploads/2025/05/back5.jpg");
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    align-content: center;
	position: relative;
}
.inner-contact__banner-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #0000006e;
}
.inner-contact__banner {
    padding: 128px 80px;
    margin: 0 auto;
	align-items: center;
    justify-content: space-between;

}
.inner-contact__banner__item {
    max-width: 240px !important;
    height: 240px;
    border: 1px solid #a7a3a35e;
    position: relative;
    text-align: center;
    display: grid;
    align-content: center;
	transition: all 0.5s;
}
.inner-contact__banner__item:hover a {
    color: #999;
}
.inner-contact__banner__item a {
    font-weight: 400;
}
.inner-contact__banner__item:hover {
    border: 1px solid #80B542;
}
.inner-contact__banner__text p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600 !important;
    text-align: center;
    line-height: 32px;
}
.inner-contact__banner__text {
    margin-top: 32px;
    align-items: center !important;
}
.inner-contact__banner__item img {
    width: 80px;
}
.inner-contact__qn p {
    width: 480px;
    color: #fff;
}
.inner-contact__qn h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.inner-contact__qn {
    padding: 80px 0 56px 0;
}
.inner-contact__form .wpforms-field-container input::placeholder, .inner-contact__form .wpforms-field-container textarea::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
.inner-contact__form .wpforms-field-container input, .inner-contact__form .wpforms-field-container textarea {
    color: #fff !important;
    background: #282828 !important;
    border-radius: 0 !important;
    border: 1px solid #464646 !important;
}
.inner-contact__form .wpforms-field-container label {
    color: #fff !important;
	    font-size: 14px;
    font-weight: 400;
}
.inner-contact__form #wpforms-submit-501 {
    z-index: 9999;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    padding: 12px 40px;
    border: 1px solid #ffffff6b;
    border-radius: 0;
	transition: all 0.5s;
}
.inner-contact__form #wpforms-submit-501:hover {
	color: #999;
	border: 1px solid #ffffff;
}
/* End Contact Inner Page */

/* Start About Inner Page */
.inner-about__info {
    padding: 80px 0;
}
.inner-about__info__content-top {
    margin-bottom: 24px;
    width: 80%;
    margin-right: auto;
}
.page-view__content .inner-about__info__content-top h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}
.inner-about__info__content-top p {
    color: #80B542;
    text-align: left;
    font-weight: 600;
}
.inner-about__info__content-bottom p {
    margin-bottom: 0;
}
.inner-about__info__images-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-about__info__images-bottom__right {
	flex: 0 0 calc(50% - 50px);
	margin-left: 30px;
	/*margin-top: 30px;*/
}
.inner-about__info__images-top img, .inner-about__info__images-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	transition: all ease-in-out 0.5s;
}

.inner-about__info__images-top {
    height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
    width: 545px;
	margin-left: auto;
}
.inner-about__info__images-bottom__right figure {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.inner-about__info__images-top:hover img, .inner-about__info__images-bottom__left-first:hover img, .inner-about__info__images-bottom__left-second:hover img, .inner-about__info__images-bottom__right:hover img {
    transform: scale(1.2);
}
.inner-about__info__images-bottom__right {
    height: 320px;
    overflow: hidden;
}
.inner-about__info__images-bottom__left-first figure, .inner-about__info__images-bottom__left-second figure {
    object-fit: cover;
}

.inner-about__info__images-bottom__left-first div, .inner-about__info__images-bottom__left-first figure, .inner-about__info__images-bottom__left-second div, .inner-about__info__images-bottom__left-second figure {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.inner-about__info__images-bottom__left-first {
	padding-left: 40px;
    margin-right: 0;
    height: 110px;
    margin-left: auto;
    width: 240px;
    overflow: hidden;
    margin-bottom: 30px;
}
.inner-about__info__images-bottom__left-second {
    margin-left: 30px;
    height: 180px;
    width: 270px;
    overflow: hidden;
}
/*.inner-about__info__content-bottom p {*/
/*    font-size: 14px;*/
/*    font-weight: 300;*/
/*    text-align: justify;*/
/*    line-height: 35px;*/
/*    color: #fff;*/
/*}*/
.inner-about__history__txt {
    padding: 80px 0;
}
.inner-about__info__content-bottom {
/*     margin-top: 80px; */
    width: 80%;
    margin-right: auto;
}
.inner-about__description {
    gap: 30px;
    padding: 80px 0;
}
.inner-about__description__items img {
    width: 80px;
	    margin-bottom: 16px;
}

.page-view__content .inner-about__description__items h3 {
    border-bottom: 1px solid #414141;
    margin-top: 16px;
    font-size: 15px;
    padding-bottom: 8px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 16px;
}
.inner-about__description__items:hover {
    background: #1f1f1f;
}
.inner-about__description__items {
    position: relative;
    background: #323232;
    padding: 16px 56px;
    height: 384px;
    overflow: hidden;
    display: grid;
    align-content: center;
    justify-items: center;
    transition: all 0.5s ease;
}
.inner-about__ad-banner__content__items__icon img {
    width: 64px;
}
.inner-about__ad-banner {
    background-image: url('./img/about-banner.jpg');
    height: 480px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    display: grid;
    align-items: center;
/*     justify-content: center; */
}
.inner-about__ad-banner__content__items a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
}
.inner-about__ad-banner__content__items {
	border: 1px solid #ffffff;
    text-align: center;
    padding: 48px 24px;
    height: 240px;
    display: grid;
    align-items: center;
    align-content: space-between;
}
.inner-about__ad-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008a;
}
.inner-about__ad-banner__content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    color: #fff;
}
.inner-about__ad-banner__content__txt {
    position: relative;
    color: #fff;
    width: 480px;
    margin: 0 auto;
    /*padding-top: 40px;*/
}
.inner-about__ad-banner__content__txt span {
    font-size: 20px;
    font-weight: 600;
}
.inner-about__ad-banner__content__link a:hover {
    color: #999;
    border: 1px solid #ffffff;
}

.inner-about__ad-banner__content__link a {
    font-size: 13px;
    color: #fff;
    padding: 8px 40px;
    border: 1px solid #999;
}

.inner-about__ad-banner__content__link {
    position: relative;
    text-align: center;
    margin-top: 40px;
}
.inner-about__ad-banner__links ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 240px;
    border: 1px solid #fff;
    display: inline-block;
}

.inner-about__ad-banner__links ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-about__ad-banner__links {
    text-align: center;
    width: 80%;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    padding-top: 104px;
}
.inner-about__people__inner span {
	color: #fff;
}
.inner-about__people__col-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-about__people__middle {
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
}
.inner-about__people__middle:last-child {
    padding-right: 15px;
}
.inner-about__people__middle:first-child {
    padding-left: 15px;
}
.inner-about__people {
    padding: 80px 0 0 0;
}
.inner-about__people p {
    margin-bottom: 0;
}
.inner-about__people img {
    margin-top: 32px;
}
.page-view__content .inner-about__people h3, .page-view__content .inner-about__people h4 {
    font-size: 15px;
    color: #fff;
    margin: 24px 0;
}
.page-view__content .inner-about__people h4 {
	font-size: 20px;
}
.inner-about__people__maintxt p {
    font-size: 14px;
    color: #fff;
    padding: 73px 56px;
    font-weight: 400;
    line-height: 35px;
}
.inner-about__awards .swiper-container {
    position: relative;
}
  .inner-about__awards  .overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.85);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
  .inner-about__awards  .overlay img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 12px;
      box-shadow: 0 0 20px #000;
    }
  .inner-about__awards  .overlay .close {
      position: absolute;
      top: 20px; right: 30px;
      color: #fff;
      font-size: 30px;
      cursor: pointer;
    }
.inner-about__awards .swiper-button-next:after, .inner-about__awards .swiper-rtl .swiper-button-prev:after, .inner-about__awards .swiper-button-prev:after, .inner-about__awards .swiper-rtl .swiper-button-next:after {
    color: #A7A3A3;
    font-size: 24px;
}
.inner-about__awards .swiper-slide img {
    width: 100%;
}
.inner-about__awards .img-wrapper-awards {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-about__awards .main-slider__btn {
    position: absolute;
    width: 100%;
    top: 48%;
}
.inner-about__awards__content {
    display: flex;
    align-items: center;
    justify-content: center;
	    gap: 30px;
}
.inner-about__awards {
	padding: 80px 0 160px 0;
}
.inner-about__awards__title h2 {
	font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 56px;
}
.inner-about__awards__title {
    margin: 0 0 56px 0;
}
/* End About Inner Page */

/* Start Services Inner Page */
.inner-services-page__top-info {
    padding: 80px 0;
}
.inner-services-page__top-info__main-right, .inner-services-page__top-info__main-left {
    flex: 0 0 50%;
}

.inner-services-page__top-info__main {
    display: flex;
    justify-content: center;
    width: 320px;
    margin: 0 auto;
    gap: 30px;
}
.inner-services-page__top-info__title h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: 56px;
}
.inner-services-page__child {
	padding-bottom: 64px;
}
.inner-services-page__child .service-excerpt {
    margin-top: 0;
    padding: 0 16px;
}
.inner-services-page__top-info__title {
    margin-bottom: 32px;
}
.inner-services-page__child h3.service-title {
	border-top: 1px solid #414141;
    padding-top: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.inner-services-page__child .service-item {
    margin-bottom: 64px;
}
/* .inner-services-page__child .service-item img {
    filter: brightness(0.5);
} */
.inner-services-page__child__link a {
    color: #fff;
    text-align: center;
	font-size: 14px;
    font-weight: 500;
    padding: 12px 40px;
    border: 1px solid #ffffff6b;
	transition: all 0.5s;
}
.inner-services-page__child__link a:hover {
    color: #999;
    border: 1px solid #fff;
}
.inner-services-page__child__link {
    margin-top: 32px;
    text-align: center;
}
.inner-services-page__last__inner__items:last-child {
    border: none;
}
.inner-services-page__top-info__main-right p, .inner-services-page__top-info__main-left p {
    width: 320px;
    margin: 0 auto;
}
.inner-services-page__last__inner__items {
    flex: 0 0 33.3333333%;
    text-align: center;
    border-left: 1px solid #999;
    line-height: 80px;
}
.inner-services-page__last__inner a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.inner-services-page__last__inner a:hover {
    color: #999;
}
.inner-services-page__banner {
	position: relative;
    margin-bottom: 80px;
    height: 400px;
    overflow: hidden;
}
.inner-services-page__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: bottom;
}
.inner-services-page__additional-content {
    margin-bottom: 80px;
}
.inner-services-page__last {
   position: absolute;
    width: 100%;
    bottom: 0;
}
.inner-services-page__last__inner {
    margin: 0 auto;
    width: 880px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-services-page__additional h2, .inner-services-page__additional h3 {
    color: #fff;
    line-height: 32px;
    font-size: 15px !important;
    font-weight: 400;
}
p.inner-services-page__additional__slogan {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
/* End Services Inner Page */


















/* Start Single Service */
.inner-services-items {
	padding: 80px 0;
}
.services-inner-content {
    margin-top: 80px;
	margin-bottom: 80px;
}
/* End Single Service */

/* Start Single Product */
body.single-product {
    padding-top: 112px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #282828; 
}
.single-product__gallery__full-display {
    width: 100% !important;
    float: none !important;
}
.single-product .product_meta a {
    color: #fff;
}
body.single-product.woocommerce div.product h1.product_title {
    font-size: 24px !important;
    font-weight: 600;
    color: #fff;
}
.summary.entry-summary p.price {
    color: green;
    margin: 32px 0;
    font-weight: 600;
    font-size: 16px;
}
.woocommerce div.product form.cart .variations select {
background-color: #383838;
    box-shadow: 2px 4px 8px #2b2a2a00;
    transition: all 300ms;
    line-height: 46px;
    padding: 0 16px;
    color: #fff;
    border: none;
}
.woocommerce-tabs ul.tabs.wc-tabs {
    display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    display: inline-block;
}
.woocommerce div.product form.cart .variations tr {
    display: block;
    margin-bottom: 16px;
}
.woocommerce div.product form.cart .variations label {
    font-size: 14px; 
}
.woocommerce div.product form.cart .button.disabled {
    background: #383838;
    padding: 16px 40px;
	border: 1px solid red;
	color: red;
}
.woocommerce .quantity .qty {
    color: #fff;
    background: #383838;
    border: none;
    font-size: 16px;
    line-height: 45px;
}
.woocommerce div.product .stock {
    color: #80b542;
}
.woocommerce span.onsale {
    border-radius: 0 !important;
    background: #383838 !important;
    width: 100px;
    top: 0 !important;
    right: 0 !important; 
}
/* .woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100%;
    float: unset;
}
.woocommerce div.product div.summary {
    float: unset;
    width: 100%;
} */
.woocommerce div.product .woocommerce-tabs .panel {
    display: block !important;
}
div#reviews h2, div#tab-additional_information h2, .after-summary-products h3, div#tab-description h2, .related.products h2, .upsells.products h2, .wp-block-woocommerce-cart-cross-sells-block h2 {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 32px;
    color: #fff;
}
div#tab-description {
    text-align: justify;
    border-top: 2px solid #c0c0c038;
    padding: 32px 0 0 0;
}
div#tab-additional_information {
    border-top: 2px solid #c0c0c038;
    border-bottom: 2px solid #c0c0c038;
    padding: 32px 0;
}
div#reviews {
    border-bottom: 2px solid #c0c0c038;
    padding: 32px 0;
}
th.woocommerce-product-attributes-item__label, th.woocommerce-product-attributes-item__value a {
    color: #fff;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
    width: 100%;
}
.woocommerce .after-summary-products {
	float: left;
	width: 48%;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 15%;
    height: 92px;
    margin-left: 8px;
    margin-top: 32px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}

.woocommerce table.shop_attributes {
    border-top: 1px solid #414141; 
}
.woocommerce table.shop_attributes th {
    border-right: 1px solid #414141;
    border-bottom: 1px solid #414141;
}
.woocommerce table.shop_attributes td {
    border-bottom: 1px solid #414141;
    border-right: 1px solid #414141;
    border-left: 1px solid #414141;
    padding: 0 16px;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #323232;
	    font-style: normal;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #323232;
	    font-style: normal;
}
.woocommerce table.shop_attributes td a, .woocommerce table.shop_attributes td p {
    color: #fff;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    border: none;
    background: #323232;
    height: 160px;
    color: #fff;
}
.woocommerce p.stars a:before {
    font-size: 18px;
}
.woocommerce p.stars a {
    color: #999; 
}
div#review_form span#reply-title {
    font-size: 16px;
    border-bottom: 1px solid #9999994f;
    display: inline-block;
    margin-bottom: 32px;
    padding-bottom: 8px;
}
div#review_form {
    margin-top: 32px;
}
.comment-form-rating {
    display: flex;
}
.comment-form-rating label#comment-form-rating-label, .comment-form-comment label {
	color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.woocommerce #review_form #respond p.stars {
    margin-right: 16px;
}
.woocommerce p.stars a {
    color: #fff;
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}
.woocommerce p.stars a:before {
    font-size: 18px;
}
.woocommerce .up-sells ul.products li.product a img, .woocommerce .related.products ul.products li.product a img {
    height: 160px;
}
.woocommerce .related .star-rating,
.woocommerce .upsells .star-rating {
    display: none !important;
}
.woocommerce-product-details__short-description h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #fff;
}
.woocommerce-product-details__short-description {
    width: 100%;
    float: none;
}
.woocommerce div.product .summary form.cart {
    width: 100%;
    float: none;
}
.woocommerce-product-details__short-description .wp-caption {
    display: inline-block;
}
.woocommerce div.product p.stock.out-of-stock {
    display: none;
}
.custom-product-section-end {
    padding: 80px 0;
    text-align: center;
    margin-bottom: 80px;
    border-bottom: 2px solid #494949;
    font-size: 15px;
    color: #fff;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
	color: #fff;
}
.woocommerce div.product a.reset_variations {
    color: #999;
    border-bottom: 1px solid;
}
.woocommerce-product-details__short-description a.set-products {
    background: #323232;
    padding: 15px;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.woocommerce div.product form.cart .variations select:focus {
    background: #474747;
}
span.sku_wrapper {
    display: none;
}
/* End Single Product */

/* Start Shop Page */
.product_list .page-title {
    position: absolute;
    top: 182px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    right: 0;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
	margin-top: 32px;
    line-height: 30px;
    color: #939393;
}
.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
    color: #fff;
}
.product_wrapper__main-shop__products {
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
}

.product_wrapper__main-shop__filters {
    padding: 16px;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    background: #323232;
    margin-right: 16px;
	height: 580px;
}
.product_wrapper__main-shop {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.rtl .inner-page-shop-filters  .wc-block-components-price-slider__range-input-progress, .inner-page-shop-filters  .wc-block-components-price-slider__range-input-progress {
	--track-background: linear-gradient(to left, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), 	      transparent 0) no-repeat 0 100% / 100% 100%;
    --range-color: #80B542;
    background: var(--track-background);
}
.woocommerce .product_list .woocommerce-ordering, .woocommerce-page .product_list .woocommerce-ordering {
    margin-bottom: 30px;
    display: block;
}
.woocommerce .product_list .woocommerce-ordering select {
    background: #323232;
    border: none;
    color: #fff;
    height: 48px;
    padding: 0 8px;
}
.product_list .woocommerce-result-count {
    display: none;
}
.inner-page-shop-filters {
    margin-bottom: 16px;
}
.inner-page-shop-categories {
    border-bottom: 1px solid #A7A3A3;
}
.custom-product-section-end__inner a:hover {
    color: #80b542;
}
.custom-product-section-end__inner a {
    display: block;
    color: #fff;
	transition: all 0.5s;
}
.custom-product-section-end__inner img {
    width: 80px;
    margin: 0 auto 32px auto;
}
.inner-page-shop-filters h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}
.inner-page-shop-filters ul li a {
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    font-weight: 300;
}
.product_wrapper {
    margin-bottom: 80px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    border-top: 1px solid #414141;
    padding-top: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
	color: #fff;
    font-weight: 400;
    font-size: 15px !important;
}
.woocommerce ul.products li.product a img {
    height: 320px;
    object-fit: cover;
    width: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    background: #323232;
    padding: 16px; 
}
.woocommerce ul.products li.product .woocommerce-loop-category__title mark.count {
	background-color: #323232;
    color: #fff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #323232;
    color: #ffffff;
}
/* End Shop Page */

/* Start Myaccount Page */
.woocommerce-MyAccount-navigation ul li a {
    color: #FFF;
    font-size: 16px;
    line-height: 48px;
}
.woocommerce-MyAccount-content a {
    color: #fff;
    font-weight: 600;
}
.woocommerce-account p.lost_password a {
    color: #ffffff !important;
}
/* End Myaccount Page */

/* Start Mini Cart */
.wp-block-woocommerce-mini-cart-contents {
    background: #282828;
    overflow-x: hidden;
}
h2.wc-block-mini-cart__title {
    font-size: 18px !important;
    color: #fff;
}
.wc-block-mini-cart__items .wc-block-cart-item__wrap a {
    color: #fff;
}
.wc-block-components-quantity-selector {
    border: 1px solid #d2d2d2 !important;
    border-radius: 0;
}
.woocommerce-account .wc-block-components-button:not(.is-link).outlined:hover {
    background-color: #424242;
    color: #fff;
    opacity: 1;
}
.wc-block-mini-cart__items .wc-block-cart-item__wrap {
    color: #d2d2d2;
    line-height: 30px;
}
.wc-block-mini-cart__footer-actions a {
    border: 1px solid #ffffff6b;
    color: #fff !important;
    font-size: 12px;
    padding: 16px 0 !important;
	box-shadow: none;
}
.wc-block-components-totals-item__description {
    color: #d2d2d2;
    margin-top: 16px;
}
.wc-block-components-totals-item__label {
    color: #d2d2d2;
}

/* End Mini Cart */

/* Start Cart Page */
.wc-block-components-totals-shipping .wc-block-components-totals-item__value strong:contains("رایگان") {
  display: none;
}
.wc-block-components-checkbox__label a {
    color: #fff;
    font-weight: 600;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 100%;
}
.woocommerce-order-details td.woocommerce-table__product-name.product-name a {
    color: #fff !important;
}
.woocommerce-cart .page-view__wrapper, .woocommerce-checkout .page-view__wrapper, .woocommerce-account .page-view__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 232px;
    position: relative;
    border: #323232;
    background: #323232;
    padding: 32px;
}
.woocommerce-cart .page-view__wrapper h2.wc-block-cart__totals-title {
    font-size: 14px !important;
}
.woocommerce-checkout .page-view__wrapper table.woocommerce-table.shop_table, .woocommerce-checkout .page-view__wrapper .woocommerce-customer-details address {
    border: 1px solid #a7a3a35e;
    border-radius: 0;
}
.woocommerce-checkout .page-view__wrapper table.shop_table td, .woocommerce-checkout .page-view__wrapper table.shop_table tfoot th {
    border-top: 1px solid #a7a3a35e;
}
.woocommerce-checkout .page-view__wrapper table.shop_table td:first-child,  .woocommerce-checkout .page-view__wrapper table.shop_table tfoot th {
	border-left: 1px solid #a7a3a35e;
}
.woocommerce-checkout .page-view__wrapper h2.woocommerce-order-details__title, .woocommerce-checkout .page-view__wrapper h2.woocommerce-column__title {
    color: #fff !important;
    margin: 32px 0 24px 0;
}
.woocommerce-checkout .woocommerce-table__product-name.product-name .wc-item-meta {
	max-width: 200px;
}
.woocommerce-checkout .woocommerce-table__product-name.product-name .wc-item-meta li {
    line-height: 32px !important;
    margin: 8px 0;
    display: block !important;
    max-width: 200px;
}
.woocommerce-cart .page-view__wrapper, .woocommerce-checkout .page-view__wrapper, .woocommerce-account .page-view__wrapper {
    margin-bottom: 80px;
}
.woocommerce-cart .page-view__wrapper .wc-block-cart-items th {
    font-size: 16px;
    color: #fff;
}
.woocommerce-cart .page-view__wrapper a.wc-block-components-product-name {
    color: #fff;
    font-size: 14px;
}
.woocommerce-cart .page-view__wrapper .wc-block-components-product-metadata ul li {
    font-size: 13px;
    color: #d2d2d2;
}

.woocommerce-cart .page-view__wrapper .wc-block-components-product-metadata ul {
    display: flex;
    align-items: center;
    gap: 16px;
}
.woocommerce-cart .page-view__wrapper .wc-block-components-quantity-selector {
    font-size: 14px;
    background: #282828;
}
.woocommerce-cart .page-view__wrapper .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    font-size: 16px; 
}
.woocommerce-cart .page-view__wrapper button.wc-block-cart-item__remove-link {
    font-size: 14px;
    color: #d2d2d2;
}
.woocommerce-cart .page-view__wrapper .wc-block-components-main {
    border: 1px solid #ffffff6b;
    padding: 8px;
}
table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: 18px;
}
.woocommerce-cart .page-view__wrapper .wc-block-cart__totals-title {
    font-size: 16px;
    color: #fff;
    margin-top: 8px;
}
.woocommerce-cart .page-view__wrapper .wc-block-components-panel__button {
    color: #d2d2d2;
    font-size: 13px;
}
.woocommerce-cart .page-view__wrapper .wc-block-components-totals-coupon__button {
    border: none;
    font-size: 13px;
    background: #282828;
    color: #d2d2d2;
}
.woocommerce-cart .page-view__wrapper #wc-block-components-totals-coupon__input-coupon {
    height: 100%;
    border: none;
}
.woocommerce-cart .page-view__wrapper .wp-block-woocommerce-cart-order-summary-totals-block {
    font-size: 14px;
    color: #fff;
    border: 1px solid #d2d2d2;
}
.woocommerce-cart .page-view__wrapper  .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper {
	border: none;
	margin: 0;
}
.woocommerce-cart .page-view__wrapper  .wc-block-components-totals-wrapper {
    font-size: 14px;
    color: #fff;
    border: 1px solid #d2d2d2;
    margin: 16px 0;
	padding: 0 16px;
}
.woocommerce-cart .page-view__wrapper .wc-block-cart__submit-container a {
    background: #282828;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}
.wc-block-components-totals-wrapper span {
    font-size: 14px !important;
}
.woocommerce-cart .wc-block-grid__product-title {
    border-top: 1px solid #414141;
    padding-top: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.woocommerce-cart a.wp-block-button__link.add_to_cart_button {
    border-radius: 0;
    transition: 0.3s;
    font-size: 13px !important;
    background: #282828;
    color: #fff;
    border: 1px solid #414141;
    font-weight: 500;
}
.woocommerce-cart .wc-block-grid__product-price.price {
    color: #d2d2d2;
    font-size: 13px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid #282828;
    background: #282828 !important;
    border-radius: 0;
}
.woocommerce-checkout .wc-block-components-address-card, .woocommerce-checkout .wc-block-components-radio-control-accordion-option{
    border-radius: 0;
    border: 1px solid #414141; 
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    background: #282828;
    max-width: 160px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px !important;
    color: #80b542;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #80b542;
}
/* .wc-block-components-totals-shipping {
    padding: 0 16px;
} */
/* End Cart Page */

/* Start Archive Projects */
.archive-projects__wrapper {
    margin: 96px 0;
}
.archive-projects__content__item {
    align-items: center;
    margin-bottom: 80px;
}
.archive-projects__content__item:nth-child(2n+1) {
    flex-direction: row-reverse;
}
.archive-projects__content__item__thumbnail img {
    width: 100%;
    height: auto;
}
.archive-projects__content__item__txt h2 {
    color: #fff;
    margin-bottom: 40px;
	font-size: 20px;
}

.archive-projects__content__item__txt {
    padding: 64px;
    transform: translateX(-230px);
    width: 600px;
    background: #282828;
}
.archive-projects__content__item:nth-child(2n+1) .archive-projects__content__item__txt {
        transform: translateX(0);
}
.archive-projects__content__item__txt p {
    text-align: justify;
    line-height: 35px;
    font-weight: 300;
}
.archive-projects__content__item__txt__link {
    margin-top: 40px;
}
.archive-projects__content__item__txt__link a:hover {
    background-color: #80B542;
}
.archive-projects__content__item__txt__link a {
    padding: 8px 40px;
    color: #fff;
    font-size: 14px;
	transition: all 0.5s;
    border: 1px solid #6c6c6c;
    font-weight: 300;
}

/* End Archive Projects */

/* Start Single Project */
.single-view__projects {
    padding: 80px 0;
}
.single-projects .single-view__title h2 {
	    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
/* End Single Project */

/* Start Archive Blogs */
.pagination_items span span, .pagination_items a span {
    font-size: 14px;
    color: #fff;
    border: 1px solid #414141;
    width: 40px;
    display: inline-block;
    height: 40px;
    align-items: center;
    line-height: 40px;
}
.pagination_items {
    text-align: center;
	margin-top: 80px;
}
nav.navigation.pagination a, nav.navigation.pagination span {
    color: #fff;
    border: 1px solid #414141;
    display: inline-block;
    width: 40px;
    line-height: 40px;
}
.paginate {
    text-align: center;
}
.paginate i.md.md-arrow-right {
    font-style: normal;
    content: "";
    position: absolute;
    background: #ff000000;
    width: 5px;
    height: 5px;
    top: 17px;
    right: 18px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-135deg);
}
.paginate i.md.md-arrow-left {
    font-style: normal;
    content: "";
    position: absolute;
    background: #ff000000;
    width: 5px;
    height: 5px;
    top: 17px;
    right: 18px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}
.paginate a {
	position: relative;
}
nav.navigation.pagination span.change_page {
    border: none;
}
nav.navigation.pagination {
    align-items: center;
    justify-content: center;
    color: #fff;
}
/* body.category.category-blogs {
    padding-top: 112px;
} */
body.category.category-blogs .main-blogs__inner__items__img {
	display: block;
}
body.category.category-blogs .archive__wrapper {
    padding: 96px 0;
}
.archive.archive-view {
    padding-bottom: 80px;
}
.archive__list__content .main-blogs__inner__items__title p {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    text-align: justify;
}
/* .archive__list__content .main-blogs__inner__items__link {
    margin-top: 32px;
} */
.archive__list__content .main-blogs__inner__items__link:before {
    height: 218px;
}
/* End Archive Blogs */

/* Start Single Blog */
/* body.single.single-post {
    padding-top: 112px;
} */
/* End Single Blog */
/* Start Comment */
.comment-section__filds textarea.form-control {
    background: #323232;
}
.comment-section__comments-form .btn, .comment-section__comments-form input {
    color: #fff;
    background-color: #323232;
	border-radius: 0;
    margin-top: 24px;
}
.comment-section__comments-form .form-control[readonly] {
    background-color: #323232;
}
.comment-section__comments-form a#cancel-comment-reply-link {
    color: #fff;
    display: inline-block;
}
ul.comment-section__comments__list ul.children {
    padding-right: 40px; 
}
.comment-section__comments__list__item__sec__body__header a {
    color: #fff;
}
.comment-section__comments-form a.comment-reply-link {
    color: #999;
    font-weight: 600;
}
.comment-section__filds textarea.form-control::placeholder, .comment-section__filds textarea.form-control {
	color: #939393;
}
.comment-section__comments__list__item__sec {
    border: 1px solid #939393;
    border-radius: 0;
}
.comment-section h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 24px;
}
.comment-section__comments__list__item__sec__body__reply {
    text-align: left;
}
.comment-section__comments__list__item__sec__body__reply a {
    color: #d2d2d2;
    font-size: 11px;
    font-weight: 600;
}
.comment-form-comment textarea {
    background: #323232;
    width: 100%;
    color: #fff;
    border-radius: 0;
    height: 200px;
}
.comment-section .form-submit input#submit {
    border-radius: 0;
    transition: 0.3s;
    font-size: 13px;
    background: #282828;
    color: #fff;
    border: 1px solid #414141;
    text-align: center;
    padding: 8px 40px;
    font-weight: 500;
    line-height: 28px;
}
.comment-section .logged-in-as a {
    color: #fff;
    font-weight: 600;
}
.comment-section p.comment-form-author, .comment-section p.comment-form-email, .comment-section p.comment-form-url {
    display: inline-block;
}
.comment-section input {
    background: #323232 !important;
    color: #fff !important;
    border-radius: 0;
	border: 1px solid #414141;
}
.comment-section .form-submit input#submit:hover {
    color: #fff;
    background-color: #80B542 !important;
}
/* End Comment */

/* Start FAQ Page */
.inner-faq-page {
    margin-bottom: 80px;
}

.faq-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.faq-question {
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    color: #d2d2d2;
    font-size: 14px;
}

.faq-question .plus {
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 10px 0;
    color: #ffffff;
    font-size: 14px;
}
.page-view__content .inner-faq-page__des h2 {
    margin-top: 80px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px;
}
/* End FAQ Page*/

/* Start Product tag */
.ma-de-page-inner {
    padding: 80px 0;
}
/* End Product tag */

/* Start Forms */
.gform_wrapper .gfield_label, .gform_wrapper .gform-field-label {
    color: #fff !important;
}
.gform_wrapper .gform_button, .gform_wrapper button {
    background: #323232 !important;
    border: 1px solid #d2d2d28f !important;
    padding: 8px 40px !important;
    line-height: 32px !important;
    border-radius: 0 !important;
}
/* End Forms */
body strong {
	font-weight: 600;
}
/* End Deco */
.cat-shape {
  padding: 80px 0 30px;
  position: relative;
  overflow: hidden; }
.cat-shape__wrapper {
    position: relative;
    transform: rotate(-45deg);
    margin-right: -90px; }
.cat-shape__row {
    display: flex;
    justify-content: center; }
.cat-shape__row--end {
      align-items: flex-end; }
.cat-shape__row--right {
      justify-content: flex-start; }
.cat-shape__item {
    margin: 10px;
    background-color: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    border-radius: 5px; }
.cat-shape__item:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      background-color: #8B0000;
      z-index: 1; }
.cat-shape__item:hover:before {
      opacity: 0.5; }
.cat-shape__item > a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10; }
.cat-shape__item__image {
      transform: rotate(45deg) translateX(50px); }
.cat-shape__item__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        display: block; }
.cat-shape__item__content {
      z-index: 5;
      width: 240px;
      transform: rotate(45deg) translateX(50px); }
.cat-shape__item__content h3 {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0 0 10px #000;
        line-height: 30px;
        margin-top: -15px; }
.cat-shape__item--wide {
      width: 410px;
      height: 200px; }
.cat-shape__item--wide .cat-shape__item__image {
        position: absolute;
        top: -95%;
        right: -5%;
        width: 500px;
        height: 500px; }
.cat-shape__item--wide .cat-shape__item__content {
        position: absolute;
        top: 32%;
        right: 32%; }
.cat-shape__item--wide-small {
        height: 133.33333px;
        width: 200px; }
.cat-shape__item--square {
      width: 200px;
      height: 200px; }
.cat-shape__item--square .cat-shape__item__image {
        position: absolute;
        top: -43%;
        right: -8%;
        width: 300px;
        height: 300px; }
.cat-shape__item--square .cat-shape__item__content {
        position: absolute;
        top: 32%;
        right: 10%; }
.cat-shape__item--square-small {
        width: 133.33333px;
        height: 133.33333px; }
.cat-shape__item--square-small .cat-shape__item__image {
          position: absolute;
          top: -55%;
          right: 0;
          width: 200px;
          height: 200px; }
.cat-shape__item--square-small .cat-shape__item__content {
          position: absolute;
          top: 22%;
          right: -12%; }
.cat-shape__item--square-small-mr {
          margin-right: -50px; }
.cat-shape__item--square-tall {
        width: 200px;
        height: 500px; }
.cat-shape__item--square-tall-mt-h {
          margin-top: -400px; }
.cat-shape__item--square-tall .cat-shape__item__image {
          position: absolute;
          top: -8%;
          right: -58%;
          width: 500px;
          height: 500px; }
.cat-shape__item--square-tall .cat-shape__item__content {
          position: absolute;
          top: 42%;
          right: 10%; }
.cat-shape__item--square-ml {
        margin-left: 230px; }
.cat-shape__item--square-mr {
        margin-right: 150px; }
.trust-customer {
  padding: 40px 0;
  position: relative;
  overflow: hidden; }
.trust-customer__wrapper {
    padding: 0 60px; }
.trust-customer__item {
    height: 300px;
    position: relative;
    transform: skew(-30deg);
    transition: 0.3s; }
.trust-customer__item:before {
      content: '';
      position: absolute;
      top: 30px;
      right: 10px;
      bottom: 30px;
      left: 10px;
      border-radius: 50px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      z-index: 1; }
.trust-customer__item__content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 15px; }
.trust-customer__item__content * {
        transform: skew(30deg); }
.trust-customer__item__content i {
        margin-bottom: 20px;
        display: block;
        font-size: 70px;
        color: #80B542; }
.trust-customer__item__content h3 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 20px; }
.trust-customer__item__content p {
        margin-bottom: 0;
        line-height: 25px;
        color: #999; }
.trust-customer__item--first:after {
      content: '';
      position: absolute;
      right: -130px;
      bottom: 0;
      border-width: 90px 0 0 100px;
      border-style: solid;
      border-color: transparent transparent transparent #80B542; }
.trust-customer__item--last:after {
      content: '';
      position: absolute;
      top: 0;
      left: -130px;
      border-width: 90px 0 0 100px;
      border-style: solid;
      border-color: #80B542 transparent transparent transparent; }
.product-slider {
  position: relative;
  overflow: hidden;
  padding: 40px 0; }
.product-slider .container {
    position: relative; }
.product-slider .container:before {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      width: 1000%;
      background-color: rgba(255, 255, 255, 0.9);
      z-index: 5; }
.product-slider .container:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      width: 1000%;
      background-color: rgba(255, 255, 255, 0.9);
      z-index: 5; }
.product-slider__item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 5px; }
.product-slider__item > a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 9; }
.product-slider__item__image {
      height: 230px;
      position: relative; }
.product-slider__item__image:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: 0.3s;
        opacity: 0;
        background-color: #80B542; }
.product-slider__item__image img {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
.product-slider__item__content {
      background-color: #fff;
      padding: 5px 15px;
      position: relative;
      z-index: 5; }
.product-slider__item__content:before {
        content: '';
        position: absolute;
        top: -10px;
        right: -10px;
        left: -10px;
        height: 30px;
        background-color: #fff;
        transform: rotate(-5deg);
        z-index: -1; }
.product-slider__item__content__title {
        margin-bottom: 10px; }
.product-slider__item__content__title h2 {
          font-size: 13px;
          font-weight: 600;
          line-height: 25px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
.product-slider__item__content__price {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between; }
.product-slider__item__content__price span {
          font-size: 17px;
          line-height: 15px;
          font-weight: 600;
          text-align: left; }
.product-slider__item__content__price span:first-child {
            text-decoration: line-through;
            color: #888;
            text-align: right;
            font-size: 13px; }
.product-slider__item__content__price span small {
            font-size: 10px;
            margin-right: 3px;
            display: block; }
.product-slider__item:hover {
      box-shadow: 0 0 35px rgba(0, 0, 0, 0.1); }
.product-slider__item:hover .product-slider__item__image:before {
        opacity: 0.4; }
.product-slider .swiper-container {
    padding: 20px;
    margin: 0 -20px;
    overflow: visible; }
.product-slider .swiper-wrapper {
    align-items: center; }
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px; }
.section-title h3 {
    line-height: 25px;
    font-size: 18px;
    font-weight: 600; }
.social-home {
  padding: 60px 0; }
.social-home__wrapper {
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px; }
.social-home__item {
    width: 80px;
    height: 80px;
    margin: 0 30px;
    border-radius: 5px;
    transform: rotate(-45deg);
    transition: 0.3s;
    background-color: #fff;
    border: 1px solid #ddd; }
.social-home__item a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: 0.3s;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      z-index: 2;
      color: #999; }
.social-home__item a i {
        display: block;
        transform: rotate(45deg);
        font-size: 35px; }
.social-home__item--big {
      width: 130px;
      height: 130px;
      margin: 0 40px; }
.social-home__item--big a i {
        font-size: 45px; }
.social-home__item:hover {
      border-color: #888; }
.social-home__item .color-instagram {
      background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
.social-home__item .color-whatsapp {
      color: #25D366; }
.social-home__item .color-telegram {
      color: #0088cc; }
.social-home__item .color-twitter {
      color: #1da1f2; }
.social-home__item .color-aparat {
      color: #ef3087; }
.social-home__caption {
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px; }
.brdcrumb,
.breadcrumb {
  margin-bottom: 20px; }
.brdcrumb ul,
  .breadcrumb ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
.brdcrumb ul li,
    .breadcrumb ul li {
      margin-left: 10px;
      padding-left: 15px;
      position: relative;
      line-height: 30px; }
.brdcrumb ul li:before,
      .breadcrumb ul li:before {
        content: '/';
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        text-align: center;
        line-height: inherit;
        color: #80B542; }
.brdcrumb ul li:last-child,
      .breadcrumb ul li:last-child {
        margin-left: 0;
        padding-left: 0; }
.brdcrumb ul li:last-child:before,
        .breadcrumb ul li:last-child:before {
          display: none; }
.brdcrumb ul li a,
      .breadcrumb ul li a {
        transition: 0.3s; }
span.separator {
    padding-left: 4px;
}
.breadcrumbs .breadcrumbs {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
.breadcrumbs ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumbs li {
/*     margin-left: 10px; */
    position: relative; }
.breadcrumbs li.separator, .breadcrumbs li.item-current {
      color: #80B542; }
.breadcrumbs li:last-child {
      margin-left: 0;
      padding-left: 0; }
.breadcrumbs li a {
/*       display: block; */
	color: #fff;
      transition: 0.3s; }
.page-view__title {
  margin-bottom: 40px;
  text-align: center; }
.page-view__title h1 {
    font-size: 20px;
    font-weight: 600; }
.page-view__content {
  line-height: 40px;
  text-align: justify; }
.page-view__content h2, .page-view__content h3, .page-view__content h4, .page-view__content h5, .page-view__content h6 {
    margin: 0 0 15px;
    font-size: 16px; }
.page-view__content--404 {
    height: 100px;
    margin-top: 80px;
    text-align: center;
}
.page-view__content--404 a {
    font-size: 16px;
    color: #fff;
    padding: 8px 40px;
    display: inline-block;
    border: 1px solid #fff;
}
.myaccount p {
  line-height: 25px;
  text-align: justify; }
.myaccount__content {
  display: flex;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 50px;
  overflow: hidden; }
.myaccount__image {
  width: 50%; }
.myaccount__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }
.myaccount__form {
  width: 50%;
  padding: 15px; }
.myaccount__form > h2 {
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px; }
.myaccount__form__change {
    line-height: 35px;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-weight: 600;
    font-size: 13px;
    border-top: 1px solid #ddd;
    color: #80B542; }
.myaccount__wrapper {
  display: none;
  padding-bottom: 50px;
  position: relative; }
.myaccount__wrapper.active {
    display: block; }
.myaccount__wrapper > h2 {
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ddd; }
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  margin-bottom: 20px;
  justify-content: center;
  display: flex;
  align-items: center; }
body.archive.woocommerce .woocommerce-breadcrumb, body.archive.woocommerce-page .woocommerce-breadcrumb {
    margin: 0 !important;
}
.woocommerce .woocommerce-breadcrumb a,
  .woocommerce-page .woocommerce-breadcrumb a {
    position: relative;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px; }
.woocommerce .woocommerce-breadcrumb a:before, .woocommerce .woocommerce-breadcrumb a:after,
    .woocommerce-page .woocommerce-breadcrumb a:before,
    .woocommerce-page .woocommerce-breadcrumb a:after {
      content: ' '; }
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
  margin: 0; }
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: none;
  margin: 0; }
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
    border-radius: 0;
    transition: 0.3s;
    font-size: 13px;
    background: #282828;
    color: #fff;
    border: 1px solid #414141;
    text-align: center;
    padding: 16px 40px;
    font-weight: 500; }
.woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce-page #respond input#submit:hover,
  .woocommerce-page a.button:hover,
  .woocommerce-page button.button:hover,
  .woocommerce-page input.button:hover {
    color: #fff;
    background-color: #80B542; }
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0; }
.woocommerce button.button.alt,
.woocommerce-page button.button.alt {
  background-color: #fff;
  color: #80B542;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.woocommerce div.product form.cart button.single_add_to_cart_button,
.woocommerce-page div.product form.cart button.single_add_to_cart_button { 
	    background-color: #383838;
    color: #80b542;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #80b542;
    padding-top: 16px;
    padding-bottom: 16px;
}
.woocommerce button.button.alt:hover,
  .woocommerce-page button.button.alt:hover {
    background-color: #80B542;
    color: #fff; }
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  margin: 0 0 1rem;
  display: block;
  padding: 0; }
.woocommerce .form-row,
.woocommerce-page .form-row {
  margin: 0 0 1rem;
  display: block;
  padding: 0; }
.woocommerce__account,
.woocommerce-page__account {
  display: flex;
  padding-bottom: 50px; }
.woocommerce__account__navigation,
  .woocommerce-page__account__navigation {
    float: none;
    width: 25%;
    border-left: 1px solid #ddd; }
.woocommerce__account__navigation ul li,
    .woocommerce-page__account__navigation ul li {
      line-height: 45px; }
.woocommerce__account__navigation ul li a,
      .woocommerce-page__account__navigation ul li a {
        display: block;
        font-weight: 600;
        font-size: 14px;
        padding: 0 15px;
        border-radius: 0 5px 5px 0; }
.woocommerce__account__navigation ul li.is-active a,
      .woocommerce-page__account__navigation ul li.is-active a {
        background-color: #f5f5f5; }
.woocommerce__account__content,
  .woocommerce-page__account__content {
    float: none;
    width: 75%;
    padding-right: 30px; }
.woocommerce__account__content .form-row,
    .woocommerce-page__account__content .form-row {
      display: block;
      padding: 0;
      margin: 0 0 1rem; }
.woocommerce__account__address__item,
  .woocommerce-page__account__address__item {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 30px; }
.woocommerce__account__address__item__title,
    .woocommerce-page__account__address__item__title {
      border-bottom: 1px solid #eee;
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      padding-bottom: 10px; }
.woocommerce__account__address__item__title h5,
      .woocommerce-page__account__address__item__title h5 {
        font-size: 14px;
        font-weight: 600; }
.woocommerce__account__address__item__title a,
      .woocommerce-page__account__address__item__title a {
        font-size: 11px;
        color: #80B542; }
.woocommerce__account__address__item address,
    .woocommerce-page__account__address__item address {
      margin-bottom: 0;
      font-size: 13px;
      line-height: 30px;
      text-align: justify; }
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px; }
.woocommerce .page-view__wrapper h2, .woocommerce .page-view__wrapper h3, .woocommerce .page-view__wrapper h4,
.woocommerce-page .page-view__wrapper h2,
.woocommerce-page .page-view__wrapper h3,
.woocommerce-page .page-view__wrapper h4 {
  font-weight: 600;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px; }
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding: 0 15px; }
.select2-container .select2-selection--single {
  height: 40px; }
.select2-container--default .select2-selection--single {
  background-color: #f1f1f1;
  border: none;
  border-radius: 5px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    color: #000; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  line-heigh: 35px;
  border: none;
  background-color: #f1f1f1; }
.select2-container .select2-dropdown {
  margin-top: 40px;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 10px 10px; }
.woocommerce-mini-cart {
  position: relative; }
.woocommerce-mini-cart__empty-message {
    text-align: center; }
.woocommerce-mini-cart__total {
    position: absolute;
    right: 15px;
    bottom: 65px;
    left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
.woocommerce-mini-cart__total .woocommerce-Price-amount {
      font-size: 15px;
      font-weight: 600; }
.woocommerce-mini-cart__total .woocommerce-Price-amount span {
        float: left;
        margin-right: 5px; }
.woocommerce-mini-cart__buttons {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px; }
.woocommerce-mini-cart__item {
    position: relative;
    margin: 0 -3px; }
.woocommerce-mini-cart__item__content {
      display: flex;
      position: relative;
      padding: 3px 3px 3px 15px;
      border-radius: 3px; }
.woocommerce-mini-cart__item__content > a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
.woocommerce-mini-cart__item__image {
      width: 60px;
      height: 60px;
      margin-left: 10px; }
.woocommerce-mini-cart__item__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
        border-radius: 3px; }
.woocommerce-mini-cart__item__title {
      width: calc(100% - 70px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 5px 0; }
.woocommerce-mini-cart__item__title > span {
        display: block; }
.woocommerce-mini-cart__item__title > span:first-child {
          font-weight: 600; }
.woocommerce-mini-cart__item > a {
      position: absolute;
      top: 50%;
      bottom: 0;
      left: 5px;
      transform: translateY(-50%); }
.woocommerce-mini-cart__item:hover .woocommerce-mini-cart__item__content {
      background-color: #f5f5f5; }
/* .category {
  padding: 15px 0; } */
.category__header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; }
.category__header h1 {
      font-size: 20px;
      font-weight: 600; }
.category__filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    color: #777; }
.category__filter .woocommerce-notices-wrapper {
      display: none; }
.category__filter select {
      border: 1px solid #ddd;
      background-color: #fff;
      border-radius: 3px;
      padding: 0 10px;
      line-height: 35px;
      height: 35px;
      color: #666;
      font-size: 11px; }
.category__product-item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 65px; }
.category__product-item > a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 9; }
.category__product-item__image {
      height: 230px;
      position: relative; }
.category__product-item__image:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: 0.3s;
        opacity: 0;
        background-color: #80B542; }
.category__product-item__image img {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
.category__product-item__content {
      background-color: #fff;
      padding: 5px 15px;
      position: relative;
      z-index: 5; }
.category__product-item__content:before {
        content: '';
        position: absolute;
        top: -10px;
        right: -10px;
        left: -10px;
        height: 30px;
        background-color: #fff;
        transform: rotate(-5deg);
        z-index: -1; }
.category__product-item__content__title {
        margin-bottom: 10px; }
.category__product-item__content__title h2 {
          font-size: 13px;
          font-weight: 600;
          line-height: 25px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
.category__product-item__content__price {
        margin-bottom: 10px;
        display: flex;
        justify-content: flex-end; }
.category__product-item__content__price__regular {
          text-decoration: line-through;
          color: #888;
          text-align: right;
          font-size: 13px;
          margin-left: auto; }
.category__product-item__content__price span {
          font-size: 17px;
          line-height: 15px;
          font-weight: 600;
          text-align: left; }
.category__product-item__content__price span small {
            font-size: 10px;
            margin-right: 3px;
            display: block; }
.category__product-item:hover {
      box-shadow: 0 0 35px rgba(0, 0, 0, 0.1); }
.category__product-item:hover .category__product-item__image:before {
        opacity: 0.4; }
.category__pagination {
    margin-bottom: 30px;
    text-align: center; }
.category__pagination > ul {
      display: flex;
      align-items: center;
      justify-content: center; }
.category__pagination > ul > li {
        margin: 0 10px; }
.category__pagination > ul > li a {
          line-height: 35px;
          min-width: 35px;
          text-align: center;
          display: block;
          position: relative;
          font-size: 14px;
          font-weight: 600;
          transform: rotate(-45deg);
          background-color: #f3f3f3;
          border-radius: 5px; }
.category__pagination > ul > li a span {
            transform: rotate(45deg);
            display: block; }
.category__pagination > ul > li.active a {
          background-color: #80B542;
          color: #fff; }
.product-detail__image {
  height: 500px;
  position: relative;
  margin-bottom: 65px; }
.product-detail__image__main-slider {
    height: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden; }
.product-detail__image__main-slider .swiper-container {
      height: 100%; }
.product-detail__image__thumb-slider {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    height: 100px; }
.product-detail__image__thumb-slider .swiper-wrapper {
      padding: 15px 0;
      justify-content: center; }
.product-detail__image__thumb-slider .swiper-slide {
      width: 70px;
      height: 70px;
      margin: 0 18px;
      transform: rotate(-45deg);
      border-radius: 5px;
      overflow: hidden;
      cursor: pointer;
      background-color: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.product-detail__image__thumb-slider .swiper-slide img {
        transform: rotate(45deg) scale(1.5);
        display: block;
        opacity: 0.6; }
.product-detail__image__thumb-slider .swiper-slide-thumb-active img {
        opacity: 1; }
.product-detail__image .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
.product-detail__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.product-detail__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
.product-detail__title h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px; }
.product-detail__review {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative; }
.product-detail__review > span {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 300;
    color: #656565;
    line-height: 20px;
    position: relative;
    top: 3px; }
.product-detail__review i {
    font-size: 18px;
    color: #e0e0e0;
    width: 18px;
    line-height: 20px;
    text-align: center;
    display: block; }
.product-detail__review input {
    display: none; }
.product-detail__review input:checked + label i,
    .product-detail__review input:checked ~ label i {
      color: #80B542; }
.product-detail__review label {
    cursor: pointer; }
.product-detail__review label:hover ~ label i, .product-detail__review label:hover i {
      color: #80B542; }
.product-detail__review__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 90px;
    height: 20px;
    position: relative; }
.product-detail__review__inner {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 75px;
    height: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
.product-detail__detail {
  line-height: 25px;
  font-size: 13px;
  text-align: justify;
  color: #777; }
.product-detail__attrs > span {
  line-height: 30px;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
  display: block; }
.product-detail__attr {
  display: flex;
  padding: 8px;
  justify-content: flex-start;
  margin-bottom: 25px; }
.product-detail__attr__item {
    margin-left: 20px; }
.product-detail__attr__item:last-child {
      margin-left: 0; }
.product-detail__attr__item label {
      border-radius: 5px;
      cursor: pointer;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      font-size: 16px;
      transition: 0.15s;
      transform: rotate(-45deg);
      background-color: #f7f7f7; }
.product-detail__attr__item label > span {
        transform: rotate(45deg); }
.product-detail__attr__item input {
      display: none; }
.product-detail__attr__item input:checked + label {
        box-shadow: 0 0 0 2px #fff, 0 0 0 3px #80B542; }
.product-detail__price {
  font-size: 35px;
  font-weight: 600;
  display: flex;
  margin-bottom: 25px;
  flex-direction: column; }
.product-detail__price small {
    font-size: 14px;
    margin-right: 5px; }
.product-detail__price__old {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px; }
.product-detail__price__old span {
      color: #666;
      position: relative; }
.product-detail__price__old span:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        height: 2px;
        background-color: #ccc;
        transform: rotate(-5deg); }
.product-detail__price__old small {
      font-size: 14px; }
.product-detail__price__current {
    position: relative; }
.product-detail__price__current.loading:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.8); }
.product-detail__buy {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.product-detail__buy__qty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 4px; }
.product-detail__buy__qty i {
      width: 25px;
      height: 25px;
      position: relative;
      line-height: 25px;
      text-align: center;
      font-size: 15px;
      color: #666;
      cursor: pointer;
      display: block; }
.product-detail__buy__qty i:after {
        content: '';
        border-radius: 5px;
        transform: rotate(-45deg);
        border: 1px solid #ccc;
        transition: 0.1s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1; }
.product-detail__buy__qty i:active:after {
        border-color: #80B542; }
.product-detail__buy__qty span {
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: block;
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      position: relative;
      margin: 0 12px; }
.product-detail__buy__qty span:after {
        content: '';
        border-radius: 5px;
        transform: rotate(-45deg);
        border: 1px solid #ccc;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1; }
.product-detail__buy > a {
    line-height: 40px;
    padding: 0 60px 0 25px;
    background-color: #80B542;
    color: #fff;
    display: block;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    font-weight: 600; }
.product-detail__buy > a span {
      display: block; }
.product-detail__buy > a i {
      position: absolute;
      top: -5px;
      right: -15px;
      bottom: 0;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 18px;
      color: #80B542;
      z-index: 2; }
.product-detail__buy > a i:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: rotate(-45deg);
        border-radius: 5px;
        background-color: #fff;
        z-index: -1;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.product-detail__more-detail {
  padding: 50px 0; }
.product-detail__more-detail h4 {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #777; }
.product-detail__desc {
  line-height: 35px;
  text-align: justify;
  font-size: 14px;
  margin-bottom: 30px; }
.product-detail__property {
  margin-bottom: 30px; }
.product-detail__property ul li {
    line-height: 35px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
.product-detail__property ul li:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      border-top: 1px dashed #ddd; }
.product-detail__property ul li span {
      display: block;
      font-size: 14px;
      background-color: #fff;
      position: relative;
      z-index: 2; }
.product-detail__property ul li span:first-child {
        font-weight: 600;
        padding-left: 10px; }
.product-detail__property ul li span:last-child {
        padding-right: 10px; }
.comment-section {
  margin-top: 56px;
  margin-bottom: 56px; }
.comment-section__title {
    line-height: 40px;
    position: relative;
    margin-bottom: 30px; }
.comment-section__title h2 {
      display: inline-block;
      padding-left: 15px;
	  color: #fff;
      line-height: inherit;
      z-index: 2;
      font-size: 18px;
      font-weight: 600;
      position: relative; }
.comment-section__comments__list {
    padding-right: 50px; }
.comment-section__comments__list__item__sec {
      margin-bottom: 35px;
      position: relative;
      border: 1px solid #e8e8e8;
      padding: 10px 20px;
      border-radius: 5px; }
.comment-section__comments__list__item__sec__body__header {
        margin-bottom: 10px; }
.comment-section__comments__list__item__sec__body__header:after {
          clear: both;
          content: '';
          display: table; }
.comment-section__comments__list__item__sec__body__header > span {
          line-height: 30px;
          float: right;
          font-size: 13px;
          font-weight: 500; }
.comment-section__comments__list__item__sec__body__header__avatar {
          position: absolute;
          top: 5px;
          right: -50px;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          overflow: hidden; }
.comment-section__comments__list__item__sec__body__header__avatar img {
            display: block;
            width: 100%;
            height: 100%; }
.comment-section__comments__list__item__sec__body__header__date {
          float: left;
          line-height: 30px;
          font-size: 11px; }
.comment-section__comments__list__item__sec__body__text {
        text-align: justify;
        line-height: 35px;
        font-size: 14px;
        color: #6b7074; }
.comment-section__comments__list__item__sec__body__likedislike:after {
        clear: both;
        content: '';
        display: table; }
.comment-section__comments__list__item__sec__body__likedislike a {
        float: left;
        margin-right: 10px;
        line-height: 30px;
        color: #9ba4ab;
        font-size: 13px; }
.comment-section__comments__list__item__sec__body__likedislike a:last-child {
          margin-right: 0; }
.comment-section__comments__list__item__sec__body__likedislike a i {
          float: left;
          font-size: 12px;
          line-height: inherit;
          margin-right: 5px; }
.comment-section__comments__list__item--children {
      padding-right: 45px; }
.comment-section__comments-form .btn {
    min-width: 100%; }
.search-form {
  position: relative; }
.search-form button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: none;
    background-color: transparent;
    width: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 40px; }
.search-form button i {
      line-height: inherit;
      display: block; }
.single-view__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
  padding-bottom: 10px; }
.single-view__title h1 {
    font-size: 20px;
    font-weight: 600;
	color: #fff;
}
.single-view__thumbnail {
  margin-bottom: 20px; }
.single-view__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 5px; }
.single-view__content {
  line-height: 40px;
  text-align: justify;
  font-size: 13px; }
.single-view__share {
  display: flex;
  justify-content: space-between;
  margin: 50px 0; }
.single-view__share__btns {
    display: flex;
    font-size: 14px; }
.single-view__share__btns a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-left: 15px; }
.single-view__share__btns > span {
      display: flex;
      justify-content: space-between;
      align-items: center; }
.single-view__share__btns i {
      margin-right: 5px;
      font-size: 16px; }
.single-view__share__social-networks {
    display: flex; }
.single-view__share__social-networks a {
      font-size: 20px;
      margin-right: 15px; }
.single-view__share__social-networks a:last-child {
        margin-right: 0; }
.cart-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -280px;
  width: 280px;
  background: #fff;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  padding: 50px 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow-y: auto; }
.cart-box[data-status="true"] {
    left: 0;
    visibility: visible;
    opacity: 1; }
.cart-box [data-toggle="closebox"] {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
.cart-box [data-toggle="closebox"]:before {
      position: absolute;
      top: 15px;
      left: -5px;
      width: 40px;
      height: 1px;
      background-color: #555;
      content: '';
      transform: rotate(-45deg); }
.cart-box [data-toggle="closebox"]:after {
      position: absolute;
      top: 15px;
      left: -5px;
      width: 40px;
      height: 1px;
      background-color: #555;
      content: '';
      transform: rotate(45deg); }
.cart-box__list {
    height: 100%;
    padding: 15px; }
.mobile-menu {
  position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    width: 600px;
    background: #282828;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    padding: 80px 40px 0 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    overflow-y: auto; }
.mobile-menu[data-status="true"] {
    left: 0;
    visibility: visible;
    opacity: 1; }
.mobile-menu nav > ul > li {
    position: relative;
    line-height: 72px; }
.mobile-menu nav > ul > li > a {
    display: inline-block;
    color: #ffffff;
    line-height: inherit;
    padding: 0 15px;
    position: relative;
    font-size: 18px;
    font-weight: 400; }
.mobile-menu nav > ul > li > a i {
        float: right;
        line-height: 45px;
        width: 25px;
        margin-right: 5px;
        font-size: 14px; }
.mobile-menu nav > ul > li > i {
      position: absolute;
      top: 0;
      left: 0;
      line-height: inherit;
      width: 45px;
      text-align: center;
      cursor: pointer;
      font-size: 12px;
      color: #333;
      transition: 0.3s;
      z-index: 10; }
.mobile-menu nav > ul > li.open > a {
      background-color: rgba(255, 255, 255, 0.2); }
.mobile-menu nav > ul > li.open > i {
      transform: rotateX(180deg); }
.mobile-menu nav > ul > li:last-child a {
      border: none; }
.mobile-menu nav > ul > li:hover > a {
      color: #d2d2d2; }
.mobile-menu span.submenu-toggle-icon {
    position: absolute;
    top: 28px;
    line-height: inherit;
    right: 0;
    width: 8px;
    display: inline-block;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border-left: 2px solid #80B542;
    border-bottom: 2px solid #80B542;
    transform: rotate(-45deg);
}
.mobile-menu nav > ul > li > ul {
	    display: none;
    background-color: #323232;
    border-top: 1px solid #80B542;
    padding-right: 16px; }
.mobile-menu nav > ul > li > ul li > a {
		color: #fff;
        display: block;
        line-height: 45px;
        font-size: 13px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 15px; }
.mobile-menu nav > ul > li > ul li > a i {
          float: right;
          line-height: 45px;
          width: 25px;
          margin-right: 5px;
          font-size: 15px; }
.mobile-menu nav > ul > li > ul:hover > a {
        background-color: rgba(255, 255, 255, 0.2); }
.mobile-menu [data-toggle="closebox"] {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
.mobile-menu [data-toggle="closebox"]:before {
      position: absolute;
      top: 15px;
      left: -5px;
      width: 40px;
      height: 1px;
      background-color: #555;
      content: '';
      transform: rotate(-45deg); }
.mobile-menu [data-toggle="closebox"]:after {
      position: absolute;
      top: 15px;
      left: -5px;
      width: 40px;
      height: 1px;
      background-color: #555;
      content: '';
      transform: rotate(45deg); }
.main-footer {
    background: #000;
  position: relative;
  padding: 80px 0 0;
  overflow: hidden; }
.main-footer:after, .footer-product:before {
	content: "";
	position: absolute;
	background-image: url(https://decosarv.com/wp-content/uploads/2025/05/business-partners-handshake-global-corporate-with-technology-concept-1-1.png);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
.main-footer__item__logo.footer-product__logo {
    text-align: center;
}
.footer-product {
    background: #000;
    position: relative;
    padding: 80px 0 0;
    overflow: hidden;
}
.footer-product li.related-article-item {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.footer-product li.related-article-item a {
    display: grid;
    color: #fff;
}
.footer-product li.related-article-item img {
    width: 80px;
}
.footer-product li.related-article-item span {
    width: 80%;
    display: inline-block;
    margin-bottom: 24px;
    margin-top: 8px;
    line-height: 24px;
    font-size: 13px;
    color: #d2d2d2;
    font-weight: 300;
	height: 48px;
	overflow: hidden;
}
.footer-product ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.main-footer__bottom__content ul li.wp-social-link-pinterest a, .main-header__ls ul li.wp-social-link-pinterest a {
    font-size: 20px;
    border: 2.5px solid #ffffff;
    padding: 0;
    border-radius: 3px;
    margin-left: 3px;
    margin-bottom: 4px;
}
.main-footer__bottom__content ul li.wp-social-link-pinterest:hover, .main-header__ls ul li.wp-social-link-pinterest:hover {
	transform: scale(1);
}
.main-footer__bottom__content ul li.wp-social-link-pinterest:hover a, .main-header__ls ul li.wp-social-link-pinterest:hover a {
    border: 2.5px solid #80b542 !important;
	color: #80b542 !important;
}
.main-social__inner ul:first-child {
    margin-left: 0px;
}
.footer-product .main-footer__bottom__content__main__menu ul {
	display: grid;
}
.footer-product .main-footer__bottom__content__main__social {
    margin-bottom: 24px;
}
.footer-product .row {
    align-items: stretch;
}
.footer-product ul li a {
    color: #fff;
}
.footer-product h3:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #a7a3a347;
    bottom: 0;
}
.footer-product h3 {
    padding-bottom: 16px;
    position: relative;
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
/* .main-footer__item__logo {
    margin-top: 82px;
} */
.footer-product .row {
/*     align-items: center; */
}
.footer-product__maxh {
    display: grid;
    align-content: space-between;
}
.footer-product__middle ul {
    line-height: 40px;
    text-align: right;
    display: grid;
    align-items: center;
    justify-content: start;
}
.footer-product__middle__social ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-product .main-footer__bottom__content__main ul li {
    line-height: 21px; 
}
.footer-product .social-me-main ul {
    width: 120px;
	margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.footer-product__middle ul li {
    border: none;
    padding: 0 8px;
}
.footer-product__middle ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.main-footer:before {
    content: '';
    position: absolute;
    top: -45px;
    right: 100px;
    left: 100px;
    height: 40px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 50%; }
.main-footer__item {
	position: relative;
    z-index: 999;
    margin-bottom: 40px; }
.main-footer__bottom {
    position: relative;
    z-index: 999;
}
.main-footer__item-a {
    margin-right: 100px; }
.main-footer__item__title {
      padding-bottom: 16px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 56px;}
.main-footer__item__title:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #a7a3a347;
    bottom: 0;
}
.main-footer__item__title h3 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
}
.main-footer__item__content > ul li {
      line-height: 35px;
      position: relative;
/*       padding-right: 12px;  */
}
/* .main-footer__item__content > ul li:before {
        content: '';
        position: absolute;
        top: 17px;
        right: 0;
        height: 1px;
        width: 5px;
        background-color: #666; } */
.main-footer__item__content > ul li a {
    display: inline-block;
    color: #d2d2d2;
    font-size: 14px;
    transition: all 0.5s;
	line-height: 35px;
}
.main-footer__item__content > ul li a:hover {
    color: #fff;
    padding-right: 8px;
}
.main-footer__item__content__contact ul li span:first-child {
        font-weight: 600;     
        color: #fff;}
.main-footer__item__content__contact ul li {
    line-height: 35px;
    font-size: 14px;
    font-weight: 300;
    color: #d2d2d2;
	text-align: justify;
}
.main-footer__item__content__contact {
    margin-top: 48px;
    width: 320px;
}
.main-footer__item__logo img {
    width: 80px;
}
.main-footer__item__content__about {
    line-height: 35px;
    width: 320px;
    margin-top: 44px;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    color: #A7A3A3;
}
.main-footer__item__content__about p {
    line-height: 35px;
}
.main-footer__item__content .menu ul li a {
    font-size: 14px;
    line-height: 35px;
    font-weight: 300;
    color: #A7A3A3;
}

.main-footer__item__content .menu {
    margin-top: 48px;
    color: #fff;
}
.main-footer__bottom__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.main-footer__bottom__content ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-footer__bottom__content ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
	transition: 0.5s all;
}
.main-footer__bottom__content ul li a:hover {
	color: #999;
}
.main-footer__bottom__content__main ul li {
    padding: 0 16px;
    border-right: 3px solid #80B542;
}
.main-footer__bottom__content__main ul li:last-child {
    border: none;
}
.footer-product .main-footer__bottom__content__main__menu {
	height: 100%;
    display: grid;
}
.main-footer .main-footer__bottom__content__main__menu ul {
	border-bottom: 1px solid #a7a3a347;
	margin-bottom: 24px;
}
.footer-product .main-footer__bottom__content__main__menu ul li a {
    font-size: 16px;
    color: #fff;
}
.main-footer__bottom__content__main__menu ul li {
    margin: 24px 0;
}
.footer-product__title {
    height: 100%;
    display: flex;
    align-items: center;
}
.main-footer__bottom__content__main {
    flex: calc(100% - 63px);
    text-align: center;
}
.main-footer__bottom__content__main__social ul li {
    border: none;
}
.main-footer__bottom__content__main__social ul li {
    border: none;
    padding: 0 8px;
	 background: none;
}
.social-me-main li {
    background: #00000000;
}
.social-me-main i {
    font-weight: 300;
    display: inline-block;
    font-size: 24px;
}
.social-me-main a {
    transition: all 0.5;
}
.main-footer .social-me-main a:hover {
    color: #80b542;
}
.main-footer__cpright a {
    color: #fff;
    font-size: 11px;
}
.main-footer__cpright {
	padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	z-index: 999;
    position: relative;
    text-align: center;
    border-top: 1px solid #99999952;
    margin-top: 80px;
    font-size: 11px;
    line-height: 25px; }
.main-footer__cpright p {
      margin-bottom: 0;
      font-size: 12px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1200px) {
/* 	li.menu-item-has-children:hover ul.sub-menu {
		display: block;
	} */
}
@media (max-width: 1200px) {
  .product-detail__image {
    height: 450px; }
	.main-about__images__txt {
		top: 0;
	}
	.main-btn__link a {
		padding: 8px 40px;
	}
	.main-services__inner__content p {
    margin-bottom: 0; 
	}
	.main-services__inner__content h2 {
		margin-bottom: 16px;
	}
	.main-services__inner__slides__inner {
		height: 240px;
	}
}
@media (max-width: 992px) {
   .main-header {
        padding: 15px 0;
        background: #282828;
   }
   .main-header__wrapper {
        justify-content: space-between;
    }
    .main-header__mobile-menu-toggle {
      display: block;
      margin-left: auto; }
    .main-header__nav {
      display: none; }
    .main-header__logo img {
      max-height: 55px; width: auto; }
	.main-slider {
    	margin-top: 88px; 
	}
	.main-slider__slide-item__txt h2 {
    	font-size: 22px; 
	}
	.main-slider__slide-item__txt ul li {
		color: #fff;
		font-size: 14px;
		line-height: 32px;
		list-style: circle;
	}
	.main-btn__link a {
		font-size: 13px;
		padding: 8px 32px; 
	}
	.main-category__item {
		margin-bottom: 10px;
	}
	.main-about {
		padding: 40px 0 80px 0;
	}
	.main-about__content__title {
    	margin: 0 auto; 
	}
	.main-about__content {
		margin-bottom: 40px;
	}
	.main-about__images__first {
    	display: flex;
	}
	.main-about__images__first__top {
    	margin-right: 0;
	}
	.main-about__images__first__bottom {
		width: 200px;
		height: 200px; 
	}
	.main-about__images__first__bottom img, .main-about__images__first__top img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.main-about__images {
		width: 80%;
		margin: 0 auto;
		position: relative;
	} 
	.main-about__images__first__top {
		width: 180px;
		height: 240px;
		margin-right: 0;
	}
	.main-about__images__txt {
		top: 0;
	}
	.main-services__inner__content {
    	margin: 0 auto; 
	}
	.main-services__inner__slides {
		padding: 0 16px;
		margin-right: 0;
		margin-top: 30px;
	}
	.main-products__wrapper__inner {
    	grid-template-rows: auto; 
	}
	.main-products {
		padding: 80px 0;
	}
	.main-projects {
		padding: 80px 0;
	}
	.main-projects__inner__img {
    	height: 320px; 
	}
	.main-banner__inner {
		padding: 80px 16px;
	}
	.main-banner__inner__items {
		width: 200px;
		height: 200px;
	}
	.main-banner__inner__items__title h4 {
    	font-size: 13px; 
	}
	.main-banner__inner__items__icon img {
		width: 64px;
	}
	.main-banner__inner__items__title {
		margin-top: 16px;
	}
	.main-blogs {
		padding: 80px 0;
	}
	.main-blogs__inner__items {
    	margin-bottom: 30px; 
	}
	.main-footer__item__content__about {
    	width: auto; 
	}
	.main-footer__item-a {
		margin-right: 20px;
	}
	.main-footer__item__content__contact {
		width: auto;
	}
	/* Products	 */
	.woocommerce ul.products li.product a img {
    	height: 220px; 
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		padding: 8px;
	}
	.woocommerce .up-sells ul.products li.product a img, .woocommerce .related.products ul.products li.product a img {
		height: 116px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		padding-top: 8px;
		margin-bottom: 8px;
		margin-top: 8px; 
	}
	.woocommerce ul.products li.product .button {
		padding: 8px 16px;
		font-size: 12px; 
	}
	/* Services	 */
	.inner-services-page__child__link a {
		font-size: 13px;
		padding: 8px 32px;
	}
	/* About Us	 */
	.inner-about__info__content-bottom {
    	width: auto; 
	}
	.inner-about__info__content {
		margin-bottom: 30px;
	}
	.inner-about__info__images-top {
    	margin: 0 auto; 
	}
	.inner-about__info__images-bottom {
		max-width: 545px;
		margin: 0 auto; 
	}
	.inner-about__info__images-bottom__right {
		margin-left: 0;
	}
	.inner-about__description__items {
		padding: 16px 16px;
	}
	.inner-about__description__items img {
    	width: 64px; 
	}
	.inner-about__people {
		padding: 0;
	}
	.inner-about__people__inner .row:last-child {
		flex-direction: column-reverse;
	}
	.inner-about__awards {
		padding: 0 0 80px 0;
	}
	.inner-about__info {
		padding: 80px 0 0 0;
	}
	.inner-about__ad-banner__content {
		padding: 80px 0;
	}
	.inner-about__ad-banner__content__items {
		width: 280px;
		margin: 0 auto 30px auto; 
	}
	.inner-about__ad-banner {
    	height: auto;
	}
	.main-customers.main-customers__about {
		padding: 80px 0;
	}
	.inner-contact__banner-main {
		height: auto;
	}
	.inner-contact__banner__item img {
		width: 64px;
	}
	.inner-contact__banner {
    	padding: 80px 0; 
	}
	.inner-contact__banner__item {
		margin: 0 auto !important;
		max-width: 200px !important;
		height: 200px; 
	}
	.main-about__images__txt p {
		font-size: 100px;
	}
	.main-about__images__first__top {
        width: 40%;
        height: auto;
        margin-right: 0;
    }
	.main-about__images__first__bottom {
        width: 50%;
        height: 100%;
        margin: 0 30px 0 0;
        /* padding-right: 15px; */
    }
	.main-footer__cpright {
		display: grid;
		justify-content: center;
	}
	.inner-contact__info__item {
		padding-left: 16px;
	}
	.page-view__content .inner-contact__info__item h2 {
    	font-size: 17px; 
	}
	.inner-contact__info p {
		line-height: 32px;
	}
	.page-view__tbrd__title h1 {
    	font-size: 22px; 
	}
	.page-view__content .inner-about__info__content-top h2 {
    font-size: 17px; 
	}
	.inner-about__info__content-top {
    	width: 100%; 
	}
	.inner-about__info__content-top p {
    	font-size: 13px; 
	}
	.inner-about__awards__content {
    	flex-wrap: wrap; 
		gap: 0;
	}
	.inner-about__awards__items {
		flex: 0 0 33.333333%;
	}
	.inner-services-page__child .service-item {
		text-align: center;
	}
	.archive-projects__content__item__txt {
		padding: 16px;
		max-width: 400px;
		width: auto;
		background: #282828;
	}
	.archive-projects__content__item__txt h2 {
		color: #fff;
		margin-bottom: 16px;
		font-size: 17px;
	}
	.archive-projects__content__item__txt p {
		line-height: 30px;
	}
}
@media (max-width: 768px) {
  body {
    padding-top: 70px; }
	.main-header__wrapper {
        justify-content: space-between;
    }
	.archive-projects__content__item__txt {
		padding: 32px;
		transform: translateX(0);
		width: auto;
	}
	.archive-projects__content__item__txt h2 {
		color: #fff;
		font-size: 17px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 32px;
	}
	.main-footer__cpright {
		display: grid;
		justify-content: center;
	}
	.main-slider__slide-item__txt {
		top: calc((100% - 240px) / 2);
		width: 720px;
		right: calc((100% - 700px) / 2);
		height: 320px;
	}
	.main-slider__slide-item__txt h2 {
    	font-size: 20px; 
	}
	.main-slider__slide-item__txt ul li {
		font-size: 14px;
		line-height: 32px;
		font-weight: 300;
	}
	.main-btn__link a {
		padding: 8px 16px;
	}
	.main-category__item {
    	margin-bottom: 10px; 
	}
	.main-about__content__title
	 {
		text-align: center;
		width: 100%;
	}
	.main-about__content .main-btn__link {
		margin-top: 8px;
		margin-bottom: 40px;
	}
	.main-about__content .main-btn__link {
		margin-top: 8px;
		margin-bottom: 40px;
	}
	.main-about__images {
        overflow: hidden;
    }
	.main-about__images__first {
        display: flex;
        align-items: center;
    }
	.main-about__images__first__bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	    .main-about__images .col-8, .main-about__images .col-4 {
        padding: 0;
    }
	.main-about__images__last {
        height: 200px;
        width: 100%;
        overflow: hidden;
    }
	    .main-about__images__last img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	 .main-about__images__first__bottom {
        flex: 0 0 50%;
        width: auto;
        height: 200px;
        overflow: hidden;
        margin-top: 0;
        margin-right: 8px;
    }
	.main-about__images__first__top {
        height: 200px;
        margin-right: 8px;
        flex: 0 0 50%;
    }
	    .main-about__images__first__bottom {
        flex: 0 0 50%;
        width: auto;
        height: 200px;
        overflow: hidden;
        margin-top: 0;
        margin-right: 8px;
    }
	.main-services__inner__content {
		margin: 0 auto;
	}
	.main-services__inner__content__btn {
		margin-bottom: 32px;
		float: none;
	}
	.main-services__inner__slides {
		padding: 0;
		margin-right: 0;
	}
	.main-products__wrapper__inner {
		display: flex;
		flex-wrap: wrap; 
	}
	.main-products__item {
		flex: 0 0 calc(50% - 15px);
	}
	.main-projects__inner__items {
    	margin-bottom: 30px; 
	}
	.main-banner__inner__items__icon img {
		width: 56px;
	}
	.main-banner__inner__items {
		width: 160px;
		height: 160px;
		margin: 0 auto;
		padding: 16px 0;
	}
	.main-banner__inner__items__title h4 {
		font-size: 12px;
		line-height: 22px;
	}
	.main-banner__inner__items__title {
		margin-top: 24px;
	}
	.main-banner__inner {
		padding: 80px 0;
	}
	.main-blogs__inner__items {
    	margin-bottom: 30px; 
	}
	.main-footer__item__logo {
    text-align: center; 
	}
	.main-footer__item__content__about {
    	margin: 0 auto; 
	}
	.main-footer__item__content {
    	text-align: center;
	}
	.main-footer__item-a {
    	margin-right: 0;
	}
	.main-footer__item__title h3 {
    	text-align: center; 
	}
	.main-footer__item__title:before {
		content: none;
	}
	.main-footer__item__content .menu {
    	margin-top: 32px;
	}
	.main-footer__item__content__contact {
    	margin: 0 auto; 
	}
	.main-footer__bottom__content ul li a {
    font-size: 12px; 
	}
	.main-about__images__txt p {
		font-size: 100px;
    	line-height: 70px;
	}
	.main-about__images__first__top {
        width: 40%;
        height: auto;
        margin-right: 0;
    }
	.main-about__images__first__bottom {
        width: 100%;
        height: 100%;
        margin: 0;
        /* padding-right: 15px; */
    }
	 .main-projects__inner__img {
        height: 420px;
    }
	.breadcrumbs ul {
    	flex-wrap: wrap; 
	}
	.single-view__title {
    	display: grid; 
	}
	.single-view__title h1 {
		margin-bottom: 8px;
		font-size: 18px; 
	}
	.inner-about__info__images-top {
		width: auto;
	}
	.inner-about__info__images-bottom__left-first {
    	margin-left: 15px; 
	}
	.inner-about__info__images-bottom__left-second {
		padding-left: 15px;
		height: 180px;
		width: 260px;
		overflow: hidden;
	}
	.inner-about__description__items {
        height: 300px;
        max-width: 320px;
        margin: 0 auto 30px auto;
    }
}
@media (max-width: 576px) {
	p {
		font-size: 13px;
        line-height: 30px;
	}
    body {
        padding-top: 0;
    }
    .main-slider .swiper-button-next:after, .main-slider .swiper-button-prev:after {
        color: #8D8989;
        font-size: 16px;
        font-weight: 600;
    }
	.page-view__tbrd {
		top: 106px; 
	}
	 .main-projects__inner__img {
        height: 400px;
    }
    .main-slider__slide-item__txt {
/*         top: calc((100% - 120px) / 2);
        width: 300px;
        right: calc((100% - 380px) / 2);
        height: 160px; */
		display: none;
    }
	.main-slider .swiper-pagination {
    	bottom: 10px !important;
	}
	.main-services__inner__slides {
		padding: 0 8px;
		position: relative;
		margin-right: 0;
	}
	.main-services__inner__slides__inner {
		height: 240px;
	}
	.main-blogs__inner__items {
		margin-bottom: 30px;
	}
	.main-footer__item__content__about {
		width: auto;
	}
	.main-footer__item {
		text-align: center;
	}
	.main-footer__item-a {
		margin-right: 0;
	}
	.main-footer__item__title:before { 
		display: none;
	}
	.main-about__content__title {
		text-align: left;
		width: 100%;
	}
    .main-slider__slide-item__txt h2 {
        font-size: 3vw;
        margin-bottom: 16px;
    }
	.main-footer__item__content__contact {
		width: auto;
	}
	.main-footer__cpright p {
		font-size: 10px;
		line-height: 20px;
		margin-bottom: 8px;
	}
	.main-footer__cpright a {
		font-size: 10px;
	}
	.breadcrumbs ul {
    	flex-wrap: wrap; 
	}
	.single-view__title {
    	display: grid; 
	}
	.single-view__title h1 {
		margin-bottom: 8px;
		font-size: 16px; 
	}
	.product_wrapper__main-shop__filters {
		margin-bottom: 30px;
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.product_wrapper__main-shop {
    	display: block;
	}
	.product_wrapper__main-shop__products {
		max-width: 100%;
		width: 100%;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		padding: 8px;
	}
	.woocommerce ul.products li.product a img {
    	height: 120px; 
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
		padding: 12px 16px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		margin-bottom: 8px;
	}
	body.single-product.woocommerce div.product h1.product_title {
		font-size: 20px !important;
		    width: 100%;
	}
	.woocommerce-product-details__short-description {
		width: 100%;
		order: 2;
	}
	.woocommerce div.product .summary form.cart {
		width: 100%;
		order: 1;
	}
	.woocommerce div.product .product_meta {
		margin-bottom: 40px;
	}
    .main-slider__slide-item__txt ul li {
        font-size: 2vw;
        line-height: 4vw;
    }
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		display: flex;
    	flex-wrap: wrap;
	}
	.woocommerce-product-details__short-description div {
		width: 80px !important;
	}
	.woocommerce .up-sells ul.products li.product a img, .woocommerce .related.products ul.products li.product a img {
		height: 120px;
	}
	.inner-about__info__content-top {
    	width: 100%; 
	}
	.inner-about__info__content-bottom {
		width: 100%;
	}
	.inner-about__info__images-top {
		width: auto;
	}
	.inner-about__info__images-bottom {
    	display: block; 
		max-width: 100%;
	}
	.inner-about__info__images-bottom__left {
		display: flex;
		margin-top: 15px;
		justify-content: space-between;
		align-items: center;
	}
	.inner-about__info__images-bottom__left-first {
		padding-right: 0;
		margin-left: 0;
/* 		height: auto; */
		margin: 0 auto;
        height: 200px;
/* 		margin-bottom: 30px; */
		flex: 0 0 50%;
	}
	.inner-about__ad-banner__content__items {
		width: auto;
	}
	.inner-about__info__images-bottom__left-second {
		padding-left: 0;
		height: 200px;
		width: auto;
		flex: 0 0 50%;
	}
	.inner-about__info__images-bottom__right {
    	display: none; 
	}
	.main-social__inner ul {
		display: none;
	}
	.inner-about__description__items {
		margin-bottom: 30px;
		padding: 16px 16px;
		height: 300px;
	}
	.inner-about__description__items img {
    	width: 60px; 
	}
	.inner-about__people {
		padding: 0;
	}
	.inner-about__people img {
		margin-top: 0;
		width: 100%;
	}
	.inner-about__people__inner .row:last-child {
		flex-direction: column-reverse;
		margin: 80px 0 0 0 !important;
	}
	.inner-about__awards {
		padding: 0 0 80px 0;
	}
	.inner-about__awards__content {
		gap: 10px;
		flex-wrap: wrap;
	}
	.inner-about__ad-banner__content__items {
		margin-bottom: 30px;
		padding: 40px 24px;
		height: 160px;
	}
	.main-customers.main-customers__about {
		padding: 80px 0 80px 0;
	}
	.main-customers .swiper-slide {
		padding: 0 !important;
	}
	.main-header__left .main-header__left__icons i {
    	font-size: 18px; 
	}
	.main-header__left .main-header__left__icons a
 	{
		color: #fff;
		font-size: 16px; 
	}
	.main-header__wrapper {
        justify-content: space-between;
    }
    .main-btn__link {
        margin-top: 24px;
        margin-right: 0;
		margin-bottom: 40px;
    }
	.mobile-menu nav > ul > li {
		position: relative;
		line-height: 48px;
	}
	    .main-header {
        padding: 8px 0;
        background: #28282800;
        height: 85px;
    }
	
    .main-btn__link a {
        font-size: 12px;
        padding: 12px 40px;
    }
	.main-category__item.visible {
    	margin-bottom: 16px;	
	}
	.main-about__content__title h1 {
    	font-size: 18px;
	}
	.main-about__content__title p {
		font-size: 13px;
		width: 100%;
	} 
	.main-about__content .main-btn__link {
		width: 100%;
		margin-top: 32px;
		margin-bottom: 32px;
	}
    .main-about__images {
    	overflow: hidden;
	}
	.main-about__images .row {
    	flex-direction: row-reverse;
	}
	.main-about__images .col-8, .main-about__images .col-4 {
    	padding: 0;
	}
	.main-about__images__first {
		height: 100%;
	}
	.main-about__images__first__top {
		height: 200px;
		margin-right: 8px;
		flex: 0 0 50%;
	}
	.main-about__images__first__top img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.main-about__images__first__bottom {
		flex: 0 0 50%;
		width: auto;
		height: 200px;
		overflow: hidden;
		margin-top: 0;
		margin-right: 8px;
	}
	.main-about__images__first__bottom img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.main-about__images__last {
		height: 200px;
		width: 100%;
		overflow: hidden;
	}
	.main-about__images__last img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.main-about__images__txt {
		width: 600px;
		font-size: 60px;
		top: 0;
	}
	.main-about__images__txt p { 
		font-size: 60px;
		line-height: 90px;
	}
	.main-about__images__first {
		display: flex;
		align-items: center; 
	}
	.main-about {
		padding: 0 0 80px 0;
	}
	.main-services__inner__content h2 {   
		font-size: 16px;
		margin-bottom: 16px;
	}
	.main-services:before {
		content: "none";
	}
	.main-title h2 {
    	font-size: 16px; 
	}
	.main-title__link a {
    	font-size: 12px; 
	}
	.main-products__wrapper__inner {
    	display: block; 
	}
	.main-products__item {
		margin-bottom: 16px;
	}
	.main-banner__inner {
		padding: 40px 40px;
	}
	.main-banner__inner__items {
		width: 100%;
		padding: 24px 40px;
		margin: 0 auto 16px auto;
	}
	.main-header__logo img {
        max-height: 45px;
        width: auto;
    }
	.main-products, .main-projects, .main-blogs {
		padding: 80px 0;
	}
	.main-projects__inner__items {
    	margin-bottom: 16px; 
	}
	.main-blogs__inner__items__img {
    width: 100%;
    height: 160px; 
	}
	.main-blogs__inner__items__title .post-title a {
		line-height: 24px;
		font-size: 12px; 
	}
	.main-blogs__inner__items__link a {
		font-size: 12px;
	}
	/* Contact us	 */
	.main-inner-banner {
		height: 200px;
	}
	.inner-contact__info {
		padding: 40px 16px;
	}
	.page-view__tbrd__title h1 {
    	font-size: 20px; 
	}
	.page-view__content .inner-contact__info__item h2 {
    	font-size: 18px; 
	}
	.inner-contact__info__item {
		padding-left: 0;
	}
	.inner-contact__banner-main {
		height: auto;
	}
	.inner-contact__banner {
    	padding: 80px 80px; 
	}
	.inner-contact__banner__item img {
		width: 64px;
	}
	.inner-contact__banner__item {
		max-width: 200px !important;
		height: 200px;
		border: 1px solid #a5a5a561; 
	}
	.inner-contact__qn p {
    	width: auto; 
	}
	/* About us	 */
	.page-view__content .inner-about__info__content-top h2 {
    	font-size: 18px; 
	}
	.inner-about__info__images-top {
    	margin-top: 32px; 
	}
	.inner-about__history__txt {
		padding: 40px 0;
	}
	.inner-about__description {
    	padding: 40px 0;
	}
	/* 	Services */
	.page-view__content .inner-services-page__top-info__title h2 {
		font-size: 18px;
	}
	.inner-services-page__additional-content {
    	padding: 0 16px; 
	}
	.product_list .page-title {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
   }
@media (min-width: 1200px) {
  .col-xl-x5 {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .col-lg-x5 {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 768px) {
  .col-md-x5 {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 576px) {
  .col-sm-x5 {
    flex: 0 0 20%;
    max-width: 20%; } }

