@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype"); }
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype"); }
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype"); }
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/eot/IRANSansWeb(FaNum).eot");
  src: url("../fonts/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"), url("../fonts/woff/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/ttf/IRANSansWeb(FaNum).ttf") format("truetype"); }
*, body, html {
  font-family: IRANSans !important; }

.main-slider {
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0; }
  .main-slider:after {
    z-index: 2;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    background-image: url("../images/slider-shape.png");
    background-position: center;
    background-size: cover;
    height: 40px; }
  .main-slider .owl-card {
    width: 100%; }

.guide {
  overflow: hidden;
  background: whitesmoke;
  display: block;
  box-shadow: 0 0 4px 2px whitesmoke;
  margin-top: 30px;
  border-radius: 20px;
  position: relative;
  height: 168px !important; }
  @media screen and (max-width: 700px) {
    .guide {
      height: 340px !important; } }
  @media screen and (max-width: 500px) {
    .guide {
      height: 390px !important; } }
  @media screen and (max-width: 380px) {
    .guide {
      height: 455px !important; } }
  @media screen and (min-width: 992px) {
    .guide {
      margin-top: 0;
      margin-bottom: 30px; } }
  .guide .guid-title {
    position: relative;
    font-size: 18px;
    color: #0080ff;
    padding: 10px 15px 0 15px;
    font-weight: 500;
    text-align: center; }
    .guide .guid-title:before {
      position: absolute;
      background-image: url("../images/sign.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 60px;
      height: 45px;
      z-index: 2;
      right: 4px;
      top: 0; }
    .guide .guid-title:after {
      position: absolute;
      background-image: url("../images/sign.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 60px;
      height: 45px;
      z-index: 2;
      left: 4px;
      transform: rotateY(180deg);
      top: 0; }
  .guide .owl-card {
    height: 100%;
    display: flex;
    padding: 40px; }
    @media screen and (max-width: 500px) {
      .guide .owl-card {
        flex-flow: column;
        align-items: center;
        padding: 10px;
        justify-content: center; } }
    @media screen and (min-width: 992px) {
      .guide .owl-card {
        display: block;
        padding: 0; } }
  .guide .owl-item {
    padding-bottom: 15px; }
  .guide img {
    margin: 15px auto;
    max-width: 90% !important;
    width: auto !important;
    height: auto !important;
    max-height: 200px !important; }
    @media screen and (min-width: 992px) {
      .guide img {
        max-height: 130px !important; } }
    @media screen and (min-width: 1200px) {
      .guide img {
        max-height: 200px !important; } }
  .guide .img-wrapper {
    height: 200px;
    width: 252px;
    display: block; }
    @media screen and (min-width: 992px) {
      .guide .img-wrapper {
        height: 130px;
        margin: 0 auto; } }
    @media screen and (min-width: 1200px) {
      .guide .img-wrapper {
        height: 200px; } }
  .guide .guid-link {
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%); }
    @media screen and (max-width: 700px) {
      .guide .guid-link {
        left: 20px;
        transform: translate(0); } }
    @media screen and (max-width: 380px) {
      .guide .guid-link {
        left: 50%;
        transform: translate(-50%); } }
    @media screen and (min-width: 992px) {
      .guide .guid-link {
        position: relative;
        top: -13px;
        bottom: auto;
        left: auto;
        transform: translate(0); } }
    .guide .guid-link:before {
      transition: 0.2s all;
      position: absolute;
      width: 25px;
      height: 25px;
      border-right: 1px solid #0080ff;
      border-bottom: 1px solid #0080ff;
      right: 15px;
      bottom: -10px;
      box-shadow: 2px 2px 0 #fff, 3px 3px 0 #0080ff; }
    .guide .guid-link:after {
      transition: 0.2s all;
      position: absolute;
      width: 25px;
      height: 25px;
      border-left: 1px solid #0080ff;
      border-bottom: 1px solid #0080ff;
      left: 15px;
      bottom: -10px;
      box-shadow: -2px 2px 0 #fff, -3px 3px 0 #0080ff; }
    .guide .guid-link a {
      width: 120px;
      padding: 5px 16px;
      border-radius: 30px;
      display: inline-block;
      color: #fff !important;
      background: #0080ff;
      background: -moz-linear-gradient(left, #0080ff 0%, #66b3ff 100%);
      background: -webkit-linear-gradient(left, #0080ff 0%, #66b3ff 100%);
      background: linear-gradient(to right, #0080ff 0%, #66b3ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080ff', endColorstr=lighten(#0080ff,20), GradientType=1);
      border: 0;
      font-size: 12px;
      font-weight: 500;
      margin: 0 auto; }
  .guide .guide-details {
    margin-top: -15px; }
    @media screen and (max-width: 500px) {
      .guide .guide-details {
        margin-top: 0;
        height: 115px; } }
    @media screen and (max-width: 380px) {
      .guide .guide-details {
        margin-top: 0;
        height: 180px; } }
  .guide .off-wrapper {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 2px;
    margin-top: 0;
    padding: 5px 12px;
    font-size: 10px;
    background: #0080ff;
    color: #fff;
    border-radius: 30px; }
    @media screen and (max-width: 700px) {
      .guide .off-wrapper {
        left: 20px;
        transform: translate(0); } }
    @media screen and (max-width: 500px) {
      .guide .off-wrapper {
        left: 50%;
        transform: translate(-50%);
        top: 10px; } }
    .guide .off-wrapper .off {
      padding: 3px; }
  .guide .price-wrapper {
    display: flex;
    padding: 10px 30px;
    flex-flow: column;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 52px; }
    @media screen and (max-width: 700px) {
      .guide .price-wrapper {
        left: 10px;
        transform: translate(0); } }
    @media screen and (max-width: 500px) {
      .guide .price-wrapper {
        bottom: 31px; } }
    @media screen and (max-width: 380px) {
      .guide .price-wrapper {
        left: 50%;
        transform: translate(-50%); } }
    @media screen and (min-width: 992px) {
      .guide .price-wrapper {
        left: 0;
        transform: translate(0); } }
  .guide .price {
    font-size: 18px;
    color: #0080ff; }
  .guide .price-old {
    font-size: 14px;
    text-decoration: line-through #ccc;
    color: #ccc; }
  .guide .product-title {
    margin: 0; }
    .guide .product-title a {
      display: block;
      text-align: center;
      color: #777;
      font-size: 18px;
      height: 54px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 27px 25px 5px 25px; }
  .guide .feature {
    padding: 0 40px 10px 40px;
    list-style: none; }
    @media screen and (max-width: 500px) {
      .guide .feature {
        position: absolute;
        left: 50%;
        transform: translate(-50%); } }
    .guide .feature li {
      white-space: nowrap;
      position: relative;
      color: #888; }
      @media screen and (max-width: 500px) {
        .guide .feature li {
          font-size: 12px; } }
      .guide .feature li span {
        padding: 2px; }
      .guide .feature li:before {
        position: absolute;
        content: '';
        right: -12px;
        top: 7px;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #888; }
  .guide .owl-nav {
    position: absolute;
    width: 100%;
    bottom: -33px;
    height: 20px;
    transform: translate(0);
    top: 50%; }
    .guide .owl-nav img {
      width: 20px !important; }
    .guide .owl-nav .owl-next {
      left: 0; }
    .guide .owl-nav .owl-prev {
      right: 0; }

.owl-dots {
  text-align: left;
  margin-top: -20px;
  z-index: 2;
  position: relative;
  left: 10px; }

.owl-dot {
  cursor: pointer; }
  .owl-dot.active {
    cursor: default; }
    .owl-dot.active span {
      background: #0080ff !important; }
  .owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin: 2px;
    border-radius: 100%; }

@media screen and (max-width: 992px) {
  .no-suggest {
    height: 450px !important; } }
@media screen and (max-width: 768px) {
  .no-suggest {
    height: 250px !important; } }

.dots-wrapper {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .dots-wrapper .owl-dot {
    white-space: nowrap;
    width: calc(100% / 5);
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
    display: block;
    background: #3f3f3f;
    text-align: center;
    padding: 15px 5px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .dots-wrapper .owl-dot {
        font-size: 10px;
        height: 32px;
        line-height: 4px; } }
    .dots-wrapper .owl-dot:after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 3px; }
  .dots-wrapper .active {
    background-image: -moz-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
    background-image: -webkit-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
    background-image: -ms-linear-gradient(90deg, #7DC855 0%, #90DC68 100%); }
    .dots-wrapper .active:after {
      content: "";
      top: -8px;
      right: 50%;
      position: absolute;
      transform: translate(50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #8bd763 transparent;
      z-index: 9999; }

.header-wrapper {
  border-top: 6px solid #0080ff;
  border-bottom: 3px solid #f1f1f1;
  background: #fff;
  margin-bottom: 15px;
  height: 182px;
  position: relative; }
  @media screen and (max-width: 500px) {
    .header-wrapper {
      height: 160px; } }
  .header-wrapper .tabs > li.active > a:focus:before, .header-wrapper .nav-tabs > li.active > a:hover:before, .header-wrapper li.active > a:before {
    bottom: -5px !important; }

.topbar .logo-wrapper {
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 500px) {
    .topbar .logo-wrapper {
      top: -55px;
      margin-bottom: 5px; } }
.topbar .profile-name {
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }
  @media screen and (max-width: 500px) {
    .topbar .profile-name {
      max-width: 150px; } }
.topbar .logo {
  cursor: pointer;
  padding: 15px;
  position: relative;
  right: 15px;
  z-index: 13;
  height: 100px;
  top: 0;
  margin-bottom: 15px; }
  @media screen and (max-width: 500px) {
    .topbar .logo {
      top: 82px;
      height: 85px;
      right: 0; } }
  @media screen and (min-width: 992px) {
    .topbar .logo {
      padding-right: 0;
      z-index: 9;
      background: transparent;
      margin-top: 12px;
      height: 130px;
      top: -22px;
      margin-bottom: 0; } }
.topbar .order {
  z-index: 9999;
  background: whitesmoke;
  font-weight: 600;
  color: #888;
  border: 1px solid #cdcbcb;
  position: absolute;
  transform: translate(0, -50%);
  padding: 3px 38px 4px 6px;
  border-radius: 8px;
  font-size: 12px;
  left: 120px;
  height: 29px;
  line-height: 23px;
  top: 60px; }
  @media screen and (max-width: 500px) {
    .topbar .order {
      left: 65px;
      top: 68px;
      padding: 3px 6px 4px 6px; } }
  @media screen and (min-width: 992px) {
    .topbar .order {
      left: 145px;
      padding: 6px 42px 6px 16px;
      border-radius: 8px;
      font-size: 13px;
      height: 40px;
      line-height: 30px;
      top: 50%; } }
  .topbar .order .svg-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 14px;
    top: 50%;
    transform: translate(0, -50%); }
    @media screen and (max-width: 500px) {
      .topbar .order .svg-icon {
        display: none; } }
.topbar .cart {
  display: flex;
  cursor: pointer;
  direction: rtl;
  color: #fff;
  position: absolute;
  left: 15px;
  background-image: -moz-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
  background-image: -webkit-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
  background-image: -ms-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
  margin: 0;
  padding: 3px 3px 4px 6px;
  font-size: 12px;
  height: 30px;
  line-height: 23px;
  top: 45px;
  z-index: 9;
  border-radius: 8px; }
  @media screen and (max-width: 500px) {
    .topbar .cart {
      right: 15px;
      top: 8px;
      left: auto;
      background: transparent; } }
  @media screen and (min-width: 992px) {
    .topbar .cart {
      padding: 8px 14px 6px 20px;
      font-size: 13px;
      top: 18px;
      height: 40px;
      line-height: 24px; } }
  @media screen and (min-width: 992px) {
    .topbar .cart {
      top: 50%;
      transform: translate(0, -50%); } }
  .topbar .cart img {
    width: 18px; }
    @media screen and (max-width: 500px) {
      .topbar .cart img {
        filter: brightness(0.5); } }
  .topbar .cart .cart-text {
    padding-right: 5px;
    font-weight: 600;
    color: #fff; }
    @media screen and (max-width: 500px) {
      .topbar .cart .cart-text {
        display: none; } }
.topbar .total {
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  width: 18px;
  height: 18px;
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  position: relative;
  top: -4px;
  right: 8px;
  color: #7DC855; }
  @media screen and (max-width: 650px) {
    .topbar .total {
      top: 0px; } }
  @media screen and (max-width: 500px) {
    .topbar .total {
      background-image: -moz-linear-gradient(90deg, #7DC855 0%, #7DC855 100%);
      background-image: -webkit-linear-gradient(90deg, #7DC855 0%, #7DC855 100%);
      background-image: -ms-linear-gradient(90deg, #7DC855 0%, #7DC855 100%);
      color: #fff;
      z-index: 2; } }
.topbar .search-wrapper {
  z-index: 999;
  position: absolute;
  left: 50%;
  direction: rtl;
  top: 60px;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 700px) {
    .topbar .search-wrapper {
      right: 15px;
      direction: rtl;
      top: 120px;
      width: 300px;
      transform: translate(0, -50%); } }
  @media screen and (max-width: 600px) {
    .topbar .search-wrapper {
      left: 15px;
      transform: translate(0); } }
  @media screen and (max-width: 500px) {
    .topbar .search-wrapper {
      top: 105px;
      width: calc(100% - 30px); } }
  @media screen and (min-width: 768px) {
    .topbar .search-wrapper {
      width: 30%;
      top: 60px; } }
  @media screen and (min-width: 992px) {
    .topbar .search-wrapper {
      width: 40%;
      top: 50%; } }
  @media screen and (min-width: 1200px) {
    .topbar .search-wrapper {
      width: 500px; } }
  .topbar .search-wrapper:before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 9px;
    z-index: 9;
    top: 50%;
    transform: translate(0, -50%);
    width: 18px;
    height: 18px;
    background-image: url("../images/icons/search.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media screen and (max-width: 500px) {
      .topbar .search-wrapper:before {
        left: 22px; } }
  .topbar .search-wrapper button {
    left: 2.8px;
    position: absolute;
    background: #0080ff;
    color: #fff;
    top: 2.8px;
    border-radius: 8px;
    padding: 5px 7px 5px 30px;
    height: 27px;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    border: 0; }
    @media screen and (max-width: 500px) {
      .topbar .search-wrapper button {
        color: transparent;
        width: 60px; } }
    @media screen and (min-width: 992px) {
      .topbar .search-wrapper button {
        padding: 5px 12px 5px 30px;
        height: 40px; } }
  .topbar .search-wrapper input {
    background: #f5f5f5;
    width: 100%;
    display: block;
    padding: 8px 8px 8px 80px;
    border: 0;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    color: #666; }
    .topbar .search-wrapper input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #888;
      font-weight: 500;
      font-size: 12px; }
    .topbar .search-wrapper input::-moz-placeholder {
      /* Firefox 19+ */
      color: #888;
      font-weight: 500;
      font-size: 12px; }
    .topbar .search-wrapper input:-ms-input-placeholder {
      /* IE 10+ */
      color: #888;
      font-size: 12px;
      font-weight: 500; }
    .topbar .search-wrapper input:-moz-placeholder {
      /* Firefox 18- */
      color: #888;
      font-size: 12px;
      font-weight: 500; }
    @media screen and (min-width: 992px) {
      .topbar .search-wrapper input {
        padding: 14px 14px 14px 80px; } }

.nav-container {
  position: relative;
  padding: 0;
  top: 0; }

.navbar-default {
  margin-top: -20px;
  padding-bottom: 0;
  border-radius: 0;
  background-color: white;
  border-color: transparent;
  box-shadow: 0 -2px 0 0px #f1f1f1;
  position: relative; }
  @media screen and (max-width: 500px) {
    .navbar-default {
      box-shadow: 0 0 0; } }
  .navbar-default:before {
    position: absolute;
    top: 15px;
    z-index: 0; }
    @media (min-width: 768px) {
      .navbar-default:before {
        width: calc(((100% - 750px) / 2) + 15px); } }
    @media (min-width: 992px) {
      .navbar-default:before {
        width: calc(((100% - 970px) / 2) + 15px); } }
    @media (min-width: 1200px) {
      .navbar-default:before {
        width: calc(((100% - 1170px) / 2) + 15px); } }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: 0 !important; }

.navbar-toggle {
  margin-left: 30px;
  z-index: 99; }
  @media screen and (max-width: 600px) {
    .navbar-toggle {
      margin-left: 30px; } }
  @media screen and (max-width: 500px) {
    .navbar-toggle {
      margin-left: 0;
      left: 15px;
      position: absolute;
      margin-top: -35px;
      z-index: 99999999999; } }
  .navbar-toggle .icon-bar {
    pointer-events: none; }

.navbar-nav > li > a {
  transition: 0.2s all;
  padding-top: 5px;
  padding-bottom: 4px; }

@media screen and (max-width: 500px) {
  #navbar .tabs > li.active > a:focus:before, #navbar .nav-tabs > li.active > a:hover:before, #navbar li.active > a:before {
    display: none !important; } }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  font-weight: 600;
  color: #888; }

.navbar-default .navbar-nav > li > a {
  color: #888;
  white-space: nowrap;
  font-weight: 500;
  margin: 0 2px;
  position: relative; }
  @media screen and (max-width: 500px) {
    .navbar-default .navbar-nav > li > a {
      color: #929292; } }
  .navbar-default .navbar-nav > li > a:after {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #0080ff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -4px; }
    @media screen and (max-width: 500px) {
      .navbar-default .navbar-nav > li > a:after {
        display: none; } }

.navbar-default .navbar-nav > li:last-child a:after {
  display: none; }

@media screen and (max-width: 768px) {
  .navbar-collapse.collapse.in .navbar-nav {
    right: 0 !important;
    padding: 0; } }

.navbar-nav {
  transition: 0.2s all;
  background: #fff;
  z-index: 99999999999;
  position: relative;
  padding: 0 20px 20px 20px;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .navbar-nav {
      width: calc(100% - 120px);
      direction: rtl;
      background: #242424;
      z-index: 99999999999;
      padding: 0 20px 20px 20px;
      padding-top: 30px;
      margin: 0;
      top: 0;
      position: fixed;
      height: 100vh;
      right: -100%;
      overflow: auto; } }
  @media screen and (min-width: 768px) {
    .navbar-nav {
      direction: rtl;
      margin-top: 0;
      padding: 0;
      background: transparent; } }
  .navbar-nav .caret {
    pointer-events: none !important;
    top: 2px;
    position: relative;
    right: 5px;
    border-left: 1.5px solid #9E9E9E !important;
    border-top: 1.5px solid #9E9E9E !important;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    transform: rotate(-132deg);
    border-right: 0 !important; }
  .navbar-nav .dropdown-menu li {
    padding: 0 2px !important; }
  .navbar-nav .dropdown-submenu .dropdown-menu {
    box-shadow: -3px 3px 3px -2px #ddd !important;
    border-radius: 10px 0 0 10px !important; }
  .navbar-nav .dropdown-submenu .caret {
    transform: rotate(-45deg); }
  .navbar-nav li.active > a:focus, .navbar-nav .nav-tabs > li.active > a:hover, .navbar-nav li.active > a {
    color: #666 !important;
    background: transparent !important;
    font-weight: 600 !important; }
    @media screen and (max-width: 500px) {
      .navbar-nav li.active > a:focus, .navbar-nav .nav-tabs > li.active > a:hover, .navbar-nav li.active > a {
        color: #fff !important; } }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #888 !important;
  background: transparent !important; }

.dropdown-menu {
  background: whitesmoke;
  border: 0;
  border-radius: 10px; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 3px !important;
  box-shadow: 0px 1px 3px #ddd; }

.dropdown-toggle[aria-expanded="true"] {
  font-weight: 600 !important; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #888;
  font-weight: 600 !important; }

.dropdown-menu > li > a {
  line-height: 24px;
  white-space: nowrap;
  color: #888;
  padding: 3px 17px;
  font-weight: 500; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .caret {
    transform: rotate(90deg);
    position: relative;
    top: 2px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: calc(100% - 9px);
  margin-top: -5px;
  margin-left: -1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.nav > li > a {
  padding: 15px 12px 10px 12px;
  font-size: 16px; }

.navbar-nav .has-submenu ul {
  right: 0px;
  left: auto;
  background: whitesmoke;
  border: 0;
  padding: 0;
  border-radius: 6px;
  margin-top: 3px !important;
  box-shadow: 0px 1px 3px #ddd;
  list-style: none;
  float: none;
  text-align: right;
  position: relative;
  padding-right: 25px; }
  @media screen and (min-width: 768px) {
    .navbar-nav .has-submenu ul {
      padding-right: 0;
      float: left;
      position: absolute; } }
  .navbar-nav .has-submenu ul a {
    display: block;
    line-height: 24px;
    white-space: nowrap;
    color: #888;
    padding: 3px 17px;
    font-weight: 500; }
.navbar-nav .has-sub-submenu {
  position: relative; }
  .navbar-nav .has-sub-submenu .caret {
    transform: rotate(-45deg); }
  .navbar-nav .has-sub-submenu ul {
    top: 0;
    right: 0;
    border-radius: 10px;
    box-shadow: 0 0 0;
    padding-right: 25px; }
    @media screen and (min-width: 768px) {
      .navbar-nav .has-sub-submenu ul {
        right: 100%;
        padding: 0;
        margin-right: -5px;
        border-radius: 10px 0 0 10px;
        box-shadow: -2px 1px 3px -1px #ddd; } }
  .navbar-nav .has-sub-submenu.panel {
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0; }

.layer {
  width: 0;
  background: #00000024;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9999; }

.dropdown {
  border-radius: 5px 5px 0 0; }

.dropdown:hover {
  box-shadow: 0 -2px 0px #0080ff, 0 0px 2px #cfcdcd;
  /* .dropbtn:before {
     content: '';
     position: absolute;
     bottom: 0;
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-bottom: 10px solid #0080ff;
     left: 50%;
     transform: translate(0, 50%);

   }*/ }
  @media screen and (max-width: 500px) {
    .dropdown:hover {
      box-shadow: 0 0 0; } }
  .dropdown:hover:after {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 11px;
    background: #fff;
    z-index: 99; }
    @media screen and (max-width: 500px) {
      .dropdown:hover:after {
        display: none; } }

.dropdown-content {
  border-radius: 0 0 6px 6px;
  border-top: 4px solid #0080ff;
  max-height: 100vh;
  overflow: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
  position: absolute;
  background-color: #fff;
  width: auto;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .dropdown-content {
      position: relative;
      background-color: transparent;
      box-shadow: 0 0 0; } }
  @media (min-width: 768px) {
    .dropdown-content .full-container {
      width: 650px !important; } }
  @media (min-width: 992px) {
    .dropdown-content .full-container {
      width: 870px !important; } }
  @media (min-width: 1200px) {
    .dropdown-content .full-container {
      width: 1050px !important; } }
  .dropdown-content.simple-type .container {
    width: auto;
    padding-right: 0px;
    padding-left: 30px; }
  @media (min-width: 768px) {
    .dropdown-content .container {
      width: 450px; } }
  @media (min-width: 992px) {
    .dropdown-content .container {
      width: 350px; } }
  @media (min-width: 1200px) {
    .dropdown-content .container {
      width: 525px; } }
  .dropdown-content .mega-menu-title {
    color: #585858;
    margin-bottom: 15px;
    font-size: 14px;
    white-space: nowrap;
    padding: 15px 0 5px 0;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 500px) {
      .dropdown-content .mega-menu-title {
        border-bottom: 0;
        margin-bottom: 0;
        padding: 0; } }
    .dropdown-content .mega-menu-title:before {
      content: '';
      position: absolute;
      height: 3px;
      width: 70px;
      bottom: -2px;
      z-index: 0; }
  .dropdown-content a {
    color: #898989;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    padding: 6px 0; }
    @media screen and (max-width: 650px) {
      .dropdown-content a {
        color: #898989;
        padding: 6px 20px; } }
    .dropdown-content a:hover {
      color: #585858; }

@media screen and (min-width: 650px) {
  .dropdown:hover .dropdown-content {
    display: block; } }

.dropdown-content.open-sub {
  display: block; }

.links-wrapper {
  position: absolute;
  left: 15px;
  top: 0; }
  .links-wrapper .support {
    padding: 5px;
    padding-left: 30px;
    padding-right: 8px;
    line-height: 20px;
    background: #fff;
    border-radius: 5px; }
    @media screen and (max-width: 500px) {
      .links-wrapper .support {
        display: none !important; } }
    .links-wrapper .support:before {
      position: absolute;
      height: 3px;
      width: 100%;
      background: #0080ff !important;
      background: -moz-linear-gradient(left, #0080ff 0%, #66b3ff 100%) !important;
      background: -webkit-linear-gradient(left, #0080ff 0%, #66b3ff 100%) !important;
      background: linear-gradient(to right, #0080ff 0%, #66b3ff 100%) !important;
      bottom: 0;
      right: 0;
      z-index: 0; }
    .links-wrapper .support .title {
      font-weight: 500;
      padding: 0; }
    .links-wrapper .support .number {
      font-size: 16px;
      padding: 0 5px 0 0; }
  .links-wrapper .links {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 9999; }
    .links-wrapper .links .item-link {
      font-size: 14px;
      margin: 8px 4px 0 4px;
      font-weight: 500;
      display: flex;
      flex-flow: row;
      color: #585858;
      position: relative; }
      @media screen and (max-width: 500px) {
        .links-wrapper .links .item-link {
          font-size: 9px; } }
      .links-wrapper .links .item-link:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 18px;
        top: 5px;
        background: #a5a5a5;
        right: -4px; }
        @media screen and (max-width: 500px) {
          .links-wrapper .links .item-link:after {
            top: 3px; } }
      .links-wrapper .links .item-link:last-child:after {
        display: none; }
      .links-wrapper .links .item-link a {
        padding: 5px;
        color: #585858;
        align-items: flex-start;
        justify-content: flex-start;
        display: flex; }
      .links-wrapper .links .item-link .svg-icon {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 16px;
        height: 25px;
        display: inline-block;
        position: relative;
        top: -3px;
        right: 0;
        margin-left: 15px; }
        @media screen and (max-width: 500px) {
          .links-wrapper .links .item-link .svg-icon {
            top: -6px;
            margin-left: 5px; } }
    .links-wrapper .links .svg-icon {
      left: 0;
      position: absolute;
      width: 26px;
      height: 26px;
      top: 0px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: inline-block; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #bbb; }

.index-category {
  position: relative; }

.cat1 {
  height: 185px;
  box-shadow: 0 0 2px 0 #434343; }

.cat1, .cat2 {
  margin-bottom: 30px;
  border-radius: 8px;
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background: #fff;
  box-shadow: 0 0 1px 0 #434343; }
  .cat1:before, .cat2:before {
    content: '';
    position: absolute;
    right: 5px;
    width: 30px;
    height: 30px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0 0 5px 0;
    bottom: 5px;
    z-index: 2;
    transition: 0.3s all; }
  .cat1:after, .cat2:after {
    transition: 0.2s all;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eee;
    color: #585858; }
  .cat1:hover .svg-icon, .cat2:hover .svg-icon {
    background-image: var(--data-background-image) !important; }
  .cat1 .line1:before, .cat2 .line1:before {
    width: 65px;
    height: 65px;
    content: '';
    position: absolute;
    left: 5px;
    border-radius: 5px 0 0 0;
    top: 5px;
    border-top: 1px solid #8d8b8b;
    border-left: 1px solid #8d8b8b;
    z-index: 91; }
  .cat1 .info-wrapper, .cat2 .info-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: 0.6s all;
    position: relative;
    bottom: 0px;
    z-index: 9;
    padding: 0px;
    text-align: center;
    width: 100%; }
  .cat1 .category-title, .cat2 .category-title {
    transition: 0.3s all;
    color: #585858;
    font-size: 16px;
    margin: 0;
    line-height: 36px; }
    @media screen and (max-width: 1000px) {
      .cat1 .category-title, .cat2 .category-title {
        font-size: 20px; } }
    @media screen and (max-width: 600px) {
      .cat1 .category-title, .cat2 .category-title {
        font-size: 16px; } }
  .cat1 .category-desc, .cat2 .category-desc {
    transition: 0.3s all;
    color: #a1a1a1;
    font-size: 12px;
    margin: 0;
    opacity: 1;
    height: auto;
    font-weight: 500; }
    @media screen and (max-width: 1000px) {
      .cat1 .category-desc, .cat2 .category-desc {
        font-size: 14px; } }
    @media screen and (max-width: 600px) {
      .cat1 .category-desc, .cat2 .category-desc {
        font-size: 12px; } }
    .cat1 .category-desc span, .cat2 .category-desc span {
      padding: 2px; }
  .cat1 .svg-icon, .cat2 .svg-icon {
    width: 100%;
    height: 120px;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0px;
    background-position: center;
    transition: 0.2s all; }

.index-cat-wrapper {
  box-shadow: 0 0 2px 0px #c9c7d3;
  background: #fff;
  padding-bottom: 30px; }
  .index-cat-wrapper .main-title-wrapper {
    background: #fff;
    border-top: 6px solid #0080ff; }
    .index-cat-wrapper .main-title-wrapper:before {
      display: none; }
    .index-cat-wrapper .main-title-wrapper .title {
      position: relative;
      padding-top: 15px;
      padding-right: 75px; }
      .index-cat-wrapper .main-title-wrapper .title:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0px;
        right: 15px;
        border-radius: 0px 0px 10px;
        background: #0080ff; }
  .index-cat-wrapper .slogan-img {
    width: 200px;
    margin: 0 auto; }
    .index-cat-wrapper .slogan-img img {
      width: 100%; }
  .index-cat-wrapper .slogan {
    color: #9998a6;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px 20px 10px;
    font-weight: 500;
    line-height: 24px; }
    .index-cat-wrapper .slogan p {
      margin: 0; }

.owl-carousel6 {
  height: 250px;
  padding-top: 30px;
  border-radius: 0;
  background: #037aba;
  background-position: center;
  background-image: url("../images/cat-background.png");
  background-size: contain; }
  .owl-carousel6 .owl-nav .owl-next, .owl-carousel6 .owl-nav .owl-prev {
    top: -40px; }

.index-toppest-product-slider {
  --box-color: var(--data-color);
  border-top: 6px solid var(--box-color);
  margin: 30px 0;
  background: #fff;
  padding: 15px 2px 10px 15px;
  border-radius: 0 0 15px 0;
  box-shadow: 0 0 2px 0px #c9c7d3;
  position: relative; }
  .index-toppest-product-slider:before {
    content: '';
    position: absolute;
    background: var(--box-color);
    width: 50px;
    height: 50px;
    top: 0;
    right: 15px;
    border-radius: 0 0 10px 0; }
  .index-toppest-product-slider .owl-carousel {
    padding: 15px 15px 0 15px;
    background: WHITESMOKE;
    border-radius: 0 0 15px 0;
    box-shadow: 0 0 2px 0px #c9c7d3; }
  .index-toppest-product-slider .top-part-index-toppest-product-slider {
    height: 60px; }
    .index-toppest-product-slider .top-part-index-toppest-product-slider:after {
      content: attr(data-text);
      position: absolute;
      color: var(--box-color);
      top: 0px;
      font-size: 16px;
      right: 75px;
      border-radius: 0 0 10px 0;
      width: calc(100% - 250px); }
      @media screen and (max-width: 550px) {
        .index-toppest-product-slider .top-part-index-toppest-product-slider:after {
          font-size: 12px;
          width: 100%; } }
  .index-toppest-product-slider .index-more {
    top: 0;
    margin: 0;
    position: absolute;
    left: 15px;
    color: #fff !important; }
    @media screen and (max-width: 550px) {
      .index-toppest-product-slider .index-more {
        top: 40px;
        z-index: 999;
        position: absolute;
        left: 0;
        padding: 5px 15px; } }
  .index-toppest-product-slider .big-text {
    padding-right: 0;
    padding-left: 30px;
    height: 100%; }
    @media screen and (min-width: 992px) {
      .index-toppest-product-slider .big-text {
        border-left: 2px dashed #eee; } }
    .index-toppest-product-slider .big-text ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .index-toppest-product-slider .big-text li {
      position: relative;
      padding-right: 10px; }
      .index-toppest-product-slider .big-text li:before {
        content: '';
        position: absolute;
        width: 4px;
        height: 12px;
        background: var(--box-color);
        right: 0;
        top: 12px;
        border-radius: 60px; }
    .index-toppest-product-slider .big-text a {
      color: #585858; }
    .index-toppest-product-slider .big-text p {
      line-height: 26px;
      text-align: justify;
      font-size: 14px;
      margin-bottom: 15px; }
  .index-toppest-product-slider .publisher {
    color: #625f5f !important; }
  .index-toppest-product-slider .owl-package-title {
    position: absolute;
    top: -60px;
    right: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #585858; }

.index-toppest-product {
  margin-top: 40px; }
  .index-toppest-product .tab-pane.fade {
    opacity: 0;
    transition: 0.2s 0.5s all; }
  .index-toppest-product .tab-pane.fade.in {
    opacity: 1; }

.owl-carousel2, .owl-carousel3 {
  display: none;
  margin-bottom: 30px; }
  .owl-carousel2 .image-wrapper, .owl-carousel3 .image-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px; }
  .owl-carousel2 .owl-card, .owl-carousel3 .owl-card {
    position: relative; }
  .owl-carousel2 .publisher, .owl-carousel3 .publisher {
    color: #898989;
    padding-right: 25px;
    position: relative;
    height: 24px;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .owl-carousel2 .publisher span, .owl-carousel3 .publisher span {
      display: block;
      padding: 2px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .owl-carousel2 .publisher .svg-icon, .owl-carousel3 .publisher .svg-icon {
      top: 4px;
      width: 17px;
      height: 17px;
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-left: 3px;
      right: 0; }
  .owl-carousel2 .product-title, .owl-carousel3 .product-title {
    margin: 0; }
    .owl-carousel2 .product-title a, .owl-carousel3 .product-title a {
      display: block;
      color: #575757;
      text-align: right;
      font-size: 14px;
      line-height: 22px;
      height: 60px;
      overflow: hidden;
      padding: 10px 0 5px 0; }
  .owl-carousel2 .product, .owl-carousel3 .product {
    padding: 0 0 15px 0 !important;
    background: transparent !important; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: transparent; }

.nav-tabs > li > a {
  white-space: nowrap;
  border: 0 !important;
  color: #575757;
  border-radius: 40px !important; }
  @media screen and (max-width: 600px) {
    .nav-tabs > li > a {
      font-size: 12px; } }

.nav.nav-tabs {
  border: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
  overflow: auto;
  height: 50px; }
  @media screen and (max-width: 600px) {
    .nav.nav-tabs {
      padding-right: 15px;
      justify-content: flex-start;
      padding-bottom: 10px; } }

.nav-tabs > li > a:hover {
  background-color: transparent; }

.tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, li.active > a {
  color: #585858 !important;
  position: relative; }
  .tabs > li.active > a:focus:before, .nav-tabs > li.active > a:hover:before, li.active > a:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0080ff !important;
    bottom: 0;
    right: 0;
    z-index: 0; }

.price-wrapper {
  height: 50px;
  display: flex;
  padding: 5px 0 0 0;
  flex-flow: column;
  align-items: flex-end;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .price-wrapper {
      flex-flow: column; } }

.price {
  white-space: nowrap;
  font-size: 12px;
  color: #585858; }
  @media screen and (max-width: 1000px) {
    .price {
      font-size: 14px; } }
  @media screen and (max-width: 600px) {
    .price {
      font-size: 12px; } }
  .price .c-p {
    color: #212121;
    font-size: 18px;
    font-weight: 500; }

.price-old {
  position: relative;
  white-space: nowrap;
  font-size: 14px;
  color: #acacac;
  margin-left: 40px; }
  @media screen and (max-width: 1000px) {
    .price-old {
      font-size: 11px; } }
  @media screen and (max-width: 600px) {
    .price-old {
      font-size: 9px; } }
  .price-old:before {
    position: absolute;
    content: '';
    border-top: 1px solid #acacac;
    width: 100%;
    height: 2px;
    transform: rotate(-15deg) translate(0, -50%);
    top: 50%; }

.product .owl-carousel2 .product-code:after {
  left: 0;
  bottom: 27px; }

.owl-carousel2 .product-code:after {
  left: 0;
  bottom: 40px; }

.product-code:after {
  content: attr(data-off);
  position: absolute;
  left: 15px;
  bottom: 45px;
  line-height: 0;
  border-radius: 15px;
  height: 10px;
  width: 35px;
  color: #fff;
  background-color: #45a0e8;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  padding: 8px;
  padding-top: 12px;
  font-size: 10px; }

.product:hover .cat-search {
  opacity: 1; }

.cat-search {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  position: absolute;
  bottom: 3px;
  width: 100%;
  right: 15px;
  opacity: 0;
  transition: 0.2s all; }
  .cat-search:before {
    position: absolute;
    content: '';
    width: calc(100% - 55px);
    height: 1px;
    background: #ddd;
    right: 25px;
    top: 5px; }
  .cat-search span {
    padding: 0 2px;
    display: inline-block; }
  .cat-search a, .cat-search span:last-child {
    font-weight: 500;
    color: #666;
    cursor: pointer; }
  .cat-search .svg-icon {
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    top: 4px;
    margin-left: 2px; }

.unavailable-price {
  color: #f44336;
  align-items: flex-start !important;
  position: relative;
  top: 15px; }

.owl-cat-slider .image-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: block; }
.owl-cat-slider .product-code:after {
  bottom: 25px; }
.owl-cat-slider .product-title, .owl-cat-slider .price-wrapper {
  position: relative;
  background: whitesmoke; }
.owl-cat-slider .product {
  padding: 0 !important; }
.owl-cat-slider .image-wrapper {
  border-radius: 0;
  height: 110px !important;
  overflow: hidden !important; }
.owl-cat-slider .owl-item {
  overflow: hidden !important; }

.index-services {
  margin-top: 30px;
  position: relative; }
  .index-services .row {
    display: flex; }
    @media screen and (min-width: 768px) {
      .index-services .row {
        display: block; } }
  @media screen and (min-width: 992px) {
    .index-services {
      margin-top: 0; } }

.service-box {
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0 0 4px 2px whitesmoke;
  height: 65px;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row; }
  @media screen and (max-width: 768px) {
    .service-box {
      flex-flow: column;
      height: 150px; } }
  @media screen and (max-width: 550px) {
    .service-box {
      padding: 5px;
      height: 130px; } }
  @media screen and (min-width: 992px) {
    .service-box {
      flex-flow: row; } }
  .service-box img {
    height: 40px; }
  .service-box .service-text {
    color: #7c7c7c;
    padding: 15px;
    font-weight: 500;
    text-align: center;
    font-size: 13px; }
    @media screen and (max-width: 550px) {
      .service-box .service-text {
        font-size: 10px;
        padding: 8px 0 0 0; } }
    @media screen and (min-width: 992px) {
      .service-box .service-text {
        font-size: 14px;
        white-space: nowrap; } }

.breadcrumb {
  white-space: nowrap;
  overflow: auto;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  margin-top: 0;
  background: transparent;
  padding: 0px;
  border-radius: 3px; }
  .breadcrumb a {
    color: #585858; }
  .breadcrumb .active a {
    color: #ccc !important;
    background: transparent !important;
    pointer-events: none; }
    .breadcrumb .active a:before {
      display: none !important; }

.breadcrumb::-webkit-scrollbar {
  width: 1px !important;
  height: 2px; }

.breadcrumb::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 !important;
  box-shadow: inset 0 0 0 !important; }

.breadcrumb::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  outline: 1px solid transparent !important; }

.product {
  margin-top: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  /*.index-toppest-product-slider {
    height: 530px;
    .owl-carousel {
      transform: rotate(90deg) !important;
      width: 630px !important;
      margin-top: 190px !important;
      margin-right: -130px;
    }
    .owl-card {
      margin-top: 20px;

      // transform: rotate(-90deg);
    }
    .owl-item {
      display: flex;
      transform: rotate(-90deg) !important;
      img {
        width: 80%;
        margin: 0 auto;
      }
    }
    .owl-carousel .owl-nav {
      display: flex !important;
      justify-content: space-between !important;
      position: absolute;
      width: 100%;
      left: calc(50% + 10px);
      transform: translate(-50%);
      top: calc(50% + 33px);
    }
    div.owl-carousel .owl-nav .owl-prev, div.owl-carousel .owl-nav .owl-next {
      font-size: 36px;
      top: unset;
      bottom: 15px;
    }

  }*/ }
  .product .owl-dots {
    text-align: left;
    z-index: 2;
    position: absolute;
    right: -100px;
    left: auto;
    top: 0px;
    height: calc(100%);
    overflow: auto;
    direction: ltr; }
    .product .owl-dots::-webkit-scrollbar {
      width: 2px !important;
      height: 2px; }
    .product .owl-dots::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 0 !important;
      box-shadow: inset 0 0 0 !important; }
    .product .owl-dots::-webkit-scrollbar-thumb {
      background-color: #0080ff !important;
      outline: 1px solid transparent !important; }
  .product .panel-body {
    padding: 0 0 0 30px;
    font-size: 14px;
    text-align: justify; }
    @media screen and (max-width: 700px) {
      .product .panel-body {
        padding: 0; } }
  .product .panel-wrapper {
    border-left: 1.5px dashed #ddd; }
    @media screen and (max-width: 700px) {
      .product .panel-wrapper {
        border-left: 0; } }
  .product .panel-title {
    padding: 15px 0 0 0; }
  .product .more-wrapper a {
    float: right;
    margin-top: -35px;
    font-size: 16px; }
  .product .related .title {
    text-align: right; }
  .product .dashed hr {
    margin-top: 30px !important;
    margin-bottom: 10px; }
  .product .section-title {
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 42px;
    color: #888; }
    @media screen and (max-width: 992px) {
      .product .section-title {
        margin-top: 30px; } }
    @media screen and (max-width: 700px) {
      .product .section-title {
        font-size: 22px; } }
    .product .section-title .title {
      color: #6f6f6f;
      margin-top: 30px;
      font-size: 24px !important; }
  .product .owl-dots {
    margin: 0; }
    .product .owl-dots span {
      width: 15px;
      height: 15px;
      background: #ddd; }
  .product select {
    width: 120px;
    text-align: right;
    direction: rtl;
    border: #eee 1px solid;
    padding: 5px;
    margin: 5px 0;
    border-radius: 30px;
    outline: none !important; }
    .product select option {
      direction: ltr; }
  .product .feature, .product .product-information {
    margin-bottom: 45px; }
    .product .feature .feature-item, .product .product-information .feature-item {
      border-bottom: 1px solid #eee !important; }
      .product .feature .feature-item:last-child, .product .product-information .feature-item:last-child {
        border-bottom: 0 !important; }
  .product .product-information-wrapper .feature-item {
    border-bottom: 0; }
  .product .product-information-wrapper .price {
    white-space: normal;
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
    color: #76787a;
    line-height: 40px; }
    .product .product-information-wrapper .price .c-p {
      font-size: 22px;
      color: #3FAD46; }
  .product .product-information-wrapper .price-wrapper {
    margin-bottom: 40px;
    margin-right: 15px;
    justify-content: flex-start; }
    @media screen and (min-width: 992px) {
      .product .product-information-wrapper .price-wrapper {
        margin-top: -40px; } }
  .product .product-information-wrapper .price-old {
    font-size: 16px; }
  .product .feature-item.product {
    width: 145px;
    position: relative; }
    .product .feature-item.product .product-code:after {
      bottom: 78px;
      left: 30px; }
    .product .feature-item.product .price-old {
      margin-left: 55px; }
  .product .color {
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: var(--data-color);
    top: 4px;
    margin: 0 4px;
    box-shadow: 0 0 0 1px #999; }
    .product .color.active {
      box-shadow: 0 0 0 2px #0080ff; }
  .product .img-wrapper {
    margin-top: 88px; }
    .product .img-wrapper img {
      width: 100%; }
  .product .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    padding: 0 15px 15px 15px; }
  .product .panel .panel-heading {
    background-color: transparent;
    border-color: transparent; }
    .product .panel .panel-heading a {
      font-size: 16px;
      padding: 6px 0;
      display: block;
      color: #999 !important; }
  .product .panel .panel-body {
    font-size: 14px;
    line-height: 33px;
    text-align: justify; }
  .product .panel-group {
    margin-top: 20px; }

.feature .panel-title {
  font-size: 16px;
  padding: 6px 0 0 0;
  display: block;
  height: 28.4px;
  color: #999 !important; }
.feature .feature-wrapper {
  padding-right: 15px;
  border-right: 1px dashed #ccc;
  margin-right: -15px;
  line-height: 28px; }
  @media screen and (max-width: 700px) {
    .feature .feature-wrapper {
      border-right: 0; } }

.feature-wrapper {
  padding: 0;
  list-style: none; }
  .feature-wrapper .feature-item {
    border-bottom: 1px solid #eee; }
  .feature-wrapper .feature-title {
    font-size: 16px;
    color: #888; }
  .feature-wrapper .feature-desc {
    font-size: 13px;
    color: #999;
    padding: 5px; }

.product-information .code {
  letter-spacing: 1.5px; }
.product-information .feature-wrapper {
  padding: 0;
  line-height: 28px;
  list-style: none; }
  .product-information .feature-wrapper .feature-title {
    font-size: 16px;
    color: #888; }
  .product-information .feature-wrapper .feature-desc {
    font-size: 13px;
    color: #999;
    padding: 5px; }
  .product-information .feature-wrapper .available {
    color: #3FAD46; }
    .product-information .feature-wrapper .available .svg-icon {
      background-size: contain;
      width: 14px;
      height: 14px;
      display: inline-block;
      position: relative;
      top: 6px;
      margin: 3px;
      background-repeat: no-repeat; }
  .product-information .feature-wrapper .unavailable {
    color: #f44336; }
    .product-information .feature-wrapper .unavailable .svg-icon {
      background-size: contain;
      width: 14px;
      height: 14px;
      display: inline-block;
      position: relative;
      top: 6px;
      margin: 3px;
      background-repeat: no-repeat; }

.disable a {
  background: gray !important;
  pointer-events: none; }

.zoomLens {
  z-index: 9999 !important;
  border: 2px solid #0080ff !important;
  border-radius: 100% !important; }

.zoomContainer {
  z-index: 15; }

.demo-container {
  height: 300px;
  width: 300px;
  z-index: 999;
  float: left; }

.product-page-slide img {
  cursor: default; }
.product-page-slide .main-slider {
  overflow: visible; }
.product-page-slide .owl-nav {
  top: 50%; }
.product-page-slide .owl-prev {
  top: 100% !important; }
.product-page-slide .owl-next {
  top: 100% !important; }

.thumbnail-slider img {
  width: 90px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px; }

.more-wrapper.add a {
  background-image: -moz-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
  background-image: -webkit-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
  background-image: -ms-linear-gradient(90deg, #7DC855 0%, #90DC68 100%); }

@media screen and (max-width: 500px) {
  .owl-carousel2 .owl-stage, .owl-carousel4 .owl-stage {
    padding-right: 0 !important;
    padding-left: 60px !important; } }

.order-form .section-title {
  font-size: 26px;
  padding: 0 15px; }
  @media screen and (max-width: 600px) {
    .order-form .section-title {
      font-size: 19px; } }
.order-form .fram-wrapper {
  margin-top: 30px;
  display: flex;
  white-space: nowrap; }
.order-form .weave-wrapper {
  display: flex;
  white-space: nowrap; }
.order-form label {
  color: #959595;
  display: block;
  font-size: 16px; }
  @media screen and (max-width: 600px) {
    .order-form label {
      font-size: 13px; } }
.order-form label.radio, .order-form label.radio-inline {
  display: inline !important; }
.order-form label.radio-inline.first-radio {
  width: 150px;
  margin: 0;
  display: inline-block !important; }
.order-form .select-wrapper {
  position: relative; }
  .order-form .select-wrapper:before {
    content: '';
    position: absolute;
    left: 1px;
    width: 35px;
    height: calc(100% - 2px);
    background: #fff;
    border-radius: 10px 0 0 10px;
    top: 1px; }
.order-form select {
  width: 100%;
  padding: 9px 15px;
  border: #ddd 1px solid;
  border-radius: 10px; }
.order-form input, .order-form textarea, .order-form select {
  color: #959595;
  width: 100%;
  padding: 9px 15px;
  border: #ddd 1px solid;
  border-radius: 10px; }
  .order-form input::-webkit-input-placeholder, .order-form textarea::-webkit-input-placeholder, .order-form select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #dadada;
    font-size: 12px; }
  .order-form input::-moz-placeholder, .order-form textarea::-moz-placeholder, .order-form select::-moz-placeholder {
    /* Firefox 19+ */
    color: #dadada;
    font-size: 12px; }
  .order-form input:-ms-input-placeholder, .order-form textarea:-ms-input-placeholder, .order-form select:-ms-input-placeholder {
    /* IE 10+ */
    color: #dadada;
    font-size: 12px; }
  .order-form input:-moz-placeholder, .order-form textarea:-moz-placeholder, .order-form select:-moz-placeholder {
    /* Firefox 18- */
    color: #dadada;
    font-size: 12px; }
.order-form .list-unstyled {
  position: absolute;
  font-size: 12px;
  margin-top: -5px;
  margin-right: 16px; }
.order-form select {
  color: #dadada;
  font-size: 12px; }
  .order-form select option {
    color: #959595; }
.order-form textarea {
  height: 170px; }
  .order-form textarea.address {
    height: 70px !important; }
.order-form .form-group {
  margin-bottom: 30px;
  width: 100%; }
.order-form .send-info {
  position: relative;
  width: 300px;
  white-space: nowrap;
  padding: 8px 56px 8px 36px;
  border-radius: 6px;
  margin-top: 20px;
  display: inline-block;
  float: left;
  color: #fff !important;
  background-image: -moz-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
  background-image: -webkit-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
  background-image: -ms-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
  border: 0;
  font-size: 16px;
  font-weight: 500; }
  .order-form .send-info .svg-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 45px;
    background-repeat: no-repeat;
    background-position: center; }

.upload-wrapper {
  text-align: right;
  position: relative;
  color: black;
  font-size: 14px;
  margin-top: -2px; }
  .upload-wrapper label {
    font-weight: 400; }

.upload-wrapper {
  float: right;
  /*input::-webkit-file-upload-button {

  }*/ }
  .upload-wrapper .svg-icon {
    background-image: url("../images/icons/attach.svg");
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .upload-wrapper span {
    display: block;
    float: none;
    margin: 12px 0 12px 12px;
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    padding-right: 3px;
    color: #666; }
  .upload-wrapper span:last-child {
    overflow: hidden;
    margin: 0;
    text-align: center;
    padding: 8px 14px;
    white-space: nowrap;
    height: 40px;
    width: 150px;
    line-height: 26px;
    border-radius: 30px;
    display: inline-block;
    float: left;
    color: #fff !important;
    background: #0080ff;
    background: -moz-linear-gradient(left, #0080ff 0%, #66b3ff 100%);
    background: -webkit-linear-gradient(left, #0080ff 0%, #66b3ff 100%);
    background: linear-gradient(to right, #0080ff 0%, #66b3ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080ff', endColorstr=lighten(#0080ff,20), GradientType=1);
    border: 0;
    font-size: 14px;
    font-weight: 500; }
  .upload-wrapper input[type=file] {
    display: block;
    width: 150px;
    height: 40px;
    font-size: 100px;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0; }

.upload {
  position: absolute;
  width: 150px;
  cursor: pointer;
  right: 0;
  top: 30px; }
  .upload .list-unstyled {
    margin-top: 5px;
    margin-right: -15px; }

#wrappPic {
  width: 100px;
  height: 100px;
  clear: both;
  border-radius: 4px;
  position: relative;
  right: 170px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -26px; }
  #wrappPic[href="javascript:;"] {
    pointer-events: none;
    cursor: default; }
  #wrappPic #pic {
    max-width: 100px;
    max-height: 100px;
    border-radius: 4px;
    display: inline-block; }

.order-form-wrapper {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 60px;
  background: #fff; }
  .order-form-wrapper .main-title.section-title {
    position: relative;
    top: -30px;
    right: 40px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    z-index: 9;
    font-size: 28px;
    padding: 3px 24px;
    margin: 0;
    margin-bottom: -30px; }
    @media screen and (max-width: 600px) {
      .order-form-wrapper .main-title.section-title {
        font-size: 19px;
        top: -18px;
        right: 5px; } }

.order-decription {
  margin-bottom: 30px; }
  .order-decription p {
    margin: 0; }
  .order-decription .order-desc {
    width: calc(100% - 400px);
    padding: 0 0 0 30px; }
    @media screen and (max-width: 992px) {
      .order-decription .order-desc {
        width: 100%; } }
  .order-decription .order-table {
    position: relative;
    width: 400px; }
    @media screen and (max-width: 992px) {
      .order-decription .order-table {
        width: 100%; } }
    .order-decription .order-table:before {
      width: 2px;
      height: 100%;
      content: '';
      position: absolute;
      border-right: 1.5px dashed #ddd;
      right: -15px; }
      @media screen and (max-width: 992px) {
        .order-decription .order-table:before {
          width: 80%;
          height: 2px;
          border-right: 0;
          border-top: 1.5px dashed #ddd;
          right: auto;
          left: 50%;
          transform: translate(-50%);
          top: 0; } }
    .order-decription .order-table p {
      white-space: nowrap; }

.order-images img {
  width: 100%; }
  @media screen and (max-width: 750px) {
    .order-images img {
      width: 310px !important;
      display: block !important; } }
.order-images .section-title {
  font-size: 24px; }
  @media screen and (max-width: 600px) {
    .order-images .section-title {
      font-size: 18px; } }
.order-images .big-text {
  padding: 0;
  white-space: nowrap;
  overflow: auto;
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
@media screen and (max-width: 750px) {
  .order-images a {
    width: 320px !important;
    display: block !important; } }

.order-section > .row {
  display: flex; }
  @media screen and (max-width: 750px) {
    .order-section > .row {
      flex-flow: column; } }

.minus-btn, .plus-btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  border-radius: 3px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  line-height: 38px;
  color: #fff; }
  @media screen and (max-width: 750px) {
    .minus-btn, .plus-btn {
      left: 15px; } }

.minus-btn {
  background: #f24c40; }

.plus-btn {
  background: #7DC855; }

.point:before {
  content: '';
  position: absolute;
  width: 4px;
  right: 0;
  top: 20px;
  height: 20px;
  background: #0080ff !important;
  background: -moz-linear-gradient(left, #0080ff 0%, #66b3ff 100%) !important;
  background: -webkit-linear-gradient(left, #0080ff 0%, #66b3ff 100%) !important;
  background: linear-gradient(to right, #0080ff 0%, #66b3ff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080ff', endColorstr=lighten(#0080ff,20), GradientType=1) !important; }

label {
  font-weight: 400;
  color: #4f4f4f; }

.radio-inline {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 24px;
  margin: 0 15px; }

/* Hide the browser's default radio button */
.radio-inline input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 6px;
  right: 2px;
  height: 12px;
  width: 12px;
  background-color: #eee;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.radio-inline:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.radio-inline input:checked ~ .checkmark {
  background-color: #0080ff;
  box-shadow: 0 0 0 2px #fff, 0 0 2px 3px #66b3ff; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.radio-inline input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radio-inline .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white; }

.dashed {
  background: transparent !important;
  padding: 0 !important;
  width: calc(100% - 30px);
  margin: 0 15px; }
  .dashed hr {
    border: 1px dashed #7b7b7b;
    margin-top: 10px;
    margin-bottom: 10px; }

.factor-wrapper {
  padding: 0;
  padding-top: 15px;
  border-radius: 4px;
  margin-bottom: 60px; }
  .factor-wrapper .main-title.section-title {
    position: relative;
    top: -30px;
    right: 40px;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    z-index: 9;
    font-size: 28px;
    padding: 3px 24px;
    margin: 0;
    margin-bottom: -30px; }
    @media screen and (max-width: 600px) {
      .factor-wrapper .main-title.section-title {
        font-size: 16px; } }

@media screen and (max-width: 750px) {
  .unit-count-wrapper {
    width: 100%;
    border-bottom: 1px solid #ddd; } }

.unit-count {
  list-style: none;
  padding: 0;
  display: flex; }

@media screen and (max-width: 750px) {
  .factor .responsive-show {
    display: none !important; } }
@media screen and (max-width: 750px) {
  .factor .total-price {
    display: none; } }
.factor .factor-img {
  padding: 0 !important;
  padding-left: 15px !important; }
@media screen and (max-width: 750px) {
  .factor .remover {
    top: 15px;
    left: 5px; } }
@media screen and (max-width: 750px) {
  .factor .quantity {
    right: 9px; } }
@media screen and (max-width: 750px) {
  .factor .price-wrapper {
    height: auto; } }
.factor .price-wrapper .product-code:after {
  left: -40px;
  bottom: 5px; }
@media screen and (max-width: 750px) {
  .factor .price .c-p {
    font-size: 15px !important; } }
@media screen and (max-width: 750px) {
  .factor .factor-info {
    padding: 0 !important; } }
.factor .total-price .price-old {
  margin-left: 0; }
@media screen and (max-width: 750px) {
  .factor .price-old {
    margin-left: 0; } }
@media screen and (max-width: 750px) {
  .factor .factor-item.price {
    width: 70% !important;
    border-bottom: 0 !important; } }
@media screen and (max-width: 750px) {
  .factor .factor-item.price .price-wrapper {
    align-items: flex-start; } }
@media screen and (max-width: 750px) {
  .factor .factor-item.count {
    width: 30% !important;
    border-bottom: 0 !important; } }
.factor .c-p {
  padding: 0 2px; }
  .factor .c-p ~ span {
    font-size: smaller; }
.factor .product {
  margin-top: 0 !important; }
.factor .off-wrapper {
  margin-top: 20px; }
  .factor .off-wrapper .off {
    color: #959595;
    width: 100%;
    padding: 9px 15px;
    border: 1px solid #7b7b7b;
    border-radius: 4px;
    font-size: 14px; }
    .factor .off-wrapper .off::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #959595;
      font-size: 12px; }
    .factor .off-wrapper .off::-moz-placeholder {
      /* Firefox 19+ */
      color: #959595;
      font-size: 12px; }
    .factor .off-wrapper .off:-ms-input-placeholder {
      /* IE 10+ */
      color: #959595;
      font-size: 12px; }
    .factor .off-wrapper .off:-moz-placeholder {
      /* Firefox 18- */
      color: #959595;
      font-size: 12px; }
.factor .confirm {
  background: #0080ff !important;
  background: -moz-linear-gradient(left, #0080ff 0%, #66b3ff 100%) !important;
  background: -webkit-linear-gradient(left, #0080ff 0%, #66b3ff 100%) !important;
  background: linear-gradient(to right, #0080ff 0%, #66b3ff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080ff', endColorstr=lighten(#0080ff,20), GradientType=1) !important;
  width: auto !important;
  margin-top: 20px !important;
  position: absolute !important;
  top: 0px !important;
  left: 15px !important;
  padding: 8px 23px 9px 23px !important;
  border-radius: 10px 0 0 10px !important; }
.factor .responsive-show {
  display: none; }
  @media screen and (max-width: 992px) {
    .factor .responsive-show {
      display: block !important; } }
.factor .factor-title-wrapper {
  background: #fff; }
  @media screen and (max-width: 992px) {
    .factor .factor-title-wrapper {
      flex-flow: column;
      padding: 15px; }
      .factor .factor-title-wrapper .count {
        height: 0; }
      .factor .factor-title-wrapper .factor-item {
        border-bottom: 0; }
      .factor .factor-title-wrapper span {
        display: none; }
      .factor .factor-title-wrapper .responsive-show {
        margin-bottom: 0 !important; }
      .factor .factor-title-wrapper .factor-item {
        padding: 0; } }
  @media screen and (max-width: 750px) {
    .factor .factor-title-wrapper {
      display: none; } }
.factor .send-info {
  position: relative;
  width: 100%;
  padding: 8px 43px 8px 23px;
  margin-top: 0;
  display: inline-block;
  float: left;
  color: #fff !important;
  background-image: -moz-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
  background-image: -webkit-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
  background-image: -ms-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
  border: 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px; }
  .factor .send-info .svg-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: calc(50% + 60px);
    background-repeat: no-repeat;
    background-position: center; }
.factor .list-unstyled {
  position: absolute;
  font-size: 12px;
  margin-top: -5px;
  margin-right: 0;
  z-index: 1; }

.factor-item-wrapper {
  position: relative;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #7b7b7b;
  border-radius: 4px;
  overflow: hidden;
  background: #fff; }
  @media screen and (max-width: 992px) {
    .factor-item-wrapper {
      flex-flow: column; }
      .factor-item-wrapper .factor-item {
        width: 100% !important;
        align-items: center;
        border-bottom: 1px solid #ddd; }
        .factor-item-wrapper .factor-item .responsive-show {
          color: #666 !important;
          margin-bottom: 15px;
          font-weight: 500 !important;
          font-size: 18px; } }
  .factor-item-wrapper .price-wrapper {
    display: flex;
    padding: 10px 15px;
    flex-flow: column;
    align-items: center;
    justify-content: space-around; }
    .factor-item-wrapper .price-wrapper span:last-child {
      font-size: 14px; }
  .factor-item-wrapper .price {
    font-size: 19px;
    color: #585858;
    font-weight: 600;
    line-height: 30px; }
    .factor-item-wrapper .price .c-p {
      color: #3FAD46; }
  .factor-item-wrapper .price-old {
    font-weight: 500;
    font-size: 16px;
    text-decoration: line-through #888;
    color: #888; }
    .factor-item-wrapper .price-old .c-p {
      color: #888; }

.factor-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 15px;
  color: #666 !important;
  text-align: center !important; }
  .factor-title.product {
    align-items: center;
    justify-content: center; }

.remover {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  width: 23px;
  height: 23px;
  color: #fff;
  background: #F44336;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%; }
  @media screen and (max-width: 992px) {
    .remover {
      top: 30px;
      left: 20px; } }
  .remover:before {
    width: 2px;
    height: 70px;
    content: '';
    position: absolute;
    border-right: 2px dashed #ddd;
    right: -15px; }
    @media screen and (max-width: 992px) {
      .remover:before {
        display: none; } }

.factor-item {
  position: relative;
  text-align: center; }
  .factor-item.product {
    text-align: right;
    width: calc(100% - 600px);
    display: flex; }
    .factor-item.product .factor-img {
      max-width: 100px;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .factor-item.product .factor-img img {
        width: 100%; }
    .factor-item.product .factor-info {
      width: calc(100% - 115px);
      padding: 15px; }
      .factor-item.product .factor-info .factor-info-title {
        font-size: 18px;
        font-weight: 500;
        color: #666;
        text-align: justify;
        line-height: 30px; }
        @media screen and (max-width: 750px) {
          .factor-item.product .factor-info .factor-info-title {
            font-size: 13px;
            line-height: 22px; } }
      .factor-item.product .factor-info .factor-feature {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-top: 10px; }
        .factor-item.product .factor-info .factor-feature .factor-feature-title {
          font-size: 16px;
          font-weight: 500;
          color: #666; }
        .factor-item.product .factor-info .factor-feature .factor-feature-item {
          margin: 0;
          line-height: 24px;
          font-size: 14px;
          font-weight: 500;
          color: #777; }
          .factor-item.product .factor-info .factor-feature .factor-feature-item .factor-feature-desc {
            font-size: 13px;
            font-weight: 500;
            color: #888;
            padding: 0 3px; }
  .factor-item.off-factor {
    width: 80px; }
    .factor-item.off-factor .off-factor-value {
      font-size: 16px;
      color: #0080ff;
      font-weight: 600; }
  .factor-item.price {
    width: 100px; }
  .factor-item.price {
    width: 200px; }
  .factor-item.count {
    width: 70px; }
    @media screen and (max-width: 992px) {
      .factor-item.count {
        display: flex;
        align-items: center;
        flex-flow: column;
        justify-content: center;
        height: 100px; } }
  .factor-item.total-price {
    width: 250px; }

.factor-text {
  margin: 15px 0;
  font-size: 16px;
  line-height: 25px;
  color: #555; }

.factor-form-wrapper label {
  font-weight: 400;
  color: #777;
  display: block;
  font-size: 14px; }
.factor-form-wrapper textarea {
  height: 73px; }
.factor-form-wrapper input, .factor-form-wrapper textarea {
  color: #959595;
  width: 100%;
  padding: 9px 15px;
  border: 1px solid #7b7b7b;
  border-radius: 4px;
  font-size: 14px; }
  .factor-form-wrapper input::-webkit-input-placeholder, .factor-form-wrapper textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #959595;
    font-size: 12px; }
  .factor-form-wrapper input::-moz-placeholder, .factor-form-wrapper textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595;
    font-size: 12px; }
  .factor-form-wrapper input:-ms-input-placeholder, .factor-form-wrapper textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #959595;
    font-size: 12px; }
  .factor-form-wrapper input:-moz-placeholder, .factor-form-wrapper textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #959595;
    font-size: 12px; }
.factor-form-wrapper .form-group {
  margin-bottom: 15px;
  margin-top: 5px; }

.factor-summary-wrapper {
  padding: 15px 15px 0 15px;
  list-style: none;
  border: 1px solid #7b7b7b;
  border-radius: 4px;
  overflow: hidden;
  margin: 30px 0;
  background: #fff; }
  .factor-summary-wrapper .factor-summary-title {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    text-align: center;
    line-height: 30px; }
  .factor-summary-wrapper .factor-summary-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
    color: #666; }
    .factor-summary-wrapper .factor-summary-desc span {
      white-space: nowrap; }
  .factor-summary-wrapper .factor-total-pay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-top: 1px solid #ddd;
    margin: 15px 15px 0 15px;
    padding: 15px;
    font-size: 18px;
    line-height: 30px; }
    .factor-summary-wrapper .factor-total-pay .price {
      white-space: nowrap;
      font-size: 14px;
      color: #585858;
      font-weight: 600;
      line-height: 30px; }
      .factor-summary-wrapper .factor-total-pay .price .c-p {
        color: #3FAD46;
        font-size: 20px; }
  .factor-summary-wrapper .off {
    white-space: nowrap;
    color: #39c639; }

.price-wrapper span {
  padding: 0 2px !important; }

.btn-custom-wrapper {
  position: relative;
  margin-top: 5px;
  height: 40px; }
  .btn-custom-wrapper .btn-custom {
    white-space: nowrap;
    position: absolute;
    left: 0;
    display: inline-block;
    width: auto;
    padding: 8px 40px 8px 23px;
    margin-top: 0;
    float: left;
    color: #fff !important;
    background-image: -moz-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
    background-image: -webkit-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
    background-image: -ms-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
    border: 0;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px; }
    .btn-custom-wrapper .btn-custom.cancel {
      background: #F44336;
      background-image: -moz-linear-gradient(90deg, #F44336 0%, #f65347 100%);
      background-image: -webkit-linear-gradient(90deg, #F44336 0%, #f65347 100%);
      background-image: -ms-linear-gradient(90deg, #F44336 0%, #f65347 100%); }
    .btn-custom-wrapper .btn-custom .svg-icon {
      width: 20px;
      height: 20px;
      background-size: contain;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 10px;
      background-repeat: no-repeat;
      background-position: center; }
  .btn-custom-wrapper.add-address {
    position: absolute;
    margin-top: 5px;
    height: 40px;
    left: 0;
    top: 35px; }

.quantity {
  direction: ltr;
  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: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee; }

.quantity input:focus {
  outline: 0; }

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
  right: -20px; }

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  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; }

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  background-color: whitesmoke;
  border: 1px solid #eee; }

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 50%;
  background-color: whitesmoke;
  border: 1px solid #eee; }

.pagination-wrapper {
  text-align: center; }

.pagination-wrapper {
  text-align: center; }
  .pagination-wrapper a {
    transition: .2s all !important;
    margin: 5px 2px !important;
    border-radius: 5px;
    font-size: 14px;
    color: #004d99 !important; }
    @media screen and (max-width: 600px) {
      .pagination-wrapper a {
        font-size: 13px; } }
    .pagination-wrapper a:hover {
      border: 1px solid #0080ff !important;
      background-color: #fff !important;
      color: #0080ff; }
  .pagination-wrapper .active a {
    border: 1px solid #0080ff !important;
    background-color: #0080ff !important;
    color: white !important; }
    .pagination-wrapper .active a:before {
      display: none; }
    .pagination-wrapper .active a:hover {
      border: 1px solid #004d99 !important;
      background-color: #004d99 !important; }

.product-list .product {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
    /* .price-wrapper {
       display: flex;
       padding: 10px 0;
       flex-flow: column;
       align-items: flex-end;
       justify-content: space-between;
       @media screen and(max-width: 600px) {
         flex-flow: column;
       }
     }
     .price {
       white-space: nowrap;

       font-size: 12px;
       color: #585858;
       @media screen and (max-width: 1000px) {
         font-size: 14px;
       }
       @media screen and (max-width: 600px) {
         font-size: 12px;
       }
       .c-p {
         color: #212121;
         font-size: 18px;
         font-weight: 500;
       }
     }
     .price-old {
       position: relative;
       white-space: nowrap;
       font-size: 14px;
       color: #acacac;
       margin-left: 40px;
       &:before {
         position: absolute;
         content: '';
         border-top: 1px solid #acacac;
         width: 100%;
         height: 2px;
         transform: rotate(-15deg) translate(0, -50%);
         top: 50%;

       }
     }*/ }
  .product-list .product:hover .add-to-cart {
    opacity: 1; }
  .product-list .product img {
    width: 100%; }
  .product-list .product .add-to-cart {
    background-size: 75%;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    top: -38px;
    margin: 3px;
    border: 0;
    background-repeat: no-repeat;
    background-color: #90DC68;
    padding: 2px;
    border-radius: 3px;
    background-position: center;
    transition: 0.2s all;
    opacity: 0; }
  .product-list .product .status {
    position: absolute;
    top: 0;
    left: 5px;
    background: #fff;
    border-radius: 100%; }
    .product-list .product .status .svg-icon {
      background-size: contain;
      width: 18px;
      height: 18px;
      display: inline-block;
      position: relative;
      top: 6px;
      margin: 3px;
      background-repeat: no-repeat; }
  .product-list .product .publisher {
    color: #898989;
    padding-right: 20px;
    position: relative;
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
    overflow: hidden; }
    .product-list .product .publisher span {
      display: inline-block;
      padding: 2px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .product-list .product .publisher .svg-icon {
      top: 4px;
      width: 17px;
      height: 17px;
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-left: 3px;
      right: 0; }
  .product-list .product .product-title {
    position: relative;
    margin: 0; }
    .product-list .product .product-title a {
      display: block;
      color: #575757;
      text-align: right;
      font-size: 14px;
      line-height: 22px;
      height: 55px;
      overflow: hidden;
      padding: 10px 0 5px 0; }

.filter-box {
  overflow: hidden;
  background: #fff;
  margin: 15px 0;
  padding: 5px;
  display: block;
  box-shadow: 0 0 4px 2px whitesmoke;
  margin-bottom: 35px;
  border-radius: 20px;
  position: relative; }
  @media screen and (max-width: 650px) {
    .filter-box {
      margin-bottom: 14px; } }
  .filter-box .caret {
    top: 10px;
    transition: 0.2s all;
    position: absolute;
    right: -14px;
    border-left: 1.5px solid #9E9E9E !important;
    border-top: 1.5px solid #9E9E9E !important;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    transform: rotate(-45deg);
    border-right: 0 !important; }
  .filter-box .caret.open {
    transform: rotate(-135deg); }
  .filter-box .has-submenu ul {
    padding: 0 15px; }
  .filter-box ul {
    padding: 15px;
    list-style: none; }
    .filter-box ul a {
      position: relative;
      line-height: 30px;
      color: #666;
      display: block; }
      .filter-box ul a:hover {
        color: #666;
        background: transparent !important; }
      .filter-box ul a.active {
        color: #0080ff; }
        .filter-box ul a.active:hover {
          color: #0080ff; }
  .filter-box .dropdown-menu {
    position: relative;
    width: 100%;
    border: 0;
    box-shadow: 0 0 0;
    padding: 0; }
  .filter-box button {
    font-weight: 500;
    font-size: 17px;
    color: #888;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 5px 15px;
    text-align: right; }

/* The checkbox */
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox .shape {
    width: 60px;
    height: 40px;
    padding: 15px;
    margin: 3px;
    position: relative;
    display: inline-block;
    box-shadow: 0 0 4px #eee;
    margin-top: -11px;
    border-radius: 6px; }
  .checkbox .ellipse {
    display: inline-block;
    width: 50px;
    height: 30px;
    border-radius: 50px;
    background: #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .checkbox .circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .checkbox .quadrangle {
    display: inline-block;
    width: 50px;
    height: 30px;
    border-radius: 0;
    background: #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .checkbox .rectangle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 0;
    background: #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .checkbox .color {
    content: '';
    position: absolute;
    right: 19px;
    border-radius: 3px;
    display: inline-block;
    background-color: var(--data-color);
    margin: 3px;
    top: -5px;
    width: 20px;
    height: 20px; }
  .checkbox label {
    display: block;
    white-space: nowrap; }

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 5px; }

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #0080ff;
  border-radius: 5px; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#slider-range {
  direction: ltr;
  padding: 0;
  margin: 15px;
  height: 5px; }
  #slider-range .ui-state-default, #slider-range .ui-widget-content .ui-state-default, #slider-range .ui-widget-header .ui-state-default, #slider-range .ui-button, #slider-range html .ui-button.ui-state-disabled:hover, #slider-range html .ui-button.ui-state-disabled:active {
    margin-top: 1px;
    width: 10px;
    height: 10px;
    outline: none !important; }
  #slider-range #price #amount {
    color: #0080ff !important;
    font-size: 12px !important; }
  #slider-range #price label {
    font-weight: 400;
    color: #666 !important;
    padding: 0 15px 0 0 !important;
    font-size: 12px !important; }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 4px #aaaaaa70 !important;
  box-shadow: 0 0 4px #aaaaaa70 !important;
  border: 0 !important;
  font-size: 12px !important; }

#addToCartModal {
  display: none;
  width: 600px;
  height: 200px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  overflow: hidden;
  z-index: 99999999999; }
  @media screen and (max-width: 700px) {
    #addToCartModal {
      width: 90%; } }
  #addToCartModal .addToCartModal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
  #addToCartModal .close {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 1;
    color: #ddd;
    font-weight: 100;
    z-index: 9; }
    #addToCartModal .close:hover {
      color: #F44336; }
  #addToCartModal img {
    width: 100%;
    position: relative;
    top: 10px; }
  #addToCartModal .slogan-part {
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 200px;
    background: #037aba; }
  #addToCartModal .slogan {
    margin: 15px;
    font-size: 12px;
    color: #fff; }
  #addToCartModal .question-part {
    width: 60%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 185px; }
  #addToCartModal .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #585858;
    margin-bottom: 30px;
    margin-top: 20px; }
  #addToCartModal .modal-text {
    width: 100%;
    display: flex;
    padding: 0 20px;
    font-size: 14px;
    color: #585858; }
  #addToCartModal .modal-btns {
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    margin: 20px;
    justify-content: space-between; }
  #addToCartModal .continue-btn {
    font-family: IRANSans !important;
    position: static;
    color: #fff !important;
    width: 125px;
    background: #F44336;
    opacity: 1;
    display: block;
    padding: 8px 30px;
    font-size: 14px;
    border-radius: 4px;
    float: none;
    line-height: initial;
    text-align: center;
    font-weight: 400;
    text-shadow: 0 0 0; }
    @media screen and (max-width: 500px) {
      #addToCartModal .continue-btn {
        width: 100px;
        padding: 5px 10px; } }
  #addToCartModal .finish-shopping-btn {
    position: static;
    color: #fff;
    background: #7dc855;
    padding: 8px 30px;
    font-size: 14px;
    border-radius: 4px;
    float: none;
    line-height: initial;
    font-weight: 400;
    text-shadow: 0 0 0;
    cursor: pointer; }
    @media screen and (max-width: 500px) {
      #addToCartModal .finish-shopping-btn {
        width: 100px;
        padding: 5px 10px; } }

.layer-modal {
  position: fixed;
  background: #2a292d6b;
  z-index: 999999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.product-list .row {
  margin-right: -10px;
  margin-left: -10px; }
.product-list .col-lg-1, .product-list .col-lg-10, .product-list .col-lg-11, .product-list .col-lg-12, .product-list .col-lg-2, .product-list .col-lg-3, .product-list .col-lg-4, .product-list .col-lg-5, .product-list .col-lg-6, .product-list .col-lg-7, .product-list .col-lg-8, .product-list .col-lg-9, .product-list .col-md-1, .product-list .col-md-10, .product-list .col-md-11, .product-list .col-md-12, .product-list .col-md-2, .product-list .col-md-3, .product-list .col-md-4, .product-list .col-md-5, .product-list .col-md-6, .product-list .col-md-7, .product-list .col-md-8, .product-list .col-md-9, .product-list .col-sm-1, .product-list .col-sm-10, .product-list .col-sm-11, .product-list .col-sm-12, .product-list .col-sm-2, .product-list .col-sm-3, .product-list .col-sm-4, .product-list .col-sm-5, .product-list .col-sm-6, .product-list .col-sm-7, .product-list .col-sm-8, .product-list .col-sm-9, .product-list .col-xs-1, .product-list .col-xs-10, .product-list .col-xs-11, .product-list .col-xs-12, .product-list .col-xs-2, .product-list .col-xs-3, .product-list .col-xs-4, .product-list .col-xs-5, .product-list .col-xs-6, .product-list .col-xs-7, .product-list .col-xs-8, .product-list .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px; }

.category-image {
  display: block !important;
  height: 110px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.page {
  box-shadow: 0 0 2px 0px #c9c7d3;
  border-radius: 0 0 15px 0;
  border-top: 6px solid #0080ff;
  position: relative;
  margin-top: 15px;
  background: #fff;
  padding: 5px;
  padding-top: 50px; }
  .page:before {
    content: '';
    position: absolute;
    background: #0080ff;
    width: 50px;
    height: 50px;
    top: 0;
    right: 15px;
    border-radius: 0 0 10px 0; }
  .page .title {
    top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #585858;
    right: 75px;
    position: absolute; }
    @media screen and (max-width: 550px) {
      .page .title {
        top: 9px;
        font-size: 14px; } }

.big-text {
  color: #585858;
  line-height: 37px;
  text-align: justify;
  font-size: 16px;
  position: relative;
  z-index: 9;
  padding: 15px;
  background: #fff; }
  @media screen and (max-width: 600px) {
    .big-text {
      font-size: 14px; } }

.feedback-box {
  position: relative;
  width: 350px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex-flow: column;
  margin: 5px auto;
  background: #fff; }
  @media screen and (max-width: 600px) {
    .feedback-box {
      width: 90%; } }
  .feedback-box .price {
    font-size: 17px;
    font-weight: 500;
    color: #777; }

.message-text-download {
  width: 275px;
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px; }

.feedback-btn button {
  width: 120px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%);
  border: 0;
  color: #fff;
  height: 40px;
  border-radius: 40px;
  font-weight: 600; }

.feedback-image {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  position: relative; }
  .feedback-image:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    right: -23px;
    bottom: 36px; }
  .feedback-image:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    width: 8px;
    height: 40px;
    border-radius: 30px;
    left: -12px;
    top: 4px;
    background: #ccc;
    box-shadow: 19px 10px 0 -3px #ccc, -19px 10px 0 -3px #ccc; }
  .feedback-image span {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 100%;
    left: -30px;
    top: 2px; }
    .feedback-image span:before {
      transform: rotate(-45deg);
      content: '';
      position: absolute;
      width: 5px;
      height: 25px;
      border-radius: 30px;
      left: -4px;
      top: 2px;
      background: #ccc;
      box-shadow: 22px 15px 0 -1px #ccc; }
  .feedback-image img {
    box-shadow: 0 0 0 15px #fff, 0 0 0 21px #ddd;
    padding: 15px;
    border-radius: 100%;
    width: 60px; }

.feedback-message {
  font-size: 17px;
  font-weight: 500;
  color: #777;
  line-height: 36px; }
  .feedback-message .c-p {
    font-weight: 600;
    color: #4caf50; }
  .feedback-message .message {
    width: 275px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      .feedback-message .message {
        width: 240px; } }

.feedback-title {
  font-size: 22px;
  font-weight: 600;
  color: #888;
  margin: 20px 0; }

.feedback-success .feedback-message {
  line-height: 30px; }
.feedback-success .feedback-image:before {
  background: #4caf50;
  box-shadow: -110px -45px 0 -2px #4caf50, 40px -65px 0 -6px #4caf50; }
.feedback-success .feedback-image img {
  background: #4caf50; }
.feedback-success .feedback-btn button {
  background: #4caf50; }

.feedback-error .feedback-image:before {
  background: #0080ff;
  box-shadow: -110px -45px 0 -2px #0080ff, 40px -65px 0 -6px #0080ff; }
.feedback-error .feedback-image img {
  background: #0080ff; }
.feedback-error .feedback-btn button {
  background: #0080ff; }

.cat-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column; }
  @media screen and (min-width: 768px) {
    .cat-wrapper {
      flex-flow: row; } }

.footer {
  background: #e3e3e3;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  padding: 30px 30px 12px 30px; }
  .footer:before {
    width: 100%;
    position: absolute;
    bottom: 100%;
    z-index: 2;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/footer-shape.png); }
  .footer .footer-topbar {
    background: #e3e3e3;
    margin-bottom: 30px; }
  .footer .cat {
    padding: 0;
    height: 50px;
    line-height: 30px;
    transition: 0.2s all; }
    .footer .cat:last-child .footer-list-item:last-child a:before {
      display: none; }
    .footer .cat .footer-list-item a:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 24px;
      border-left: 1px solid #ccc;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
    .footer .cat:hover a {
      color: #626060; }
    .footer .cat a {
      display: block;
      text-align: center;
      font-weight: 500;
      color: #818181;
      padding: 10px;
      font-size: 14px;
      white-space: nowrap; }
      @media screen and (max-width: 700px) {
        .footer .cat a {
          font-size: 12px; } }
      @media screen and (max-width: 360px) {
        .footer .cat a {
          font-size: 10px; } }
  .footer ul {
    padding: 0;
    list-style: none;
    margin: 0; }
  .footer hr {
    margin: 20px 0 10px 0;
    border-top: 1px solid #cbcbcb; }
  .footer .svg-icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 5px;
    right: -4px; }
    @media screen and (max-width: 600px) {
      .footer .svg-icon {
        width: 15px;
        top: 4px;
        position: relative !important;
        float: right; } }

.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #626060;
  line-height: 35px; }

.footer-list {
  padding: 0;
  line-height: 20px;
  color: #605e5e;
  list-style: none; }
  @media screen and (max-width: 600px) {
    .footer-list {
      line-height: 30px; } }
  .footer-list.category {
    line-height: 28px;
    font-weight: 500;
    margin: 0;
    margin-top: 5px; }
    .footer-list.category .footer-list-item {
      line-height: 30px; }
    .footer-list.category a {
      color: #777;
      font-size: 13px; }

.footer-list-title {
  color: #777;
  font-size: 14px;
  padding: 2px;
  font-weight: 500; }
  @media screen and (max-width: 600px) {
    .footer-list-title {
      font-size: 12px;
      float: right;
      clear: left; } }

.dir-ltr {
  direction: ltr;
  display: inline-block;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.footer-list-desc {
  color: #585858;
  line-height: 30px;
  padding: 5px;
  font-size: 13px; }
  @media screen and (max-width: 600px) {
    .footer-list-desc {
      font-size: 11px; } }

.footer-logo {
  height: 100px; }

.footer-news {
  margin-top: 15px; }
  .footer-news .footer-list-item {
    display: flex;
    line-height: 23px;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 12px;
    margin: 5px 0; }
  .footer-news .footer-news-title {
    width: calc(100% - 100px);
    padding: 0 15px;
    height: 60px;
    font-size: 11px;
    font-weight: 500;
    text-align: justify;
    overflow: hidden; }
  .footer-news img {
    width: 90px;
    border-radius: 8px; }

.footer-mail {
  margin-top: -4px !important;
  list-style: none;
  padding: 0; }
  .footer-mail .svg-icon {
    top: 8px;
    background-size: contain; }
    @media screen and (max-width: 600px) {
      .footer-mail .svg-icon {
        top: 4px; } }
  @media screen and (max-width: 600px) {
    .footer-mail .footer-list-title {
      margin-top: 0; } }
  .footer-mail img {
    width: 50px; }
  .footer-mail a {
    color: #585858; }

.footer-symbol-wrapper {
  text-align: center; }
  .footer-symbol-wrapper .footer-symbol {
    margin: 0;
    padding: 0;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none; }
    @media screen and (max-width: 600px) {
      .footer-symbol-wrapper .footer-symbol {
        justify-content: space-around; } }
  .footer-symbol-wrapper .footer-symbol-item img {
    height: 100px; }
  .footer-symbol-wrapper .footer-symbol-item .zarrin1 {
    height: 50px;
    display: block;
    margin: 0 auto 5px auto; }
  .footer-symbol-wrapper .footer-symbol-item .zarrin2 {
    height: 25px;
    display: block;
    margin: 0 auto; }

.about-website {
  font-size: 12px;
  color: #585858;
  line-height: 20px;
  font-weight: 500; }

.law {
  font-size: 10px;
  font-weight: 500;
  color: #656565;
  height: 26px;
  line-height: 30px; }
  @media screen and (max-width: 600px) {
    .law {
      font-size: 9px;
      height: auto;
      line-height: 18px; } }
  .law .company {
    color: #0080ff !important;
    padding: 4px; }
  .law span {
    display: inline-block;
    padding: 2px; }

.design-by {
  color: #656565; }
  .design-by:hover {
    color: #2e2e2e; }

.footer-social-network {
  display: flex;
  width: 80px;
  align-items: center;
  justify-content: space-between;
  float: left; }
  @media screen and (max-width: 550px) {
    .footer-social-network {
      margin-left: -20px !important; } }
  .footer-social-network .s-t {
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: -10px;
    right: 5px; }
    @media screen and (max-width: 550px) {
      .footer-social-network .s-t {
        top: -2px;
        right: 14px; } }
  .footer-social-network a {
    display: flex;
    width: 40px;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 10px; }
    .footer-social-network a .svg-icon {
      position: static !important; }
      @media screen and (max-width: 600px) {
        .footer-social-network a .svg-icon {
          line-height: 5px;
          position: static !important;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: -8px; } }
      @media screen and (max-width: 550px) {
        .footer-social-network a .svg-icon {
          margin-top: -2px;
          margin-right: -5px; } }

.footer-more-link {
  display: flex;
  align-items: center;
  float: left; }
  .footer-more-link a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    margin: 0;
    font-size: 12px;
    color: #605e5e; }
    @media screen and (max-width: 600px) {
      .footer-more-link a {
        font-size: 10px; } }

.footer-about .footer-list-item {
  font-weight: 400;
  font-size: 13px;
  text-align: justify;
  margin-top: 10px;
  line-height: 24px; }
  @media screen and (max-width: 600px) {
    .footer-about .footer-list-item {
      font-size: 11px; } }
.footer-about .footer-about-link a {
  width: auto;
  padding: 0px 14px;
  border-radius: 30px;
  margin: 0;
  display: inline-block;
  float: left;
  box-shadow: 0 0 0 2px #777;
  font-size: 10px;
  font-weight: 500;
  transition: 0.2s all;
  color: #fff;
  background: #777; }
  @media screen and (max-width: 600px) {
    .footer-about .footer-about-link a {
      padding: 0 21px;
      height: 25px;
      line-height: 24px; } }

.footer-feature {
  margin-top: 10px;
  margin-bottom: 25px; }

.footer-feature-item {
  display: flex;
  flex-flow: column; }

.footer-feature-title {
  padding: 0;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap; }
  @media screen and (min-width: 1200px) {
    .footer-feature-title {
      font-size: 16px; } }

.feature-cat {
  border-radius: 0 0 4px 4px !important;
  background: #fff;
  width: calc(100% - 30px);
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 15px;
  justify-content: flex-start;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .feature-cat {
      flex-flow: column;
      margin: 0px 14px 0 14px;
      margin-bottom: -5px;
      width: calc(100% / 3);
      justify-content: center; } }
  @media screen and (min-width: 992px) {
    .feature-cat {
      flex-flow: row; } }
  .feature-cat a {
    color: #585858; }

.footer-feature-image {
  height: 60px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (min-width: 768px) {
    .footer-feature-image {
      height: 40px;
      width: 50px; } }

.telegram-footer {
  position: relative;
  top: 5px;
  right: -15px; }
  @media screen and (min-width: 768px) {
    .telegram-footer {
      top: 1px; } }

.m-s-n-text {
  font-weight: 500;
  color: #777;
  line-height: 40px;
  top: 10px; }

.m-s-n {
  float: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  top: 18px; }
  .m-s-n .svg-icon {
    width: 32px;
    height: 32px; }
  .m-s-n .telegram-footer {
    right: 0; }
    .m-s-n .telegram-footer .svg-icon {
      margin: 0 10px; }
  .m-s-n .dropup > .svg-icon {
    margin: 0 10px; }
  .m-s-n a {
    padding: 0;
    width: auto;
    height: auto; }
  .m-s-n .dropdown-menu a .svg-icon {
    width: 25px;
    height: 25px; }
  .m-s-n .dropdown-menu > li > a {
    line-height: 6px;
    padding: 6px 8px; }

.author.page .big-text {
  min-height: 300px; }

.index-toppest-auther {
  background: #414141;
  border-top: 5px solid #0080ff;
  min-height: 400px;
  margin-top: 30px;
  padding-bottom: 15px;
  color: #ddd !important; }
  .index-toppest-auther .main-title-wrapper .title {
    color: #ddd; }
  .index-toppest-auther .auther-name {
    position: relative;
    margin-top: -8px; }
    .index-toppest-auther .auther-name:after {
      content: '';
      display: inline-block;
      width: 4px;
      height: 25px;
      background: #0080ff !important;
      background: -moz-linear-gradient(left, #0080ff 0%, #66b3ff 100%) !important;
      background: -webkit-linear-gradient(left, #0080ff 0%, #66b3ff 100%) !important;
      background: linear-gradient(to right, #0080ff 0%, #66b3ff 100%) !important;
      position: relative;
      top: 10px;
      margin-left: 0;
      margin-right: 8px; }
    .index-toppest-auther .auther-name:before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 25px;
      background: #0080ff !important;
      background: -moz-linear-gradient(left, #0080ff 0%, #66b3ff 100%) !important;
      background: -webkit-linear-gradient(left, #0080ff 0%, #66b3ff 100%) !important;
      background: linear-gradient(to right, #0080ff 0%, #66b3ff 100%) !important;
      position: relative;
      top: 10px;
      margin-left: 8px; }
  .index-toppest-auther img {
    height: 250px;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #414141, 0 0 0 4px #ddd; }
  .index-toppest-auther .auther-desc {
    color: #ddd;
    height: 170px;
    overflow: hidden;
    background: transparent; }
    .index-toppest-auther .auther-desc p {
      margin: 0; }

.index-more {
  color: #ddd !important;
  position: relative;
  display: inline-block;
  padding: 8px 26px;
  font-weight: 500;
  float: left;
  left: 15px;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  margin-top: 12px;
  background: #0080ff !important; }
  .index-more:hover {
    color: #ddd; }
  .index-more:before {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0080ff !important;
    background: -moz-linear-gradient(left, #0080ff 0%, #66b3ff 100%) !important;
    background: -webkit-linear-gradient(left, #0080ff 0%, #66b3ff 100%) !important;
    background: linear-gradient(to right, #0080ff 0%, #66b3ff 100%) !important;
    bottom: 0px;
    z-index: 0;
    right: 0; }

.author-box {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px; }
  .author-box:hover img {
    transform: scale(1.08); }
  .author-box a {
    display: block; }
  .author-box .image-wrapper {
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ddd; }
  .author-box img {
    transition: 0.2s all;
    width: 100%; }
  .author-box .auther-name {
    font-size: 13px;
    color: #585858;
    line-height: 25px;
    margin: 0;
    padding-top: 5px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .author-box .index-more {
    padding: 6px 16px;
    color: #fff !important;
    left: 0;
    font-size: 10px; }

.author-list.page {
  padding-top: 70px; }
  .author-list.page .author-box {
    background: whitesmoke;
    display: flex;
    flex-flow: column; }
    .author-list.page .author-box .index-more {
      background: #ffffff !important;
      color: #585858 !important;
      border: 1px #ddd solid; }

.author-list-wrapper .main-title-wrapper {
  padding: 12px 60px;
  position: relative;
  margin-top: 0; }
  @media screen and (max-width: 550px) {
    .author-list-wrapper .main-title-wrapper {
      padding: 12px 60px 15px 5px; } }
.author-list-wrapper .auther-list {
  position: relative;
  box-shadow: 0 0 2px 0px #c9c7d3;
  border-radius: 0 0 15px 0;
  border-top: 6px solid #0080ff;
  padding: 0 15px 0 15px;
  background: #fff; }
  @media screen and (max-width: 550px) {
    .author-list-wrapper .auther-list .title {
      font-size: 16px !important;
      margin-bottom: 40px !important; } }
  .author-list-wrapper .auther-list .title:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    right: 15px;
    border-radius: 0px 0px 10px;
    background: #0080ff; }
  .author-list-wrapper .auther-list .total-more {
    position: absolute;
    top: 0;
    left: 30px;
    color: #fff !important; }
    @media screen and (max-width: 550px) {
      .author-list-wrapper .auther-list .total-more {
        top: 40px;
        z-index: 999;
        position: absolute;
        left: 10px;
        padding: 5px 15px; } }
  .author-list-wrapper .auther-list .author-box {
    background: whitesmoke;
    box-shadow: 0 0 0;
    margin-top: 5px;
    margin-bottom: 15px;
    display: flex;
    flex-flow: column; }
  .author-list-wrapper .auther-list .auther-name {
    font-size: 13px;
    text-align: center; }
  .author-list-wrapper .auther-list .owl-carousel {
    padding: 0 10px; }
  .author-list-wrapper .auther-list .main-title-wrapper:before {
    display: none; }

.owl-carousel4 .index-more {
  padding: 6px 16px;
  color: #8f8e93 !important;
  left: 0;
  font-size: 10px;
  background: #fff !important;
  border: 1px solid #b6b4b8; }
  @media screen and (max-width: 550px) {
    .owl-carousel4 .index-more {
      white-space: nowrap;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; } }

.page.author-list.publisher-list .image-wrapper {
  border-radius: 3px !important; }

.news-box:hover .svg-icon {
  animation: moveArrow .35s ease-in-out infinite alternate; }
@-webkit-keyframes moveArrow {
  0% {
    transform: translateX(1px); }
  100% {
    transform: translateX(-1px); } }
@-moz-keyframes moveArrow {
  0% {
    transform: translateX(1px); }
  100% {
    transform: translateX(-1px); } }
@keyframes moveArrow {
  0% {
    transform: translateX(1px); }
  100% {
    transform: translateX(-1px); } }
.news-box .news-box-img {
  width: 100%; }
.news-box .news-box-title {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 14px;
  margin-bottom: 4px;
  position: relative;
  padding-right: 15px; }
  .news-box .news-box-title:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-image: url("../images/icons/quotes.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: -1px;
    top: 4px; }
  .news-box .news-box-title a {
    color: #585858; }
    .news-box .news-box-title a:hover {
      color: #0080ff; }
.news-box .news-details {
  height: 130px;
  position: relative;
  padding: 0 12px; }
.news-box .news-more {
  bottom: 4px;
  border-radius: 100%;
  left: 10px;
  position: absolute;
  background: #0080ff;
  width: 22px;
  height: 22px;
  display: flex;
  align-self: center;
  justify-content: center; }
  .news-box .news-more .svg-icon {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 22px;
    height: 22px; }
.news-box .news-box-date {
  position: absolute;
  bottom: 8px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #979797; }
  .news-box .news-box-date span {
    padding: 2px; }
.news-box .news-box-desc {
  overflow: hidden;
  line-height: 26px;
  text-align: justify;
  font-size: 13px;
  height: 77px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px; }

.blog {
  margin-top: 15px; }

.news-box {
  margin-bottom: 30px;
  background: #fff;
  padding: 15px; }
  .news-box .news-title {
    font-size: 20px;
    margin: 0;
    margin-bottom: 30px;
    color: #585858;
    line-height: 34px; }
  .news-box .big-text {
    padding: 0; }
    .news-box .big-text img {
      margin-bottom: 15px; }

.blog-date {
  top: -30px; }

.last-news img {
  width: 100px;
  border-radius: 4px; }
.last-news .news-box-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
  position: relative; }
  .last-news .news-box-item:last-child:before {
    display: none; }
  .last-news .news-box-item:last-child:after {
    display: none; }
  .last-news .news-box-item:after {
    content: '';
    bottom: -32px;
    right: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #b3d9ff; }
  .last-news .news-box-item:before {
    content: '';
    bottom: -37px;
    left: 50%;
    z-index: 2;
    transform: translate(-50%);
    border-radius: 100%;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #b3d9ff;
    box-shadow: 12px 0 0 -2px #0080ff, -12px 0 0 -2px #0080ff; }
.last-news .index-news-title {
  height: 50px;
  color: #585858;
  line-height: 24px;
  overflow: hidden; }
.last-news .date {
  position: absolute;
  bottom: -20px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #979797; }
  .last-news .date span {
    padding: 2px; }
.last-news .index-news-details {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 50px;
  width: calc(100% - 115px);
  margin: 0 15px 0 0; }

.lightboxOverlay {
  z-index: 9999999999; }

.lightbox {
  z-index: 99999999999; }

.blog-list {
  margin-top: 15px; }

.about .about-image {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; }
  .about .about-image a {
    display: block;
    position: relative; }
    .about .about-image a:before {
      width: 140px;
      height: 140px;
      background: #0080ff;
      background: -moz-linear-gradient(left, #0080ff 0%, #66b3ff 100%);
      background: -webkit-linear-gradient(left, #0080ff 0%, #66b3ff 100%);
      background: linear-gradient(to right, #0080ff 0%, #66b3ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080ff', endColorstr=lighten(#0080ff,20), GradientType=1);
      position: absolute;
      content: '';
      border-radius: 100%;
      right: 70px;
      top: 10px;
      box-shadow: 82px 60px 0 -60px #0080ff; }
      @media screen and (max-width: 500px) {
        .about .about-image a:before {
          background: #daebfc; } }
    .about .about-image a:after {
      width: 100px;
      height: 100px;
      background: #0080ff;
      background: -moz-linear-gradient(left, #0080ff 0%, #66b3ff 100%);
      background: -webkit-linear-gradient(left, #0080ff 0%, #66b3ff 100%);
      background: linear-gradient(to right, #0080ff 0%, #66b3ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080ff', endColorstr=lighten(#0080ff,20), GradientType=1);
      position: absolute;
      content: '';
      border-radius: 100%;
      top: 250px;
      left: 75px;
      box-shadow: -82px -60px 0 -30px #0080ff;
      z-index: -1; }
      @media screen and (max-width: 500px) {
        .about .about-image a:after {
          display: none; } }
  .about .about-image img {
    position: relative !important;
    width: 60% !important;
    max-width: 60% !important;
    margin: 60px 20% !important;
    border-radius: 100% !important;
    box-shadow: 0 0 0 10px #fff; }

.contact .form-group .list-unstyled {
  bottom: 6px !important; }
.contact .dropup {
  right: 5px; }
  .contact .dropup .s-t {
    position: relative;
    top: -5px;
    font-size: 12px;
    font-weight: 400; }
.contact .big-text {
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .contact .big-text {
      height: 500px; } }
.contact .contact-image {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; }
  .contact .contact-image a {
    display: block;
    position: relative; }
    .contact .contact-image a:before {
      width: 180px;
      height: 180px;
      background: #0080ff;
      background: -moz-linear-gradient(left, #0080ff 0%, #66b3ff 100%);
      background: -webkit-linear-gradient(left, #0080ff 0%, #66b3ff 100%);
      background: linear-gradient(to right, #0080ff 0%, #66b3ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080ff', endColorstr=lighten(#0080ff,20), GradientType=1);
      position: absolute;
      content: '';
      border-radius: 100%;
      right: -140px;
      top: 80px;
      box-shadow: 130px -50px 0 -79px #0080ff; }
    .contact .contact-image a:after {
      width: 120px;
      height: 120px;
      background: #0080ff;
      background: -moz-linear-gradient(left, #0080ff 0%, #66b3ff 100%);
      background: -webkit-linear-gradient(left, #0080ff 0%, #66b3ff 100%);
      background: linear-gradient(to right, #0080ff 0%, #66b3ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0080ff', endColorstr=lighten(#0080ff,20), GradientType=1);
      position: absolute;
      content: '';
      border-radius: 100%;
      top: 225px;
      right: 80px;
      box-shadow: -95px 25px 0 -40px #0080ff;
      z-index: -1; }
  .contact .contact-image img {
    position: relative !important;
    width: 400px !important;
    max-width: unset !important;
    float: left !important;
    border-radius: 4px !important;
    box-shadow: 0 0 2px 1px #5c59593d, 0 0 0 10px #fff; }
.contact .contact-map {
  border-radius: 4px !important;
  box-shadow: 0 0 2px 1px #5c59593d;
  position: relative;
  height: 200px;
  margin-top: 30px; }
  @media screen and (min-width: 992px) {
    .contact .contact-map {
      width: 550px;
      position: absolute;
      left: 370px;
      top: 300px;
      height: 170px; } }
  @media screen and (min-width: 1200px) {
    .contact .contact-map {
      width: 550px;
      left: 370px;
      top: 180px;
      height: 290px; } }
.contact .contact-list {
  list-style: none;
  margin-top: 25px; }
  @media screen and (max-width: 600px) {
    .contact .contact-list {
      padding: 0; } }
  .contact .contact-list li {
    position: relative;
    padding-right: 15px; }
  .contact .contact-list .svg-icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 5px;
    right: -15px; }
.contact .s-n {
  display: flex;
  margin-top: 0; }
  .contact .s-n li {
    margin: 0 6px;
    padding-right: 4px;
    padding-left: 12px; }
.contact .s-n-title {
  padding-right: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #585858;
  margin-top: 30px; }
  @media screen and (max-width: 600px) {
    .contact .s-n-title {
      padding: 0; } }
.contact textarea {
  height: 200px; }
.contact input, .contact textarea {
  background: #ddd;
  width: 100%;
  display: block;
  padding: 8px 14px 8px 80px;
  border: 0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 12px;
  color: #666; }
  .contact input::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888;
    font-weight: 500;
    font-size: 12px; }
  .contact input::-moz-placeholder, .contact textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
    font-weight: 500;
    font-size: 12px; }
  .contact input:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #888;
    font-size: 12px;
    font-weight: 500; }
  .contact input:-moz-placeholder, .contact textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #888;
    font-size: 12px;
    font-weight: 500; }
.contact .submit-wrapper .disabled {
  color: #666 !important;
  background: #ddd !important;
  pointer-events: none; }
.contact .submit-wrapper input {
  background: #0080ff !important;
  color: #fff !important;
  width: 170px;
  text-align: center;
  padding: 6px 15px;
  float: left; }

.list-unstyled {
  position: absolute;
  font-size: 10px;
  height: 0;
  margin: 0;
  bottom: 8px; }

.form-group {
  margin-bottom: 25px; }

.help-block {
  margin: 0; }

.step-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .step-wrapper {
      padding: 0; } }

.step-description {
  position: absolute;
  text-align: center;
  left: 50%;
  top: -65px;
  line-height: 28px;
  font-size: 18px;
  transform: translate(-50%);
  color: #fff;
  font-weight: 500;
  width: 100%; }
  @media screen and (max-width: 550px) {
    .step-description {
      font-size: 16px; } }
  .step-description p {
    margin: 0; }

.step {
  margin-bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: url(../images/dots.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column; }
  @media screen and (min-width: 768px) {
    .step {
      width: 80px;
      height: 80px; } }
  @media screen and (min-width: 992px) {
    .step {
      width: 100px;
      height: 100px; } }
  @media screen and (min-width: 1100px) {
    .step {
      width: 130px;
      height: 130px; } }
  .step:nth-child(odd):after {
    content: '';
    background-image: url("../images/a1.png");
    position: absolute;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(174deg) translate(4px, 22px);
    width: 75px;
    height: 30px;
    right: 100%;
    display: none; }
    @media screen and (min-width: 768px) {
      .step:nth-child(odd):after {
        display: block; } }
    @media screen and (max-width: 1100px) {
      .step:nth-child(odd):after {
        width: 60px; } }
    @media screen and (max-width: 769px) {
      .step:nth-child(odd):after {
        width: 45px; } }
  .step:nth-child(even):after {
    width: 65px;
    height: 65px;
    right: 100%;
    content: '';
    background-image: url("../images/a2.png");
    position: absolute;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(206deg) translate(-7px, -40px);
    display: none; }
    @media screen and (min-width: 768px) {
      .step:nth-child(even):after {
        display: block; } }
    @media screen and (max-width: 1100px) {
      .step:nth-child(even):after {
        width: 50px;
        height: 50px; } }
    @media screen and (max-width: 769px) {
      .step:nth-child(even):after {
        width: 40px;
        height: 40px; } }
  .step:last-child:after {
    display: none; }
  .step .svg-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: inline-block; }
    @media screen and (max-width: 1100px) {
      .step .svg-icon {
        width: 30px;
        height: 30px; } }

.step-number {
  position: absolute;
  background: #F44336;
  color: #fff;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 6px;
  top: -5px; }
  @media screen and (min-width: 768px) {
    .step-number {
      right: 0;
      top: 7px;
      width: 20px;
      height: 20px;
      font-size: 8px; } }
  @media screen and (min-width: 1200px) {
    .step-number {
      right: 4px;
      top: 15px; } }

.step-title {
  white-space: nowrap;
  position: absolute;
  bottom: -40px;
  font-size: 16px;
  font-weight: 500;
  color: #eee; }
  @media screen and (max-width: 600px) {
    .step-title {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      height: 20px;
      font-size: 8px;
      white-space: normal; } }

.banner-step-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  padding-top: 100px;
  background-size: cover;
  background-attachment: fixed; }

.package .index-more {
  left: 0; }

.search-description {
  margin-top: 15px;
  margin-bottom: 30px;
  background: #ebf5ff;
  border-right: 5px solid #0080ff;
  border-radius: 4px 0 0 4px !important;
  position: relative; }
  .search-description .close {
    left: -7px !important;
    top: -7px !important; }
  @media screen and (max-width: 500px) {
    .search-description.big-text {
      font-size: 12px !important;
      line-height: 22px !important; } }
  .search-description.big-text p {
    margin: 0; }
  .search-description.big-text span {
    display: inline-block;
    padding: 0 2px; }
  .search-description.big-text .searched-title, .search-description.big-text .searched-title-anotherName {
    font-weight: 600;
    color: #0080ff; }

.search-order-form {
  color: #fff !important;
  background: #2196F3;
  margin: 0 2px;
  display: inline-block;
  padding: 3px 34px !important;
  float: left;
  border-radius: 4px;
  font-size: 16px; }
  @media screen and (max-width: 500px) {
    .search-order-form {
      margin-top: 15px; } }

.title-desc-search {
  font-size: 18px;
  font-weight: 600;
  color: #585858; }

.package-full-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .package-full-price .package-full-price-title {
    font-size: 18px;
    font-weight: 600;
    color: #585858; }
  .package-full-price .c-p {
    font-size: 24px;
    font-weight: 600;
    color: #F44336; }
  .package-full-price .unit {
    color: #F44336; }
  .package-full-price .add-to-cart {
    position: relative;
    right: 15px; }
  .package-full-price .more-wrapper a {
    margin-top: 0 !important;
    line-height: 17px;
    font-weight: 500;
    font-size: 15px; }

#infomodal {
  z-index: 99999999999; }
  #infomodal .search-description {
    padding-bottom: 50px; }

.modal-lg {
  width: calc(100% - 30px ); }
  @media (min-width: 768px) {
    .modal-lg {
      width: 750px; } }
  @media (min-width: 992px) {
    .modal-lg {
      width: 970px; } }
  @media (min-width: 1200px) {
    .modal-lg {
      width: 1170px; } }

.oudio-wrapper .product-title {
  margin: 0; }
  .oudio-wrapper .product-title a {
    display: block;
    color: #575757;
    text-align: right;
    font-size: 14px;
    line-height: 22px;
    height: 36px;
    overflow: hidden;
    padding: 10px 0 5px 0; }
.oudio-wrapper .price-wrapper {
  display: flex;
  padding: 0;
  flex-flow: row;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .oudio-wrapper .price-wrapper {
      flex-flow: column; } }
.oudio-wrapper .price {
  white-space: nowrap;
  font-size: 12px;
  color: #585858; }
  @media screen and (max-width: 1000px) {
    .oudio-wrapper .price {
      font-size: 14px; } }
  @media screen and (max-width: 600px) {
    .oudio-wrapper .price {
      font-size: 12px; } }
  .oudio-wrapper .price .c-p {
    color: #3fad46;
    font-size: 16px; }
.oudio-wrapper .price-old {
  white-space: nowrap;
  font-size: 13px;
  text-decoration: line-through #ccc;
  color: #ccc; }
  @media screen and (max-width: 1000px) {
    .oudio-wrapper .price-old {
      font-size: 11px; } }
  @media screen and (max-width: 600px) {
    .oudio-wrapper .price-old {
      font-size: 9px; } }
.oudio-wrapper .product-code:after {
  content: attr(data-off);
  position: absolute;
  right: 15px;
  top: -1px;
  line-height: 1;
  height: 35px;
  width: 41px;
  color: #fff;
  background-image: url(../images/icons/ribbon.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  padding: 8px;
  font-size: 10px; }

.question .panel-default > .panel-heading {
  position: relative;
  color: #585858 !important;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  padding-right: 30px; }
  .question .panel-default > .panel-heading:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-image: url(../images/icons/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    right: 10px;
    top: 8px; }
  .question .panel-default > .panel-heading a {
    line-height: 30px;
    color: #757575 !important; }
.question .panel-default {
  border-color: transparent; }
.question .panel-group .panel-heading + .panel-collapse > .list-group, .question .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid transparent; }
.question .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
  padding: 0 12px; }
.question .panel {
  box-shadow: 0 0 0; }
.question .panel-body {
  font-size: 13px;
  padding-right: 40px;
  color: #888; }

.gallery .grid-item {
  margin-bottom: 30px; }

.gallery-wrapper {
  padding: 0; }
  .gallery-wrapper.abroad {
    padding-bottom: 65px; }
    .gallery-wrapper.abroad .index-more {
      position: relative;
      top: auto;
      bottom: -15px; }
  .gallery-wrapper .big-text {
    padding: 5px 30px 0 5px;
    border-left: 0; }
  .gallery-wrapper .owl-carousel {
    margin: 0;
    background: #fff;
    box-shadow: 0 0 0; }
  .gallery-wrapper .main-title-wrapper {
    margin-top: 0 !important;
    background: #fff;
    border-top: 6px solid #0080ff; }
    .gallery-wrapper .main-title-wrapper:before {
      display: none; }
    .gallery-wrapper .main-title-wrapper .title {
      position: relative;
      padding-top: 15px;
      padding-right: 75px; }
      .gallery-wrapper .main-title-wrapper .title:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0px;
        right: 15px;
        border-radius: 0px 0px 10px;
        background: #0080ff; }

.ad-box {
  background: #fff;
  border-radius: 0 0 15px 0;
  height: 242.5px;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  margin: 30px 0;
  box-shadow: 0 0 2px 0px #c9c7d3; }
  .ad-box img {
    width: 80%; }
  .ad-box.ad {
    height: 276.7px; }
  .ad-box .slogan {
    padding: 20px 20px 10px 20px;
    color: #9998a6;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 24px; }
  .ad-box p {
    margin-bottom: 0; }

.c-modal {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  height: 265px;
  top: 40px;
  background: white;
  z-index: 1050;
  box-shadow: 0px 2px 5px 0 #63636382;
  outline: 0;
  border-radius: 3px;
  border: 1px solid #f3f3f3; }
  .c-modal.open {
    display: block; }
  .c-modal:focus {
    display: block !important; }

.modal-pointer:after {
  content: '';
  width: 100%;
  background: #0080ff;
  height: 3px;
  position: absolute;
  left: 0;
  top: -1px;
  border-radius: 5px; }
.modal-pointer:before {
  content: url("../../assets/images/sort-up-solid.svg");
  width: 13px;
  position: absolute;
  top: -9px;
  left: 56px; }

.login-modal {
  padding: 15px 12px; }
  .login-modal input {
    padding: 8px;
    padding-right: 25px;
    border-radius: 3px;
    border: solid 1px #9E9E9E;
    display: inline-block;
    width: 100%;
    margin: 5px 0; }
    .login-modal input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: gray;
      font-size: 11px; }
    .login-modal input::-moz-placeholder {
      /* Firefox 19+ */
      color: gray;
      font-size: 11px; }
    .login-modal input:-ms-input-placeholder {
      /* IE 10+ */
      color: gray;
      font-size: 11px; }
    .login-modal input:-moz-placeholder {
      /* Firefox 18- */
      color: gray;
      font-size: 11px; }
  .login-modal .user-name {
    position: relative; }
    .login-modal .user-name:before {
      content: '';
      background-image: url("../../assets/images/user-regular.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 15px;
      height: 17px;
      position: absolute;
      top: 15px;
      right: 5px; }
  .login-modal .password {
    position: relative; }
    .login-modal .password:before {
      background-image: url("../../assets/images/lock.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      content: '';
      width: 15px;
      height: 19px;
      position: absolute;
      top: 15px;
      right: 5px; }
  .login-modal .forget-password {
    font-size: 12px;
    text-align: right; }
    .login-modal .forget-password a {
      color: #000f41; }

.submit-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  z-index: 10;
  padding: 5px;
  display: inline-block;
  transition: 0.2s all;
  width: 100%;
  margin: 13px 0; }
  .submit-wrapper span {
    padding-right: 15px; }
  .submit-wrapper:hover .submit:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset; }
    .submit-wrapper:hover .submit:before a, .submit-wrapper:hover .submit:before a:hover {
      color: #fff !important; }
  .submit-wrapper a:focus, .submit-wrapper a:hover {
    color: #fff !important; }

.submit {
  transition: 0.2s all;
  text-align: right; }
  .submit span {
    color: #fff; }
  .submit:before {
    transition: 0.2s all;
    width: 51px;
    height: 77px;
    position: absolute;
    right: -15px;
    top: -24px;
    background: rgba(255, 255, 255, 0.21);
    content: "";
    border-radius: 50%; }
  .submit svg {
    font-size: 16px;
    position: relative;
    top: 3px;
    margin: 0 6px; }

/* The container */
.checkmark-wrapper {
  text-align: right;
  display: block;
  position: relative;
  padding-right: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkmark-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #0080ff;
  border-radius: 2px; }

/* On mouse-over, add a grey background color */
.checkmark-wrapper:hover input ~ .checkmark {
  background-color: #fff; }

/* When the checkbox is checked, add a blue background */
.checkmark-wrapper input:checked ~ .checkmark {
  background-color: #0080ff; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkmark-wrapper input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkmark-wrapper .checkmark:after {
  left: auto;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.user-register {
  width: 100%;
  background: #eceff1;
  padding: 7px;
  border: 1px solid #eceff1;
  text-align: right;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0; }
  .user-register a {
    color: #0080ff; }

.page-title {
  margin-bottom: 10px;
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid whitesmoke;
  box-shadow: 0px 2px 5px 0 #9e9e9e30;
  font-size: 18px;
  font-weight: 500; }

.factor-count {
  width: 230px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  margin: 0 20px;
  padding-right: 0 !important; }
  @media screen and (max-width: 1199px) {
    .factor-count {
      width: 160px; } }
  @media screen and (max-width: 991px) {
    .factor-count {
      width: 200px;
      margin: 0;
      align-items: center;
      justify-content: center;
      border-left: 0 !important; } }

.factor-price {
  width: 320px;
  display: flex;
  flex-flow: column;
  justify-content: space-between; }
  @media screen and (max-width: 1199px) {
    .factor-price {
      width: 160px; } }
  @media screen and (max-width: 991px) {
    .factor-price {
      width: 100%; } }
  .factor-price .unit-price, .factor-price .total-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.total-price-wrapper {
  padding: 15px 0;
  border-top: 1px solid #eceff1; }

.quantity {
  direction: ltr;
  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; }

.factor-summery {
  margin-top: 20px;
  padding: 15px 50px;
  box-shadow: 0px 2px 5px 0 #9e9e9e30;
  line-height: 22px;
  background-color: #fff;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .factor-summery {
      margin-top: 2px; } }
  .factor-summery .submit-wrapper {
    width: 200px; }
    .factor-summery .submit-wrapper:hover {
      color: #fff; }

.checkout-summary {
  display: flex;
  justify-content: space-between; }

.checkout-summary-price {
  font-size: 18px;
  font-weight: 500; }

.buy-register-wrapper {
  min-height: 500px; }
  .buy-register-wrapper .factor-summery {
    margin-top: 0;
    line-height: 28px; }
  .buy-register-wrapper .r-name {
    font-size: 15px;
    font-weight: 500; }
  .buy-register-wrapper .buy-register {
    padding: 14px 30px;
    box-shadow: 0px 2px 5px 0 #9e9e9e30;
    line-height: 32px;
    background-color: #fff; }
  .buy-register-wrapper .address-info {
    padding: 0;
    list-style: none;
    position: relative; }
  .buy-register-wrapper .address-info-item {
    display: flex;
    font-size: 13px; }
    .buy-register-wrapper .address-info-item span {
      padding: 0 3px; }
      .buy-register-wrapper .address-info-item span a {
        border-bottom: 1px dashed #00a5b8;
        color: #00a5b8; }
  .buy-register-wrapper .bottom-change-address {
    position: absolute;
    left: 0;
    top: 0;
    background: #eceff1;
    padding: 3px 11px;
    border-radius: 7px;
    color: #666;
    font-size: 13px;
    cursor: pointer;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .buy-register-wrapper .bottom-change-address {
        margin: 10px auto;
        position: relative; } }

.change-add-address-wrapper {
  min-height: 300px;
  line-height: 28px; }
  .change-add-address-wrapper .cl-btn {
    display: inline-block;
    color: #9e9e9e;
    background: #ffffff;
    border: 1px solid #9e9e9e;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    line-height: 24px;
    cursor: pointer;
    position: absolute;
    left: 12px;
    top: 10px; }
  .change-add-address-wrapper .submit-wrapper {
    left: 33px !important;
    width: 160px !important;
    margin-top: 50px; }
  .change-add-address-wrapper .p-row {
    position: relative; }
  .change-add-address-wrapper .address-item-wrapper {
    padding-bottom: 50px; }
  .change-add-address-wrapper .c-a-a-text {
    margin: 25px 0 50px; }
  .change-add-address-wrapper .btn-select {
    transition: 0.2s all;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    background: #eceff1;
    width: 100%;
    left: 50%;
    transform: translate(-50%); }
    .change-add-address-wrapper .btn-select:hover {
      background: #f5f5f5; }
  .change-add-address-wrapper .btn-select:not(.selected) .first {
    display: none; }
  .change-add-address-wrapper .btn-select:not(.selected) .second {
    display: block; }
  .change-add-address-wrapper .btn-select.selected {
    color: #009688;
    cursor: default; }
    .change-add-address-wrapper .btn-select.selected .first {
      display: block; }
    .change-add-address-wrapper .btn-select.selected .second {
      display: none; }
    .change-add-address-wrapper .btn-select.selected:hover {
      background: #eceff1; }

.pay-wrapper .page-title {
  margin-top: 20px; }

.how-to-pay-wrapper {
  position: relative;
  display: flex;
  background: #fff;
  padding: 15px;
  padding-right: 60px;
  align-items: center;
  border-bottom: 1px solid whitesmoke;
  box-shadow: 0px 2px 5px 0 #9e9e9e30; }
  .how-to-pay-wrapper .title {
    margin: 4px 0;
    font-size: 17px;
    font-weight: 600; }
  .how-to-pay-wrapper .details {
    color: #ccc;
    margin: 0;
    font-weight: 500; }
  .how-to-pay-wrapper svg {
    margin-left: 30px;
    font-size: 33px;
    color: #00a5b8; }
  .how-to-pay-wrapper:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #00a5b8;
    right: 30px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px grey; }

.add-address-btn {
  float: left; }

.factor2 .factor-wrapper {
  margin-bottom: 0; }

.sticky-wrapper {
  position: relative; }
  .sticky-wrapper .p-row {
    margin-right: 30px;
    width: calc(100% - 30px); }

@media screen and (min-width: 992px) {
  .sticky {
    top: 0;
    position: -webkit-sticky;
    position: sticky; } }

.profile-title {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0; }

.profile-card {
  width: 100%;
  background: #fff;
  padding: 0;
  border-radius: 0;
  margin-bottom: 20px; }

.specification-body {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 0.5px solid #aaa; }
  .specification-body .submit-wrapper {
    width: 230px;
    float: left;
    position: absolute;
    left: 20px;
    bottom: 5px; }

.p-row {
  cursor: default;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.2s all; }
  @media screen and (max-width: 991px) {
    .p-row {
      flex-wrap: wrap;
      background: transparent; } }
  .p-row:hover {
    background: #eceff1; }
  .p-row:nth-child(odd) {
    background: #f5f5f5;
    padding: 0 18px; }
    @media screen and (max-width: 991px) {
      .p-row:nth-child(odd) {
        background: transparent;
        padding: 0px; } }
    .p-row:nth-child(odd):hover {
      background: #eceff1; }
  .p-row:nth-child(even) {
    padding: 0 18px; }
    @media screen and (max-width: 991px) {
      .p-row:nth-child(even) {
        background: transparent;
        padding: 0; } }

.sp-item {
  width: 50%;
  padding: 12px 0; }
  @media screen and (max-width: 991px) {
    .sp-item {
      width: 100%;
      padding: 12px; } }
  @media screen and (max-width: 991px) {
    .sp-item:nth-child(odd) {
      background: #f5f5f5; } }
  .sp-item span {
    display: block; }
  .sp-item .sp-title {
    display: block;
    font-size: 14px;
    color: #bdbdb9;
    font-weight: 500;
    letter-spacing: 0.5px; }
  .sp-item .sp-value {
    font-size: 16px;
    color: #4a4a4a;
    margin: 2px 0; }

.title-row {
  border: 1px solid #0080ff !important;
  border-left: 0 !important;
  border-right: 0 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media screen and (max-width: 1199px) {
    .title-row {
      display: none; } }
  .title-row .total-price {
    font-size: 14px !important; }

.order-list-body {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 0.5px solid #aaa; }
  .order-list-body .svg-icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 5px;
    right: -4px; }
  .order-list-body .p-row {
    padding: 18px 0; }
    @media screen and (max-width: 1199px) {
      .order-list-body .p-row:last-child {
        margin-bottom: 0 !important; } }
    @media screen and (max-width: 1199px) {
      .order-list-body .p-row {
        flex-flow: column;
        text-align: right;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
        background: #fff;
        padding: 15px;
        box-shadow: 0px 0px 7px 0 #9e9e9e73; } }
  .order-list-body .submit-wrapper {
    width: 230px;
    float: left;
    position: absolute;
    left: 20px;
    bottom: 5px; }
  .order-list-body .hidden-lg {
    font-size: 14px;
    font-weight: 500;
    color: #bfc1bb; }
  .order-list-body .ol-title {
    font-size: 14px;
    font-weight: 500;
    color: #333; }
  .order-list-body .row-number {
    width: 50px;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .order-list-body .row-number {
        text-align: right;
        margin: 5px; } }
  .order-list-body .action, .order-list-body .total-price, .order-list-body .status, .order-list-body .register-date, .order-list-body .order-number {
    width: 18%;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .order-list-body .action, .order-list-body .total-price, .order-list-body .status, .order-list-body .register-date, .order-list-body .order-number {
        width: 100%;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 5px; } }
  .order-list-body .details {
    width: 100px;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .order-list-body .details {
        width: 100%;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 5px; } }
    .order-list-body .details a {
      display: block;
      color: #00a5b8; }

.address-list-body {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  .address-list-body .svg-icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 7px;
    right: -4px; }
  .address-list-body .address-item-wrapper {
    width: 100%;
    position: relative; }
    .address-list-body .address-item-wrapper hr {
      border: 0.5px solid #d1cfcf !important;
      margin-top: 5px !important;
      margin-bottom: 5px !important; }
    .address-list-body .address-item-wrapper .sp-item:first-child {
      width: 85%; }
      @media screen and (max-width: 991px) {
        .address-list-body .address-item-wrapper .sp-item:first-child {
          width: 100%; } }
  .address-list-body .submit-wrapper {
    width: 230px;
    float: left;
    position: absolute;
    left: 20px;
    top: 5px; }
  .address-list-body .email-wrapper, .address-list-body .number-phone-wrapper, .address-list-body .postal-code-wrapper {
    color: #ccc;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .address-list-body .number-phone, .address-list-body .postal-code {
    position: relative;
    top: -2px; }
  .address-list-body .submit-wrapper2 {
    width: 230px;
    float: left;
    position: absolute;
    left: 20px;
    top: auto;
    bottom: 5px; }
  .address-list-body .map-marker {
    width: 20px; }
  .address-list-body .p-row {
    margin-bottom: 20px;
    border: 1px solid #d3d2d2;
    line-height: 32px;
    background: #fff !important;
    border-top: 3px solid #0080ff;
    border-radius: 3px 3px 0 0;
    position: relative; }
  .address-list-body .al-name {
    font-size: 18px;
    font-weight: 500;
    color: #585858;
    padding: 0 5px; }
  .address-list-body .full-adderss {
    font-size: 14px;
    color: #ccc; }
    .address-list-body .full-adderss span {
      padding: 0 5px; }
  .address-list-body .actions {
    position: relative;
    float: left; }
    .address-list-body .actions .action-item {
      padding: 0 15px;
      cursor: pointer;
      border: 1px solid #999;
      color: #888;
      display: inline-block;
      border-radius: 3px;
      margin: 0;
      transition: .2s all;
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 12px; }
      .address-list-body .actions .action-item:hover {
        color: #0080ff;
        border: 1px solid #0080ff; }

.empty-item {
  height: 110px;
  width: 100%;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 2px 5px 0 #9e9e9e30;
  border-radius: 3px;
  background-image: url(../images/nothing.png);
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (max-width: 450px) {
    .empty-item {
      height: 300px;
      background-size: contain; } }
  @media screen and (max-width: 375px) {
    .empty-item {
      height: 250px; } }
  .empty-item:after {
    content: attr(data-text);
    width: 100%;
    position: absolute;
    text-align: center;
    color: #b1b1b1;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 9;
    bottom: 40px;
    right: 0; }

.complete-information .profile-title {
  margin: 15px 30px; }

.complete-information-body {
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 20px; }
  .complete-information-body .checkmark-wrapper {
    font-size: 14px;
    font-weight: 500;
    color: #333; }
  .complete-information-body .sp-title {
    color: #333; }
  .complete-information-body .cancel {
    float: left; }
    @media screen and (max-width: 550px) {
      .complete-information-body .cancel {
        width: 100px; } }
    @media screen and (max-width: 375px) {
      .complete-information-body .cancel {
        width: 90px; } }
  .complete-information-body .submit-actions {
    margin: 0 auto;
    height: 50px; }
    .complete-information-body .submit-actions .btn-custom-wrapper {
      width: 200px;
      float: left; }
  .complete-information-body .p-row {
    background: #fff !important; }
    .complete-information-body .p-row:hover {
      background: #fff !important; }
  .complete-information-body .checkmark:after {
    left: 6px; }
  .complete-information-body input {
    padding: 10px 14px;
    border-radius: 5px;
    border: 1px solid #9E9E9E;
    width: calc(100% - 160px); }
    .complete-information-body input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #959595;
      font-size: 12px; }
    .complete-information-body input::-moz-placeholder {
      /* Firefox 19+ */
      color: #959595;
      font-size: 12px; }
    .complete-information-body input:-ms-input-placeholder {
      /* IE 10+ */
      color: #959595;
      font-size: 12px; }
    .complete-information-body input:-moz-placeholder {
      /* Firefox 18- */
      color: #959595;
      font-size: 12px; }
    @media screen and (max-width: 767px) {
      .complete-information-body input {
        width: 350px; } }
    @media screen and (max-width: 580px) {
      .complete-information-body input {
        width: 100%;
        margin-top: 8px; } }
  .complete-information-body .sp-item {
    background: #fff !important;
    width: 100%; }
    .complete-information-body .sp-item span {
      display: inline-block;
      width: 125px; }
  .complete-information-body .p-row {
    flex-flow: wrap; }

.complete-password-body input {
  width: calc(100%); }

.submit-wrapper.cancel {
  background: #F44336;
  border: 1px solid #f44336;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #f44336; }

.order-details-body {
  position: relative; }
  .order-details-body .p-row {
    padding: 18px 0;
    border: 1px solid #eceff1;
    border-left: 0;
    border-right: 0; }
    .order-details-body .p-row:hover:not(.title-row) {
      background: #fff !important; }
    .order-details-body .p-row:nth-child(odd):not(.title-row) {
      background: #fff !important; }
    .order-details-body .p-row:nth-child(even) {
      background: #fff !important; }
    .order-details-body .p-row:last-child {
      border-bottom: 0; }
      @media screen and (max-width: 1199px) {
        .order-details-body .p-row:last-child {
          margin-bottom: 0 !important; } }
    @media screen and (max-width: 1199px) {
      .order-details-body .p-row {
        flex-flow: column;
        text-align: right;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
        background: #fff;
        padding: 15px;
        box-shadow: 0px 0px 7px 0 #9e9e9e73; } }
  .order-details-body .hidden-lg {
    font-size: 14px;
    font-weight: 500;
    color: #bfc1bb; }
  .order-details-body .ol-title {
    font-size: 14px;
    font-weight: 500;
    color: #585858;
    position: relative;
    top: 5px; }
  .order-details-body .order-details-count, .order-details-body .order-details-off, .order-details-body .row-number {
    width: 60px;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .order-details-body .order-details-count, .order-details-body .order-details-off, .order-details-body .row-number {
        width: 100%;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 5px; } }
  .order-details-body .order-details-unit-price, .order-details-body .order-details-total-price, .order-details-body .order-details-final-price {
    width: 19%;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .order-details-body .order-details-unit-price, .order-details-body .order-details-total-price, .order-details-body .order-details-final-price {
        width: 100%;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 5px; } }
  .order-details-body .order-details-name {
    width: 400px;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .order-details-body .order-details-name {
        width: 100%;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 5px; } }
  .order-details-body .image-wrapper {
    width: 200px;
    height: 130px;
    background: #fff;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 400px) {
      .order-details-body .image-wrapper {
        width: 150px; } }
    .order-details-body .image-wrapper img {
      max-width: 200px !important;
      width: auto;
      max-height: 130px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 400px) {
        .order-details-body .image-wrapper img {
          max-width: 150px !important; } }
  .order-details-body .order-details-item {
    text-align: center; }

.receiver-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 20px; }
  .receiver-info .profile-title {
    width: 100%;
    border-bottom: 1px solid #eceff1;
    padding-bottom: 12px; }
  .receiver-info .receiver-item {
    width: 50%; }
    @media screen and (max-width: 600px) {
      .receiver-info .receiver-item {
        width: 100%;
        display: flex;
        align-items: flex-start; } }
  .receiver-info .receiver-item-address {
    width: 100%;
    padding: 15px 0;
    border: 1px solid #eceff1;
    margin: 15px 0;
    border-left: 0;
    border-right: 0; }
  .receiver-info .receiver-title {
    font-size: 14px;
    color: #bdbdb9;
    font-weight: 500;
    letter-spacing: 0.5px; }
  .receiver-info .receiver-value {
    font-size: 16px;
    color: #4a4a4a;
    margin: 2px 0; }
    @media screen and (max-width: 600px) {
      .receiver-info .receiver-value {
        padding: 0 5px;
        margin: 0; } }

.posted-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 20px; }
  .posted-info .profile-title {
    width: 100%;
    border-bottom: 1px solid #eceff1;
    padding-bottom: 12px; }
  .posted-info .posted-item {
    width: 50%;
    margin: 4px 0px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .posted-info .posted-item {
        width: 100%; } }
  .posted-info .posted-item-total-price {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #eceff1;
    margin: 15px 0 0 0;
    text-align: center; }
  .posted-info .posted-title {
    font-size: 14px;
    color: #bdbdb9;
    font-weight: 500;
    letter-spacing: 0.5px; }
  .posted-info .posted-value {
    font-size: 16px;
    color: #4a4a4a;
    margin: 2px 0;
    padding: 0 5px; }

.profile-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-bottom: 0.5px solid #aaa;
  margin-bottom: 20px; }
  .profile-header .profile-image {
    width: 100px;
    cursor: pointer;
    position: relative;
    margin: 0 auto; }
    .profile-header .profile-image:after {
      border-radius: 100%;
      width: 110px;
      height: 110px;
      content: '';
      position: absolute;
      background-image: url("../../assets/images/login-back.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      right: -5px;
      top: -5px; }
    .profile-header .profile-image img {
      background: white;
      border-radius: 100%;
      box-shadow: 0 0 1px 2px #00a5b8 inset;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 9; }
  .profile-header .profile-details {
    padding: 0;
    line-height: 34px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    border-radius: 3px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .profile-header .profile-details {
        padding: 20px 0;
        margin: 0; } }
  .profile-header .profile-name {
    font-size: 18px;
    color: #585858;
    font-weight: 500;
    text-align: center;
    margin: 0; }
  .profile-header .profile-action {
    height: 22px;
    line-height: 33px;
    font-size: 13px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    top: -50px; }
    .profile-header .profile-action .svg-icon {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 20px;
      height: 25px;
      display: inline-block;
      position: relative;
      top: 10px;
      right: -8px; }
  .profile-header .leave, .profile-header .change-password {
    cursor: pointer;
    color: #585858; }

.add-address-modal {
  line-height: 22px;
  padding-bottom: 0;
  background-color: #ffffff;
  width: 500px;
  z-index: 9999;
  left: 50%;
  box-shadow: 0 0 5px #b3b7b9;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  position: absolute;
  top: 50%; }
  @media screen and (max-width: 991px) {
    .add-address-modal {
      width: 400px; } }
  @media screen and (max-width: 400px) {
    .add-address-modal {
      width: 350px; } }
  @media screen and (max-width: 375px) {
    .add-address-modal {
      width: 90%; } }
  .add-address-modal .profile-title {
    position: absolute;
    color: #585858;
    padding: 0 30px 8px 30px; }
  .add-address-modal .cl-btn {
    background: #fff;
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    border-radius: 100%;
    position: absolute;
    left: 12px;
    top: 10px;
    width: 25px;
    height: 25px; }
  .add-address-modal .submit-wrapper {
    width: 130px; }
  .add-address-modal .p-row {
    flex-flow: column;
    padding: 48px 30px 0 30px !important; }
  .add-address-modal .sp-item {
    background: #fff !important;
    width: 100%;
    padding: 6px 0; }
    @media screen and (max-width: 1199px) {
      .add-address-modal .sp-item {
        padding: 3px 0; } }
  .add-address-modal input {
    padding: 5px 14px;
    border-radius: 5px;
    border: 1px solid #9E9E9E;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .add-address-modal input {
        padding: 2px 14px; } }
  .add-address-modal .sp-title {
    color: #333; }

.modal-form {
  margin: 40px 15px; }
  .modal-form textarea {
    color: #959595;
    width: 100%;
    padding: 9px 15px;
    border: 1px solid #7b7b7b;
    border-radius: 4px;
    font-size: 14px; }
  .modal-form .send-info {
    width: 170px;
    position: relative;
    padding: 0px 25px 8px 25px;
    margin-top: 0;
    display: inline-block;
    float: left;
    color: #fff !important;
    background-image: -moz-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
    background-image: -webkit-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
    background-image: -ms-linear-gradient(90deg, #7DC855 0%, #90DC68 100%);
    border: 0;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px; }

.form-group {
  position: relative; }
  .form-group .list-unstyled {
    bottom: 0; }

.specification, .order-list, .address-list {
  padding: 0 15px; }

.factor .p-row:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  right: -20px;
  border-radius: 100%;
  top: 8px;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ddd; }
.factor .p-row.active:before {
  background: #0080ff; }
.factor .p-row.active .number-phone-wrapper, .factor .p-row.active .email-wrapper, .factor .p-row.active .full-adderss {
  color: #585858 !important; }

.order-details {
  padding: 0 20px; }

.profile .address-item-wrapper .svg-icon {
  top: 0;
  right: -10px; }
.profile .address-item-wrapper .remove {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  position: absolute;
  left: 20px;
  top: 5px;
  font-size: 22px;
  color: #ddd;
  transition: 0.2s all; }
  .profile .address-item-wrapper .remove:hover {
    color: #f44336; }
.profile .number-phone-wrapper .svg-icon {
  top: -4px; }

.register {
  height: calc(100vh - 50px); }
  @media screen and (max-width: 800px) {
    .register {
      height: auto; } }
  .register .btn-custom {
    left: 50%;
    margin-top: -5px;
    transform: translate(-50%); }
  .register .register-head {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #585858; }
  .register .register-card {
    border-top: 2px solid #0080ff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    width: 330px;
    height: 400px;
    background: white;
    z-index: 1050;
    box-shadow: 0 2px 5px 0 #63636382;
    outline: 0;
    margin: 20px auto; }
    @media screen and (max-width: 500px) {
      .register .register-card {
        width: 300px; } }
  .register input {
    padding: 8px;
    border-radius: 3px;
    border: solid 1px #9E9E9E;
    display: inline-block;
    width: 100%;
    margin: 5px 0; }
    .register input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: gray;
      font-size: 13px; }
    .register input::-moz-placeholder {
      /* Firefox 19+ */
      color: gray;
      font-size: 13px; }
    .register input:-ms-input-placeholder {
      /* IE 10+ */
      color: gray;
      font-size: 13px; }
    .register input:-moz-placeholder {
      /* Firefox 18- */
      color: gray;
      font-size: 13px; }
  .register .user-name {
    position: relative; }
    .register .user-name:before {
      content: '';
      background-image: url("../../assets/images/user-regular.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 15px;
      height: 17px;
      position: absolute;
      top: 15px;
      right: 5px; }
  .register .password {
    position: relative; }
    .register .password:before {
      background-image: url("../../assets/images/lock.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      content: '';
      width: 15px;
      height: 19px;
      position: absolute;
      top: 15px;
      right: 5px; }
  .register .forget-password {
    font-size: 12px;
    text-align: right;
    margin-top: 15px;
    margin-bottom: -8px; }
    .register .forget-password a {
      color: #000f41; }
  .register .submit-wrapper {
    overflow: hidden;
    position: relative;
    background: #0080ff;
    color: #fff;
    border: 1px solid #0080ff;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0080ff;
    border-radius: 0;
    z-index: 10;
    padding: 5px;
    display: block;
    transition: 0.2s all;
    width: 50%;
    margin: 30px auto 15px auto; }
    .register .submit-wrapper span {
      padding-right: 15px; }
    .register .submit-wrapper:hover .submit:before {
      width: 900px;
      height: 900px;
      right: -450px;
      top: -450px;
      transform: unset; }
  .register .submit {
    transition: 0.2s all;
    text-align: right; }
    .register .submit span {
      color: #fff; }
    .register .submit:before {
      transition: 0.2s all;
      width: 51px;
      height: 77px;
      position: absolute;
      right: -15px;
      top: -24px;
      background: rgba(255, 255, 255, 0.21);
      content: "";
      border-radius: 50%; }
    .register .submit svg {
      font-size: 16px;
      position: relative;
      top: 3px;
      margin: 0 6px; }
  .register .user-register {
    width: 100%;
    background-color: #eceff1;
    padding: 15px;
    border: 1px solid #eceff1;
    text-align: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0; }
    .register .user-register a {
      float: left;
      color: #0080ff; }
  .register .checkmark-wrapper {
    line-height: 22px;
    margin-top: 25px; }
    .register .checkmark-wrapper a {
      color: #0080ff;
      padding: 3px;
      display: inline-block; }
    .register .checkmark-wrapper .checkmark:after {
      left: 7px;
      top: 3px; }
  .register .m-t-20 {
    margin-top: 20px; }

.wellcome .btn-custom {
  margin-top: 20px; }
.wellcome .welcome-image {
  background-image: url("../images/register.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 151px;
  height: 107px;
  margin: 0 auto; }
.wellcome .welcome-title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #333; }
.wellcome .welcome-title2 {
  font-size: 14px;
  line-height: 28px;
  margin: 5px 15px;
  text-align: center; }
.wellcome .submit-wrapper {
  width: 180px; }

.confirm .submit-wrapper {
  width: 170px; }
.confirm .confirm-text {
  font-size: 14px;
  line-height: 26px;
  padding: 5px;
  text-align: center; }
  .confirm .confirm-text a {
    padding: 5px;
    color: #0080ff; }
.confirm .confirm-text span {
  padding: 0 5px;
  display: inline-block; }
.confirm .confirm-text a {
  display: inline-block; }
.confirm .verification-code-text {
  margin: 5px 0; }
.confirm .send-code-again {
  padding-top: 5px;
  display: block;
  color: #0080ff; }
.confirm input {
  text-align: center; }

.login .btn-custom {
  margin-top: 20px; }
.login .remember-me {
  position: relative;
  top: 15px; }
  .login .remember-me .checkmark {
    top: 0; }

.register-close-modal {
  z-index: 10;
  position: absolute;
  left: 7px;
  color: #ddd;
  border: 0;
  font-size: 22px;
  top: 7px;
  background: transparent !important; }

.arrange {
  border-radius: 8px;
  background: #fff;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2px 0;
  margin-top: 14px;
  width: calc(100% - 20px); }
  .arrange .sort-item {
    padding: 5px 10px;
    margin: 0 9px;
    border: 1px solid #8b8e85;
    border-radius: 5px;
    cursor: pointer;
    color: #8b8e85; }
    .arrange .sort-item.active {
      color: #34352f;
      border: 1px solid #34352f; }
  .arrange .sort-title {
    padding: 5px 10px;
    margin: 0 5px;
    color: #8b8e85; }
    @media screen and (max-width: 550px) {
      .arrange .sort-title {
        padding: 0; } }
  .arrange select {
    border: 1px solid #c6c6c2;
    padding: 2px 5px;
    border-radius: 5px;
    margin: 0 15px 0 0;
    color: #8b8e85;
    outline: none; }
    @media screen and (max-width: 550px) {
      .arrange select {
        font-size: 11px;
        margin: 0; } }

.assending-wrapper {
  list-style: none;
  display: flex; }

.available-goods {
  color: #8b8e85; }
  .available-goods .mobile-view {
    display: none; }
    @media screen and (max-width: 550px) {
      .available-goods .mobile-view {
        display: block; } }
  .available-goods .desktop-view {
    display: block; }
    @media screen and (max-width: 550px) {
      .available-goods .desktop-view {
        display: none; } }
  .available-goods .checkmark {
    border: 1px solid #80808017;
    top: 4px; }
  .available-goods label {
    color: #8b8e85 !important;
    line-height: 24px;
    position: relative;
    top: 2px; }
    @media screen and (max-width: 550px) {
      .available-goods label {
        font-size: 11px;
        line-height: 22px; } }
  .available-goods .checkbox .checkmark:after {
    left: 4px;
    top: 1px; }

@media screen and (max-width: 550px) {
  .checkbox {
    padding-left: 10px; } }

@media screen and (max-width: 550px) {
  .arrange-title {
    display: none; } }

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 5px; }

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #7dc855;
  border-radius: 5px; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

body {
  overflow-x: hidden;
  background: whitesmoke; }

.page-wrapper {
  height: 100vh;
  -webkit-overflow-scrolling: touch; }

.swal2-container.swal2-top {
  z-index: 9999999999; }

div#swal2-content {
  font-size: 16px !important;
  margin: 10px !important;
  font-weight: 500 !important;
  color: #585858 !important; }

.shadow {
  border-radius: 10px;
  box-shadow: 0 0 4px 2px #e9e9e9;
  overflow: hidden; }

.recived-title {
  font-size: 25px;
  color: #777;
  font-weight: 500;
  margin: 0; }

.recived-text {
  font-weight: 500;
  margin: 0;
  color: #888;
  position: relative;
  font-size: 16px; }
  .recived-text.text2 {
    margin-top: -14px; }

.recived-code {
  letter-spacing: 1.5px;
  font-size: 18px;
  color: #777; }

.swal2-confirm.swal2-styled {
  border-radius: 60px !important;
  font-size: 18px !important;
  padding: 10px 60px !important;
  box-shadow: 0 0 0 !important;
  border: 0 !important;
  background: #7DC855  !important; }

.section-title {
  font-weight: 500;
  color: #6f6f6f;
  margin: 20px 0;
  display: block;
  font-size: 36px; }
  .section-title .title {
    position: relative;
    padding-right: 10px; }
    .section-title .title:before {
      content: '';
      position: absolute;
      width: 4px;
      right: 0;
      top: 10px;
      height: 20px;
      background: #0080ff !important; }

.main-title.section-title {
  margin: 0 0 20px 0;
  font-size: 32px; }

.product .image-wrapper {
  display: inline-block; }

.more-wrapper a {
  padding: 10px 40px 10px 16px !important;
  margin-top: 20px;
  line-height: 13px;
  height: 35px;
  display: inline-block;
  float: left;
  font-size: 12px;
  color: #fff !important;
  background: #0080ff;
  background-size: 200% 200%;
  animation: attract 2s ease infinite;
  -webkit-animation: attract 2s ease infinite;
  position: relative;
  border-radius: 6px; }
.more-wrapper .svg-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 6px;
  right: 12px; }

a, button, .owl-card, input, textarea, select, option {
  text-decoration: none !important;
  outline: none !important;
  transition: 0.2s all; }

.owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%); }
  .owl-nav button {
    width: 15px; }
    @media screen and (min-width: 768px) {
      .owl-nav button {
        width: 20px; } }
  .owl-nav .owl-prev {
    right: -15px;
    position: absolute;
    top: -66px; }
    @media screen and (min-width: 768px) {
      .owl-nav .owl-prev {
        right: -25px; } }
  .owl-nav .owl-next {
    position: absolute;
    left: -15px;
    top: -66px; }
    @media screen and (min-width: 768px) {
      .owl-nav .owl-next {
        left: -25px; } }

html body {
  height: 100%; }
  html body ::selection {
    background: #0080ff;
    /* WebKit/Blink Browsers */
    color: white; }
  html body ::-moz-selection {
    background: #0080ff;
    /* Gecko Browsers */
    color: white; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #6c757d !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; }

.main-title-wrapper {
  padding: 0;
  position: relative;
  margin-top: 15px; }
  .main-title-wrapper:before {
    content: '';
    position: absolute;
    height: 8px;
    background: #0080ff !important;
    top: 8px;
    z-index: 0; }
    @media (min-width: 768px) {
      .main-title-wrapper:before {
        width: calc(((100% - 750px) / 2) + 15px); } }
    @media (min-width: 992px) {
      .main-title-wrapper:before {
        width: calc(((100% - 970px) / 2) + 15px); } }
    @media (min-width: 1200px) {
      .main-title-wrapper:before {
        width: calc(((100% - 1170px) / 2) + 15px); } }
  .main-title-wrapper .title {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #585858; }

.big-text a {
  display: inline-block;
  padding: 0 2px;
  color: #0080ff; }

.modal {
  z-index: 9999999999; }

@media screen and (max-width: 500px) {
  .lb-nav a.lb-next, .lb-nav a.lb-prev {
    opacity: 1; } }

/*# sourceMappingURL=main.css.map */
