@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot");
  src: url("../../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot?#iefix") format("embedded-opentype"),url("../../fonts/iransans/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2"),url("../../fonts/iransans/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"),url("../../fonts/iransans/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype")
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("../../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot");
  src: url("../../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"),url("../../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),url("../../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"),url("../../fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype")
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot");
  src: url("../../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"),url("../../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"),url("../../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"),url("../../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype")
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot");
  src: url("../../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"),url("../../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"),url("../../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"),url("../../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype")
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url("../../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot");
  src: url("../../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"),url("../../fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"),url("../../fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),url("../../fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype")
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/iransans/eot/IRANSansWeb(FaNum).eot");
  src: url("../../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"),url("../../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2") format("woff2"),url("../../fonts/iransans/woff/IRANSansWeb(FaNum).woff") format("woff"),url("../../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf") format("truetype")
}

body {
  background-color: #f7f9fd;
  /*background-color: #000;*/
  font-family: IRANSans
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  direction: rtl
}

.is-invalid {
  background-image: none !important;
  padding-left: .75rem !important;
  border-color: #dc3545 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.font-11 {
  font-size: 11px;
}

.font-bold {
  font-weight: bold;
}

.d-flex {
  display: flex
}

.text-center {
  text-align: center
}

.bold-text {
  font-weight: bold
}

.light-text {
  font-weight: lighter
}

* {
  box-sizing: border-box
}

  *::after {
    box-sizing: border-box
  }

  *::before {
    box-sizing: border-box
  }

a {
  text-decoration: none
}

input[type="search"]::-ms-clear {
  display: none
}

input[type="search"]::-webkit-search-decoration {
  display: none
}

input[type="search"]::-webkit-search-cancel-button {
  display: none
}

input[type="search"]::-webkit-search-results-button {
  display: none
}

input[type="search"]::-webkit-search-results-decoration {
  display: none
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mt-250 {
  margin-top: 250px !important;
}

.mt-300 {
  margin-top: 300px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

.mb-300 {
  margin-bottom: 300px !important;
}

.ml-15 {
  margin-right: 15px !important;
}

.ml-30 {
  margin-right: 30px !important;
}

.ml-50 {
  margin-right: 50px !important;
}

.mr-10 {
  margin-left: 10px !important;
}

.mr-15 {
  margin-left: 15px !important;
}

.mr-30 {
  margin-left: 30px !important;
}

.mr-50 {
  margin-left: 50px !important;
}

.cd-main-content {
  transform: none;
  z-index: 0
}

.cd-main-header {
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.3s;
  /*border-bottom: 1px solid #cab06b;*/
  z-index: 2;
  width: 100%;
  position: sticky;
  top: 0;
  box-shadow: 0 10px 20px rgba(125,144,166,0.1);
  background-color: #f7f9fd;
}

.cd-overlay {
  position: fixed;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0,0,0,0.3);
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s
}

  .cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s
  }

body.active {
  overflow: hidden
}

.mobile-nav {
  position: relative;
  right: 0;
  left: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #831D4A;
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.095);
  width: 100%;
  padding: 0.5em 2em
}

  .mobile-nav h3 {
    display: block;
    margin: 0;
    padding: 0
  }

.toggle-btn img {
  border-radius: 50%;
  display: block
}

#toggle {
  display: block;
  width: 28px;
  height: 30px
}

  #toggle span {
    position: relative;
    top: calc(100% - 16px);
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px
  }

    #toggle span:after {
      content: "";
      position: absolute;
      left: 0;
      top: -9px;
      top: 9px;
      width: 100%;
      height: 3px;
      background-color: #fff;
      transition: all 0.3s;
      backface-visibility: hidden;
      border-radius: 2px
    }

    #toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -9px;
      width: 100%;
      height: 3px;
      background-color: #fff;
      transition: all 0.3s;
      backface-visibility: hidden;
      border-radius: 2px
    }

  #toggle.on span {
    background-color: transparent
  }

    #toggle.on span:before {
      transform: rotate(45deg) translate(5px, 5px)
    }

    #toggle.on span:after {
      transform: rotate(-45deg) translate(7px, -8px)
    }

.navigation {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 134px;
  right: 0;
  transform: translate(-100%);
  height: 100vh;
  width: 100%;
  background-color: #831D4A;
  overflow-y: scroll
}

@media screen and (max-width: 992px) {
  .navigation {
    height: calc(100vh - 125px)
  }
}

.navigation.active {
  transform: translate(0)
}

.menu-level-1 {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%
}

.menu-list-1 {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0,0,0,0.1)
}

.menu-level-2 .col-4 {
  width: 25%;
}

.menu-level-2 {
  padding: 0
}

.menu-level-3 {
  padding: 0
}

.menu-level-last {
  padding: 1em 1em 1em 0
}

.menu-list-last {
  padding: 0 2em;
  margin: 0.1em 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1em 0.3em 0
}

  .menu-list-last img {
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -1px
  }

  .menu-list-last:first-child h2 {
    font-size: 1em;
    margin: 0;
    font-weight: 500 !important;
    color: #16c1f3
  }

  .menu-list-last .list-item {
    padding: 0.4em 0.5em;
    color: #fff
  }

.list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #fff;
  padding: 1em;
  text-decoration: none;
  line-height: 1.4em
}

  .list-item img {
    display: block;
    width: 15px;
    transition: all 0.2s ease
  }

    .list-item img:first-child {
      margin-left: 1em
    }

.menu-level-2 .list-item span {
  color: #5a5a5a
}

  .menu-level-2 .list-item span:hover {
    color: #012161
  }

.menu-list-2 > .list-item > img.active {
  transform: rotate(90deg)
}

.item-icon {
  font-size: 12px;
  width: 10px !important;
  color: #999;
  display: block;
  margin: 0 auto 0 0;
  transition: all 0.2s ease
}

  .item-icon.active {
    transform: rotate(180deg)
  }

img.item-icon-active {
  display: none;
}

.none {
  display: none
}

.block {
  display: block !important
}

.flex {
  display: flex
}

@media (min-width: 62em) {
  .mobile-nav {
    display: none
  }

  .navigation {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    transform: translate(0);
    font-size: 0.9em;
    height: auto;
    background-color: #831D4A;
    overflow-y: visible;
    transition: all 0.3s linear
  }

  .menu-level-1 {
    font-size: 1em;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0
  }

    .menu-level-1 > .menu-list-1 > .list-item {
      padding: 0.8em
    }

      .menu-level-1 > .menu-list-1 > .list-item.active {
        padding: 0.8em 0.8em;
        /*transition: all 0.3s linear*/
      }

    .menu-level-1 .list-item.active {
      border: none
    }

  .menu-list-1 {
    width: auto;
    height: auto;
    border: none
  }

    .menu-list-1:hover {
      background-color: #fff;
      box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075)
    }

      .menu-list-1:hover img.item-icon-inactive {
        display: none;
      }

      .menu-list-1:hover img.item-icon-active {
        display: block;
      }

      .menu-list-1:hover .menu-level-2 {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        padding: 0.4em 0;
      }

      .menu-list-1:hover > .list-item {
        color: #012161
      }

      .menu-list-1:hover .item-icon {
        transform: rotate(180deg)
      }

  .menu-level-2 {
    position: absolute;
    top: 101%;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    width: 100%;
    list-style: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    visibility: hidden;
    /*transition: all 0.6s linear*/
  }

    .menu-level-2 > .menu-list-2 > .list-item {
      color: #4d4d4d
    }

  .menu-level-3 {
    display: flex;
    /*position: absolute;
    top: 100%;
    right: 0;*/
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    /*background-color: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    visibility: hidden;
    border-radius: 0 0 8px 8px*/
  }

  .menu-list-2:hover .menu-level-3 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }

  .menu-list-2:hover > .list-item {
    color: #012161;
    /*border-bottom: 2px solid #012161*/
  }

  .menu-list-2 > .list-item {
    border-bottom: 2px solid transparent
  }

    .menu-list-2 > .list-item > img.active {
      transform: rotate(0deg)
    }

  .menu-list-3 {
    /*border-left: 1px solid #eee;*/
    width: 100%;
    padding: 0 2em;
  }

  .menu-level-last {
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0 0
  }

    .menu-level-last:first-child .menu-list-last {
      display: block
    }

  .menu-list-last {
    padding: 0 0.5em;
    margin: 0.1em 0
  }

    .menu-list-last img {
      display: none
    }

    /*.menu-list-last:first-child {
      padding: 0 1em 0.3em 0
    }*/

    .menu-list-last:first-child h2 {
      font-size: 1em;
      margin: 0;
      font-weight: 400 !important;
      color: #16c1f3
    }

    .menu-list-last .list-item {
      font-size: 0.9em;
      font-weight: 400;
      padding: 0;
      /*line-height: 1.5em;*/
      display: block;
      color: #7e7e7e
    }

    .menu-list-last > .list-item:hover {
      color: #012161
    }

  .list-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 2em;
    color: #fff;
    width: auto;
    padding: 0.5em 0.8em 0
  }

    .list-item img:first-child {
      display: none
    }

  .item-icon {
    display: block;
    margin: 0 0.5em 0 0
  }

    .item-icon.active {
      transform: rotate(0deg)
    }

  .block {
    display: flex !important
  }
}

.main-header {
  height: 90px;
  border-bottom: 1px solid #1d1d1d;
  padding: 0 1rem
  /*padding: 6px 1rem 0*/
}

  .main-header .container {
    align-items: center;
    justify-content: space-between
  }

@media screen and (max-width: 576px) {
  .main-header .logo-wrapper {
    width: 120px
  }
}

.main-header .header-item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 4
}

  .main-header .header-item-wrapper .header-item {
    margin: 0 4rem 0 0;
    cursor: pointer
  }

@media screen and (max-width: 768px) {
  .main-header .header-item-wrapper .header-item {
    margin: 0 2rem 0 0
  }
}

@media screen and (max-width: 576px) {
  .main-header .header-item-wrapper .header-item {
    margin: 0 1.5rem 0 0
  }
}

.main-header .header-item-wrapper .header-item .header-item-icon {
  width: 25px
}

@media screen and (max-width: 576px) {
  .main-header .header-item-wrapper .header-item .header-item-icon {
    width: 20px
  }
}

.main-header .header-item-wrapper .header-item.shopping-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

  .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart {
    display: none;
    position: absolute;
    width: 350px;
    height: 300px;
    left: -1rem;
    right: auto;
    top: 3rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 20px rgba(0,0,0,0.1);
    padding: 1rem 1rem;
    border: 1px solid #eee;
    z-index: 5;
    cursor: default
  }

    .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart.active {
      display: block
    }

    .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart::after {
      content: "";
      position: absolute;
      display: block;
      height: 14px;
      width: 14px;
      background-color: inherit;
      border: inherit;
      position: absolute;
      top: -7px;
      left: 1.3rem;
      right: auto;
      margin: 0 auto;
      border-color: rgba(0,0,0,0.12);
      clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
      transform: rotate(135deg);
      border-radius: 0 0 0 0.25em;
      z-index: 6
    }

@media screen and (max-width: 768px) {
  .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart::after {
    display: none
  }
}

@media screen and (max-width: 768px) {
  .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart {
    width: 100vw;
    height: calc(100vh - 80px);
    left: 0;
    right: 0;
    position: fixed;
    top: 5rem;
    border-radius: 0
  }
}

.main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-item-wrapper {
  height: calc(100% - 70px);
  overflow: auto
}

  .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-item-wrapper .shopping-cart-item {
    margin-bottom: 1rem;
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eee
  }

    .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-item-wrapper .shopping-cart-item:last-child {
      border-bottom: none
    }

    .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-item-wrapper .shopping-cart-item:hover .shopping-cart-item-link .shopping-cart-item-detail .shopping-cart-item-title {
      color: #7D90A6
    }

    .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-item-wrapper .shopping-cart-item .shopping-cart-item-link {
      display: flex;
      flex-basis: 95%
    }

      .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-item-wrapper .shopping-cart-item .shopping-cart-item-link .shopping-cart-item-img {
        width: 100px
      }

      .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-item-wrapper .shopping-cart-item .shopping-cart-item-link .shopping-cart-item-detail {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%
      }

        .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-item-wrapper .shopping-cart-item .shopping-cart-item-link .shopping-cart-item-detail .shopping-cart-item-title {
          font-size: 0.8rem;
          line-height: 1.5rem;
          margin: 0.5rem 0;
          color: #071C35
        }

        .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-item-wrapper .shopping-cart-item .shopping-cart-item-link .shopping-cart-item-detail .shopping-cart-item-price {
          color: green
        }

    .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-item-wrapper .shopping-cart-item .delete-item-from-cart {
      color: gray;
      width: 15px;
      padding: 0.5rem;
      box-sizing: content-box;
      border-radius: 25%;
      background-color: #fff
    }

      .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-item-wrapper .shopping-cart-item .delete-item-from-cart:hover {
        box-shadow: 0 0 10px #e5e5e5
      }

.main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-action {
  border-top: 1px solid #eee;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}

  .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-action .total-price-wrapper {
    color: #2eb67d;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    width: 50%
  }

    .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-action .total-price-wrapper .total-price-title {
      font-size: .9rem;
      color: #7D90A6;
      font-weight: lighter;
      margin-bottom: 0.5rem;
      direction: ltr;
      text-align: right
    }

    .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-action .total-price-wrapper .total-price {
      font-size: 1.2rem;
      color: #2eb67d;
      font-weight: normal
    }

    .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-action .total-price-wrapper:hover button {
      box-shadow: 0 0 20px rgba(0,128,0,0.4)
    }

  .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-action a {
    width: 50%;
    margin: 0.5rem
  }

    .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-action a.go-to-cart button {
      background-color: #012161
    }

    .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-action a.go-to-cart:hover button {
      box-shadow: 0 0 20px rgba(54,197,240,0.2)
    }

  .main-header .header-item-wrapper .header-item.shopping-icon .shopping-cart .shopping-cart-action button {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer
  }

.main-header .header-item-wrapper .header-item.shopping-icon .badge {
  background-color: green;
  color: white;
  border-radius: 50%;
  position: absolute;
  padding: 0.3rem 0.5rem;
  left: 18px;
  top: -8px;
  cursor: default
}

.main-header .header-item-wrapper .header-item.user-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

  .main-header .header-item-wrapper .header-item.user-icon .user-cart {
    display: none;
    position: absolute;
    width: 300px;
    left: auto;
    right: auto;
    top: 3rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 20px rgba(0,0,0,0.1);
    padding: 2rem 2rem 1rem;
    border: 1px solid #eee;
    z-index: 4;
    cursor: default
  }

    .main-header .header-item-wrapper .header-item.user-icon .user-cart.active {
      display: block
    }

    .main-header .header-item-wrapper .header-item.user-icon .user-cart::after {
      content: "";
      position: absolute;
      display: block;
      height: 14px;
      width: 14px;
      background-color: inherit;
      border: inherit;
      position: absolute;
      top: -7px;
      left: 0;
      right: 0;
      margin: 0 auto;
      border-color: rgba(0,0,0,0.12);
      clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
      transform: rotate(135deg);
      border-radius: 0 0 0 0.25em;
      z-index: 5
    }

@media screen and (max-width: 768px) {
  .main-header .header-item-wrapper .header-item.user-icon .user-cart::after {
    display: none
  }
}

@media screen and (max-width: 768px) {
  .main-header .header-item-wrapper .header-item.user-icon .user-cart {
    width: 100vw;
    left: 0;
    right: 0;
    position: fixed;
    top: 5rem
  }
}

.main-header .header-item-wrapper .header-item.user-icon .user-cart .user-info {
  color: #071C35;
  font-size: 1rem;
  text-align: center;
  display: block
}

.main-header .header-item-wrapper .header-item.user-icon .user-cart .user-cart-item-wrapper {
  padding: 1rem 0 0
}

  .main-header .header-item-wrapper .header-item.user-icon .user-cart .user-cart-item-wrapper .user-cart-item {
    border-top: 1px solid #eee;
    text-align: right;
    cursor: pointer
  }

    .main-header .header-item-wrapper .header-item.user-icon .user-cart .user-cart-item-wrapper .user-cart-item .user-cart-item-link {
      display: block;
      color: #071C35;
      padding: 1rem 0
    }

      .main-header .header-item-wrapper .header-item.user-icon .user-cart .user-cart-item-wrapper .user-cart-item .user-cart-item-link:hover {
        color: #7D90A6
      }

.main-header .header-item-wrapper .header-item.search-icon {
  display: flex;
  position: relative
}

  .main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper {
    display: flex
  }

@media screen and (max-width: 992px) {
  .main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    padding: 0 1rem;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
  }
}

.main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .search-item-input {
  padding: 0.7rem 1rem;
  width: 400px;
  border-radius: 8px;
  color: #7D90A6;
  font-size: 0.9rem;
  background-color: #f7f9fd;
  border: 1px solid #dddfe3
}

@media screen and (max-width: 992px) {
  .main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .search-item-input {
    width: 100%;
    height: 40px;
    z-index: 12;
    margin-top: 1rem;
    position: relative;
  }

  .menu-level-2 .list-item span {
    color: #fff
  }

    .menu-level-2 .list-item span:hover {
      color: #012161
    }

  .menu-list-2 .helper img[hassublevel3=none] {
    display: none;
  }

  .menu-list-2.col-4 {
    width: 100%;
  }

  .phone-web{
    display: none;
  }
}

.main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .search-item-input::placeholder {
  color: #7D90A6;
  font-weight: lighter
}

.main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .search-item-input:focus {
  border: 1px solid rgba(125,144,166,0.5)
}

.main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .search-result {
  display: none;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  top: 3rem;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 20px 20px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  cursor: default;
  overflow: auto
}

@media screen and (max-width: 992px) {
  .main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .search-result {
    display: block !important;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    top: 4rem
  }
}

.main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .search-result .search-result-item-wrapper .search-result-item {
  padding: 0 1rem;
  cursor: pointer
}

@media screen and (max-width: 768px) {
  .main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .search-result .search-result-item-wrapper .search-result-item {
    padding: 0
  }
}

.main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .search-result .search-result-item-wrapper .search-result-item:hover .search-result-item-link .search-result-item-title {
  color: #7D90A6
}

.main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .search-result .search-result-item-wrapper .search-result-item .search-result-item-link {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  border-bottom: 1px solid #e2e2e2
}

  .main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .search-result .search-result-item-wrapper .search-result-item .search-result-item-link .search-result-item-title {
    color: #071C35;
    font-size: 0.7rem;
    margin: 0.5rem 1rem
  }

  .main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .search-result .search-result-item-wrapper .search-result-item .search-result-item-link .search-result-item-img {
    width: 75px
  }

