@charset "UTF-8";
@font-face {
  font-family: Vazir;
  src: url("../font/Vazir-FD-WOL.eot") format("eot"), url("../font/Vazir-FD-WOL.ttf") format("ttf"), url("../font/Vazir-FD-WOL.woff") format("woff"), url("../font/Vazir-FD-WOL.woff2") format("woff2"); }
:root {
  --swiper-theme-color: #131313; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  font-family: Vazir, sans-serif;
  direction: rtl;
  text-align: right; }

.btn {
  transition-duration: 0.3s; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #2C2C2C; }

.custom-input-group {
  margin-bottom: 20px; }
  .custom-input-group label {
    display: block;
    margin-bottom: 5px; }
  .custom-input-group .custom-input {
    margin-right: 3px;
    width: 100%;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid rgba(44, 44, 44, 0.4);
    transition: all .3s;
    box-shadow: 0 0 0 0 rgba(44, 44, 44, 0.2); }
    .custom-input-group .custom-input.input-textarea {
      height: 100px; }
    .custom-input-group .custom-input:focus {
      border: 1px solid rgba(44, 44, 44, 0.5);
      box-shadow: 0 0 1px 2px rgba(44, 44, 44, 0.5); }
    .custom-input-group .custom-input:focus-visible {
      outline: none; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0; }

.top-navbar {
  background-color: #ffffff;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 15px; }
  .top-navbar .logo {
    height: 60px; }
    .top-navbar .logo img {
      height: 100%;
      object-fit: cover; }
  .top-navbar .search-bar-section {
    flex-grow: 1;
    -ms-flex-order: 2;
    order: 2;
    padding: 15px 0;
    text-align: center;
    width: 100%; }
    .top-navbar .search-bar-section form {
      position: relative; }
      .top-navbar .search-bar-section form .search-bar {
        width: 100%;
        padding: 12px 16px 12px 44px;
        border: 1px solid rgba(29, 29, 29, 0.5);
        border-radius: 4px;
        background-color: #f0eeeb; }
        .top-navbar .search-bar-section form .search-bar:focus {
          border: 1px solid #2C2C2C; }
        .top-navbar .search-bar-section form .search-bar:focus-visible {
          outline: none; }
      .top-navbar .search-bar-section form .search-btn {
        background-color: transparent;
        border: none;
        font-size: 20px;
        position: absolute;
        left: 10px;
        top: calc(50% + 2px);
        transform: translateY(-50%); }
  .top-navbar .buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    -ms-flex-order: 1;
    order: 1; }
    .top-navbar .buttons .shopping-cart {
      margin-left: 10px;
      margin-right: 10px;
      transform: translateY(3px); }
      .top-navbar .buttons .shopping-cart a {
        font-size: 18px;
        color: #131313;
        padding: 8px 10px 4px;
        border: 1px solid black;
        border-radius: 4px;
        transition: all .3s; }
        .top-navbar .buttons .shopping-cart a:hover {
          background-color: #131313;
          color: #ffffff; }
    .top-navbar .buttons .login {
      margin-left: 10px;
      margin-right: 10px; }
      .top-navbar .buttons .login .login-btn {
        border-radius: 4px;
        padding: 10px 16px 10px;
        font-size: 16px; }

.bottom-navbar {
  background-color: #000000;
  top: 0;
  z-index: 5000;
  padding: 15px 15px 0; }
  .bottom-navbar .toggler {
    text-align: center;
    padding: 0 15px 15px;
    color: #ffffff; }
    .bottom-navbar .toggler i {
      margin-right: 5px;
      transform: rotate(0);
      transition: all .3s; }
    .bottom-navbar .toggler.active i {
      transform: rotate(180deg); }
  .bottom-navbar .category-list {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    text-align: center;
    padding-left: 0;
    display: none; }
    .bottom-navbar .category-list .category-list-item {
      display: block;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 15px; }
      .bottom-navbar .category-list .category-list-item .category-link {
        font-size: 18px;
        padding: 15px 0 5px;
        color: #ffffff;
        position: relative; }
        .bottom-navbar .category-list .category-list-item .category-link:after {
          content: "";
          background-color: #ffffff;
          height: 2px;
          width: 0;
          position: absolute;
          bottom: 0;
          right: 50%;
          transform: translateX(50%);
          transition: all .3s; }
        .bottom-navbar .category-list .category-list-item .category-link:hover:after {
          width: 100%; }

.breadcrumb {
  padding: 15px 5px;
  border-radius: 0;
  margin-bottom: 50px; }
  .breadcrumb .breadcrumb-item {
    padding-left: 0;
    padding-right: 8px; }
    .breadcrumb .breadcrumb-item:before {
      padding-right: 0;
      padding-left: 8px; }
    .breadcrumb .breadcrumb-item.active {
      color: rgba(0, 0, 0, 0.8); }
    .breadcrumb .breadcrumb-item a {
      color: rgba(0, 0, 0, 0.6);
      transition: all .3s; }
      .breadcrumb .breadcrumb-item a:hover {
        color: #000000; }

.product-details-page .image-gallery {
  width: 100%; }
  .product-details-page .image-gallery .selected-image-section {
    width: 100%;
    height: calc(100% - 15px);
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    .product-details-page .image-gallery .selected-image-section .selected-image {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      z-index: 2; }
      .product-details-page .image-gallery .selected-image-section .selected-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .product-details-page .image-gallery .selected-image-section .product-images-navigation {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3;
      color: #000000;
      font-size: 48px; }
      .product-details-page .image-gallery .selected-image-section .product-images-navigation.product-images-navigation-left {
        left: 15px; }
      .product-details-page .image-gallery .selected-image-section .product-images-navigation.product-images-navigation-right {
        right: 15px; }
  .product-details-page .image-gallery .product-images-slides {
    height: 90px; }
    .product-details-page .image-gallery .product-images-slides .product-images-slide {
      height: 100%;
      border: 1px solid transparent;
      filter: blur(2px);
      transition: all .3s;
      border-radius: 4px;
      overflow: hidden; }
      .product-details-page .image-gallery .product-images-slides .product-images-slide.active-slide {
        border: 1px solid #2C2C2C;
        filter: blur(0); }
      .product-details-page .image-gallery .product-images-slides .product-images-slide .slide-link {
        display: block;
        width: 100%;
        height: 100%; }
        .product-details-page .image-gallery .product-images-slides .product-images-slide .slide-link .image-container {
          width: 100%;
          height: 100%; }
          .product-details-page .image-gallery .product-images-slides .product-images-slide .slide-link .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
.product-details-page .name-and-details {
  color: #000000;
  padding: 0 15px; }
  .product-details-page .name-and-details .product-name {
    padding: 0 15px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px; }
  .product-details-page .name-and-details .secondary-name {
    padding: 0 15px;
    font-size: 20px;
    color: #2C2C2C;
    margin-bottom: 50px; }
  .product-details-page .name-and-details .categories {
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 50px; }
    .product-details-page .name-and-details .categories .categories-title {
      font-weight: bold;
      display: inline-block;
      margin-left: 10px; }
    .product-details-page .name-and-details .categories .category {
      display: inline-block;
      margin-left: 10px; }
      .product-details-page .name-and-details .categories .category:not(:last-child):after {
        content: "،"; }
      .product-details-page .name-and-details .categories .category .cat-link {
        color: rgba(0, 0, 0, 0.6);
        position: relative;
        padding-bottom: 5px;
        transition: all .3s; }
        .product-details-page .name-and-details .categories .category .cat-link:after {
          content: "";
          background-color: #000000;
          height: 2px;
          width: 0;
          position: absolute;
          bottom: 0;
          right: 50%;
          transform: translateX(50%);
          transition: all .3s; }
        .product-details-page .name-and-details .categories .category .cat-link:hover {
          color: #000000; }
          .product-details-page .name-and-details .categories .category .cat-link:hover:after {
            width: 100%; }
  .product-details-page .name-and-details .pricing {
    padding: 0 15px;
    margin-bottom: 50px; }
    .product-details-page .name-and-details .pricing .discounts {
      margin-bottom: 20px; }
      .product-details-page .name-and-details .pricing .discounts .full-price {
        display: inline-block;
        margin-left: 20px;
        text-decoration: line-through;
        color: rgba(0, 0, 0, 0.5); }
      .product-details-page .name-and-details .pricing .discounts .discount-amount {
        background-color: #EAE8E6;
        padding: 4px 20px;
        display: inline-block;
        border-radius: 16px;
        color: red; }
        .product-details-page .name-and-details .pricing .discounts .discount-amount .discount-value {
          display: inline-block;
          font-weight: bold;
          margin-right: 15px; }
    .product-details-page .name-and-details .pricing .price {
      font-size: 24px;
      text-align: center;
      font-weight: bold; }
  .product-details-page .name-and-details .choose-color {
    margin-bottom: 30px;
    padding: 0 15px; }
    .product-details-page .name-and-details .choose-color .choose-color-title {
      font-weight: bold;
      margin-bottom: 20px; }
    .product-details-page .name-and-details .choose-color .colors-list {
      list-style: none;
      text-align: center; }
      .product-details-page .name-and-details .choose-color .colors-list .color-item {
        display: inline-block;
        margin: 0 10px 20px;
        width: 100px; }
        .product-details-page .name-and-details .choose-color .colors-list .color-item .color-link {
          display: block;
          width: 100%;
          transition: all .3s;
          border: 1px solid transparent;
          border-radius: 4px;
          padding: 2px; }
          .product-details-page .name-and-details .choose-color .colors-list .color-item .color-link.active {
            border: 1px solid #000000; }
          .product-details-page .name-and-details .choose-color .colors-list .color-item .color-link .color-image {
            width: 100%; }
            .product-details-page .name-and-details .choose-color .colors-list .color-item .color-link .color-image img {
              width: 100%;
              object-fit: cover; }
          .product-details-page .name-and-details .choose-color .colors-list .color-item .color-link .color-name {
            color: #2C2C2C; }
  .product-details-page .name-and-details .choose-size {
    padding: 0 15px;
    margin-bottom: 50px; }
    .product-details-page .name-and-details .choose-size label {
      font-weight: bold;
      margin-left: 20px; }
    .product-details-page .name-and-details .choose-size .size-select-rendered {
      padding: 10px 5px 10px 0;
      height: auto; }
    .product-details-page .name-and-details .choose-size .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 50%;
      transform: translateY(-50%); }
    .product-details-page .name-and-details .choose-size .size-guide-btn {
      margin-bottom: 20px;
      display: block;
      color: #000000;
      background-color: #ffffff;
      border: 1px solid #131313;
      border-radius: 4px;
      padding: 15px 20px;
      transition: all .3s; }
      .product-details-page .name-and-details .choose-size .size-guide-btn:hover {
        color: #ffffff;
        background-color: #131313; }
  .product-details-page .name-and-details .shop-btn {
    font-size: 18px;
    padding: 15px 24px 12px; }
  .product-details-page .name-and-details .price-and-order {
    position: relative;
    width: 100%;
    height: 100%; }
    .product-details-page .name-and-details .price-and-order .order-form {
      position: sticky;
      border: 1px solid #EAE8E6;
      border-radius: 4px;
      padding: 15px;
      top: 91.59px; }
      .product-details-page .name-and-details .price-and-order .order-form .price {
        text-align: center;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 500; }

.related-products {
  margin-bottom: 50px; }
  .related-products .header-title {
    border-bottom: 1px solid #2C2C2C;
    margin-bottom: 25px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
  .related-products .related-products-slider {
    position: relative; }
    .related-products .related-products-slider .related-products-slide .slide-link {
      display: block; }
      .related-products .related-products-slider .related-products-slide .slide-link:hover .image-area {
        border: 1px solid rgba(44, 44, 44, 0.5); }
        .related-products .related-products-slider .related-products-slide .slide-link:hover .image-area .color-images {
          bottom: 0px; }
      .related-products .related-products-slider .related-products-slide .slide-link .image-area {
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        border: 1px solid rgba(44, 44, 44, 0.2);
        border-radius: 4px;
        overflow: hidden;
        transition: all .3s; }
        .related-products .related-products-slider .related-products-slide .slide-link .image-area .image-container {
          width: 100%; }
          .related-products .related-products-slider .related-products-slide .slide-link .image-area .image-container img {
            width: 100%;
            object-fit: cover; }
        .related-products .related-products-slider .related-products-slide .slide-link .image-area .color-images {
          position: absolute;
          bottom: -75px;
          left: 50%;
          transform: translate(-50%, 0);
          transition: all .3s; }
          .related-products .related-products-slider .related-products-slide .slide-link .image-area .color-images .image-container {
            width: 50px;
            height: 50px;
            border: 1px solid rgba(44, 44, 44, 0.3);
            border-radius: 4px;
            overflow: hidden;
            display: inline-block;
            margin: 0 5px; }
            .related-products .related-products-slider .related-products-slide .slide-link .image-area .color-images .image-container img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
      .related-products .related-products-slider .related-products-slide .slide-link .text-area {
        color: #000000;
        display: flex;
        flex-wrap: nowrap; }
        .related-products .related-products-slider .related-products-slide .slide-link .text-area .name-and-sizes {
          width: 60%; }
          .related-products .related-products-slider .related-products-slide .slide-link .text-area .name-and-sizes .main-name {
            font-weight: bold;
            margin-bottom: 20px; }
          .related-products .related-products-slider .related-products-slide .slide-link .text-area .name-and-sizes .secondary-name {
            color: rgba(0, 0, 0, 0.75);
            margin-bottom: 20px; }
          .related-products .related-products-slider .related-products-slide .slide-link .text-area .name-and-sizes .sizes {
            list-style: none; }
            .related-products .related-products-slider .related-products-slide .slide-link .text-area .name-and-sizes .sizes .size {
              padding: 3px 5px;
              font-size: 12px;
              border: 1px solid rgba(44, 44, 44, 0.3);
              border-radius: 4px;
              display: inline-block; }
              .related-products .related-products-slider .related-products-slide .slide-link .text-area .name-and-sizes .sizes .size.more {
                color: #b1170c; }
        .related-products .related-products-slider .related-products-slide .slide-link .text-area .prices .discounted-price {
          color: rgba(0, 0, 0, 0.4);
          text-decoration: line-through;
          margin-bottom: 20px; }
        .related-products .related-products-slider .related-products-slide .slide-link .text-area .prices .price {
          font-weight: bold; }
    .related-products .related-products-slider .related-products-navigation {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3;
      color: #000000;
      font-size: 48px; }
      .related-products .related-products-slider .related-products-navigation.related-products-navigation-left {
        left: 15px; }
      .related-products .related-products-slider .related-products-navigation.related-products-navigation-right {
        right: 15px; }

.product-details {
  font-size: 14px;
  padding: 15px 0;
  margin-bottom: 20px; }
  .product-details .nav-tabs .nav-item {
    text-align: center; }
    .product-details .nav-tabs .nav-item .nav-link {
      font-size: 18px;
      transition: all .3s; }
      .product-details .nav-tabs .nav-item .nav-link:hover {
        background-color: rgba(44, 44, 44, 0.1); }
      .product-details .nav-tabs .nav-item .nav-link.active {
        background-color: #EAE8E6;
        color: #000000;
        border-bottom-color: #000000;
        font-weight: bold; }
  .product-details .table-responsive {
    padding: 15px; }
    .product-details .table-responsive .table {
      border-color: rgba(0, 0, 0, 0.4); }
  .product-details .overview-text {
    color: #131313;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    text-align: justify; }
  .product-details .create-comment {
    padding: 15px;
    border-radius: 4px;
    background-color: #EAE8E6;
    margin-bottom: 50px; }
    .product-details .create-comment .create-comment-title {
      font-size: 16px;
      font-weight: bold;
      padding-bottom: 15px;
      margin-bottom: 30px;
      border-bottom: 1px solid #2C2C2C;
      text-align: center; }
    .product-details .create-comment form {
      padding: 0 15px; }
      .product-details .create-comment form .buttons {
        padding-left: 15px; }
      .product-details .create-comment form .recommandation-radio-group {
        display: flex;
        justify-content: space-around;
        margin-bottom: 30px; }
        .product-details .create-comment form .recommandation-radio-group .recommandation .recommandation-radio {
          display: none; }
        .product-details .create-comment form .recommandation-radio-group .recommandation label {
          font-size: 18px;
          cursor: pointer; }
          .product-details .create-comment form .recommandation-radio-group .recommandation label i {
            transition: all .3s; }
            .product-details .create-comment form .recommandation-radio-group .recommandation label i#thumbs-up.active {
              color: #0fac3e; }
            .product-details .create-comment form .recommandation-radio-group .recommandation label i#thumbs-down {
              transform: translateY(5px); }
              .product-details .create-comment form .recommandation-radio-group .recommandation label i#thumbs-down.active {
                color: #b1170c; }
  .product-details .comments {
    background-color: #EAE8E6;
    padding: 15px; }
    .product-details .comments .comments-header-title {
      font-size: 16px;
      font-weight: bold;
      padding-bottom: 15px;
      margin-bottom: 30px;
      border-bottom: 1px solid #2C2C2C;
      text-align: center; }
    .product-details .comments .comments-list {
      list-style: none;
      padding: 0 15px; }
      .product-details .comments .comments-list .comment {
        padding: 15px;
        border: 1px solid rgba(44, 44, 44, 0.15);
        border-radius: 4px;
        margin-bottom: 15px; }
        .product-details .comments .comments-list .comment .comment-container {
          display: flex;
          justify-content: space-around;
          align-items: flex-start;
          flex-wrap: wrap; }
          .product-details .comments .comments-list .comment .comment-container .comment-identification {
            width: 100%;
            text-align: center;
            border-bottom: 1px solid rgba(44, 44, 44, 0.15);
            padding-bottom: 15px; }
            .product-details .comments .comments-list .comment .comment-container .comment-identification .image-container {
              width: 50px;
              height: 50px;
              border: 1px solid rgba(0, 0, 0, 0.25);
              border-radius: 50%;
              margin-bottom: 10px;
              overflow: hidden;
              display: inline-block; }
              .product-details .comments .comments-list .comment .comment-container .comment-identification .image-container img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
          .product-details .comments .comments-list .comment .comment-container .comment-content {
            padding: 15px; }
            .product-details .comments .comments-list .comment .comment-container .comment-content .comment-title {
              display: inline-block;
              font-size: 16px;
              font-weight: bold;
              margin-bottom: 20px;
              margin-left: 15px; }
            .product-details .comments .comments-list .comment .comment-container .comment-content .comment-date {
              display: inline-block;
              color: #969292;
              margin-bottom: 20px; }
            .product-details .comments .comments-list .comment .comment-container .comment-content .comment-text {
              text-align: justify;
              margin-bottom: 20px; }
            .product-details .comments .comments-list .comment .comment-container .comment-content .comment-recommandation {
              font-weight: bold; }
              .product-details .comments .comments-list .comment .comment-container .comment-content .comment-recommandation i {
                font-size: 20px;
                margin-left: 10px; }
                .product-details .comments .comments-list .comment .comment-container .comment-content .comment-recommandation i.fa-thumbs-up {
                  color: #0fac3e;
                  transform: translateY(1px); }
                .product-details .comments .comments-list .comment .comment-container .comment-content .comment-recommandation i.fa-thumbs-down {
                  color: #b1170c;
                  transform: translateY(7px); }

.cart-page-title {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  text-align: center; }

.shopping-cart-list {
  list-style: none;
  margin-bottom: 30px;
  background-color: #EAE8E6;
  padding: 25px 15px 0; }
  .shopping-cart-list .shopping-cart-item {
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
    .shopping-cart-list .shopping-cart-item:last-child {
      border-bottom: none; }
    .shopping-cart-list .shopping-cart-item .cart-product {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      .shopping-cart-list .shopping-cart-item .cart-product .image-container {
        width: 100%;
        margin-bottom: 30px;
        position: relative; }
        .shopping-cart-list .shopping-cart-item .cart-product .image-container img {
          width: 100%;
          object-fit: cover;
          border: 1px solid rgba(44, 44, 44, 0.5);
          border-radius: 5px; }
        .shopping-cart-list .shopping-cart-item .cart-product .image-container .remove-from-cart-btn {
          background-color: #000000;
          color: #ffffff;
          border-radius: 4px;
          border-radius: 50%;
          font-size: 14px;
          padding: 4px 9px 0px;
          position: absolute;
          top: -10px;
          right: -10px;
          z-index: 10; }
      .shopping-cart-list .shopping-cart-item .cart-product .cart-product-details {
        color: #131313;
        display: block;
        flex-grow: 1; }
        .shopping-cart-list .shopping-cart-item .cart-product .cart-product-details .product-name {
          color: #000000;
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 15px; }
        .shopping-cart-list .shopping-cart-item .cart-product .cart-product-details .secondary-name {
          margin-bottom: 15px; }
        .shopping-cart-list .shopping-cart-item .cart-product .cart-product-details .details-section {
          display: flex;
          justify-content: right; }
          .shopping-cart-list .shopping-cart-item .cart-product .cart-product-details .details-section .detail {
            margin-bottom: 10px;
            font-size: 14px;
            margin-left: 20px; }
            .shopping-cart-list .shopping-cart-item .cart-product .cart-product-details .details-section .detail .detail-title {
              display: inline-block;
              margin-left: 10px; }
            .shopping-cart-list .shopping-cart-item .cart-product .cart-product-details .details-section .detail .detail-value {
              color: #000000;
              font-weight: bold;
              display: inline-block; }
        .shopping-cart-list .shopping-cart-item .cart-product .cart-product-details .product-code {
          margin-bottom: 10px;
          font-size: 14px;
          margin-left: 20px; }
          .shopping-cart-list .shopping-cart-item .cart-product .cart-product-details .product-code .code-title {
            display: inline-block;
            margin-left: 10px; }
          .shopping-cart-list .shopping-cart-item .cart-product .cart-product-details .product-code .code-value {
            color: #000000;
            font-weight: bold;
            display: inline-block; }
    .shopping-cart-list .shopping-cart-item .unit-price-title {
      text-align: center;
      margin-bottom: 10px; }
    .shopping-cart-list .shopping-cart-item .unit-price-value {
      text-align: center;
      color: #000000; }
    .shopping-cart-list .shopping-cart-item .units-chosen {
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .shopping-cart-list .shopping-cart-item .units-chosen .add-button .cart-change-btn {
        padding: 4px 11px; }
      .shopping-cart-list .shopping-cart-item .units-chosen .remove-button .cart-change-btn {
        padding: 4px 13px; }
      .shopping-cart-list .shopping-cart-item .units-chosen .cart-change-btn {
        background-color: transparent;
        border: 1px solid rgba(0, 0, 0, 0.25);
        border-radius: 4px;
        transition: all .3s; }
        .shopping-cart-list .shopping-cart-item .units-chosen .cart-change-btn:hover {
          color: #ffffff;
          background-color: #131313; }
      .shopping-cart-list .shopping-cart-item .units-chosen .amounts-value {
        font-size: 18px; }
    .shopping-cart-list .shopping-cart-item .total-price {
      font-size: 18px;
      color: #000000;
      font-weight: bold;
      text-align: center; }

.cart-bottom-section {
  margin-bottom: 30px; }
  .cart-bottom-section .discount-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    font-size: 18px; }
    .cart-bottom-section .discount-btn i {
      margin-left: 10px;
      font-size: 20px;
      transform: translateY(3px); }
  .cart-bottom-section .total-cart-price {
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold; }
    .cart-bottom-section .total-cart-price .title {
      display: inline-block;
      margin-left: 20px;
      font-weight: normal; }
  .cart-bottom-section .to-pay-price {
    text-align: center;
    color: #000000;
    font-weight: bold; }
    .cart-bottom-section .to-pay-price .title {
      display: inline-block;
      margin-left: 20px;
      font-weight: normal; }

.notices {
  margin-bottom: 50px; }
  .notices .free-shipping-notice {
    margin-bottom: 20px; }
    .notices .free-shipping-notice .highlight {
      color: #000000;
      font-weight: bold; }
  .notices .reserved-notice .highlight {
    font-weight: bold; }

.footer {
  background-color: #000000; }
  .footer .top-section {
    padding: 75px 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .footer .top-section .logo-section {
      width: 100%;
      padding-left: 0;
      text-align: center;
      margin-bottom: 30px; }
      .footer .top-section .logo-section .image-container {
        display: block;
        width: 100%;
        margin-bottom: 30px; }
        .footer .top-section .logo-section .image-container img {
          width: 75%;
          object-fit: cover; }
      .footer .top-section .logo-section .social-media-section {
        width: 100%; }
        .footer .top-section .logo-section .social-media-section .list-category {
          color: #EAE8E6;
          margin-bottom: 15px;
          font-size: 16px;
          font-weight: bold; }
        .footer .top-section .logo-section .social-media-section .social-media-list {
          list-style: none;
          text-align: center;
          padding-left: 0; }
          .footer .top-section .logo-section .social-media-section .social-media-list .social-media {
            display: inline-block;
            width: 30px;
            height: 30px;
            font-size: 20px; }
            .footer .top-section .logo-section .social-media-section .social-media-list .social-media .social-media-item-link {
              display: block;
              color: #EAE8E6;
              transform: translateY(0);
              transition: all .3s; }
              .footer .top-section .logo-section .social-media-section .social-media-list .social-media .social-media-item-link:hover {
                transform: translateY(-2px); }
    .footer .top-section .list-section {
      width: 100%;
      border-right: none;
      padding: 10px 0;
      text-align: center; }
      .footer .top-section .list-section .list-category {
        color: #EAE8E6;
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: bold; }
      .footer .top-section .list-section .footer-list {
        list-style: none;
        text-align: center;
        padding-left: 0; }
        .footer .top-section .list-section .footer-list .list-item {
          margin-bottom: 10px;
          padding-right: 5px; }
          .footer .top-section .list-section .footer-list .list-item .item-link {
            display: inline-block;
            color: #EAE8E6;
            transform: translateX(0);
            transition: all .3s; }
            .footer .top-section .list-section .footer-list .list-item .item-link:hover {
              transform: translateX(2px); }
  .footer .bottom-section {
    padding: 20px 0;
    text-align: center;
    color: #EAE8E6;
    direction: ltr;
    font-size: 14px; }
    .footer .bottom-section a {
      color: #EAE8E6; }
      .footer .bottom-section a:hover {
        text-decoration: underline; }

.slider-page {
  width: 100%;
  height: calc(100vh - 141.59px); }
  .slider-page .parent-swiper {
    width: 100%;
    height: 100%; }
    .slider-page .parent-swiper .parent-swiper-slide {
      width: 100%;
      height: 100%; }
      .slider-page .parent-swiper .parent-swiper-slide .child-swiper {
        width: 100%;
        height: 100%; }
        .slider-page .parent-swiper .parent-swiper-slide .child-swiper .child-swiper-slide {
          width: 100%;
          height: 100%; }
          .slider-page .parent-swiper .parent-swiper-slide .child-swiper .child-swiper-slide .child-swiper-slide-link {
            display: block;
            width: 100%;
            height: 100%; }
            .slider-page .parent-swiper .parent-swiper-slide .child-swiper .child-swiper-slide .child-swiper-slide-link img {
              height: 100%;
              width: 100%;
              object-fit: cover; }
        .slider-page .parent-swiper .parent-swiper-slide .child-swiper .child-swiper-pagination {
          position: absolute;
          bottom: 15px !important;
          left: unset;
          z-index: 50;
          text-align: center; }
          .slider-page .parent-swiper .parent-swiper-slide .child-swiper .child-swiper-pagination .swiper-pagination-bullet {
            background-color: transparent;
            width: unset;
            height: unset;
            background-color: transparent;
            opacity: 1;
            border-radius: 0;
            transition: all .3s;
            color: #000000; }
    .slider-page .parent-swiper .parent-swiper-pagination {
      position: absolute;
      top: 15px;
      right: 50%;
      transform: translateX(50%); }

@media (min-width: 576px) {
  .footer .top-section .logo-section {
    width: 50%; }
  .footer .top-section .list-section {
    width: 50%; }
    .footer .top-section .list-section:nth-child(even) {
      border-right: 2px solid #EAE8E6; } }
@media (min-width: 768px) {
  .bottom-navbar .category-list .category-list-item {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px; }

  .shopping-cart-list .shopping-cart-item .cart-product {
    flex-wrap: nowrap; }

  .shopping-cart-list .shopping-cart-item .cart-product .image-container {
    width: 30%;
    margin-bottom: 0;
    margin-left: 30px; } }
@media (min-width: 992px) {
  .top-navbar {
    flex-wrap: nowrap; }

  .top-navbar .search-bar-section {
    -ms-flex-order: 1;
    order: 1;
    width: unset;
    padding: 0 15px; }

  .top-navbar .buttons {
    -ms-flex-order: 2;
    order: 2; }

  .bottom-navbar .toggler {
    display: none; }

  .bottom-navbar {
    padding: 0 15px; }

  .bottom-navbar .category-list {
    display: block !important;
    padding-bottom: 0; }

  .product-details .table-responsive {
    margin-right: 150px;
    width: 50%; }

  .product-details-page .image-gallery {
    height: 100%; }

  .product-details-page .image-gallery .selected-image-section {
    height: calc(100% - 108px); }

  .product-details-page .name-and-details .choose-size .size-guide-btn {
    margin-bottom: 0; }

  .product-details .comments .comments-list .comment .comment-container {
    flex-wrap: nowrap; }

  .product-details .comments .comments-list .comment .comment-container .comment-identification .name {
    display: block; }

  .product-details .comments .comments-list .comment .comment-container .comment-identification {
    width: 20%;
    border-bottom: none; }

  .slider-page {
    height: calc(100vh - 80px); }

  .footer .top-section {
    flex-wrap: nowrap; }
    .footer .top-section .logo-section {
      width: 25%;
      padding-left: 25px; }
    .footer .top-section .list-section {
      width: 25%;
      height: 100%;
      border-right: 2px solid #EAE8E6;
      padding: 10px 30px;
      text-align: right; }
      .footer .top-section .list-section .footer-list {
        text-align: right; } }
@media (min-width: 1400px) {
  .product-details-page .image-gallery .selected-image-section {
    height: calc(100% - 102px); } }

/*# sourceMappingURL=style.css.map */
