@font-face {
  font-family: "yekan";
  src: url("../fonts/Yekan_Bakh_Regular.woff") format("woff");
}

@font-face {
  font-family: "yekan-bold";
  src: url("../fonts/Yekan_Bakh_Bold.woff") format("woff");
}

html {
  scroll-behavior: smooth;
}

@-webkit-keyframes slider {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 100, 100;
  }
}

@keyframes slider {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 100, 100;
  }
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

p {
  line-height: 1.6875rem;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 0.0625rem dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  max-width: 100%;
  border-color: #c0c0c0;
  border-width: 0.0625rem;
  margin: 1.875rem auto;
  display: block;
}

input,
select {
  vertical-align: middle;
}

:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "yekan-bold";
}

button {
  background-color: transparent;
  border: none;
  padding: none;
  margin: none;
  width: auto;
  height: auto;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

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

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
  */
/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
          box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
  */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

body {
  direction: rtl;
  font-family: "yekan";
  font-size: 0.95rem;
}

#goTop {
  position: fixed;
  right: 15px;
  bottom: -200px;
  z-index: 1000;
}

#goTop.active-btn {
  bottom: 35px;
}

#goTop svg {
  width: 50px;
  height: 50px;
}

.description .modal-header {
  border-bottom: none;
}

.description .modal-content {
  background: #eeefed;
  border: none;
  border-radius: 0;
}

.description .modal-content .box {
  margin: 12px 0;
}

.description .modal-content .box h6 {
  margin-bottom: 4px;
}

.description h4 {
  margin: 0 auto;
}

.description .btn-close {
  position: absolute;
  left: 14px;
  top: 10px;
  margin: 0;
}

.description .modal-body {
  scrollbar-color: #bbbcc1 #f1f1f1;
  scrollbar-width: thin;
}

.description .modal-body::-webkit-scrollbar {
  width: 9px;
  height: 10px;
}

.description .modal-body::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #d6d6d6;
}

.description .modal-body::-webkit-scrollbar-thumb {
  background: #3f3f3f5a;
  border-radius: 0;
  border: 1px solid #d7e6dc;
}

.description .modal-body::-webkit-scrollbar-thumb:hover {
  background: #929398;
}

.description .modal-body button,
.description .modal-body a {
  color: #90a08c;
  padding-bottom: 3px;
  border-bottom: 1px solid;
}

.description .modal-body .bottom-a {
  color: #000;
  padding-bottom: 3px;
  border-bottom: 1px solid;
}

.description .modal-body .table > :not(caption) > * > * {
  font-family: "yekan-bold";
  font-weight: 500;
  padding: 0.7rem 0.5rem;
  font-size: 17px;
  text-align: center;
}

.description .modal-body .table-scroll {
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #bbbcc1 #f1f1f1;
  scrollbar-width: thin;
}

.description .modal-body .table-scroll::-webkit-scrollbar {
  width: 9px;
  height: 10px;
}

.description .modal-body .table-scroll::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #d6d6d6;
}

.description .modal-body .table-scroll::-webkit-scrollbar-thumb {
  background: #3f3f3f5a;
  border-radius: 0;
  border: 1px solid #d7e6dc;
}

.description .modal-body .table-scroll::-webkit-scrollbar-thumb:hover {
  background: #929398;
}

.btn {
  font-size: 0.95rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  padding: 0.5rem 0.75rem;
}

.btn-primary {
  background-color: transparent;
  color: #3f3f3f;
  font-weight: 700;
  border: 0.125rem solid #3f3f3f;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #3f3f3f;
  color: #fff;
  border: 0.125rem solid #3f3f3f;
}

.btn-buy {
  background: #3f3f3f;
  font-size: 14px;
  border-radius: 0;
  color: #fff;
  padding: 8px 11px;
}

.btn-buy img {
  width: 7px;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.btn-buy:hover {
  background: #292929;
  color: #fff;
}

header {
  border-bottom: 1px solid #b3c0b84a;
}

header .mobile-menu {
  display: none !important;
}

header .advertisement {
  display: block;
  background-color: #90a08c;
  color: #fff;
  padding: 8px;
  text-align: center;
}

header .advertisement:hover {
  background-color: #798676;
}

header .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0 20px;
}

header .info .child {
  width: calc(100% / 3);
}

header .info .child ul li {
  display: inline-block;
}

header .info .child ul .bag {
  position: relative;
}

header .info .child ul .bag .count {
  position: absolute;
  right: -10px;
  top: -8px;
  display: inline-block;
  background: #d1b588;
  color: #fff;
  min-width: 15px;
  height: 15px;
  font-size: 13px;
  border-radius: 6px;
  text-align: center;
  padding-top: 2px;
}

header .info .child ul .bag .sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  position: absolute;
  top: 100%;
  right: 0;
  width: 380px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
  z-index: 1002;
  background: #fff;
  padding: 20px;
}

header .info .child ul .bag .sub-menu .show-bag {
  color: #90a08c;
}

header .info .child ul .bag .sub-menu .show-bag img {
  width: 8px;
  vertical-align: middle;
}

header .info .child ul .bag .sub-menu .show-bag:hover {
  color: #778374;
}

header .info .child ul .bag .sub-menu ul {
  margin-top: 15px;
  height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #bbbcc1 #f1f1f1;
  scrollbar-width: thin;
}

header .info .child ul .bag .sub-menu ul::-webkit-scrollbar {
  width: 9px;
  height: 10px;
}

header .info .child ul .bag .sub-menu ul::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #d6d6d6;
}

header .info .child ul .bag .sub-menu ul::-webkit-scrollbar-thumb {
  background: #3f3f3f5a;
  border-radius: 0;
  border: 1px solid #d7e6dc;
}

header .info .child ul .bag .sub-menu ul::-webkit-scrollbar-thumb:hover {
  background: #929398;
}

header .info .child ul .bag .sub-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

header .info .child ul .bag .sub-menu ul li:last-child {
  margin: 0;
}

header .info .child ul .bag .sub-menu ul li div:nth-child(1) {
  width: 35%;
}

header .info .child ul .bag .sub-menu ul li div:nth-child(1) img {
  width: 100%;
}

header .info .child ul .bag .sub-menu ul li div:nth-child(2) {
  width: 65%;
  padding-right: 12px;
}

header .info .child ul .bag .sub-menu ul li div:nth-child(2) h5 {
  font-family: "yekan";
  font-size: 15px;
  color: #90a08c;
}

header .info .child ul .bag .sub-menu ul li div:nth-child(2) span {
  display: block;
  margin: 15px 0;
}

header .info .child ul .bag .sub-menu ul li div:nth-child(2) .price {
  color: #90a08c;
  font-size: 1.1rem;
}

header .info .child ul .bag .sub-menu ul li div:nth-child(2) .price span {
  font-family: "yekan-bold";
  display: inline-block;
  color: #000;
  margin: 0 2px 0 0;
}

header .info .child ul .bag .sub-menu .final-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .info .child ul .bag .sub-menu .final-price .price {
  color: #90a08c;
  font-size: 1.1rem;
}

header .info .child ul .bag .sub-menu .final-price .price span {
  font-family: "yekan-bold";
  display: inline-block;
  color: #000;
  margin: 0 5px 0 0;
}

header .info .child ul .bag:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header .info .child ul .user {
  position: relative;
}

header .info .child ul .user .user-info {
  position: absolute;
  width: 300px;
  left: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
  z-index: 1002;
  background: #fff;
  text-align: right;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

header .info .child ul .user .user-info .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header .info .child ul .user .user-info .flex div span:nth-child(1) {
  display: block;
  font-family: "yekan-bold";
  color: #3f3f3f;
  font-size: 1.2rem;
}

header .info .child ul .user .user-info .flex div span:nth-child(2) {
  display: block;
  font-family: "yekan-bold";
  color: #90a08c;
  font-size: 1rem;
  margin-top: 6px;
}

header .info .child ul .user .user-info .buttons {
  margin-top: 20px;
  text-align: center;
}

header .info .child ul .user .user-info .buttons a {
  display: inline-block;
  margin: 4px;
}

header .info .child ul .user .user-info .buttons .btn-green {
  background: #90a08c;
  border-radius: 8px;
  padding: 8px;
  color: #fff;
}

header .info .child ul .user .user-info .buttons .btn-green:hover {
  background: #798676;
}

header .info .child ul .user .user-info .buttons .btn-black {
  background: #3f3f3f;
  border-radius: 8px;
  padding: 8px 12px;
  color: #fff;
}

header .info .child ul .user .user-info .buttons .btn-black:hover {
  background: #1e1e1e;
}

header .info .child ul .user:hover .user-info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

header .info .child ul .guest {
  position: relative;
  top: -5px;
  display: inline-block;
  vertical-align: text-top;
}

header .info .child ul .guest ul li:nth-child(1) {
  position: relative;
}

header .info .child ul .guest ul li:nth-child(1)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -9px;
  width: 1.5px;
  height: 15px;
  background: #3f3f3f;
}

header .info .child ul .guest ul li a {
  font-family: "yekan-bold";
  color: #3f3f3f;
}

header .info .child ul .bell {
  position: relative;
}

header .info .child ul .bell .main {
  display: block;
}

header .info .child ul .bell .main img {
  width: 22px;
}

header .info .child ul .bell .main::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #d1b588;
  top: -2px;
  right: -4px;
  border-radius: 50%;
}

header .info .child ul .bell .bell-info {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  position: absolute;
  top: 100%;
  left: 0;
  width: 380px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
  z-index: 1002;
  background: #fff;
  padding: 10px;
}

header .info .child ul .bell .bell-info ul {
  height: 250px;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #bbbcc1 #f1f1f1;
  scrollbar-width: thin;
}

header .info .child ul .bell .bell-info ul::-webkit-scrollbar {
  width: 9px;
  height: 10px;
}

header .info .child ul .bell .bell-info ul::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #d6d6d6;
}

header .info .child ul .bell .bell-info ul::-webkit-scrollbar-thumb {
  background: #3f3f3f5a;
  border-radius: 0;
  border: 1px solid #d7e6dc;
}

header .info .child ul .bell .bell-info ul::-webkit-scrollbar-thumb:hover {
  background: #929398;
}

header .info .child ul .bell .bell-info ul li {
  width: 100%;
  display: block;
  text-align: right;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 0.5px solid #000000;
}

header .info .child ul .bell .bell-info ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

header .info .child ul .bell .bell-info ul li a {
  color: #878787;
}

header .info .child ul .bell .bell-info ul li a:hover {
  color: #616161;
}

header .info .child ul .bell:hover .bell-info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header .info .child:nth-child(1) {
  text-align: right;
}

header .info .child:nth-child(1) ul li {
  margin-left: 15px;
}

header .info .child:nth-child(2) {
  text-align: center;
}

header .info .child:nth-child(3) {
  text-align: left;
}

header .info .child:nth-child(3) ul li {
  margin-right: 15px;
}

header .info .logo img {
  width: 220px;
}

header .navbar-nav {
  display: block;
  width: 100%;
  text-align: center;
}

header .navbar-nav .nav-item {
  display: inline-block;
}

header .navbar-nav .nav-item .nav-link {
  position: relative;
  display: inline-block;
  padding: 0 10px 10px;
  color: #d1b588;
  z-index: 1001;
}

header .navbar-nav .nav-item .nav-link span {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .navbar-nav .nav-item .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  background: #90a08c;
  width: 0;
  height: 2px;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

header .navbar-nav .nav-item .nav-link.active {
  font-family: "yekan-bold";
  color: #90a08c;
}

header .navbar-nav .nav-item .nav-link.active span {
  top: -4px;
}

header .navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
}

header .navbar-nav .nav-item .nav-link:hover {
  font-family: "yekan-bold";
  color: #90a08c;
}

header .navbar-nav .nav-item .nav-link:hover span {
  top: -4px;
}

header .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}

header .mega-menu {
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  padding: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

header .mega-menu.show-mega-menu {
  opacity: 1;
  visibility: visible;
}

header .mega-menu .see-more {
  color: #90a08c;
}

header .mega-menu .see-more img {
  width: 8px;
  margin-right: 5px;
  vertical-align: middle;
}

header .mega-menu .see-more:hover {
  color: #778374;
}

header .mega-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #b3c0b850;
}

header .mega-menu ul li {
  position: relative;
  padding: 5px;
}

header .mega-menu ul li::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: -40%;
  border-left: 1px solid #b3c0b850;
  height: 100%;
  top: 0;
}

header .mega-menu ul li:last-child::after {
  display: none;
}

header .mega-menu ul li a {
  display: inline-block;
  position: relative;
  color: #d1b588;
}

header .mega-menu ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -18px;
  right: 0;
  left: 0;
  background: #90a08c;
  width: 0;
  height: 3px;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

header .mega-menu ul li a.mega-link-active {
  color: #90a08c;
}

header .mega-menu ul li a.mega-link-active::after {
  width: 100%;
}

header .mega-menu ul li a:hover {
  color: #90a08c;
}

header .mega-menu ul li a:hover::after {
  width: 100%;
}

header .mega-menu .box {
  display: none;
}

header .mega-menu .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}

header .mega-menu .box .flex p {
  color: #90a08c;
  margin-top: 15px;
}

header .mega-menu .box .flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  border: none;
}

header .mega-menu .box .flex ul li {
  width: 50%;
  margin: 12px 0;
}

header .mega-menu .box .flex ul li::after {
  display: none;
}

header .mega-menu .box .flex .child {
  width: 50%;
}

header .mega-menu .box .flex .child:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .mega-menu .box .flex .child:nth-child(2) div img {
  width: 100%;
  padding: 9px;
}

header .mega-menu .box .flex .child:nth-child(2) div:nth-child(1) {
  width: 37%;
}

header .mega-menu .box .flex .child:nth-child(2) div:nth-child(2) {
  width: 63%;
}

header .search-box {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 30px 0;
  z-index: 10000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

header .search-box.search-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

header .search-box .parent {
  width: 700px;
  margin: 0 auto;
}

header .search-box .parent .input-group {
  position: relative;
}

header .search-box .parent .input-group img {
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 100;
  width: 26px;
}

header .search-box .parent .input-group input {
  background: #f6f7f6;
  border: none;
  padding: 15px 50px 15px 15px;
  border-radius: 7px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

header .search-box .parent .input-group .btn {
  position: relative;
  background: #90a08c;
  border-radius: 0 !important;
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
  padding: 0.5rem 20px;
  border: none;
  z-index: 2;
}

header .search-box .parent .input-group .btn:hover {
  background: #727e6f;
}

header .search-box #close-search {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}

header .search-box #close-search img {
  width: 20px;
}

header .search-box ul {
  max-height: 78vh;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #bbbcc1 #f1f1f1;
  scrollbar-width: thin;
}

header .search-box ul::-webkit-scrollbar {
  width: 9px;
  height: 10px;
}

header .search-box ul::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #d6d6d6;
}

header .search-box ul::-webkit-scrollbar-thumb {
  background: #3f3f3f5a;
  border-radius: 0;
  border: 1px solid #d7e6dc;
}

header .search-box ul::-webkit-scrollbar-thumb:hover {
  background: #929398;
}

header .search-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 30px;
}

header .search-box ul li a {
  display: inline-block;
  vertical-align: middle;
}

header .search-box ul li a img {
  width: 90px;
}

header .search-box ul li div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

header .search-box ul li div h4 {
  font-size: 19px;
  margin-bottom: 20px;
}

header .search-box ul li div h4 a {
  color: #000;
}

header .search-box ul li div span {
  color: #d1b588;
}

.home .slider-section {
  position: relative;
}

.home .slider-section #goDown img {
  width: 90px;
  margin-top: -46px;
  position: relative;
  z-index: 4;
}

.home .slider-section .control {
  position: absolute;
  bottom: 90px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}

.home .slider-section .control button {
  display: inline-block;
  vertical-align: middle;
}

.home .slider-section .control ul {
  display: inline-block;
  vertical-align: middle;
}

.home .slider-section .control ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
}

.home .slider-section .control ul li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  display: block;
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.home .slider-section .control ul li svg {
  width: 50px;
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  visibility: hidden;
}

.home .slider-section .control ul li svg .circle {
  stroke: #90a08c;
}

.home .slider-section .control ul li.active span {
  background: #90a08c;
}

.home .slider-section .control ul li.active svg {
  visibility: visible;
}

.home .slider-section .control ul li.active svg .circle {
  -webkit-animation: slider 4s ease-in-out;
          animation: slider 4s ease-in-out;
}

.home .slider-section .slider {
  position: relative;
  height: 530px;
}

.home .slider-section .slider .slider-item {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.home .slider-section .slider .slider-item.d-block {
  opacity: 1;
  z-index: 1;
}

.home .slider-section .slider .slider-item .background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.home .slider-section .slider .slider-item .container {
  position: relative;
  z-index: 1;
}

.home .slider-section .slider .slider-item .container img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.home .slider-section .slider .slider-item h3 {
  color: #90a08c;
  margin-top: 140px;
  margin-bottom: 10px;
}

.home .slider-section .slider .slider-item p {
  color: #90a08c;
}

.home .slider-section .slider .slider-item .btn-more {
  font-size: 19px;
  color: #90a08c;
  text-decoration: underline;
  margin-top: 10px;
}

.home .slider-section .slider .slider-item .btn-more img {
  width: 10px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.home .slider-section .slider .slider-item .btn-more:hover {
  color: #798676;
}

.home .day-prices {
  margin: 30px 0;
}

.home .day-prices .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #b7b7b7;
  border-radius: 20px;
  padding: 15px 15px 0;
}

.home .day-prices .box div {
  width: 50%;
  margin-bottom: 15px;
}

.home .day-prices .box .price {
  background: #eeefed;
  padding: 5px;
  text-align: center;
}

.home .our-collections {
  margin: 60px 0 0;
}

.home .our-collections .title {
  text-align: center;
}

.home .our-collections .title img {
  width: 400px;
}

.home .our-collections .title h2 {
  color: #90a08c;
  margin-top: 15px;
}

.home .our-collections .splide {
  border-top: 1px solid rgba(63, 63, 63, 0.32);
  border-bottom: 1px solid rgba(63, 63, 63, 0.32);
  margin-top: 14px;
}

.home .our-collections .item {
  text-align: center;
  padding: 30px 0;
}

.home .our-collections .item span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home .our-collections .item span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 0;
  border-bottom: 3px solid #90a08c;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.home .our-collections .item span:hover {
  color: #90a08c;
  top: -3px;
}

.home .our-collections .item span:hover::after {
  width: 100%;
}

.home .our-collections .splide__slide.is-active .item span {
  position: relative;
  display: inline-block;
  top: -3px;
  color: #90a08c;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home .our-collections .splide__slide.is-active .item span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #90a08c;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.home .our-collections .splide__arrow svg {
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.home .our-collections .splide__arrow {
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
}

.home .our-collections .splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.home .our-collections .splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.home .our-collections .boxs {
  position: relative;
  height: 450px;
}

.home .our-collections .boxs #main-box {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.home .our-collections .boxs #main-box .background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .our-collections .boxs #main-box .container {
  position: relative;
  z-index: 1;
}

.home .our-collections .boxs #main-box .container img {
  display: block;
  width: 80px;
  margin: 170px auto 90px;
}

.home .our-collections .boxs #main-box h3 {
  color: #000;
  margin-top: 140px;
  margin-bottom: 10px;
}

.home .our-collections .boxs #main-box span {
  display: block;
  color: #90a08c;
  margin: 10px 0;
}

.home .our-collections .boxs #main-box p {
  color: #90a08c;
}

.home .our-collections .boxs #main-box .btn-more {
  font-size: 19px;
  color: #90a08c;
  text-decoration: underline;
  margin-top: 10px;
}