.main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .close-search-box {
  display: none;
  width: 120px;
  height: 40px;
  box-shadow: 0 0 80px rgba(125,144,166,0.2);
  background-color: #012161;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 20px;
  color: #fff
}

@media screen and (max-width: 992px) {
  .main-header .header-item-wrapper .header-item.search-icon .search-item-input-wrapper .close-search-box {
    display: block
  }
}

.main-header .header-item-wrapper .header-item.search-icon .search-item-icon {
  z-index: 1;
  position: absolute;
  left: 1rem;
  top: 0.6rem;
  z-index: 1
}

@media screen and (max-width: 992px) {
  .main-header .header-item-wrapper .header-item.search-icon .search-item-icon {
    position: unset
  }
}

.main-slider {
  max-height: 500px;
  margin-bottom: 4rem
}

  .main-slider .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
  }

  .main-slider .swiper-container {
    height: 100%
  }

    .main-slider .swiper-container .swiper-wrapper {
      height: 100%
    }

      .main-slider .swiper-container .swiper-wrapper .swiper-slide {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain
      }

        .main-slider .swiper-container .swiper-wrapper .swiper-slide .slider-item-link {
          display: block;
          width: 100%;
          height: 100%;
          max-width: 1400px;
          margin: 0 auto
        }

          .main-slider .swiper-container .swiper-wrapper .swiper-slide .slider-item-link .slider-item-img {
            width: 100%;
            height: auto
          }

  .main-slider .main-slider-img-wrapper .main-slider-img {
    width: 100%
  }

.category-slider {
  min-height: calc(100vh - 420px);
  padding-top: 4rem
}

@media screen and (max-width: 768px) {
  .category-slider {
    min-height: auto;
    padding-top: 0
  }
}

.category-slider .swiper-container {
  padding: 3rem
}

.category-slider .category-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*margin-bottom: 4rem;*/
  padding: 0 1rem
}

@media screen and (max-width: 768px) {
  .category-slider .category-slider-header {
    margin-bottom: 1rem
  }
}

.category-slider .category-slider-header .category-slider-header-title {
  font-size: 2rem;
  color: #071C35
}

@media screen and (max-width: 768px) {
  .category-slider .category-slider-header .category-slider-header-title {
    font-size: 1rem
  }
}

.category-slider .category-slider-header .category-slider-header-link {
  font-size: 1rem;
  color: #7D90A6
}

  .category-slider .category-slider-header .category-slider-header-link:hover {
    text-decoration: underline
  }

@media screen and (max-width: 768px) {
  .category-slider .category-slider-header .category-slider-header-link {
    font-size: 0.8rem
  }
}

.category-slider .category-slider-item {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 2em;
  padding: 1rem
}

  .category-slider .category-slider-item.orange {
    background: #f9a943;
    background: linear-gradient(90deg, #f9a943 0%, #db821f 100%);
    box-shadow: 0 0 50px rgba(219,130,31,0.5)
  }

    .category-slider .category-slider-item.orange .category-slider-item-icon {
      box-shadow: 0 20px 20px #ed8a07
    }

  .category-slider .category-slider-item.blue {
    background: #2f76eb;
    background: linear-gradient(90deg, #2f76eb 0%, #0b4ec5 100%);
    box-shadow: 0 0 50px rgba(11,78,197,0.5)
  }

    .category-slider .category-slider-item.blue .category-slider-item-icon {
      box-shadow: 0 20px 20px #1355be
    }

  .category-slider .category-slider-item.pink {
    background: #fc959a;
    background: linear-gradient(90deg, #fc959a 0%, #f85760 100%);
    box-shadow: 0 0 50px rgba(248,87,96,0.5)
  }

    .category-slider .category-slider-item.pink .category-slider-item-icon {
      box-shadow: 0 20px 20px #fa525a
    }

  .category-slider .category-slider-item.black {
    background: #434649;
    background: linear-gradient(90deg, #434649 0%, #1d1e20 100%);
    box-shadow: 0 0 50px rgba(29,30,32,0.5)
  }

    .category-slider .category-slider-item.black .category-slider-item-icon {
      box-shadow: 0 20px 20px #202122
    }

  .category-slider .category-slider-item.sky {
    background: #7be3f9;
    background: linear-gradient(90deg, #7be3f9 0%, #1ebadf 100%);
    box-shadow: 0 0 50px rgba(30,186,223,0.5)
  }

    .category-slider .category-slider-item.sky .category-slider-item-icon {
      box-shadow: 0 20px 20px #37d6f6
    }

  .category-slider .category-slider-item .category-slider-item-icon {
    background-color: #fff;
    border-radius: 35%;
    width: 40px;
    height: 40px;
    padding: 1rem;
    box-sizing: content-box
  }

  .category-slider .category-slider-item .category-slider-item-title {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: normal
  }

  .category-slider .category-slider-item .star-rate {
    display: flex;
    align-items: center;
    margin-top: 0.5rem
  }

  .category-slider .category-slider-item .category-slider-item-des {
    color: #fff;
    font-weight: lighter;
    margin: 2rem 0 1rem;
    line-height: 1.5rem;
    min-height: 50px
  }

.product-slider {
  /*min-height: calc(100vh - 300px)*/
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .product-slider {
    min-height: auto
  }
}

.product-slider.offer {
  position: relative
}

  .product-slider.offer::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../../images/background.png");
    background-position: bottom;
    background-size: 100% 120%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(0deg);
    z-index: -1
  }

  .product-slider.offer .product-slider-header-title {
    color: #b80c1e !important
  }

.product-slider .swiper-container {
  padding: 3rem
}

.product-slider .product-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0 1rem
}

@media screen and (max-width: 768px) {
  .product-slider .product-slider-header {
    margin-bottom: 1rem
  }
}

.product-slider .product-slider-header .product-slider-header-title {
  font-size: 2rem;
  color: #071C35
}

@media screen and (max-width: 768px) {
  .product-slider .product-slider-header .product-slider-header-title {
    font-size: 1rem
  }
}

.product-slider .product-slider-header .product-slider-header-link {
  font-size: 1rem;
  color: #7D90A6
}

  .product-slider .product-slider-header .product-slider-header-link:hover {
    text-decoration: underline
  }

@media screen and (max-width: 768px) {
  .product-slider .product-slider-header .product-slider-header-link {
    font-size: 0.8rem
  }
}

.product-slider .product-slider-item {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  padding: 1.5rem;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 50px rgba(125,144,166,0.2)
}

  .product-slider .product-slider-item.offer {
    background: #f5f0f0;
    box-shadow: 0 0 50px rgba(184,12,30,0.2)
  }

    .product-slider .product-slider-item.offer .product-slider-item-discount {
      display: flex
    }

    .product-slider .product-slider-item.offer .product-slider-item-price__new {
      color: #b80c1e !important
    }

    .product-slider .product-slider-item.offer .product-slider-item-price__old {
      display: block !important
    }

    .product-slider .product-slider-item.offer .product-slider-item-btn {
      background-color: #b80c1e !important
    }

      .product-slider .product-slider-item.offer .product-slider-item-btn:hover {
        box-shadow: 0 0 20px rgba(184,12,30,0.3) !important
      }

  .product-slider .product-slider-item .product-slider-item-discount {
    display: none;
    background-color: #c22d2d;
    color: #fff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding: 0.5rem;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-sizing: content-box;
    position: absolute;
    top: 4rem;
    right: -1rem;
    box-shadow: 0 0 30px rgba(133,47,27,0.5)
  }

  .product-slider .product-slider-item .product-slider-item-img-wrapper {
    min-height: 250px;
    max-width: 250px;
    padding: 0 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: -4rem auto
  }

    .product-slider .product-slider-item .product-slider-item-img-wrapper .product-slider-item-img {
      width: 100%;
      height: auto
    }

  .product-slider .product-slider-item .product-slider-item-title {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    color: #071C35;
    flex-direction: column;
    height: 5rem;
    padding: 0.5rem 0
  }

  .product-slider .product-slider-item .product-slider-item-title__fa {
    line-height: 1.5rem
  }

  .product-slider .product-slider-item .product-slider-item-title__en {
    color: #999;
    font-weight: lighter;
    margin-top: 0.5rem
  }

  .product-slider .product-slider-item .product-slider-item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 2.8em;
  }

    .product-slider .product-slider-item .product-slider-item-footer .product-slider-item-price {
      display: flex;
      flex-direction: column
    }

    .product-slider .product-slider-item .product-slider-item-footer .product-slider-item-price__new {
      font-size: 1rem;
      font-weight: normal;
      color: #071C35
    }

    .product-slider .product-slider-item .product-slider-item-footer .product-slider-item-price__old {
      display: none;
      color: #7D90A6;
      font-weight: lighter;
      text-decoration: line-through;
      margin-bottom: 0.5rem
    }

    .product-slider .product-slider-item .product-slider-item-footer .product-slider-item-btn {
      background-color: #1250c0;
      color: #fff;
      padding: 0.5rem 1rem;
      border-radius: 1rem;
      cursor: pointer
    }

      .product-slider .product-slider-item .product-slider-item-footer .product-slider-item-btn:hover {
        box-shadow: 0 0 20px rgba(18,80,192,0.3)
      }

.services {
  background-color: rgba(255,255,255,0.3);
  height: 200px;
  width: 100%;
  padding: 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

  .services .services-item-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,0.05)
  }

@media screen and (max-width: 576px) {
  .services .services-item-wrapper {
    flex-wrap: wrap
  }
}

.services .services-item-wrapper .services-item {
  display: flex;
  flex-direction: column;
  align-items: center
}

@media screen and (max-width: 576px) {
  .services .services-item-wrapper .services-item {
    width: 50%
  }
}

.services .services-item-wrapper .services-item .services-item-icon {
  width: 70px
}

@media screen and (max-width: 992px) {
  .services .services-item-wrapper .services-item .services-item-icon {
    width: 60px
  }
}

@media screen and (max-width: 768px) {
  .services .services-item-wrapper .services-item .services-item-icon {
    width: 50px
  }
}

@media screen and (max-width: 576px) {
  .services .services-item-wrapper .services-item .services-item-icon {
    width: 40px
  }
}

.services .services-item-wrapper .services-item .services-item-text {
  margin-top: 1rem
}

.main-footer {
  background-color: rgba(255,255,255,0.3);
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column
}

  .main-footer::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../img/general/background.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
  }

  .main-footer .footer {
    color: white;
    height: auto;
    width: 100%;
    padding: 0 1rem
  }

    .main-footer .footer .footer-logo {
      width: 200px;
      margin: 2rem 0 0;
      display: block
    }

    .main-footer .footer .company-identity {
      display: flex;
      justify-content: flex-start;
      flex-flow: row nowrap;
      padding: 1rem 0;
      width: 100%
    }

@media screen and (max-width: 992px) {
  .main-footer .footer .company-identity {
    flex-direction: column-reverse;
    padding: 1rem
  }
}

@media screen and (max-width: 768px) {
  .main-footer .footer .company-identity {
    justify-content: center
  }
}

.main-footer .footer .company-identity .link-wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  padding: 1rem
}

@media screen and (max-width: 1200px) {
  .main-footer .footer .company-identity .link-wrapper {
    width: 100%;
    padding: 15px;
    padding-right: 0
  }
}

@media screen and (max-width: 992px) {
  .main-footer .footer .company-identity .link-wrapper {
    padding: 15px 0
  }
}

@media screen and (max-width: 768px) {
  .main-footer .footer .company-identity .link-wrapper {
    flex-direction: row;
    flex-wrap: wrap
  }
}

.main-footer .footer .company-identity .company-info {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 0 0 2rem;
  max-width: 40%;
  border-left: 1px solid rgba(0,0,0,0.1)
}

@media screen and (max-width: 992px) {
  .main-footer .footer .company-identity .company-info {
    padding: 1rem;
    justify-content: center;
    width: 100%;
    max-width: none;
    border-left: none
  }
}

@media screen and (max-width: 768px) {
  .main-footer .footer .company-identity .company-info {
    padding: 0
  }
}

.main-footer .footer .company-identity .company-info__text {
  color: #7D90A6;
  line-height: 2rem;
  text-align: justify;
  direction: rtl;
  padding: 0 0 1rem
}

.main-footer .footer .company-identity .company-info__certificate {
  height: 200px
}

.main-footer .footer .company-identity .company-info .namad {
  width: 100px
}

.main-footer .footer .company-identity .link-list {
  display: flex;
  list-style: none;
  align-items: flex-start;
  padding: 0 1rem;
  margin: 0;
  flex-grow: 1;
  color: #020e29;
  font-size: 1rem;
  font-weight: 500
}

@media screen and (max-width: 992px) {
  .main-footer .footer .company-identity .link-list {
    flex-basis: 100%;
    padding: 0 5px
  }
}

@media screen and (max-width: 768px) {
  .main-footer .footer .company-identity .link-list {
    font-size: 1rem;
    flex-basis: 100%;
    padding: 10px 0;
    cursor: pointer
  }
}

.main-footer .footer .company-identity .link-list.opened::before {
  transform: rotate(90deg);
  transition: 0.2s ease-in-out
}

.main-footer .footer .company-identity .link-list::before {
  color: #999999;
  font-size: 18px;
  width: 20px;
  height: 18px;
  transform: rotate(180deg);
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out
}

@media screen and (max-width: 992px) {
  .main-footer .footer .company-identity .link-list::before {
    content: "";
    display: none
  }
}

@media screen and (max-width: 768px) {
  .main-footer .footer .company-identity .link-list::before {
    content: "\2039";
    display: flex
  }
}

.main-footer .footer .company-identity .link-list:last-child {
  border-bottom: none
}

.main-footer .footer .company-identity .link-list .link-item {
  flex-grow: 1;
  flex-direction: column;
  border-left: 1px solid #3c3c3c;
  list-style-type: none;
  cursor: default
}

@media screen and (max-width: 768px) {
  .main-footer .footer .company-identity .link-list .link-item {
    cursor: pointer
  }
}

.main-footer .footer .company-identity .link-list .link-item ul {
  padding: 1rem 0;
  margin: 0
}

@media screen and (min-width: 769px) {
  .main-footer .footer .company-identity .link-list .link-item ul {
    display: block !important
  }
}

@media screen and (max-width: 768px) {
  .main-footer .footer .company-identity .link-list .link-item ul {
    display: none;
    padding: 1rem 0;
    padding-bottom: 0
  }
}

.main-footer .footer .company-identity .link-list .link-item li {
  list-style: none;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 300
}

  .main-footer .footer .company-identity .link-list .link-item li:hover a {
    color: #7D90A6;
    transition: 0.2s ease-in-out
  }

@media screen and (max-width: 768px) {
  .main-footer .footer .company-identity .link-list .link-item li {
    margin-bottom: 1rem
  }
}

.main-footer .footer .company-identity .link-list .link-item li span {
  margin: 0 0.5rem
}

.main-footer .footer .company-identity .link-list .link-item li.social-link {
  margin-top: 2rem
}

  .main-footer .footer .company-identity .link-list .link-item li.social-link a {
    margin-left: 1rem
  }

    .main-footer .footer .company-identity .link-list .link-item li.social-link a img {
      width: 25px
    }

.main-footer .footer .company-identity .link-list .link-item a {
  color: #3c3c3c;
  transition: 0.2s ease-in-out
}

@media screen and (max-width: 1200px) {
  .main-footer .footer .company-identity .link-list .link-item a {
    font-size: 0.8rem
  }
}

.main-footer .footer .company-identity .link-list .link-item:last-child {
  border-left: none
}

.main-footer .footer .company-identity .call-center-number {
  display: flex;
  align-items: center;
  color: #e2e2e2;
  font-size: 13px;
  font-weight: 500;
  border-radius: 2px
}

@media screen and (max-width: 992px) {
  .main-footer .footer .company-identity .call-center-number {
    font-size: 12px
  }
}

.main-footer .footer .company-identity .call-center-number i {
  display: flex;
  margin-left: 10px;
  align-items: center;
  transform: rotate(-90deg);
  font-size: 18px
}

.main-footer .footer__copyright {
  color: #999999;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  font-size: 10px
}

.cd-main-content > .container {
  width: 100%;
  max-width: 1400px
}

@media screen and (max-width: 1400px) {
  .cd-main-content > .container {
    padding: 0 1rem
  }
}

.cd-main-content .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px
}

@media screen and (max-width: 768px) {
  .cd-main-content .top-bar {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start
  }
}

.cd-main-content .top-bar .breadcrumb {
  padding: 0 1rem
}

  .cd-main-content .top-bar .breadcrumb .breadcrumb-item-wrapper {
    display: flex
  }

    .cd-main-content .top-bar .breadcrumb .breadcrumb-item-wrapper .breadcrumb-item::after {
      content: "/";
      color: #7D90A6;
      margin-left: 0.5rem;
      font-size: .8rem;
      font-weight: lighter
    }

@media screen and (max-width: 576px) {
  .cd-main-content .top-bar .breadcrumb .breadcrumb-item-wrapper .breadcrumb-item::after {
    margin-left: 0.1rem
  }
}

.cd-main-content .top-bar .breadcrumb .breadcrumb-item-wrapper .breadcrumb-item:last-child::after {
  content: ""
}

.cd-main-content .top-bar .breadcrumb .breadcrumb-item-wrapper .breadcrumb-item .breadcrumb-item-link {
  color: #7D90A6;
  font-weight: lighter;
  font-size: .8rem
}

@media screen and (max-width: 576px) {
  .cd-main-content .top-bar .breadcrumb .breadcrumb-item-wrapper .breadcrumb-item .breadcrumb-item-link {
    font-size: 0.7rem
  }
}

.cd-main-content .top-bar .breadcrumb .breadcrumb-item-wrapper .breadcrumb-item .breadcrumb-item-link:hover {
  color: #071C35
}

.cd-main-content .top-bar .suggestion {
  color: #b80c1e;
  font-weight: bold;
  padding: 0 1rem
}

  .cd-main-content .top-bar .suggestion .suggestion-text {
    font-size: .9rem
  }

@media screen and (max-width: 576px) {
  .cd-main-content .top-bar .suggestion .suggestion-text {
    font-size: .8rem
  }
}

.cd-main-content .top-bar .suggestion .suggestion-time {
  font-size: .9rem
}

@media screen and (max-width: 576px) {
  .cd-main-content .top-bar .suggestion .suggestion-time {
    font-size: .8rem
  }
}

.cd-main-content .top-bar .product-count {
  color: #7D90A6;
  padding: 0 1rem;
  font-size: .8rem
}

.cd-main-content .product-cart {
  height: 550px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 80px rgba(125,144,166,0.2);
  overflow: hidden;
  display: flex;
  position: relative
}

