:root {
  --light-blue: #1595f685;
  --white: #fff;
  --black: #0e1111;
  --MY-primary-color: #0089f1;
  --MY-secondary-color: #e3b505;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

jdp-container {
  z-index: 1005 !important;
}

body {
  background: #f5f5f5 !important;
  direction: rtl;
  overflow-x: hidden;
  font-family: IRANSans !important;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  font-family: IRANSans;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
div {
  font-family: IRANSans;
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Black.eot");
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Black.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/IRANSans/woff2/IRANSansWeb_Black.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/IRANSans/woff/IRANSansWeb_Black.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/IRANSans/ttf/IRANSansWeb_Black.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Bold.eot");
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/IRANSans/woff2/IRANSansWeb_Bold.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/IRANSans/woff/IRANSansWeb_Bold.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/IRANSans/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Medium.eot");
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/IRANSans/woff2/IRANSansWeb_Medium.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/IRANSans/woff/IRANSansWeb_Medium.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/IRANSans/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Light.eot");
  src: url("../fonts/IRANSans/eot/IRANSansWeb_Light.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/IRANSans/woff2/IRANSansWeb_Light.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/IRANSans/woff/IRANSansWeb_Light.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/IRANSans/ttf/IRANSansWeb_Light.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot");
  src: url("../fonts/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/IRANSans/woff2/IRANSansWeb_UltraLight.woff2")
      format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/IRANSans/woff/IRANSansWeb_UltraLight.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/IRANSans/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSans/eot/IRANSansWeb.eot");
  src: url("../fonts/IRANSans/eot/IRANSansWeb.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-8 */ url("../fonts/IRANSans/woff2/IRANSansWeb.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("../fonts/IRANSans/woff/IRANSansWeb.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url("../fonts/IRANSans/ttf/IRANSansWeb.ttf") format("truetype");
}

.pr {
  float: right !important;
}

.text-dark-blue {
  color: var(--MY-primary-color);
}
.text-blue {
  color: var(--MY-primary-color);
}
.pl {
  float: left !important;
}

.number-email-input::placeholder {
  text-align: left !important;
}

.container-main {
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}

.h-main-row {
  margin: 15px 0;
  display: block;
  float: right;
  width: 100%;
}

/* header------------------------- */

header.header-main {
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 999;
  position: relative;
  float: right;
}

.header-logo {
  width: auto;
  line-height: 3;
}

.header-search .header-search-box {
  position: relative;
  box-shadow: 1px 0px 6px 1px rgb(72 72 72 / 15%);
  width: 100%;
  border-radius: 50px;
  padding: 4px 0;
}

.header-search .header-search-box .form-search .header-search-input {
  width: 100%;
  background: transparent;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px 0 160px;
  transition: 0.2s;
  color: #666;
  outline: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.header-search
  .header-search-box
  .form-search
  .header-search-input::placeholder {
  color: #adabab;
}

.header-search .header-search-box .form-search .input-bg {
  background: #f9f6f6;
}

.header-search .header-search-box .form-search .action-btns {
  border-radius: 50px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.header-search .header-search-box .form-search .action-btns .btn-search {
  width: 50px;
  height: 50px;
  line-height: 35px;
  border: none;
  display: block;
  outline: none;
  background: #333;
  z-index: 999;
  border-radius: 50px;
  float: left;
  transition: all 0.2s ease;
}

.header-search .header-search-box .form-search .action-btns .btn-search:hover {
  background-color: var(--MY-primary-color);
}

.header-search .header-search-box .form-search .action-btns .btn-search i {
  color: #4a4a4a !important;
  font-size: 20px;
  margin: auto;
  display: block;
  z-index: 1;
}

.header-search .header-search-box .form-search .action-btns .btn-search img {
  max-width: 100%;
  display: block;
}

.header-search .header-search-box .form-search .action-btns .search-filter {
  float: left;
}

.header-search
  .header-search-box
  .form-search
  .action-btns
  .search-filter
  .nice-select {
  font-size: 12px;
  height: 50px;
  line-height: 45px;
  border-right: none;
  background: transparent;
  border-radius: 0;
  padding-right: 18px;
  padding-left: 30px;
  border: none;
}

.header-search
  .header-search-box
  .form-search
  .action-btns
  .search-filter
  .nice-select::after {
  left: 12px;
  right: auto;
}

.header-search
  .header-search-box
  .form-search
  .action-btns
  .search-filter
  .nice-select.right
  .list {
  width: 100%;
  height: 160px;
  overflow-y: auto;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
}

.header-search
  .header-search-box
  .form-search
  .action-btns
  .search-filter
  .nice-select.right
  .list
  li {
  text-align: right;
  padding-right: 10px;
  padding-left: 15px;
}

.header-search .header-search-box .form-search .btn-bg {
  background: #f35a7e !important;
}

.overlay-search-box {
  position: absolute;
  top: 65px;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(155 155 155 / 62%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.osb-2 {
  top: 115px;
}

.header-search .search-result {
  position: absolute;
  width: 100%;
  right: 0;
  top: 58px;
  display: none;
  background-color: #fff;
  padding: 1rem 0;
  border-radius: 0 0 20px 20px;
  z-index: 9999;
  box-shadow: 1px 5px 6px 1px rgb(72 72 72 / 15%);
  font-size: 14px;
}

.header-search .search-result ul li a {
  color: #323232;
  line-height: 2.3;
  font-size: 14px;
}

.header-search .search-result ul li {
  padding: 0 1rem;
}

.header-search .search-result ul li:hover {
  background-color: #f5f5f5;
}

.header-search .search-result ul li a i {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 10px;
}

.header-search .search-result ul li a .btn-continue-search {
  border-radius: 50px;
  float: left;
  width: 25px;
  padding: 0;
  background-color: transparent;
  border: none;
  line-height: 2;
}

.header-search .search-result ul li a .btn-continue-search i {
  margin-left: 0;
  vertical-align: middle;
}

.account-box {
  width: auto;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  color: #555 !important;
  line-height: 44px;
  padding: 5px 10px 5px 43px;
  float: left;
  margin-top: 0;
  font-size: 1.03em;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.account-box span.icon-account {
  width: 43px;
  height: 43px;
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  font-size: 28px;
  line-height: 45px;
  text-align: center;
  float: left;
}

.account-box span.icon-account img {
  max-width: 100%;
}

.account-box span.title-account {
  float: right;
  font-size: 14px;
  margin-left: 20px;
  color: #333;
  font-weight: 500;
}

.account-box .dropdown-menu {
  display: block;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  left: 15px;
  top: 45px;
  text-align: right;
  background: #fff;
  text-align: center;
  transition: all 0.1s ease-in;
  opacity: 0.01;
  visibility: hidden;
}

.account-box .nav-account:hover .dropdown-menu {
  transition: all 0.1s ease-in;
  opacity: 1;
  visibility: visible;
}

.account-box .dropdown-menu ul.account-uls li.account-item {
  display: block;
  line-height: 30px;
}

.account-box .dropdown-menu ul.account-uls li.account-item a.account-link {
  font-size: 12px;
  color: #666666;
  width: 100%;
  border-radius: 50px;
  display: block;
  transition: 0.2s;
  font-weight: 400;
}

.account-box
  .dropdown-menu
  ul.account-uls
  li.account-item:hover
  a.account-link {
  background: #eee;
  color: #444;
  transition: 0.2s;
}

/* top-bar------------------------*/

.top-bar-menu {
  width: 100%;
  height: 50px;
  float: right;
  position: relative;
  background-color: #fdfdfd;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #f5f5f5;
  padding: 10px 0;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  transition: 0.2s;
  position: relative;
  padding: 18px 0;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--MY-primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link:hover::before {
  width: 100%;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link:hover {
  color: var(--MY-primary-color);
  transition: 0.2s;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-icon-link {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #4a4a4a;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  font-size: 18px;
  border-radius: 12px;
  display: inline-block;
  transition: all 0.2s;
  margin-right: 3px;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-icon-link:hover {
  background-color: #f5f5f5;
  color: var(--MY-primary-color);
  border: 1px solid var(--MY-primary-color);
  transition: all 0.2s;
}

/* top-bar------------------------*/

/* main-menu--------------------- */

.header-main-nav {
  width: 100%;
  height: 60px;
  position: relative;
  line-height: 55px;
  float: right;
  background-color: #fdfdfd;
  margin-top: 10px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #f5f5f5;
}

.header-main-nav ul.menu-ul {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 0;
}

.header-main-nav ul.menu-ul li.menu-item {
  padding: 0 6px;
  display: inline-block;
}

.header-main-nav ul.menu-ul li.menu-item a.current-link-menu {
  color: #616161;
  font-size: 14px;
  transition: 0.2s;
  position: relative;
  padding: 22px 0;
}

.header-main-nav ul.menu-ul li.menu-item a.current-link-menu i {
  vertical-align: middle;
  font-size: 16px;
  transition: all 0.2s ease;
}

.header-main-nav ul.menu-ul li.menu-item:hover a.current-link-menu i {
  transform: rotate(180deg);
}

.header-main-nav ul.menu-ul li.menu-item:hover a.current-link-menu {
  color: var(--MY-primary-color);
  transition: 0.2s;
}

.header-main-nav ul.menu-ul li.menu-item a.current-link-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--MY-primary-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-main-nav ul.menu-ul li.menu-item a.category-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ff828b;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-main-nav ul.menu-ul li.menu-item:hover a.category-link {
  color: #ff828b;
  transition: 0.2s;
}

.nav-categories-overlay {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(155 155 155 / 62%);
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none;
}

.nav-categories-overlay.active {
  opacity: 1;
  pointer-events: all !important;
}

.header-main-nav ul.menu-ul:hover .nav-categories-overlay {
  opacity: 1;
}

.header-main-nav ul.menu-ul li.menu-item:hover > a.current-link-menu::before {
  width: 100%;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu {
  width: 1318px !important;
  margin: 0;
  list-style: none;
  float: right;
  position: absolute;
  right: 15px;
  z-index: 9999;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.2s, width 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  border: 1px solid #ececec;
  height: auto;
  overflow: hidden;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  display: none;
  margin-top: 5px;
}

.header-main-nav ul.menu-ul li.menu-item:hover > ul.is-mega-menu {
  transition: all 0.2s ease-out;
  opacity: 1;
  visibility: visible;
  display: block;
}

.header-main-nav ul.menu-ul li[data-id] {
  position: static;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item {
  width: 20%;
  float: right;
  position: relative;
  text-align: right;
}

.header-main-nav
  ul.menu-ul
  li.menu-item
  ul.is-mega-menu
  li.menu-mega-item
  a.mega-menu-link {
  color: #666;
  font-weight: 500;
  font-size: 14px;
  margin-right: 15px;
  transition: all 0.2s ease-out;
  padding: 5px 0;
}

.header-main-nav
  ul.menu-ul
  li.menu-item
  ul.is-mega-menu
  li.menu-mega-item
  a.mega-menu-link:hover {
  color: var(--MY-primary-color);
  border-bottom: 1px solid var(--MY-primary-color);
  transition: all 0.2s ease-out;
}

.header-main-nav
  ul.menu-ul
  li.menu-item
  ul.is-mega-menu
  li.menu-mega-item
  > ul {
  width: 100%;
  display: block;
  position: static;
  opacity: 1;
  visibility: visible;
  margin: 0 !important;
  box-shadow: none;
  background: transparent;
}

.header-main-nav
  ul.menu-ul
  li.menu-item
  ul.is-mega-menu
  li.menu-mega-item
  > ul
  li.menu-mega-item-three {
  position: relative;
  text-align: right;
  width: 100%;
  display: block;
  line-height: 32px;
}

.header-main-nav
  ul.menu-ul
  li.menu-item
  ul.is-mega-menu
  li.menu-mega-item
  > ul
  li.menu-mega-item-three
  a {
  color: #666666;
  font-size: 14px;
  padding: 0 30px;
  transition: all 0.4s ease-out;
  font-weight: 300;
  display: inline-block;
}

.header-main-nav
  ul.menu-ul
  li.menu-item
  ul.is-mega-menu
  li.menu-mega-item
  > ul
  li.menu-mega-item-three:hover
  a {
  color: var(--MY-primary-color);
  padding: 0 40px;
  transition: all 0.4s ease-out;
  font-weight: 600;
}

.bg-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
}

.bg-image img {
  max-width: 100%;
  box-shadow: none !important;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small {
  width: 220px !important;
  margin: 0;
  list-style: none;
  float: right;
  position: absolute;
  z-index: 9999;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  transition: all 0.2s, width 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  border: 1px solid #ececec;
  height: auto;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  margin-top: 5px;
}

.header-main-nav ul.menu-ul li:hover ul.is-mega-menu-small {
  transition: all 0.2s ease-out;
  opacity: 1;
  visibility: visible;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li {
  position: relative;
  text-align: right;
  width: 100%;
  display: block;
  line-height: 35px;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li a {
  color: #666666;
  font-size: 14px;
  padding: 0 25px;
  transition: all 0.3s ease-out;
  font-weight: 300;
  display: block;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li:hover > a {
  color: var(--MY-primary-color);
  padding-right: 35px;
  transition: all 0.3s ease-out;
  font-weight: 600;
}

.header-main-nav
  ul.menu-ul
  li.menu-item
  > ul.is-mega-menu-small
  li
  > ul.is-mega-menu-small-three {
  width: 220px !important;
  margin: 0;
  list-style: none;
  float: right;
  position: absolute;
  right: 219px;
  top: 0;
  z-index: 9999;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  transition: all 0.2s, width 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  border: 1px solid #ececec;
  height: auto;
  overflow: hidden;
  transition: all 300ms ease-in;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.header-main-nav
  ul.menu-ul
  li.menu-item
  > ul.is-mega-menu-small
  li:hover
  ul.is-mega-menu-small-three {
  transition: all 300ms ease-out;
  opacity: 1;
  visibility: visible;
  display: block;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li a i {
  float: left;
  line-height: 40px;
  transition: all 0.3s ease;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li:hover i {
  color: var(--MY-primary-color);
  transform: rotate(-45deg);
  transition: all 0.3s ease-out;
}

.header-main-nav .divider-space-card {
  height: auto;
  float: left;
  clear: both;
  display: flex;
  direction: ltr;
}

.header-main-nav .divider-space-card .header-cart-basket {
  width: 180px;
  position: relative;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box {
  height: 50px;
  background: #333;
  color: #fff;
  padding: 0;
  border-radius: 10px;
  width: 100%;
  display: block;
  margin-top: 4px;
  line-height: 50px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .cart-basket-box:hover {
  background-color: var(--MY-primary-color);
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box-bg {
  background-color: #f35a7e;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .cart-basket-box
  span.icon-cart {
  float: right;
  text-align: center;
  margin: 0 10px;
  font-size: 25px;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .cart-basket-box
  span.title-cart {
  font-size: 14px;
  display: block;
  z-index: 1;
  position: relative;
  text-align: right;
  line-height: 25px;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .cart-basket-box
  span.price-cart {
  display: block;
  z-index: 1;
  position: relative;
  text-align: right;
  line-height: 2;
  font-size: 12px;
  opacity: 0.8;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .cart-basket-box
  span.count-cart {
  width: 20px;
  height: 20px;
  background: #fff;
  color: #333;
  position: absolute;
  left: 10px;
  line-height: 20px;
  text-align: center;
  top: 10px;
  border-radius: 50px;
  font-size: 12px;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .cart-basket-box
  span.count-bg {
  color: #f35a7e;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart {
  width: 250px !important;
  margin: 0;
  list-style: none;
  float: right;
  position: absolute;
  z-index: 9999;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  transition: all 0.2s, width 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  border: 1px solid #ececec;
  height: auto;
  left: 0;
  top: 50px;
  overflow: hidden;
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  margin-top: 5px;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket:hover
  .widget-shopping-cart {
  transition: all 0.2s ease-out;
  opacity: 1;
  visibility: visible;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  ul.product-list-widget
  li.mini-cart-item {
  padding: 10px 70px 20px 10px;
  min-height: 70px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  ul.product-list-widget
  li.mini-cart-item
  .mini-cart-item-content {
  cursor: pointer;
  line-height: 1;
  display: block;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  ul.product-list-widget
  li.mini-cart-item
  a.mini-cart-item-image {
  width: 45px;
  height: 45px;
  float: right;
  border-radius: 50px;
  position: absolute;
  right: 15px;
  top: auto;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  height: 100%;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  ul.product-list-widget
  li.mini-cart-item
  a.mini-cart-item-close {
  width: 55px;
  height: 55px;
  float: right;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  top: 25px;
  line-height: 55px;
  text-align: center;
  overflow: hidden;
  background: #ffffff;
  z-index: 99;
  color: #333;
  font-size: 25px;
  display: none;
  transition: all 300ms ease;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  ul.product-list-widget
  li.mini-cart-item:hover
  a.mini-cart-item-close {
  display: block;
  background: #fff;
  color: #4a4a4a;
  transition: all 300ms ease;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  ul.product-list-widget
  li.mini-cart-item
  a.mini-cart-item-image
  img {
  max-width: 100%;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  ul.product-list-widget
  li.mini-cart-item
  .mini-cart-item-content
  .product-name-card {
  line-height: 0;
  font-size: 12px;
  text-overflow: ellipsis;
  width: 100%;
  color: #495057;
  font-weight: 600;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  ul.product-list-widget
  li.mini-cart-item
  .mini-cart-item-content
  .variation {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  margin-top: 20px;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  ul.product-list-widget
  li.mini-cart-item
  .mini-cart-item-content
  .variation
  span {
  float: right;
  padding-left: 3px;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  ul.product-list-widget
  li.mini-cart-item
  .mini-cart-item-content
  .header-basket-list-item-color-badge {
  float: left;
  cursor: default;
  color: #999;
  font-size: 12px;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  ul.product-list-widget
  li.mini-cart-item
  .mini-cart-item-content
  .header-basket-list-item-color-badge
  span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-left: 6px;
  vertical-align: middle;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  ul.product-list-widget
  li.mini-cart-item
  .mini-cart-item-content
  .quantity {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  line-height: 0;
  display: inline-block;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  .mini-card-total {
  color: var(--MY-primary-color);
  background-color: rgba(145 119 251 / 14%);
  width: 100%;
  font-size: 14px;
  line-height: 3;
  text-align: center;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  .mini-card-button {
  width: 100%;
  padding: 10px;
  text-align: center;
  height: 50px;
  line-height: 40px;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  .mini-card-button
  a.view-card {
  font-size: 13px;
  color: #666;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  .mini-card-button
  a.view-card:hover {
  color: var(--MY-primary-color);
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  .mini-card-button
  a.card-checkout {
  padding: 7px 20px;
  border-radius: 50px;
  background: #333;
  color: #fff;
  font-size: 12px;
  transition: all 300ms ease;
}

.header-main-nav
  .divider-space-card
  .header-cart-basket
  .widget-shopping-cart
  .widget-shopping-cart-content
  .mini-card-button
  a.card-checkout:hover {
  background: var(--MY-primary-color);
  transition: all 300ms ease;
  color: #fff;
}

.header-main-nav .divider-space-card .header-cart-interest {
  background-color: #333;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 55px;
  position: relative;
  top: 4px;
  left: 5px;
  transition: all 0.2s ease;
}

.header-main-nav .divider-space-card .header-cart-interest:hover {
  background-color: var(--MY-primary-color);
  color: #fff;
}

.header-main-nav .divider-space-card .header-cart-interest a {
  color: #fff;
  font-size: 20px;
}

.header-main-nav .divider-space-card .header-cart-interest a .counter {
  position: absolute;
  right: 0;
  background-color: #333;
  color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  line-height: 15px;
}

.scrollbar {
  margin-right: 0;
  float: left;
  height: 250px;
  width: 100%;
  background: #ffffff;
  overflow-y: scroll;
  margin-bottom: 0;
  margin-top: 0;
}

.force-overflow {
  min-height: 300px;
  display: inline-block;
}

#wrapper {
  text-align: center;
  width: 500px;
  margin: auto;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(206, 209, 209);
}

/* main-menu--------------------- */

/* responsive-menu-------------- */

.overlay {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(125, 125, 125, 0.5);
  z-index: 1001;
}

.nav-btn {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  position: absolute;
  top: 100px;
  right: 10px;
}

.nav-btn.nav-slider {
  float: right;
}

.nav-btn.nav-slider span.linee1 {
  background: #666666;
  height: 3px;
  width: 25px;
  position: absolute;
  right: 13px;
  top: 10px;
}

.nav-btn.nav-slider span.linee2 {
  background: #666666;
  height: 3px;
  width: 25px;
  position: absolute;
  right: 13px;
  top: 18px;
}

.nav-btn.nav-slider span.linee3 {
  background: #666666;
  height: 3px;
  width: 25px;
  position: absolute;
  right: 13px;
  top: 26px;
}

.nav-btn i {
  vertical-align: middle;
}

.header-menu {
  float: left;
}

.header-menu ul {
  height: 64px;
}

.header-menu ul li {
  display: block;
  position: relative;
  float: right;
  margin: 0;
  padding: 0 12px 0 0;
  line-height: 64px;
}

.header-menu ul li a {
  color: #333;
  padding: 4px;
  position: relative;
  padding-left: 24px;
  font: 14px iranyekan;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-menu ul li a i {
  margin-right: 5px;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -16px;
}

@media only screen and (max-width: 1024px) {
  header .header-categories {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  header .header-inner {
    padding: 0 12px;
    text-align: center;
  }

  header .header-logo {
    float: right;
    padding-right: 0;
    padding-left: 0px;
  }
}

.sidebar {
  overflow-y: auto;
  position: fixed;
  top: 0px;
  right: -250px;
  width: 250px;
  height: 100%;
  color: #fff;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.9;
  z-index: 1002;
}

.sidebar .nav-header {
  display: block;
  height: 90px;
}

.sidebar .nav-header img.pic-header {
  position: absolute;
  z-index: -1;
}

.sidebar .nav-header .header-cover {
  position: absolute;
  width: 100%;
  top: 0;
  height: 65px;
  background-color: #fff;
  z-index: -1;
}

.sidebar .nav-header .logo-wrap {
  padding: 1.2em 0;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  width: 200px;
  margin-right: 25px;
}

.sidebar .nav-header .logo-wrap .logo-icon {
  display: inline-block;
  text-decoration: none;
}

.sidebar .nav-header .logo-wrap .logo-icon img {
  display: block;
  width: 130px;
}

.sidebar .nav-header .logo-wrap .logo-text {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  vertical-align: 12px;
  margin-right: 8px;
  text-decoration: none;
  position: absolute;
  top: 55px;
  right: 15px;
}

.sidebar .nav-categories {
  margin-top: 5px;
}

.sidebar .nav-categories li {
  display: block;
  position: relative;
  text-align: right;
}

.sidebar .nav-categories li::before {
  position: absolute;
  left: 7px;
  top: 11px;
  color: #333;
  font-size: 24px;
}

.sidebar .nav-categories li a {
  display: block;
  width: 85%;
  color: #666666;
  padding: 7px 0;
  text-decoration: none;
  font-size: 12px;
  margin-right: 25px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  background: none;
}

.sidebar .nav-categories li a:hover {
  color: #333;
  font-weight: 700;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sidebar.open {
  right: 0px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
  opacity: 1;
}

.sidebar > ul > li > a {
  font-size: 16px;
  display: block;
  padding: 7px 20px;
  background: #ffffff;
  color: #757575;
  font-weight: bold;
}

.sidebar > ul > li > ul > li > a {
  font-size: 16px;
  display: block;
  padding: 7px 40px;
  background: #f5f5f5;
  color: #757575;
}

.sidebar a {
  cursor: pointer;
}

.sidebar > ul > li {
  position: relative;
}

.sidebar ul li a.category-level-2 {
  margin-right: 45px;
  width: 70%;
}

.sidebar ul li ul li a.category-level-3 {
  margin-right: 60px;
  width: 68%;
  font-weight: 300;
}

.sidebar > ul > li.has-sub > a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #757575;
  right: 30px;
  top: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar > ul > li ul > li.has-sub > a::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #757575;
  right: 29px;
  top: 11px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar > ul > li ul > li.has-sub > a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #757575;
  right: 25px;
  top: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar > ul > li.has-sub > a::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #757575;
  right: 29px;
  top: 11px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar > ul > li.has-sub.open > a::before {
  transform: rotate(45deg);
}

.sidebar > ul > li.has-sub.open > a::after {
  transform: rotate(45deg);
}

.sidebar > ul li ul > li.has-sub.open > a::before {
  transform: rotate(45deg);
}

.sidebar > ul li ul > li.has-sub.open > a::after {
  transform: rotate(45deg);
}

.sidebar ul ul {
  background: #fff;
  width: 100%;
}

.sidebar ul ul ul {
  display: none;
  background: #fff;
  width: 100%;
}

.sidebar > ul li i {
  float: left;
  transition: all 300ms ease;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  background: #f1f1f1;
  color: #666666;
  font-size: 20px;
  margin-left: 10px;
}

.sidebar > ul li a[aria-expanded="true"] i {
  transform: rotate(180deg);
  transition: all 300ms ease;
  color: #666666;
}

.main {
  width: 1300px;
  height: auto;
  background: aliceblue;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.content {
  width: 900px;
  height: 400px;
  background: deepskyblue;
  float: left;
}

/* bottom-menu-joomy-- */
.bottom-menu-joomy {
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 60px;
  background: linear-gradient(
    180deg,
    rgb(255 255 255) 40%,
    var(--MY-primary-color) 130%
  );
  text-align: center;
  box-shadow: 0 -1px 7px rgb(0 0 0 / 37%);
  display: none;
}

.bottom-menu-joomy ul li {
  display: inline-block;
  margin-top: 0;
}

.bottom-menu-joomy ul li a {
  color: #424242;
  display: inline-block;
  padding: 2% 4px;
  position: relative;
  font-size: 10px;
}

.bottom-menu-joomy ul li a i {
  display: block;
  font-size: 25px;
}

.bottom-menu-joomy ul li a .shopping-bag-item {
  position: absolute;
  top: -3px;
  right: 0;
  color: #fff;
  background: var(--MY-primary-color);
  border-radius: 3.75rem;
  font-weight: 500;
  font-size: 12px;
  z-index: 5;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
}

.bottom-menu-joomy ul li a .nav-btn {
  top: -40px !important;
}

/* bottom-menu-joomy-- */
/*responsive-menu-------------*/

/* sidebar---------------------*/

.sidebar-inner {
  width: 100%;
  height: auto;
  float: right;
}

.sidebar-main {
  border-radius: 8px;
  padding: 0;
  box-shadow: none;
  background: #fff;
  border: none;
  margin-bottom: 15px;
  text-align: right !important;
}

.megamenu-widget {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  display: block;
  margin-top: 20px;
  border: 1px solid #ececec;
  position: relative;
}

.megamenu-widget .header-main-menu ul.main-menu-ul {
  padding: 10px;
  width: 100%;
  margin-bottom: 0;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item {
  margin-bottom: 5px;
  display: block;
}

.megamenu-widget
  .header-main-menu
  ul.main-menu-ul
  li.main-menu-item
  a.main-menu-link-category {
  display: block;
  color: #656565;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 500;
  position: relative;
  border-radius: 5px;
  transition: 0.2s;
}

.megamenu-widget
  .header-main-menu
  ul.main-menu-ul
  li.main-menu-item:hover
  a.main-menu-link-category {
  background-color: #f5f5f5;
  transition: 0.2s;
  color: #ff828b;
}

.megamenu-widget
  .header-main-menu
  ul.main-menu-ul
  li.main-menu-item
  a.main-menu-link-category
  img {
  width: 22px;
  vertical-align: bottom;
  margin-left: 10px;
  box-shadow: none;
  border-radius: 0;
}

.megamenu-widget
  .header-main-menu
  ul.main-menu-ul
  > li.main-menu-item
  > ul.mega-menu-category {
  width: 720px;
  height: auto;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  border: 1px solid #eee;
  z-index: 99;
  position: absolute;
  right: 298px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.megamenu-widget
  .header-main-menu
  ul.main-menu-ul
  li.main-menu-item:hover
  ul.mega-menu-category {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-out;
}

.megamenu-widget
  .header-main-menu
  ul.main-menu-ul
  li.main-menu-item
  ul.mega-menu-category
  li.menu-category-item {
  position: relative;
  text-align: right;
  width: 25%;
  display: block;
  float: right;
}

.megamenu-widget
  .header-main-menu
  ul.main-menu-ul
  li.main-menu-item
  ul.mega-menu-category
  li.menu-category-item
  a.menu-category-link-title {
  color: #666;
  font-weight: 500;
  font-size: 14px;
  margin-right: 15px;
  transition: all 0.2s ease-out;
  padding: 5px 3px;
}

.megamenu-widget
  .header-main-menu
  ul.main-menu-ul
  li.main-menu-item
  ul.mega-menu-category
  li.menu-category-item
  a.menu-category-link-title:hover {
  color: #ff828b;
  transition: all 0.2s ease-out;
  border-bottom: 1px solid #ff828b;
}

.megamenu-widget
  .header-main-menu
  ul.main-menu-ul
  li.main-menu-item
  ul.mega-menu-category
  li.menu-category-item
  ul.sub-menu-category {
  width: 100%;
  display: block;
  padding: 10px 15px;
}

.megamenu-widget
  .header-main-menu
  ul.main-menu-ul
  li.main-menu-item
  ul.mega-menu-category
  li.menu-category-item
  ul.sub-menu-category
  li.menu-category-item-there {
  text-align: right;
  position: relative;
  display: block;
}

.megamenu-widget
  .header-main-menu
  ul.main-menu-ul
  li.main-menu-item
  ul.mega-menu-category
  li.menu-category-item
  ul.sub-menu-category
  li.menu-category-item-there
  a {
  display: block;
  padding: 5px 20px 5px 10px;
  font-size: 14px;
  transition: 0.2s;
  font-weight: 300;
  color: #666;
  transition: all 0.2s ease-out;
}

.megamenu-widget
  .header-main-menu
  ul.main-menu-ul
  li.main-menu-item
  ul.mega-menu-category
  li.menu-category-item
  ul.sub-menu-category
  li.menu-category-item-there
  a:hover {
  color: #ff828b;
  transition: all 0.2s ease-out;
  padding-right: 25px;
}

/* category-menu-------------------*/

/* header------------------------ */

/* slider-main------------------- */

.slider-main-container {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ececec;
  cursor: pointer;
}

.slider-mainR {
  border-radius: 0;
}

.slider-main-container .carousel-inner .carousel-item img {
  max-width: 100%;
}

.slider-main-container .carousel-inner .carousel-item .carousel-caption {
  width: 100%;
  text-align: right;
  right: 5%;
}

.slider-main-container
  .carousel-inner
  .carousel-item
  .carousel-caption
  button.btn-buy {
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
}

.slider-main-container .carousel-inner .carousel-item-h4::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}

.slider-main-container .carousel-indicators-ul {
  background: rgba(255, 255, 255, 0.7);
  height: auto;
  right: 10px;
  bottom: 10px;
  display: block;
  text-align: center;
  width: calc(100% - 20px);
  left: 10px;
  padding: 5px;
  border-radius: 5px;
  transition: all 400ms ease 3s;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.slider-main-container:hover .carousel-indicators-ul {
  transition: 0.2s;
  visibility: visible;
  opacity: 1;
}

.slider-main-container .carousel-indicators-ul > li.carousel-indicators-item {
  height: auto;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  text-indent: 0;
  background: transparent;
  color: #666;
  font-size: 13px;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  border-radius: 5px;
  opacity: 1;
  padding: 10px 0px;
  margin-right: 0;
  box-shadow: none;
  width: 32.9%;
  margin-left: 0;
}

/* slider-main------------------- */

/* adplacement-container----------*/

.adplacement-container-column {
  width: 100%;
  height: auto;
  margin: 0;
}

.adplacement-container-column a.adplacement-item {
  height: 50%;
  display: block;
  overflow: hidden;
}

.adplacement-container-column a.adplacement-item:first-child {
  margin-bottom: 15px;
}

.adplacement-container-column a.adplacement-item .adplacement-sponsored-box {
  position: relative;
  width: 100%;
  float: left;
  height: 100%;
  margin-bottom: 17px;
}

.adplacement-container-column
  a.adplacement-item
  .adplacement-sponsored-box::before {
  background-color: #fff;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  content: "";
  left: -130%;
  position: absolute;
  z-index: 99;
  width: 200px;
  box-shadow: 0 0 100px #fff;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.adplacement-container-column
  a.adplacement-item:hover
  .adplacement-sponsored-box::before {
  left: 200%;
}

.adplacement-container-column
  a.adplacement-item
  .adplacement-sponsored-box
  img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  transition: 0.2s;
}

.adplacement-container-column
  a.adplacement-item
  .adplacement-sponsored-box
  img:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.adplacement-container-column a.img-banner {
  height: 100%;
  display: block;
}

.adplacement-container-row {
  width: 100%;
  height: auto;
  float: right;
  margin-bottom: 0;
}

.adplacement-container-row a.adplacement-item {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box {
  position: relative;
  width: 100%;
  float: right;
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box img {
  max-width: 100%;
  width: 100%;
  transition: 0.2s;
}

.adplacement-container-row
  a.adplacement-item
  .adplacement-sponsored_box
  img:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.adplacement-container-row
  a.adplacement-item
  .adplacement-sponsored_box::before {
  background-color: #fff;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  content: "";
  left: -130%;
  position: absolute;
  z-index: 99;
  width: 200px;
  box-shadow: 0 0 100px #fff;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.adplacement-container-row
  a.adplacement-item:hover
  .adplacement-sponsored_box::before {
  left: 200%;
}

/* adplacement-container----------*/

/* product-categories------------*/
.product-categories {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  overflow-x: auto;
}

.product-categories .category-card-vertical {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 15px;
  transition: 0.2s;
}

.product-categories .category-card-vertical:hover {
  color: #fff;
  transform: translateY(-6px);
  box-shadow: rgb(0 0 0 / 10%) 0 3px 6px;
  background: var(--MY-primary-color);
}

.product-categories .category-card-vertical:hover h6.card-title,
.product-categories .category-card-vertical:hover .card-subtitle {
  color: #fff;
}

.product-categories .category-card-vertical h6.card-title {
  margin-bottom: 0;
  color: #444;
}

.product-categories .category-card-vertical .card-subtitle {
  margin-top: 5px;
  font-size: 13px;
  color: #666;
}
/* product-categories------------*/

/* slider-amazing-----------------*/

.content-widget-amazing {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #fff;
  padding: 10px 10px 45px !important;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
  border: 1px solid #ececec;
  margin-bottom: 20px;
}

.cwa-p {
  padding-bottom: 0 !important;
}

.content-widget-amazing #amazing-slider {
  border-radius: 8px;
  margin-bottom: 0;
  height: auto;
  background: #fff;
  overflow: visible;
}

.content-widget-amazing #amazing-slider > .row {
  height: 398px;
}

.content-widget-amazing #amazing-slider .carousel-indicators {
  left: auto;
  margin-right: 0;
  margin-left: 0;
  height: 100px;
  bottom: -45px;
  float: right;
  width: 100%;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.content-widget-amazing #amazing-slider .carousel-indicators-order {
  position: absolute;
  bottom: -50px;
  right: 0;
  padding-right: 0;
}

.content-widget-amazing #amazing-slider .carousel-indicators li {
  width: 60px;
  height: 60px;
  margin-left: 10px;
  text-indent: 0;
  display: inline-block;
  float: right;
  padding: 5px;
  cursor: pointer;
  position: relative;
  background: 0 0;
  border-radius: 50px;
  box-shadow: none;
  text-align: center;
  overflow: hidden;
  border: 2px solid #f5f5f5;
  transition: all 0.2s;
  opacity: 0.7;
}

.content-widget-amazing #amazing-slider .carousel-indicators li:last-child {
  margin-bottom: 0;
}

.content-widget-amazing #amazing-slider .carousel-indicators li.active {
  border: 2px solid #909090;
  background-color: #ffffff !important;
  width: 70px;
  height: 70px;
  transition: all 0.2s;
  opacity: 1;
}

.content-widget-amazing #amazing-slider .carousel-indicators li span {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 32px;
  line-height: 32px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
  font-size: 14px;
}

.content-widget-amazing
  #amazing-slider
  .carousel-indicators
  li.carousel-item-li {
  background: #f1f1f1;
  border-radius: 50px;
  font-size: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 2.5px 20px 2.5px 0;
  overflow: hidden;
  position: relative;
}

.content-widget-amazing #amazing-slider .carousel-indicators-order li {
  margin-right: 5px !important;
}

.content-widget-amazing #amazing-slider .carousel-indicators-order li.active {
  background-color: var(--MY-primary-color) !important;
  border-color: var(--MY-primary-color) !important;
}

.content-widget-amazing
  #amazing-slider
  .carousel-indicators
  li.carousel-item-li:after {
  content: "";
  width: 0;
  border: none;
}

.content-widget-amazing
  #amazing-slider
  .carousel-indicators
  .view-all
  .btn:focus,
.content-widget-amazing
  #amazing-slider
  .carousel-indicators
  .view-all
  .btn:active {
  box-shadow: none;
}

.content-widget-amazing #amazing-slider .carousel-indicators .view-all .btn i {
  font-size: 18px;
  position: relative;
  top: 1px;
  left: 50px;
  color: #fff;
}

.content-widget-amazing
  #amazing-slider
  .carousel-indicators
  .carousel-control-prev {
  border: 1px solid #e9e9e9;
  left: 170px;
  top: -35px;
  color: var(--black);
  opacity: 1;
  width: 40px;
  height: 40px;
}

.content-widget-amazing
  #amazing-slider
  .carousel-indicators
  .carousel-control-next {
  border: 1px solid #e9e9e9;
  right: 170px;
  top: -35px;
  color: var(--black);
  opacity: 1;
  width: 40px;
  height: 40px;
}

.hvr-sweep-to-left:before {
  content: "";
  width: 50px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px 0 0 20px;
  transition: all 0.2s ease-in-out;
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
  width: 100%;
  border-radius: 0;
}

.content-widget-amazing #amazing-slider .carousel-inner {
  position: absolute;
  left: 0;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-content {
  margin-top: 4px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item {
  margin-top: 0;
  height: 399px;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  a.img-link-amazing {
  height: 90%;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  a.img-link-amazing
  img {
  max-width: 85%;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row {
  height: 399px;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .price
  del {
  display: inline-block;
  margin-left: 7px;
  font-size: 16px;
  color: #aaa;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .price
  del
  span
  span {
  font-size: 12px;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .price
  ins {
  color: var(--MY-primary-color);
  font-size: 26px;
  font-weight: 500;
  text-decoration: none;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .price
  ins
  span
  span {
  font-size: 12px;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .discount {
  position: absolute;
  top: 35px;
  right: 0;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .discount:before {
  content: "\f0a3";
  font-family: FontAwesome;
  font-size: 70px;
  position: relative;
  color: var(--MY-primary-color);
  transform: translate(50%);
  right: 0;
  top: 40px;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .discount
  .discount-percent {
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 80px;
  right: 12px;
  transform: rotate(-20deg);
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .discount
  .discount-percent
  i {
  font-size: 12px;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .product-title {
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .product-title
  a {
  color: #666666;
  font-weight: 600;
  transition: 0.2s;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .product-title
  a:hover {
  color: var(--MY-primary-color);
  transition: 0.2s;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .list-group {
  padding-right: 0;
  margin: 20px 0;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .list-group
  .list-group-item {
  border: none;
  padding: 0;
  text-align: center;
  font-size: 13px;
  color: #999999;
  font-weight: 300;
  line-height: 2;
  background-color: transparent;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .list-group-item
  i {
  font-size: 14px;
  position: relative;
  color: #cecece;
}

.content-widget-amazing #amazing-slider .timer-title {
  margin-top: 15px;
  color: #979898;
}

.content-widget-amazing
  #amazing-slider
  .carousel-inner
  .carousel-item
  .row
  .finished {
  border: 2px solid #979898 !important;
  color: #7a7a7a !important;
  font-size: 16px !important;
  box-shadow: 0 0 9px 0 rgba(112, 112, 112, 0.32);
  background-color: #fff;
}

.content-widget-amazing #amazing-slider-responsive {
  display: none;
}

.slider-amazing-product {
  display: none;
}

/*countdown----------------*/

.countdown-timer {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  display: block;
  position: relative;
}

.countdown {
  direction: ltr;
  margin-bottom: -10px;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}

.countdown .countdown-item {
  display: inline-block;
  margin-right: 0.6em;
  margin-bottom: 0.6em;
  text-align: center;
}

.countdown .countdown-item:first-child {
  margin-left: 0 !important;
}

.countdown .countdown-value {
  font-family: "IRANSans";
  font-weight: 400;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50px;
  line-height: 35px;
  color: #7d7d7d;
  font-size: 14px;
  border: 1px solid #dddddd;
}

.countdown .countdown-label {
  padding-top: 0.25rem;
  color: #dddddd;
  font-family: "IRANSans";
  font-size: 0.75rem;
  font-weight: 100;
}

.countdown.h4 .countdown-label,
.countdown.h5 .countdown-label,
.countdown.h6 .countdown-label,
.countdown.lead .countdown-label,
.countdown.text-xl .countdown-label,
.countdown.text-lg .countdown-label,
.countdown.text-md .countdown-label,
.countdown.text-sm .countdown-label,
.countdown.text-xs .countdown-label {
  font-size: 0.625rem;
}

.countdown-style-1 .countdown-item {
  margin-right: 0.6em;
  margin-bottom: 0.5em;
}

.countdown-style-1 .countdown-value {
  position: relative;
  min-width: 56px;
  padding: 0.625rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
}

.countdown-style-1 .countdown-label {
  padding-top: 7px;
}

.countdown-style-1.countdown-light-skin .countdown-value {
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.countdown-style-2 .countdown-item {
  margin-right: 0.7em;
  margin-bottom: 0.5em;
}

.countdown-style-2 .countdown-value {
  position: relative;
  min-width: 56px;
  padding: 0.3125rem 0.625rem;
  z-index: 1;
}

.countdown-style-2 .countdown-value::before,
.countdown-style-2 .countdown-value::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.countdown-style-2 .countdown-value::before {
  top: 0.375rem;
  left: 0.375rem;
  border: 1px solid #e7e7e7;
  background-color: #f5f5f5;
}

.countdown-style-2 .countdown-value::after {
  top: 0;
  left: 0;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.countdown-style-2 .countdown-label {
  padding-top: 11px;
}

.countdown-style-2.countdown-light-skin .countdown-value {
  color: #343b43;
}

.countdown-style-2.countdown-light-skin .countdown-value::before {
  opacity: 0.2;
}

.countdown-style-2.countdown-light-skin .countdown-value::after {
  border-color: #fff;
}

.countdown-style-3 .countdown-value {
  position: relative;
  min-width: 35px;
}

.countdown-style-3 .countdown-value::after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-left: -8px;
  background-color: #ac32e4;
  content: "";
}

.countdown-style-3 .countdown-label {
  padding-top: 0.625rem;
}

.countdown-light-skin .countdown-value {
  color: #fff;
}

.countdown-light-skin .countdown-label {
  color: rgba(255, 255, 255, 0.5);
}

/*countdown----------------*/

/* slider-amazing-----------------*/

/* slider-product-----------------*/

.slider-widget-products {
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ececec;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}

.slider-widget-brands {
  border: none;
  box-shadow: none;
}

.slider-content-tabs {
  background: #f5f5f5 !important;
  border: none !important;
  box-shadow: none;
}

.widget-product .product-carousel .tab-item {
  background: #fff;
  border-radius: 5px;
}

.widget,
.brand-slider {
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  border: none;
  margin-bottom: 15px;
  font-size: 14px;
}

.widget-suggestion .promo-single-headline {
  background: #fff;
  padding-bottom: 15px !important;
  margin-bottom: -1px !important;
}

.widget .card-header,
.brand-slider .card-header {
  border-radius: 0;
  padding: 0;
  margin-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 0;
  float: right;
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 20px;
}

.widget .header-product {
  border-bottom: 2px solid #d4e3ec;
}

.widget .card-header span.title-one {
  padding-bottom: 10px;
  color: var(--MY-primary-color);
  border-bottom: 2px solid var(--MY-primary-color);
  display: inline-block;
  position: relative;
  top: 2px;
  font-weight: 600;
  font-size: 14px;
}

.widget .card-header .card-title,
.brand-slider .card-header .card-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #999999;
  float: left;
}

.widget-banner {
  padding: 0;
  text-align: center;
  box-shadow: none;
  background: 0 0;
}

.widget-banner img {
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.widget-services {
  text-align: center;
}

.widget-services .feature-item {
  font-size: 0.714rem;
  line-height: 17px;
  vertical-align: middle;
  color: #606060;
  text-align: center;
  letter-spacing: 0.2px;
  background-size: auto 58px;
  width: 107px;
  white-space: nowrap;
}

.widget-services .feature-item img {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
}

.list-group {
  padding-right: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.widget-product .card-header .view-all,
.brand-slider .card-header .view-all {
  position: absolute;
  left: 17px;
  top: 15px;
  transform: translateY(-50%);
  float: left;
  font-size: 10px;
  color: #979898;
}

.widget-product .card-header .card-title,
.brand-slider .card-header .card-title {
  padding-bottom: 0;
  line-height: 2;
}

.widget-product .product-carousel .carousel-item,
.brand-slider .product-carousel .carousel-item {
  display: inline-block;
  direction: rtl !important;
  text-align: center;
  padding: 5px;
}

.product-carousel .owl-item > a.hover-img-link {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-top: 20px;
}

.product-carousel .owl-item a.hover-img-link img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  position: relative;
  width: 70%;
}

.product-carousel .owl-item a.hover-img-link .icon-view {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -40px;
  margin-left: 0;
  transition: all 0.2s;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}

.product-carousel .owl-item a.hover-img-link .icon-view strong {
  display: block;
  margin: auto;
  line-height: 10;
  font-size: 33px;
  border-radius: 0;
  text-align: center;
  background-color: rgb(255 255 255 / 90%);
  position: relative;
}

.product-carousel .owl-item a.hover-img-link .icon-view strong i {
  width: 60px;
  height: 60px;
  background-color: #333;
  color: #ffffff;
  border-radius: 50px;
  line-height: 55px;
}

.product-carousel .owl-item .item:hover a.hover-img-link .icon-view {
  transition: all 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.product-carousel-brand .owl-item a.hover-img-link .img-brand {
  width: 60%;
}

.widget-product .product-carousel .item,
.brand-slider .owl-carousel .item {
  display: inline-block;
  direction: rtl !important;
  text-align: center;
  padding: 5px;
  width: 100%;
}

.amazing {
  display: none !important;
}

@media (min-width: 992px) {
  .widget-product .product-carousel .owl-item,
  .brand-slider .owl-carousel .owl-item {
    border: 1px solid #fff;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
      transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  }
}

.widget-product .product-carousel .item .post-title,
.brand-slider .product-carousel .item .post-title {
  font-size: 13px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  letter-spacing: -0.3px;
  line-height: 25px;
  padding-top: 40px;
}

.widget-product .product-carousel .item .post-title a {
  font-size: 13px;
  color: #535353;
  text-decoration: none;
}

.widget-product .product-carousel .item .actions {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.2s;
}

.widget-product .product-carousel .item:hover .actions {
  opacity: 1;
  transition: all 0.2s;
}

.widget-product .product-carousel .item .actions ul {
  text-align: center;
  display: inline-block;
  transition: all 0.2s;
}

.widget-product .product-carousel .item .actions ul li {
  display: inline-block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
  transition: 0.2s;
  float: left;
  margin: 0 2px;
  background: #fff;
  padding: 0 2px;
}

.widget-product .product-carousel .item:hover .actions ul li {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

.widget-product .product-carousel .item:hover .actions ul li:nth-of-type(2) {
  transition-delay: 0.2s;
}

.widget-product .product-carousel .item:hover .actions ul li:nth-of-type(3) {
  transition-delay: 0.4s;
}

.widget-product .product-carousel .item .actions ul li button {
  display: inline-block;
  color: #000000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: 0.3s;
  font-weight: 400;
  border: none;
  background: 0 0;
  font-size: 22px;
}

.widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
  color: var(--MY-primary-color);
  font-size: 20px;
  height: auto;
  cursor: pointer;
  margin-top: 20px;
}

.widget-product
  .product-carousel
  .item
  .countdown-timer
  .countdown
  .countdown-item {
  margin-right: 0.5em;
}

.widget-product .product-carousel .item .discount {
  width: 50px;
  height: 30px;
  background: #ec5151;
  float: left;
  border-radius: 50px;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
}

.widget-product .product-carousel .item .add-to-cart-section {
  width: 60px;
  height: 40px;
  border-radius: 5px;
  background: var(--MY-primary-color);
  border: 1px solid var(--MY-primary-color);
  line-height: 40px;
  color: #fff;
  float: right;
  cursor: pointer;
  overflow: hidden;
  transition: all 500ms ease;
}

.widget-product .product-carousel .item .add-to-cart-section i {
  color: #fff !important;
}

.widget-product .product-carousel .item .add-to-cart-section:hover {
  background: #08e3fd;
  transition: all 500ms ease;
}

.widget-product .product-carousel .item .price del,
.brand-slider .product-carousel .item .price del {
  color: #979898;
  font-size: 13px;
  display: block;
  width: 100%;
}

.widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
  color: var(--MY-primary-color) !important;
  font-size: 20px;
  height: auto;
  display: block;
  text-decoration: none;
}

.widget-product .product-carousel .item .price-main {
  text-align: left;
  line-height: 50px;
  margin-left: -35px;
}

@media (max-width: 450px) {
  .widget-product .product-carousel .price > span:first-child {
    display: inline-block;
    font-size: 18px;
  }
}

.widget-product .product-carousel .price del > span span:last-child {
  font-size: 10px;
}

.widget-product .product-carousel .price span span:last-child {
  font-size: 12px;
}

@media (max-width: 370px) {
  .widget-product .product-carousel .item .price-main {
    margin-left: 0;
  }
}

.widget-product .owl-carousel .owl-nav .owl-prev,
.brand-slider .owl-carousel .owl-nav .owl-prev,
.widget-product .owl-carousel .owl-nav .owl-next,
.brand-slider .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  background-image: unset;
  outline: none;
}

.widget-product .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: 5px;
  top: 50%;
  color: #a8a8a8;
  box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50px;
}

.widget-product .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: 5px;
  top: 50%;
  color: #a8a8a8;
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50px;
}

.widget-product .owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: all;
}

.widget-product .owl-carousel .owl-nav .owl-prev i,
.brand-slider .owl-carousel .owl-nav .owl-prev i,
.widget-product .owl-carousel .owl-nav .owl-next i,
.brand-slider .owl-carousel .owl-nav .owl-next i {
  font-size: 35px;
  color: #5d5f5f;
  line-height: 52px;
}

.brand-slider .owl-carousel .owl-item {
  text-align: center;
}

.brand-slider .owl-carousel .owl-item img {
  max-height: 70%;
  max-width: 70%;
  margin: 0 auto;
}

.brand-slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: -15px;
  top: 50%;
}

.brand-slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: -15px;
  top: 50%;
}

.amazing-section {
  border-radius: unset;
  box-shadow: unset;
  margin-bottom: 20px;
  padding-top: 0;
  float: right;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(0deg, #2fcee2 0%, #1055b6 100%);
  float: right;
}

.amazing-product img {
  max-width: 80%;
  margin-bottom: 30px;
}

.amazing-product .amazing-heading-title {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 20px;
  display: block;
  font-size: 17px;
  font-weight: bold;
}

.amazing-product a.view-all-amazing-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.26);
  padding: 9px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
}

.amazing-section
  .container-amazing
  .slider-widget-products
  .widget
  .card-header {
  display: none !important;
}

.amazing-section .container-amazing .slider-widget-products {
  background: transparent;
  border: none;
  box-shadow: none;
}

.amazing-section .container-amazing .slider-widget-products .widget {
  background: transparent;
}

.amazing-section
  .container-amazing
  .slider-widget-products
  .widget
  .product-carousel
  .owl-item {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.slider-widget-products .modal-dialog {
  max-width: 850px;
}

.slider-widget-products .modal-header {
  border-bottom: none;
}

.slider-widget-products .modal-body .product-box-modal-title h2 {
  font-size: 22px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  letter-spacing: -0.3px;
  line-height: 25px;
  padding-top: 120px;
}

.slider-widget-products .modal-body .zoom-box img {
  width: 100%;
  height: 100%;
}

.slider-widget-products .modal-body .product-box-modal-title h2 a {
  color: #535353;
  font-weight: 500;
}

.slider-widget-products .modal-body .small-gutters .product-rate i {
  font-size: 20px;
}

.slider-widget-products
  .modal-body
  .small-gutters
  .product-box-modal_price
  .price {
  color: var(--MY-primary-color);
  font-size: 20px;
  height: auto;
  cursor: pointer;
  margin-top: 15px;
}

.slider-widget-products
  .modal-body
  .small-gutters
  .product-box-modal_price
  .price
  del {
  color: #979898;
  font-size: 16px;
  display: inline-block;
}

.slider-widget-products
  .modal-body
  .small-gutters
  .product-box-modal_price
  .price
  del
  span
  span:last-child {
  font-size: 12px;
}

.slider-widget-products
  .modal-body
  .small-gutters
  .product-box-modal_price
  .price
  ins
  span
  span:last-child {
  font-size: 12px;
}

.slider-widget-products
  .modal-body
  .small-gutters
  .product-box-modal_price
  .price
  ins {
  color: var(--MY-primary-color) !important;
  font-size: 22px;
  height: auto;
  display: inline-block;
  text-decoration: none;
}

.slider-widget-products .modal-body .small-gutters .bg-gray-100 {
  padding: 0.75rem !important;
  background-color: #f5f5f5 !important;
}

.slider-widget-products .modal-body .small-gutters .bg-gray-100 ul li {
  font-size: 14px;
  line-height: 2;
}

.slider-widget-products
  .modal-body
  .small-gutters
  .product-box_action
  button.add-to-cart {
  color: #fff;
  border: none;
  background-image: linear-gradient(to right, #4dd6d6 0%, #48edf5 100%);
  background-repeat: repeat-x;
  border-radius: 5px;
  padding: 5px 30px;
  margin-left: 0px;
  font-size: 16px;
}

.slider-widget-products
  .modal-body
  .small-gutters
  .product-box_action
  a.btn-outline-dark {
  color: #424242;
  border-color: #424242;
  border-radius: 5px;
  display: inline;
  padding: 5px 35px;
  font-size: 14px;
}

.slider-widget-products
  .modal-body
  .small-gutters
  .product-box_action
  a.btn-outline-dark:hover {
  color: #fff !important;
}

.slider-widget-products .modal-body .small-gutters .justify-content-between {
  border-top: 1px solid #e0e0e0 !important;
  margin-top: 25px;
}

.slider-widget-products
  .modal-body
  .small-gutters
  .justify-content-between
  a.text-primary {
  color: #fb4b63 !important;
  margin-top: 10px;
  display: block;
}

.slider-widget-products
  .modal-body
  .small-gutters
  .justify-content-between
  a.text-primary
  i {
  vertical-align: middle;
  padding-left: 10px;
  font-size: 18px;
}

.discount-m {
  position: absolute;
  top: 0;
  right: 0;
}

.discount-m span {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  color: #fff;
  background: #43cc3a;
  border-radius: 50px 50px 50px 0;
}

.slider-widget-products .modal-body .owl-dots {
  text-align: center;
}

.slider-widget-products .modal-body .owl-dots .owl-dot {
  outline: none;
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  background: #ddd;
  display: inline-block;
  transition: opacity 200ms ease;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.slider-widget-products .modal-body .owl-dots .owl-dot.active {
  width: 30px;
  background: var(--MY-primary-color) !important;
}

/* slider-product-----------------*/
/* slider-moment------------------*/

.slider-moments {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.slider-moments .widget-suggestion .card-header {
  border-bottom: none;
  text-align: center;
}

.slider-moments #progressBar {
  height: 1px;
  background: #fff;
  position: relative;
  margin-top: 30px;
}

.slider-moments .slide-progress {
  height: 4px;
  background: #ccc;
  position: absolute;
  width: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  display: inline-block;
  animation: progressbar 10s ease-in-out;
  animation-iteration-count: infinite;
  border-radius: 50px;
}

.slider-moments #suggestion-slider .item {
  direction: rtl;
}

.slider-moments #suggestion-slider .item img {
  max-width: 100% !important;
  max-height: 142px !important;
  width: auto !important;
  height: auto !important;
  margin: 13px auto 0;
  box-shadow: none;
}

.slider-moments #suggestion-slider .item .product-title {
  font-size: 13px;
  display: block !important;
  margin-bottom: 0;
  line-height: normal;
  text-align: center;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.slider-moments #suggestion-slider .item a {
  display: block;
  text-align: center;
}

.slider-moments #suggestion-slider .item .product-title a {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 64px;
  line-height: 32px;
  height: auto;
  text-decoration: none;
  color: #535353;
  font-weight: bold;
  font-size: 13px;
  margin-top: 25px;
}

.slider-moments #suggestion-slider .item .price {
  color: var(--MY-primary-color);
  height: auto;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.slider-moments #suggestion-slider .item .price span.amount span {
  font-size: 13px;
}

.list-group {
  padding-right: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.slider-moments .widget-product .card-header .card-title span,
.brand-slider .card-header .card-title span {
  display: inline-block;
  border-bottom: 1px solid #ef5661;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
}

.slider-moments .widget-product .card-header .view-all,
.brand-slider .card-header .view-all {
  position: absolute;
  left: 17px;
  top: 37px;
  transform: translateY(-50%);
  float: left;
  font-size: 10px;
  color: #979898;
}

.slider-moments .widget-product .card-header .card-title,
.brand-slider .card-header .card-title {
  padding-bottom: 0;
  line-height: 2;
}

.slider-moments .widget-product .product-carousel .carousel-item,
.brand-slider .product-carousel .carousel-item {
  display: inline-block;
  direction: rtl !important;
  text-align: center;
  padding: 5px;
}

.slider-moments .product-carousel .owl-item img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  width: auto !important;
}

.slider-moments .widget-product .product-carousel .item,
.brand-slider .owl-carousel .item {
  display: inline-block;
  direction: rtl !important;
  text-align: center;
  padding: 5px;
  width: 100%;
}

@media (min-width: 992px) {
  .slider-moments .widget-product .product-carousel .owl-item,
  .brand-slider .owl-carousel .owl-item {
    border: 1px solid #fff;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
      transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  }

  .slider-moments .widget-product .product-carousel .owl-item:hover,
  .brand-slider .owl-carousel .owl-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}

.slider-moments .widget-product .product-carousel .item .post-title,
.brand-slider .product-carousel .item .post-title {
  font-size: 13px;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 64px;
  line-height: 32px;
  height: 64px;
}

.slider-moments .widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
  color: var(--MY-primary-color);
  font-size: 20px;
  height: 64px;
}

.slider-moments .widget-product .product-carousel .item .price del,
.brand-slider .product-carousel .item .price del {
  color: #979898;
  font-size: 13px;
  display: block;
  width: 100%;
}

.slider-moments .widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
  color: var(--MY-primary-color);
  font-size: 20px;
  height: 64px;
  display: block;
  text-decoration: none;
}

.brand-slider .owl-carousel .owl-item {
  text-align: center;
}

.brand-slider .owl-carousel .owl-item img {
  max-height: 70%;
  max-width: 70%;
  margin: 0 auto;
}

.brand-slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: -15px;
  top: 50%;
}

.brand-slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: -15px;
  top: 50%;
}

/* slider-moment------------------*/

/* tab-products-------------------*/

.tab-count-product {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 50px;
}

.tab-count-product .section-header-tab {
  padding: 15px 15px 0 15px;
  margin-bottom: 0;
  text-align: center;
}

.tab-count-product .section-header-tab ul.tabs {
  margin: 0 0 15px 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
}

.tab-count-product .section-header-tab ul.tabs li.tab-item {
  display: inline-block;
}

.tab-count-product .section-header-tab ul.tabs li.tab-item a.tab-link {
  color: #8c8c8c;
  font-size: 14px;
  padding: 10px 7px;
  font-weight: 300;
}

.tab-count-product .tabs-content {
  width: 100%;
  padding: 10px;
}

.tabs .tab-link.active {
  color: var(--MY-primary-color) !important;
  font-weight: 500 !important;
}

/* tab-products-------------------*/

/* Mobile Phone Ads---------------*/

aside.main-row-bg {
  background-image: url(../images/cover/4k-vs-1080p-laptops-scaled.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: auto;
  float: right;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 80px;
}

aside.main-row-bg .bg-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

aside.main-row-bg .content-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

aside.main-row-bg .content-title .title h2 {
  color: #fff;
  font-size: 20px;
}

aside.main-row-bg .content-title .subtitle span {
  color: #f1f1f1;
  font-size: 14px;
}

aside.main-row-bg .card-product-horizontal {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
  box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
  overflow: hidden;
  padding: 15px 15px 15px 25px;
  margin-bottom: 0;
  position: relative;
}

aside.main-row-bg .card-product-horizontal .card-product-horizontal-img {
  width: 22%;
  height: 100%;
  float: right;
  position: relative;
  overflow: hidden;
}

aside.main-row-bg .card-product-horizontal .card-product-horizontal-img a img {
  max-width: 100%;
}

aside.main-row-bg .card-product-horizontal .card-product-horizontal-content {
  width: 75%;
  float: left;
  height: 100%;
  padding: 14px 0;
}

.card-product-horizontal-content .card-product-horizontal-content-title a h3 {
  font-size: 16px;
  color: #666;
}

.card-product-horizontal-content
  .card-product-horizontal-content-title:hover
  a
  h3 {
  color: var(--MY-primary-color) !important;
  transition: 0.2s;
}

.card-product-horizontal-content
  .card-product-horizontal-content-price
  span.amount {
  color: #7d7c7c;
  font-size: 15px;
  float: right;
}

.card-product-horizontal-content
  .card-product-horizontal-content-price
  span.amount
  span {
  font-size: 11px;
}

.card-product-horizontal-content .card-product-horizontal-content-rate {
  float: left;
  margin-top: 5px;
}

.card-product-horizontal-content .card-product-horizontal-content-rate i {
  color: #666666;
  font-size: 12px;
  float: left;
  margin-right: 3px;
}

.card-product-horizontal-content
  .card-product-horizontal-content-rate
  i.active {
  color: #ffd800;
}

/* Mobile Phone Ads---------------*/

/* arshive-product----------------*/

.main-row {
  width: 100%;
  padding: 30px 0;
  float: right;
}

.main-row #breadcrumb {
  width: 100%;
  font-size: 14px;
  padding: 8px 30px 8px 10px;
  color: #bbb;
  margin-bottom: 0;
  position: relative;
  background: transparent;
  float: right;
}

.main-row #breadcrumb i {
  position: absolute;
  right: 12px;
  top: 13px;
  font-size: 25px;
  color: #ababab;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.main-row #breadcrumb li.breadcrumb-item a {
  color: #666666;
}

.main-row #breadcrumb li.breadcrumb-item {
  color: #aaa;
}

.widget-product-categories {
  width: 100%;
  height: auto;
  padding: 15px;
  position: relative;
  border-radius: 5px;
  background: #fff;
  float: right;
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  border: 1px solid #eee;
  margin-bottom: 25px;
}

.widget-product-categories .cat-header {
  margin-bottom: 0;
  text-align: right;
}

.widget-product-categories .cat-header h2 button {
  color: #7a7a7a;
  font-size: 16px;
  background: transparent;
  padding: 0;
}

.widget-product-categories .cat-header h2 button i {
  float: left;
  transition: 0.2s;
}

.widget-product-categories .cat-header h2 button[aria-expanded="true"] i {
  transform: rotate(180deg);
  transition: 0.2s;
}

.widget-product-categories .product-filter .card .card-main {
  padding: 0 0.5rem 0.5rem;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* redio--------------------------*/

.form-auth-row {
  padding-right: 25px;
  position: relative;
  font-size: 12px;
  line-height: 1.833;
  color: #929292;
  letter-spacing: -0.7px;
  margin: 10px 0 0;
}

.ui-checkbox {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 10px;
}

.ui-checkbox input[type="checkbox"] {
  display: block !important;
  opacity: 0;
  position: absolute;
  z-index: 999;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.ui-checkbox-check {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 0;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dedede;
}

.form-auth-row
  .ui-checkbox
  input[type="checkbox"]:checked
  + .ui-checkbox-check:before {
  content: "\F12C";
  font: normal normal normal 24px/1 "Material Design Icons";
  position: absolute;
  left: 6px;
  top: -5px;
  color: var(--MY-primary-color);
  font-size: 20px;
  width: 100%;
  height: 100%;
  line-height: 16px;
  border-radius: 4px;
  text-align: center;
  transition: all 0.2s;
}

/* range-price------------------------*/

.range-slider {
  padding-top: 0.5rem;
}

.noUi-target {
  border: 0;
  border-radius: 0;
  background-color: #e7e7e7;
  box-shadow: none;
}

.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  top: -6px;
  left: -0.375rem;
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.noUi-handle:after,
.noUi-handle:before {
  display: none;
}

.noUi-horizontal .noUi-handle::before {
  display: none;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border: 3px solid var(--MY-primary-color);
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border: 3px solid var(--MY-primary-color);
}

.noUi-horizontal .noUi-handle:focus {
  outline: none;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -0.375rem;
  left: auto;
}

.ui-range-slider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.875rem;
}

.ui-range-slider-footer > .column:last-child {
  padding-right: 0.9375rem;
  text-align: right;
}

.ui-range-values {
  display: inline-block;
}

.ui-range-values .ui-range-value-min,
.ui-range-values .ui-range-value-max {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
}

.ui-range-values .ui-range-label {
  display: inline-block;
  margin-right: 0.125rem;
  color: #8c8c8c;
  font-size: 0.75rem;
  font-weight: 600;
}

.noUi-connect {
  background: var(--MY-primary-color) !important;
}

.filter-range {
  font-size: 13px;
  text-align: right;
  color: #9e9e9e;
}

.btn-range {
  background-color: var(--MY-primary-color);
  color: #fff;
  font-size: 12px;
  transition: all 300ms ease-out;
  border-radius: 5px;
  padding: 4px 15px;
}

.btn-range:hover {
  opacity: 0.7;
  transition: all 300ms ease-out;
}

/* range-price------------------------*/

.shop-archive-content {
  width: 100%;
  position: relative;
}

.shop-archive-content .archive-header {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  border: 1px solid #eee;
}

.shop-archive-content .archive-header h2.archive-header-title {
  font-size: 20px;
  color: #868686;
  padding: 5px;
  font-weight: 400;
}

.shop-archive-content .archive-header .sort-tabs h4 {
  display: inline-block;
  font-size: 13px;
  color: #999;
  margin-left: 10px;
}

.shop-archive-content .archive-header ul.sort-tabs-options {
  display: inline-block;
}

.shop-archive-content .archive-header ul.sort-tabs-options li {
  display: inline-block;
  float: right;
}

.shop-archive-content .archive-header ul.sort-tabs-options li a {
  padding: 2px 10px;
  color: #777;
  font-size: 13px;
}

.sort-tabs-options .nav-link.active {
  color: var(--MY-primary-color) !important;
}

.shop-archive-content .product-items {
  width: 100%;
  overflow: hidden;
}

.shop-archive-content .product-items .product-box {
  width: 100%;
  height: auto;
  padding: 40px 15px 15px;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  background: #fff;
  margin-left: 10px;
  position: relative;
}

.shop-archive-content .product-items .product-box .thumb .promotion-badge {
  color: var(--MY-primary-color);
  width: 100%;
  border-bottom: 1px solid var(--MY-primary-color);
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  font-size: 13px;
  height: 24px;
  line-height: 7px;
  position: absolute;
  top: 13px;
  right: 0;
}

.product-rate {
  float: right;
  margin-top: 10px;
}

.product-rate i {
  color: #666666;
  font-size: 12px;
  float: right;
  margin-right: 3px;
}

.product-rate i.active {
  color: #febd69;
}

.discount-d {
  position: absolute;
  top: 45px;
  left: 15px;
}

.discount-d span {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  color: #fff;
  background: var(--MY-primary-color);
  border-radius: 14px 5px 14px 5px;
}

.shop-archive-content .product-items .product-box .thumb img {
  max-width: 100%;
  margin-top: 15px;
}

.shop-archive-content .product-items .product-box .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 10px;
}

.shop-archive-content .product-items .product-box .title a {
  font-size: 13px;
  color: #666;
}

.shop-archive-content .product-items .product-box .price {
  text-align: center;
  font-size: 12px;
  color: #aaa;
  margin-bottom: 10px;
}

.pagination-product {
  width: 100%;
  text-align: right;
  margin: 25px 0;
}

.pagination-product .pagination .page-item .page-link {
  border: none;
  margin-left: 5px;
  border-radius: 50px;
  color: #666;
}

.pagination-product .pagination .page-item .page-link.active {
  background: var(--MY-primary-color);
  color: #fff !important;
}

/* arshive-product----------------*/

/* cart---------------------------*/

.post-item-cart {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  padding: 5px;
}

.post-item-cart .content-page {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  padding-bottom: 15px;
  padding: 0 10px;
}

.post-item-cart .content-page .cart-form {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #ebebeb;
  text-align: right;
  padding: 20px;
  float: right;
}

.post-item-cart .content-page .cart-form .table thead th {
  border: none;
  padding: 5px 10px;
  text-align: right;
  font-weight: 500;
  color: #908888;
  width: 20%;
  background-color: #f9f9f9;
}

.post-item-cart .content-page .cart-form .table tbody th .product-remove {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  font-size: 25px;
  background: #eee;
  color: #666;
  text-align: center;
  position: absolute;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 0;
}

.post-item-cart .content-page .cart-form .table tbody th {
  position: relative;
}

.post-item-cart .content-page .cart-form .table tbody th.product-cart-name {
  width: 40%;
  margin: 0 auto;
}

.post-item-cart .content-page .cart-form .table tbody th .product-remove a {
  color: #666;
}

.post-item-cart
  .content-page
  .cart-form
  .table
  tbody
  th
  .product-thumbnail-img:hover
  .product-remove {
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
}

.post-item-cart
  .content-page
  .cart-form
  .table
  tbody
  th
  .product-thumbnail-img {
  width: 12%;
  padding: 2px 5px;
  display: inline-block;
  position: relative;
}

.post-item-cart
  .content-page
  .cart-form
  .table
  tbody
  th
  .product-thumbnail-img
  img {
  max-width: 100%;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title {
  width: 70%;
  padding: 2px 5px;
  display: inline-block;
  vertical-align: middle;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title a {
  color: #828282;
  font-size: 13px;
  transition: 0.2s;
  display: block;
}

.post-item-cart
  .content-page
  .cart-form
  .table
  tbody
  th
  .product-title
  a:hover {
  color: var(--MY-primary-color);
  transition: 0.2s;
}

.post-item-cart
  .content-page
  .cart-form
  .table
  tbody
  th
  .product-title
  .variation {
  width: 100%;
  height: auto;
  text-align: right;
  line-height: 30px;
  position: relative;
  font-size: 12px;
  color: #757575;
}

.post-item-cart
  .content-page
  .cart-form
  .table
  tbody
  th
  .product-title
  .variation
  .variant-color
  .variant-color-title {
  padding-right: 20px;
  display: block;
}

.post-item-cart
  .content-page
  .cart-form
  .table
  tbody
  th
  .product-title
  .variation
  .variant-color
  .variant-shape {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 2px;
  top: 9px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #fff;
}

.post-item-cart
  .content-page
  .cart-form
  .table
  tbody
  th
  .product-title
  .variation
  .variant-guarantee {
  width: 100%;
  line-height: 1;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-quantity {
  vertical-align: middle;
}

.quantity {
  position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 90px;
  height: 30px;
  line-height: 1.65;
  float: right;
  display: block;
  padding: 0;
  margin: 10px 0;
  padding-left: 0;
  background: #fbfbfb;
  padding-right: 0;
  text-align: center;
  border: 1px solid #eee;
  font-size: 1.071rem;
  color: #8e8e8e;
  border-radius: 5px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: right;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  text-align: center;
  color: #0fabc6;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 1.071rem;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 25px;
  top: 12px;
  width: 25px;
  right: -113px;
  font-size: 25px;
  padding-top: 0px;
  line-height: 25px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #666;
}

.quantity-button.quantity-up:hover {
  background: var(--MY-primary-color);
  color: #fff;
  transition: 0.2s;
}

.quantity-button.quantity-down {
  position: absolute;
  height: 25px;
  top: 12px;
  width: 25px;
  left: 27px;
  font-size: 25px;
  line-height: 24px;
  padding-top: 0px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #666;
  transition: 0.2s;
}

.quantity-button.quantity-down:hover {
  background: #ff8c8c;
  color: #fff;
  transition: 0.2s;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-price {
  vertical-align: middle;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-Total {
  vertical-align: middle;
}

.post-item-cart
  .content-page
  .cart-form
  .table
  tbody
  .product-cart-price
  span.amount {
  color: #666;
  font-size: 18px;
}

.post-item-cart
  .content-page
  .cart-form
  .table
  tbody
  .product-cart-price
  span.amount
  span {
  font-size: 12px;
}

.post-item-cart
  .content-page
  .cart-form
  .table
  tbody
  .product-cart-Total
  span.amount {
  color: #666;
  font-size: 18px;
}

.post-item-cart
  .content-page
  .cart-form
  .table
  tbody
  .product-cart-Total
  span.amount
  span {
  font-size: 12px;
}

.post-item-cart .content-page .cart-collaterals {
  width: 100%;
  border-radius: 5px;
  background: #f7f7f7;
  text-align: right;
  padding: 25px;
  margin-top: 20px;
  float: right;
}

.post-item-cart .content-page .cart-collaterals h3.Total-cart-total {
  font-weight: 500;
  font-size: 20px;
  color: #999999;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary {
  color: #464646;
  width: 100%;
  padding: 30px;
}

.post-item-cart
  .content-page
  .cart-collaterals
  .checkout-summary
  ul.checkout-summary-summary
  li {
  display: block;
  margin-bottom: 15px;
  vertical-align: middle;
}

.post-item-cart
  .content-page
  .cart-collaterals
  .checkout-summary
  ul.checkout-summary-summary
  li
  span:first-child {
  margin-left: 30px;
}

.post-item-cart
  .content-page
  .cart-collaterals
  .checkout-summary
  ul.checkout-summary-summary
  li
  span.amount {
  padding-left: 20px;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
}

.post-item-cart
  .content-page
  .cart-collaterals
  .checkout-summary
  ul.checkout-summary-summary
  li
  span {
  font-size: 13px;
}

.shipping-totals-item {
  display: inline-block;
  vertical-align: middle;
}

.shipping-totals-item .shipping-totals-title {
  font-size: 12px;
  color: #666;
  margin-left: 25px;
}

.outline-radio {
  width: auto;
  margin-right: 4px;
  position: relative;
  min-width: 24px;
  vertical-align: middle;
}

.outline-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  width: 16px;
  height: 16px;
  top: -8px;
  right: 0px;
  cursor: pointer;
}

.outline-radio span.outline-radio-check {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #a5a5a5;
}

.outline-radio input[type="radio"]:checked + .outline-radio-check {
  background-color: #fff;
  border: 1px solid var(--MY-primary-color);
}

.outline-radio .outline-radio-check:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.outline-radio input[type="radio"]:checked + .outline-radio-check:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-color: var(--MY-primary-color);
  width: 10px;
  height: 10px;
}

span.shipping-destination {
  display: block;
  margin-right: 8px;
  margin-top: 10px;
  color: #666;
  font-size: 12px;
}

.post-item-cart
  .content-page
  .cart-collaterals
  .checkout-summary
  ul.checkout-summary-summary
  li
  .input-coupon-code {
  width: 75%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #eee;
  outline: none;
  padding: 0 10px;
  font-size: 13px;
  color: #666666;
}

.post-item-cart
  .content-page
  .cart-collaterals
  .checkout-summary
  ul.checkout-summary-summary
  li
  .btn-coupon {
  width: 20%;
  height: 40px;
  background-color: var(--MY-primary-color);
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  transition: 0.2s;
}

.post-item-cart
  .content-page
  .cart-collaterals
  .checkout-summary
  ul.checkout-summary-summary
  li
  .btn-coupon:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.post-item-cart
  .content-page
  .cart-collaterals
  .checkout-summary
  ul.checkout-summary-summary
  li
  .proceed-to-checkout {
  padding: 6px 15px;
  background-color: var(--MY-primary-color);
  border-radius: 5px;
  text-align: center;
  transition: 0.2s;
  float: inherit;
  cursor: pointer;
}

.post-item-cart
  .content-page
  .cart-collaterals
  .checkout-summary
  ul.checkout-summary-summary
  li
  .proceed-to-checkout
  a {
  color: #fff;
  font-size: 14px;
}

.post-item-cart
  .content-page
  .cart-collaterals
  .checkout-summary
  ul.checkout-summary-summary
  li
  .proceed-to-checkout:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.post-item-cart .content-page .cart-empty p.cart-empty-title {
  font-size: 18px;
  font-weight: 400;
  color: #908f8f;
}

.post-item-cart .content-page .cart-empty a.account-btn {
  border-radius: 5px;
  font-size: 12px;
  padding: 7px 45px;
  background-color: var(--MY-primary-color);
  border-color: var(--MY-primary-color);
}

.post-item-cart .content-page .cart-empty .return-to-shop a.backward {
  border-radius: 5px;
  font-size: 12px;
  padding: 7px 15px;
  margin-top: 10px;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

/* cart---------------------------*/

/* 404----------------------------*/

.d-404 {
  width: 100%;
  padding: 68px 0;
  text-align: center;
  line-height: 22px;
  float: right;
  background: #fff;
  margin: 20px 0;
  border: 1px solid #eee;
  border-radius: 5px;
}

.d-404-title {
  width: 100%;
  text-align: center;
  color: #626161;
  font-weight: 700;
  font-size: 25px;
}

.d-404 .d-404-actions {
  margin: 40px auto;
  width: 100%;
}

.d-404 .d-404-actions .d-404-action-primary {
  border-radius: 50px;
  padding: 8px 40px;
  color: #fff;
  min-width: 161px;
  margin: 10px 19.5px 46px;
  text-decoration: none;
  background-color: var(--MY-primary-color);
  border: 1px solid #3e00c7;
  transition: all 400ms ease;
}

.d-404 .d-404-actions .d-404-action-primary:hover {
  opacity: 0.8;
  transition: all 200ms ease;
}

.d-404 .d-404-image {
  margin: 0 auto;
}

.d-404 .d-404-image img {
  max-width: 100%;
}

/* 404----------------------------*/

/* login--------------------------*/

.page-account-box {
  width: 100%;
  margin-top: 70px;
}

.page-account-box .ds-userlogin a.account-box-logo {
  width: 156px;
  height: 60px;
  margin-bottom: 18px;
  background: url(../images/logo.svg) no-repeat;
  background-size: contain;
  text-indent: -1000em;
  position: absolute;
  right: 0;
  left: 0;
  margin: 15px auto 0;
  outline: none;
}

.page-account-box .ds-userlogin .account-box {
  width: 100%;
  height: auto;
  padding: 0;
  border: 1px solid #e2e2ef;
  -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 70.6%, 0.11);
  box-shadow: 0 15px 23px 0 hsla(0, 0%, 71%, 0.29);
  position: relative;
  margin: 70px auto 30px;
  display: block;
  background: #fff;
  border-radius: 5px;
}

.page-account-box .ds-userlogin .account-box .account-box-headline {
  width: 100%;
  height: auto;
  display: block;
  background: #f5f5ff;
  overflow: hidden;
}

.page-account-box .ds-userlogin .account-box .account-box-headline a {
  padding: 5px 0;
  width: 50%;
  text-align: right;
  color: #999;
  float: right;
  line-height: 25px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.page-account-box .ds-userlogin .account-box .account-box-headline a.active {
  background: #fff;
  color: var(--MY-primary-color) !important;
}

.page-account-box
  .ds-userlogin
  .account-box
  .account-box-headline
  a.active
  span {
  background: #fff;
  color: var(--MY-primary-color) !important;
  border-radius: 5px;
}

.page-account-box
  .ds-userlogin
  .account-box
  .account-box-headline
  a
  span.title {
  font-weight: 600;
  font-size: 16px;
  display: block;
}

.page-account-box
  .ds-userlogin
  .account-box
  .account-box-headline
  a
  span.sub-title {
  font-size: 12px;
  color: #bfbfbf;
}

.page-account-box
  .ds-userlogin
  .account-box
  .Login-to-account
  .account-box-content {
  min-height: 100%;
  padding: 15px 30px;
  text-align: center;
  border-radius: 5px;
}

.page-account-box
  .ds-userlogin
  .account-box
  .Login-to-account
  .account-box-content
  h4 {
  font-size: 18px;
  border-bottom: #ccc 1px solid;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #999;
}

.page-account-box
  .ds-userlogin
  .account-box
  .Login-to-account
  .account-box-content
  p {
  color: #999999;
  font-size: 12px;
  line-height: 2;
  margin-top: 1.5rem;
}

.account-box-content .form-account-title {
  width: 100%;
  color: #757575;
  font-size: 14px;
  height: auto;
  position: relative;
  margin-bottom: 0;
}

.account-box-content .form-account-title input.number-email-input,
.password-input {
  width: 100%;
  height: 35px;
  outline: none;
  text-align: left;
  position: relative;
  padding: 0 15px;
  border-radius: 5px;
  background: #f3f3f3;
  color: #666;
  font-size: 14px;
  transition: 0.2s;
  border-bottom: 1px solid var(--MY-primary-color);
}

.account-box-content .form-account-title input:focus {
  background: #fff;
  transition: 0.2s;
  border: 1px solid #eee;
}

.account-box-content .form-account-title input.number-email-input::placeholder {
  text-align: right;
  color: #9f9f9f;
}

.account-box-content .form-account-title input.password-input::placeholder {
  text-align: right;
  color: #9f9f9f;
}

.account-box-content .form-account-title label {
  font-size: 12px;
  color: #989898;
}

.account-box-content a.account-link-password {
  display: inline-block;
  font-size: 11px;
  color: var(--MY-primary-color);
  border-bottom: 1px solid var(--MY-primary-color);
  text-decoration: none;
  font-weight: 700;
  float: left;
  line-height: 3;
  margin-top: 5px;
}

.account-box-content .form-row-account button {
  width: 100%;
  height: 35px;
  line-height: 14px;
  margin: 20px 0;
  border-radius: 5px;
  background: var(--MY-primary-color) !important;
  border-color: var(--MY-primary-color);
  font-size: 14px;
  outline: none;
  transition: 0.2s;
}

.account-box-content .form-row-account button:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.form-auth-row .remember-me {
  margin-top: -4px;
  margin-right: 10px;
  text-align: right;
}

.form-auth-row .remember-me a {
  color: var(--MY-primary-color);
  border-bottom: 1px solid var(--MY-primary-color);
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
}

/* login--------------------------*/

/* welcome----------------------- */

.account-box-content .user-account-welcome {
  text-align: center;
  margin: 20px auto;
}

.account-box-content .made-account {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 20px;
}

.account-box-content .made-account h2 {
  font-size: 14px;
  color: #848484;
  margin-bottom: 10px;
  font-weight: 300;
}

.account-box-content .made-account p {
  padding: 10px 15px;
  color: #626161;
  line-height: 25px;
  margin-top: 25px;
  font-size: 12px;
  background: #fafff0;
  border: 1px solid #ddfddb;
  border-radius: 5px;
}

/* welcome----------------------- */

/*verify-phone-number-----------------------*/

.message-light {
  width: 100%;
  padding: 15px 10px;
  height: auto;
  margin: 10px 0;
}

.message-light .massege-light-send {
  width: 100%;
  padding: 20px 5px;
  background: #f9f9f9;
  margin: 15px auto;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
}

.message-light .massege-light-send .form-edit-number {
  width: 260px;
  display: block;
  text-align: right;
  margin: 0 auto;
}

.message-light .massege-light-send .form-edit-number a.edit-number-link {
  background: #8a8a8a;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 30px;
}

.message-light .account-box-verify-content {
  padding: 0 30px;
  margin: 30px 0 0;
}

.message-light .account-box-verify-content .form-account {
  width: 100%;
  text-align: center;
}

.message-light .account-box-verify-content .form-account .form-account-title {
  color: #383838;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 0;
}

.message-light .account-box-verify-content .form-account .lines-number-input {
  width: 100%;
  height: auto;
  padding: 0;
  direction: ltr;
  text-align: center;
}

.message-light
  .account-box-verify-content
  .form-account
  .lines-number-input
  input.line-number-account {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 0;
  border-bottom: 4px solid #383838;
  margin: 0 4px;
  outline: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #383838;
}

.message-light
  .account-box-verify-content
  .form-account
  .lines-number-input
  input.line-number-account:focus {
  border-bottom: 4px solid var(--MY-primary-color);
  color: var(--MY-primary-color);
}

.message-light .receive-verify-code {
  width: 200px;
  height: 40px;
  overflow: hidden;
  border-radius: 50px;
  margin: 30px auto 0;
  line-height: 40px;
  color: #fff;
  text-align: center;
  z-index: 0;
}

#countdown-verify-end {
  display: inline-block;
  margin-bottom: -7px;
  font-size: 16px;
  margin-top: 0;
}

#countdown-verify-end span {
  float: left;
}

#countdown-verify-end span.day {
  display: none;
}

#countdown-verify-end span.hour {
  display: none;
}

.link-border-verify {
  color: #9e9e9e !important;
  border-bottom: 1px solid #9e9e9e;
  background-color: transparent;
  font-weight: 500;
  padding: 5px 0;
}

.message-light .account-footer {
  width: 100%;
  text-align: center;
  margin: 40px 0 0;
}

.message-light .account-footer a {
  color: #1ca2bd;
  border-bottom: 1px solid #1ca2bd;
}

/*verify-phone-number-----------------------*/

/* profile------------------------*/

.post-item-profile {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  padding: 15px;
  margin: 25px 0;
  float: right;
  border: 1px solid #eeeeee;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
}

.post-item-profile .sidebar-profile {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 10px;
}

.post-item-profile .sidebar-profile .profile-box {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  background: #fbfbfb;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-header-inline {
  height: auto;
  margin: 0 0 40px;
  position: relative;
}

.post-item-profile
  .sidebar-profile
  .profile-box
  .profile-box-header-inline
  .profile-avatar {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  overflow: hidden;
  padding: 0px;
  border: 1px solid var(--MY-primary-color);
  border-radius: 50px;
  text-align: center;
  line-height: 68px;
}

.post-item-profile
  .sidebar-profile
  .profile-box
  .profile-box-header-inline
  .profile-avatar
  img {
  max-width: 100%;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 33px;
  color: #757575;
}

.post-item-profile
  .sidebar-profile
  .profile-box
  .profile-box-content-footer
  span.profile-box-nameuser {
  font-size: 16px;
  font-weight: 700;
  color: #767676;
}

.post-item-profile
  .sidebar-profile
  .profile-box
  .profile-box-content-footer
  span.profile-box-registery-date {
  display: block;
}

.post-item-profile
  .sidebar-profile
  .profile-box
  .profile-box-content-footer
  .profile-box-tabs {
  width: 100%;
  height: auto;
  background: #fff;
  border-top: 1px solid #eaeaea;
  margin-top: 20px;
}

.post-item-profile
  .sidebar-profile
  .profile-box
  .profile-box-content-footer
  .profile-box-tabs
  a {
  font-size: 14px;
  display: block;
  color: #7b7b7b;
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  line-height: 35px;
  float: right;
  transition: 0.2s;
}

.post-item-profile
  .sidebar-profile
  .profile-box
  .profile-box-content-footer
  .profile-box-tabs
  a:hover {
  color: var(--MY-primary-color);
  transition: 0.2s;
}

.post-item-profile
  .sidebar-profile
  .profile-box
  .profile-box-content-footer
  .profile-box-tabs
  a
  i {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 18px;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs {
  padding: 8px;
  width: 100%;
  margin-bottom: 0;
}

.post-item-profile
  .sidebar-profile
  .profile-box
  ul.profile-account-navs
  li.profile-account-nav-item {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.post-item-profile
  .sidebar-profile
  .profile-box
  ul.profile-account-navs
  li.profile-account-nav-item
  a {
  text-align: right;
  display: block;
  transition: 0.2s;
  font-size: 13px;
  border-radius: 5px;
  padding: 8px 15px;
  color: #666;
  font-weight: 500;
}

.post-item-profile
  .sidebar-profile
  .profile-box
  ul.profile-account-navs
  li.profile-account-nav-item
  a
  i {
  vertical-align: middle;
  font-size: 18px;
}

.post-item-profile
  .sidebar-profile
  .profile-box
  ul.profile-account-navs
  li.profile-account-nav-item
  a:hover {
  background: #eee;
  transition: 0.2s;
}

.post-item-profile
  .sidebar-profile
  .profile-box
  ul.profile-account-navs
  li.profile-account-nav-item
  a.active {
  background-color: var(--light-blue) !important;
  color: var(--MY-primary-color) !important;
}

.post-item-profile .profile-content {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  padding: 10px;
}

.post-item-profile .profile-content .profile-stats {
  width: 100%;
  height: auto;
  float: right;
  margin-top: 0;
  padding: 0 10px;
  text-align: justify !important;
  background-color: #fbfbfb;
  border-radius: 5px;
}

.post-item-profile .profile-content .profile-stats table tr .title {
  font-size: 12px;
  color: #999999;
}

.post-item-profile .profile-content .profile-stats table tr .value {
  font-size: 14px;
  color: #666666;
}

.post-item-profile .profile-content .profile-stats .profile-edit-action {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #f1f1f1;
  line-height: 1.833;
  height: auto;
  margin-top: -1px;
  width: 100%;
  margin-top: 15px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-edit-action
  a.link-spoiler-edit {
  border-radius: 5px;
  font-size: 12px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-orders
  table
  .thead-light
  th {
  background-color: transparent !important;
  border-left: none;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  border-bottom: none;
  color: #999999;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-orders
  table
  tbody
  td {
  font-size: 13px;
  color: #666666;
  vertical-align: middle;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-orders
  table
  tbody
  td
  a {
  padding: 5px;
  font-size: 12px;
  color: #fff;
  background: var(--MY-primary-color);
  border-color: var(--MY-primary-color);
  border-radius: 5px;
  font-weight: 500;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse {
  margin: 15px 0;
  display: block;
  width: 100%;
  float: right;
  display: none;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-orders
  .collapse
  .profile-orders-item {
  padding: 10px 25px 10px 20px;
  border-radius: 5px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-orders
  .collapse
  .profile-orders-item
  .profile-orders-header
  a.profile-orders-header-details {
  text-decoration: none;
  color: var(--MY-primary-color);
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-orders
  .collapse
  .profile-orders-item
  .profile-orders-header
  a.profile-orders-header-details
  .profile-orders-header-id {
  margin-left: 15px;
  color: #666666;
  font-size: 14px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-orders
  .collapse
  .profile-orders-item
  .profile-orders-header
  a.profile-orders-header-details
  .profile-orders-header-state {
  margin-right: 15px;
  color: #666666;
  font-size: 14px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-orders
  .collapse
  .profile-orders-item
  .profile-orders-header
  a.profile-orders-header-details:after {
  content: "نمایش ";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
  color: #fff;
  background: var(--MY-primary-color);
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
  border-color: var(--MY-primary-color);
}

.order-sm {
  display: none;
}
.order-lg {
  display: block;
}
.post-item-profile
  .profile-content
  .profile-stats
  .table-orders
  .collapse
  .profile-orders-item
  .profile-orders-header
  a.profile-orders-header-details
  .profile-orders-header-state:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 105px;
  top: 3px;
  background: #ccc;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-orders
  .collapse
  .profile-orders-item
  .profile-orders-header
  .ui-separator {
  margin: 10px 0;
  outline: none;
  border: none;
  border-top: 1px solid #c8c8c8;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-orders
  .collapse
  .profile-orders-item
  .profile-orders-header
  .profile-info-row {
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
  font: 14px iranyekan;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-orders
  .collapse
  .profile-orders-item
  .profile-orders-header
  .profile-info-row
  .profile-info-label {
  padding: 8px 0;
  margin-left: 8px;
  text-align: right;
  display: inline-block;
  color: #999999;
  font-size: 13px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-orders
  .collapse
  .profile-orders-item
  .profile-orders-header
  .profile-info-row
  .profile-info-value {
  text-align: left;
  display: inline-block;
  float: left;
  padding: 8px 0;
  color: #666666;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-favorites
  table
  tbody
  td {
  vertical-align: middle;
  font-size: 14px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-favorites
  table
  tbody
  th
  .favorites-product-img {
  width: 80px;
  height: 50px;
  display: block;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-favorites
  table
  tbody
  th
  img {
  max-width: 100%;
  border-radius: 0;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-favorites
  table
  tbody
  tr {
  border-bottom: 1px solid #eeeeee;
}

.profile-stats .profile-recent-fav {
  width: 100%;
  height: auto;
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  float: right;
  display: none;
}

.profile-stats .profile-recent-fav a {
  display: block;
  float: right;
  margin-top: 40px;
  text-align: center;
}

.profile-stats .profile-recent-fav a img {
  max-width: 100%;
}

.profile-stats .profile-recent-fav .profile-recent-fav-col {
  width: 100%;
  float: right;
  display: inline-block;
  margin-bottom: 10px;
}

.profile-stats .profile-recent-fav .profile-recent-fav-col a {
  font-size: 13px;
  color: #777;
}

.profile-stats .profile-recent-fav .profile-recent-fav-price {
  color: #ff5858;
  font-size: 14px;
  display: block;
  float: right;
  margin-top: 10px;
}

.profile-stats .profile-recent-fav .profile-recent-fav-remove {
  float: left;
  width: 35px;
  height: 35px;
  margin-top: 0;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  line-height: 29px;
  background: #eee;
}

.profile-stats .profile-recent-fav .profile-recent-fav-remove a {
  color: #929292;
  display: block;
  margin: 4px 10px;
}

.post-item-profile .profile-content .profile-stats .box-header {
  width: 100%;
  padding-bottom: 20px;
  display: block;
}

.post-item-profile .profile-content .profile-stats .profile {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 10px;
  display: none;
}

.post-item-profile .profile-content .profile-stats .profile ul li.profile-item {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile
  ul
  li.profile-item
  .title {
  color: #999999;
  font-size: 12px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile
  ul
  li.profile-item
  .value {
  color: #666666;
  font-size: 14px;
}

.box-header .box-title {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
  border-bottom: 2px solid var(--MY-primary-color);
  color: #424242;
}

.profile-address .profile-address-item {
  padding: 15px 0;
  display: block;
}

.profile-address .profile-address-item .profile-address-item-title {
  font-size: 14px;
  line-height: 1.571;
  color: #424750;
  font-weight: 500;
  display: inline-block;
}

.profile-address-item .ui-more {
  position: relative;
  float: left;
}

.profile-address-item .ui-more .btn-remove-address {
  border-radius: 50px;
  font-size: 12px;
  padding: 5px 10px;
  background: #ff7373;
  border-color: #ff7373;
}

.profile-address-item .profile-address-content .profile-address-info li {
  margin-top: 10px;
  display: block;
}

.profile-address-item
  .profile-address-content
  .profile-address-info
  li
  .profile-address-info-item {
  font-size: 12px;
  line-height: 1.833;
  color: #81858b;
}

.profile-address-item
  .profile-address-content
  .profile-address-info
  li
  .profile-address-info-item
  i {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
}

.profile-address-item
  .profile-address-content
  .profile-address-info
  li.location-link {
  margin-top: 20px;
  display: block;
}

.profile-address-item
  .profile-address-content
  .profile-address-info
  li.location-link
  .edit-address-link {
  font-size: 14px;
  color: var(--MY-primary-color);
  font-weight: 500;
  border-bottom: 1px solid var(--MY-primary-color);
  padding: 5px 0;
}

.middle-container {
  min-width: unset;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}

.middle-container .form-checkout {
  width: 100%;
  height: auto;
  padding: 0;
  float: right;
  text-align: right;
}

.middle-container .form-checkout .form-checkout-row {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  height: auto;
}

.middle-container .form-checkout .form-checkout-row .validate-required {
  width: 48%;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}

.middle-container .form-checkout .form-checkout-row label {
  font-size: 12px;
  color: #858585;
  width: 100%;
  margin-bottom: 10px;
  float: right;
}

.middle-container .form-checkout .form-checkout-row input {
  display: block;
  font-size: 12px;
  width: 100%;
  height: 45px;
  outline: none;
  border: 1px solid #cfcfcf;
  padding: 0 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.middle-container .form-checkout .form-checkout-row .textarea-name-checkout {
  display: block;
  font-size: 12px;
  width: 100%;
  outline: none;
  border: 1px solid #cfcfcf;
  padding: 0 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
}

.middle-container .form-checkout .form-checkout-valid-row {
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 0;
}

.middle-container
  .form-checkout
  .form-checkout-row
  .input-name-checkout::placeholder {
  text-indent: 0;
  color: #858585;
}
.form-reg select,
.form-reg select option {
  font-size: 12px;
}
.form-reg select option {
}
.middle-container .form-checkout select {
  font-size: 12px;
  width: 100%;
  outline: none;
  height: 45px !important;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding: 0 10px;
  color: #858585;
  margin-left: 0;
  margin-bottom: 20px;
}

.middle-container a.cancel-edit-address {
  float: left;
  font-size: 14px;
  color: var(--MY-primary-color);
  border-bottom: 1px solid var(--MY-primary-color);
  margin-top: 20px;
  text-decoration: none;
  font-weight: 500;
}

.middle-container .form-checkout .form-checkout-row .btn-registrar {
  padding: 7px 20px;
  border-radius: 5px;
  background-color: var(--MY-primary-color);
  color: #fff;
  margin-top: 15px;
  font-size: 13px;
  outline: none;
  cursor: pointer;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  tbody
  th
  .thumb-img {
  width: 80px;
  height: 50px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  tbody
  th.th-img {
  width: 80px;
}

.post-item-profile .profile-content .profile-stats .profile-comment thead th {
  color: #797878;
  font-size: 12px;
  font-weight: 500;
  border-bottom: none;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  tbody
  th
  .thumb-img
  img {
  max-width: 100%;
  float: right;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody td {
  vertical-align: middle;
  font-size: 13px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  tbody
  td
  .profile-comment-status-approved {
  padding: 0;
  border-radius: 3px;
  font-size: 10px;
  font-size: 0.714rem;
  line-height: 19px;
  color: #8dc08c;
  background-color: #f5fff0;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  tbody
  td
  .profile-comment-remove {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #ffe7e7;
  color: #ff7e7e;
  display: block;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody tr {
  border-bottom: 1px solid #eeeeee;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  .profile-comment-thumb {
  width: 100%;
  text-align: center;
  display: none;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  .profile-comment-thumb
  .profile-comment-img {
  position: relative;
  margin: 20px 0;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  .profile-comment-thumb
  .profile-comment-img
  img {
  max-width: 100%;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  .profile-comment-thumb
  .product-rate {
  float: none;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  .profile-comment-thumb
  .product-rate
  i {
  float: none;
  margin-right: 0;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  .profile-comment-thumb
  .profile-comment-content {
  padding: 10px;
  text-align: center;
  width: 100%;
  margin-top: 25px;
  font-size: 14px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  .profile-comment-thumb
  .profile-comment-content
  h4 {
  margin-bottom: 20px;
  position: relative;
  font-size: 14px;
  color: #666666;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  .profile-comment-thumb
  .profile-comment-content
  h4
  span {
  font-size: 12px;
  line-height: 19px;
  color: #8dc08c;
  background-color: #dfffd0;
  width: 100%;
  display: block;
  margin: 20px 0;
  padding: 8px 0;
  border-radius: 5px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  .profile-comment-thumb
  .profile-comment-content
  h4
  p {
  display: block;
  width: 100%;
  margin-top: 30px;
  color: #7d7d7d;
  line-height: 25px;
  font-size: 12px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .profile-comment
  .profile-comment-thumb
  .profile-comment-content
  .profile-comment-remove {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #ffe7e7;
  color: #ff7e7e;
  display: block;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  float: left;
  margin-bottom: 10px;
}

.post-item-profile
  .profile-content
  .profile-stats
  .table-order-view
  h2.order-view-title {
  color: #666666;
  font-size: 18px;
}

.post-item-profile .profile-content .profile-stats .table-order-view thead th {
  color: #797878;
  font-size: 12px;
  font-weight: 500;
  border-bottom: none;
  margin-bottom: 10px;
}

.post-item-profile .profile-content .profile-stats .table-order-view tbody td {
  vertical-align: middle;
  font-size: 13px;
}

.post-item-profile .profile-content .profile-stats .table-order-view tfoot td {
  vertical-align: middle;
  font-size: 13px;
}

.post-item-profile .profile-content .profile-stats .table-order-view tfoot th {
  font-size: 15px;
  color: #6b6969;
  font-weight: 500;
}

.post-item-profile .profile-content .profile-stats .table-order-view tbody tr {
  border-bottom: 1px solid #eeeeee;
}

/* profile------------------------*/

/* checkout-----------------------*/

.checkout {
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  margin: 20px 0;
  float: right;
}

.checkout .content-checkout {
  font-size: 14px;
  line-height: 2;
  color: #777;
  padding-bottom: 15px;
  font-weight: 400;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .info {
  color: #666666;
  background: #f1fbfd;
  padding: 7px 20px 7px 10px;
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  display: block;
  width: 100%;
  border-radius: 5px;
}

.checkout
  .content-checkout
  .notices-wrapper
  .form-coupon-toggle
  .info
  a.showcoupon {
  color: #666666;
}

.checkout
  .content-checkout
  .notices-wrapper
  .form-coupon-toggle
  .info
  a.showcoupon:hover {
  color: var(--MY-primary-color);
}

.checkout
  .content-checkout
  .notices-wrapper
  .form-coupon-toggle
  .checkout-coupon {
  display: none;
}

.checkout
  .content-checkout
  .notices-wrapper
  .form-coupon-toggle
  .checkout-coupon
  .form-row {
  padding: 3px 0;
  margin: 0 0 6px;
  font-size: 13px;
  display: block;
}

.checkout
  .content-checkout
  .notices-wrapper
  .form-coupon-toggle
  .checkout-coupon
  .form-row
  input.checkout-discount-code {
  width: 88%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  outline: none;
  color: #666;
  font-size: 12px;
  background: #f9f9f9;
  padding: 0 15px;
}

.checkout
  .content-checkout
  .notices-wrapper
  .form-coupon-toggle
  .checkout-coupon
  .form-row
  .append
  .btn-append {
  border-radius: 5px;
  background-color: var(--MY-primary-color);
  border-color: var(--MY-primary-color);
}

.checkout .content-checkout .billing-fields h4 {
  color: #676767;
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
}

.checkout .content-checkout .Order-address button {
  background: transparent;
  color: #666666;
  font-size: 14px;
  padding-right: 0;
  padding-bottom: 20px;
}

.checkout .content-checkout .Order-address button span {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  transition: 0.2s;
}

.checkout .content-checkout .Order-address button:hover span {
  border-color: var(--MY-primary-color);
  color: var(--MY-primary-color);
  transition: 0.2s;
}

.checkout .content-checkout .order-review-heading {
  font-size: 20px;
  color: #757575;
  padding: 0 15px;
  margin: 40px 0 15px;
  display: block;
  float: right;
  width: 100%;
}

.checkout
  .content-checkout
  .checkout-review-order
  table.checkout-review-order-table
  thead
  th {
  border-bottom: none;
  font-size: 16px;
  font-weight: 500;
  color: #6f6f6f;
}

.checkout
  .content-checkout
  .checkout-review-order
  table.checkout-review-order-table
  tbody
  .checkout-cart-item
  .product-price
  span.amount {
  font-size: 15px;
  font-weight: 500;
}

.checkout
  .content-checkout
  .checkout-review-order
  table.checkout-review-order-table
  tbody
  .checkout-cart-item
  .product-price
  span.amount
  span {
  font-size: 12px;
  font-weight: 500;
}

.checkout
  .content-checkout
  .checkout-review-order
  table.checkout-review-order-table
  tfoot
  .price
  del {
  color: #979898;
  font-size: 13px;
  display: block;
  width: 100%;
}

.checkout
  .content-checkout
  .checkout-review-order
  table.checkout-review-order-table
  tfoot
  .price
  ins {
  color: var(--MY-primary-color) !important;
  font-size: 20px;
  height: auto;
  display: block;
  text-decoration: none;
}

.checkout
  .content-checkout
  .checkout-review-order
  table.checkout-review-order-table
  tfoot
  .price
  ins
  span.amount
  span {
  font-size: 12px;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods {
  background-color: #f9f9f9;
  border-radius: 5px;
}

.checkout
  .content-checkout
  .checkout-review-order
  ul.checkout-payment-methods
  li.checkout-payment-method-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
}

.checkout
  .content-checkout
  .checkout-review-order
  table.checkout-review-order-table
  tfoot
  td
  > span.shipping-destination {
  display: block;
  margin-right: 8px;
  margin-top: 10px;
  color: #666;
  font-size: 12px;
}

.checkout
  .content-checkout
  .checkout-review-order
  ul.checkout-payment-methods
  > li.checkout-payment-method-item
  > .outline-radio {
  width: auto;
  margin-right: 4px;
  position: relative;
  min-width: 24px;
  vertical-align: middle;
}

.checkout
  .content-checkout
  .checkout-review-order
  ul.checkout-payment-methods
  > li.checkout-payment-method-item
  > .outline-radio
  input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  width: 16px;
  height: 16px;
  top: -8px;
  right: 0px;
  cursor: pointer;
}

.checkout
  .content-checkout
  .checkout-review-order
  ul.checkout-payment-methods
  > li.checkout-payment-method-item
  > .outline-radio
  span.outline-radio-check {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #a5a5a5;
}

.checkout
  .content-checkout
  .checkout-review-order
  ul.checkout-payment-methods
  > li.checkout-payment-method-item
  > .outline-radio
  input[type="radio"]:checked
  + .outline-radio-check {
  background-color: #fff;
  border: 1px solid var(--MY-primary-color);
}

.checkout
  .content-checkout
  .checkout-review-order
  ul.checkout-payment-methods
  > li.checkout-payment-method-item
  > .outline-radio
  .outline-radio-check:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-color: #fff;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.checkout
  .content-checkout
  .checkout-review-order
  ul.checkout-payment-methods
  > li.checkout-payment-method-item
  > .outline-radio
  input[type="radio"]:checked
  + .outline-radio-check:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-color: var(--MY-primary-color);
  width: 10px;
  height: 10px;
}

.checkout
  .content-checkout
  .checkout-review-order
  ul.checkout-payment-methods
  > li.checkout-payment-method-item
  > span.shipping-destination {
  display: block;
  margin-right: 8px;
  margin-top: 10px;
  color: #666;
  font-size: 12px;
}

.checkout .content-checkout .checkout-review-order .btn-Order {
  background-color: var(--MY-primary-color);
  border-color: var(--MY-primary-color);
  border-radius: 5px;
  font-size: 14px;
  outline: none !important;
}

.checkout .content-checkout .thankyou-order-received {
  font-size: 13px;
  color: #999999;
  padding-right: 10px;
  margin-top: 5px;
  display: block;
}

.checkout .content-checkout .order-overview {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 20px;
  display: block;
}

.checkout .content-checkout .order-overview .order-overview-item {
  margin-bottom: 5px;
  display: block;
}

.checkout .content-checkout .order-overview .order-overview-item span {
  font-size: 16px;
  font-weight: 500;
}

.checkout
  .content-checkout
  .order-overview
  .order-overview-item
  span.amount
  span {
  font-size: 12px;
}

/* checkout-----------------------*/

/* single-product-----------------*/

.product {
  background-color: #fff;
  -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
  box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
  border: 1px solid #e4e4e4;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  float: right;
}

.product .product-gallery {
  width: 100%;
}

.product .product-gallery .gallery .gallery-item {
  padding: 0;
  width: 100%;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions {
  float: right;
  margin-bottom: 0;
  margin-top: -50px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li {
  position: relative;
  display: inline-block;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li
  a.btn-option {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  display: block;
  text-align: center;
  padding: 0;
  font-size: 9px;
  margin-bottom: 15px;
  border-radius: 5px;
  float: right;
  transition: 0.2s;
  color: #737373;
  font-weight: 500;
  transition: 0.2s;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li
  a.btn-option:hover {
  background-color: var(--MY-primary-color);
  color: #ffffff !important;
  transition: 0.2s;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li
  a.btn-option
  i {
  display: block;
  font-size: 25px;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li
  .more-product
  img {
  max-width: 100px;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-left: 10px;
}

.add-product-wishes.active {
  color: #f34040 !important;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .email-sharing {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .email-sharing
  > h5.share-title {
  color: #666666;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .modal-body
  .title {
  font-size: 12px;
  color: #999999;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .email-sharing
  .input-group-sharing {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .email-sharing
  .share-email-address {
  border-radius: 5px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #ced4da !important;
  background: #f9f9f9;
  width: 78%;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .email-sharing
  .btn-send-email {
  background-color: var(--MY-primary-color);
  position: absolute;
  border-color: var(--MY-primary-color);
  border-radius: 5px;
  top: 0;
  left: 0;
  font-size: 14px;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .modal-body
  .share-options {
  padding: 16px 0;
  display: block;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .modal-body
  .share-options
  .share-social-buttons
  .share-social {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  line-height: 42px;
  text-align: center;
  font-size: 25px;
  margin-left: 10px;
  display: inline-block;
  color: #ffffff;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .modal-body
  .share-options
  .share-social-buttons
  .share-social-twitter {
  background-image: linear-gradient(135deg, #90f7ec 10%, #32ccbc 100%);
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .modal-body
  .share-options
  .share-social-buttons
  .share-social-facebook {
  background-image: linear-gradient(135deg, #90b9f7 10%, #324ccc 100%);
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .modal-body
  .share-options
  .share-social-buttons
  .share-social-whatsapp {
  background-image: linear-gradient(135deg, #70f570 10%, #49c628 100%);
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .modal-body
  .share-options
  .share-social-buttons
  .share-social-email-outline {
  background-image: linear-gradient(135deg, #f9a6a6 10%, #f54c4c 100%);
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .modal-body
  .form-share-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-social
  .modal-body
  .form-share-col
  .ui-url-field {
  width: 100%;
  outline: none;
  border-top: 1px solid #efefef;
  color: #a9a9a9;
  font-size: 17px;
  padding: 17px 12px 0;
  direction: ltr;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  ul.gallery-actions
  li.option-alarm
  .modal-body
  .form-notification-title {
  margin-bottom: 15px;
  color: #aaa;
  font-size: 14px;
  line-height: 1.571;
  letter-spacing: -0.3px;
}

.product .product-gallery .gallery .gallery-item .gallery-img #gallery_01f {
  width: 100% !important;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.product .product-gallery .gallery .gallery-item .gallery-img .zoomWrapper {
  margin-top: 0;
  margin-bottom: 35px;
  float: right;
  width: 100% !important;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  .gallery-img
  #gallery_01f
  li.item {
  border-radius: 5px;
  height: auto;
  background: #fff;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  .gallery-img
  #gallery_01f
  li.item
  img {
  opacity: 0.7;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  .gallery-img
  #gallery_01f
  li.item
  img:hover {
  opacity: 1;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  .gallery-img
  #gallery_01f
  li.item
  .gallery-count-circle {
  width: 34px;
  height: 34px;
  border-radius: 34px;
  text-align: center;
  color: #fff;
  background-color: rgba(115, 114, 115, 0.6);
  font-size: 22px;
  line-height: 40px;
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 35px;
}

.ZoomContainer {
  z-index: 9 !important;
}

.product .product-gallery .gallery .gallery-item .gallery-img .gallery-item {
  top: 25px;
  position: absolute;
  right: -5px;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  .gallery-img
  .gallery-item
  .btn-option {
  background: #fff;
  outline: none;
  font-size: 20px;
  width: 24px;
  height: 24px;
  color: #8b8b8b;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  .gallery-img
  .gallery-item
  .btn-option-favorites
  i {
  color: #ef394e !important;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  .gallery-img
  .gallery-item
  .tooltip-short {
  padding: 5px 15px;
  background-color: #6f6f6f;
  color: #fff;
  font: 14px iranyekan;
  margin-right: 20px;
  display: none;
  top: -33px;
  position: relative;
  right: 25px;
  width: 155px;
}

.btn-option:hover .tooltip-short {
  display: block;
}

.product
  .product-gallery
  .gallery
  .gallery-item
  .gallery-img
  .tooltip-short:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: -10px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #6f6f6f;
  top: 8px;
}

.product .product-gallery .gallery .gallery-item .gallery-img .owl-stage {
  background: #fff !important;
  margin-top: 40px;
}

.zoomWrapper img {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.zoomWindow {
  border: 2px solid #ccc !important;
  border-radius: 5px;
  cursor: auto !important;
  width: 100% !important;
  height: 100% !important;
}

main.single-product .product #gallery_01f {
  width: 100% !important;
}

main.single-product .product .gallery-items {
  list-style: none;
  float: right;
  width: 100%;
  padding: 0;
  margin: 20px 0;
  text-align: center;
}

main.single-product .product .gallery-items li {
  height: 60px;
  padding: 0 10px;
  display: inline-block;
}

main.single-product .product .gallery-items li img {
  height: 60px;
  width: 60px;
  opacity: 0.5;
}

main.single-product .product .gallery-items li img:hover {
  opacity: 1;
}

.product-gallery .owl-nav .disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: all;
}

.product-gallery .owl-nav .owl-prev,
.product-gallery .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 60px;
  background: #fff;
  font-size: 32px;
  color: #666;
  pointer-events: all;
  border-radius: 5px;
  transition: 0.2s;
  outline: none;
}

.product-gallery .owl-nav .owl-prev {
  position: absolute;
  right: 0;
  bottom: 25px;
  color: #6e6d6d;
  box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 25px;
}

.product-gallery .owl-nav .owl-next {
  position: absolute;
  left: 0;
  bottom: 25px;
  color: #6e6d6d;
  box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 25px;
}

.product-gallery #gallery_01f {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  float: none !important;
}

.product .product-info .product-headline {
  position: relative;
  padding: 7px 0;
  width: 100%;
}

.product .product-info .product-headline h1.product-title {
  margin: 0.8rem 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #666666;
  display: inline-block;
}

.product .product-info .product-headline .product-guaranteed {
  display: inline-block;
  position: relative;
  float: left;
  line-height: 3;
  font-size: 16px;
  font-weight: 500;
}

.product .product-info .product-headline .product-guaranteed span {
  font-size: 12px;
}

.product .product-info .product-attributes .product-config {
  padding-top: 0;
  position: relative;
}

.product
  .product-info
  .product-attributes
  .product-config
  .product-single-ribbons {
  display: inline-block;
}

.product
  .product-info
  .product-attributes
  .product-config
  .product-single-ribbons
  .ribbons
  .ribbons-item {
  display: inline-block;
  padding: 5px 10px;
  background: var(--MY-primary-color);
  border-radius: 5px;
  margin: 0 0 0 3px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.product
  .product-info
  .product-attributes
  .product-config
  span.product-title-en {
  position: relative;
  bottom: 0;
  right: 10px;
  padding-left: 8px;
  margin-left: auto;
  margin-bottom: -20px;
  color: #c0c2c5;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.833;
}

.product .product-info .product-attributes .product-config .product-rate {
  display: inline-block;
  float: none;
  position: relative;
  right: 25px;
}

.product .product-info .product-config-wrapper .product-directory {
  margin: 20px 0 15px;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
}

.product .product-info .product-config-wrapper .product-directory ul li {
  display: inline-block;
  margin-left: 10px;
  color: #757575;
}

.product .product-info .product-config-wrapper .product-directory ul li span {
  font-size: 13px;
  color: #656565;
}

.product .product-info .product-config-wrapper .product-directory ul li span i {
  vertical-align: middle;
  margin-left: 5px;
}

.product
  .product-info
  .product-config-wrapper
  .product-directory
  ul
  li
  a.product-link {
  color: #757575;
  font-size: 12px;
  transition: 0.2s;
  border-bottom: #aaa 1px solid;
  margin-left: 10px;
  margin-right: 5px;
  display: inline-block;
}

.product .product-info .product-config-wrapper .product-variants {
  margin: 20px 0 10px;
  color: #6f6f6f;
  font-size: 13px;
  line-height: 1.692;
}

.product
  .product-info
  .product-config-wrapper
  .product-variants
  ul.js-product-variants {
  margin: 20px 7px;
  display: inline-block;
  vertical-align: middle;
}

.product
  .product-info
  .product-config-wrapper
  .product-variants
  ul.js-product-variants
  li {
  margin: 0 8px 0 0;
  display: inline-block;
}

.product
  .product-info
  .product-config-wrapper
  .product-variants
  ul.js-product-variants
  li
  .ui-variant-color {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.product
  .product-info
  .product-config-wrapper
  .product-variants
  ul.js-product-variants
  li
  .ui-variant-color
  .ui-variant-shape {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 5px;
  background: #ccc;
  border: 1px solid #ccc;
  content: "";
}

.product
  .product-info
  .product-config-wrapper
  .product-variants
  ul.js-product-variants
  li
  .ui-variant-color
  .ui-variant-check {
  cursor: pointer;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 34px;
  width: 34px;
  color: #6f6f6f;
  padding: 0;
  font-size: 13px;
  line-height: 1.692;
  display: block;
  transition: 0.2s;
}

.product
  .product-info
  .product-config-wrapper
  .product-variants
  .ui-variant
  input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
}

.product
  .product-info
  .product-config-wrapper
  .product-variants
  input[type="radio"]:checked
  + .ui-variant-check {
  border: 1px solid var(--MY-primary-color) !important;
  text-align: center;
  transition: 0.2s;
  color: #fff !important;
}

.product
  .product-info
  .product-config-wrapper
  .product-variants
  input[type="radio"]:checked
  + .ui-variant-check::before {
  content: "\F12C";
  font: normal normal normal 24px/1 "Material Design Icons";
  line-height: 31px;
  font-size: 20px;
  position: absolute;
  right: 0;
  margin: 0 7px;
  left: 0;
}

.product .product-info .product-config-wrapper .product-params {
  padding: 12px 0 0;
}

.product .product-info .product-config-wrapper .product-params ul {
  padding: 0;
  color: #55565a;
  margin: 20px 0;
  font-size: 12px;
  line-height: 1.833;
}

.product .product-info .product-config-wrapper .product-params ul::before {
  content: attr(data-title);
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 1.692;
  display: list-item;
  font-weight: 700;
}

.product .product-info .product-config-wrapper .product-params ul li {
  width: 100%;
  margin: 5px 0;
  position: relative;
  padding: 0 15px 0 0;
}

.product .product-info .product-config-wrapper .product-params ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #ccc;
  vertical-align: middle;
  margin-left: 5px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 10px;
}

.product
  .product-info
  .product-config-wrapper
  .product-params
  ul
  li
  span:first-child {
  margin-left: 5px;
  color: #999;
}

.product
  .product-info
  .product-config-wrapper
  .product-params
  ul
  li
  span:last-child {
  font-size: 13px;
  color: #666;
  display: inline-block;
}

.product .product-info .product-config-wrapper .product-price-survey-question {
  font-size: 12px;
  line-height: 2;
  color: #9b9b9b;
  margin-right: 14px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.product
  .product-info
  .product-config-wrapper
  .product-price-survey-question
  .answers {
  display: inline-block;
  margin-right: 0;
  margin-top: 10px;
}

.product
  .product-info
  .product-config-wrapper
  .product-price-survey-question
  .answers
  .product-price-survery-answer {
  color: #999;
  background-color: #eee;
  display: inline-block;
  padding: 5px 10px;
  border-color: #eee;
  border-radius: 5px;
  font-size: 12px;
  transition: 0.2s;
}

.product
  .product-info
  .product-config-wrapper
  .product-price-survey-question
  .answers
  .product-price-survery-answer:hover {
  transition: 0.2s;
  background-color: #909090;
  color: #fff;
  border-color: #909090;
}

.product .product-info .product-config-wrapper .product-seller-info {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  margin-top: 40px;
  float: right;
}

.product
  .product-info
  .product-config-wrapper
  .product-seller-info
  .product-seller-row {
  padding: 10px;
  font-size: 12px;
  color: #666666;
  float: right;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.product
  .product-info
  .product-config-wrapper
  .product-seller-info
  .product-seller-row
  span.title {
  font-size: 14px;
  color: #888;
  float: right;
}

.product
  .product-info
  .product-config-wrapper
  .product-seller-info
  .product-seller-row
  .product-name {
  float: left;
  color: #666666;
  font-weight: 500;
}

.product
  .product-info
  .product-config-wrapper
  .product-seller-info
  .product-seller-row
  .product-name
  span.amount {
  font-size: 16px;
  font-weight: 500;
  color: var(--MY-primary-color);
}

.product
  .product-info
  .product-config-wrapper
  .product-seller-info
  .product-seller-row
  .product-name
  span.amount
  span {
  font-size: 12px;
}

.product
  .product-info
  .product-config-wrapper
  .product-seller-info
  .product-seller-row
  .product-name
  span.unavailable {
  font-size: 16px;
  font-weight: 500;
  color: #ef4343;
}

.product
  .product-info
  .product-config-wrapper
  .product-seller-info
  .product-seller-row
  .btn-add-to-cart {
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 10px;
  border-color: #f5f5f5;
  background-color: var(--MY-primary-color);
  transition: all 0.2s ease;
}

.product
  .product-info
  .product-config-wrapper
  .product-seller-info
  .product-seller-row
  .btn-add-to-cart:hover {
  opacity: 0.7;
}

.product
  .product-info
  .product-config-wrapper
  .product-seller-info
  .product-seller-row
  .Let-me-know {
  background-image: linear-gradient(135deg, #9c9c9c 10%, #757575 100%);
}

.product
  .product-info
  .product-config-wrapper
  .product-seller-info
  .product-seller-row
  .btn-add-to-cart:focus {
  box-shadow: none;
}

.product .product-usp .product-feature {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 12px;
  line-height: 2;
  border-top: 1px solid #f4f4f4;
  width: 100%;
  text-align: center;
  display: block;
  float: right;
}

.product .product-usp .product-feature .product-feature-col {
  width: 15%;
  margin-left: 10px;
  display: inline-block;
}

.product
  .product-usp
  .product-feature
  .product-feature-col
  a.product-feature-item {
  align-items: center;
  color: #9b9b9b;
  font-size: 0.7rem;
  display: block;
  text-align: right;
  position: relative;
  padding: 0 65px 0 10px;
}

.product
  .product-usp
  .product-feature
  .product-feature-col
  a.product-feature-item
  img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.tabs {
  margin-top: 39px;
  position: relative;
  margin-bottom: 0;
  line-height: 22px;
  float: right;
  width: 100%;
}

.tabs .tab-box ul.tab {
  margin: 10px;
  border-radius: 0;
  text-align: center;
  border-bottom: none;
  display: block;
}

.tabs .tab-box ul.tab li {
  position: relative;
  font-size: 14px;
  display: inline-block;
}

.tabs .tab-box ul.tab li a {
  color: #666666;
  border: none;
  background: transparent;
  margin: 0 auto;
}

.tabs .tab-box ul.tab li a i {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 20px;
}

.nav-tabs .nav-link.active {
  color: var(--MY-primary-color) !important;
}

.tabs .tabs-content {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  float: right;
}

.tabs .tabs-content h2.params-headline {
  padding-bottom: 15px;
  color: #525252;
  font-size: 25px;
}

.tabs .tabs-content .content-expert-summary {
  background: #fff;
  color: #706d6d;
  font-size: 15px;
  line-height: 2.25;
  padding: 0 30px 27px 25px;
  min-height: 256px;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

.tabs .tabs-content .content-expert-summary .mask-text {
  max-height: 250px;
  height: unset;
  overflow: hidden;
  padding-bottom: 15px;
  font-size: 14px;
  color: #777777;
  line-height: 30px;
}

.mask-text.active {
  max-height: 100% !important;
}

.tabs .tabs-content .mask a.mask-handler {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 15px;
  color: var(--MY-primary-color);
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

span.show-less {
  display: none;
}

.tabs .tabs-content .content-expert-summary .shadow-box {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  opacity: 1;
  bottom: 40px;
  height: 105px;
  z-index: 1;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 98.8%, 0.99) 99%,
    #fcfcfc
  );
}

.tabs .tabs-content .content-expert-stats {
  margin: 25px 0 55px;
  float: right;
  width: 100%;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 30px -10px 40px;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .positive {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.tabs
  .tabs-content
  .content-expert-stats
  .content-expert-evaluation
  .positive
  span {
  color: var(--MY-primary-color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.tabs
  .tabs-content
  .content-expert-stats
  .content-expert-evaluation
  .positive
  ul {
  display: block;
  color: #666;
  font-size: 13px;
}

.tabs
  .tabs-content
  .content-expert-stats
  .content-expert-evaluation
  .positive
  > ul
  > li
  > i {
  margin-left: 5px;
  color: var(--MY-primary-color);
  font-size: 16px;
  vertical-align: middle;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .negative {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.tabs
  .tabs-content
  .content-expert-stats
  .content-expert-evaluation
  .negative
  span {
  color: #ff5153;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.tabs
  .tabs-content
  .content-expert-stats
  .content-expert-evaluation
  .negative
  ul {
  display: block;
  color: #666;
  font-size: 13px;
}

.tabs
  .tabs-content
  .content-expert-stats
  .content-expert-evaluation
  .negative
  > ul
  > li
  > i {
  margin-left: 5px;
  color: #ff5153;
  font-size: 16px;
  vertical-align: middle;
}

.tabs .tabs-content .content-expert-articles {
  margin-top: 0;
  margin-bottom: 40px;
  float: right;
  width: 100%;
  padding: 0 45px;
}

.tabs .tabs-content .content-expert-articles .content-expert-article {
  margin: 11px 0 0;
  padding-right: 76px;
  position: relative;
  padding-bottom: 1px;
  transition: height 0.3s ease-in-out;
}

.tabs .tabs-content .content-expert-articles .content-expert-article:before {
  background: #d8f8fa;
  position: absolute;
  top: 43px;
  right: 18px;
  bottom: 0;
  width: 1px;
  content: "";
}

.tabs
  .tabs-content
  .content-expert-articles
  .content-expert-article
  .content-expert-button {
  width: 34px;
  height: 30px;
  position: absolute;
  font-size: 24px;
  line-height: 30px;
  right: 0;
  top: 0;
  background-image: linear-gradient(135deg, #ce9ffc 10%, #7367f0 100%);
  border: none;
  color: #fff;
  border-radius: 0px 20px 20px 20px;
  outline: none;
  cursor: pointer;
}

.tabs
  .tabs-content
  .content-expert-articles
  .content-expert-article
  h3.content-expert-title {
  color: #494949;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  padding: 5px 0;
}

.tabs
  .tabs-content
  .content-expert-articles
  .content-expert-article
  .content-expert-text {
  font-size: 14px;
  line-height: 2;
  color: #777777;
  display: none;
}

.tabs
  .tabs-content
  .content-expert-articles
  .content-expert-article
  .content-expert-text
  .content-expert-img {
  text-align: center;
  position: relative;
  margin-top: 40px;
  margin-bottom: 48px;
}

.tabs
  .tabs-content
  .content-expert-articles
  .content-expert-article
  .content-expert-text
  .content-expert-img
  img {
  max-width: 100%;
}

.tabs .tabs-content .params-headline span {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  color: #999;
}

.tabs .tabs-content .params-title:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #f7858d;
  border-style: solid;
  border-width: 7px 0 0 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tabs .tabs-content ul.params-list {
  width: 100%;
  margin-bottom: 0;
  float: right;
}

.tabs .tabs-content ul.params-list li.params-list-item {
  margin: 3px 0;
  float: right;
  width: 100%;
  display: block;
}

.tabs .tabs-content ul.params-list li.params-list-item .params-list-key {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 25%;
  float: right;
  margin-bottom: 0;
  border-radius: 5px;
}

.tabs .tabs-content ul.params-list li.params-list-item span.block {
  display: block;
  background: #fbfbfb;
  padding: 14px 18px 12px;
  font-size: 13px;
  line-height: 1.692;
  color: #999999;
  letter-spacing: -0.3px;
  min-height: 47px;
  position: relative;
  border-radius: 30px;
}

.tabs .tabs-content ul.params-list li.params-list-item .params-list-value {
  position: relative;
  min-height: 1px;
  float: right;
  width: 75%;
}

.tabs
  .tabs-content
  ul.params-list
  li.params-list-item
  .params-list-value
  span.block {
  color: #666666;
}

.tabs .tabs-content .comments .comments-summary {
  margin: 35px 0;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .comments-summary-box
  ul.comments-item-rating {
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 5px;
  float: right;
  width: 100%;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .comments-summary-box
  ul.comments-item-rating
  li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  float: right;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .comments-summary-box
  ul.comments-item-rating
  li
  span.cell-title {
  font-size: 12px;
  color: #777;
  float: right;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .comments-summary-box
  ul.comments-item-rating
  li
  span.cell-value {
  font-size: 12px;
  color: #777;
  float: left;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .comments-summary-box
  ul.comments-item-rating
  li
  .rating-general {
  position: relative;
  height: 4px;
  border-radius: 3px;
  background: #eaeaea;
  background-color: #d5d5d5;
  float: right;
  width: 100%;
  margin-top: 5px;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .comments-summary-box
  ul.comments-item-rating
  li
  .rating-general
  .rating-value {
  background-color: var(--MY-primary-color);
  width: 80%;
  float: right;
  height: 100%;
  border-radius: 5px;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-note {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-note h6 {
  color: #666;
  margin-bottom: 15px;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-note p {
  color: #777;
  margin-bottom: 25px;
  font-size: 14px;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .comments-summary-note
  a.btn-add-comment {
  border-radius: 5px;
  font-size: 14px;
  background-color: var(--MY-primary-color);
}

.tabs .tabs-content .comments .comments-summary .product-comment-list {
  float: right;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  ul.comment-list {
  margin-top: 18px;
  display: block;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  ul.comment-list
  li {
  padding: 57px 0 30px;
  margin-bottom: 36px;
  display: block;
  width: 100%;
  float: right;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  ul.comment-list
  li
  .comments-user-shopping {
  background: #f5f5f5;
  padding: 20px 10px 5px;
  text-align: center;
  border-radius: 5px;
  font-weight: 400;
  color: #888;
  margin-bottom: 10px;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  ul.comment-list
  li
  .cell-date {
  font-size: 11px;
  line-height: 1.692;
  color: #777;
  margin: 5px 0;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  ul.comment-list
  li
  .message-light {
  font-size: 12px;
  line-height: 2.23;
  background-color: #f5f1ff;
  border: 1px solid #d4c2f7;
  border-radius: 5px;
  margin: 20px 0 5px;
  color: var(--MY-primary-color);
  padding: 5px 40px 5px 12px;
  position: relative;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  ul.comment-list
  li
  .message-light
  i {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 18px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  float: right;
  padding-bottom: 40px;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .header {
  color: #999999;
  font-size: 15px;
  font-weight: 500;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .header
  p {
  font-size: 12px;
  margin-top: 15px;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .comments-evaluation-positive {
  position: relative;
  width: 50%;
  float: right;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .comments-evaluation-positive
  span {
  color: var(--MY-primary-color);
  font-size: 14px;
  font-weight: 500;
  float: right;
  margin-bottom: 15px;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .comments-evaluation-positive
  li {
  margin-bottom: 5px;
  color: #5f5f5f;
  position: relative;
  padding: 0 20px 0 0;
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-right: 25px;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .comments-evaluation-positive
  li::before {
  width: 6px;
  height: 6px;
  background-color: var(--MY-primary-color);
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .comments-evaluation-negative {
  position: relative;
  width: 50%;
  float: right;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .comments-evaluation-negative
  span {
  color: #ff637d;
  font-size: 14px;
  font-weight: 500;
  float: right;
  margin-bottom: 15px;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .comments-evaluation-negative
  li {
  margin-bottom: 5px;
  color: #5f5f5f;
  position: relative;
  padding: 0 20px 0 0;
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-right: 25px;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .comments-evaluation-negative
  li::before {
  width: 6px;
  height: 6px;
  background-color: #ff637d;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .footer {
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  right: 30px;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .footer
  .comments-likes {
  text-align: left;
  color: #777;
  font-size: 13px;
  line-height: 1.692;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .footer
  .comments-likes
  .btn-like {
  border-radius: 5px;
  background: #f1f1f1;
  padding: 2px 13px 3px 4px;
  color: #8c8c8c;
  font-size: 13px;
  line-height: 1.692;
  margin-right: 10px;
  cursor: pointer;
  outline: none;
}

.tabs
  .tabs-content
  .comments
  .comments-summary
  .product-comment-list
  .article
  ul.comment-text
  .footer
  .comments-likes
  .btn-like
  .count {
  font-size: 13px;
  opacity: 0.8;
  height: 20px;
  min-width: 20px;
  padding: 0 5px;
  line-height: 20px;
  background: #ddd;
  color: #666;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
}

.tabs .tabs-content .faq .form-faq-row .form-faq-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.tabs .tabs-content .faq .form-faq-row .form-faq-col .ui-textarea {
  display: inline-block;
  width: 100%;
  position: relative;
}

.tabs
  .tabs-content
  .faq
  .form-faq-row
  .form-faq-col
  .ui-textarea
  .ui-textarea-field {
  height: 180px;
  border: 1px solid #efefef;
  border-radius: 5px;
  outline: none;
  padding: 15px;
  background: #f9f9f9;
  color: #424242;
  width: 100%;
  resize: vertical;
  vertical-align: top;
  min-height: 56px;
  font-size: 12px;
  line-height: 2.58;
}

.tabs .tabs-content .faq .form-faq-row .form-faq-col .btn-tertiary {
  padding: 10px 50px;
  border-radius: 5px;
  background-color: var(--MY-primary-color);
}

.tabs .tabs-content .faq #product-questions-list .questions-list {
  width: 100%;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 0 10px;
  box-shadow: 0px 1px 4px rgba(126, 142, 177, 0.2);
  float: right;
  margin-top: 30px;
  position: relative;
  background: #fbfbfb;
}

.tabs .tabs-content .faq #product-questions-list .questions-list:first-child {
  margin-top: 85px;
}

.tabs .tabs-content .faq #product-questions-list .answer-questions {
  width: 95%;
  float: left;
}

.tabs
  .tabs-content
  .faq
  #product-questions-list
  .questions-list
  ul.faq-list
  li.is-question {
  margin-right: 15px;
  padding: 19px 29px 50px;
  color: #4d4d4d;
  float: right;
  width: 100%;
}

.tabs
  .tabs-content
  .faq
  #product-questions-list
  .questions-list
  ul.faq-list
  li.is-question
  .faq-header {
  font-size: 62px;
  padding-top: 0;
  color: #35ccde;
  width: 100%;
  margin-left: 44px;
  display: block;
  float: right;
  text-align: right;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}

.tabs
  .tabs-content
  .faq
  #product-questions-list
  .questions-list
  ul.faq-list
  li.is-question
  .faq-header
  .icon-faq {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  background-image: linear-gradient(135deg, #ac9ccf 10%, #6b45bd 100%);
  line-height: 45px;
  font-size: 30px;
  color: #fff;
  border-radius: 50px;
  margin: 0 auto 20px;
  position: absolute;
  top: -21px;
  right: -14px;
}

.tabs
  .tabs-content
  .faq
  #product-questions-list
  .questions-list
  ul.faq-list
  li.is-question
  .faq-header
  p.h5 {
  color: #7a7a7a;
  line-height: 1.692;
  font-size: 1.429rem;
  margin: 0 auto;
  display: block;
  float: none;
  border-top: none;
}

.tabs
  .tabs-content
  .faq
  #product-questions-list
  .questions-list
  ul.faq-list
  li.is-question
  .faq-header
  p.h5
  span {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.833;
  color: #959595;
  display: inline-block;
}

.tabs
  .tabs-content
  .faq
  #product-questions-list
  .questions-list
  ul.faq-list
  li.is-question
  p {
  float: right;
  margin-top: 25px;
  font-size: 14px;
  line-height: 2;
  color: #6f6f6f;
}

.tabs
  .tabs-content
  .faq
  #product-questions-list
  .questions-list
  ul.faq-list
  li.is-question
  .faq-date {
  float: left;
  font-size: 12px;
  color: #ccc;
  margin-top: 25px;
}

.tabs
  .tabs-content
  .faq
  #product-questions-list
  .questions-list
  ul.faq-list
  li.is-question
  .js-add-answer-btn {
  color: var(--MY-primary-color);
  padding: 0;
  line-height: 2;
  position: absolute;
  bottom: 0;
  left: 25px;
  font-size: 13px;
  margin-bottom: 15px;
}

/* single-product-----------------*/

/*product-comment--------------------------*/

.product-comment {
  width: 100%;
  box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
  background-color: #fff;
  border: 1px solid #eee;
  margin: 14px auto;
  padding-bottom: 60px;
  line-height: 22px;
  float: right;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 30px;
}

.product-comment .comments-product-col-info .comments-product-headline {
  border-bottom: 1px solid rgb(242, 242, 242);
  padding: 0;
  width: 100%;
}

.product-comment
  .comments-product-col-info
  .comments-product-headline
  .comments-product-title {
  font-size: 20px;
  line-height: 32px;
  color: rgb(105, 105, 105);
  margin-top: 25px;
  font-weight: 600;
}

.product-comment
  .comments-product-col-info
  .comments-product-headline
  .comments-product-title
  span {
  color: rgb(181, 181, 181);
  font-size: 0.9rem;
  line-height: 1.571;
  display: block;
  margin-top: 10px;
}

.product-comment .comments-product-col-info .comments-product-attributes {
  width: 100%;
  padding-left: 90px;
  padding-top: 25px;
  padding-right: 50px;
}

.product-comment
  .comments-product-col-info
  .comments-product-attributes
  .comments-product-attributes-title {
  font-size: 13px;
  line-height: 1.692;
  margin-bottom: 10px;
  margin-top: 15px;
  margin-right: -10px;
  color: #676666;
}

.product-comment
  .comments-product-col-info
  .comments-product-attributes
  .slider.slider-horizontal {
  width: 100%;
}

.product-comment
  .comments-product-col-info
  .comments-product-attributes
  .slider.slider-horizontal.slider-rtl
  .slider-track {
  background: #d5d5d5;
  height: 8px;
}

.product-comment
  .comments-product-col-info
  .comments-product-attributes
  .slider-selection.tick-slider-selection {
  background: var(--MY-primary-color);
}

.product-comment
  .comments-product-col-info
  .comments-product-attributes
  .slider-tick {
  width: 0;
  height: 0;
}

.product-comment
  .comments-product-col-info
  .comments-product-attributes
  .slider-tick.in-selection {
  width: 0;
  height: 0;
}

.product-comment
  .comments-product-col-info
  .comments-product-attributes
  .slider-handle {
  width: 20px;
  height: 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background: #7b7b7b;
  top: 0px;
}

.product-comment
  .comments-product-col-info
  .comments-product-attributes
  .form-ui
  form {
  max-width: 100%;
}

.comments-add-col--content input::placeholder,
.comments-add-col--content textarea::placeholder {
  padding-right: 7px;
}

.comments-add-col--content h3 {
  margin-bottom: 25px;
  letter-spacing: -0.5px;
  font-size: 22px;
  line-height: 1.5;
  color: #555;
}

.comments-add-col--content .desc-comment {
  color: #54696b;
}

.comments-add-col--content .cl-circle-title {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  float: right;
  margin: 8px 0 0 10px;
}

.comments-add-col--content .cl-circle-title.cl-primary {
  background: var(--MY-primary-color);
}

.comments-add-col--content .cl-circle-title.cl-red {
  background: #fb3449;
}

.product-offer-question-option {
  padding-right: 40px;
}

.product-offer-question-option label {
  color: #6777ef;
  padding-top: 0;
}

.comments-add-col--content p {
  font-size: 14px;
  line-height: 1.36;
  text-align: justify;
  margin: 10px;
}

.comments-add-col--content .add-points {
  width: 30px;
  height: 28px;
  background: none;
  position: absolute;
  left: 6px;
  top: 8px;
  padding: 0;
  cursor: pointer;
  border: 2px solid #878787;
  border-radius: 4px;
  color: #878787;
  font-size: 24px;
  line-height: 23px;
  outline: none;
  display: none;
}

.form-comment-title {
  margin-bottom: 12px;
  color: #565656;
  font-size: 16px;
  font-size: 1.143rem;
  line-height: 1.375;
  position: relative;
}

.form-comment-title--positive {
  padding-right: 15px;
}

.form-comment-title--negative {
  padding-right: 15px;
}

.form-comment-title--positive:before {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 6px;
  border-radius: 4px;
  background: var(--MY-primary-color);
  content: "";
}

.form-comment-title--negative:before {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 6px;
  border-radius: 4px;
  background: #fb3449;
  content: "";
}

.ui-input--add-point {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 22px;
}

.ui-input--add-point .ui-input-field {
  padding-left: 44px;
  width: 100%;
  height: 40px;
  margin: auto;
  /* border: 1px solid #e0e0e2; */
  border-radius: 10px;
  outline: none;
}

.ui-input--add-point .ui-input-point {
  width: 48px;
  height: 100%;
  background: none;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.ui-input--add-point .ui-input-point:before {
  content: "+";
  font-size: 22px;
  width: 28px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 10px;
  color: #fff;
  background-color: #525252;
  border-radius: 50px;
}

.form-comment-dynamic-labels {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
}

.ui-dynamic-label {
  position: relative;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  border-radius: 5px;
  padding: 8px 14px 8px 38px;
  background: #ccc;
  margin-bottom: 5px;
}

.ui-dynamic-label--positive {
  color: var(--MY-primary-color);
  background-color: rgba(145 119 251 / 14%);
}

.ui-dynamic-label--negative {
  background-color: rgb(251 119 119 / 14%);
  color: #ec1d4d;
}

.form-comment-dynamic-labels .ui-dynamic-label {
  margin-top: 0;
}

.ui-dynamic-label-remove {
  width: 38px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  outline: none !important;
}

.ui-dynamic-label-remove:before {
  position: absolute;
  content: "×";
  font-size: 25px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form-ui .form-row-title {
  font-size: 13px;
  color: #666;
}

.form-ui .form-row .input-ui {
  width: 100%;
  height: 40px;
  margin: auto;
  outline: none;
  font-size: 12px;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 15px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  font-size: 11px;
  color: #999;
}

.comment-submit-button {
  font-size: 14px;
  line-height: 1.375;
  background-color: var(--MY-primary-color);
  color: #fff;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  padding: 10px 20px;
  margin-right: 10px;
}

.product-comment .comments-add-row .comments-add-col-form {
  padding: 40px 40px 34px 68px;
}

.product-comment .comments-add-col-content {
  padding: 58px 50px;
  margin-top: 40px;
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.product-comment .comments-add-col-content h3 {
  margin-bottom: 25px;
  letter-spacing: -0.5px;
  font-size: 1.371rem;
  line-height: 1.5;
  color: rgb(85, 85, 85);
  font-weight: 500;
}

.product-comment .comments-add-col-content p {
  font-size: 14px;
  line-height: 2.36;
  color: #757575;
}

/*product-comment--------------------------*/

/* product-comparison----------------------*/

.comparison {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #edf0f5;
  -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
  box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
  margin: 20px 0;
  display: inline-block;
  overflow-x: auto;
}

.comparison table {
  min-width: 750px;
  table-layout: fixed;
  margin-bottom: 0;
}

.comparison .bg-cs-table-tr {
  background-color: #edeafb;
  font-size: 16px;
}

.comparison .bg-cs-table-tr td,
.comparison .bg-cs-table-tr th {
  color: #252525;
  font-weight: 500;
}

.comparison table td,
.comparison table th {
  color: #999;
  font-size: 14px;
}

.comparison table td:last-child,
.comparison table th:last-child {
  border-left: 0;
}

.comparison .form-ui .custom-select-ui .nice-select {
  width: 100%;
  padding-right: 18px;
  padding-left: 30px;
  border-radius: 5px;
  clear: none;
  border: solid 1px #e8e8e8 !important;
}

.comparison .form-ui .custom-select-ui .nice-select.right .list {
  width: 100%;
  height: 160px;
  overflow-y: auto;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
}

.comparison .form-ui .custom-select-ui .nice-select:after {
  left: 12px;
  right: auto;
}

.comparison .form-ui .custom-select-ui .nice-select .current {
  float: right;
}

.comparison .form-ui .custom-select-ui .nice-select .option {
  padding-right: 18px;
  padding-left: 29px;
  text-align: right;
}

.comparison .comparison-item {
  position: relative;
  margin-bottom: 0.625rem;
  padding: 0.75rem 0.75rem 1.125rem;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
}

.comparison .remove-item {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 27px;
  height: 27px;
  padding-left: 0.0625rem;
  border-radius: 5px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  background-color: #f5f5f5;
  color: #727272;
}

.comparison .comparison-item .comparison-item-thumb {
  display: block;
  width: 130px;
  margin-right: auto;
  margin-bottom: 0.75rem;
  margin-left: auto;
}

.comparison .comparison-item .comparison-item-thumb > img {
  display: block;
  max-width: 100%;
}

.comparison .comparison-item .comparison-item-title {
  display: block;
  margin-bottom: 0.875rem;
  transition: color 0.25s;
  color: #404040;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  letter-spacing: -0.3px;
}

.comparison .comparison-item span.amount {
  color: var(--MY-primary-color);
  font-size: 18px;
  font-weight: 500;
}

.comparison .comparison-item span.amount span {
  font-size: 12px;
}

.comparison .btn-add-to-cart {
  box-shadow: 0 2px 6px 0 rgb(53 0 214 / 44%);
  background-color: var(--MY-primary-color);
  border-color: var(--MY-primary-color);
  color: #fff;
  border-radius: 5px;
}

.comparison .btn-add-to-cart:active {
  background-color: #c22dff !important;
  border-color: #c22dff !important;
  box-shadow: none !important;
}

/* product-comparison--------------*/

/* blog----------------------------*/

.elementor .blog-item .figure img {
  height: 300px;
  width: 100%;
}

.blog-item {
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-item .figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.blog-item .figure:before {
  content: "";
  display: block;
  background: var(--black);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.2s;
}

.blog-item .figure img {
  max-width: 100%;
  transition: 0.2s;
}

.blog-item:hover .figure img {
  transform: translate(-5%, 0%) scale(1.3);
  -webkit-transform: translate(-5%, 0%) scale(1.3);
}

.blog-item .figure .post-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}

.blog-item .figure .post-title a {
  max-width: 100%;
}

.blog-item .figure .post-title a h4 {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  margin: 0;
}

.blog-item .figure .post-title a h5 {
  color: #fff;
  margin-bottom: 15px;
}

.blog-item .figure .post-title p {
  color: #fff;
  font-size: 13px;
}

.blog-item .figure .post-title .btn-see-all {
  border-radius: 50px;
  color: #4a4a4a;
  font-size: 14px;
}

.blog-item .figure .post-title span.post-date {
  position: absolute;
  bottom: 10px;
  left: 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
  color: #ffffff;
}

.blog-item .figure .post-title span.post-date i {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 10px;
}

.post-item {
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 20px;
}

.post-item .post-thumb {
  width: 25%;
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
  float: right;
}

.post-item .post-thumb img {
  max-width: 100%;
}

.post-item .post-content {
  width: 75%;
  margin: 0;
  overflow: hidden;
  float: right;
  padding: 15px;
  position: relative;
}

.post-item .post-content .title {
  margin-top: 10px;
  padding: 0;
  display: inline-block;
}

.post-item .post-content .title a h2.title-tag {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #777;
  font-weight: 400;
  transition: 0.2s;
}

.post-item .post-content .excerpt {
  font-size: 14px;
  color: #999;
  line-height: normal;
  margin-bottom: 15px;
  display: inline-block;
  margin-top: 25px;
}

.post-item .post-content .post-date {
  position: absolute;
  bottom: 0;
  left: 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-top: 20px;
  color: #666666;
}

.shortcode-widget-area-sidebar .widget-posts {
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 20px;
}

.shortcode-widget-area-sidebar .widget-posts .header-sidebar {
  padding: 5px 0;
  border-bottom: 1px solid #f6f6f6;
}

.shortcode-widget-area-sidebar .widget-posts .header-sidebar h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.5px;
  word-spacing: -1.5px;
}

.shortcode-widget-area-sidebar .widget-posts .content-sidebar .item {
  margin-bottom: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid #f6f6f6;
}

.shortcode-widget-area-sidebar
  .widget-posts
  .content-sidebar
  .item
  .item-inner
  .item-thumb {
  width: 30%;
  margin-left: 13px;
  margin-right: auto;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}

.shortcode-widget-area-sidebar
  .widget-posts
  .content-sidebar
  .item
  .item-inner
  .item-thumb
  img {
  max-width: 100%;
}

.shortcode-widget-area-sidebar
  .widget-posts
  .content-sidebar
  .item
  .item-inner
  .title {
  width: 60%;
  display: inline-block;
}

.shortcode-widget-area-sidebar
  .widget-posts
  .content-sidebar
  .item
  .item-inner
  .title
  h2 {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #777;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.shortcode-widget-area-sidebar
  .widget-posts
  .content-sidebar
  .item
  .item-inner
  .title
  .post-date {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  margin-top: 10px;
  color: #c3c3c3;
}

.blog-home .post-item .post-meta {
  display: inline-block;
  font-size: 12px;
  padding-right: 10px;
  color: #8f8f8f;
}

.blog-home .post-item .post-meta i {
  vertical-align: middle;
  font-size: 14px;
  padding-left: 0;
}

.blog-home .post-item .post-meta a {
  color: #8f8f8f;
  display: inline-block;
}

.blog-home .post-item .post-meta a:hover {
  color: var(--MY-primary-color);
}

.blog-home .post-item .post-thumbnail {
  border-radius: 5px;
  background: #f5f5f5;
  margin: 0 0 20px 0;
  overflow: hidden;
  width: 100%;
}

.blog-home .post-item .post-thumbnail img {
  width: 100%;
}

.blog-home .post-item .title a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-home .post-item .title a h1.title-tag {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #777;
  font-weight: 400;
  transition: 0.2s;
}

.blog-home .post-item .content-blog {
  font-size: 14px;
  line-height: 2;
  color: #777;
  padding-bottom: 15px;
}

.blog-home .post-comments {
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 5px;
}

.blog-home .post-comments h2.comments-title {
  font-size: 18px;
  color: #777;
  font-weight: 400;
  margin-bottom: 30px;
}

.blog-home .post-comments h2.comments-title i {
  font-size: 20px;
  vertical-align: middle;
  padding-left: 5px;
}

.blog-home .post-comments h2.comments-title .count-comment {
  margin: 10px 33px 0;
  color: var(--black);
  font-weight: bold;
  font-size: 18px;
}

.blog-home .post-comments ol.comment-list {
  list-style: none;
  padding: 0;
  width: 100%;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body {
  font-size: 14px;
  margin-top: 15px;
  padding: 20px 40px 20px 20px;
  line-height: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.blog-home
  .post-comments
  ol.comment-list
  li.comment-even
  .comment-body
  .comment-meta {
  font-size: 13px;
  padding-right: 55px;
  color: #999;
}

.blog-home
  .post-comments
  ol.comment-list
  li.comment-even
  .comment-body
  .comment-meta
  .comment-author {
  font-size: 12px;
  color: #777;
  padding-top: 5px;
  border-bottom: 1px solid #eee;
}

.blog-home
  .post-comments
  ol.comment-list
  li.comment-even
  .comment-body
  .comment-meta
  .comment-author
  img {
  width: 40px;
  height: auto;
  margin-right: -50px;
  border-radius: 100px;
  margin-left: 10px;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body p {
  color: #999999;
  font-size: 12px;
  margin-top: 20px;
}

.blog-home
  .post-comments
  ol.comment-list
  li.comment-even
  .comment-body
  .reply
  a {
  color: #666666;
  font-size: 14px;
}

/* blog----------------------------*/

/* about-------------------------- */

.about {
  width: 100%;
  box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
  background-color: #fff;
  border: 1px solid #eee;
  margin: 14px auto;
  padding-bottom: 60px;
  line-height: 22px;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}

.about .about-us-head {
  min-height: 500px;
  background: url(../images/head-about.jpg) no-repeat 50%;
  background-size: cover;
  margin-bottom: 0;
}

.about .about-us-head .about-us-head-inner {
  background-color: var(--MY-primary-color);
  width: 100%;
  height: 100%;
  padding: 75px 100px;
  text-align: center;
  color: #fff;
  font-size: 25px;
}

.about .about-us-head .about-us-head-inner .about-us-head-content p {
  color: #fff;
  font-size: 14px;
  line-height: 2.5;
}

.about .page-content-about {
  padding: 5px 100px;
}

.about .page-content-about .page-content-about-paragraph {
  margin: 20px 0;
  display: block;
}

.about .page-content-about .page-content-about-paragraph p {
  font-size: 14px;
  line-height: 2.5;
  color: #535353;
  direction: rtl;
  text-align: right;
}

/* about------------------------- */

/* contact-us-------------------- */

.contact-us {
  width: 100%;
  box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
  background-color: #fff;
  border: 1px solid #eee;
  margin: 14px auto;
  padding: 20px 0;
  line-height: 22px;
  display: inline-block;
  border-radius: 5px;
}

.contact-us .contact-us-section {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ededed;
  padding: 16px 24px 24px;
}

.contact-us .contact-us-section .box-header {
  margin-bottom: 20px;
}

.contact-us .contact-us-section .contact-us-row {
  margin-bottom: 24px;
  display: block;
  align-items: center;
}

.contact-us .contact-us-section .contact-us-row p {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 21px;
  color: #424750;
}

.contact-us .contact-us-section .contact-us-row .js-contact-form-submit {
  font-size: 14px;
  border-radius: 50px;
  box-shadow: none !important;
  background-color: var(--MY-primary-color);
  border: none;
}

.contact-us .contact-us-section .contact-us-form .form-field-container {
  text-align: right;
  width: 48%;
  margin-left: 16px;
  float: right;
  margin-bottom: 20px;
}

.contact-us
  .contact-us-section
  .contact-us-form
  .form-field-container
  .form-field-label {
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 19px;
  margin-bottom: 4px;
  color: #030a16;
  margin-right: 12px;
}

.contact-us
  .contact-us-section
  .contact-us-form
  .form-field-container
  .nice-select {
  width: 100%;
  padding-left: 30px;
  padding-right: 18px;
  text-align: right !important;
  border-radius: 5px;
}

.contact-us
  .contact-us-section
  .contact-us-form
  .form-field-container
  .nice-select::after {
  left: 12px;
  right: auto;
  height: 10px;
  margin-top: -7px;
  width: 10px;
}

.contact-us
  .contact-us-section
  .contact-us-form
  .form-field-container
  .nice-select
  ul.list {
  width: 100%;
  height: 250px;
  overflow-y: auto;
}

.contact-us
  .contact-us-section
  .contact-us-form
  .form-field-container
  .nice-select
  ul.list
  li {
  text-align: right;
}

.contact-us
  .contact-us-section
  .contact-us-form
  .form-field-container
  .form-field-frame {
  position: relative;
}

.contact-us
  .contact-us-section
  .contact-us-form
  .form-field-container
  .form-field-frame
  input {
  padding: 9px 12px;
  background-color: #fff;
  border: 1px solid #e0e0e2;
  font-size: 1rem;
  line-height: 24px;
  width: 100%;
  color: #030a16;
  outline: none;
  border-radius: 5px;
}

.contact-us
  .contact-us-section
  .contact-us-form
  .form-field-container
  .form-field-frame
  textarea {
  padding: 9px 12px;
  background-color: #fff;
  border: 1px solid #e0e0e2;
  font-size: 1rem;
  line-height: 24px;
  width: 100%;
  color: #030a16;
  outline: none;
  border-radius: 5px;
}

.contact-us .contact-us-section .contact-us-row .contact-us-address-header {
  font-size: 20px;
  font-size: 1.429rem;
  line-height: 50px;
  color: #232933;
}

.contact-us .contact-us-section .contact-us-row .contact-us-address-text {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 21px;
  color: #232933;
  margin-bottom: 20px;
}

/* contact-us-------------------- */
/* faq--------------------------- */
.info-page-faq {
  width: 100%;
  height: auto;
  background: #fff;
  float: right;
  position: relative;
  border-radius: 7px;
  text-align: center;
  border: 1px solid #dedede;
  box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#content-bottom {
  margin: 20px auto;
  display: inline-block;
  width: 100%;
}

#content-bottom .content-bottom-title h2.box-rounded-headline {
  font-size: 25px;
  text-align: center;
  margin-bottom: 50px;
  color: #4d4d4d;
  font-weight: bold;
}

.add-group-border {
  width: 185px;
  height: 185px;
  border: 2px solid #5cb860;
  position: relative;
  margin: 0 10px 40px;
  display: inline-block;
}

.add-group-border .add-group {
  width: 80px;
  height: 80px;
  background-color: #5cb860;
  border-radius: 100%;
  margin: 33px auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.add-group-border:hover .add-group {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0 auto;
  -webkit-transition: all 370ms ease;
  -moz-transition: all 370ms ease;
  -o-transition: all 370ms ease;
  -ms-transition: all 370ms ease;
  transition: all 370ms ease;
}

.add-group-border img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 48px;
  right: 68px;
}

.add-group-border h3 {
  font-size: 16px;
  color: #4d4d4d;
  position: absolute;
  top: 135px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.add-group-border:hover h3 {
  color: #fff;
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.open-box-border {
  width: 185px;
  height: 185px;
  border: 2px solid brown;
  display: inline-block;
  position: relative;
  margin: 0 10px 40px;
}

.open-box-border .open-box {
  width: 80px;
  height: 80px;
  background-color: brown;
  border-radius: 100%;
  margin: 33px auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.open-box-border:hover .open-box {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0 auto;
  -webkit-transition: all 370ms ease;
  -moz-transition: all 370ms ease;
  -o-transition: all 370ms ease;
  -ms-transition: all 370ms ease;
  transition: all 370ms ease;
}

.open-box-border img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 48px;
  right: 68px;
}

.open-box-border h3 {
  font-size: 16px;
  color: #4d4d4d;
  position: absolute;
  top: 135px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.open-box-border:hover h3 {
  color: #fff;
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tracking-border {
  width: 185px;
  height: 185px;
  border: 2px solid orange;
  display: inline-block;
  position: relative;
  margin: 0 10px 40px;
}

.tracking-border .tracking {
  width: 80px;
  height: 80px;
  background-color: orange;
  border-radius: 100%;
  margin: 33px auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tracking-border:hover .tracking {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0 auto;
  -webkit-transition: all 370ms ease;
  -moz-transition: all 370ms ease;
  -o-transition: all 370ms ease;
  -ms-transition: all 370ms ease;
  transition: all 370ms ease;
}

.tracking-border img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 48px;
  right: 68px;
}

.tracking-border h3 {
  font-size: 16px;
  color: #4d4d4d;
  position: absolute;
  top: 135px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tracking-border:hover h3 {
  color: #fff;
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.return-border {
  width: 185px;
  height: 185px;
  border: 2px solid tomato;
  display: inline-block;
  position: relative;
  margin: 0 10px 40px;
}

.return-border .return {
  width: 80px;
  height: 80px;
  background-color: tomato;
  border-radius: 100%;
  margin: 33px auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.return-border:hover .return {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0 auto;
  -webkit-transition: all 370ms ease;
  -moz-transition: all 370ms ease;
  -o-transition: all 370ms ease;
  -ms-transition: all 370ms ease;
  transition: all 370ms ease;
}

.return-border img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 48px;
  right: 68px;
}

.return-border h3 {
  font-size: 16px;
  color: #4d4d4d;
  position: absolute;
  top: 135px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.return-border:hover h3 {
  color: #fff;
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gift-border {
  width: 185px;
  height: 185px;
  border: 2px solid darkviolet;
  display: inline-block;
  position: relative;
  margin: 0 10px 40px;
}

.gift-border .gift {
  width: 80px;
  height: 80px;
  background-color: darkviolet;
  border-radius: 100%;
  margin: 33px auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gift-border:hover .gift {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0 auto;
  -webkit-transition: all 370ms ease;
  -moz-transition: all 370ms ease;
  -o-transition: all 370ms ease;
  -ms-transition: all 370ms ease;
  transition: all 370ms ease;
}

.gift-border img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 48px;
  right: 68px;
}

.gift-border h3 {
  font-size: 16px;
  color: #4d4d4d;
  position: absolute;
  top: 135px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gift-border:hover h3 {
  color: #fff;
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.market-border {
  width: 185px;
  height: 185px;
  border: 2px solid chocolate;
  display: inline-block;
  position: relative;
  margin: 0 10px 40px;
}

.market-border .market {
  width: 80px;
  height: 80px;
  background-color: chocolate;
  border-radius: 100%;
  margin: 33px auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.market-border:hover .market {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0 auto;
  -webkit-transition: all 370ms ease;
  -moz-transition: all 370ms ease;
  -o-transition: all 370ms ease;
  -ms-transition: all 370ms ease;
  transition: all 370ms ease;
}

.market-border img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 48px;
  right: 68px;
}

.market-border h3 {
  font-size: 16px;
  color: #4d4d4d;
  position: absolute;
  top: 135px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.market-border:hover h3 {
  color: #fff;
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.transparency-border {
  width: 185px;
  height: 185px;
  border: 2px solid cornflowerblue;
  display: inline-block;
  position: relative;
  margin: 0 10px 40px;
}

.transparency-border .transparency {
  width: 80px;
  height: 80px;
  background-color: cornflowerblue;
  border-radius: 100%;
  margin: 33px auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.transparency-border:hover .transparency {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0 auto;
  -webkit-transition: all 370ms ease;
  -moz-transition: all 370ms ease;
  -o-transition: all 370ms ease;
  -ms-transition: all 370ms ease;
  transition: all 370ms ease;
}

.transparency-border img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 48px;
  right: 68px;
}

.transparency-border h3 {
  font-size: 16px;
  color: #4d4d4d;
  position: absolute;
  top: 135px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.transparency-border:hover h3 {
  color: #fff;
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Multi-shipment-border {
  width: 185px;
  height: 185px;
  border: 2px solid darkgoldenrod;
  display: inline-block;
  position: relative;
  margin: 0 10px 40px;
}

.Multi-shipment-border .Multi-shipment {
  width: 80px;
  height: 80px;
  background-color: darkgoldenrod;
  border-radius: 100%;
  margin: 33px auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Multi-shipment-border:hover .Multi-shipment {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0 auto;
  -webkit-transition: all 370ms ease;
  -moz-transition: all 370ms ease;
  -o-transition: all 370ms ease;
  -ms-transition: all 370ms ease;
  transition: all 370ms ease;
}

.Multi-shipment-border img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 48px;
  right: 68px;
}

.Multi-shipment-border h3 {
  font-size: 16px;
  color: #4d4d4d;
  position: absolute;
  top: 135px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Multi-shipment-border:hover h3 {
  color: #fff;
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sport-team-border {
  width: 185px;
  height: 185px;
  border: 2px solid darkorchid;
  display: inline-block;
  position: relative;
  margin: 0 10px 40px;
}

.sport-team-border .sport-team {
  width: 80px;
  height: 80px;
  background-color: darkorchid;
  border-radius: 100%;
  margin: 33px auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sport-team-border:hover .sport-team {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0 auto;
  -webkit-transition: all 370ms ease;
  -moz-transition: all 370ms ease;
  -o-transition: all 370ms ease;
  -ms-transition: all 370ms ease;
  transition: all 370ms ease;
}

.sport-team-border img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 48px;
  right: 68px;
}

.sport-team-border h3 {
  font-size: 16px;
  color: #4d4d4d;
  position: absolute;
  top: 135px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sport-team-border:hover h3 {
  color: #fff;
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.other-border {
  width: 185px;
  height: 185px;
  border: 2px solid darkslategray;
  display: inline-block;
  position: relative;
  margin: 0 10px 40px;
}

.other-border .other-hover {
  width: 80px;
  height: 80px;
  background-color: darkslategray;
  border-radius: 100%;
  margin: 33px auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.other-border:hover .other-hover {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0 auto;
  -webkit-transition: all 370ms ease;
  -moz-transition: all 370ms ease;
  -o-transition: all 370ms ease;
  -ms-transition: all 370ms ease;
  transition: all 370ms ease;
}

.other-border img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 48px;
  right: 68px;
}

.other-border h3 {
  font-size: 16px;
  color: #4d4d4d;
  position: absolute;
  top: 135px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.other-border:hover h3 {
  color: #fff;
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.info-page-faq .content-info-page {
  border-radius: 8px;
  padding: 0 20px;
  margin: 20px;
}

.info-page-faq .content-info-page .box-rounded_headline {
  font-size: 25px;
  text-align: center;
  margin-bottom: 50px;
  color: #4d4d4d;
  font-weight: bold;
}

.info-page-box-headline {
  background-position: 100%;
  padding: 15px 55px 10px;
}

.info-page-faq .content-info-page .info-page_cat {
  width: 100%;
  background: #fff;
  padding: 20px;
  display: block;
  cursor: pointer;
  padding-bottom: 50px;
  float: right;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: 0.2s;
  margin-bottom: 30px;
}

.info-page-faq .content-info-page .info-page_cat:hover {
  box-shadow: 0 0 12px 0 hsla(0, 0%, 71%, 0.46);
  border-radius: 5px;
  transition: 0.2s;
}

.info-page-faq .content-info-page .info-page_cat a {
  font-size: 14px;
  color: #4c4b4b;
  font-weight: 700;
  text-decoration: none;
}

.info-page-faq .content-info-page .info-page_cat-icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #f9f9f9;
  margin: 10px auto 0 auto;
  display: block;
  padding-top: 30px;
  padding-left: 10px;
}

.toggle-box {
  width: 100%;
  height: auto;
  border: 1px solid #dad9eb;
  padding: 10px 25px;
  border-radius: 5px;
  float: right;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}

.toggle-box-active > ul > li ul {
  display: none;
  float: right;
  width: 100%;
}

.toggle-box-active > ul > li ul li {
  float: right;
  font-size: 14px;
  position: relative;
  width: 100%;
}

.toggle-box-active > ul > li ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #5f5f5f;
  margin-top: 10px;
  display: block;
  margin-right: 30px;
  text-align: right;
  margin-bottom: 50px;
}

.toggle-box-active > ul > li ul a.info-page-show-more {
  display: block;
  text-align: left;
  font-size: 14px;
  color: var(--MY-primary-color);
  float: left;
  text-decoration: none;
  margin-bottom: 20px;
}

.toggle-box-active > ul > li ul a.info-page-show-more i {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 18px;
}

.content-info-page .toggle-box-active > ul > li ul > li > a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 18px;
  border-radius: 50%;
  background: var(--MY-primary-color);
}
.btn-infos {
  background: var(--MY-primary-color);
  color: #fff;
  border-radius: 10px;
  padding: 3px 6px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.buysellbtn {
  background-color: #fff;
  color: var(--MY-primary-color);
  border-radius: 10px;
  padding: 0px 10px;
}
.bs-active {
  background-color: var(--MY-primary-color);
  color: #fff;
}
.toggle-box-active > ul > li.has-sub > a {
  font-size: 14px;
  color: #666666;
  display: block;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
  padding-top: 10px;
}

.info-page-box-headline-question {
  background-image: url(../images/page-faq/question.svg);
  background-repeat: no-repeat;
}

.info-page-faq .content-info-page .box-rounded-content {
  padding: 0 50px;
  font-size: 14px;
  line-height: 2.57;
  color: #4a4a4a;
}

.info-page-faq
  .content-info-page
  .box-rounded-content
  .content-expert-articles
  video {
  max-width: 100%;
}

.info-page-faq
  .content-info-page
  .box-rounded-content
  .content-expert-articles
  .content-expert-text {
  line-height: 2.53;
  color: #404040;
  font-size: 14px;
  text-align: right;
}

.info-page-faq
  .content-info-page
  .box-rounded-content
  .content-expert-articles
  .content-expert-text
  .content-expert-img {
  text-align: center;
  position: relative;
  margin-top: 40px;
  margin-bottom: 48px;
}

.info-page-faq
  .content-info-page
  .box-rounded-content
  .content-expert-articles
  .content-expert-text
  .content-expert-img
  img {
  max-width: 100%;
}

.content-expert-feedback {
  width: 100%;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding: 24px;
  font-size: 14px;
  text-align: right;
}

.content-expert-feedback .content-expert-feedback-state .js-feedback-state-btn {
  min-width: 96px;
  border-radius: 8px;
  border: 1px solid #555;
  background: #fff;
  padding: 10px 20px;
  color: #555;
  margin-right: 24px;
  outline: none;
  cursor: pointer;
}

/* faq--------------------------- */
/* footer-------------------------*/

footer.footer-main-site {
  width: 100%;
  background: #fff;
  height: auto;
  position: relative;
  padding: 0;
  float: left;
}

footer.footer-main-site .footer-shopping-social {
  position: relative;
  margin-bottom: 0px;
  padding: 10px 15px 10px 15px;
  border: 1px solid #eee;
}

footer.footer-main-site
  .footer-shopping-social
  .footer-populated
  .footer-social
  h5 {
  line-height: 2;
  margin-bottom: 0;
  display: inline-block;
  color: #333;
  margin-left: 20px;
  font-size: 16px;
}

footer.footer-main-site
  .footer-shopping-social
  .footer-populated
  .footer-social {
  display: inline-block;
  text-align: center;
  line-height: 3;
}

footer.footer-main-site
  .footer-shopping-social
  .footer-populated
  .footer-social
  ul {
  display: flex;
  float: left;
  margin-bottom: 0;
}

footer.footer-main-site
  .footer-shopping-social
  .footer-populated
  .footer-social
  ul
  li {
  margin-left: 5px;
}

footer.footer-main-site
  .footer-shopping-social
  .footer-populated
  .footer-social
  ul
  li
  a {
  background-color: #16161600;
  --icon-padding: 0.8em;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #757575;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: block;
  font-size: 25px;
  text-align: center;
  line-height: 45px;
  color: #333;
  transition: all 0.2s ease;
}

footer.footer-main-site
  .footer-shopping-social
  .footer-populated
  .footer-social
  ul
  li
  a:hover {
  background-color: var(--MY-primary-color);
  color: #ffffff;
}

footer.footer-main-site .footer-middlebar {
  width: 100%;
  padding: 20px 0 0 15px;
  float: right;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col {
  width: 100%;
  padding: 0 10px;
  text-align: right;
  font-size: 14px;
}

footer.footer-main-site
  .footer-middlebar
  .footer-links
  .footer-links-col
  .headline-links {
  margin-bottom: 20px;
  display: block;
}

footer.footer-main-site
  .footer-middlebar
  .footer-links
  .footer-links-col
  .headline-links
  a {
  color: #656565;
  font-size: 14px;
  font-weight: 600;
}

footer.footer-main-site
  .footer-middlebar
  .footer-links
  .footer-links-col
  ul.footer-menu-ul
  li.menu-item-type-custom
  a {
  color: #8e8d8d;
  line-height: 2;
  transition: 0.2s;
}

footer.footer-main-site
  .footer-middlebar
  .footer-links
  .footer-links-col
  ul.footer-menu-ul
  li.menu-item-type-custom
  a:hover {
  color: var(--MY-primary-color);
  transition: 0.2s;
}

footer.footer-main-site .footer-middlebar .form-newsletter {
  width: 100%;
  margin-bottom: 20px;
  float: right;
}

footer.footer-main-site
  .footer-middlebar
  .form-newsletter
  span.form-newsletter-title {
  font-size: 14px;
  line-height: 1.571;
  font-weight: 400;
  color: #777;
  margin-bottom: 20px;
  display: block;
}

footer.footer-main-site .footer-middlebar .form-newsletter .input-field {
  width: 70%;
  font-size: 12px;
  display: block;
  background: #f5f5f5;
  border: none;
  transition: 0.2s;
  border-radius: 50px !important;
  padding: 10px;
  color: #495057 !important;
  height: auto;
  float: right;
}

footer.footer-main-site
  .footer-middlebar
  .form-newsletter
  button.btn-secondary {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 50px;
  border: none;
  background-color: #333;
  color: #fff;
  box-shadow: none !important;
  transition: all 0.2s ease;
  cursor: pointer;
}

footer.footer-main-site
  .footer-middlebar
  .form-newsletter
  button.btn-secondary:hover {
  background-color: var(--MY-primary-color);
  color: #ffffff;
}

footer.footer-main-site .footer-middlebar .footer-more-info {
  width: 100%;
  float: right;
}

footer.footer-main-site .footer-middlebar .footer-more-info .footer-content {
  background: #fff;
  border-radius: 5px;
  padding: 20px 0;
}

footer.footer-main-site
  .footer-middlebar
  .footer-more-info
  .footer-content
  .text
  .title {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-bottom: 10px;
}

footer.footer-main-site
  .footer-middlebar
  .footer-more-info
  .footer-content
  .text
  .desc {
  font-size: 13px;
  line-height: 1.8;
  color: #888;
  margin: 0;
}

footer.footer-main-site
  .footer-middlebar
  .footer-safety-partner
  .widget-product
  img {
  max-width: 100%;
}

footer.footer-main-site
  .footer-middlebar
  .footer-copyright
  .footer-copyright-text {
  width: 100%;
  color: #7b7979;
  padding-top: 0;
  text-align: center;
  font-size: 14px;
  float: right;
}

/* footer------------------------------*/

/* Page Loader------------------------ */

.P-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: rgba(250, 250, 250, 0.97);
}

.P-loader .P-loader-content .logo-loader {
  width: auto;
  margin-bottom: 10px;
  display: block;
}

/* Page Loader------------------------ */

/* scroll_Progress---------------------*/

.progress-wrap {
  position: fixed;
  left: 50px;
  bottom: 50px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f106";
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
  line-height: 55px;
  font-size: 24px;
  color: var(--grey);
  left: 0;
  top: 0;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f106";
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
  line-height: 55px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--MY-primary-color);
  stroke-width: 5;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

body.light .progress-wrap {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.699);
}

body.light .progress-wrap::after {
  color: var(--black-blue);
}

body.light .progress-wrap svg.progress-circle path {
  stroke: var(--black-blue);
}

label {
  font-size: 14px;
}

textarea {
  font-size: 13px !important;
}

.lazy {
  width: 100%; /* تنظیم عرض تصویر */
  height: 600px; /* تنظیم ارتفاع تصویر */
  background: #000000; /* رنگ خاکستری پس زمینه */
  border-radius: 5px;
  display: inline-block;
}
.loaded {
  background: none; /* حذف پس زمینه پس از بارگذاری تصویر */
}

.removemodal {
  top: 25%;
  left: 35%;
  z-index: 1000;
  position: fixed;
  width: 30%;
  height: 40%;
  display: none;
  justify-content: center;
  align-items: center;
  justify-items: center;

  background-color: #f6feff;
  border-radius: 10px;
  border: 1px solid var(--MY-primary-color);
}

#card,
#shaba {
  text-align: left !important;
  direction: ltr !important;
}

#irspan {
  position: absolute;
  direction: ltr;
  font-size: 14px;
  margin-left: 2%;
}

#shaba {
  padding-left: 10%;
}

.checkout-button {
  text-align: center;
  padding: 2px 12px;
  background: transparent;
  cursor: pointer;
  color: white;
}

#fileinputbtn {
  background-color: var(--MY-primary-color);
  border-radius: 10px;
  color: white;
  padding: 5px 12px;
  font-size: 12px;
}

.btn-primary {
  border-color: var(--MY-primary-color) !important;
  background-color: var(--MY-primary-color) !important;
}
.text-warn {
  color: var(--MY-secondary-color) !important;
}

#qesttable td,
#qesttable th {
  border: 1px solid #ddd;
  padding: 8px;
}

#qesttable tr:nth-child(even) {
  background-color: #f2f2f2;
}

#qesttable tr:hover {
  background-color: #ddd;
}

#qesttable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: right;
  background-color: var(--MY-primary-color);
  color: white;
}

#done {
  color: #16b86f;
  font-weight: bolder;
}

.productnotfound {
  border-radius: 5px;
  padding: 25px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  gap: 30px;
  background-color: #eee6;
  border: 2px solid #ccc;
}

.productnotfound span {
  font-size: 15px;
  font-weight: bold;
}

.selectrole {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.selectrole .srdiv {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  gap: 10px;
}
.selectrole .srdiv div {
  padding-top: 5px;
  text-align: right;
  color: var(--MY-primary-color);
}

.filter {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}
.filter .timefilter {
  background-color: var(--MY-secondary-color);
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

.filter .timefilter i {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
}

.filter .searchId form input {
  height: 30px;
}
.filter .searchId form input::placeholder {
  font-size: 12px;
  color: #aaa;
}
.filter .searchId form button {
  background-color: var(--MY-secondary-color) !important;
  color: #fff;
  width: 40px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.timemodal {
  position: fixed;
  top: 20%;
  left: 20%;
  width: 60%;
  min-height: 50%;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid var(--MY-primary-color);
  z-index: 9999;
  display: none;
  justify-content: center;
  flex-direction: column;
  cursor: unset;
}
.datemodal {
  position: fixed;
  top: 20%;
  left: 20%;
  width: 60%;
  min-height: 50%;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid var(--MY-primary-color);
  z-index: 1;
  display: none;
  justify-content: center;
  flex-direction: column;
  cursor: unset;
}
.timemodal div i {
  position: absolute;
  left: 10px;
  top: 5px;
  cursor: pointer;
  color: var(--black);
  z-index: 999999;
}
.datemodal div i {
  position: absolute;
  left: 10px;
  top: 5px;
  cursor: pointer;
  color: var(--black);
  z-index: 999999;
}
.timemodal div a {
  text-align: center;
  padding: 5px 0px;
  font-size: 12px;
  color: white;
  background-color: var(--MY-secondary-color);
  border-radius: 10px;
  width: 40%;
}

.datemodal button {
  text-align: center;
  width: 100px;
  font-size: 13px;
  margin-right: calc(50% - 50px);
  margin-top: 5%;
}

.no-order-in-page {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
  padding: 25px 20px;
  border-radius: 5px;
  background-color: #8e8e8e44;
  border: 3px solid var(--MY-secondary-color);
  font-size: 13px;
  gap: 8px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #aaa !important;
  border-radius: 10px !important;
  min-height: 45px !important;
  font-size: 12px;
  padding: 6px;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 5px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #495057;
}

.select2-container {
  width: 100% !important;
}

.reportbtn {
  color: var(--white);
  background-color: var(--MY-primary-color);
  padding: 4px 12px;
  font-size: 13px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.reportbtn:has(.active) {
  background-color: white;
  color: var(--MY-primary-color);
  border: 2px solid var(--MY-primary-color);
}

.reportdiv {
  background-color: #7e7e7e22;
  border-radius: 10px;
  padding: 20px;
}

.labelbank img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #00000033;
}
.radiobtn:checked + .labelbank img {
  border: 2px solid var(--MY-secondary-color);
}

.profile-box-tab-sign-out {
  color: #ff5858 !important;
  transition: 500ms !important;
}
.profile-box-tab-sign-out:hover {
  background-color: #ff5858;
  color: #fff !important;
  transition: 500ms !important;
}
.profile-box-tab-sign-out:hover .mdi-logout-variant {
  color: #fff !important;
  margin-left: 15px !important;
  transition: 500ms !important;
}
.profile-account-nav-item {
  transition: 500ms !important;
}
.profile-account-nav-item:hover,
.profile-account-nav-item:hover i {
  transition: 500ms !important;
}
.profile-account-nav-item:hover i {
  margin-left: 10px !important;
}

#map {
  border-radius: 5px;
  left: 5%;
}

.badge-icon {
  position: absolute;
  left: 5%;
  top: 17%;
  background: var(--MY-primary-color);
  color: white;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

.profilecard {
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #eeeeee20;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.profilecard {
  font-size: 13px;
}

.bankcard {
  background-color: var(--MY-secondary-color);
  border-radius: 5px;
  height: 180px;
  padding: 0 !important;
  position: relative;
}
.payqest {
  background-color: var(--MY-primary-color);
  border-radius: 5px;
  height: 180px;
  padding: 0 !important;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.bankcard div {
  position: absolute;
}

.select2-selection__choice__display {
  font-size: 13px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #eee;
  border: 1px solid var(--MY-primary-color);
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  color: var(--MY-primary-color);
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 2px solid var(--MY-primary-color);
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: var(--MY-primary-color);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.about {
  background-color: var(--MY-primary-color);
  padding-bottom: 0px !important;
}
.about-us-head {
  background-color: var(--white) !important;
  margin-bottom: 0px !important;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
.aboutustitle h4 {
  color: var(--MY-primary-color);
}
.info-page-faq .page-content-about {
  background-image: none;
  padding-top: 7vh !important;
  margin-bottom: 0 !important;
  padding-bottom: 100px !important;
}
.page-content-about {
  background-image: linear-gradient( var(--light-blue),var(--white) );
  padding-top: 7vh !important;
  margin-bottom: 0 !important;
  padding-bottom: 100px !important;
}
.glass {
background: #3991EB6E;
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(1.3px);
height: 140px;
-webkit-backdrop-filter: blur(6.3px);
border: 1px solid rgba(165, 247, 243, 0.13);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px 20px !important;
text-align: center;
gap: 20px;
font-size: 15px;
transition: 1s;
}
.glass:hover {
  transition: 700ms;
  border-bottom: 3px solid var(--white) !important;
  scale: 1.1;
}
.glass strong {
  color: var(--white);
  line-height: 4.5vh;
}
.abouttitle {
  color: var(--white);
}
.counter {
  border-radius: 10px;
  margin-bottom: 5vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 100px;
}
.counter div {
  gap: 20px;
  background-color: var(--light-blue);
  color: var(--MY-primary-color);
  width: 45%;
  padding: 10px 40px;
  border-radius: 10px;
  border: 1px solid var(--white);

}
.counter div strong i {
  font-size: 20px;
  vertical-align: middle;
}.counter div strong  {
  font-size: 13px;
}.counter div span  {
  font-size: 18px;
  font-weight: bold;
  direction: ltr;
}

.ads-submit {
  width: 120px;
                              margin-right: calc(50% - 60px);
                              border-radius: 10px;
                              font-size: 12px;
                              background-color: var(--MY-secondary-color);
                              padding: 3px 10px;
                              margin-top: 30px;
                              cursor: pointer;
}


.aboutusdiv .aboutus-contact span {
  font-size: 13px;
}
.aboutusdiv .aboutus-contact strong {
  font-size: 14px;
}

.downloadbtn {
  background-color: var(--MY-primary-color);
  color: var(--white);
  gap: 7px;
  cursor: pointer;
  border-radius: 10px;
}



#invoice-div {
  width: 1200px;
  padding: 20px;
}
#invoice-table {
  width: 100%;
  border-collapse: collapse;
}
#invoice-table, #invoice-table th, #invoice-table td {
  border: 1px solid black;
}
#invoice-table th, #invoice-table td {
  padding: 8px;
  text-align: left;
}
.seller {
height: 100%;background-color: #ededed; border: 1px solid var(--black);color: var(--black); border-radius: 5px;
}
.bg-gray {
background-color: #ededed;
}
.logostyle {
height: 100%;border-radius: 5px; border: 1px solid var(--black);
}
#loading {
  display: flex;font-weight: bolder;z-index: 100;width: 100vw;height: 100vh;background-color: rgb(255, 255, 255);position: fixed;top: 0;left: 0;
}

.imgs {
  object-fit: contain;
}


.otp-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  direction: ltr !important;
}
.otp-input {
  width: 50px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 8px;
  outline: none;
}
.otp-input:focus {
  border-color: var(--MY-primary-color);
}


.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
.fs-20 {
  font-size: 20px !important;
}