.home .our-collections .boxs #main-box .btn-more img {
  width: 10px;
  display: inline-block;
  margin: 0;
  margin-right: 4px;
  vertical-align: middle;
}

.home .our-collections .boxs #main-box .btn-more:hover {
  color: #798676;
}

.home .new-items-section .created-by {
  padding: 50px 0;
  text-align: center;
}

.home .new-items-section .created-by span {
  display: block;
  color: #90a08c;
}

.home .new-items-section .created-by img {
  width: 300px;
  margin-top: 15px;
  opacity: 0.47;
}

.home .new-items-section .new-items-info {
  padding: 30px 0;
  border-top: 1px solid rgba(63, 63, 63, 0.32);
  border-bottom: 1px solid rgba(63, 63, 63, 0.32);
}

.home .new-items-section .new-items-info .title {
  color: #90a08c;
  font-size: 1.3rem;
}

.home .new-items-section .new-items-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .new-items-section .new-items-info ul li {
  position: relative;
  list-style: none;
}

.home .new-items-section .new-items-info ul li.active button {
  position: relative;
  top: -3px;
  color: #90a08c;
}

.home .new-items-section .new-items-info ul li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #90a08c;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.home .new-items-section .new-items-info ul li:hover button {
  color: #90a08c;
}

.home .new-items-section .splide .splide__arrow svg {
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.home .new-items-section .splide .splide__arrow {
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
}

.home .new-items-section .splide .splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.home .new-items-section .splide .splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.home .new-items-section .splide .splide__arrows--rtl .splide__arrow--next {
  left: 0rem;
  right: auto;
  top: -3rem;
}

.home .new-items-section .splide .splide__arrows--rtl .splide__arrow--prev {
  left: 3.4rem;
  right: auto;
  top: -3rem;
}

.home .new-items-section .splide .order-btn {
  display: inline-block;
  background: #3f3f3f;
  padding: 8px 15px 6px;
  font-size: 13px;
}

.home .new-items-section .splide .order-btn button {
  color: #fff;
}

.home .new-items-section .splide .order-btn button::after {
  content: url("../images/Vector.svg");
  position: relative;
  top: 0px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.home .new-items-section .splide .order-btn:hover {
  background-color: #000;
}

.home .new-items-section .splide .shop-btn {
  background-color: #3f3f3f;
  padding: 3.3px 5px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0.7px;
}

.home .new-items-section .splide .shop-btn button {
  padding: 6.3px 5px;
}

.home .new-items-section .splide .shop-btn button img {
  width: 20px;
}

.home .new-items-section .splide .shop-btn:hover {
  background-color: #000;
}

.home .new-items-section .splide .price {
  color: #3f3f3f;
  margin-right: 10px;
}

.home .new-items-section .splide .item {
  padding: 15px 30px;
}

.home .new-items-section .splide .item img {
  width: 100%;
}

.home .new-items-section .splide .item h5 {
  font-family: "yekan";
  font-weight: 500;
  text-align: right;
  margin-top: 15px;
}

.home .new-items-section .splide .item h5 a {
  font-size: 17px;
  color: #90a08c;
}

.home .new-items-section .splide .item h5 a:hover {
  color: #798676;
}

.home .new-items-section .splide .item hr {
  margin: 0.875rem auto;
}

.home .new-items-section .splide-js-boxs .splide-js-box {
  display: none;
}

.home .new-style-section {
  margin: 40px 0;
  padding: 1.25rem 0 8rem;
  overflow: hidden;
}

.home .new-style-section .row {
  margin: 0;
  padding: 0;
}

.home .new-style-section h4 {
  color: #90a08c;
  font-size: 35px;
  margin-right: 33px;
  text-align: justify;
}

.home .new-style-section .slider-section-b {
  position: relative;
}

.home .new-style-section .slider-section-b .shape {
  position: absolute;
  bottom: -8rem;
  z-index: 2;
  width: 130px;
  right: 3rem;
}

.home .new-style-section .slider-section-b .control {
  position: absolute;
  bottom: 5rem;
  right: 20px;
  left: 0;
  text-align: right;
  z-index: 2;
}

.home .new-style-section .slider-section-b .control button {
  display: inline-block;
  vertical-align: middle;
}

.home .new-style-section .slider-section-b .control ul {
  display: inline-block;
  vertical-align: middle;
}

.home .new-style-section .slider-section-b .control ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 8px;
  cursor: pointer;
}

.home .new-style-section .slider-section-b .control ul li span {
  position: absolute;
  left: 0;
  top: 17px;
  display: block;
  background: #fff;
  right: -2px;
  width: 6px;
  height: 6px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.home .new-style-section .slider-section-b .control ul li svg {
  width: 40px;
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  visibility: hidden;
}

.home .new-style-section .slider-section-b .control ul li svg .circle {
  stroke: #90a08c;
}

.home .new-style-section .slider-section-b .control ul li.active span {
  background: #90a08c;
}

.home .new-style-section .slider-section-b .control ul li.active svg {
  visibility: visible;
}

.home .new-style-section .slider-section-b .control ul li.active svg .circle {
  -webkit-animation: slider 4s ease-in-out;
          animation: slider 4s ease-in-out;
}

.home .new-style-section .slider-section-b .slider-b {
  position: relative;
  height: 800px;
  width: 100%;
}

.home .new-style-section .slider-section-b .slider-b .slider-item {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.home .new-style-section .slider-section-b .slider-b .slider-item.d-block {
  opacity: 1;
  z-index: 1;
}

.home .new-style-section .slider-section-b .slider-b .slider-item .background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.home .new-style-section .slider-section-b .slider-b .slider-item .container {
  position: relative;
  z-index: 1;
}

.home .new-style-section .slider-section-b .slider-b .slider-item .container img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.home .new-style-section .slider-section-b .slider-b .slider-item h3 {
  color: #90a08c;
  margin-top: 140px;
  margin-bottom: 10px;
}

.home .new-style-section .slider-section-b .slider-b .slider-item p {
  color: #90a08c;
}

.home .new-style-section .slider-section-b .slider-b .slider-item .btn-more {
  font-size: 19px;
  color: #90a08c;
  text-decoration: underline;
  margin-top: 10px;
}

.home .new-style-section .slider-section-b .slider-b .slider-item .btn-more img {
  width: 10px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.home .new-style-section .slider-section-b .slider-b .slider-item .btn-more:hover {
  color: #798676;
}

.home .new-style-section .splide {
  right: 74px;
}

.home .new-style-section .splide .splide__arrow svg {
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.home .new-style-section .splide .splide__arrow {
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
}

.home .new-style-section .splide .splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.home .new-style-section .splide .splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.home .new-style-section .splide .splide__arrows--rtl .splide__arrow--next {
  left: 3rem;
  right: auto;
  top: -1.4rem;
}

.home .new-style-section .splide .splide__arrows--rtl .splide__arrow--prev {
  left: 6.4rem;
  right: auto;
  top: -1.4rem;
}

.home .new-style-section .splide .item {
  padding: 30px 10px;
}

.home .new-style-section .splide .item a img {
  width: 100%;
}

.home .new-style-section .main-box {
  position: relative;
  right: -60px;
  background: #fff;
  padding: 30px 20px 30px 0;
  z-index: 1;
}

.home .new-style-section .main-box p {
  padding-right: 83px;
}

.home .new-style-section .main-box .link {
  display: inline-block;
  font-size: 1.1rem;
  margin-right: 83px;
  margin-top: 20px;
  color: #90a08c;
  padding-bottom: 7px;
  border-bottom: 2px solid #90a08c;
}

.home .new-style-section .main-box .link:hover {
  color: #798676;
  border-bottom: 2px solid #798676;
}

.home .best-seller-section .created-by {
  padding: 50px 0;
  text-align: center;
}

.home .best-seller-section .created-by span {
  display: block;
  color: #90a08c;
}

.home .best-seller-section .created-by img {
  width: 300px;
  margin-top: 15px;
  opacity: 0.47;
}

.home .best-seller-section .like {
  position: absolute;
  top: 25px;
  right: 35px;
}

.home .best-seller-section .like svg {
  height: auto;
  width: 25px;
}

.home .best-seller-section .like.active-like svg path {
  fill: #3f3f3f;
}

.home .best-seller-section .new-items-info {
  padding: 30px 0;
  border-top: 1px solid rgba(63, 63, 63, 0.32);
  border-bottom: 1px solid rgba(63, 63, 63, 0.32);
}

.home .best-seller-section .new-items-info .title {
  color: #90a08c;
  font-size: 1.3rem;
}

.home .best-seller-section .new-items-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .best-seller-section .new-items-info ul li {
  position: relative;
  list-style: none;
}

.home .best-seller-section .new-items-info ul li.active button {
  position: relative;
  top: -3px;
  color: #90a08c;
}

.home .best-seller-section .new-items-info ul li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #90a08c;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.home .best-seller-section .new-items-info ul li:hover button {
  color: #90a08c;
}

.home .best-seller-section .splide .splide__arrow svg {
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.home .best-seller-section .splide .splide__arrow {
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
}

.home .best-seller-section .splide .splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.home .best-seller-section .splide .splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.home .best-seller-section .splide .splide__arrows--rtl .splide__arrow--next {
  left: 0rem;
  right: auto;
  top: -3rem;
}

.home .best-seller-section .splide .splide__arrows--rtl .splide__arrow--prev {
  left: 3.4rem;
  right: auto;
  top: -3rem;
}

.home .best-seller-section .splide .order-btn {
  display: inline-block;
  background: #3f3f3f;
  padding: 8px 15px 6px;
  font-size: 13px;
  border: 1px solid #3f3f3f;
}

.home .best-seller-section .splide .order-btn button {
  color: #fff;
}

.home .best-seller-section .splide .order-btn button::after {
  content: url("../images/Vector copy.svg");
  position: relative;
  top: 0px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-filter: brightness(0%) invert(1);
          filter: brightness(0%) invert(1);
}

.home .best-seller-section .splide .order-btn:hover {
  background: #fff;
}

.home .best-seller-section .splide .order-btn:hover button {
  color: #3f3f3f;
}

.home .best-seller-section .splide .order-btn:hover button::after {
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
}

.home .best-seller-section .splide .shop-btn {
  background-color: #3f3f3f;
  padding: 3.3px 5px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0.7px;
  border: 1px solid #3f3f3f;
}

.home .best-seller-section .splide .shop-btn button {
  padding: 6.3px 5px;
}

.home .best-seller-section .splide .shop-btn button img {
  width: 20px;
  -webkit-filter: brightness(0%) invert(1);
          filter: brightness(0%) invert(1);
}

.home .best-seller-section .splide .shop-btn:hover {
  background-color: #fff;
}

.home .best-seller-section .splide .shop-btn:hover img {
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
}

.home .best-seller-section .splide .shop-btn.add-basket-active {
  background: #90a08c;
  border: 1px solid #90a08c;
}

.home .best-seller-section .splide .shop-btn.add-basket-active:hover {
  background: #798676;
}

.home .best-seller-section .splide .shop-btn.add-basket-active:hover button img {
  -webkit-filter: brightness(0%) invert(1) !important;
          filter: brightness(0%) invert(1) !important;
}

.home .best-seller-section .splide .price {
  color: #3f3f3f;
  margin-right: 10px;
}

.home .best-seller-section .splide .item {
  padding: 15px 30px;
}

.home .best-seller-section .splide .item img {
  width: 100%;
}

.home .best-seller-section .splide .item h5 {
  font-family: "yekan";
  font-weight: 500;
  text-align: right;
  margin-top: 15px;
}

.home .best-seller-section .splide .item h5 a {
  font-size: 17px;
  color: #90a08c;
}

.home .best-seller-section .splide .item h5 a:hover {
  color: #798676;
}

.home .best-seller-section .splide .item hr {
  margin: 0.875rem auto;
}

.home .best-seller-section .splide-js-boxs .splide-js-box {
  display: none;
}

.home .your-size-section {
  position: relative;
  margin: 200px 0;
}

.home .your-size-section .img {
  position: absolute;
  width: 450px;
  left: 0;
}

.home .your-size-section h2 {
  color: #90a08c;
  margin-bottom: 35px;
}

.home .your-size-section p {
  color: #3f3f3f;
  width: 700px;
}

.home .your-size-section a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
  color: #3f3f3f;
  margin: 100px auto 0;
  padding-bottom: 5px;
  border-bottom: 2px solid;
}

.home .your-size-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

.home .your-size-section ul li {
  text-align: center;
  list-style: none;
}

.home .your-size-section ul li img {
  width: 50px;
}

.home .your-size-section ul li p {
  width: auto;
}

.home .showcase-instagram-section {
  position: relative;
}

.home .showcase-instagram-section .title h3 {
  color: #90a08c;
  margin-top: 5px;
}

.home .showcase-instagram-section .title h4 {
  position: absolute;
  left: 7rem;
  top: 0rem;
  padding-bottom: 3px;
  border-bottom: 2px solid;
}

.home .showcase-instagram-section .title h4 a {
  color: #3f3f3f;
}

.home .showcase-instagram-section .title h4 a:hover {
  color: #000;
}

.home .showcase-instagram-section .splide {
  margin-top: 20px;
}

.home .showcase-instagram-section .splide .splide__arrow svg {
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.home .showcase-instagram-section .splide .splide__arrow {
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
}

.home .showcase-instagram-section .splide .splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.home .showcase-instagram-section .splide .splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.home .showcase-instagram-section .splide .splide__arrows--rtl .splide__arrow--next {
  left: 0rem;
  right: auto;
  top: -2.3rem;
}

.home .showcase-instagram-section .splide .splide__arrows--rtl .splide__arrow--prev {
  left: 3.4rem;
  right: auto;
  top: -2.3rem;
}

.home .showcase-instagram-section .splide .item {
  padding: 20px;
}

.home .showcase-instagram-section .splide .item img {
  width: 100%;
}

.home .showcase-instagram-section .splide .item p {
  color: #000;
  margin-top: 15px;
}

.home .showcase-instagram-section .splide .item p a {
  color: #000;
}

.home .personalization-section {
  position: relative;
  padding-top: 300px;
  margin-top: 180px;
  margin-bottom: 70px;
}

.home .personalization-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 680px;
  background: #eeefed;
}

.home .personalization-section .shape {
  position: absolute;
  top: -89px;
  left: 45px;
  z-index: 1;
}

.home .personalization-section .box {
  position: relative;
  background: #fff;
  width: 800px;
  margin: 0 auto;
  padding: 30px 20px 20px;
  text-align: center;
  z-index: 2;
}

.home .personalization-section .box h4 {
  font-size: 1.9rem;
  color: #90a08c;
  margin-bottom: 20px;
}

.home .personalization-section .box .quick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.home .personalization-section .box .quick li {
  margin: 0 10px;
  list-style: none;
}

.home .personalization-section .box .quick li img {
  width: 70px;
}

.home .personalization-section .box .quick li span {
  display: block;
  margin-top: 7px;
}

.home .personalization-section .box p {
  width: 90%;
  margin: 35px auto;
}

.home .personalization-section .box .link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #90a08c;
  font-size: 1.1rem;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  margin: 0 auto;
}

.home .personalization-section .box .link:hover {
  color: #798676;
}

.home .personalization-section .box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}

.home .personalization-section .box .info li {
  width: calc(100% / 3);
  list-style: none;
  margin-top: 25px;
}

.home .personalization-section .box .info li img {
  width: 90px;
}

.home .personalization-section .box .info li span {
  display: block;
  margin: 20px 0;
}

.home .brand-section {
  background: rgba(244, 244, 241, 0.382);
  text-align: center;
  padding: 45px 0;
}

.home .brand-section p {
  width: 700px;
  margin: 25px auto;
}

.home .brand-section ul li {
  display: inline-block;
  margin: 0 5px;
  list-style: none;
}

.home .brand-section ul li img {
  width: 100px;
}

.category .cat-intro-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category .cat-intro-section div:nth-child(1) {
  width: 60%;
}

.category .cat-intro-section div:nth-child(1) img {
  width: 100%;
}

.category .cat-intro-section div:nth-child(2) {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 30px;
  text-align: center;
}

.category .cat-intro-section div:nth-child(2) p {
  color: #90a08c;
  margin-top: 10px;
}

.category .category-details {
  margin: 20px 0 70px;
}

.category .category-details .style-guide {
  margin: 20px 0;
}

.category .category-details .style-guide .guide-item {
  list-style: none;
  display: inline-block;
  color: #baccb6;
}

.category .category-details .style-guide .guide-item::after {
  content: "/";
}

.category .category-details .style-guide .guide-item:last-child::after {
  content: "";
}

.category .category-details .style-guide .guide-item a {
  color: #baccb6;
  display: inline-block;
}

.category .category-details .style-guide .guide-item a:hover {
  color: #90a08c;
}

.category .category-details .item {
  position: relative;
  padding: 15px;
}

.category .category-details .item .like {
  position: absolute;
  top: 25px;
  right: 25px;
}

.category .category-details .item .like svg {
  height: auto;
  width: 25px;
}

.category .category-details .item .like.active-like svg path {
  fill: #3f3f3f;
}

.category .category-details .item .order-btn {
  display: inline-block;
  background: #3f3f3f;
  padding: 8px 6px 6px;
  font-size: 13px;
  border: 1px solid #3f3f3f;
}

.category .category-details .item .order-btn button {
  color: #fff;
}

.category .category-details .item .order-btn button::after {
  content: url("../images/Vector copy.svg");
  position: relative;
  top: 0px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-filter: brightness(0%) invert(1);
          filter: brightness(0%) invert(1);
}

.category .category-details .item .order-btn:hover {
  background: #fff;
}

.category .category-details .item .order-btn:hover button {
  color: #3f3f3f;
}

.category .category-details .item .order-btn:hover button::after {
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
}

.category .category-details .item .shop-btn {
  background-color: #3f3f3f;
  padding: 3.3px 5px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0.7px;
  border: 1px solid #3f3f3f;
}

.category .category-details .item .shop-btn button {
  padding: 3px 5px;
}

.category .category-details .item .shop-btn button img {
  width: 20px;
  -webkit-filter: brightness(0%) invert(1);
          filter: brightness(0%) invert(1);
}

.category .category-details .item .shop-btn:hover {
  background-color: #fff;
}

.category .category-details .item .shop-btn:hover img {
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
}

.category .category-details .item .shop-btn.add-basket-active {
  background: #90a08c;
  border: 1px solid #90a08c;
}

.category .category-details .item .shop-btn.add-basket-active:hover {
  background: #798676;
}

.category .category-details .item .shop-btn.add-basket-active:hover button img {
  -webkit-filter: brightness(0%) invert(1) !important;
          filter: brightness(0%) invert(1) !important;
}

.category .category-details .item .price {
  color: #3f3f3f;
  margin-right: 10px;
  white-space: nowrap;
}

.category .category-details .item img {
  width: 100%;
}

.category .category-details .item h5 {
  font-family: "yekan";
  font-weight: 500;
  text-align: right;
  margin-top: 15px;
}

.category .category-details .item h5 a {
  font-size: 17px;
  color: #90a08c;
}

.category .category-details .item h5 a:hover {
  color: #798676;
}

.category .category-details .item hr {
  margin: 0.875rem auto;
}

.category .category-details .sort-box {
  margin-top: 70px;
  padding: 25px;
  border: 1px solid #90a08c;
}

.category .category-details .sort-box .sort-by ul {
  margin: 20px 0;
}

.category .category-details .sort-box .sort-by ul li {
  margin-top: 15px;
  list-style: none;
}

.category .category-details .sort-box .sort-by ul li .form-check .form-check-input {
  float: right;
  margin-left: 0.5em;
  margin-top: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.category .category-details .sort-box .sort-by ul li .form-check-label {
  display: inline;
}

.category .category-details .sort-box .sort-by ul li .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.category .category-details .sort-box .price-sort {
  margin-bottom: 20px;
}

.category .category-details .sort-box .price-sort h4 {
  margin-bottom: 35px;
}

.category .category-details .sort-box .price-sort .noUi-origin {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

.category .category-details .sort-box .price-sort .noUi-target {
  background: #ccc;
  height: 4px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.category .category-details .sort-box .price-sort .noUi-handle {
  border: 5px solid #000;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

.category .category-details .sort-box .price-sort .noUi-handle::after, .category .category-details .sort-box .price-sort .noUi-handle::before {
  content: "";
  display: none;
}

.category .category-details .sort-box .price-sort .noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  top: -8px;
}

.category .category-details .sort-box .price-sort .noUi-connect {
  background: #000000;
  height: 4px;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

.category .category-details .sort-box .price-sort .c-filter__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category .category-details .sort-box .price-sort .c-filter__range li {
  width: 50%;
  list-style: none;
}

.category .category-details .sort-box .price-sort .c-filter__range li:last-child p span {
  color: #000000;
}

.category .category-details .sort-box .price-sort .c-filter__range li p {
  color: #000000;
  margin: 0 10px;
  padding: 5px;
  text-align: center;
}

.category .category-details .sort-box .price-sort .c-filter__range li p span {
  font-family: "yekan-bold";
  color: #6c757e;
  margin-left: 6px;
}

.category .category-details .sort-box .filter {
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
}

.category .category-details .sort-box .filter h4 {
  margin-bottom: 30px;
}

.category .category-details .sort-box .filter ul li {
  margin: 13px 0;
  list-style: none;
}

.category .category-details .sort-box .filter ul li .form-check .form-check-input {
  float: right;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #000;
  margin-left: 0.5em;
  margin-top: -2px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
}

.category .category-details .sort-box .filter ul li .form-check-label {
  display: inline;
}

.category .category-details .sort-box .filter ul li .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.category .category-details .sort-box .filter ul li .accordion {
  position: relative;
  display: block;
  font-family: "yekan-bold";
  font-size: 20px;
  padding: 20px 0;
  cursor: pointer;
}

.category .category-details .sort-box .filter ul li .accordion::after {
  content: url("../images/arrow-bottom.svg");
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 0;
}

.category .category-details .sort-box .filter ul li .accordion.active-acc::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.category .category-details .sort-box .filter ul li ul {
  height: 0;
  overflow: hidden;
}

.category .category-details .sort-box .filter .delete-all-filter {
  font-size: 18px;
  margin-top: 20px;
}

.category .category-details .sort-box .filter .delete-all-filter svg {
  width: 20px;
  height: auto;
  margin-left: 12px;
}

.category .category-details .down-arrow {
  display: block;
  text-align: center;
  margin: 70px auto 0;
}

.category .category-details .primary {
  display: inline-block;
}

.category .category-details .primary .btn-primary {
  margin: 30px 0;
  padding: 10px 85px;
}

.blog .blog-guide {
  display: none;
}

.blog .blog-guide .guide {
  margin: 30px 0;
  margin-bottom: -30px;
}

.blog .blog-guide .guide .guide-item {
  list-style: none;
  display: inline-block;
  color: #baccb6;
}

.blog .blog-guide .guide .guide-item::after {
  content: "/";
}

.blog .blog-guide .guide .guide-item:last-child::after {
  content: "";
}

.blog .blog-guide .guide .guide-item a {
  color: #baccb6;
  display: inline-block;
}

.blog section {
  margin-top: 60px;
}

.blog section:first-child {
  margin: 0;
}

.blog section:nth-child(2) {
  margin: 0;
}

.blog section:last-child {
  margin-bottom: 50px;
}

.blog section p {
  font-size: 15px;
  color: #3f3f3f;
  display: block;
  text-align: justify;
}

.blog section .blog-intro {
  padding: 160px 0 120px;
  background-image: url("../images/img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog section .blog-intro h3 {
  margin: 0 0 30px;
  color: #3f3f3f;
}

.blog section .blog-intro p {
  width: 500px;
}

.blog section .blog-post img {
  width: 100%;
}

.customize section {
  margin: 0 0 70px;
}

.customize section .guide {
  margin-top: 100px;
}

.customize section .guide .guide-item {
  list-style: none;
  display: inline-block;
  color: #baccb6;
}

.customize section .guide .guide-item::after {
  content: "/";
}

.customize section .guide .guide-item:last-child::after {
  content: "";
}

.customize section .guide .guide-item a {
  color: #baccb6;
  display: inline-block;
}

.customize section .slider-section {
  position: relative;
}

.customize section .slider-section .control {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}

.customize section .slider-section .control button {
  display: inline-block;
  vertical-align: middle;
}

.customize section .slider-section .control ul {
  display: inline-block;
  vertical-align: middle;
}

.customize section .slider-section .control ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
}

.customize section .slider-section .control ul li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  display: block;
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.customize section .slider-section .control ul li svg {
  width: 50px;
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  visibility: hidden;
}

.customize section .slider-section .control ul li svg .circle {
  stroke: #90a08c;
}

.customize section .slider-section .control ul li.active span {
  background: #90a08c;
}

.customize section .slider-section .control ul li.active svg {
  visibility: visible;
}

.customize section .slider-section .control ul li.active svg .circle {
  -webkit-animation: slider 4s ease-in-out;
          animation: slider 4s ease-in-out;
}

.customize section .slider-section .slider {
  position: relative;
  height: 608px;
  width: 100%;
}

.customize section .slider-section .slider .slider-item {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.customize section .slider-section .slider .slider-item.d-block {
  opacity: 1;
  z-index: 1;
}

.customize section .slider-section .slider .slider-item .background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.customize section .slider-section .slider .slider-item .container {
  position: relative;
  z-index: 1;
}

.customize section .slider-section .slider .slider-item .container img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.customize section .slider-section .slider .slider-item h3 {
  color: #90a08c;
  margin-top: 140px;
  margin-bottom: 10px;
}

.customize section .slider-section .slider .slider-item p {
  color: #90a08c;
}

.customize section .slider-section .slider .slider-item .btn-more {
  font-size: 19px;
  color: #90a08c;
  text-decoration: underline;
  margin-top: 10px;
}

.customize section .slider-section .slider .slider-item .btn-more img {
  width: 10px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.customize section .slider-section .slider .slider-item .btn-more:hover {
  color: #798676;
}

.customize section .mobile-guide {
  display: none;
  margin-top: 100px;
  margin-bottom: -50px;
}

.customize section .mobile-guide .guide-item {
  list-style: none;
  display: inline-block;
  color: #baccb6;
}

.customize section .mobile-guide .guide-item::after {
  content: "/";
}

.customize section .mobile-guide .guide-item:last-child::after {
  content: "";
}

.customize section .mobile-guide .guide-item a {
  color: #baccb6;
  display: inline-block;
}

.customize section .mobile-subject-items {
  display: none;
  margin: 0 auto;
  width: 500px;
}

.customize section .mobile-subject-items h1 {
  color: #90a08c;
  margin-bottom: 25px;
  padding-top: 120px;
}

.customize section .collections-new {
  position: relative;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.customize section .collections-new div:nth-child(1) {
  width: 40%;
}

.customize section .collections-new div:nth-child(1) ul li {
  width: 40%;
  position: absolute;
  list-style: none;
}

.customize section .collections-new div:nth-child(1) ul li img {
  width: 100%;
}

.customize section .collections-new div:nth-child(1) ul li p {
  width: 100%;
  margin-top: 15px;
  text-align: justify;
}

.customize section .collections-new div:nth-child(1) ul li:nth-child(1) {
  top: 0;
  right: 0;
}

.customize section .collections-new div:nth-child(1) ul li:nth-child(2) {
  top: 600px;
  left: 0;
}

.customize section .collections-new div:nth-child(1) ul li:nth-child(3) {
  top: 1200px;
  right: 0;
}

.customize section .collections-new div:nth-child(1) ul li:nth-child(4) {
  top: 1800px;
  left: 0;
}

.customize section .collections-new div:nth-child(1) ul li:nth-child(5) {
  top: 2400px;
  right: 0;
}

.customize section .collections-new div:nth-child(2) {
  position: relative;
  width: 20%;
  margin-left: auto;
}

.customize section .collections-new div:nth-child(2) .line {
  width: 5px;
  height: 3064px;
  background: #eeefed;
  margin: 0 auto;
}

.customize section .collections-new div:nth-child(2) .progress-line {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 5px;
  height: 0%;
  max-height: 100%;
  background: #90a08c;
  margin: 0 auto;
  z-index: 1;
}

.customize section .collections-new div:nth-child(2) .square li {
  position: absolute;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: #eeefed;
  list-style: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}

.customize section .collections-new div:nth-child(2) .square li:nth-child(1) {
  top: 5%;
}

.customize section .collections-new div:nth-child(2) .square li:nth-child(2) {
  top: 25%;
}

.customize section .collections-new div:nth-child(2) .square li:nth-child(3) {
  top: 45%;
}

.customize section .collections-new div:nth-child(2) .square li:nth-child(4) {
  top: 65%;
}

.customize section .collections-new div:nth-child(2) .square li:nth-child(5) {
  top: 85%;
}

.customize section video {
  width: 100%;
  height: 500px;
  border-radius: 30px;
}

.customize section .icon {
  position: absolute;
  bottom: 205px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 10%;
}

.customize section .information-text {
  display: block;
  margin: 50px auto 0;
  color: #90a08c;
  width: 70%;
}

.customize section h5 {
  margin-top: 50px;
  color: #eeefed;
}

.customize section.subject {
  padding: 0 0 120px;
  position: relative;
}

.customize section.subject .subject-img {
  width: 100%;
  position: absolute;
  z-index: -1;
}

.customize section.subject .subject-item {
  width: 40%;
}

.customize section.subject .subject-item h3 {
  margin: 30px 0;
  color: #3f3f3f;
}

.customize section.subject .subject-items {
  margin: 0 auto;
  width: 500px;
}

.customize section.subject .subject-items h1 {
  color: #90a08c;
  margin-bottom: 25px;
  padding-top: 120px;
}

.customize section .order-section {
  margin-top: 100px;
}

.customize section .order-section .price-img {
  width: 100%;
}

.customize section .order-section .price-item {
  list-style: none;
  border-bottom: 1px solid #baccb6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
}

.customize section .order-section .price-item .input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.customize section .order-section .price-item .input-group span {
  margin-right: 25px;
}

.customize section .order-section .price-item .input-group .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.customize section .order-section .price-item .input-group .input-group-text .form-check-input {
  cursor: pointer;
  border-radius: 0;
  width: 1.2em;
  height: 1.2em;
}

.customize section .order-section .price-item .input-group .input-group-text .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.customize section .order-section .price-item .input-group .input-group-text .form-check-input:checked {
  background-color: #3f3f3f;
  border-color: #3f3f3f;
}

.customize section .order-section .price-item img {
  margin-bottom: 18px;
}

.customize section .order-section .price-item:last-child {
  border-bottom: none;
}

.customize section .order-section .free-order-btn {
  background-color: #3f3f3f;
  display: block;
  width: 100%;
  padding: 22px 0;
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 70px;
}

.customize section .order-section .free-order-btn:hover {
  background-color: rgba(0, 0, 0, 0.834);
}

.customize section .order-section .free-order-btn img {
  position: absolute;
  left: 25px;
  bottom: 17px;
  width: 30px;
}

.customize section .order-section .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

.customize section .order-section .contact span {
  display: block;
}

.customize section .order-section .contact span.text {
  margin: 20px 0;
}

.customize section .bottom-subject {
  position: relative;
  margin: 0;
  background-image: url("../images/bottom-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
}

.customize section .bottom-subject .subject-items {
  width: 45%;
}

.customize section .bottom-subject .subject-items h2 {
  color: #90a08c;
}

.customize section .bottom-subject .subject-items p {
  text-align: justify;
}

.gallery section p {
  color: #90a08c;
}

.gallery section .slider-section {
  position: relative;
}

.gallery section .slider-section .control {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}

.gallery section .slider-section .control button {
  display: inline-block;
  vertical-align: middle;
}

.gallery section .slider-section .control ul {
  display: inline-block;
  vertical-align: middle;
}

.gallery section .slider-section .control ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
}

.gallery section .slider-section .control ul li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  display: block;
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gallery section .slider-section .control ul li svg {
  width: 50px;
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  visibility: hidden;
}

.gallery section .slider-section .control ul li svg .circle {
  stroke: #90a08c;
}

.gallery section .slider-section .control ul li.active span {
  background: #90a08c;
}

.gallery section .slider-section .control ul li.active svg {
  visibility: visible;
}

.gallery section .slider-section .control ul li.active svg .circle {
  -webkit-animation: slider 4s ease-in-out;
          animation: slider 4s ease-in-out;
}

.gallery section .slider-section .slider {
  position: relative;
  height: 800px;
  width: 100%;
}

.gallery section .slider-section .slider .slider-item {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery section .slider-section .slider .slider-item.d-block {
  opacity: 1;
  z-index: 1;
}

.gallery section .slider-section .slider .slider-item .background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gallery section .slider-section .slider .slider-item .container {
  position: relative;
  z-index: 1;
}

.gallery section .slider-section .slider .slider-item .container img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.gallery section .slider-section .slider .slider-item h3 {
  color: #90a08c;
  margin-top: 140px;
  margin-bottom: 10px;
}

.gallery section .slider-section .slider .slider-item p {
  color: #90a08c;
}

.gallery section .slider-section .slider .slider-item .btn-more {
  font-size: 19px;
  color: #90a08c;
  text-decoration: underline;
  margin-top: 10px;
}

.gallery section .slider-section .slider .slider-item .btn-more img {
  width: 10px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.gallery section .slider-section .slider .slider-item .btn-more:hover {
  color: #798676;
}

.gallery section .intro-gallery {
  padding: 0 0 120px;
  position: relative;
}

.gallery section .intro-gallery .subject-img {
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 500px;
}

.gallery section .intro-gallery .subject-item {
  width: 40%;
}

.gallery section .intro-gallery .subject-item h3 {
  margin: 30px 0;
  color: #3f3f3f;
}

.gallery section .intro-gallery .subject-text {
  margin: 0 auto;
  width: 500px;
}

.gallery section .intro-gallery .subject-text h1 {
  color: #90a08c;
  margin-bottom: 30px;
  padding-top: 230px;
}

.gallery section .mobile-intro-gallery {
  display: none;
}

.gallery section .mobile-intro-gallery .subject-item {
  width: 40%;
}

.gallery section .mobile-intro-gallery .subject-item h3 {
  margin: 30px 0;
  color: #3f3f3f;
}

.gallery section .mobile-intro-gallery .subject-text {
  margin: 0 auto;
  width: 500px;
}

.gallery section .mobile-intro-gallery .subject-text h1 {
  color: #90a08c;
  margin-bottom: 30px;
  padding-top: 230px;
}

.gallery section .guide {
  position: relative;
  margin-bottom: -50px;
  z-index: 2;
}

.gallery section .guide .guide-item {
  list-style: none;
  display: inline-block;
  color: #baccb6;
}

.gallery section .guide .guide-item::after {
  content: "/";
}

.gallery section .guide .guide-item:last-child::after {
  content: "";
}

.gallery section .guide .guide-item a {
  color: #baccb6;
  display: inline-block;
}

.gallery section .info-section {
  margin-top: 10px;
}

.gallery section .info-section img {
  width: 90%;
}

.gallery section .info-section h4 {
  display: block;
  color: #90a08c;
  font-size: 25px;
  margin-bottom: 25px;
}

.gallery section .info-section p {
  margin-bottom: 30px;
  text-align: justify;
}

.gallery section .details-section {
  margin-top: 130px;
  background: #f4f4f153;
}

.gallery section .details-section .detail-item {
  padding-top: 50px;
}

.gallery section .details-section .detail-item span {
  color: #90a08c;
  font-size: 23px;
  margin-bottom: 45px;
  display: block;
}

.gallery section .details-section .detail-item p {
  color: #3f3f3f;
}

.gallery section .details-section .detail-item .detail-items {
  list-style: none;
  margin: 25px 0;
  line-height: 25px;
}

.gallery section .details-section .detail-item .detail-items a {
  color: #90a08c;
}

.gallery section .details-section .detail-item .detail-items a:hover {
  color: #798676;
}

.gallery section .details-section .detail-item .detail-items::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #3f3f3f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 20px;
}

.gallery section .details-section .detail-item .detail-items:first-child {
  margin-top: 65px;
}

.gallery section .details-section .detail-item .detail-items:last-child {
  margin-bottom: 65px;
}

.gallery section .details-section img {
  max-width: 100%;
  height: 100%;
}

.gallery section .gallery-icon {
  margin-top: 100px;
}

.gallery section .gallery-icon .information-text {
  display: block;
  margin: 50px auto 0;
  color: #90a08c;
  width: 70%;
}

.gallery section .gallery-icon h5 {
  margin-top: 50px;
  color: #eeefed;
}

.gallery section .slider-section {
  margin-top: 100px;
}

.gallery section .slider-section .slider-btn h4 {
  color: #90a08c;
  font-size: 20px;
  vertical-align: middle;
}

.gallery section .slider-section .slider-btn .icon {
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 2px solid rgba(0, 0, 0, 0.578);
  border-radius: 50%;
  margin: 0 30px;
}

.gallery section .slider-section .slider-btn .icon img {
  width: 10px;
  height: 20px;
  margin-top: 10px;
  color: #000;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.gallery section .slider-section .slider-btn .icon:hover {
  border: 2px solid #000;
}

.gallery section .slider-section .slider-btn .icon:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.gallery section .splide {
  margin-top: 20px;
}

.gallery section .splide .splide__arrow svg {
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.gallery section .splide .splide__arrow {
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
}

.gallery section .splide .splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.gallery section .splide .splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.gallery section .splide .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 41%;
  top: -2rem;
}

.gallery section .splide .splide__arrows--rtl .splide__arrow--next {
  left: 41%;
  right: auto;
  top: -2rem;
}

.gallery section .splide .item {
  padding: 20px;
}

.gallery section .splide .item img {
  width: 100%;
}

.gallery section .splide .item p {
  color: #000;
  margin-top: 15px;
}

.gallery section .splide .item p a {
  color: #000;
}

.gallery section .explain {
  margin-top: 250px;
}

.gallery section .explain p {
  color: #000;
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

.gallery section .bottom-subject {
  margin-top: 100px;
}

.gallery section .bottom-subject .bottom-subject-img {
  width: 100%;
}

.present section .slider-section {
  position: relative;
}

.present section .slider-section .control {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}

.present section .slider-section .control button {
  display: inline-block;
  vertical-align: middle;
}

.present section .slider-section .control ul {
  display: inline-block;
  vertical-align: middle;
}

.present section .slider-section .control ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
}

.present section .slider-section .control ul li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  display: block;
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.present section .slider-section .control ul li svg {
  width: 50px;
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  visibility: hidden;
}

.present section .slider-section .control ul li svg .circle {
  stroke: #90a08c;
}

.present section .slider-section .control ul li.active span {
  background: #90a08c;
}

.present section .slider-section .control ul li.active svg {
  visibility: visible;
}

.present section .slider-section .control ul li.active svg .circle {
  -webkit-animation: slider 4s ease-in-out;
          animation: slider 4s ease-in-out;
}

.present section .slider-section .slider {
  position: relative;
  height: 800px;
  width: 100%;
}

.present section .slider-section .slider .slider-item {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.present section .slider-section .slider .slider-item.d-block {
  opacity: 1;
  z-index: 1;
}

.present section .slider-section .slider .slider-item .background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.present section .slider-section .slider .slider-item .container {
  position: relative;
  z-index: 1;
}

.present section .slider-section .slider .slider-item .container img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.present section .slider-section .slider .slider-item h3 {
  color: #90a08c;
  margin-top: 140px;
  margin-bottom: 10px;
}

.present section .slider-section .slider .slider-item p {
  color: #90a08c;
}

.present section .slider-section .slider .slider-item .btn-more {
  font-size: 19px;
  color: #90a08c;
  text-decoration: underline;
  margin-top: 10px;
}

.present section .slider-section .slider .slider-item .btn-more img {
  width: 10px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.present section .slider-section .slider .slider-item .btn-more:hover {
  color: #798676;
}

.present section .present-intro {
  padding: 160px 0 120px;
  background-image: url("../images/img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.present section .present-intro .intro-text {
  width: 600px;
  margin-right: auto;
  margin-left: 0;
}

.present section .present-intro .intro-text h3 {
  margin: 0 0 30px;
  color: #90a08c;
}

.present section .present-intro .intro-text p {
  color: #90a08c;
  text-align: center;
}

.present section .present-guide {
  display: none;
}

.present section .present-guide .guide {
  margin: 30px 0;
  margin-bottom: -30px;
}

.present section .present-guide .guide .guide-item {
  list-style: none;
  display: inline-block;
  color: #baccb6;
}

.present section .present-guide .guide .guide-item::after {
  content: "/";
}

.present section .present-guide .guide .guide-item:last-child::after {
  content: "";
}

.present section .present-guide .guide .guide-item a {
  color: #baccb6;
  display: inline-block;
}

.present section .present-section {
  margin-top: 120px;
}

.present section .present-section img {
  width: 90%;
}

.present section .present-section .box {
  width: 85%;
}

.present section .present-section .box h3 {
  display: block;
  color: #90a08c;
  font-size: 25px;
  margin-bottom: 25px;
}

.present section .present-section .box p {
  margin-bottom: 30px;
  text-align: center;
}

.present section .present-checkbox {
  margin-top: 150px;
}

.present section .present-checkbox img {
  width: 100%;
  margin-bottom: 35px;
}

.present section .present-checkbox span {
  color: #3f3f3f;
  display: block;
  margin-bottom: 40px;
}

.present section .present-checkbox .input-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.present section .present-checkbox .input-group .input-group-text {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  padding: 4px 4px;
}

.present section .present-checkbox .input-group .input-group-text input {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-image: none;
}

.present section .present-checkbox .input-group .input-group-text input:checked {
  background-color: #90a08c;
}

.present section .explain-present {
  margin-top: 100px;
  width: 500px;
}

.present section .explain-present p {
  color: #000;
}

.present section .explain-present .btn-primary {
  position: relative;
  color: #fff;
  background: #3f3f3f;
  padding: 14px 80px;
  margin-top: 20px;
}

.present section .explain-present .btn-primary svg {
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 2;
  width: 26px;
  height: auto;
}

.present section .explain-present .btn-primary:hover {
  color: #fff;
  background: #222222;
}

.present .order {
  margin: 0 auto;
  background-color: #3f3f3f;
}

.newstyle section .slider-section {
  margin-top: 60px;
}

.newstyle section .slider-section h5 {
  color: #90a08c;
}

.newstyle section .slider-section .splide {
  margin-top: 20px;
}

.newstyle section .slider-section .splide .splide__arrow svg {
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.newstyle section .slider-section .splide .splide__arrow {
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
}

.newstyle section .slider-section .splide .splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.newstyle section .slider-section .splide .splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.newstyle section .slider-section .splide .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 41%;
  top: -2rem;
}

.newstyle section .slider-section .splide .splide__arrows--rtl .splide__arrow--next {
  left: 41%;
  right: auto;
  top: -2rem;
}

.newstyle section .slider-section .splide .item {
  padding: 20px;
}

.newstyle section .slider-section .splide .item img {
  width: 100%;
}

.newstyle section .slider-section .splide .item p {
  color: #000;
  margin-top: 15px;
}

.newstyle section .slider-section .splide .item p a {
  color: #000;
}

.newstyle section .best-seller-section {
  margin: 85px 0;
}

.newstyle section .best-seller-section .created-by {
  padding: 50px 0;
  text-align: center;
}

.newstyle section .best-seller-section .created-by span {
  display: block;
  color: #90a08c;
}

.newstyle section .best-seller-section .created-by img {
  width: 300px;
  margin-top: 15px;
  opacity: 0.47;
}

.newstyle section .best-seller-section .like {
  position: absolute;
  top: 25px;
  right: 35px;
}

.newstyle section .best-seller-section .like svg {
  height: auto;
  width: 25px;
}

.newstyle section .best-seller-section .like.active-like svg path {
  fill: #3f3f3f;
}

.newstyle section .best-seller-section .new-items-info {
  padding: 15px 0;
}

.newstyle section .best-seller-section .new-items-info .title {
  color: #90a08c;
  font-size: 1.3rem;
}

.newstyle section .best-seller-section .new-items-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newstyle section .best-seller-section .new-items-info ul li {
  position: relative;
  list-style: none;
}

.newstyle section .best-seller-section .new-items-info ul li.active button {
  position: relative;
  top: -3px;
  color: #90a08c;
}

.newstyle section .best-seller-section .new-items-info ul li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #90a08c;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.newstyle section .best-seller-section .new-items-info ul li:hover button {
  color: #90a08c;
}

.newstyle section .best-seller-section .splide .splide__arrow svg {
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.newstyle section .best-seller-section .splide .splide__arrow {
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
}

.newstyle section .best-seller-section .splide .splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.newstyle section .best-seller-section .splide .splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.newstyle section .best-seller-section .splide .splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 41%;
  top: -2rem;
}

.newstyle section .best-seller-section .splide .splide__arrows--rtl .splide__arrow--next {
  left: 41%;
  right: auto;
  top: -2rem;
}

.newstyle section .best-seller-section .splide .order-btn {
  display: inline-block;
  background: #3f3f3f;
  padding: 8px 15px 6px;
  font-size: 13px;
  border: 1px solid #3f3f3f;
}

.newstyle section .best-seller-section .splide .order-btn button {
  color: #fff;
}

.newstyle section .best-seller-section .splide .order-btn button::after {
  content: url("../images/Vector copy.svg");
  position: relative;
  top: 0px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-filter: brightness(0%) invert(1);
          filter: brightness(0%) invert(1);
}

.newstyle section .best-seller-section .splide .order-btn:hover {
  background: #fff;
}

.newstyle section .best-seller-section .splide .order-btn:hover button {
  color: #3f3f3f;
}

.newstyle section .best-seller-section .splide .order-btn:hover button::after {
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
}

.newstyle section .best-seller-section .splide .shop-btn {
  background-color: #3f3f3f;
  padding: 3.3px 5px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0.7px;
  border: 1px solid #3f3f3f;
}

.newstyle section .best-seller-section .splide .shop-btn button {
  padding: 6.3px 5px;
}

.newstyle section .best-seller-section .splide .shop-btn button img {
  width: 20px;
  -webkit-filter: brightness(0%) invert(1);
          filter: brightness(0%) invert(1);
}

.newstyle section .best-seller-section .splide .shop-btn:hover {
  background-color: #fff;
}

.newstyle section .best-seller-section .splide .shop-btn:hover img {
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
}

.newstyle section .best-seller-section .splide .shop-btn.add-basket-active {
  background: #90a08c;
  border: 1px solid #90a08c;
}

.newstyle section .best-seller-section .splide .shop-btn.add-basket-active:hover {
  background: #798676;
}

.newstyle section .best-seller-section .splide .shop-btn.add-basket-active:hover button img {
  -webkit-filter: brightness(0%) invert(1) !important;
          filter: brightness(0%) invert(1) !important;
}

.newstyle section .best-seller-section .splide .price {
  color: #3f3f3f;
  margin-right: 10px;
}

.newstyle section .best-seller-section .splide .item {
  padding: 15px 30px;
}

.newstyle section .best-seller-section .splide .item img {
  width: 100%;
}

.newstyle section .best-seller-section .splide .item h5 {
  font-family: "yekan";
  font-weight: 500;
  text-align: right;
  margin-top: 15px;
}

.newstyle section .best-seller-section .splide .item h5 a {
  font-size: 17px;
  color: #90a08c;
}

.newstyle section .best-seller-section .splide .item h5 a:hover {
  color: #798676;
}

.newstyle section .best-seller-section .splide .item hr {
  margin: 0.875rem auto;
}

.newstyle section .best-seller-section .splide-js-boxs .splide-js-box {
  display: none;
}

.newstyle section .newstyle-intro {
  margin-top: 50px;
}

.newstyle section .newstyle-intro .header-text {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #90a08c;
  display: block;
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 12px;
  margin: 60px auto 90px;
  text-align: center;
  border-bottom: 1px solid #baccb6;
}

.newstyle section .newstyle-intro .text-border {
  width: 70%;
  height: 1px;
  background-color: #90a08c;
  margin-right: 30px;
  margin-bottom: 100px;
}

.newstyle section .newstyle-intro .text-border-green {
  width: 100%;
  height: 1px;
  background-color: #90a08c;
  margin-bottom: 20px;
}

.newstyle section .newstyle-intro .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}

.newstyle section .newstyle-intro .item-box .product-img {
  width: 100%;
}

.newstyle section .newstyle-intro .item-box .explainesion {
  color: #90a08c;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.newstyle section .newstyle-intro .item-box .order-btn {
  display: inline-block;
  background: #3f3f3f;
  padding: 10px 20px;
}

.newstyle section .newstyle-intro .item-box .order-btn button {
  color: #fff;
}

.newstyle section .newstyle-intro .item-box .order-btn button::after {
  content: url("../images/Vector.svg");
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
}

.newstyle section .newstyle-intro .item-box .order-btn:hover {
  background-color: #000;
}

.newstyle section .newstyle-intro .item-box .shop-btn {
  background-color: #3f3f3f;
  padding: 3.3px 5px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0.7px;
}

.newstyle section .newstyle-intro .item-box .shop-btn button {
  padding-top: 7px;
}

.newstyle section .newstyle-intro .item-box .shop-btn:hover {
  background-color: #000;
}

.newstyle section .newstyle-intro .item-box .price {
  color: #3f3f3f;
  margin-right: 10px;
}

.newstyle section .newstyle-intro .style-guide {
  margin-bottom: 50px;
}

.newstyle section .newstyle-intro .style-guide .guide-item {
  list-style: none;
  display: inline-block;
  color: #baccb6;
}

.newstyle section .newstyle-intro .style-guide .guide-item::after {
  content: "/";
}

.newstyle section .newstyle-intro .style-guide .guide-item:last-child::after {
  content: "";
}

.newstyle section .newstyle-intro .style-guide .guide-item a {
  color: #baccb6;
  display: inline-block;
}

.newstyle section .newstyle-intro .style-guide .guide-item a:hover {
  color: #90a08c;
}

.newstyle section .newstyle-intro .slider-section {
  position: relative;
}

.newstyle section .newstyle-intro .slider-section .control {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}

.newstyle section .newstyle-intro .slider-section .control button {
  display: inline-block;
  vertical-align: middle;
}

.newstyle section .newstyle-intro .slider-section .control ul {
  display: inline-block;
  vertical-align: middle;
}

.newstyle section .newstyle-intro .slider-section .control ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
}

.newstyle section .newstyle-intro .slider-section .control ul li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  display: block;
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.newstyle section .newstyle-intro .slider-section .control ul li svg {
  width: 50px;
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  visibility: hidden;
}

.newstyle section .newstyle-intro .slider-section .control ul li svg .circle {
  stroke: #90a08c;
}

.newstyle section .newstyle-intro .slider-section .control ul li.active span {
  background: #90a08c;
}

.newstyle section .newstyle-intro .slider-section .control ul li.active svg {
  visibility: visible;
}

.newstyle section .newstyle-intro .slider-section .control ul li.active svg .circle {
  -webkit-animation: slider 4s ease-in-out;
          animation: slider 4s ease-in-out;
}

.newstyle section .newstyle-intro .slider-section .slider {
  position: relative;
  height: 800px;
  width: 100%;
}

.newstyle section .newstyle-intro .slider-section .slider .slider-item {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.newstyle section .newstyle-intro .slider-section .slider .slider-item.d-block {
  opacity: 1;
  z-index: 1;
}

.newstyle section .newstyle-intro .slider-section .slider .slider-item .background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.newstyle section .newstyle-intro .slider-section .slider .slider-item .container {
  position: relative;
  z-index: 1;
}

.newstyle section .newstyle-intro .slider-section .slider .slider-item .container img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.newstyle section .newstyle-intro .slider-section .slider .slider-item h3 {
  color: #90a08c;
  margin-top: 140px;
  margin-bottom: 10px;
}

.newstyle section .newstyle-intro .slider-section .slider .slider-item p {
  color: #90a08c;
}

.newstyle section .newstyle-intro .slider-section .slider .slider-item .btn-more {
  font-size: 19px;
  color: #90a08c;
  text-decoration: underline;
  margin-top: 10px;
}

.newstyle section .newstyle-intro .slider-section .slider .slider-item .btn-more img {
  width: 10px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.newstyle section .newstyle-intro .slider-section .slider .slider-item .btn-more:hover {
  color: #798676;
}

.newstyle section .details-section {
  margin-top: 130px;
  background: #f4f4f153;
}

.newstyle section .details-section .detail-item {
  padding-top: 50px;
}

.newstyle section .details-section .detail-item span {
  color: #90a08c;
  font-size: 23px;
  margin-bottom: 45px;
  display: block;
}

.newstyle section .details-section .detail-item p {
  color: #3f3f3f;
}

.newstyle section .details-section .detail-item .detail-items {
  list-style: none;
  margin: 25px 0;
  line-height: 25px;
}

.newstyle section .details-section .detail-item .detail-items a {
  color: #90a08c;
}

.newstyle section .details-section .detail-item .detail-items a:hover {
  color: #798676;
}

.newstyle section .details-section .detail-item .detail-items::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #3f3f3f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 20px;
}

.newstyle section .details-section .detail-item .detail-items:first-child {
  margin-top: 65px;
}

.newstyle section .details-section .detail-item .detail-items:last-child {
  margin-bottom: 65px;
}

.newstyle section .details-section img {
  max-width: 100%;
  height: 100%;
}

.newstyle section .gallery-icon {
  margin-top: 100px;
}

.newstyle section .gallery-icon .information-text {
  display: block;
  margin: 20px auto 0;
  color: #90a08c;
  width: 70%;
}

.newstyle section .gallery-icon h5 {
  margin-top: 30px;
  color: #90a08c;
  font-weight: 400;
}

.collection-page section .present-intro {
  padding: 160px 0 120px;
  background-image: url("../images/img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.collection-page section .present-intro .intro-text {
  width: 600px;
  margin: 40px auto 0;
}

.collection-page section .present-intro .intro-text h3 {
  margin: 0 0 30px;
  color: #90a08c;
}

.collection-page section .present-intro .intro-text p {
  color: #90a08c;
  text-align: center;
}

.collection-page section .present-section {
  margin-top: 30px;
}

.collection-page section .present-section img {
  width: 90%;
}

.collection-page section .present-section .box {
  width: 85%;
}

.collection-page section .present-section .box span {
  display: block;
  color: #90a08c;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}

.collection-page section .present-section .box p {
  margin-bottom: 30px;
  text-align: justify;
  color: #90a08c;
  font-size: 16px;
}

.collection-page section .present-section .guide {
  margin-bottom: 30px;
}

.collection-page section .present-section .guide .guide-item {
  list-style: none;
  display: inline-block;
  color: #baccb6;
}

.collection-page section .present-section .guide .guide-item::after {
  content: "/";
}

.collection-page section .present-section .guide .guide-item:last-child::after {
  content: "";
}

.collection-page section .present-section .guide .guide-item a {
  color: #baccb6;
  display: inline-block;
}

.collection-page section .present-section .mobile-intro-text {
  display: none;
  width: 600px;
  margin: 40px auto 0;
}

.collection-page section .present-section .mobile-intro-text h3 {
  margin: 0 0 30px;
  color: #90a08c;
}

.collection-page section .present-section .mobile-intro-text p {
  color: #90a08c;
  text-align: center;
}

.collection-page section .present-section .slider-section {
  position: relative;
}

.collection-page section .present-section .slider-section .control {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}

.collection-page section .present-section .slider-section .control button {
  display: inline-block;
  vertical-align: middle;
}

.collection-page section .present-section .slider-section .control ul {
  display: inline-block;
  vertical-align: middle;
}

.collection-page section .present-section .slider-section .control ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
}

.collection-page section .present-section .slider-section .control ul li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  display: block;
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.collection-page section .present-section .slider-section .control ul li svg {
  width: 50px;
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  visibility: hidden;
}

.collection-page section .present-section .slider-section .control ul li svg .circle {
  stroke: #90a08c;
}

.collection-page section .present-section .slider-section .control ul li.active span {
  background: #90a08c;
}

.collection-page section .present-section .slider-section .control ul li.active svg {
  visibility: visible;
}

.collection-page section .present-section .slider-section .control ul li.active svg .circle {
  -webkit-animation: slider 4s ease-in-out;
          animation: slider 4s ease-in-out;
}

.collection-page section .present-section .slider-section .slider {
  position: relative;
  height: 700px;
  width: 100%;
}

.collection-page section .present-section .slider-section .slider .slider-item {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.collection-page section .present-section .slider-section .slider .slider-item.d-block {
  opacity: 1;
  z-index: 1;
}

.collection-page section .present-section .slider-section .slider .slider-item .background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.collection-page section .present-section .slider-section .slider .slider-item .container {
  position: relative;
  z-index: 1;
}

.collection-page section .present-section .slider-section .slider .slider-item .container img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.collection-page section .present-section .slider-section .slider .slider-item h3 {
  color: #90a08c;
  margin-top: 140px;
  margin-bottom: 10px;
}

.collection-page section .present-section .slider-section .slider .slider-item p {
  color: #90a08c;
}

.collection-page section .present-section .slider-section .slider .slider-item .btn-more {
  font-size: 19px;
  color: #90a08c;
  text-decoration: underline;
  margin-top: 10px;
}

.collection-page section .present-section .slider-section .slider .slider-item .btn-more img {
  width: 10px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.collection-page section .present-section .slider-section .slider .slider-item .btn-more:hover {
  color: #798676;
}

.collection-page section .details-section {
  margin-top: 130px;
  background: #f4f4f153;
}

.collection-page section .details-section .detail-item {
  padding-top: 50px;
}

.collection-page section .details-section .detail-item span {
  color: #90a08c;
  font-size: 23px;
  margin-bottom: 45px;
  display: block;
}

.collection-page section .details-section .detail-item p {
  color: #3f3f3f;
}

.collection-page section .details-section .detail-item .detail-items {
  list-style: none;
  margin: 25px 0;
  line-height: 25px;
}

.collection-page section .details-section .detail-item .detail-items a {
  color: #90a08c;
}

.collection-page section .details-section .detail-item .detail-items a:hover {
  color: #798676;
}

.collection-page section .details-section .detail-item .detail-items::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #3f3f3f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 20px;
}

.collection-page section .details-section .detail-item .detail-items:first-child {
  margin-top: 65px;
}

.collection-page section .details-section .detail-item .detail-items:last-child {
  margin-bottom: 65px;
}

.collection-page section .details-section img {
  max-width: 100%;
  height: 100%;
}

.collection-page section .best-seller-section {
  margin: 85px 0;
}

.collection-page section .best-seller-section .created-by {
  padding: 50px 0;
  text-align: center;
}

.collection-page section .best-seller-section .created-by span {
  display: block;
  color: #90a08c;
}

.collection-page section .best-seller-section .created-by img {
  width: 300px;
  margin-top: 15px;
  opacity: 0.47;
}

.collection-page section .best-seller-section .like {
  position: absolute;
  top: 25px;
  right: 35px;
}

.collection-page section .best-seller-section .like svg {
  height: auto;
  width: 25px;
}

.collection-page section .best-seller-section .like.active-like svg path {
  fill: #3f3f3f;
}

.collection-page section .best-seller-section .new-items-info {
  padding: 15px 0;
}

.collection-page section .best-seller-section .new-items-info .title {
  color: #90a08c;
  font-size: 1.3rem;
}

.collection-page section .best-seller-section .new-items-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collection-page section .best-seller-section .new-items-info ul li {
  position: relative;
  list-style: none;
}

.collection-page section .best-seller-section .new-items-info ul li.active button {
  position: relative;
  top: -3px;
  color: #90a08c;
}

.collection-page section .best-seller-section .new-items-info ul li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #90a08c;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.collection-page section .best-seller-section .new-items-info ul li:hover button {
  color: #90a08c;
}

.collection-page section .best-seller-section .splide .splide__arrow svg {
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.collection-page section .best-seller-section .splide .splide__arrow {
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
}

.collection-page section .best-seller-section .splide .splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.collection-page section .best-seller-section .splide .splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.collection-page section .best-seller-section .splide .splide__arrows--rtl .splide__arrow--next {
  left: 0rem;
  right: auto;
  top: -1.7rem;
}

.collection-page section .best-seller-section .splide .splide__arrows--rtl .splide__arrow--prev {
  left: 3.4rem;
  right: auto;
  top: -1.7rem;
}

.collection-page section .best-seller-section .splide .order-btn {
  display: inline-block;
  background: #3f3f3f;
  padding: 8px 15px 6px;
  font-size: 13px;
  border: 1px solid #3f3f3f;
}

.collection-page section .best-seller-section .splide .order-btn button {
  color: #fff;
}

.collection-page section .best-seller-section .splide .order-btn button::after {
  content: url("../images/Vector copy.svg");
  position: relative;
  top: 0px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-filter: brightness(0%) invert(1);
          filter: brightness(0%) invert(1);
}

.collection-page section .best-seller-section .splide .order-btn:hover {
  background: #fff;
}

.collection-page section .best-seller-section .splide .order-btn:hover button {
  color: #3f3f3f;
}

.collection-page section .best-seller-section .splide .order-btn:hover button::after {
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
}

.collection-page section .best-seller-section .splide .shop-btn {
  background-color: #3f3f3f;
  padding: 3.3px 5px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0.7px;
  border: 1px solid #3f3f3f;
}

.collection-page section .best-seller-section .splide .shop-btn button {
  padding: 6.3px 5px;
}

.collection-page section .best-seller-section .splide .shop-btn button img {
  width: 20px;
  -webkit-filter: brightness(0%) invert(1);
          filter: brightness(0%) invert(1);
}

.collection-page section .best-seller-section .splide .shop-btn:hover {
  background-color: #fff;
}

.collection-page section .best-seller-section .splide .shop-btn:hover img {
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
}

.collection-page section .best-seller-section .splide .shop-btn.add-basket-active {
  background: #90a08c;
  border: 1px solid #90a08c;
}

.collection-page section .best-seller-section .splide .shop-btn.add-basket-active:hover {
  background: #798676;
}

.collection-page section .best-seller-section .splide .shop-btn.add-basket-active:hover button img {
  -webkit-filter: brightness(0%) invert(1) !important;
          filter: brightness(0%) invert(1) !important;
}

.collection-page section .best-seller-section .splide .price {
  color: #3f3f3f;
  margin-right: 10px;
}

.collection-page section .best-seller-section .splide .item {
  padding: 15px 30px;
}

.collection-page section .best-seller-section .splide .item img {
  width: 100%;
}

.collection-page section .best-seller-section .splide .item h5 {
  font-family: "yekan";
  font-weight: 500;
  text-align: right;
  margin-top: 15px;
}

.collection-page section .best-seller-section .splide .item h5 a {
  font-size: 17px;
  color: #90a08c;
}

.collection-page section .best-seller-section .splide .item h5 a:hover {
  color: #798676;
}

.collection-page section .best-seller-section .splide .item hr {
  margin: 0.875rem auto;
}

.collection-page section .best-seller-section .splide-js-boxs .splide-js-box {
  display: none;
}

.item-blog section .slider-section {
  position: relative;
}

.item-blog section .slider-section .control {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}

.item-blog section .slider-section .control button {
  display: inline-block;
  vertical-align: middle;
}

.item-blog section .slider-section .control ul {
  display: inline-block;
  vertical-align: middle;
}

.item-blog section .slider-section .control ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
}

.item-blog section .slider-section .control ul li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  display: block;
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.item-blog section .slider-section .control ul li svg {
  width: 50px;
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  visibility: hidden;
}

.item-blog section .slider-section .control ul li svg .circle {
  stroke: #90a08c;
}

.item-blog section .slider-section .control ul li.active span {
  background: #90a08c;
}

.item-blog section .slider-section .control ul li.active svg {
  visibility: visible;
}

.item-blog section .slider-section .control ul li.active svg .circle {
  -webkit-animation: slider 4s ease-in-out;
          animation: slider 4s ease-in-out;
}

.item-blog section .slider-section .slider {
  position: relative;
  height: 530px;
}

.item-blog section .slider-section .slider .slider-item {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.item-blog section .slider-section .slider .slider-item.d-block {
  opacity: 1;
  z-index: 1;
}

.item-blog section .slider-section .slider .slider-item .background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.item-blog section .slider-section .slider .slider-item .container {
  position: relative;
  z-index: 1;
}

.item-blog section .slider-section .slider .slider-item .container img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.item-blog section .slider-section .slider .slider-item h3 {
  color: #90a08c;
  margin-top: 140px;
  margin-bottom: 10px;
}

.item-blog section .slider-section .slider .slider-item p {
  color: #90a08c;
}

.item-blog section .slider-section .slider .slider-item .btn-more {
  font-size: 19px;
  color: #90a08c;
  text-decoration: underline;
  margin-top: 10px;
}

.item-blog section .slider-section .slider .slider-item .btn-more img {
  width: 10px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.item-blog section .slider-section .slider .slider-item .btn-more:hover {
  color: #798676;
}

.item-blog section .item-blog-intro {
  margin-top: 80px;
}

.item-blog section .item-blog-intro .blog-details-img {
  width: 100%;
  margin: 20px 0;
}

.item-blog section .item-blog-intro .blog-details {
  margin-right: 50px;
}

.item-blog section .item-blog-intro .blog-details h3 {
  color: #3f3f3f;
  margin-bottom: 25px;
}

.item-blog section .item-blog-intro .blog-details p {
  color: #3f3f3f;
  text-align: justify;
  margin-bottom: 15px;
}

.item-blog section .item-blog-intro .blog-details a {
  color: #90a08c;
}

.item-blog section .item-blog-intro .blog-details a button {
  color: #90a08c;
  font-size: 20px;
  border-bottom: 1px solid #90a08c;
  padding-bottom: 10px;
}

.item-blog section .item-blog-intro .blog-details a::after {
  content: url("../images/angel-green-left.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.item-blog section .item-blog-intro .blog-intro-icon {
  display: block;
}

.item-blog section .item-blog-intro .blog-intro-icon svg {
  width: 25px;
  height: auto;
  vertical-align: middle;
  margin: 10px 0;
  margin-left: 7px;
  margin-right: 100px;
}

.item-blog section .item-blog-intro .blog-intro-icon .time {
  display: inline-block;
  color: #90a08c;
  margin-bottom: 20px;
}

.item-blog section .blog-item-intro {
  margin-top: 100px;
  padding: 160px 0 120px;
  background-image: url("../images/img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-blog section .blog-item-intro .intro-text {
  width: 600px;
  margin: 40px auto 0;
}

.item-blog section .blog-item-intro .intro-text h3 {
  margin: 0 0 30px;
  color: #3f3f3f;
}

.item-blog section .blog-item-intro .intro-text p {
  color: #3f3f3f;
  text-align: center;
}

.item-blog section .down-arrow {
  display: block;
  text-align: center;
  margin: 200px auto 0;
}

.item-blog section a {
  display: inline-block;
}

.item-blog section a .btn-primary {
  margin: 30px 0;
  padding: 10px 85px;
}

.story section .story-intro {
  position: relative;
}

.story section .story-intro .story-links {
  display: none;
}

.story section .story-intro .story-links .links {
  margin: 30px 0;
  margin-bottom: -30px;
}

.story section .story-intro .story-links .links .links-item {
  list-style: none;
  display: inline-block;
  color: #baccb6;
}

.story section .story-intro .story-links .links .links-item::after {
  content: "/";
}

.story section .story-intro .story-links .links .links-item:last-child::after {
  content: "";
}

.story section .story-intro .story-links .links .links-item a {
  color: #baccb6;
  display: inline-block;
}

.story section .story-intro .intro-items {
  margin-top: 140px;
}

.story section .story-intro .intro-img {
  width: 100%;
  padding-right: 100px;
}

.story section .story-intro .bottom-squre {
  position: absolute;
  bottom: -90px;
  right: 120px;
}

.story section .story-intro .intro-item .top-squre {
  position: absolute;
  z-index: 1;
  left: 300px;
  top: 250px;
}

.story section .story-intro .intro-item .story-introduction {
  background-color: #fbfbfa;
  padding: 40px 60px;
  position: absolute;
  left: 250px;
  width: 600px;
  bottom: 200px;
}

.story section .story-intro .intro-item .logo {
  position: absolute;
  width: 340px;
  bottom: 120px;
}

.story section .story-intro .intro-icon {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -250px;
}

.story section .story-information {
  margin-top: 320px;
  padding: 160px 0 200px;
  background-image: url("../images/story-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.story section .story-information h3 {
  margin: 0 0 30px;
  color: #3f3f3f;
  font-weight: 800;
}

.story section .story-information p {
  width: 600px;
  margin: 0 auto;
}

.story section .story-information .down-icon {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.story section .story-information .circle {
  position: absolute;
  top: -31.5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}

.story section .story-information .number {
  margin-top: 50px;
}

.story section .story-information .poco {
  position: absolute;
  left: 230px;
  bottom: -137px;
}

.story section .collections-new {
  position: relative;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.story section .collections-new .rectangle-1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -46px;
}

.story section .collections-new div:nth-child(1) {
  width: 40%;
}

.story section .collections-new div:nth-child(1) ul li {
  width: 100%;
  position: absolute;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.story section .collections-new div:nth-child(1) ul li div {
  width: 50%;
  padding: 80px;
}

.story section .collections-new div:nth-child(1) ul li img {
  width: 100%;
}

.story section .collections-new div:nth-child(1) ul li p {
  width: 100%;
  margin-top: 15px;
  text-align: justify;
}

.story section .collections-new div:nth-child(1) ul li:nth-child(1) {
  top: 0;
  right: 0;
}

.story section .collections-new div:nth-child(1) ul li:nth-child(2) {
  top: 600px;
  left: 0;
}

.story section .collections-new div:nth-child(1) ul li:nth-child(3) {
  top: 1200px;
  right: 0;
}

.story section .collections-new div:nth-child(1) ul li:nth-child(4) {
  top: 1800px;
  left: 0;
}

.story section .collections-new div:nth-child(1) ul li:nth-child(5) {
  top: 2400px;
  right: 0;
  visibility: hidden;
}

.story section .collections-new div:nth-child(2) {
  position: relative;
  width: 20%;
  margin-left: auto;
  margin-top: -100px;
}

.story section .collections-new div:nth-child(2) .line {
  width: 5px;
  height: 2545px;
  background: #eeefed;
  margin: 0 auto;
}

.story section .collections-new div:nth-child(2) .progress-line {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 5px;
  height: 0%;
  max-height: 100%;
  background: #baccb6;
  margin: 0 auto;
  z-index: 1;
}

.story section .collections-new div:nth-child(2) .square li {
  position: absolute;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: #eeefed;
  list-style: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}

.story section .collections-new div:nth-child(2) .square li:nth-child(1) {
  top: 13%;
}

.story section .collections-new div:nth-child(2) .square li:nth-child(2) {
  top: 37%;
}

.story section .collections-new div:nth-child(2) .square li:nth-child(3) {
  top: 61%;
}

.story section .collections-new div:nth-child(2) .square li:nth-child(4) {
  top: 88%;
}

.story section .announced-section {
  background-color: #fbfbfa;
  position: relative;
  margin-top: 200px;
}

.story section .announced-section img {
  width: 100%;
}

.story section .announced-section .announced-item {
  padding: 0 80px;
}

.story section .announced-section .announced-item .icon {
  position: absolute;
  top: -90px;
  right: 180px;
  width: auto;
}

.story section .announced-section .announced-item h3 {
  margin-bottom: 20px;
}

.story section .announced-section .announced-item p {
  text-align: justify;
}

.story section .question-section {
  margin: 100px auto;
  width: 60%;
}

.story section .question-section h3 {
  margin-bottom: 30px;
}

.story section .question-section .accordion-item {
  background-color: #eeefed;
  border-radius: 10px;
  margin-bottom: 2px;
}

.story section .question-section .accordion-item .accordion-header .accordion-button {
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 6px -5px #6a6a6a;
          box-shadow: 0px 7px 6px -5px #6a6a6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 45px;
}

.story section .question-section .accordion-item .accordion-header .accordion-button img {
  width: 25px;
}

.story section .question-section .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.story section .question-section .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: 0px 7px 6px -5px #6a6a6a;
          box-shadow: 0px 7px 6px -5px #6a6a6a;
}

.story section .question-section .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
}

.story section .question-section .accordion-item .accordion-header .accordion-button:not(.collapsed) img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.story section .question-section .accordion-item .accordion-header .accordion-button span {
  display: block;
  text-align: right;
}

.story section .question-section .accordion-item .accordion-body {
  padding: 40px 60px;
  line-height: 25px;
}

.contact hr {
  margin-top: 100px;
}

.contact section .contact-link {
  color: #90a08c;
  display: none;
}

.contact section .blog-intro {
  padding: 160px 0 160px;
  background: #fbfbfa;
  position: relative;
}

.contact section .blog-intro h3 {
  margin: 0 0 30px;
  color: #3f3f3f;
  font-weight: 800;
}

.contact section .blog-intro p {
  width: 600px;
  margin: 0 auto;
}

.contact section .blog-intro #goDown {
  position: absolute;
  bottom: -36px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.contact section .blog-intro #goDown svg {
  width: 100px;
  height: auto;
}

.contact section .contact-item {
  margin-top: 60px;
}

.contact section .contact-item .contact-info {
  padding: 0 100px;
}

.contact section .contact-item .contact-info p {
  margin-bottom: 50px;
  text-align: justify;
}

.contact section .contact-item .contact-info img {
  vertical-align: middle;
  margin: 15px 0;
  margin-left: 25px;
}

.contact section .blog-finall {
  padding: 50px 0 60px;
}

.contact section .blog-finall h3 {
  margin: 0 0 30px;
  color: #3f3f3f;
  font-weight: 800;
}

.contact section .blog-finall p {
  width: 600px;
  margin: 0 auto 50px;
}

.contact section .blog-finall img {
  vertical-align: middle;
  margin: 15px 0;
  margin-right: 80px;
}

.contact section .blog-finall span {
  color: #90a08c;
}

.contact section .locations-section {
  margin-top: 90px;
}

.contact section .locations-section .main-location {
  padding: 35px 0;
  border-top: 1px solid rgba(63, 63, 63, 0.32);
  border-bottom: 1px solid rgba(63, 63, 63, 0.32);
  text-align: center;
}

.contact section .locations-section .main-location li {
  position: relative;
  display: inline-block;
  margin: 0 12px;
  list-style: none;
}

.contact section .locations-section .main-location li.active button {
  position: relative;
  top: -3px;
  color: #90a08c;
}

.contact section .locations-section .main-location li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #90a08c;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.contact section .locations-section .main-location li:hover button {
  color: #90a08c;
}

.contact section .locations-section .splide-locations {
  padding: 15px 0;
  border-bottom: 1px solid rgba(63, 63, 63, 0.32);
}

.contact section .locations-section .splide-locations .splide__arrow svg {
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.contact section .locations-section .splide-locations .splide__arrow {
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
}

.contact section .locations-section .splide-locations .splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.contact section .locations-section .splide-locations .splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.contact section .locations-section .splide-locations .item {
  position: relative;
  padding: 15px 0;
}

.contact section .locations-section .splide-locations .item.active button {
  position: relative;
  top: -3px;
  color: #90a08c;
}

.contact section .locations-section .splide-locations .item.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  right: 0;
  left: 0;
  width: 25%;
  border-bottom: 3px solid #90a08c;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.contact section .locations-section .splide-locations .splid-location {
  display: none;
}

.panel .top-panel-details {
  margin-top: 30px;
}

.panel .top-panel-details .panel-links {
  color: #90a08c;
  margin-bottom: 35px;
  display: none;
}

.panel .top-panel-details .user-name {
  font-size: 19px;
  line-height: 29px;
  color: #3f3f3f;
}

.panel .top-panel-details div.d-inline-block {
  vertical-align: middle;
}

.panel .top-panel-details .phone-number {
  display: block;
  color: #baccb6;
  margin-top: 10px;
}

.panel .top-panel-details .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel .top-panel-details .quick-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c1c1c1;
  border-radius: 13px;
  padding: 25px 60px;
}

.panel .top-panel-details .quick-control li {
  list-style: none;
}

.panel .top-panel-details .quick-control li h5 {
  display: inline-block;
  color: #3f3f3f;
}

.panel .top-panel-details .quick-control li svg {
  display: inline-block;
  height: auto !important;
  margin-right: 10px;
  vertical-align: middle;
}

.panel .top-panel-details .quick-control li span {
  display: block;
  font-size: 12px;
  color: #90a08c;
  margin-top: 12px;
}

.panel .main-panel {
  margin-top: 30px;
  margin-bottom: 20px;
}

.panel .main-panel .menu-item {
  margin: 10px 0;
  display: none;
  position: relative;
}

.panel .main-panel .menu-item a {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.panel .main-panel .menu-item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #c1c1c1;
  border-radius: 15px;
  padding: 25px;
}

.panel .main-panel .menu-item .box img {
  margin-right: 30px;
}

.panel .main-panel .menu-item .box span {
  color: #90a08c;
  margin: 0 auto;
  font-size: 20px;
}

.panel .main-panel .panel-menu {
  margin-top: 20px;
}

.panel .main-panel .panel-menu li {
  display: block;
  list-style: none;
  border-bottom: 2px solid #d9d9d9;
  padding: 5px 0;
}

.panel .main-panel .panel-menu li .resposive-arrow {
  display: none;
}

.panel .main-panel .panel-menu li:last-child {
  border: none;
}

.panel .main-panel .panel-menu li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  color: #3f3f3f;
}

.panel .main-panel .panel-menu li a svg {
  display: inline-block;
  margin-left: 8px;
}

.panel .main-panel .panel-menu li a::after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 0px;
  background: #90a08c;
}

.panel .main-panel .panel-menu li a:hover {
  color: #90a08c;
}

.panel .main-panel .panel-menu li a:hover::after {
  width: 3px;
}

.panel .main-panel .panel-menu li a:hover svg path,
.panel .main-panel .panel-menu li a:hover svg rect {
  fill: #90a08c;
}

.panel .main-panel .panel-menu li.active-panel-menu {
  position: relative;
}

.panel .main-panel .panel-menu li.active-panel-menu a {
  color: #90a08c;
}

.panel .main-panel .panel-menu li.active-panel-menu a::after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 3px;
  background: #90a08c;
}

.panel .main-panel .panel-menu li.active-panel-menu a svg path,
.panel .main-panel .panel-menu li.active-panel-menu a svg rect {
  fill: #90a08c;
}

.panel .main-panel .panel-menu li.active-panel-menu .arrow {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: -54px;
  background: #fff;
  text-align: center;
  top: 15px;
  padding-top: 20px;
  border: 1px solid #fff;
  border-bottom-color: #c1c1c1;
  border-left-color: #c1c1c1;
  border-radius: 0px 0px 0px 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.panel .main-panel .panel-menu li.active-panel-menu .arrow img {
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 3px;
  bottom: 0px;
}

.panel .main-panel #user-information .main-panel-box {
  min-height: 588px;
  padding: 30px 50px;
  border: 1px solid #c1c1c1;
  border-radius: 13px;
  padding-top: 35px;
}

.panel .main-panel #user-information .main-panel-box .input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  margin-bottom: 30px !important;
}

.panel .main-panel #user-information .main-panel-box .input-group::after {
  content: "*";
  color: #d1b588;
  margin-right: 12px;
  margin-top: 25px;
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
}

.panel .main-panel #user-information .main-panel-box .input-group .form-control {
  border-radius: 15px;
  padding: 15px 15px 15px 45px;
  border: 1px solid #878787;
}

.panel .main-panel #user-information .main-panel-box .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #878787;
}

.panel .main-panel #user-information .main-panel-box .input-group .form-control:focus + svg path {
  stroke: #000;
}

.panel .main-panel #user-information .main-panel-box .input-group .form-control::-webkit-input-placeholder {
  color: #d9d9d9;
}

.panel .main-panel #user-information .main-panel-box .input-group .form-control:-ms-input-placeholder {
  color: #d9d9d9;
}

.panel .main-panel #user-information .main-panel-box .input-group .form-control::-ms-input-placeholder {
  color: #d9d9d9;
}

.panel .main-panel #user-information .main-panel-box .input-group .form-control::placeholder {
  color: #d9d9d9;
}

.panel .main-panel #user-information .main-panel-box .input-group svg {
  position: absolute;
  left: 30px;
  z-index: 100;
  top: 14px;
}

.panel .main-panel #user-information .main-panel-box .user-security-box .security-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.panel .main-panel #user-information .main-panel-box .user-security-box .security-box .security-code {
  margin-top: 10px;
  color: #3f3f3f;
}