@media screen and (max-width: 992px) {
  .cd-main-content .product-cart {
    height: auto
  }
}

@media screen and (max-width: 768px) {
  .cd-main-content .product-cart {
    flex-direction: column
  }
}

.cd-main-content .product-cart .product-image {
  width: 550px;
  height: 100%;
  background-color: #f7f8fa;
  border-left: 1px solid rgba(125,144,166,0.1);
  padding: 1.5rem 2rem;
}

@media screen and (max-width: 1200px) {
  .cd-main-content .product-cart .product-image {
    width: 450px
  }
}

@media screen and (max-width: 992px) {
  .cd-main-content .product-cart .product-image {
    width: 368px;
    height: auto;
    padding: 1rem
  }
}

@media screen and (max-width: 768px) {
  .cd-main-content .product-cart .product-image {
    width: 100%;
    height: 400px;
  }
}

.cd-main-content .product-cart .product-image .swiper-slide {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer
}

.cd-main-content .product-cart .product-image .product-image-slider {
  height: 80%;
  width: 100%;
  box-sizing: border-box
}

.cd-main-content .product-cart .product-image .product-thumbs-slider {
  height: 20%;
  max-height: 80px;
  margin: 1rem 0;
  box-sizing: border-box;
  padding: .8rem 0;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #eee
}

.cd-main-content .product-cart .product-image .product-thumbnail-slider {
  height: 20%;
  max-height: 80px;
  margin: 1rem 0;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #eee
}

  .cd-main-content .product-cart .product-image .product-thumbnail-slider img {
    width: 80px;
    opacity: 0.8
  }

    .cd-main-content .product-cart .product-image .product-thumbnail-slider img:hover {
      opacity: 1
    }