.panel .main-panel #user-information .main-panel-box .user-security-box .security-box .code-box {
  display: inline-block;
  width: 40px;
}

.panel .main-panel #user-information .main-panel-box .user-security-box .security-box .code-box .input-group .form-control {
  border-radius: 8px;
  padding: 5px;
  border: 1px solid #c1c1c1;
}

.panel .main-panel #user-information .main-panel-box .user-security-box .security-box .code-box .input-group::after {
  display: none;
}

.panel .main-panel #user-information .main-panel-box .panel-btn {
  background-color: #3f3f3f;
  color: #fff;
  padding: 17px 40px;
  display: block;
  border-radius: 10px;
  margin-left: 30px;
  margin-right: auto;
}

.panel .main-panel #user-information .main-panel-box .panel-btn:hover {
  background-color: #2b2b2b;
}

.panel .main-panel #user-information .main-panel-box .explain {
  color: #90a08c;
  display: block;
  margin-top: 17px;
}

.panel .main-panel #user-information .main-panel-box .check-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 45px;
}

.panel .main-panel #user-information .main-panel-box .check-input::after {
  display: none;
}

.panel .main-panel #user-information .main-panel-box .check-input span {
  margin-right: 5px;
  color: #90a08c;
}

.panel .main-panel #user-information .main-panel-box .check-input .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.panel .main-panel #user-information .main-panel-box .check-input .input-group-text .form-check-input {
  cursor: pointer;
  border-radius: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #c1c1c1;
}

.panel .main-panel #user-information .main-panel-box .check-input .input-group-text .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #c1c1c1;
}

.panel .main-panel #user-information .main-panel-box .check-input .input-group-text .form-check-input:checked {
  background-color: #3f3f3f;
  border-color: #3f3f3f;
}

.panel .main-panel #user-information .main-panel-box .relationship-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: 1px solid #878787;
  padding: 15px 20px;
  border-radius: 15px;
  width: 92%;
  margin-top: 28px;
}

.panel .main-panel #user-information .main-panel-box .relationship-box .rel-text {
  color: #3f3f3f;
}

.panel .main-panel #user-information .main-panel-box .relationship-box .form-check-label {
  margin-top: 4px;
}

.panel .main-panel #user-information .main-panel-box .relationship-box .form-check-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #3f3f3f;
}

.panel .main-panel #user-information .main-panel-box .relationship-box .form-check-input:checked {
  background-color: #3f3f3f;
}

.panel .main-panel #user-information .main-panel-box .password {
  width: 90%;
  margin-bottom: 5px !important;
}

.panel .main-panel #user-information .main-panel-box .password::after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-right: 40px;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: relative;
  top: -11px;
}

.panel .main-panel #user-information .main-panel-box .password .form-control {
  padding: 15px;
}

.panel .main-panel #user-information .main-panel-box ul {
  display: inline-block;
  margin-right: 10px;
}