.cd-main-content .product-cart .product-image .product-gallery-image {
  min-width: 450px;
  max-width: 450px;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media screen and (max-width: 1200px) {
  .cd-main-content .product-cart .product-image .product-gallery-image {
    min-width: 400px;
    max-width: 400px
  }
}

@media screen and (max-width: 992px) {
  .cd-main-content .product-cart .product-image .product-gallery-image {
    min-width: 350px;
    max-width: 350px
  }
}

@media screen and (max-width: 768px) {
  .cd-main-content .product-cart .product-image .product-gallery-image {
    min-width: 350px;
    max-width: 350px
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-cart .product-image .product-gallery-image {
    min-width: 250px;
    max-width: 250px
  }
}

@media screen and (max-width: 992px) {
  .cd-main-content .product-cart .product-image .product-thumbs-slider {
    margin: 0
  }
}

.cd-main-content .product-cart .product-image .product-thumbs-slider .swiper-slide {
  height: 100%;
  opacity: 0.4
}

.cd-main-content .product-cart .product-image .product-thumbs-slider .swiper-slide-thumb-active {
  opacity: 1
}

.cd-main-content .product-cart .product-info {
  width: calc(100% - 550px);
  height: 100%;
  background-color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}


.cd-main-content .product-cart .product-info {
  width: calc(100% - 550px);
  height: auto;
  background-color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (max-width: 1200px) {
  .cd-main-content .product-cart .product-info {
    width: calc(100% - 450px)
  }
}

@media screen and (max-width: 992px) {
  .cd-main-content .product-cart .product-info {
    width: calc(100% - 368px);
    height: auto;
    padding: 1rem
  }
}

@media screen and (max-width: 992px) {
  .cd-main-content .product-cart .product-info {
    width: 100%
  }
}

.cd-main-content .product-cart .product-info section.wrapper {
  display: flex
}

.cd-main-content .product-cart .product-info .top-section .product-attr-wrapper {
  width: 50%
}

@media screen and (max-width: 992px) {
  .cd-main-content .product-cart .product-info .top-section .product-attr-wrapper {
    display: none
  }
}

.cd-main-content .product-cart .product-info .top-section .product-options-wrapper {
  width: 50%;
  margin-bottom: 1.5rem;
  display: flex
}

@media screen and (max-width: 992px) {
  .cd-main-content .product-cart .product-info .top-section .product-options-wrapper {
    width: 100%
  }
}

.cd-main-content .product-cart .product-info .top-section .product-options-wrapper .option {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  color: #071C35
}

.cd-main-content .product-cart .product-info .bottom-section {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  direction: ltr
}

  .cd-main-content .product-cart .product-info .bottom-section .product-price-wrapper {
    display: flex;
    margin-bottom: 1rem
  }

    .cd-main-content .product-cart .product-info .bottom-section .product-price-wrapper .product-discount-percent {
      padding: 1rem;
      background-color: #E01E5A;
      border-radius: 20px;
      color: #fff;
      font-size: 1.2rem
    }

@media screen and (max-width: 576px) {
  .cd-main-content .product-cart .product-info .bottom-section .product-price-wrapper .product-discount-percent {
    font-size: 1rem
  }
}

.cd-main-content .product-cart .product-info .bottom-section .product-price-wrapper .price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0 1rem;
  direction: rtl
}

  .cd-main-content .product-cart .product-info .bottom-section .product-price-wrapper .price-wrapper .product-discount-price {
    color: #7D90A6;
    text-decoration: line-through;
    font-size: 0.9rem;
    margin-bottom: 0.5rem
  }

@media screen and (max-width: 576px) {
  .cd-main-content .product-cart .product-info .bottom-section .product-price-wrapper .price-wrapper .product-discount-price {
    font-size: .8rem
  }
}

.cd-main-content .product-cart .product-info .bottom-section .product-price-wrapper .price-wrapper .product-price {
  font-size: 1.5rem;
  font-weight: normal
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-cart .product-info .bottom-section .product-price-wrapper .price-wrapper .product-price {
    font-size: 1rem
  }
}

.cd-main-content .product-cart .product-info .bottom-section .product-action-btn {
  width: 100%;
  display: flex;
  align-items: center
}

@media screen and (max-width: 992px) {
  .cd-main-content .product-cart .product-info .bottom-section .product-action-btn {
    flex-direction: column;
    align-items: flex-start
  }
}

@media screen and (max-width: 768px) {
  .cd-main-content .product-cart .product-info .bottom-section .product-action-btn {
    flex-direction: row
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-cart .product-info .bottom-section .product-action-btn {
    flex-direction: column
  }
}

.cd-main-content .product-cart .product-info .bottom-section .product-action-btn .icon {
  font-size: 1.5rem;
  line-height: 0;
  transition: 0.2s ease-in-out
}

.cd-main-content .product-cart .product-info .bottom-section .product-action-btn .add-to-cart {
  width: 65%;
  height: 60px;
  border-radius: 20px;
  background-color: #2eb67d;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  margin-right: 1rem
}

@media screen and (max-width: 992px) {
  .cd-main-content .product-cart .product-info .bottom-section .product-action-btn .add-to-cart {
    margin: 0;
    margin-bottom: 1rem;
    width: 60%;
    min-width: 300px
  }
}

@media screen and (max-width: 768px) {
  .cd-main-content .product-cart .product-info .bottom-section .product-action-btn .add-to-cart {
    min-width: auto
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-cart .product-info .bottom-section .product-action-btn .add-to-cart {
    width: 100%;
    height: 50px;
    font-size: .9rem
  }
}

.cd-main-content .product-cart .product-info .bottom-section .product-action-btn .add-to-cart .icon {
  font-size: 2rem;
  color: #fff;
  margin-left: 0.5rem;
  vertical-align: middle
}

.cd-main-content .product-cart .product-info .bottom-section .product-action-btn .add-to-cart:hover {
  box-shadow: 0 10px 50px rgba(46,182,125,0.3);
  background-color: #39ac7c;
  transition: 0.2s ease-in-out
}

.cd-main-content .product-cart .product-info .bottom-section .product-action-btn .action-btn-wrapper {
  width: 35%
}

@media screen and (max-width: 992px) {
  .cd-main-content .product-cart .product-info .bottom-section .product-action-btn .action-btn-wrapper {
    width: 60%;
    min-width: 300px
  }
}

@media screen and (max-width: 768px) {
  .cd-main-content .product-cart .product-info .bottom-section .product-action-btn .action-btn-wrapper {
    padding-left: 0.5rem;
    min-width: auto
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-cart .product-info .bottom-section .product-action-btn .action-btn-wrapper {
    width: 100%;
    padding: 0
  }
}

.cd-main-content .product-cart .product-info .bottom-section .product-action-btn .product-share, .cd-main-content .product-cart .product-info .bottom-section .product-action-btn .product-like {
  height: 60px;
  width: calc(50% - 1rem);
  border-radius: 20px;
  margin: 0 0.4rem;
  background-color: #f7f8fa;
  color: #7D90A6;
  border: 1px solid rgba(125,144,166,0.2);
  cursor: pointer;
  transition: 0.2s ease-in-out
}

  .cd-main-content .product-cart .product-info .bottom-section .product-action-btn .product-share.red, .cd-main-content .product-cart .product-info .bottom-section .product-action-btn .product-like.red {
    color: #E01E5A !important;
    transition: 0.2s ease-in-out
  }

@media screen and (max-width: 576px) {
  .cd-main-content .product-cart .product-info .bottom-section .product-action-btn .product-share, .cd-main-content .product-cart .product-info .bottom-section .product-action-btn .product-like {
    height: 50px
  }
}

.cd-main-content .product-cart .product-info .bottom-section .product-action-btn .product-share:hover, .cd-main-content .product-cart .product-info .bottom-section .product-action-btn .product-like:hover {
  box-shadow: 0 0 80px rgba(125,144,166,0.2)
}

.cd-main-content .product-cart .product-title-fa {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 1rem;
  line-height: 2rem;
  color: #071C35
}

@media screen and (max-width: 992px) {
  .cd-main-content .product-cart .product-title-fa {
    margin-bottom: 1rem;
    font-size: 1rem
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-cart .product-title-fa {
    font-size: .9rem
  }
}

.cd-main-content .product-cart .product-title-en {
  font-size: 0.9rem;
  font-weight: lighter;
  margin-bottom: 1rem;
  color: #7D90A6;
  line-height: 1.5rem
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-cart .product-title-en {
    font-size: .8rem
  }
}

.cd-main-content .product-cart .color-option-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem
}

  .cd-main-content .product-cart .color-option-wrapper .option-title {
    color: #071C35;
    margin-bottom: 0.5rem
  }

  .cd-main-content .product-cart .color-option-wrapper .option-items {
    display: flex;
    flex-wrap: wrap
  }

    .cd-main-content .product-cart .color-option-wrapper .option-items .option-circle {
      width: 20px;
      height: 20px;
      border-radius: 50px;
      margin: 0.5rem;
      cursor: pointer;
      position: relative;
      box-shadow: 0 0 80px rgba(125,144,166,0.2)
    }

      .cd-main-content .product-cart .color-option-wrapper .option-items .option-circle::after {
        content: "";
        width: 26px;
        height: 26px;
        left: auto;
        top: -3px;
        right: -3px;
        margin: 0 auto;
        border-radius: 50px;
        position: absolute;
        border: 1px solid rgba(125,144,166,0.5)
      }

      .cd-main-content .product-cart .color-option-wrapper .option-items .option-circle.selected::after {
        border-color: #071C35
      }

.cd-main-content .product-cart .product-attr-title {
  font-size: 0.9rem;
  color: #071C35
}

.cd-main-content .product-cart .product-attr-list {
  padding: 1rem 0
}

  .cd-main-content .product-cart .product-attr-list .product-attr-item {
    margin-bottom: 1rem
  }

    .cd-main-content .product-cart .product-attr-list .product-attr-item span {
      font-size: 0.8rem;
      color: #7D90A6;
      font-weight: normal
    }

.cd-main-content .product-content {
  min-height: 550px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 80px rgba(125,144,166,0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 4rem
}

  .cd-main-content .product-content .content-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f8fa
  }

    .cd-main-content .product-content .content-tabs .content-tab-item {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 70px;
      border-bottom: 1px solid rgba(125,144,166,0.2);
      flex-basis: 33.333333%;
      color: #7D90A6;
      cursor: pointer;
      transition: 0.2s ease-in-out;
      font-size: 1rem
    }

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-tabs .content-tab-item {
    font-size: .8rem
  }
}

.cd-main-content .product-content .content-tabs .content-tab-item .icon {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0.5rem
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-tabs .content-tab-item .icon {
    font-size: 1rem
  }
}

.cd-main-content .product-content .content-tabs .content-tab-item:hover {
  color: #012161;
  transition: 0.2s ease-in-out
}

.cd-main-content .product-content .content-tabs .content-tab-item.active {
  color: #012161;
  border-bottom: 3px solid #012161
}

.cd-main-content .product-content .content-view .content-section {
  display: none;
  padding: 2rem
}

@media screen and (max-width: 1200px) {
  .cd-main-content .product-content .content-view .content-section {
    padding: 2rem 1rem
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section {
    padding: 1rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-title {
  padding: 1rem 0 2rem 0;
  color: #012161;
  font-size: 1rem;
  line-height: 1.5rem
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-title {
    font-size: .8rem;
    padding: 1rem 0
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-descriptions {
  margin-bottom: 1.5rem
}

  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-descriptions:last-child {
    margin-bottom: none
  }

  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-descriptions .content-text {
    line-height: 2.5rem;
    font-size: 1rem;
    text-align: justify;
    direction: rtl
  }

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-descriptions .content-text {
    font-size: .8rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-descriptions .content-img {
  width: 400px;
  height: 100%;
  float: left;
  margin: 1rem 1.5rem 0 0
}

@media screen and (max-width: 992px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-descriptions .content-img {
    width: 300px
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-descriptions .content-img {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes {
  display: flex;
  background-color: #f7f8fa;
  border: 1px solid rgba(125,144,166,0.2);
  border-radius: 20px;
  margin-bottom: 1.5rem;
  align-items: center;
  justify-content: flex-start
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes {
    flex-direction: column
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes:last-child {
  margin-bottom: none
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-title {
  width: 400px;
  text-align: center
}

@media screen and (max-width: 1200px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-title {
    width: 300px
  }
}

@media screen and (max-width: 768px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-title {
    width: 200px
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 1rem 1rem 0 1rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-title p {
  color: #7D90A6;
  font-size: 1rem
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-title p {
    padding: 0.3rem 0.5rem;
    font-size: .8rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-title .icon {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  color: #7D90A6
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-items-wrapper {
  width: calc(100% - 400px)
}

@media screen and (max-width: 1200px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-items-wrapper {
    width: calc(100% - 300px)
  }
}

@media screen and (max-width: 768px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-items-wrapper {
    width: calc(100% - 200px)
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-items-wrapper {
    width: 100%
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-items-wrapper .attr-item {
  width: 100%;
  border-bottom: 1px solid rgba(125,144,166,0.2);
  padding: 1rem 0
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-items-wrapper .attr-item {
    padding: 1rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-items-wrapper .attr-item:last-child {
  border-bottom: none
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-items-wrapper .attr-item .attr-item-q {
  color: #7D90A6;
  margin-left: 0.5rem
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-items-wrapper .attr-item .attr-item-q {
    font-size: .8rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-items-wrapper .attr-item .attr-item-a {
  color: #071C35
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-attrebutes .attr-items-wrapper .attr-item .attr-item-a {
    font-size: .8rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets {
  display: flex;
  align-items: flex-start;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none
}

@media screen and (max-width: 768px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets {
    flex-direction: column-reverse
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper {
  width: calc(100% - 448px);
  margin: 0 1rem;
  max-height: 600px;
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  direction: ltr
}

@media screen and (max-width: 1200px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper {
    width: calc(100% - 316px);
    margin: 0
  }
}

@media screen and (max-width: 768px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper {
    width: 100%;
    margin: 0
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list {
  display: flex;
  flex-direction: column
}

  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item {
    background-color: #f7f8fa;
    border: 1px solid rgba(125,144,166,0.2);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 1.5rem
  }

@media screen and (max-width: 1200px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item {
    padding: 1.5rem 1rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-item-title {
  color: #7D90A6;
  margin-bottom: 2rem;
  text-align: right
}

@media screen and (max-width: 1200px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-item-title {
    margin-bottom: 1rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-item-text {
  line-height: 2rem;
  color: #071C35;
  text-align: justify;
  direction: rtl;
  margin-bottom: 2rem;
  font-size: 1rem
}

@media screen and (max-width: 1200px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-item-text {
    margin-bottom: 1rem
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-item-text {
    font-size: .8rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-item-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: lighter
}

  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-item-detail .comment-item-date {
    color: #7D90A6;
    font-size: 0.8rem
  }

    .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-item-detail .comment-item-date::before {
      content: "|";
      padding-right: 0.5rem;
      color: #7D90A6
    }

  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-item-detail .comment-item-auther {
    margin: 0 0.5rem;
    color: #7D90A6;
    font-size: 0.8rem
  }

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-answer {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(125,144,166,0.2);
  direction: rtl;
  text-align: right;
  line-height: 2rem;
  margin-top: 1rem
}

  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-answer .comment-answer-text {
    color: #071C35;
    font-size: 1rem
  }

@media screen and (max-width: 1200px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-answer .comment-answer-text {
    margin-bottom: 1rem
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-answer .comment-answer-text {
    font-size: .8rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .comment-wrapper .comment-list .comment-item .comment-answer .comment-answer-detail {
  color: #7D90A6;
  font-weight: lighter
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper {
  width: 400px;
  position: sticky;
  top: 0;
  background-color: #f7f8fa;
  border-radius: 20px;
  border: 1px solid rgba(125,144,166,0.2);
  padding: 2rem;
  margin-right: 1rem
}

@media screen and (max-width: 1200px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper {
    width: 300px;
    padding: 1rem
  }
}

@media screen and (max-width: 768px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .form-header {
  font-size: 1rem;
  color: #071C35;
  margin-bottom: 2rem
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .form-header p {
    font-size: .8rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .form-header p .icon {
  font-size: 2rem;
  color: #7D90A6;
  vertical-align: middle;
  margin-left: 0.5rem
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .form-header p .icon {
    font-size: 1rem
  }
}

@media screen and (max-width: 1200px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .form-header {
    margin-bottom: 1rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .commnet-form {
  display: flex;
  flex-direction: column
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .get-comment-title {
  width: 100%;
  height: 45px;
  padding: 0 1rem;
  color: #071C35;
  background-color: #fff;
  border: 1px solid rgba(125,144,166,0.2);
  border-radius: 15px;
  margin-bottom: 1rem;
  transition: 0.2s ease-in-out
}

  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .get-comment-title:focus {
    border-color: #071C35;
    transition: 0.2s ease-in-out
  }

@media screen and (max-width: 1200px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .get-comment-title {
    height: 50px
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .get-comment-title {
    font-size: .8rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .get-comment-text {
  width: 100%;
  height: 200px;
  min-height: 200px;
  max-height: 300px;
  padding: 1rem;
  color: #071C35;
  background-color: #fff;
  border: 1px solid rgba(125,144,166,0.2);
  border-radius: 15px;
  margin-bottom: 1rem;
  transition: 0.2s ease-in-out
}

  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .get-comment-text:focus {
    border-color: #071C35;
    transition: 0.2s ease-in-out
  }

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .send-comment {
  height: 45px;
  width: 100%;
  color: #fff;
  background-color: #012161;
  border-radius: 15px;
  margin-bottom: 1.5rem;
  cursor: pointer
}

@media screen and (max-width: 1200px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .send-comment {
    height: 50px
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .send-comment {
    font-size: .8rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .form-text {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: lighter;
  color: #7D90A6
}

@media screen and (max-width: 576px) {
  .cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .form-text {
    font-size: .8rem
  }
}

.cd-main-content .product-content .content-view .content-section .content-wrapper .c-commnets .form-wrapper .form-text a {
  color: #012161
}

.cd-main-content .product-content .content-view .content-section.active {
  display: block
}

.cd-main-content .products .container {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1400px;
  direction: rtl
}

@media screen and (max-width: 1400px) {
  .cd-main-content .products .container {
    padding: 0 1rem
  }
}

.cd-main-content .products .container .products-wrapper {
  width: calc(100% - 324px);
  height: 100%;
  margin-bottom: 2rem
}

@media screen and (max-width: 992px) {
  .cd-main-content .products .container .products-wrapper {
    width: 100%;
    margin-top: 1rem
  }
}

@media screen and (max-width: 992px) {
  .cd-main-content .products .container .products-wrapper .top-bar {
    display: none
  }
}

.cd-main-content .products .container .products-wrapper .product-section {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 80px rgba(125,144,166,0.2);
  height: 100%;
  width: 100%
}

  .cd-main-content .products .container .products-wrapper .product-section .product-sort {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eee
  }

@media screen and (max-width: 992px) {
  .cd-main-content .products .container .products-wrapper .product-section .product-sort {
    display: none;
    position: fixed;
    transform: translateX(100vw);
    height: 100%;
    width: 300px;
    top: 125px;
    background-color: #fff;
    box-sizing: content-box;
    text-align: center;
    z-index: 3;
    padding: 0 1rem;
    right: 0;
    margin-left: 0;
    padding-top: 1rem;
    transition: 0.2s ease-in-out;
    overflow: auto;
    height: calc(100vh - 125px)
  }

    .cd-main-content .products .container .products-wrapper .product-section .product-sort.toggle {
      transform: translateX(0);
      transition: 0.2s ease-in-out;
      display: block
    }
}

@media screen and (max-width: 992px) and (max-width: 576px) {
  .cd-main-content .products .container .products-wrapper .product-section .product-sort {
    width: calc(100vw - 2rem)
  }
}

.cd-main-content .products .container .products-wrapper .product-section .product-sort .product-sort-title {
  margin-left: 0.5rem
}

@media screen and (max-width: 992px) {
  .cd-main-content .products .container .products-wrapper .product-section .product-sort .product-sort-title {
    text-align: right
  }
}

.cd-main-content .products .container .products-wrapper .product-section .product-sort .product-sort-title i {
  font-size: 1.5rem;
  color: #7D90A6;
  vertical-align: middle
}

.cd-main-content .products .container .products-wrapper .product-section .product-sort .product-sort-title span {
  color: #7D90A6;
  font-size: .9rem
}

.cd-main-content .products .container .products-wrapper .product-section .product-sort .product-sort-options {
  display: flex
}

@media screen and (max-width: 992px) {
  .cd-main-content .products .container .products-wrapper .product-section .product-sort .product-sort-options {
    flex-direction: column;
    margin-top: 1rem;
    align-items: flex-start
  }
}

.cd-main-content .products .container .products-wrapper .product-section .product-sort .product-sort-options .product-sort-option {
  padding: 0.5rem 1rem;
  margin: 0 0.2rem;
  cursor: pointer;
  font-size: .8rem
}

@media screen and (max-width: 992px) {
  .cd-main-content .products .container .products-wrapper .product-section .product-sort .product-sort-options .product-sort-option {
    margin-bottom: 1rem
  }
}

.cd-main-content .products .container .products-wrapper .product-section .product-sort .product-sort-options .product-sort-option.active {
  background-color: #012161;
  border-radius: 15px;
  color: #fff
}

.cd-main-content .products .container .products-wrapper .product-section .product-sort .close-sort {
  margin: 1rem auto;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  background-color: #012161;
  position: sticky;
  left: 0;
  right: 0;
  z-index: 5;
  bottom: 2rem;
  box-shadow: 0 0 80px rgba(125,144,166,0.8);
  cursor: pointer;
  display: none
}

@media screen and (max-width: 992px) {
  .cd-main-content .products .container .products-wrapper .product-section .product-sort .close-sort {
    display: block
  }
}

.cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list {
  display: flex;
  flex-wrap: wrap
}

  .cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item {
    width: 25%;
    border: 1px solid #eee;
    cursor: pointer;
    transition: 0.2s ease-in-out
  }

@media screen and (max-width: 1400px) {
  .cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item {
    width: 33.333333%
  }
}

@media screen and (max-width: 1200px) {
  .cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item {
    width: 50%
  }
}

@media screen and (max-width: 992px) {
  .cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item {
    width: 33.333333%
  }
}

@media screen and (max-width: 768px) {
  .cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item {
    width: 50%
  }
}

@media screen and (max-width: 576px) {
  .cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item {
    width: 100%
  }
}

.cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item .product-item-link {
  color: #071C35;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem
}

.cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item.offer .product-amount .product-discount {
  display: block
}

.cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item:hover {
  box-shadow: 0 0 80px rgba(125,144,166,0.2);
  transition: 0.2s ease-in-out
}

.cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item .product-img-wrapper {
  height: 180px;
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center
}

  .cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item .product-img-wrapper .product-img {
    max-width: 200px
  }

@media screen and (max-width: 1400px) {
  .cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item .product-img-wrapper .product-img {
    max-width: 175px
  }
}

.cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item .product-title-fa {
  font-size: .9rem;
  font-weight: normal;
  line-height: 1.5rem;
  margin-top: 0.5rem
}

.cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item .product-detail .product-title-en {
  font-size: 0.7rem;
  font-weight: lighter;
  color: #7D90A6;
  line-height: 1rem;
  margin-top: 0.5rem
}

.cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item .product-amount {
  margin-top: 1rem;
  display: flex;
  flex-direction: column
}

  .cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item .product-amount .product-discount {
    display: none
  }

    .cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item .product-amount .product-discount .product-discount-percent {
      background-color: #E01E5A;
      padding: 0 0.2rem;
      border-radius: 8px;
      color: #fff;
      margin-left: 0.2rem
    }

    .cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item .product-amount .product-discount .product-discount-price {
      color: #7D90A6;
      text-decoration: line-through;
      font-size: .8rem;
      font-weight: lighter
    }

  .cd-main-content .products .container .products-wrapper .product-section .product-list-wrapper .product-list .product-item .product-amount .product-price {
    font-size: 1rem;
    margin: 0.5rem;
    font-weight: 500
  }

.cd-main-content .products .container .products-wrapper .product-section .pagination {
  height: auto;
  padding: 1.5rem 0;
  border-top: 1px solid #eee
}

.cd-main-content .products .container .products-wrapper .mobile-filter-actions {
  padding: 0 0.5rem 1rem 0.5rem;
  display: none
}

@media screen and (max-width: 992px) {
  .cd-main-content .products .container .products-wrapper .mobile-filter-actions {
    display: block
  }
}

.cd-main-content .products .container .products-wrapper .mobile-filter-actions button {
  border-radius: 20px;
  color: #071C35;
  height: 35px;
  width: 130px;
  background-color: #fff;
  margin-left: 1rem;
  cursor: pointer
}

@media screen and (max-width: 576px) {
  .cd-main-content .products .container .products-wrapper .mobile-filter-actions button {
    margin: 0;
    margin: 0 0.5rem;
    width: calc(50% - 1.2rem)
  }
}

.cd-main-content .products .container .products-wrapper .mobile-filter-actions button:hover {
  box-shadow: 0 0 80px rgba(125,144,166,0.2)
}

.cd-main-content .products .container .products-wrapper .mobile-filter-actions i {
  font-size: 1.1rem;
  color: #071C35;
  vertical-align: middle
}

.cd-main-content .products .container .products-wrapper .mobile-filter-actions .badge {
  width: 20px;
  height: 20px;
  border-radius: 25px;
  color: #fff;
  background-color: #012161;
  display: inline-block;
  vertical-align: middle
}

.cd-main-content .products .container .filters-wrapper {
  height: 100%;
  width: 300px;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
  transition: 0.2s ease-in-out;
  overflow: scroll;
  scrollbar-width: none
}

@media screen and (max-width: 992px) {
  .cd-main-content .products .container .filters-wrapper {
    position: fixed;
    transform: translateX(100vw);
    top: 125px;
    background-color: #fff;
    box-sizing: content-box;
    text-align: center;
    z-index: 3;
    padding: 0 1rem;
    right: 0;
    margin-left: 0;
    display: none;
    height: calc(100vh - 125px);
    overflow: auto
  }

    .cd-main-content .products .container .filters-wrapper.toggle {
      transform: translateX(0);
      transition: 0.2s ease-in-out;
      display: block
    }
}

@media screen and (max-width: 576px) {
  .cd-main-content .products .container .filters-wrapper {
    width: calc(100vw - 2rem)
  }
}

.cd-main-content .products .container .filters-wrapper .close-filter {
  margin: 1rem auto;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  background-color: #012161;
  position: sticky;
  left: 0;
  right: 0;
  z-index: 5;
  bottom: 2rem;
  box-shadow: 0 0 80px rgba(125,144,166,0.8);
  cursor: pointer;
  display: none
}

@media screen and (max-width: 992px) {
  .cd-main-content .products .container .filters-wrapper .close-filter {
    display: block
  }
}

.cd-main-content .products .container .filters-wrapper .filtered-wrapper {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(125,144,166,0.1);
  margin-top: 1.5rem
}

  .cd-main-content .products .container .filters-wrapper .filtered-wrapper .filtered-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 0.7rem 1rem
  }

    .cd-main-content .products .container .filters-wrapper .filtered-wrapper .filtered-header .filtered-header-title {
      font-size: .8rem;
      color: #444444
    }

    .cd-main-content .products .container .filters-wrapper .filtered-wrapper .filtered-header .filtered-clear-all {
      border: 1px solid #E01E5A;
      border-radius: 20px;
      background-color: rgba(224,30,90,0.1);
      padding: 0.1rem 0.5rem;
      color: #E01E5A;
      font-size: .8rem;
      cursor: pointer
    }

  .cd-main-content .products .container .filters-wrapper .filtered-wrapper .filtered-list {
    display: flex;
    padding: 1rem;
    flex-wrap: wrap
  }

    .cd-main-content .products .container .filters-wrapper .filtered-wrapper .filtered-list .filtered-list-item {
      margin: 0.2rem;
      border: 1px solid #012161;
      border-radius: 20px;
      background-color: rgba(54,197,240,0.1);
      padding: 0.2rem 0.5rem;
      cursor: pointer
    }

      .cd-main-content .products .container .filters-wrapper .filtered-wrapper .filtered-list .filtered-list-item:first-child {
        margin-right: 0
      }

      .cd-main-content .products .container .filters-wrapper .filtered-wrapper .filtered-list .filtered-list-item .filtered-list-item-title {
        font-size: .8rem;
        color: #012161
      }

      .cd-main-content .products .container .filters-wrapper .filtered-wrapper .filtered-list .filtered-list-item .filtered-list-item-clear {
        vertical-align: top;
        color: #012161
      }

.cd-main-content .products .container .filters-wrapper .filter-products {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid rgba(125,144,166,0.1);
  margin-top: 1.5rem
}

  .cd-main-content .products .container .filters-wrapper .filter-products.open .filter-products-list {
    display: block
  }

  .cd-main-content .products .container .filters-wrapper .filter-products.open .filter-products-header {
    border-bottom: 1px solid #eee
  }

  .cd-main-content .products .container .filters-wrapper .filter-products.open .filter-products-toggle {
    transform: rotateX(180deg)
  }

  .cd-main-content .products .container .filters-wrapper .filter-products .filter-products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    cursor: pointer
  }

    .cd-main-content .products .container .filters-wrapper .filter-products .filter-products-header .filter-products-title {
      font-size: .8rem;
      color: #444444
    }

    .cd-main-content .products .container .filters-wrapper .filter-products .filter-products-header .filter-products-toggle {
      color: #7D90A6;
      font-size: 1rem;
      cursor: pointer;
      padding: 0.1rem 0.5rem
    }

  .cd-main-content .products .container .filters-wrapper .filter-products .filter-products-list {
    display: none;
    padding: 0.5rem 0;
    max-height: 350px;
    overflow: auto
  }

    .cd-main-content .products .container .filters-wrapper .filter-products .filter-products-list .filter-products-item {
      display: flex;
      padding: 0.5rem 1rem
    }

      .cd-main-content .products .container .filters-wrapper .filter-products .filter-products-list .filter-products-item label {
        margin-right: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-grow: 1
      }

        .cd-main-content .products .container .filters-wrapper .filter-products .filter-products-list .filter-products-item label .en-lable {
          color: #7D90A6;
          font-weight: lighter;
          font-size: .8rem
        }

.product-share-modal {
  width: 100%;
  max-width: 400px
}

  .product-share-modal .product-share-text {
    font-size: 1rem;
    line-height: 2rem
  }

  .product-share-modal .product-share-btn {
    width: 230px;
    height: 50px;
    border-radius: 8px;
    background-color: #012161;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.2s ease-in-out
  }

    .product-share-modal .product-share-btn:hover {
      box-shadow: 0 0 80px rgba(54,197,240,0.3);
      background-color: #2ba5ca;
      transition: 0.2s ease-in-out
    }

  .product-share-modal .cancel-share-btn {
    width: 100px;
    height: 50px;
    margin-right: 1rem;
    border-radius: 8px;
    background-color: #f7f9fd;
    color: #444;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.2s ease-in-out
  }

    .product-share-modal .cancel-share-btn:hover {
      box-shadow: 0 0 80px rgba(125,144,166,0.3);
      transition: 0.2s ease-in-out
    }

.product-gallery-modal {
  width: 100%;
  height: 80vh;
  max-width: 1200px;
  scrollbar-width: none
}

@media screen and (max-width: 1200px) {
  .product-gallery-modal {
    height: 100vh
  }
}

.product-gallery-modal .product-gallery {
  width: 100%;
  height: 100%
}

  .product-gallery-modal .product-gallery .swiper-slide {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer
  }

  .product-gallery-modal .product-gallery .gallery-image-slider {
    height: calc(80vh - 180px);
    width: 100%;
    box-sizing: border-box
  }

  .product-gallery-modal .product-gallery .gallery-thumbs-slider {
    height: 25%;
    max-height: 80px;
    width: 100%;
    max-width: 768px;
    left: auto;
    right: auto;
    margin: 0.5rem auto;
    box-sizing: border-box;
    padding: 0
  }

@media screen and (max-width: 1200px) {
  .product-gallery-modal .product-gallery .gallery-image-slider {
    height: calc(100vh - 250px)
  }
}

.product-gallery-modal .product-gallery .gallery-image-slider .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: move
}

  .product-gallery-modal .product-gallery .gallery-image-slider .swiper-slide.zoom-in {
    cursor: zoom-out;
    transform: scale(1.3)
  }

.product-gallery-modal .product-gallery .gallery-thumbnail-slider {
  height: 25%;
  max-height: 80px;
  width: 100%;
  max-width: 768px;
  left: auto;
  right: auto;
  margin: 1rem auto;
  box-sizing: border-box;
  padding: 0
}

@media screen and (max-width: 1200px) {
  .product-gallery-modal .product-gallery .gallery-thumbnail-slider {
    max-height: 100px
  }
}

@media screen and (max-width: 992px) {
  .product-gallery-modal .product-gallery .gallery-thumbnail-slider {
    padding: 1rem;
    max-height: 120px
  }
}

.product-gallery-modal .product-gallery .gallery-thumbnail-slider .swiper-slide {
  opacity: 0.4
}

  .product-gallery-modal .product-gallery .gallery-thumbnail-slider .swiper-slide img {
    width: 100px
  }

.product-gallery-modal .product-gallery .gallery-thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1
}

.address-modal {
  width: 100%;
  height: auto;
  max-width: 576px;
  scrollbar-width: none
}

  .address-modal .modal__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 0
  }

  .address-modal .add-address-form {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start
  }

    .address-modal .add-address-form .form-group {
      width: calc(50% - 1.5rem);
      margin: 0.5rem 0.75rem
    }

@media screen and (max-width: 576px) {
  .address-modal .add-address-form .form-group {
    width: 100%;
    margin: 0.5rem 0
  }
}

.address-modal .add-address-form .form-group.w-100 {
  width: 100%
}

.address-modal .add-address-form .form-group.max-100 {
  max-height: 100px
}

.address-modal .map-wrapper {
  display: flex;
  flex-direction: column
}

  .address-modal .map-wrapper .map-wrapper-title {
    color: #7D90A6;
    font-weight: lighter;
    margin-bottom: .5rem
  }

  .address-modal .map-wrapper .map {
    height: 150px;
    border: 1px solid rgba(125,144,166,0.4);
    border-radius: 20px;
    overflow: hidden
  }

.address-modal .modal-btn-wrapper {
  display: flex;
  align-items: flex-start
}

.confirm-modal {
  width: 100%;
  max-width: 400px
}

.modal-btn {
  height: 45px;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 0.5rem
}

  .modal-btn.blue {
    color: #fff;
    background-color: #012161;
    transition: 0.2s ease-in-out
  }

    .modal-btn.blue:hover {
      background-color: #2ba5ca;
      box-shadow: 0 0 80px rgba(54,197,240,0.4);
      transition: 0.2s ease-in-out
    }

  .modal-btn.red {
    color: #fff;
    background-color: #E01E5A
  }

    .modal-btn.red:hover {
      background-color: #c51950;
      box-shadow: 0 0 80px rgba(197,25,80,0.4);
      transition: 0.2s ease-in-out
    }

  .modal-btn.outline-btn {
    background-color: #f7f9fd;
    color: #071C35
  }

    .modal-btn.outline-btn:hover {
      box-shadow: 0 0 80px rgba(125,144,166,0.3);
      transition: 0.2s ease-in-out
    }

#eleventZoom-container {
  position: absolute;
  width: 800px;
  height: 400px;
  left: 10rem;
  right: 2rem;
  top: 6rem
}

.form-group {
  display: flex;
  flex-direction: column
}

  .form-group .label-text {
    color: #7D90A6;
    font-weight: lighter;
    margin-bottom: 0.5rem
  }

    .form-group .label-text.fail {
      color: #E01E5A
    }

    .form-group .label-text.success {
      color: #2eb67d
    }

  .form-group .input-text {
    border: 1px solid rgba(125,144,166,0.4);
    border-radius: 15px;
    height: 45px;
    padding: 0.75rem 1.5rem;
    transition: 0.2s ease-in-out
  }

    .form-group .input-text:focus {
      border-color: #7D90A6;
      transition: 0.2s ease-in-out
    }

  .form-group .text-area {
    border: none;
    border: 1px solid rgba(125,144,166,0.4);
    border-radius: 15px;
    min-height: 50px;
    min-width: 100%;
    padding: 0.75rem 1.5rem;
    transition: color 0.2s ease-in-out
  }

    .form-group .text-area:focus {
      border-color: #7D90A6;
      transition: color 0.2s ease-in-out
    }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="checkbox"], input[type="radio"] {
    --active: #03a9f4;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #03a9f4;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s
  }

    input[type="checkbox"]:after, input[type="radio"]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s)
    }

    input[type="checkbox"]:checked, input[type="radio"]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: 0.3s;
      --d-t: 0.6s;
      --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2)
    }

    input[type="checkbox"]:disabled, input[type="radio"]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9
    }

      input[type="checkbox"]:disabled:checked, input[type="radio"]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border)
      }

      input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
        cursor: not-allowed
      }

    input[type="checkbox"]:hover:not(:checked):not(:disabled), input[type="radio"]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover)
    }

    input[type="checkbox"]:not(.switch), input[type="radio"]:not(.switch) {
      width: 21px
    }

      input[type="checkbox"]:not(.switch):after, input[type="radio"]:not(.switch):after {
        opacity: var(--o, 0)
      }

      input[type="checkbox"]:not(.switch):checked, input[type="radio"]:not(.switch):checked {
        --o: 1
      }

    input[type="checkbox"] + label, input[type="radio"] + label {
      font-size: 14px;
      line-height: 21px;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      margin-left: 4px
    }

    input[type="checkbox"]:not(.switch) {
      border-radius: 7px
    }

      input[type="checkbox"]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg))
      }

      input[type="checkbox"]:not(.switch):checked {
        --r: 43deg
      }

    input[type="checkbox"].switch {
      width: 38px;
      border-radius: 11px
    }

      input[type="checkbox"].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0))
      }

      input[type="checkbox"].switch:checked {
        --ab: var(--active-inner);
        --x: 17px
      }

      input[type="checkbox"].switch:disabled:not(:checked):after {
        opacity: 0.6
      }

  input[type="radio"] {
    border-radius: 50%
  }

    input[type="radio"]:after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg))
    }

    input[type="radio"]:checked {
      --r: 43deg
    }
}

.zoomLens {
  border-radius: 8px
}

.zoomWindow {
  border-radius: 20px;
  box-shadow: 0 0 80px rgba(125,144,166,0.5)
}

.cart, .address {
  min-height: calc(100vh - 125px);
  display: flex;
  position: relative
}

  .cart .container, .address .container {
    display: flex;
    align-items: flex-start;
    height: 100%
  }

@media screen and (max-width: 1400px) {
  .cart .container, .address .container {
    padding: 0 1rem
  }
}

@media screen and (max-width: 576px) {
  .cart .container, .address .container {
    padding: 0 0.5rem
  }
}

.cart .page-title, .address .page-title {
  color: #7D90A6;
  display: block;
  padding: 1.5rem 1rem
}

.cart .content-wrapper, .address .content-wrapper {
  width: calc(100% - 350px);
  margin-left: 1.5rem
}

@media screen and (max-width: 768px) {
  .cart .content-wrapper, .address .content-wrapper {
    width: 100%;
    margin-left: 0
  }
}

.cart .content-wrapper .products-wrapper, .address .content-wrapper .products-wrapper {
  width: 100%;
  height: 100%
}

  .cart .content-wrapper .products-wrapper .product-list, .address .content-wrapper .products-wrapper .product-list {
    display: flex;
    flex-direction: column
  }

    .cart .content-wrapper .products-wrapper .product-list .product-item, .address .content-wrapper .products-wrapper .product-list .product-item {
      width: 100%;
      min-height: 226px;
      background-color: #fff;
      border-radius: 20px;
      box-shadow: 0 0 80px rgba(125,144,166,0.2);
      margin-bottom: 1.5rem;
      overflow: hidden;
      display: flex
    }

@media screen and (max-width: 992px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item, .address .content-wrapper .products-wrapper .product-list .product-item {
    flex-direction: column
  }
}

@media screen and (max-width: 768px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item, .address .content-wrapper .products-wrapper .product-list .product-item {
    flex-direction: row
  }
}

@media screen and (max-width: 576px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item, .address .content-wrapper .products-wrapper .product-list .product-item {
    flex-direction: column
  }
}

.cart .content-wrapper .products-wrapper .product-list .product-item .product-img-wrapper, .address .content-wrapper .products-wrapper .product-list .product-item .product-img-wrapper {
  background-color: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 100%;
  min-height: 226px;
  border-left: 1px solid rgba(125,144,166,0.1)
}

@media screen and (max-width: 992px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item .product-img-wrapper, .address .content-wrapper .products-wrapper .product-list .product-item .product-img-wrapper {
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item .product-img-wrapper, .address .content-wrapper .products-wrapper .product-list .product-item .product-img-wrapper {
    width: 250px
  }
}

@media screen and (max-width: 576px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item .product-img-wrapper, .address .content-wrapper .products-wrapper .product-list .product-item .product-img-wrapper {
    width: 100%
  }
}

.cart .content-wrapper .products-wrapper .product-list .product-item .product-img-wrapper .product-item-img, .address .content-wrapper .products-wrapper .product-list .product-item .product-img-wrapper .product-item-img {
  width: 200px
}

.cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper {
  width: calc(100% - 300px);
  padding: 1em 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (max-width: 992px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper {
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper {
    width: calc(100% - 250px)
  }
}

@media screen and (max-width: 576px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper {
    width: 100%
  }
}

.cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-title-fa, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-title-fa {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  line-height: 2rem;
  color: #071C35
}

.cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-title-en, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-title-en {
  font-size: 0.9rem;
  font-weight: lighter;
  margin-bottom: 1rem;
  color: #7D90A6;
  line-height: 1.5rem
}

.cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-attr-list, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-attr-list {
  display: flex
}

  .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-attr-list .product-attr-item, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-attr-list .product-attr-item {
    color: #7D90A6;
    font-weight: lighter;
    font-size: 0.9rem
  }

    .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-attr-list .product-attr-item::after, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-attr-list .product-attr-item::after {
      content: "|";
      color: #7D90A6;
      padding: 0 0.5rem
    }

    .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-attr-list .product-attr-item:last-child::after, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-attr-list .product-attr-item:last-child::after {
      content: ""
    }

    .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-attr-list .product-attr-item .attr-color-circle, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .top-section .product-attr-list .product-attr-item .attr-color-circle {
      width: 12px;
      height: 12px;
      border-radius: 25px;
      display: inline-block;
      margin-right: 0.5rem;
      vertical-align: middle
    }

.cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width: 1200px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section {
    flex-direction: column
  }
}

@media screen and (max-width: 1200px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action {
    width: 100%;
    margin-top: 0.5rem
  }
}

.cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

  .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li {
    height: 40px;
    padding: 1rem 0.5rem;
    background-color: #f7f8fa;
    border: 1px solid rgba(125,144,166,0.1);
    border-radius: 10px;
    margin: 1rem 0.5rem;
    display: flex;
    align-items: center
  }

    .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li:hover, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li:hover {
      box-shadow: 0 0 60px rgba(125,144,166,0.2)
    }

    .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-count-control i.product-plus, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-count-control i.product-plus {
      color: #7D90A6;
      font-size: 1.5rem;
      padding: 0.5rem 1rem;
      cursor: pointer
    }

      .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-count-control i.product-plus:hover, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-count-control i.product-plus:hover {
        color: #071C35
      }

    .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-count-control .product-count, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-count-control .product-count {
      font-size: 1.1rem;
      color: #012161;
      vertical-align: top
    }

    .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-count-control i.product-minus, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-count-control i.product-minus {
      color: #7D90A6;
      font-size: 1.5rem;
      padding: 0.5rem 1rem;
      cursor: pointer
    }

      .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-count-control i.product-minus:hover, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-count-control i.product-minus:hover {
        color: #071C35
      }

    .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-remove, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-remove {
      cursor: pointer
    }

      .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-remove:hover i, .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-remove:hover span, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-remove:hover i, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-remove:hover span {
        color: #E01E5A
      }

      .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-remove span, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-remove span {
        color: #7D90A6;
        font-size: .8rem
      }

      .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-remove i, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-item-action ul li.product-remove i {
        color: #7D90A6;
        font-size: 1rem;
        padding: 0.5rem;
        cursor: pointer
      }

.cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper {
  display: flex;
  justify-content: flex-start;
  direction: ltr
}

@media screen and (max-width: 1200px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper {
    width: 100%;
    margin-top: 0.5rem
  }
}

.cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .product-discount-percent, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .product-discount-percent {
  padding: 1rem;
  background-color: #E01E5A;
  border-radius: 20px;
  color: #fff;
  font-size: 1.2rem;
  height: 50px
}

@media screen and (max-width: 576px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .product-discount-percent, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .product-discount-percent {
    font-size: 1rem
  }
}

.cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .price-wrapper, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0 1rem;
  direction: rtl
}

  .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .price-wrapper .product-discount-price, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .price-wrapper .product-discount-price {
    color: #7D90A6;
    text-decoration: line-through;
    font-size: 0.9rem;
    margin-bottom: 0.5rem
  }

@media screen and (max-width: 576px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .price-wrapper .product-discount-price, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .price-wrapper .product-discount-price {
    font-size: .8rem
  }
}

.cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .price-wrapper .product-price, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .price-wrapper .product-price {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left
}

@media screen and (max-width: 576px) {
  .cart .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .price-wrapper .product-price, .address .content-wrapper .products-wrapper .product-list .product-item .product-detail-wrapper .bottom-section .product-price-wrapper .price-wrapper .product-price {
    font-size: 1rem
  }
}

.cart .cart-wrapper, .address .cart-wrapper {
  width: 350px;
  height: auto;
  min-height: 250px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 80px rgba(125,144,166,0.2);
  position: sticky;
  top: 190px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (max-width: 768px) {
  .cart .cart-wrapper, .address .cart-wrapper {
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px 20px 0 0;
    height: auto;
    min-height: auto;
    z-index: 1;
    flex-direction: row-reverse
  }
}

.cart .cart-wrapper .cart-detail, .address .cart-wrapper .cart-detail {
  display: flex;
  flex-direction: column
}

@media screen and (max-width: 768px) {
  .cart .cart-wrapper .cart-detail, .address .cart-wrapper .cart-detail {
    width: 50%
  }
}

.cart .cart-wrapper .cart-detail .cart-detail-item, .address .cart-wrapper .cart-detail .cart-detail-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem
}

@media screen and (max-width: 768px) {
  .cart .cart-wrapper .cart-detail .cart-detail-item, .address .cart-wrapper .cart-detail .cart-detail-item {
    display: none
  }
}

.cart .cart-wrapper .cart-detail .cart-detail-item.discount .cart-detail-val, .address .cart-wrapper .cart-detail .cart-detail-item.discount .cart-detail-val {
  color: #E01E5A
}

.cart .cart-wrapper .cart-detail .cart-detail-item.green .cart-detail-val, .address .cart-wrapper .cart-detail .cart-detail-item.green .cart-detail-val {
  color: #2eb67d
}

.cart .cart-wrapper .cart-detail .cart-detail-item .cart-detail-title, .address .cart-wrapper .cart-detail .cart-detail-item .cart-detail-title {
  color: #7D90A6;
  font-weight: lighter;
  font-size: 1rem
}

.cart .cart-wrapper .cart-detail .cart-detail-item .cart-detail-val, .address .cart-wrapper .cart-detail .cart-detail-item .cart-detail-val {
  color: #071C35;
  font-size: 1rem
}

.cart .cart-wrapper .cart-detail li:last-of-type, .address .cart-wrapper .cart-detail li:last-of-type {
  border-top: 1px solid rgba(125,144,166,0.2);
  padding-top: 1.5rem
}

  .cart .cart-wrapper .cart-detail li:last-of-type .cart-detail-val, .address .cart-wrapper .cart-detail li:last-of-type .cart-detail-val {
    color: #012161
  }

@media screen and (max-width: 768px) {
  .cart .cart-wrapper .cart-detail li:last-of-type, .address .cart-wrapper .cart-detail li:last-of-type {
    display: flex !important;
    flex-direction: column;
    padding: 0;
    margin: 0;
    text-align: right;
    border: 0;
    align-items: flex-end
  }

    .cart .cart-wrapper .cart-detail li:last-of-type .cart-detail-val, .address .cart-wrapper .cart-detail li:last-of-type .cart-detail-val {
      margin-top: 0.5rem
    }
}

.cart .cart-wrapper .cart-continue-btn, .address .cart-wrapper .cart-continue-btn {
  height: 45px;
  border-radius: 8px;
  background-color: #012161;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out
}

@media screen and (max-width: 768px) {
  .cart .cart-wrapper .cart-continue-btn, .address .cart-wrapper .cart-continue-btn {
    min-width: 50%
  }
}

.cart .cart-wrapper .cart-continue-btn:hover, .address .cart-wrapper .cart-continue-btn:hover {
  box-shadow: 0 10px 40px rgba(3,169,244,0.2);
  transition: 0.2s ease-in-out
}

.cart .cart-wrapper .cart-continue-btn.green, .address .cart-wrapper .cart-continue-btn.green {
  background-color: #2eb67d
}

  .cart .cart-wrapper .cart-continue-btn.green:hover, .address .cart-wrapper .cart-continue-btn.green:hover {
    background-color: #39ac7c;
    box-shadow: 0 10px 40px rgba(57,172,124,0.2)
  }

.cart .delivery-address .address-list, .address .delivery-address .address-list {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap
}

  .cart .delivery-address .address-list li, .address .delivery-address .address-list li {
    width: calc(50% - 0.75rem);
    margin-bottom: 1.5rem;
    margin-right: 1.5rem
  }

    .cart .delivery-address .address-list li:nth-child(2n-1), .address .delivery-address .address-list li:nth-child(2n-1) {
      margin-right: 0
    }

@media screen and (max-width: 992px) {
  .cart .delivery-address .address-list li, .address .delivery-address .address-list li {
    margin-right: 0
  }
}

@media screen and (max-width: 768px) {
  .cart .delivery-address .address-list li, .address .delivery-address .address-list li {
    margin-right: 1.5rem
  }
}

@media screen and (max-width: 576px) {
  .cart .delivery-address .address-list li, .address .delivery-address .address-list li {
    margin-right: 0
  }
}

.cart .delivery-address .address-list .address-item, .address .delivery-address .address-list .address-item {
  height: auto;
  background-color: #fff;
  border-top: 1px solid rgba(125,144,166,0.2);
  box-shadow: 0 0 80px rgba(125,144,166,0.2);
  border-radius: 20px;
  overflow: hidden;
  transition: 0.2s ease-in-out
}

@media screen and (max-width: 992px) {
  .cart .delivery-address .address-list .address-item, .address .delivery-address .address-list .address-item {
    max-width: auto;
    min-width: 100%
  }
}

@media screen and (max-width: 768px) {
  .cart .delivery-address .address-list .address-item, .address .delivery-address .address-list .address-item {
    max-width: 50%;
    min-width: auto
  }
}

@media screen and (max-width: 576px) {
  .cart .delivery-address .address-list .address-item, .address .delivery-address .address-list .address-item {
    max-width: auto;
    min-width: 100%
  }
}

.cart .delivery-address .address-list .address-item label, .address .delivery-address .address-list .address-item label {
  display: flex;
  flex-direction: column;
  cursor: pointer
}

  .cart .delivery-address .address-list .address-item label .address-wrapper, .address .delivery-address .address-list .address-item label .address-wrapper {
    background-color: #f7f8fa;
    border-bottom: 1px solid rgba(125,144,166,0.2);
    box-shadow: 0 0 80px rgba(125,144,166,0.2);
    padding: 1.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap
  }

    .cart .delivery-address .address-list .address-item label .address-wrapper .address-detail, .address .delivery-address .address-list .address-item label .address-wrapper .address-detail {
      display: flex;
      align-items: flex-start;
      margin-bottom: 1rem;
      min-width: 50%
    }

      .cart .delivery-address .address-list .address-item label .address-wrapper .address-detail .icon, .address .delivery-address .address-list .address-item label .address-wrapper .address-detail .icon {
        font-size: 1.5rem;
        color: #7D90A6
      }

      .cart .delivery-address .address-list .address-item label .address-wrapper .address-detail .content, .address .delivery-address .address-list .address-item label .address-wrapper .address-detail .content {
        padding: 0 1rem
      }

        .cart .delivery-address .address-list .address-item label .address-wrapper .address-detail .content .title, .address .delivery-address .address-list .address-item label .address-wrapper .address-detail .content .title {
          display: block;
          color: #7D90A6;
          margin-bottom: 0.5rem;
          font-weight: lighter
        }

        .cart .delivery-address .address-list .address-item label .address-wrapper .address-detail .content .text, .address .delivery-address .address-list .address-item label .address-wrapper .address-detail .content .text {
          color: #071C35;
          line-height: 1.5rem
        }

  .cart .delivery-address .address-list .address-item label .input-wrapper, .address .delivery-address .address-list .address-item label .input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    height: 80px;
    background-color: #fff
  }

    .cart .delivery-address .address-list .address-item label .input-wrapper .btn-wrapper, .address .delivery-address .address-list .address-item label .input-wrapper .btn-wrapper {
      display: flex
    }

      .cart .delivery-address .address-list .address-item label .input-wrapper .btn-wrapper button, .address .delivery-address .address-list .address-item label .input-wrapper .btn-wrapper button {
        height: 40px;
        padding: 1rem 0.5rem;
        background-color: #f7f8fa;
        border: 1px solid rgba(125,144,166,0.1);
        border-radius: 10px;
        margin: 1rem 0.5rem;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        color: #7D90A6
      }

        .cart .delivery-address .address-list .address-item label .input-wrapper .btn-wrapper button.edit-address:hover, .address .delivery-address .address-list .address-item label .input-wrapper .btn-wrapper button.edit-address:hover {
          color: #012161;
          box-shadow: 0 0 60px rgba(125,144,166,0.2);
          transition: 0.2s ease-in-out
        }

        .cart .delivery-address .address-list .address-item label .input-wrapper .btn-wrapper button.delete-address:hover, .address .delivery-address .address-list .address-item label .input-wrapper .btn-wrapper button.delete-address:hover {
          color: #E01E5A;
          box-shadow: 0 0 60px rgba(125,144,166,0.2);
          transition: 0.2s ease-in-out
        }

        .cart .delivery-address .address-list .address-item label .input-wrapper .btn-wrapper button i, .address .delivery-address .address-list .address-item label .input-wrapper .btn-wrapper button i {
          margin-left: 0.5rem;
          font-size: 1rem
        }

.cart .delivery-address .address-list .address-item:hover, .address .delivery-address .address-list .address-item:hover {
  box-shadow: 0 0 80px rgba(125,144,166,0.4);
  transition: 0.2s ease-in-out
}

.cart .delivery-address .address-list .add-address, .address .delivery-address .address-list .add-address {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #7D90A6;
  cursor: pointer;
  border: 2px dashed rgba(125,144,166,0.2);
  box-shadow: 0 0 80px rgba(125,144,166,0.2);
  border-radius: 20px;
  background-color: #f7f8fa;
  transition: 0.2s ease-in-out;
  cursor: pointer
}

@media screen and (max-width: 992px) {
  .cart .delivery-address .address-list .add-address, .address .delivery-address .address-list .add-address {
    width: 100%;
    margin: 0;
    margin-bottom: 1.5rem
  }
}

@media screen and (max-width: 768px) {
  .cart .delivery-address .address-list .add-address, .address .delivery-address .address-list .add-address {
    width: calc(50% - 0.75rem);
    margin-right: 1.5rem
  }
}

@media screen and (max-width: 576px) {
  .cart .delivery-address .address-list .add-address, .address .delivery-address .address-list .add-address {
    width: 100%;
    margin: 0
  }
}

.cart .delivery-address .address-list .add-address:hover, .address .delivery-address .address-list .add-address:hover {
  box-shadow: 0 0 80px rgba(125,144,166,0.4);
  border-color: #012161;
  color: #012161;
  transition: 0.2s ease-in-out
}

  .cart .delivery-address .address-list .add-address:hover .pin-icon, .address .delivery-address .address-list .add-address:hover .pin-icon {
    color: #012161;
    transition: 0.2s ease-in-out
  }

.cart .delivery-address .address-list .add-address .pin-icon, .address .delivery-address .address-list .add-address .pin-icon {
  font-size: 3rem;
  color: #7D90A6;
  transition: 0.2s ease-in-out
}

.cart .delivery-address .address-list .add-address .add-icon, .address .delivery-address .address-list .add-address .add-icon {
  font-size: 1.5rem;
  vertical-align: middle
}

.cart .delivery-type .delivery-list, .cart .delivery-type .payment-list, .cart .payment-type .delivery-list, .cart .payment-type .payment-list, .address .delivery-type .delivery-list, .address .delivery-type .payment-list, .address .payment-type .delivery-list, .address .payment-type .payment-list {
  display: flex;
  flex-wrap: wrap
}

  .cart .delivery-type .delivery-list .delivery-item, .cart .delivery-type .delivery-list .payment-item, .cart .delivery-type .payment-list .delivery-item, .cart .delivery-type .payment-list .payment-item, .cart .payment-type .delivery-list .delivery-item, .cart .payment-type .delivery-list .payment-item, .cart .payment-type .payment-list .delivery-item, .cart .payment-type .payment-list .payment-item, .address .delivery-type .delivery-list .delivery-item, .address .delivery-type .delivery-list .payment-item, .address .delivery-type .payment-list .delivery-item, .address .delivery-type .payment-list .payment-item, .address .payment-type .delivery-list .delivery-item, .address .payment-type .delivery-list .payment-item, .address .payment-type .payment-list .delivery-item, .address .payment-type .payment-list .payment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    width: calc(50% - 0.75rem);
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 80px rgba(125,144,166,0.2);
    border: 1px solid rgba(125,144,166,0.2);
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 1.5rem;
    transition: 0.2s ease-in-out
  }

    .cart .delivery-type .delivery-list .delivery-item:nth-child(2n-1), .cart .delivery-type .delivery-list .payment-item:nth-child(2n-1), .cart .delivery-type .payment-list .delivery-item:nth-child(2n-1), .cart .delivery-type .payment-list .payment-item:nth-child(2n-1), .cart .payment-type .delivery-list .delivery-item:nth-child(2n-1), .cart .payment-type .delivery-list .payment-item:nth-child(2n-1), .cart .payment-type .payment-list .delivery-item:nth-child(2n-1), .cart .payment-type .payment-list .payment-item:nth-child(2n-1), .address .delivery-type .delivery-list .delivery-item:nth-child(2n-1), .address .delivery-type .delivery-list .payment-item:nth-child(2n-1), .address .delivery-type .payment-list .delivery-item:nth-child(2n-1), .address .delivery-type .payment-list .payment-item:nth-child(2n-1), .address .payment-type .delivery-list .delivery-item:nth-child(2n-1), .address .payment-type .delivery-list .payment-item:nth-child(2n-1), .address .payment-type .payment-list .delivery-item:nth-child(2n-1), .address .payment-type .payment-list .payment-item:nth-child(2n-1) {
      margin-left: 1.5rem
    }

@media screen and (max-width: 992px) {
  .cart .delivery-type .delivery-list .delivery-item, .cart .delivery-type .delivery-list .payment-item, .cart .delivery-type .payment-list .delivery-item, .cart .delivery-type .payment-list .payment-item, .cart .payment-type .delivery-list .delivery-item, .cart .payment-type .delivery-list .payment-item, .cart .payment-type .payment-list .delivery-item, .cart .payment-type .payment-list .payment-item, .address .delivery-type .delivery-list .delivery-item, .address .delivery-type .delivery-list .payment-item, .address .delivery-type .payment-list .delivery-item, .address .delivery-type .payment-list .payment-item, .address .payment-type .delivery-list .delivery-item, .address .payment-type .delivery-list .payment-item, .address .payment-type .payment-list .delivery-item, .address .payment-type .payment-list .payment-item {
    width: 100%;
    margin: 0.5rem 0
  }

    .cart .delivery-type .delivery-list .delivery-item:nth-child(2n-1), .cart .delivery-type .delivery-list .payment-item:nth-child(2n-1), .cart .delivery-type .payment-list .delivery-item:nth-child(2n-1), .cart .delivery-type .payment-list .payment-item:nth-child(2n-1), .cart .payment-type .delivery-list .delivery-item:nth-child(2n-1), .cart .payment-type .delivery-list .payment-item:nth-child(2n-1), .cart .payment-type .payment-list .delivery-item:nth-child(2n-1), .cart .payment-type .payment-list .payment-item:nth-child(2n-1), .address .delivery-type .delivery-list .delivery-item:nth-child(2n-1), .address .delivery-type .delivery-list .payment-item:nth-child(2n-1), .address .delivery-type .payment-list .delivery-item:nth-child(2n-1), .address .delivery-type .payment-list .payment-item:nth-child(2n-1), .address .payment-type .delivery-list .delivery-item:nth-child(2n-1), .address .payment-type .delivery-list .payment-item:nth-child(2n-1), .address .payment-type .payment-list .delivery-item:nth-child(2n-1), .address .payment-type .payment-list .payment-item:nth-child(2n-1) {
      margin-left: 0
    }
}

@media screen and (max-width: 768px) {
  .cart .delivery-type .delivery-list .delivery-item, .cart .delivery-type .delivery-list .payment-item, .cart .delivery-type .payment-list .delivery-item, .cart .delivery-type .payment-list .payment-item, .cart .payment-type .delivery-list .delivery-item, .cart .payment-type .delivery-list .payment-item, .cart .payment-type .payment-list .delivery-item, .cart .payment-type .payment-list .payment-item, .address .delivery-type .delivery-list .delivery-item, .address .delivery-type .delivery-list .payment-item, .address .delivery-type .payment-list .delivery-item, .address .delivery-type .payment-list .payment-item, .address .payment-type .delivery-list .delivery-item, .address .payment-type .delivery-list .payment-item, .address .payment-type .payment-list .delivery-item, .address .payment-type .payment-list .payment-item {
    width: calc(50% - 0.5rem);
    margin-bottom: 0.5rem
  }

    .cart .delivery-type .delivery-list .delivery-item:nth-child(2n-1), .cart .delivery-type .delivery-list .payment-item:nth-child(2n-1), .cart .delivery-type .payment-list .delivery-item:nth-child(2n-1), .cart .delivery-type .payment-list .payment-item:nth-child(2n-1), .cart .payment-type .delivery-list .delivery-item:nth-child(2n-1), .cart .payment-type .delivery-list .payment-item:nth-child(2n-1), .cart .payment-type .payment-list .delivery-item:nth-child(2n-1), .cart .payment-type .payment-list .payment-item:nth-child(2n-1), .address .delivery-type .delivery-list .delivery-item:nth-child(2n-1), .address .delivery-type .delivery-list .payment-item:nth-child(2n-1), .address .delivery-type .payment-list .delivery-item:nth-child(2n-1), .address .delivery-type .payment-list .payment-item:nth-child(2n-1), .address .payment-type .delivery-list .delivery-item:nth-child(2n-1), .address .payment-type .delivery-list .payment-item:nth-child(2n-1), .address .payment-type .payment-list .delivery-item:nth-child(2n-1), .address .payment-type .payment-list .payment-item:nth-child(2n-1) {
      margin-left: 1rem
    }
}

@media screen and (max-width: 576px) {
  .cart .delivery-type .delivery-list .delivery-item, .cart .delivery-type .delivery-list .payment-item, .cart .delivery-type .payment-list .delivery-item, .cart .delivery-type .payment-list .payment-item, .cart .payment-type .delivery-list .delivery-item, .cart .payment-type .delivery-list .payment-item, .cart .payment-type .payment-list .delivery-item, .cart .payment-type .payment-list .payment-item, .address .delivery-type .delivery-list .delivery-item, .address .delivery-type .delivery-list .payment-item, .address .delivery-type .payment-list .delivery-item, .address .delivery-type .payment-list .payment-item, .address .payment-type .delivery-list .delivery-item, .address .payment-type .delivery-list .payment-item, .address .payment-type .payment-list .delivery-item, .address .payment-type .payment-list .payment-item {
    width: 100%;
    margin-bottom: 0.5rem
  }

    .cart .delivery-type .delivery-list .delivery-item:nth-child(2n-1), .cart .delivery-type .delivery-list .payment-item:nth-child(2n-1), .cart .delivery-type .payment-list .delivery-item:nth-child(2n-1), .cart .delivery-type .payment-list .payment-item:nth-child(2n-1), .cart .payment-type .delivery-list .delivery-item:nth-child(2n-1), .cart .payment-type .delivery-list .payment-item:nth-child(2n-1), .cart .payment-type .payment-list .delivery-item:nth-child(2n-1), .cart .payment-type .payment-list .payment-item:nth-child(2n-1), .address .delivery-type .delivery-list .delivery-item:nth-child(2n-1), .address .delivery-type .delivery-list .payment-item:nth-child(2n-1), .address .delivery-type .payment-list .delivery-item:nth-child(2n-1), .address .delivery-type .payment-list .payment-item:nth-child(2n-1), .address .payment-type .delivery-list .delivery-item:nth-child(2n-1), .address .payment-type .delivery-list .payment-item:nth-child(2n-1), .address .payment-type .payment-list .delivery-item:nth-child(2n-1), .address .payment-type .payment-list .payment-item:nth-child(2n-1) {
      margin-left: 0
    }
}

.cart .delivery-type .delivery-list .delivery-item:hover, .cart .delivery-type .delivery-list .payment-item:hover, .cart .delivery-type .payment-list .delivery-item:hover, .cart .delivery-type .payment-list .payment-item:hover, .cart .payment-type .delivery-list .delivery-item:hover, .cart .payment-type .delivery-list .payment-item:hover, .cart .payment-type .payment-list .delivery-item:hover, .cart .payment-type .payment-list .payment-item:hover, .address .delivery-type .delivery-list .delivery-item:hover, .address .delivery-type .delivery-list .payment-item:hover, .address .delivery-type .payment-list .delivery-item:hover, .address .delivery-type .payment-list .payment-item:hover, .address .payment-type .delivery-list .delivery-item:hover, .address .payment-type .delivery-list .payment-item:hover, .address .payment-type .payment-list .delivery-item:hover, .address .payment-type .payment-list .payment-item:hover {
  box-shadow: 0 0 80px rgba(125,144,166,0.4);
  transition: 0.2s ease-in-out
}

.cart .delivery-type .delivery-list .delivery-item.disabled, .cart .delivery-type .delivery-list .payment-item.disabled, .cart .delivery-type .payment-list .delivery-item.disabled, .cart .delivery-type .payment-list .payment-item.disabled, .cart .payment-type .delivery-list .delivery-item.disabled, .cart .payment-type .delivery-list .payment-item.disabled, .cart .payment-type .payment-list .delivery-item.disabled, .cart .payment-type .payment-list .payment-item.disabled, .address .delivery-type .delivery-list .delivery-item.disabled, .address .delivery-type .delivery-list .payment-item.disabled, .address .delivery-type .payment-list .delivery-item.disabled, .address .delivery-type .payment-list .payment-item.disabled, .address .payment-type .delivery-list .delivery-item.disabled, .address .payment-type .delivery-list .payment-item.disabled, .address .payment-type .payment-list .delivery-item.disabled, .address .payment-type .payment-list .payment-item.disabled {
  opacity: 0.5;
  filter: grayscale(100%)
}

  .cart .delivery-type .delivery-list .delivery-item.disabled:hover, .cart .delivery-type .delivery-list .payment-item.disabled:hover, .cart .delivery-type .payment-list .delivery-item.disabled:hover, .cart .delivery-type .payment-list .payment-item.disabled:hover, .cart .payment-type .delivery-list .delivery-item.disabled:hover, .cart .payment-type .delivery-list .payment-item.disabled:hover, .cart .payment-type .payment-list .delivery-item.disabled:hover, .cart .payment-type .payment-list .payment-item.disabled:hover, .address .delivery-type .delivery-list .delivery-item.disabled:hover, .address .delivery-type .delivery-list .payment-item.disabled:hover, .address .delivery-type .payment-list .delivery-item.disabled:hover, .address .delivery-type .payment-list .payment-item.disabled:hover, .address .payment-type .delivery-list .delivery-item.disabled:hover, .address .payment-type .delivery-list .payment-item.disabled:hover, .address .payment-type .payment-list .delivery-item.disabled:hover, .address .payment-type .payment-list .payment-item.disabled:hover {
    box-shadow: 0 0 80px rgba(125,144,166,0.2);
    transition: 0.2s ease-in-out
  }

  .cart .delivery-type .delivery-list .delivery-item.disabled label, .cart .delivery-type .delivery-list .payment-item.disabled label, .cart .delivery-type .payment-list .delivery-item.disabled label, .cart .delivery-type .payment-list .payment-item.disabled label, .cart .payment-type .delivery-list .delivery-item.disabled label, .cart .payment-type .delivery-list .payment-item.disabled label, .cart .payment-type .payment-list .delivery-item.disabled label, .cart .payment-type .payment-list .payment-item.disabled label, .address .delivery-type .delivery-list .delivery-item.disabled label, .address .delivery-type .delivery-list .payment-item.disabled label, .address .delivery-type .payment-list .delivery-item.disabled label, .address .delivery-type .payment-list .payment-item.disabled label, .address .payment-type .delivery-list .delivery-item.disabled label, .address .payment-type .delivery-list .payment-item.disabled label, .address .payment-type .payment-list .delivery-item.disabled label, .address .payment-type .payment-list .payment-item.disabled label {
    cursor: no-drop
  }

.cart .delivery-type .delivery-list .delivery-item label, .cart .delivery-type .delivery-list .payment-item label, .cart .delivery-type .payment-list .delivery-item label, .cart .delivery-type .payment-list .payment-item label, .cart .payment-type .delivery-list .delivery-item label, .cart .payment-type .delivery-list .payment-item label, .cart .payment-type .payment-list .delivery-item label, .cart .payment-type .payment-list .payment-item label, .address .delivery-type .delivery-list .delivery-item label, .address .delivery-type .delivery-list .payment-item label, .address .delivery-type .payment-list .delivery-item label, .address .delivery-type .payment-list .payment-item label, .address .payment-type .delivery-list .delivery-item label, .address .payment-type .delivery-list .payment-item label, .address .payment-type .payment-list .delivery-item label, .address .payment-type .payment-list .payment-item label {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  cursor: pointer
}

  .cart .delivery-type .delivery-list .delivery-item label .logo, .cart .delivery-type .delivery-list .payment-item label .logo, .cart .delivery-type .payment-list .delivery-item label .logo, .cart .delivery-type .payment-list .payment-item label .logo, .cart .payment-type .delivery-list .delivery-item label .logo, .cart .payment-type .delivery-list .payment-item label .logo, .cart .payment-type .payment-list .delivery-item label .logo, .cart .payment-type .payment-list .payment-item label .logo, .address .delivery-type .delivery-list .delivery-item label .logo, .address .delivery-type .delivery-list .payment-item label .logo, .address .delivery-type .payment-list .delivery-item label .logo, .address .delivery-type .payment-list .payment-item label .logo, .address .payment-type .delivery-list .delivery-item label .logo, .address .payment-type .delivery-list .payment-item label .logo, .address .payment-type .payment-list .delivery-item label .logo, .address .payment-type .payment-list .payment-item label .logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    background-color: #f7f8fa;
    border-left: 1px solid rgba(125,144,166,0.1)
  }

@media screen and (max-width: 1200px) {
  .cart .delivery-type .delivery-list .delivery-item label .logo, .cart .delivery-type .delivery-list .payment-item label .logo, .cart .delivery-type .payment-list .delivery-item label .logo, .cart .delivery-type .payment-list .payment-item label .logo, .cart .payment-type .delivery-list .delivery-item label .logo, .cart .payment-type .delivery-list .payment-item label .logo, .cart .payment-type .payment-list .delivery-item label .logo, .cart .payment-type .payment-list .payment-item label .logo, .address .delivery-type .delivery-list .delivery-item label .logo, .address .delivery-type .delivery-list .payment-item label .logo, .address .delivery-type .payment-list .delivery-item label .logo, .address .delivery-type .payment-list .payment-item label .logo, .address .payment-type .delivery-list .delivery-item label .logo, .address .payment-type .delivery-list .payment-item label .logo, .address .payment-type .payment-list .delivery-item label .logo, .address .payment-type .payment-list .payment-item label .logo {
    padding: 1rem 1rem
  }
}

@media screen and (max-width: 992px) {
  .cart .delivery-type .delivery-list .delivery-item label .logo, .cart .delivery-type .delivery-list .payment-item label .logo, .cart .delivery-type .payment-list .delivery-item label .logo, .cart .delivery-type .payment-list .payment-item label .logo, .cart .payment-type .delivery-list .delivery-item label .logo, .cart .payment-type .delivery-list .payment-item label .logo, .cart .payment-type .payment-list .delivery-item label .logo, .cart .payment-type .payment-list .payment-item label .logo, .address .delivery-type .delivery-list .delivery-item label .logo, .address .delivery-type .delivery-list .payment-item label .logo, .address .delivery-type .payment-list .delivery-item label .logo, .address .delivery-type .payment-list .payment-item label .logo, .address .payment-type .delivery-list .delivery-item label .logo, .address .payment-type .delivery-list .payment-item label .logo, .address .payment-type .payment-list .delivery-item label .logo, .address .payment-type .payment-list .payment-item label .logo {
    padding: 1rem 1.5rem
  }
}

@media screen and (max-width: 768px) {
  .cart .delivery-type .delivery-list .delivery-item label .logo, .cart .delivery-type .delivery-list .payment-item label .logo, .cart .delivery-type .payment-list .delivery-item label .logo, .cart .delivery-type .payment-list .payment-item label .logo, .cart .payment-type .delivery-list .delivery-item label .logo, .cart .payment-type .delivery-list .payment-item label .logo, .cart .payment-type .payment-list .delivery-item label .logo, .cart .payment-type .payment-list .payment-item label .logo, .address .delivery-type .delivery-list .delivery-item label .logo, .address .delivery-type .delivery-list .payment-item label .logo, .address .delivery-type .payment-list .delivery-item label .logo, .address .delivery-type .payment-list .payment-item label .logo, .address .payment-type .delivery-list .delivery-item label .logo, .address .payment-type .delivery-list .payment-item label .logo, .address .payment-type .payment-list .delivery-item label .logo, .address .payment-type .payment-list .payment-item label .logo {
    padding: 1rem 1rem
  }
}

@media screen and (max-width: 576px) {
  .cart .delivery-type .delivery-list .delivery-item label .logo, .cart .delivery-type .delivery-list .payment-item label .logo, .cart .delivery-type .payment-list .delivery-item label .logo, .cart .delivery-type .payment-list .payment-item label .logo, .cart .payment-type .delivery-list .delivery-item label .logo, .cart .payment-type .delivery-list .payment-item label .logo, .cart .payment-type .payment-list .delivery-item label .logo, .cart .payment-type .payment-list .payment-item label .logo, .address .delivery-type .delivery-list .delivery-item label .logo, .address .delivery-type .delivery-list .payment-item label .logo, .address .delivery-type .payment-list .delivery-item label .logo, .address .delivery-type .payment-list .payment-item label .logo, .address .payment-type .delivery-list .delivery-item label .logo, .address .payment-type .delivery-list .payment-item label .logo, .address .payment-type .payment-list .delivery-item label .logo, .address .payment-type .payment-list .payment-item label .logo {
    padding: 1rem 1.5rem
  }
}

.cart .delivery-type .delivery-list .delivery-item label .logo img, .cart .delivery-type .delivery-list .payment-item label .logo img, .cart .delivery-type .payment-list .delivery-item label .logo img, .cart .delivery-type .payment-list .payment-item label .logo img, .cart .payment-type .delivery-list .delivery-item label .logo img, .cart .payment-type .delivery-list .payment-item label .logo img, .cart .payment-type .payment-list .delivery-item label .logo img, .cart .payment-type .payment-list .payment-item label .logo img, .address .delivery-type .delivery-list .delivery-item label .logo img, .address .delivery-type .delivery-list .payment-item label .logo img, .address .delivery-type .payment-list .delivery-item label .logo img, .address .delivery-type .payment-list .payment-item label .logo img, .address .payment-type .delivery-list .delivery-item label .logo img, .address .payment-type .delivery-list .payment-item label .logo img, .address .payment-type .payment-list .delivery-item label .logo img, .address .payment-type .payment-list .payment-item label .logo img {
  width: 50px
}

@media screen and (max-width: 1200px) {
  .cart .delivery-type .delivery-list .delivery-item label .logo img, .cart .delivery-type .delivery-list .payment-item label .logo img, .cart .delivery-type .payment-list .delivery-item label .logo img, .cart .delivery-type .payment-list .payment-item label .logo img, .cart .payment-type .delivery-list .delivery-item label .logo img, .cart .payment-type .delivery-list .payment-item label .logo img, .cart .payment-type .payment-list .delivery-item label .logo img, .cart .payment-type .payment-list .payment-item label .logo img, .address .delivery-type .delivery-list .delivery-item label .logo img, .address .delivery-type .delivery-list .payment-item label .logo img, .address .delivery-type .payment-list .delivery-item label .logo img, .address .delivery-type .payment-list .payment-item label .logo img, .address .payment-type .delivery-list .delivery-item label .logo img, .address .payment-type .delivery-list .payment-item label .logo img, .address .payment-type .payment-list .delivery-item label .logo img, .address .payment-type .payment-list .payment-item label .logo img {
    width: 40px
  }
}

@media screen and (max-width: 992px) {
  .cart .delivery-type .delivery-list .delivery-item label .logo img, .cart .delivery-type .delivery-list .payment-item label .logo img, .cart .delivery-type .payment-list .delivery-item label .logo img, .cart .delivery-type .payment-list .payment-item label .logo img, .cart .payment-type .delivery-list .delivery-item label .logo img, .cart .payment-type .delivery-list .payment-item label .logo img, .cart .payment-type .payment-list .delivery-item label .logo img, .cart .payment-type .payment-list .payment-item label .logo img, .address .delivery-type .delivery-list .delivery-item label .logo img, .address .delivery-type .delivery-list .payment-item label .logo img, .address .delivery-type .payment-list .delivery-item label .logo img, .address .delivery-type .payment-list .payment-item label .logo img, .address .payment-type .delivery-list .delivery-item label .logo img, .address .payment-type .delivery-list .payment-item label .logo img, .address .payment-type .payment-list .delivery-item label .logo img, .address .payment-type .payment-list .payment-item label .logo img {
    width: 50px
  }
}

@media screen and (max-width: 768px) {
  .cart .delivery-type .delivery-list .delivery-item label .logo img, .cart .delivery-type .delivery-list .payment-item label .logo img, .cart .delivery-type .payment-list .delivery-item label .logo img, .cart .delivery-type .payment-list .payment-item label .logo img, .cart .payment-type .delivery-list .delivery-item label .logo img, .cart .payment-type .delivery-list .payment-item label .logo img, .cart .payment-type .payment-list .delivery-item label .logo img, .cart .payment-type .payment-list .payment-item label .logo img, .address .delivery-type .delivery-list .delivery-item label .logo img, .address .delivery-type .delivery-list .payment-item label .logo img, .address .delivery-type .payment-list .delivery-item label .logo img, .address .delivery-type .payment-list .payment-item label .logo img, .address .payment-type .delivery-list .delivery-item label .logo img, .address .payment-type .delivery-list .payment-item label .logo img, .address .payment-type .payment-list .delivery-item label .logo img, .address .payment-type .payment-list .payment-item label .logo img {
    width: 35px
  }
}

@media screen and (max-width: 576px) {
  .cart .delivery-type .delivery-list .delivery-item label .logo img, .cart .delivery-type .delivery-list .payment-item label .logo img, .cart .delivery-type .payment-list .delivery-item label .logo img, .cart .delivery-type .payment-list .payment-item label .logo img, .cart .payment-type .delivery-list .delivery-item label .logo img, .cart .payment-type .delivery-list .payment-item label .logo img, .cart .payment-type .payment-list .delivery-item label .logo img, .cart .payment-type .payment-list .payment-item label .logo img, .address .delivery-type .delivery-list .delivery-item label .logo img, .address .delivery-type .delivery-list .payment-item label .logo img, .address .delivery-type .payment-list .delivery-item label .logo img, .address .delivery-type .payment-list .payment-item label .logo img, .address .payment-type .delivery-list .delivery-item label .logo img, .address .payment-type .delivery-list .payment-item label .logo img, .address .payment-type .payment-list .delivery-item label .logo img, .address .payment-type .payment-list .payment-item label .logo img {
    width: 40px
  }
}

.cart .delivery-type .delivery-list .delivery-item label i, .cart .delivery-type .delivery-list .payment-item label i, .cart .delivery-type .payment-list .delivery-item label i, .cart .delivery-type .payment-list .payment-item label i, .cart .payment-type .delivery-list .delivery-item label i, .cart .payment-type .delivery-list .payment-item label i, .cart .payment-type .payment-list .delivery-item label i, .cart .payment-type .payment-list .payment-item label i, .address .delivery-type .delivery-list .delivery-item label i, .address .delivery-type .delivery-list .payment-item label i, .address .delivery-type .payment-list .delivery-item label i, .address .delivery-type .payment-list .payment-item label i, .address .payment-type .delivery-list .delivery-item label i, .address .payment-type .delivery-list .payment-item label i, .address .payment-type .payment-list .delivery-item label i, .address .payment-type .payment-list .payment-item label i {
  font-size: 2rem;
  color: #7D90A6
}

.cart .delivery-type .delivery-list .delivery-item label .description, .cart .delivery-type .delivery-list .payment-item label .description, .cart .delivery-type .payment-list .delivery-item label .description, .cart .delivery-type .payment-list .payment-item label .description, .cart .payment-type .delivery-list .delivery-item label .description, .cart .payment-type .delivery-list .payment-item label .description, .cart .payment-type .payment-list .delivery-item label .description, .cart .payment-type .payment-list .payment-item label .description, .address .delivery-type .delivery-list .delivery-item label .description, .address .delivery-type .delivery-list .payment-item label .description, .address .delivery-type .payment-list .delivery-item label .description, .address .delivery-type .payment-list .payment-item label .description, .address .payment-type .delivery-list .delivery-item label .description, .address .payment-type .delivery-list .payment-item label .description, .address .payment-type .payment-list .delivery-item label .description, .address .payment-type .payment-list .payment-item label .description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 0.5rem 1.5rem 0.5rem 0
}

@media screen and (max-width: 1200px) {
  .cart .delivery-type .delivery-list .delivery-item label .description, .cart .delivery-type .delivery-list .payment-item label .description, .cart .delivery-type .payment-list .delivery-item label .description, .cart .delivery-type .payment-list .payment-item label .description, .cart .payment-type .delivery-list .delivery-item label .description, .cart .payment-type .delivery-list .payment-item label .description, .cart .payment-type .payment-list .delivery-item label .description, .cart .payment-type .payment-list .payment-item label .description, .address .delivery-type .delivery-list .delivery-item label .description, .address .delivery-type .delivery-list .payment-item label .description, .address .delivery-type .payment-list .delivery-item label .description, .address .delivery-type .payment-list .payment-item label .description, .address .payment-type .delivery-list .delivery-item label .description, .address .payment-type .delivery-list .payment-item label .description, .address .payment-type .payment-list .delivery-item label .description, .address .payment-type .payment-list .payment-item label .description {
    padding: 0.5rem 1rem 0.5rem 0
  }
}

@media screen and (max-width: 992px) {
  .cart .delivery-type .delivery-list .delivery-item label .description, .cart .delivery-type .delivery-list .payment-item label .description, .cart .delivery-type .payment-list .delivery-item label .description, .cart .delivery-type .payment-list .payment-item label .description, .cart .payment-type .delivery-list .delivery-item label .description, .cart .payment-type .delivery-list .payment-item label .description, .cart .payment-type .payment-list .delivery-item label .description, .cart .payment-type .payment-list .payment-item label .description, .address .delivery-type .delivery-list .delivery-item label .description, .address .delivery-type .delivery-list .payment-item label .description, .address .delivery-type .payment-list .delivery-item label .description, .address .delivery-type .payment-list .payment-item label .description, .address .payment-type .delivery-list .delivery-item label .description, .address .payment-type .delivery-list .payment-item label .description, .address .payment-type .payment-list .delivery-item label .description, .address .payment-type .payment-list .payment-item label .description {
    padding: 0.5rem 1.5rem 0.5rem 0
  }
}

@media screen and (max-width: 768px) {
  .cart .delivery-type .delivery-list .delivery-item label .description, .cart .delivery-type .delivery-list .payment-item label .description, .cart .delivery-type .payment-list .delivery-item label .description, .cart .delivery-type .payment-list .payment-item label .description, .cart .payment-type .delivery-list .delivery-item label .description, .cart .payment-type .delivery-list .payment-item label .description, .cart .payment-type .payment-list .delivery-item label .description, .cart .payment-type .payment-list .payment-item label .description, .address .delivery-type .delivery-list .delivery-item label .description, .address .delivery-type .delivery-list .payment-item label .description, .address .delivery-type .payment-list .delivery-item label .description, .address .delivery-type .payment-list .payment-item label .description, .address .payment-type .delivery-list .delivery-item label .description, .address .payment-type .delivery-list .payment-item label .description, .address .payment-type .payment-list .delivery-item label .description, .address .payment-type .payment-list .payment-item label .description {
    padding: 0.5rem 1rem 0.5rem 0
  }
}

@media screen and (max-width: 576px) {
  .cart .delivery-type .delivery-list .delivery-item label .description, .cart .delivery-type .delivery-list .payment-item label .description, .cart .delivery-type .payment-list .delivery-item label .description, .cart .delivery-type .payment-list .payment-item label .description, .cart .payment-type .delivery-list .delivery-item label .description, .cart .payment-type .delivery-list .payment-item label .description, .cart .payment-type .payment-list .delivery-item label .description, .cart .payment-type .payment-list .payment-item label .description, .address .delivery-type .delivery-list .delivery-item label .description, .address .delivery-type .delivery-list .payment-item label .description, .address .delivery-type .payment-list .delivery-item label .description, .address .delivery-type .payment-list .payment-item label .description, .address .payment-type .delivery-list .delivery-item label .description, .address .payment-type .delivery-list .payment-item label .description, .address .payment-type .payment-list .delivery-item label .description, .address .payment-type .payment-list .payment-item label .description {
    padding: 0.5rem 1.5rem 0.5rem 0
  }
}

.cart .delivery-type .delivery-list .delivery-item label .description p, .cart .delivery-type .delivery-list .payment-item label .description p, .cart .delivery-type .payment-list .delivery-item label .description p, .cart .delivery-type .payment-list .payment-item label .description p, .cart .payment-type .delivery-list .delivery-item label .description p, .cart .payment-type .delivery-list .payment-item label .description p, .cart .payment-type .payment-list .delivery-item label .description p, .cart .payment-type .payment-list .payment-item label .description p, .address .delivery-type .delivery-list .delivery-item label .description p, .address .delivery-type .delivery-list .payment-item label .description p, .address .delivery-type .payment-list .delivery-item label .description p, .address .delivery-type .payment-list .payment-item label .description p, .address .payment-type .delivery-list .delivery-item label .description p, .address .payment-type .delivery-list .payment-item label .description p, .address .payment-type .payment-list .delivery-item label .description p, .address .payment-type .payment-list .payment-item label .description p {
  padding: 0.5rem 0
}

@media screen and (max-width: 1200px) {
  .cart .delivery-type .delivery-list .delivery-item label .description p, .cart .delivery-type .delivery-list .payment-item label .description p, .cart .delivery-type .payment-list .delivery-item label .description p, .cart .delivery-type .payment-list .payment-item label .description p, .cart .payment-type .delivery-list .delivery-item label .description p, .cart .payment-type .delivery-list .payment-item label .description p, .cart .payment-type .payment-list .delivery-item label .description p, .cart .payment-type .payment-list .payment-item label .description p, .address .delivery-type .delivery-list .delivery-item label .description p, .address .delivery-type .delivery-list .payment-item label .description p, .address .delivery-type .payment-list .delivery-item label .description p, .address .delivery-type .payment-list .payment-item label .description p, .address .payment-type .delivery-list .delivery-item label .description p, .address .payment-type .delivery-list .payment-item label .description p, .address .payment-type .payment-list .delivery-item label .description p, .address .payment-type .payment-list .payment-item label .description p {
    font-size: .8rem;
    line-height: 1rem
  }
}

.cart .delivery-type .delivery-list .delivery-item label .description p.delivery-price, .cart .delivery-type .delivery-list .payment-item label .description p.delivery-price, .cart .delivery-type .payment-list .delivery-item label .description p.delivery-price, .cart .delivery-type .payment-list .payment-item label .description p.delivery-price, .cart .payment-type .delivery-list .delivery-item label .description p.delivery-price, .cart .payment-type .delivery-list .payment-item label .description p.delivery-price, .cart .payment-type .payment-list .delivery-item label .description p.delivery-price, .cart .payment-type .payment-list .payment-item label .description p.delivery-price, .address .delivery-type .delivery-list .delivery-item label .description p.delivery-price, .address .delivery-type .delivery-list .payment-item label .description p.delivery-price, .address .delivery-type .payment-list .delivery-item label .description p.delivery-price, .address .delivery-type .payment-list .payment-item label .description p.delivery-price, .address .payment-type .delivery-list .delivery-item label .description p.delivery-price, .address .payment-type .delivery-list .payment-item label .description p.delivery-price, .address .payment-type .payment-list .delivery-item label .description p.delivery-price, .address .payment-type .payment-list .payment-item label .description p.delivery-price {
  color: #012161
}

.cart .delivery-type .delivery-list .delivery-item input, .cart .delivery-type .delivery-list .payment-item input, .cart .delivery-type .payment-list .delivery-item input, .cart .delivery-type .payment-list .payment-item input, .cart .payment-type .delivery-list .delivery-item input, .cart .payment-type .delivery-list .payment-item input, .cart .payment-type .payment-list .delivery-item input, .cart .payment-type .payment-list .payment-item input, .address .delivery-type .delivery-list .delivery-item input, .address .delivery-type .delivery-list .payment-item input, .address .delivery-type .payment-list .delivery-item input, .address .delivery-type .payment-list .payment-item input, .address .payment-type .delivery-list .delivery-item input, .address .payment-type .delivery-list .payment-item input, .address .payment-type .payment-list .delivery-item input, .address .payment-type .payment-list .payment-item input {
  border-radius: 50%;
  margin-left: 2rem;
  min-width: 21px
}

@media screen and (max-width: 1200px) {
  .cart .delivery-type .delivery-list .delivery-item input, .cart .delivery-type .delivery-list .payment-item input, .cart .delivery-type .payment-list .delivery-item input, .cart .delivery-type .payment-list .payment-item input, .cart .payment-type .delivery-list .delivery-item input, .cart .payment-type .delivery-list .payment-item input, .cart .payment-type .payment-list .delivery-item input, .cart .payment-type .payment-list .payment-item input, .address .delivery-type .delivery-list .delivery-item input, .address .delivery-type .delivery-list .payment-item input, .address .delivery-type .payment-list .delivery-item input, .address .delivery-type .payment-list .payment-item input, .address .payment-type .delivery-list .delivery-item input, .address .payment-type .delivery-list .payment-item input, .address .payment-type .payment-list .delivery-item input, .address .payment-type .payment-list .payment-item input {
    margin-left: 1rem
  }
}

@media screen and (max-width: 992px) {
  .cart .delivery-type .delivery-list .delivery-item input, .cart .delivery-type .delivery-list .payment-item input, .cart .delivery-type .payment-list .delivery-item input, .cart .delivery-type .payment-list .payment-item input, .cart .payment-type .delivery-list .delivery-item input, .cart .payment-type .delivery-list .payment-item input, .cart .payment-type .payment-list .delivery-item input, .cart .payment-type .payment-list .payment-item input, .address .delivery-type .delivery-list .delivery-item input, .address .delivery-type .delivery-list .payment-item input, .address .delivery-type .payment-list .delivery-item input, .address .delivery-type .payment-list .payment-item input, .address .payment-type .delivery-list .delivery-item input, .address .payment-type .delivery-list .payment-item input, .address .payment-type .payment-list .delivery-item input, .address .payment-type .payment-list .payment-item input {
    margin-left: 2rem
  }
}

@media screen and (max-width: 768px) {
  .cart .delivery-type .delivery-list .delivery-item input, .cart .delivery-type .delivery-list .payment-item input, .cart .delivery-type .payment-list .delivery-item input, .cart .delivery-type .payment-list .payment-item input, .cart .payment-type .delivery-list .delivery-item input, .cart .payment-type .delivery-list .payment-item input, .cart .payment-type .payment-list .delivery-item input, .cart .payment-type .payment-list .payment-item input, .address .delivery-type .delivery-list .delivery-item input, .address .delivery-type .delivery-list .payment-item input, .address .delivery-type .payment-list .delivery-item input, .address .delivery-type .payment-list .payment-item input, .address .payment-type .delivery-list .delivery-item input, .address .payment-type .delivery-list .payment-item input, .address .payment-type .payment-list .delivery-item input, .address .payment-type .payment-list .payment-item input {
    margin-left: 1rem
  }
}

@media screen and (max-width: 576px) {
  .cart .delivery-type .delivery-list .delivery-item input, .cart .delivery-type .delivery-list .payment-item input, .cart .delivery-type .payment-list .delivery-item input, .cart .delivery-type .payment-list .payment-item input, .cart .payment-type .delivery-list .delivery-item input, .cart .payment-type .delivery-list .payment-item input, .cart .payment-type .payment-list .delivery-item input, .cart .payment-type .payment-list .payment-item input, .address .delivery-type .delivery-list .delivery-item input, .address .delivery-type .delivery-list .payment-item input, .address .delivery-type .payment-list .delivery-item input, .address .delivery-type .payment-list .payment-item input, .address .payment-type .delivery-list .delivery-item input, .address .payment-type .delivery-list .payment-item input, .address .payment-type .payment-list .delivery-item input, .address .payment-type .payment-list .payment-item input {
    margin-left: 1.5rem
  }
}

.cart .delivery-time .week, .address .delivery-time .week {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid rgba(125,144,166,0.2);
  box-shadow: 0 0 80px rgba(125,144,166,0.2);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 1.5rem
}

  .cart .delivery-time .week .day.disabled, .address .delivery-time .week .day.disabled {
    color: #999;
    cursor: no-drop
  }

  .cart .delivery-time .week .day.active, .address .delivery-time .week .day.active {
    color: #012161
  }

    .cart .delivery-time .week .day.active .time-wrapper, .address .delivery-time .week .day.active .time-wrapper {
      display: flex
    }

  .cart .delivery-time .week .day .day-title, .address .delivery-time .week .day .day-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f7f8fa;
    padding: 1rem 1rem;
    width: 200px;
    border-bottom: 1px solid rgba(125,144,166,0.1);
    border-left: 1px solid rgba(125,144,166,0.1)
  }

    .cart .delivery-time .week .day .day-title p:first-child, .address .delivery-time .week .day .day-title p:first-child {
      margin-bottom: 0.5rem
    }

@media screen and (max-width: 1200px) {
  .cart .delivery-time .week .day .day-title, .address .delivery-time .week .day .day-title {
    width: 150px
  }
}

@media screen and (max-width: 992px) {
  .cart .delivery-time .week .day .day-title, .address .delivery-time .week .day .day-title {
    width: 100px
  }
}

@media screen and (max-width: 768px) {
  .cart .delivery-time .week .day .day-title, .address .delivery-time .week .day .day-title {
    width: 150px
  }
}

@media screen and (max-width: 576px) {
  .cart .delivery-time .week .day .day-title, .address .delivery-time .week .day .day-title {
    width: 100px
  }
}

.cart .delivery-time .week .day .time-wrapper, .address .delivery-time .week .day .time-wrapper {
  display: none;
  position: absolute;
  width: calc(100% - 200px);
  height: 100%;
  padding: 1rem 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  left: 0;
  top: 0;
  overflow: auto
}

@media screen and (max-width: 1200px) {
  .cart .delivery-time .week .day .time-wrapper, .address .delivery-time .week .day .time-wrapper {
    width: calc(100% - 150px)
  }
}

@media screen and (max-width: 992px) {
  .cart .delivery-time .week .day .time-wrapper, .address .delivery-time .week .day .time-wrapper {
    width: calc(100% - 100px)
  }
}

@media screen and (max-width: 768px) {
  .cart .delivery-time .week .day .time-wrapper, .address .delivery-time .week .day .time-wrapper {
    width: calc(100% - 150px)
  }
}

@media screen and (max-width: 576px) {
  .cart .delivery-time .week .day .time-wrapper, .address .delivery-time .week .day .time-wrapper {
    width: calc(100% - 100px);
    padding: 0.5rem
  }
}

.cart .delivery-time .week .day .time-wrapper .time-item, .address .delivery-time .week .day .time-wrapper .time-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: calc(25% - 1rem);
  height: 105px;
  background-color: #f7f8fa;
  border-radius: 20px;
  border: 1px solid rgba(125,144,166,0.1);
  transition: 0.2s ease-in-out;
  margin: 0.5rem
}

  .cart .delivery-time .week .day .time-wrapper .time-item.disabled, .address .delivery-time .week .day .time-wrapper .time-item.disabled {
    filter: grayscale(100%)
  }

    .cart .delivery-time .week .day .time-wrapper .time-item.disabled label, .address .delivery-time .week .day .time-wrapper .time-item.disabled label {
      cursor: no-drop
    }

    .cart .delivery-time .week .day .time-wrapper .time-item.disabled:hover, .address .delivery-time .week .day .time-wrapper .time-item.disabled:hover {
      box-shadow: none
    }

  .cart .delivery-time .week .day .time-wrapper .time-item label, .address .delivery-time .week .day .time-wrapper .time-item label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    cursor: pointer
  }

  .cart .delivery-time .week .day .time-wrapper .time-item:hover, .address .delivery-time .week .day .time-wrapper .time-item:hover {
    box-shadow: 0 0 60px rgba(125,144,166,0.2);
    transition: 0.2s ease-in-out
  }

@media screen and (max-width: 1200px) {
  .cart .delivery-time .week .day .time-wrapper .time-item, .address .delivery-time .week .day .time-wrapper .time-item {
    width: calc(33.333333% - 1rem)
  }
}

@media screen and (max-width: 992px) {
  .cart .delivery-time .week .day .time-wrapper .time-item, .address .delivery-time .week .day .time-wrapper .time-item {
    width: calc(50% - 1rem)
  }
}

@media screen and (max-width: 768px) {
  .cart .delivery-time .week .day .time-wrapper .time-item, .address .delivery-time .week .day .time-wrapper .time-item {
    width: calc(33.333333% - 1rem)
  }
}

@media screen and (max-width: 576px) {
  .cart .delivery-time .week .day .time-wrapper .time-item, .address .delivery-time .week .day .time-wrapper .time-item {
    width: calc(50% - 1rem)
  }
}

.cart .discount-code, .address .discount-code {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 2rem
}

@media screen and (max-width: 576px) {
  .cart .discount-code, .address .discount-code {
    padding: 0;
    width: 100%
  }
}

.cart .discount-code .discount-wrapper, .address .discount-code .discount-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  width: 50%;
  min-width: 400px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 80px rgba(125,144,166,0.2);
  border: 1px solid rgba(125,144,166,0.2)
}

@media screen and (max-width: 576px) {
  .cart .discount-code .discount-wrapper, .address .discount-code .discount-wrapper {
    width: 100%;
    min-width: auto
  }
}

.cart .discount-code .discount-wrapper .form-group, .address .discount-code .discount-wrapper .form-group {
  width: calc(100% - 100px)
}

.cart .discount-code .discount-wrapper .submit-btn, .address .discount-code .discount-wrapper .submit-btn {
  width: 100px;
  margin-right: 1rem;
  background-color: #012161;
  color: #fff;
  height: 45px;
  border-radius: 15px;
  transition: 0.2s ease-in-out;
  cursor: pointer
}

  .cart .discount-code .discount-wrapper .submit-btn:hover, .address .discount-code .discount-wrapper .submit-btn:hover {
    background-color: #2ba5ca;
    box-shadow: 0 0 80px rgba(54,197,240,0.4);
    transition: 0.2s ease-in-out
  }

.cart .summary-order, .address .summary-order {
  width: 100%;
  height: 100%
}

  .cart .summary-order .summary-wrapper, .address .summary-order .summary-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 80px rgba(125,144,166,0.2);
    margin-bottom: 1.5rem;
    overflow: hidden
  }

  .cart .summary-order .summary-list, .address .summary-order .summary-list {
    display: flex;
    flex-direction: column
  }

.summary-item {
  position: relative;
}

ul.price.product-attr-list {
  position: absolute;
  left: 1em;
  bottom: 0.5em;
}

  ul.price.product-attr-list li {
    margin-bottom: 0.5em;
  }

.cart .summary-order .summary-list .summary-item, .address .summary-order .summary-list .summary-item {
  width: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(125,144,166,0.2)
}

  .cart .summary-order .summary-list .summary-item .summary-img-wrapper, .address .summary-order .summary-list .summary-item .summary-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 100%
  }

    .cart .summary-order .summary-list .summary-item .summary-img-wrapper .summary-item-img, .address .summary-order .summary-list .summary-item .summary-img-wrapper .summary-item-img {
      width: 100px
    }

  .cart .summary-order .summary-list .summary-item .summary-detail-wrapper, .address .summary-order .summary-list .summary-item .summary-detail-wrapper {
    width: calc(100% - 150px);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }

    .cart .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-title-fa, .address .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-title-fa {
      font-size: 1rem;
      font-weight: normal;
      margin-bottom: 0.5rem;
      line-height: 2rem;
      color: #071C35
    }

    .cart .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-title-en, .address .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-title-en {
      font-size: 0.9rem;
      font-weight: lighter;
      margin-bottom: 1rem;
      color: #7D90A6;
      line-height: 1.5rem
    }

    .cart .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-attr-list, .address .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-attr-list {
      display: flex;
      flex-wrap: wrap
    }

      .cart .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-attr-list .product-attr-item, .address .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-attr-list .product-attr-item {
        color: #7D90A6;
        font-weight: lighter;
        font-size: 0.9rem;
        margin-bottom: 0.5rem
      }

        .cart .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-attr-list .product-attr-item::after, .address .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-attr-list .product-attr-item::after {
          content: "|";
          color: #7D90A6;
          padding: 0 0.5rem
        }

        .cart .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-attr-list .product-attr-item:last-child::after, .address .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-attr-list .product-attr-item:last-child::after {
          content: ""
        }

        .cart .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-attr-list .product-attr-item .attr-color-circle, .address .summary-order .summary-list .summary-item .summary-detail-wrapper .top-section .product-attr-list .product-attr-item .attr-color-circle {
          width: 12px;
          height: 12px;
          border-radius: 25px;
          display: inline-block;
          margin-right: 0.5rem;
          vertical-align: middle
        }

.cart .summary-order .summary-address, .address .summary-order .summary-address {
  display: flex;
  flex-direction: column;
  background-color: #f7f8fa;
  padding: 1.5rem
}

  .cart .summary-order .summary-address .address-item, .address .summary-order .summary-address .address-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem
  }

    .cart .summary-order .summary-address .address-item .item-title, .address .summary-order .summary-address .address-item .item-title {
      color: #7D90A6;
      font-weight: lighter;
      font-size: 1rem;
      margin-left: 0.5rem;
      display: inline-block
    }

    .cart .summary-order .summary-address .address-item .item-val, .address .summary-order .summary-address .address-item .item-val {
      color: #071C35;
      font-size: 1rem;
      /*line-height: 1.5rem;*/
      display: inline-block
    }

.auth-form {
  padding: 2rem 0.5rem;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column
}

  .auth-form .logo-wrapper {
    height: 100px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
  }

    .auth-form .logo-wrapper img {
      height: 85px;
    }

  .auth-form .container {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 500px;
    max-width: 992px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid rgba(125,144,166,0.1);
    box-shadow: 0 0 60px rgba(125,144,166,0.2);
    margin-top: 1.5rem;
    overflow: hidden
  }

  .auth-form .image-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background-color: #fff;
    padding: 3rem
  }

@media screen and (max-width: 768px) {
  .auth-form .image-section {
    display: none
  }
}

.auth-form .image-section img {
  width: 100%
}

.auth-form .form-section {
  height: 100%;
  width: 50%;
  background-color: #f7f8fa;
  border-left: 1px solid rgba(125,144,166,0.1);
  padding: 3rem 2rem;
  align-self: flex-end;
  position: relative
}

@media screen and (max-width: 768px) {
  .auth-form .form-section {
    width: 100%
  }
}

@media screen and (max-width: 576px) {
  .auth-form .form-section {
    padding: 1.5rem 1rem
  }
}

.auth-form .form-section .form-title {
  font-size: 1.2rem;
  color: #071C35
}

.auth-form .form-section .form-text {
  color: #7D90A6;
  font-weight: lighter;
  margin-top: 1rem
}

.auth-form .form-section form {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem
}

.auth-form .form-section .form-group {
  margin-bottom: 1.5rem
}

.auth-form .form-section .form-link {
  margin-bottom: 1.5rem;
  color: #7D90A6
}

.auth-form .form-section .blue-text {
  color: #012161
}

.auth-form .form-section .green-text {
  color: #2eb67d
}

.auth-form .form-section .submit-btn {
  height: 45px;
  width: calc(100% - 4rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 2rem
}

.btn-back {
  position: absolute;
  left: 2rem;
  top: 3rem;
  background: url(../img/general/icon-back.png) no-repeat;
  width: 33px;
  height: 24px;
  cursor: pointer;
}

  .btn-back:hover {
    background-position: center bottom;
  }

@media screen and (max-width: 576px) {
  .auth-form .form-section .submit-btn {
    width: calc(100% - 2rem)
  }

  .btn-back {
    top: 2rem;
  }
}

.auth-form .form-section .submit-btn.blue {
  background-color: #012161;
  transition: 0.2s ease-in-out
}

  .auth-form .form-section .submit-btn.blue:hover {
    background-color: #2ba5ca;
    box-shadow: 0 0 80px rgba(54,197,240,0.4);
    transition: 0.2s ease-in-out
  }

.auth-form .form-section .submit-btn.green {
  background-color: #2eb67d;
  transition: 0.2s ease-in-out
}

  .auth-form .form-section .submit-btn.green:hover {
    background-color: #39ac7c;
    box-shadow: 0 0 80px rgba(57,172,124,0.4);
    transition: 0.2s ease-in-out
  }

.after-payment,
.user-page {
  min-height: calc(100vh - 350px);
  padding: 0.5rem
}

  .after-payment .container,
  .user-page .container {
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid rgba(125,144,166,0.1);
    box-shadow: 0 0 60px rgba(125,144,166,0.2);
    padding: 2rem;
    margin-top: 2rem;
    height: 100%;
    overflow: hidden;
    width: 100%;
    min-height: 400px;
    height: auto;
    max-width: 992px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
  }

  .after-payment.success .payment-icon {
    color: #2eb67d
  }

  .after-payment.success .payment-title {
    color: #2eb67d
  }

  .after-payment.warning .payment-icon {
    color: #E01E5A
  }

  .after-payment.warning .payment-title {
    color: #E01E5A
  }

  .after-payment .payment-icon {
    font-size: 5rem
  }

  .after-payment .payment-title {
    font-size: 1.2rem
  }

  .after-payment .payment-detail-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
  }

  .after-payment .payment-detail {
    color: #7D90A6;
    margin: 0.5rem
  }

  .after-payment .link-btn {
    height: 45px;
    border-radius: 20px;
    color: #fff;
    line-height: 3rem;
    width: 300px;
    margin: 0 auto
  }

    .after-payment .link-btn.blue {
      background-color: #012161
    }

.form-group label.option {
  color: #7D90A6;
  font-weight: lighter
}

.select2.select2-container {
  margin-top: .5rem
}

  .select2.select2-container .select2-selection {
    border: 1px solid rgba(125,144,166,0.4);
    border-radius: 15px;
    height: 45px;
    outline: none !important;
    transition: all 0.15s ease-in-out
  }

    .select2.select2-container .select2-selection .select2-selection__rendered {
      color: #071C35;
      line-height: 43px;
      padding-right: 43px
    }

    .select2.select2-container .select2-selection .select2-selection__arrow {
      background: #f7f8fa;
      border-right: 1px solid rgba(125,144,166,0.4);
      border-radius: 15px 0 0 15px;
      height: 43px;
      width: 43px
    }

  .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8
  }

    .select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
      border-radius: 15px 0 0 15px
    }

.select2-container .select2-dropdown {
  background: #fff;
  border: 1px solid rgba(125,144,166,0.4);
  margin-top: 0
}

.product-gallery-modal .product-gallery .gallery-thumbs-slider .swiper-slide {
  height: 100%;
  opacity: 0.4
}

.product-gallery-modal .product-gallery .gallery-thumbs-slider .swiper-slide-thumb-active {
  opacity: 1
}
/*# sourceMappingURL=style.css.map */