.panel .main-panel #user-information .main-panel-box ul .pass-power {
  display: inline-block;
  background-color: #d9d9d9;
  width: 35px;
  height: 5px;
  margin: 0 3px;
}

.panel .main-panel #user-information .main-panel-box .pass-text {
  color: #90a08c;
  margin-right: 5px;
}

.panel .main-panel #user-information .main-panel-box .pass-explain {
  color: #d9d9d9;
  display: block;
  margin-bottom: 30px;
}

.panel .main-panel #user-information .main-panel-box .pass-explain-strong {
  color: #90a08c;
  margin: 25px 0 10px;
}

.panel .main-panel #user-information .main-panel-box .new-factor {
  width: 80%;
}

.panel .main-panel #user-information .main-panel-box .accept-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel .main-panel #user-information .main-panel-box .accept-condition .accept-rule {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: 25px;
  margin-top: 0;
  margin-bottom: 0 !important;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.panel .main-panel #user-information .main-panel-box .accept-condition .save-btn {
  margin-left: 90px;
  padding: 20px 35px;
}

.panel .main-panel #user-information .main-panel-box .factor {
  margin-top: -111px;
}

.panel .main-panel #address .main-panel-box {
  min-height: 588px;
  padding: 30px 50px;
  border: 1px solid #c1c1c1;
  border-radius: 13px;
  padding-top: 35px;
}

.panel .main-panel #address .main-panel-box .parrent-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #878787;
  border-radius: 15px;
  padding: 15px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px 0;
}

.panel .main-panel #address .main-panel-box .parrent-box .child {
  padding: 10px;
}

.panel .main-panel #address .main-panel-box .parrent-box .child:nth-child(1) {
  width: calc((100% / 3) / 2);
}

.panel .main-panel #address .main-panel-box .parrent-box .child:nth-child(2) {
  width: calc((100% / 3) / 2);
}

.panel .main-panel #address .main-panel-box .parrent-box .child:nth-child(3) {
  width: calc((100% / 3) * 2);
}

.panel .main-panel #address .main-panel-box .parrent-box .child:nth-child(4) {
  width: calc(100% / 3);
}

.panel .main-panel #address .main-panel-box .parrent-box .child:nth-child(5) {
  width: calc(100% / 3);
}

.panel .main-panel #address .main-panel-box .parrent-box .child:nth-child(6) {
  width: calc(100% / 3);
}

.panel .main-panel #address .main-panel-box .parrent-box .child .address-info {
  margin-bottom: 10px;
}

.panel .main-panel #address .main-panel-box .del-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.panel .main-panel #address .main-panel-box .del-address img {
  margin-right: 5px;
  width: 30px;
}

.panel .main-panel #address .main-panel-box .del-address img.add-address-img {
  width: 36px;
  margin-bottom: 4px;
}

.panel .main-panel #address .main-panel-box .del-address span {
  margin-right: 10px;
  color: #90a08c;
  font-weight: bold;
}

.panel .main-panel #address .main-panel-box .add-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.panel .main-panel #address .main-panel-box .add-address img {
  width: 30px;
  margin-right: 15px;
}

.panel .main-panel #address .main-panel-box .add-address span {
  color: #90a08c;
  margin-right: 15px;
  vertical-align: middle;
  line-height: 25px;
}

.panel .main-panel #address .main-panel-box .new-address .parrent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(1) {
  width: calc((100% / 3) / 1.5);
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(2) {
  width: calc((100% / 3) / 1.5);
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(3) {
  width: calc((100% / 3) * 1.5);
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(4) {
  width: calc((100% / 3) / 1.5);
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(5) {
  width: calc((100% / 3) / 1.5);
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(6) {
  width: calc((100% / 3) * 1.5);
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(6) .input-group {
  width: 93%;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(6) .input-group::after {
  display: none;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(7) {
  width: 94%;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(7) .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(7) .form-group .form-control {
  resize: none;
  border-radius: 15px;
  border-color: #878787;
  padding: 15px;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(7) .form-group .form-control::-webkit-input-placeholder {
  color: #d9d9d9;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(7) .form-group .form-control:-ms-input-placeholder {
  color: #d9d9d9;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(7) .form-group .form-control::-ms-input-placeholder {
  color: #d9d9d9;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(7) .form-group .form-control::placeholder {
  color: #d9d9d9;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(7) .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child:nth-child(7) .form-group::after {
  content: "*";
  display: inline-block;
  color: #d1b588;
  margin: 0 5px;
  margin-top: 23px;
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child .input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px !important;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child .input-group::after {
  content: "*";
  color: #d1b588;
  margin: 0 5px;
  margin-top: 23px;
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child .input-group .form-control {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #878787;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #878787;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child .input-group .form-control::-webkit-input-placeholder {
  color: #d9d9d9;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child .input-group .form-control:-ms-input-placeholder {
  color: #d9d9d9;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child .input-group .form-control::-ms-input-placeholder {
  color: #d9d9d9;
}

.panel .main-panel #address .main-panel-box .new-address .parrent .child .input-group .form-control::placeholder {
  color: #d9d9d9;
}

.panel .main-panel #address .main-panel-box .new-address .map-info {
  color: #90a08c;
  display: block;
  margin-top: 10px;
  line-height: 25px;
}

.panel .main-panel #address .main-panel-box .new-address .check-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 30px;
}

.panel .main-panel #address .main-panel-box .new-address .check-input::after {
  display: none;
}

.panel .main-panel #address .main-panel-box .new-address .check-input span {
  margin-right: 5px;
  color: #90a08c;
}

.panel .main-panel #address .main-panel-box .new-address .check-input .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.panel .main-panel #address .main-panel-box .new-address .check-input .input-group-text .form-check-input {
  cursor: pointer;
  border-radius: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #c1c1c1;
}

.panel .main-panel #address .main-panel-box .new-address .check-input .input-group-text .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #c1c1c1;
}

.panel .main-panel #address .main-panel-box .new-address .check-input .input-group-text .form-check-input:focus + svg path {
  stroke: #000;
}

.panel .main-panel #address .main-panel-box .new-address .check-input .input-group-text .form-check-input:checked {
  background-color: #3f3f3f;
  border-color: #3f3f3f;
}

.panel .main-panel #address .main-panel-box .new-address .input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin-bottom: 35px !important;
}

.panel .main-panel #address .main-panel-box .new-address .input-group::after {
  content: "*";
  color: #d1b588;
  margin-right: 10px;
  margin-top: 23px;
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
}

.panel .main-panel #address .main-panel-box .new-address .input-group .form-control {
  border-radius: 10px;
  padding: 15px 10px;
  border: 1px solid #878787;
}

.panel .main-panel #address .main-panel-box .new-address .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #878787;
}

.panel .main-panel #address .main-panel-box .new-address .input-group .form-control:focus + svg path {
  stroke: #000;
}

.panel .main-panel #address .main-panel-box .new-address .input-group .form-control::-webkit-input-placeholder {
  color: #d9d9d9;
}

.panel .main-panel #address .main-panel-box .new-address .input-group .form-control:-ms-input-placeholder {
  color: #d9d9d9;
}

.panel .main-panel #address .main-panel-box .new-address .input-group .form-control::-ms-input-placeholder {
  color: #d9d9d9;
}

.panel .main-panel #address .main-panel-box .new-address .input-group .form-control::placeholder {
  color: #d9d9d9;
}

.panel .main-panel #address .main-panel-box .new-address .input-group svg {
  position: absolute;
  left: 30px;
  z-index: 100;
  top: 14px;
}

.panel .main-panel #address .main-panel-box .new-address .panel-btn {
  background-color: #3f3f3f;
  color: #fff;
  padding: 17px 30px;
  display: block;
  border-radius: 10px;
  margin-left: 65px;
  margin-right: auto;
}

.panel .main-panel #address .main-panel-box .new-address .panel-btn:hover {
  background-color: #2b2b2b;
}

.panel .main-panel #orders .main-panel-box {
  min-height: 588px;
  padding: 30px 50px;
  border: 1px solid #c1c1c1;
  border-radius: 13px;
  padding-top: 35px;
}

.panel .main-panel #orders .main-panel-box .order-items .order-item {
  display: inline-block;
  padding: 0 25px;
}

.panel .main-panel #orders .main-panel-box .order-items .order-item button {
  color: #d9d9d9;
}

.panel .main-panel #orders .main-panel-box .order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.panel .main-panel #orders .main-panel-box .order-details .order-detail {
  margin-right: 100px;
}

.panel .main-panel #orders .main-panel-box .order-details .order-detail img {
  width: 30px;
  vertical-align: middle;
  margin-left: 10px;
}

.panel .main-panel #orders .main-panel-box .order-details .order-detail .detail-info {
  color: #90a08c;
  margin-top: 10px;
  margin-right: 40px;
}

.panel .main-panel #orders .main-panel-box .order-info .order-img {
  width: 100%;
}

.panel .main-panel #orders .main-panel-box .order-info .parrent-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #878787;
  border-radius: 15px;
  padding: 5px;
}

.panel .main-panel #orders .main-panel-box .order-info .parrent-box .child {
  padding: 15px 5px;
}

.panel .main-panel #orders .main-panel-box .order-info .parrent-box .child:nth-child(1) {
  width: 100%;
}

.panel .main-panel #orders .main-panel-box .order-info .parrent-box .child:nth-child(2) {
  width: calc((100% / 3) / 1);
}

.panel .main-panel #orders .main-panel-box .order-info .parrent-box .child:nth-child(3) {
  width: calc((100% / 3) * 2);
}

.panel .main-panel #orders .main-panel-box .order-info .parrent-box .child:nth-child(4) {
  width: calc(100% / 3);
}

.panel .main-panel #orders .main-panel-box .order-info .parrent-box .child:nth-child(5) {
  width: calc(100% / 3);
}

.panel .main-panel #orders .main-panel-box .order-info .parrent-box .child:nth-child(6) {
  width: calc(100% / 3);
}

.panel .main-panel #orders .main-panel-box .order-info .parrent-box .child .order-info {
  margin-bottom: 10px;
}

.panel .main-panel #orders .main-panel-box .order-info .order-details {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.panel .main-panel #orders .main-panel-box .order-info .order-details .order-detail {
  margin-right: 0;
}

.panel .main-panel #orders .main-panel-box .order-info .product-details {
  border: 1px solid #878787;
  border-radius: 15px;
  padding: 20px;
}

.panel .main-panel #orders .main-panel-box .order-info .product-details .product-detail {
  list-style: none;
  border-top: 2px solid #d9d9d9;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.panel .main-panel #orders .main-panel-box .order-info .product-details .product-detail:first-child {
  margin-top: 20px;
}

.panel .main-panel #orders .main-panel-box .order-info .product-details .product-detail:last-child {
  padding-bottom: 0;
}

.panel .main-panel #orders .main-panel-box .order-info .product-details .product-detail .price {
  color: #90a08c;
}

.panel .main-panel #orders .main-panel-box .order-info .panel-btn {
  background-color: #3f3f3f;
  color: #fff;
  padding: 17px 25px;
  display: block;
  margin-left: 5px;
  margin-right: auto;
  margin-top: 40px;
}

.panel .main-panel #orders .main-panel-box .order-info .panel-btn:hover {
  background-color: #2b2b2b;
}

.panel .main-panel #orders .main-panel-box .parrent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #878787;
  border-radius: 15px;
  padding: 15px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px 0;
}

.panel .main-panel #orders .main-panel-box .parrent .child {
  padding: 10px;
}

.panel .main-panel #orders .main-panel-box .parrent .child:nth-child(1) {
  width: calc((100% / 3) / 2);
}

.panel .main-panel #orders .main-panel-box .parrent .child:nth-child(2) {
  width: calc((100% / 3) / 2);
}

.panel .main-panel #orders .main-panel-box .parrent .child:nth-child(3) {
  width: calc((100% / 3) * 2);
}

.panel .main-panel #orders .main-panel-box .parrent .child:nth-child(4) {
  width: calc(100% / 3);
}

.panel .main-panel #orders .main-panel-box .parrent .child:nth-child(5) {
  width: calc(100% / 3);
}

.panel .main-panel #orders .main-panel-box .parrent .child:nth-child(6) {
  width: calc(100% / 3);
}

.panel .main-panel #orders .main-panel-box .parrent .child .address-info {
  margin-bottom: 10px;
}

.panel .main-panel #orders .main-panel-box .del-address img {
  margin-right: 5px;
  width: 30px;
}

.panel .main-panel #orders .main-panel-box .order-information {
  margin: 50px 0;
}

.panel .main-panel #orders .main-panel-box .order-information span {
  color: #90a08c;
  margin-left: 15px;
}

.panel .main-panel #orders .main-panel-box .order-information img {
  width: 25px;
  vertical-align: middle;
}

.panel .main-panel #orders .main-panel-box .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}

.panel .main-panel #orders .main-panel-box .product-info .product-img img {
  width: 150px;
}

.panel .main-panel #orders .main-panel-box .product-info .product-item {
  margin-right: 30px;
}

.panel .main-panel #orders .main-panel-box .product-info .product-item span {
  margin: 10px 0;
  font-size: 17px;
}

.panel .main-panel #orders .main-panel-box .product-info .product-item span:first-child {
  margin-bottom: 15px;
}

.panel .main-panel #orders .main-panel-box .product-info .product-item .product-name {
  color: #90a08c;
}

.panel .main-panel #orders .main-panel-box .product-info .product-item .price {
  color: #90a08c;
  margin-left: 10px;
}

.panel .main-panel #orders .main-panel-box .product-info .product-item .product-price {
  font-size: 14px;
}

.panel .main-panel #orders .main-panel-box .product-info .product-item button {
  background-color: #3f3f3f;
  color: #fff;
  padding: 15px 30px;
  margin-top: 20px;
}

.panel .main-panel #orders .main-panel-box .product-info .product-item button img {
  vertical-align: middle;
  margin-right: 15px;
}

.panel .main-panel #orders .main-panel-box .product-info .product-item button span {
  font-size: 13px;
}

.panel .main-panel #orders .main-panel-box .product-info .product-item button:hover {
  background-color: #2b2b2b;
}

.panel .main-panel #order-bag .main-panel-box {
  min-height: 588px;
  padding: 30px 50px;
  border: 1px solid #c1c1c1;
  border-radius: 13px;
  padding-top: 35px;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail .order-bag-img img {
  width: 100%;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail .order-bag-info {
  margin-right: 30px;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail .order-bag-info .item-name {
  color: #90a08c;
  display: block;
  font-size: 19px;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail .order-bag-info .green-border {
  width: 110%;
  height: 2px;
  background-color: #90a08c;
  margin: 15px 0;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail .order-bag-info .see-more {
  background-color: #3f3f3f;
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail .order-bag-info .see-more img {
  margin-right: 20px;
  vertical-align: middle;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail .order-bag-info .see-more:hover {
  background-color: #212020;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail .order-bag-info .bag-btn {
  background-color: #90a08c;
  padding: 8px 10px;
  margin-top: 2px;
  vertical-align: middle;
  margin-right: 10px;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail .order-bag-info .bag-btn:hover {
  background-color: #798676;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail .order-bag-info .price {
  margin-right: 20px;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail .order-bag-info .del-product {
  margin-top: 15px;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail .order-bag-info .del-product img {
  width: 30px;
  vertical-align: middle;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-detail .order-bag-info .del-product span {
  margin-right: 15px;
  color: #90a08c;
}

.panel .main-panel #order-bag .main-panel-box .send-option {
  border: 1px solid #878787;
  border-radius: 15px;
  padding: 20px;
  margin: 50px 0;
}

.panel .main-panel #order-bag .main-panel-box .send-option h6 {
  color: #90a08c;
  margin-bottom: 20px;
}

.panel .main-panel #order-bag .main-panel-box .send-option ul .option-item {
  list-style: none;
  padding: 10px 0;
}

.panel .main-panel #order-bag .main-panel-box .send-option ul .option-item .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  line-height: 25px;
}

.panel .main-panel #order-bag .main-panel-box .send-option ul .option-item .form-check .form-check-label {
  margin-top: 4px;
}

.panel .main-panel #order-bag .main-panel-box .send-option ul .option-item .form-check .form-check-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #3f3f3f;
  float: right;
  margin-left: 0.5em;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  cursor: pointer;
}

.panel .main-panel #order-bag .main-panel-box .send-option ul .option-item .form-check .form-check-input:checked {
  background-color: #3f3f3f;
}

.panel .main-panel #order-bag .main-panel-box .product-details {
  border: 1px solid #878787;
  border-radius: 15px;
  padding: 48px 25px;
  margin: 50px 0;
}

.panel .main-panel #order-bag .main-panel-box .product-details .product-detail {
  list-style: none;
  border-top: 2px solid #d9d9d9;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.panel .main-panel #order-bag .main-panel-box .product-details .product-detail:first-child {
  margin-top: 20px;
}

.panel .main-panel #order-bag .main-panel-box .product-details .product-detail:last-child {
  padding-bottom: 0;
}

.panel .main-panel #order-bag .main-panel-box .product-details .product-detail .price {
  color: #90a08c;
}

.panel .main-panel #order-bag .main-panel-box .visual-send .check-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.panel .main-panel #order-bag .main-panel-box .visual-send .check-input::after {
  display: none;
}

.panel .main-panel #order-bag .main-panel-box .visual-send .check-input span {
  margin-right: 5px;
  color: #90a08c;
  font-size: 19px;
  font-weight: bold;
}

.panel .main-panel #order-bag .main-panel-box .visual-send .check-input .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.panel .main-panel #order-bag .main-panel-box .visual-send .check-input .input-group-text .form-check-input {
  cursor: pointer;
  border-radius: 0;
  width: 2em;
  height: 2em;
  border: 1px solid #c1c1c1;
}

.panel .main-panel #order-bag .main-panel-box .visual-send .check-input .input-group-text .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #c1c1c1;
}

.panel .main-panel #order-bag .main-panel-box .visual-send .check-input .input-group-text .form-check-input:checked {
  background-color: #3f3f3f;
  border-color: #3f3f3f;
}

.panel .main-panel #order-bag .main-panel-box .sending-time .order-detail {
  margin-right: 100px;
}

.panel .main-panel #order-bag .main-panel-box .sending-time .order-detail img {
  width: 30px;
  vertical-align: middle;
  margin-left: 10px;
}

.panel .main-panel #order-bag .main-panel-box .sending-time .order-detail .detail-info {
  color: #90a08c;
  margin-top: 10px;
  margin-right: 40px;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-icon .form-check-label {
  margin-top: 4px;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-icon .form-check-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #3f3f3f;
  float: right;
  margin-left: 0.5em;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  cursor: pointer;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-icon .form-check-input:checked {
  background-color: #3f3f3f;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin: 25px 0;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-address .parrent-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #878787;
  border-radius: 15px;
  padding: 15px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-address .parrent-box .child {
  padding: 10px;
}

.panel .main-panel #order-bag .main-panel-box .order-bag-address .parrent-box .child:nth-child(1) {
  width: calc((100% / 3) / 2);
}

.panel .main-panel #order-bag .main-panel-box .order-bag-address .parrent-box .child:nth-child(2) {
  width: calc((100% / 3) / 2);
}

.panel .main-panel #order-bag .main-panel-box .order-bag-address .parrent-box .child:nth-child(3) {
  width: calc((100% / 3) * 2);
}

.panel .main-panel #order-bag .main-panel-box .order-bag-address .parrent-box .child:nth-child(4) {
  width: calc(100% / 3);
}

.panel .main-panel #order-bag .main-panel-box .order-bag-address .parrent-box .child:nth-child(5) {
  width: calc(100% / 3);
}

.panel .main-panel #order-bag .main-panel-box .order-bag-address .parrent-box .child:nth-child(6) {
  width: calc(100% / 3);
}

.panel .main-panel #order-bag .main-panel-box .order-bag-address .parrent-box .child .address-info {
  margin-bottom: 10px;
}

.panel .main-panel #order-bag .main-panel-box .del-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.panel .main-panel #order-bag .main-panel-box .del-address img {
  margin-right: 5px;
  width: 30px;
}

.panel .main-panel #order-bag .main-panel-box .del-address img.add-address-img {
  width: 36px;
  margin-bottom: 4px;
}

.panel .main-panel #order-bag .main-panel-box .del-address span {
  margin-right: 10px;
  color: #90a08c;
  font-weight: bold;
}

.panel .main-panel #order-bag .main-panel-box .panel-btn {
  background-color: #3f3f3f;
  color: #fff;
  padding: 13px 25px;
  display: block;
  margin: 80px auto 0;
  border-radius: 10px;
}

.panel .main-panel #order-bag .main-panel-box .panel-btn img {
  margin-right: 25px;
  width: 10px;
  vertical-align: middle;
}

.panel .main-panel #order-bag .main-panel-box .panel-btn:hover {
  background-color: #2b2b2b;
}

.panel .main-panel #order-place .main-panel-box {
  min-height: 588px;
  padding: 30px 50px;
  border: 1px solid #c1c1c1;
  border-radius: 13px;
  padding-top: 35px;
}

.panel .main-panel #order-place .main-panel-box .contact-item .order-bag-icon .check-input::after {
  display: none;
}

.panel .main-panel #order-place .main-panel-box .contact-item .order-bag-icon .check-input .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.panel .main-panel #order-place .main-panel-box .contact-item .order-bag-icon .check-input .input-group-text .form-check-input {
  cursor: pointer;
  border-radius: 0;
  width: 2em;
  height: 2em;
  border: 1px solid #c1c1c1;
}

.panel .main-panel #order-place .main-panel-box .contact-item .order-bag-icon .check-input .input-group-text .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #c1c1c1;
}

.panel .main-panel #order-place .main-panel-box .contact-item .order-bag-icon .check-input .input-group-text .form-check-input:checked {
  background-color: #3f3f3f;
  border-color: #3f3f3f;
}

.panel .main-panel #order-place .main-panel-box .contact-item .contact-info {
  padding: 10px;
}

.panel .main-panel #order-place .main-panel-box .contact-item .contact-info p {
  margin-bottom: 50px;
  text-align: justify;
}

.panel .main-panel #order-place .main-panel-box .contact-item .contact-info img {
  vertical-align: middle;
  margin: 15px 0;
  margin-right: 25px;
}

.panel .main-panel #discount .main-panel-box {
  min-height: 588px;
  padding: 30px 50px;
  border: 1px solid #c1c1c1;
  border-radius: 13px;
  padding-top: 35px;
}

.panel .main-panel #discount .main-panel-box .order-info .order-img {
  width: 100%;
}

.panel .main-panel #discount .main-panel-box .order-info .parrent-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #878787;
  border-radius: 15px;
  padding: 5px;
}

.panel .main-panel #discount .main-panel-box .order-info .parrent-box .child {
  padding: 15px 5px;
}

.panel .main-panel #discount .main-panel-box .order-info .parrent-box .child:nth-child(1) {
  width: 100%;
}

.panel .main-panel #discount .main-panel-box .order-info .parrent-box .child:nth-child(2) {
  width: calc((100% / 3) / 1);
}

.panel .main-panel #discount .main-panel-box .order-info .parrent-box .child:nth-child(3) {
  width: calc((100% / 3) * 2);
}

.panel .main-panel #discount .main-panel-box .order-info .parrent-box .child:nth-child(4) {
  width: calc(100% / 3);
}

.panel .main-panel #discount .main-panel-box .order-info .parrent-box .child:nth-child(5) {
  width: calc(100% / 3);
}

.panel .main-panel #discount .main-panel-box .order-info .parrent-box .child:nth-child(6) {
  width: calc(100% / 3);
}

.panel .main-panel #discount .main-panel-box .order-info .parrent-box .user-info {
  margin-bottom: 10px;
}

.panel .main-panel #discount .main-panel-box .order-info .order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.panel .main-panel #discount .main-panel-box .order-info .order-details .order-detail {
  margin-right: 0;
}

.panel .main-panel #discount .main-panel-box .order-info .order-details .order-detail img {
  vertical-align: middle;
  width: 30px;
  margin-left: 10px;
}

.panel .main-panel #discount .main-panel-box .order-info .order-details .order-detail .detail-info {
  color: #90a08c;
  margin-top: 10px;
  margin-right: 40px;
}

.panel .main-panel #discount .main-panel-box .order-info .product-details {
  border: 1px solid #878787;
  border-radius: 15px;
  padding: 20px;
}

.panel .main-panel #discount .main-panel-box .order-info .product-details span {
  line-height: 25px;
}

.panel .main-panel #discount .main-panel-box .order-info .product-details .product-detail {
  list-style: none;
  border-top: 2px solid #d9d9d9;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.panel .main-panel #discount .main-panel-box .order-info .product-details .product-detail:first-child {
  margin-top: 20px;
}

.panel .main-panel #discount .main-panel-box .order-info .product-details .product-detail:last-child {
  padding-bottom: 0;
}

.panel .main-panel #discount .main-panel-box .order-info .product-details .product-detail .price {
  color: #90a08c;
}

.panel .main-panel #discount .main-panel-box .order-info .panel-btn {
  background-color: #3f3f3f;
  color: #fff;
  padding: 17px 25px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

.panel .main-panel #discount .main-panel-box .order-info .panel-btn:hover {
  background-color: #2b2b2b;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box {
  margin-top: 60px;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .discount-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .discount-code .input-group {
  width: 45%;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .discount-code .input-group .form-control {
  border: 2px solid #90a08c;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .discount-code .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #90a08c;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .discount-code span {
  font-weight: bold;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .discount-code button {
  margin-left: -50px;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .discount-code button img {
  width: 22px;
  height: 22px;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .visual-send {
  margin-top: 50px;
  margin-right: 20px;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .visual-send .check-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .visual-send .check-input::after {
  display: none;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .visual-send .check-input span {
  margin-right: 5px;
  font-size: 19px;
  font-weight: bold;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .visual-send .check-input .input-group-text {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .visual-send .check-input .input-group-text .form-check-input {
  cursor: pointer;
  border-radius: 0;
  width: 2em;
  height: 2em;
  border: 1px solid #c1c1c1;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .visual-send .check-input .input-group-text .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #c1c1c1;
}

.panel .main-panel #discount .main-panel-box .order-info .discount-box .visual-send .check-input .input-group-text .form-check-input:checked {
  background-color: #3f3f3f;
  border-color: #3f3f3f;
}

.panel .main-panel #discount .main-panel-box .order-info .gift-stock {
  position: relative;
  margin-bottom: 50px;
}

.panel .main-panel #discount .main-panel-box .order-info .gift-stock .gift-img img {
  width: 300px;
}

.panel .main-panel #discount .main-panel-box .order-info .gift-stock .gift-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.panel .main-panel #discount .main-panel-box .order-info .gift-stock .gift-info .price {
  color: #90a08c;
  margin-right: 30px;
  margin-left: 10px;
}

.panel .main-panel #discount .main-panel-box .account-box ul .account-item {
  display: inline-block;
  margin: 0 15px;
}

.panel .main-panel #discount .main-panel-box .account-box ul .account-item img {
  margin-bottom: 10px;
}

.panel .main-panel #discount .main-panel-box .account-box ul .account-item .order-bag-icon .form-check-label {
  margin-top: 4px;
}

.panel .main-panel #discount .main-panel-box .account-box ul .account-item .order-bag-icon .form-check-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #878787;
  float: none;
  margin-top: 0;
  cursor: pointer;
}

.panel .main-panel #discount .main-panel-box .account-box ul .account-item .order-bag-icon .form-check-input:checked {
  background-color: #90a08c;
}

.panel .main-panel #discount .main-panel-box .panel-btn {
  background-color: #3f3f3f;
  color: #fff;
  padding: 17px 25px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

.panel .main-panel #discount .main-panel-box .panel-btn:hover {
  background-color: #2b2b2b;
}

.panel .main-panel #discount .main-panel-box .panel-btn img {
  margin-right: 15px;
  vertical-align: middle;
  width: 10px;
}

.panel .main-panel #gift-card .main-panel-box {
  min-height: 588px;
  padding: 30px 50px;
  border: 1px solid #c1c1c1;
  border-radius: 13px;
  padding-top: 35px;
}

.panel .main-panel #gift-card .main-panel-box .gift-condition .condition-item {
  display: inline-block;
  margin: 0 15px;
}

.panel .main-panel #gift-card .main-panel-box .gift-condition .condition-item button {
  color: #d9d9d9;
}

.panel .main-panel #gift-card .main-panel-box .gift-condition .add-card {
  border: 2px solid #d9d9d9;
  padding: 10px 20px;
}

.panel .main-panel #gift-card .main-panel-box .gift-condition .add-card span {
  color: #90a08c;
}

.panel .main-panel #gift-card .main-panel-box .gift-condition .add-card img {
  vertical-align: middle;
  margin-right: 50px;
}

.panel .main-panel #gift-card .main-panel-box .gift-card-box {
  position: relative;
}

.panel .main-panel #gift-card .main-panel-box .gift-card-box .gift-card-icon button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.panel .main-panel #gift-card .main-panel-box .gift-card-box .gift-card-icon button img {
  position: absolute;
}

.product-detail .product-information {
  margin-top: 40px;
}

.product-detail .product-information .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-detail .product-information .box .flex div:nth-child(1) {
  width: 80%;
  text-align: right;
}

.product-detail .product-information .box .flex div:nth-child(2) {
  width: 20%;
}

.product-detail .product-information .box .flex h1 {
  color: #90a08c;
  font-size: 21px;
}

.product-detail .product-information .box .flex .customer-satisfaction {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #90a08c;
  color: #fff;
  font-size: 21px;
  padding-top: 15px;
  margin: 0 auto;
  text-align: center;
}

.product-detail .product-information .box .flex .customer-satisfaction-name {
  display: block;
  color: #90a08c;
  font-size: 13px;
  margin-top: 9px;
  text-align: center;
}

.product-detail .product-information .box .disabled {
  opacity: 0.4;
}

.product-detail .product-information .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}

.product-detail .product-information .box .options div {
  width: calc(100% / 3);
  padding: 5px;
}

.product-detail .product-information .box .options div .title {
  display: block;
  font-family: "yekan-bold";
  margin-bottom: 13px;
}

.product-detail .product-information .box .options div .title-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-detail .product-information .box .options div .title-flex div {
  width: auto;
  padding: 0;
}

.product-detail .product-information .box .options div .title-flex button {
  color: #90a08c;
  padding-bottom: 4px;
  border-bottom: 1px solid;
}

.product-detail .product-information .box .options div .title-flex button:hover {
  color: #798676;
}

.product-detail .product-information .box .options div .scroll-option {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .product-information .box .options div .scroll-option ul li {
  font-size: 14px;
  display: none;
  list-style: none;
}

.product-detail .product-information .box .bg-green {
  background: #eeefed;
  padding: 20px;
  margin: 15px 0;
}

.product-detail .product-information .box .bg-green svg {
  width: 28px;
  height: 28px;
  margin-left: 5px;
}

.product-detail .product-information .box .alert-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail .product-information .box .alert-green svg {
  width: 30px;
  height: auto;
  position: relative;
  top: -15px;
  right: -5px;
}

.product-detail .product-information .box .price-box {
  margin: 20px 0;
}

.product-detail .product-information .box .price-box hr {
  margin: 20px 0;
}

.product-detail .product-information .box .price-box .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .product-information .box .price-box .price span {
  font-family: "yekan-bold";
}

.product-detail .product-information .box .size-box {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  margin: 20px 0;
  font-size: 14px;
}

.product-detail .product-information .box .size-box span {
  position: relative;
  display: block;
  padding: 12px 15px;
  cursor: pointer;
}

.product-detail .product-information .box .size-box span::after {
  content: url("../images/arrow-bottom.svg");
  position: absolute;
  top: 13px;
  left: 15px;
}

.product-detail .product-information .box .size-box span.active-size::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.product-detail .product-information .box .size-box ul {
  height: 0px;
  overflow: hidden;
}

.product-detail .product-information .box .size-box ul li {
  padding: 10px 15px;
  list-style: none;
  cursor: pointer;
}

.product-detail .product-information .box .size-box ul li:hover {
  background-color: #f2f2f2;
}

.product-detail .product-information .box .size-helper {
  color: #90a08c;
  padding-bottom: 4px;
  border-bottom: 1px solid;
}

.product-detail .product-information .box .size-helper:hover {
  color: #798676;
}

.product-detail .product-information .box .form-check .form-check-input {
  float: right;
  margin-left: 0.5em;
  margin-top: -2px;
  width: 1.1em;
  height: 1.1em;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
}

.product-detail .product-information .box .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.product-detail .product-information .box .enter-text .input-enter-text {
  position: relative;
}

.product-detail .product-information .box .enter-text .input-enter-text .form-control:disabled,
.product-detail .product-information .box .enter-text .input-enter-text .form-control[readonly] {
  background-color: #e9ecef00;
  opacity: 1;
  color: #d5d5d5;
}

.product-detail .product-information .box .enter-text .input-enter-text input {
  border: none;
  border-bottom: 2px solid #90a08c;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.product-detail .product-information .box .enter-text .input-enter-text span {
  position: absolute;
  top: 12px;
  left: 8px;
  color: #c1c1c1;
}

.product-detail .product-information .box .enter-text .input-enter-text span span {
  position: static;
}

.product-detail .product-information .box .buy-btn {
  position: relative;
  display: block;
  width: 100%;
  background: #3f3f3f;
  color: #fff;
  padding: 12px 30px;
  border-radius: 0;
  margin-top: 30px;
}

.product-detail .product-information .box .buy-btn svg {
  position: absolute;
  left: 12px;
  top: 8px;
  width: 25px;
  height: auto;
}

.product-detail .product-information .box .green-text {
  display: block;
  color: #697066;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}

.product-detail .product-information .box .kids {
  display: block;
  margin-top: 6px;
  text-align: center;
}

.product-detail .product-information .box .kids svg {
  width: 50px;
  height: auto;
  display: block;
  text-align: center;
  margin: 9px auto;
}

.product-detail .product-information .box .contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.product-detail .product-information .box .contact-us li {
  position: relative;
  margin: 0 14px;
  list-style: none;
  padding-top: 60px;
  text-align: center;
}

.product-detail .product-information .box .contact-us li span {
  display: block;
  margin-top: 3px;
}

.product-detail .product-information .box .contact-us li svg {
  position: absolute;
  width: 40px;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.product-detail .product-information #main-img-product {
  position: relative;
}

.product-detail .product-information #main-img-product .like {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.product-detail .product-information #main-img-product .like.active-like svg path {
  fill: #3f3f3f;
}

.product-detail .product-information #main-img-product img {
  width: 100%;
  height: 783px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail .product-information .splide {
  margin-top: 20px;
}

.product-detail .product-information .splide .splide__arrow svg {
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.product-detail .product-information .splide .splide__arrow {
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
}

.product-detail .product-information .splide .splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.product-detail .product-information .splide .splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.product-detail .product-information .splide .splide__arrows--rtl .splide__arrow--prev {
  top: 6rem;
  right: -1rem;
}

.product-detail .product-information .splide .splide__arrows--rtl .splide__arrow--next {
  top: 6rem;
  left: -1rem;
}

.product-detail .product-information .splide .item {
  padding: 20px;
}

.product-detail .product-information .splide .item .item-img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  cursor: pointer;
}

.product-detail .product-information .splide .item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail .product-information .splide .item p {
  color: #000;
  margin-top: 15px;
}

.product-detail .product-information .splide .item p a {
  color: #000;
}

.product-detail .product-information .show-more {
  color: #90a08c;
}

.product-detail .product-information .show-more svg {
  display: block;
  margin: 10px auto 0;
  text-align: center;
}

.product-detail .details-section {
  margin-top: 100px;
  background: #f4f4f153;
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-detail .details-section .detail-item span {
  color: #90a08c;
  font-size: 23px;
  margin-bottom: 45px;
  display: block;
}

.product-detail .details-section .detail-item p {
  color: #3f3f3f;
}

.product-detail .details-section .detail-item .detail-items {
  list-style: none;
  margin: 25px 0;
  line-height: 25px;
}

.product-detail .details-section .detail-item .detail-items a {
  color: #90a08c;
}

.product-detail .details-section .detail-item .detail-items a:hover {
  color: #798676;
}

.product-detail .details-section .detail-item .detail-items::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #3f3f3f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 20px;
}

.product-detail .details-section .detail-item .detail-items:first-child {
  margin-top: 65px;
}

.product-detail .details-section .detail-item .detail-items:last-child {
  margin-bottom: 65px;
}

.product-detail .details-section .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  list-style: none;
}

.product-detail .details-section .info li p {
  color: #90a08c;
  width: 50%;
}

.product-detail .details-section .info li svg {
  margin-left: 30px;
}

.product-detail .details-section img {
  max-width: 100%;
  height: 100%;
}

.product-detail .comments-section {
  margin: 50px 0;
}

.product-detail .comments-section .title {
  color: #90a08c;
  margin-bottom: 20px;
}

.product-detail .comments-section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-detail .comments-section .flex div:nth-child(1) {
  width: 50%;
}

.product-detail .comments-section .flex div:nth-child(2) {
  width: 50%;
  text-align: left;
}

.product-detail .comments-section .flex div:nth-child(3) {
  width: 100%;
}

.product-detail .comments-section .flex div .scroll-option {
  direction: ltr;
  width: 100px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .comments-section .flex div .scroll-option .scroll-option--prev {
  position: relative;
  right: -4px;
}

.product-detail .comments-section .flex div .scroll-option .scroll-option--next {
  position: relative;
  left: -4px;
}

.product-detail .comments-section .flex div .scroll-option ul {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 17px;
  font-family: "yekan-bold";
  border: 1px solid #d6d6d6;
  padding-top: 19px;
}

.product-detail .comments-section .flex div .scroll-option ul li {
  font-size: 14px;
  display: none;
  list-style: none;
}

.product-detail .comments-section .flex div .scroll-option + span {
  display: block;
  margin-top: 12px;
  padding-left: 3px;
}

.product-detail .comments-section .flex div input {
  display: block;
  width: 100%;
  padding: 7px;
  border: 1px solid #d6d6d6;
  margin-bottom: 10px;
}

.product-detail .comments-section .flex div textarea {
  display: block;
  width: 100%;
  padding: 7px;
  border: 1px solid #d6d6d6;
  margin-bottom: 10px;
}

.product-detail .comments-section .flex div .btn-send {
  background: #baccb6;
  color: #fff;
  padding: 10px 41px;
  border-radius: 0;
}

.product-detail .comments-section .flex div .btn-send:hover {
  background: #909d8d;
  color: #fff;
}

.product-detail .comments-section .splide {
  margin-top: 10%;
}

.product-detail .comments-section .splide .splide__arrow {
  background: transparent;
  background: transparent;
  border-radius: 0;
  height: 200px;
}

.product-detail .comments-section .splide .splide__arrows--rtl .splide__arrow--prev {
  border-left: 1px solid #90a08c;
  top: 6rem;
}

.product-detail .comments-section .splide .splide__arrows--rtl .splide__arrow--prev svg {
  width: 19px;
  height: auto;
  margin-left: 8px;
}

.product-detail .comments-section .splide .splide__arrows--rtl .splide__arrow--next {
  border-right: 1px solid #90a08c;
  top: 6rem;
}

.product-detail .comments-section .splide .splide__arrows--rtl .splide__arrow--next svg {
  width: 19px;
  height: auto;
  margin-right: 8px;
}

.product-detail .comments-section .splide .item {
  padding: 20px 100px;
}

.product-detail .comments-section .splide .item .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.product-detail .comments-section .splide .item .flex div {
  width: 50%;
}

.product-detail .comments-section .splide .item .flex div:nth-child(1) {
  text-align: right;
}

.product-detail .comments-section .splide .item .flex div:nth-child(1) span {
  font-family: "yekan-bold";
  font-size: 17px;
  color: #90a08c;
}

.product-detail .comments-section .splide .item .flex div:nth-child(2) {
  text-align: left;
}

.product-detail .comments-section .splide .item .flex div:nth-child(2) .customer-satisfaction {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #90a08c;
  color: #fff;
  font-size: 21px;
  padding-top: 15px;
  margin-right: auto;
  text-align: center;
}

.product-detail .comments-section .splide .item p {
  color: #90a08c;
  text-align: right;
}

.product-detail .best-seller-section {
  margin: 85px 0;
}

.product-detail .best-seller-section .created-by {
  padding: 50px 0;
  text-align: center;
}

.product-detail .best-seller-section .created-by span {
  display: block;
  color: #90a08c;
}

.product-detail .best-seller-section .created-by img {
  width: 300px;
  margin-top: 15px;
  opacity: 0.47;
}

.product-detail .best-seller-section .like {
  position: absolute;
  top: 25px;
  right: 35px;
}

.product-detail .best-seller-section .like svg {
  height: auto;
  width: 25px;
}

.product-detail .best-seller-section .like.active-like svg path {
  fill: #3f3f3f;
}

.product-detail .best-seller-section .new-items-info {
  padding: 15px 0;
}

.product-detail .best-seller-section .new-items-info .title {
  color: #90a08c;
  font-size: 1.3rem;
}

.product-detail .best-seller-section .new-items-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail .best-seller-section .new-items-info ul li {
  position: relative;
  list-style: none;
}

.product-detail .best-seller-section .new-items-info ul li.active button {
  position: relative;
  top: -3px;
  color: #90a08c;
}

.product-detail .best-seller-section .new-items-info ul li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #90a08c;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.product-detail .best-seller-section .new-items-info ul li:hover button {
  color: #90a08c;
}

.product-detail .best-seller-section .splide .splide__arrow svg {
  fill: #fff;
  height: 2.5rem;
  width: 2.5rem;
}

.product-detail .best-seller-section .splide .splide__arrow {
  background: transparent;
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
}

.product-detail .best-seller-section .splide .splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.product-detail .best-seller-section .splide .splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.product-detail .best-seller-section .splide .splide__arrows--rtl .splide__arrow--next {
  left: 0rem;
  right: auto;
  top: -1.7rem;
}

.product-detail .best-seller-section .splide .splide__arrows--rtl .splide__arrow--prev {
  left: 3.4rem;
  right: auto;
  top: -1.7rem;
}

.product-detail .best-seller-section .splide .order-btn {
  display: inline-block;
  background: #3f3f3f;
  padding: 8px 15px 6px;
  font-size: 13px;
  border: 1px solid #3f3f3f;
}

.product-detail .best-seller-section .splide .order-btn button {
  color: #fff;
}

.product-detail .best-seller-section .splide .order-btn button::after {
  content: url("../images/Vector copy.svg");
  position: relative;
  top: 0px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-filter: brightness(0%) invert(1);
          filter: brightness(0%) invert(1);
}

.product-detail .best-seller-section .splide .order-btn:hover {
  background: #fff;
}

.product-detail .best-seller-section .splide .order-btn:hover button {
  color: #3f3f3f;
}

.product-detail .best-seller-section .splide .order-btn:hover button::after {
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
}

.product-detail .best-seller-section .splide .shop-btn {
  background-color: #3f3f3f;
  padding: 3.3px 5px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0.7px;
  border: 1px solid #3f3f3f;
}

.product-detail .best-seller-section .splide .shop-btn button {
  padding: 6.3px 5px;
}

.product-detail .best-seller-section .splide .shop-btn button img {
  width: 20px;
  -webkit-filter: brightness(0%) invert(1);
          filter: brightness(0%) invert(1);
}

.product-detail .best-seller-section .splide .shop-btn:hover {
  background-color: #fff;
}

.product-detail .best-seller-section .splide .shop-btn:hover img {
  -webkit-filter: brightness(100%) invert(0);
          filter: brightness(100%) invert(0);
}

.product-detail .best-seller-section .splide .shop-btn.add-basket-active {
  background: #90a08c;
  border: 1px solid #90a08c;
}

.product-detail .best-seller-section .splide .shop-btn.add-basket-active:hover {
  background: #798676;
}

.product-detail .best-seller-section .splide .shop-btn.add-basket-active:hover button img {
  -webkit-filter: brightness(0%) invert(1) !important;
          filter: brightness(0%) invert(1) !important;
}

.product-detail .best-seller-section .splide .price {
  color: #3f3f3f;
  margin-right: 10px;
}

.product-detail .best-seller-section .splide .item {
  padding: 15px 30px;
}

.product-detail .best-seller-section .splide .item img {
  width: 100%;
}

.product-detail .best-seller-section .splide .item h5 {
  font-family: "yekan";
  font-weight: 500;
  text-align: right;
  margin-top: 15px;
}

.product-detail .best-seller-section .splide .item h5 a {
  font-size: 17px;
  color: #90a08c;
}

.product-detail .best-seller-section .splide .item h5 a:hover {
  color: #798676;
}

.product-detail .best-seller-section .splide .item hr {
  margin: 0.875rem auto;
}

.product-detail .best-seller-section .splide-js-boxs .splide-js-box {
  display: none;
}

.product-customize section .blog-guide .guide {
  margin: 30px 0;
}

.product-customize section .blog-guide .guide .guide-item {
  list-style: none;
  display: inline-block;
  color: #baccb6;
}

.product-customize section .blog-guide .guide .guide-item::after {
  content: "/";
}

.product-customize section .blog-guide .guide .guide-item:last-child::after {
  content: "";
}

.product-customize section .blog-guide .guide .guide-item a {
  color: #baccb6;
  display: inline-block;
}

.product-customize section .blog-intro {
  padding: 160px 0 120px;
  background-image: url("../images/img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-customize section .blog-intro .intro-item {
  width: 500px;
  text-align: center;
}

.product-customize section .blog-intro .intro-item h3 {
  margin: 0 0 30px;
  color: #90a08c;
}

.product-customize section .blog-intro .intro-item p {
  color: #90a08c;
  text-align: justify;
}

.product-customize section .mobile-product-intro {
  width: 80%;
  text-align: center;
  margin: 40px auto;
}

.product-customize section .mobile-product-intro h3 {
  margin: 0 0 30px;
  color: #3f3f3f;
}

.product-customize section .mobile-product-intro p {
  color: #3f3f3f;
  text-align: center;
}

.product-customize section .product-details-section {
  padding: 0 20px;
  margin: 35px 0;
}

.product-customize section .product-details-section .details-parrent {
  margin-top: 35px;
  border: 1px solid #90a08c;
  padding: 20px;
}

.product-customize section .product-details-section .details-parrent .product-name ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
}

.product-customize section .product-details-section .details-parrent .product-name ul li span {
  font-family: "yekan-bold";
}

.product-customize section .product-details-section .details-parrent .product-name ul li span span {
  font-family: "yekan";
  margin-left: 15px;
  font-size: 19px;
  color: #3f3f3f;
}

.product-customize section .product-details-section .details-parrent .product-name ul li span.explain-text {
  color: #c1c1c1;
}

.product-customize section .product-details-section .details-parrent .product-price ul .price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
}

.product-customize section .product-details-section .details-parrent .product-price ul .price-item div {
  width: calc(100% / 3);
}

.product-customize section .product-details-section .details-parrent .product-price ul .price-item .input-group {
  width: auto;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.product-customize section .product-details-section .details-parrent .product-price ul .price-item .input-group span, .product-customize section .product-details-section .details-parrent .product-price ul .price-item .input-group label {
  display: inline;
  margin-right: 7px;
}

.product-customize section .product-details-section .details-parrent .product-price ul .price-item .input-group .input-group-text {
  width: auto;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.product-customize section .product-details-section .details-parrent .product-price ul .price-item .input-group .input-group-text .form-check-input {
  cursor: pointer;
  border-radius: 0;
  width: 1.2em;
  height: 1.2em;
}

.product-customize section .product-details-section .details-parrent .product-price ul .price-item .input-group .input-group-text .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.product-customize section .product-details-section .details-parrent .product-price ul .price-item .input-group .input-group-text .form-check-input:checked {
  background-color: #3f3f3f;
  border-color: #3f3f3f;
}

.product-customize section .product-details-section .details-parrent .product-price ul .price-item span, .product-customize section .product-details-section .details-parrent .product-price ul .price-item label {
  font-family: "yekan-bold";
}

.product-customize section .product-details-section .details-parrent .product-price ul .price-item span span, .product-customize section .product-details-section .details-parrent .product-price ul .price-item label span {
  font-family: "yekan";
  margin-left: 15px;
  font-size: 19px;
}

.product-customize section .product-details-section .details-parrent .product-price ul .price-item span.explain-text, .product-customize section .product-details-section .details-parrent .product-price ul .price-item label.explain-text {
  color: #c1c1c1;
}

.product-customize section .product-details-section .discount-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px 0;
  padding-right: 40px;
}

.product-customize section .product-details-section .discount-code .input-group {
  width: 45%;
}

.product-customize section .product-details-section .discount-code .input-group .form-control {
  border: 1px solid #90a08c;
  border-radius: 0;
}

.product-customize section .product-details-section .discount-code .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #90a08c;
}

.product-customize section .product-details-section .discount-code span {
  font-family: "yekan-bold";
}

.product-customize section .product-details-section .discount-code button {
  margin-left: 10px;
  margin-right: auto;
}

.product-customize section .product-details-section .discount-code button svg {
  width: 25px;
  height: auto;
}

.product-customize section .product-details-section .discount-code button img {
  width: 22px;
  height: 22px;
}

.product-customize section .product-details-section .left-over {
  border: 1px solid #90a08c;
  padding: 25px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-customize section .product-details-section .left-over span {
  font-family: "yekan-bold";
}

.product-customize section .product-details-section .left-over span span {
  font-family: "yekan";
  margin-left: 15px;
  font-size: 19px;
}

.product-customize section .final-order {
  padding: 0 50px;
}

.product-customize section .final-order .order-notice {
  margin-top: 20px;
  background-color: #eeefed;
  padding: 20px 15px;
}

.product-customize section .final-order .order-notice p {
  padding-right: 25px;
  position: relative;
  margin: 5px 0;
}

.product-customize section .final-order .order-notice p svg {
  position: absolute;
  right: 0;
  top: 6px;
  width: 18px;
  height: auto;
}

.product-customize section .final-order .product-btn {
  width: 100%;
  margin: 35px 0;
  padding: 15px 0;
  background-color: #3f3f3f;
  color: #fff;
  position: relative;
}

.product-customize section .final-order .product-btn svg {
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  margin: auto;
  width: 33px;
  height: auto;
}

.product-customize section .final-order .product-btn span {
  margin: 10px 0;
}

.product-customize section .final-order .product-btn:hover {
  background-color: #1f1f1f;
}

.product-customize section .final-order .buy-product span {
  margin: 25px 0;
}

.product-customize section .final-order .buy-product span.buy-text {
  color: #90a08c;
}

.product-customize section .final-order .buy-product span.suggest {
  color: #3f3f3f;
}

.product-customize section .final-order .buy-product svg {
  width: 50px;
  height: auto;
}

.product-customize section .final-order .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

.product-customize section .final-order .contact span {
  display: block;
}

.product-customize section .final-order .contact span.text {
  margin: 20px 0;
}

.product-customize section .final-order .contact svg {
  width: 45px;
  height: auto;
}

.product-customize section .conversation {
  padding: 60px 0;
  margin-top: 50px;
  background-image: url("../images/img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-customize section .conversation h3 {
  margin-bottom: 25px;
}

.product-customize section .conversation p {
  color: #90a08c;
}

.product-customize section .conversation .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-customize section .conversation .location p {
  width: 70%;
}

.product-customize section .conversation .conversation-text {
  width: 70%;
}

.auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100vh;
}

.auth .box {
  width: 350px;
  background: #ffffff;
  padding: 25px 20px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
  text-align: center;
}

.auth .box img {
  max-width: 100%;
}

.auth .box .main-input {
  display: block;
  width: 100%;
  border: 1px solid #8787877f;
  border-radius: 27px;
  padding: 10px;
  margin: 80px 0;
}

.auth .box .btn-login {
  background: #90a08c;
  color: #fff;
  padding: 10px 25px;
  border-radius: 12px;
  margin: 0 4px;
}

.auth .box .btn-sign-up {
  background: #3f3f3f;
  color: #fff;
  padding: 10px 25px;
  border-radius: 12px;
  margin: 0 4px;
}

.auth .box .form-check {
  text-align: right;
  margin-top: 20px;
}

.auth .box .form-check .form-check-input {
  float: right;
  margin-left: 10px;
  margin-top: -2px;
}

.auth .box .form-check .form-check-input:checked {
  background-color: #90a08c;
  border-color: #90a08c;
}

.auth .box .password-phone {
  margin-bottom: 20px;
}

.auth .box .password-phone span {
  display: block;
  text-align: right;
  margin: 20px 0 15px;
}

.auth .box .password-phone .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.auth .box .password-phone .inputs .input {
  width: 18%;
  height: 49px;
  border: 1px solid #c1c1c1;
  text-align: center;
  border-radius: 12px;
}

footer {
  border-top: 1px solid #baccb6;
  padding: 35px 0 15px;
}

footer .social {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 20px;
  text-align: center;
  z-index: 2;
}

footer .social li {
  text-align: center;
  list-style: none;
  margin-bottom: 40px;
}

footer .social li a {
  position: relative;
  color: #90a08c;
  padding-left: 50px;
}

footer .social li svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: auto;
}

footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: auto;
  height: 100%;
}

footer .info li {
  margin: auto 0 0;
  list-style: none;
}

footer .info li img {
  width: 100px;
}

footer .logo img {
  width: 230px;
}

footer p {
  color: #90a08c;
  margin: 15px 0;
}

footer .number {
  display: block;
  width: 60px;
  margin: 25px auto;
}

footer .read-more {
  display: inline-block;
  color: #90a08c;
  padding: 5px 8px;
  border: 1px solid;
  border-radius: 20px;
  margin-bottom: 20px;
}

footer .read-more svg {
  margin-left: 4px;
}

footer .read-more:hover {
  background-color: #90a08c13;
}
/*# sourceMappingURL=style.css.map */