.btn_style {
  background: #1e1e27;
  color: #fff;
  outline: none;
  cursor: pointer;
  border: none;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  padding: 14px 35px;
  display: inline-block; }
  .btn_style:hover {
    background: #2b2b34;
    color: #ffffff; }

.account_selection li button {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; }

.form_block {
  margin-top: 29px; }
  .form_block .input_form {
    margin-bottom: 21px; }
    .form_block .input_form span {
      font-size: 14px;
      color: #1e1e27; }
    .form_block .input_form .form_inp {
      width: 100%;
      height: 46px;
      border: solid 1px #e5e5e5;
      color: #1e1e27;
      margin-top: 10px;
      outline: none;
      padding: 0 15px;
      -webkit-transition: border .3s ease;
      -moz-transition: border .3s ease;
      -ms-transition: border .3s ease;
      -o-transition: border .3s ease;
      transition: border .3s ease; }
      .form_block .input_form .form_inp:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px white inset !important; }
      .form_block .input_form .form_inp:autofill {
        -webkit-box-shadow: 0 0 0 30px white inset !important; }
      .form_block .input_form .form_inp:focus {
        border: 1px solid #1e1e27; }
  .form_block .label_check {
    margin-top: 18px; }
    .form_block .label_check .check {
      float: left; }
      .form_block .label_check .check label {
        position: relative;
        cursor: pointer;
        padding: 2px 0 2px 22px;
        display: block;
        font-size: 12px; }
        .form_block .label_check .check label:before {
          content: "";
          position: absolute;
          width: 14px;
          height: 14px;
          border: solid 1px #e5e5e5;
          top: 6px;
          left: 0px;
          box-sizing: border-box; }
        .form_block .label_check .check label:after {
          display: none;
          content: "";
          position: absolute;
          width: 6px;
          height: 6px;
          left: 4px;
          top: 10px;
          background: #1e1e27; }
      .form_block .label_check .check input[type='checkbox'] {
        display: none; }
        .form_block .label_check .check input[type='checkbox']:checked + label:after {
          display: block; }
    .form_block .label_check .forgot_password {
      float: right; }
      .form_block .label_check .forgot_password a {
        color: #828282;
        font-size: 12px;
        text-decoration: underline;
        -webkit-transition: color .3s ease;
        -moz-transition: color .3s ease;
        -ms-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease; }
        .form_block .label_check .forgot_password a:hover {
          color: #bdbdbd; }
  .form_block .label_radio .radio {
    float: left;
    width: 50%; }
    .form_block .label_radio .radio label {
      position: relative;
      cursor: pointer;
      padding: 2px 0 2px 22px;
      display: inline-block;
      font-size: 12px; }
      .form_block .label_radio .radio label:before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        border: solid 1px #e5e5e5;
        top: 6px;
        left: 0px;
        box-sizing: border-box; }
      .form_block .label_radio .radio label:after {
        display: none;
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        left: 4px;
        top: 10px;
        background: #1e1e27; }
    .form_block .label_radio .radio input[type='radio'] {
      display: none; }
      .form_block .label_radio .radio input[type='radio']:checked + label:after {
        display: block; }
  .form_block p {
    font-size: 12px;
    line-height: 16px; }
    .form_block p a {
      font-size: 12px;
      color: #bdbdbd;
      text-decoration: underline; }
  .form_block .submit {
    margin-top: 30px;
    text-align: right; }
    .form_block .submit .form_submit {
      background: #1e1e27;
      width: 238px;
      height: 46px;
      color: #fff;
      outline: none;
      cursor: pointer;
      border: none;
      -webkit-transition: background .3s ease;
      -moz-transition: background .3s ease;
      -ms-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease; }
      .form_block .submit .form_submit:hover {
        background: #2b2b34; }

.modal-content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer; }

#popup_basket {
  overflow: hidden;
  padding-right: 0 !important; }
  #popup_basket .modal-content {
    border: none;
    border-radius: 0;
    height: 100%; }
  #popup_basket .modal-body {
    display: flex;
    flex-direction: column; }
  #popup_basket .basket__table {
    overflow: auto;
    max-height: calc(100vh - 270px);
    flex: 1; }
  #popup_basket .popup__title {
    padding-bottom: 12px;
    font-size: 18px;
    color: #333;
    padding-right: 30px;
    border-bottom: solid 1px #d8d8d8;
    font-weight: 500; }
  #popup_basket .bottom_btn {
    padding-top: 20px;
    border-top: solid 1px #d8d8d8; }
    #popup_basket .bottom_btn .btn_style {
      margin-bottom: 25px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      display: block; }
  #popup_basket .info_foot {
    text-align: center;
    font-size: 13px;
    color: #777; }

.basket__table table {
  width: 100%; }
  .basket__table table tr td {
    padding: 24px 20px;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #d8d8d8; }
    .basket__table table tr td:first-child {
      width: 87px;
      padding: 24px 0; }
    .basket__table table tr td:last-child {
      width: 24px;
      padding: 24px 0; }
    .basket__table table tr td .basket__table--img {
      width: 87px;
      height: 87px;
      background-color: #f4f4f4; }
      .basket__table table tr td .basket__table--img img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .basket__table table tr td .product__name {
      color: #333;
      height: 40px;
      font-weight: 500; }
    .basket__table table tr td .product__price-quantity {
      margin-top: 0px;
      color: #333; }
      .basket__table table tr td .product__price-quantity .quantity {
        color: #777;
        display: inline-block;
        height: auto;
        margin-top: 0; }
    .basket__table table tr td .close_remove {
      cursor: pointer;
      background: url("../images/close.png") no-repeat center center;
      width: 8px;
      height: 8px; }
  .basket__table table tfoot tr td {
    width: 50%;
    font-size: 18px;
    border-bottom: none;
    color: #333; }
    .basket__table table tfoot tr td:last-child {
      text-align: right; }

#popup_basket.modal.fade .modal-dialog {
  max-width: 500px;
  margin: 0 0 0 auto;
  height: 100%; }

.table__card--order {
  width: calc(100% - 370px); }
  .table__card--order table {
    width: 100%;
    border: solid 1px #d8d8d8; }
    .table__card--order table thead tr th {
      font-size: 15px;
      color: #333333;
      padding: 20px 5px;
      text-transform: uppercase; }
      .table__card--order table thead tr th:first-child {
        padding-left: 27px; }
      .table__card--order table thead tr th:last-child {
        padding-right: 27px; }
    .table__card--order table tbody tr td {
      padding: 30px 5px;
      border-top: solid 1px #d8d8d8; }
      .table__card--order table tbody tr td:first-child {
        padding-left: 27px; }
      .table__card--order table tbody tr td:last-child {
        padding-right: 27px;
        width: 53px; }
      .table__card--order table tbody tr td .order__img-info .d-flex {
        justify-content: space-between; }
      .table__card--order table tbody tr td .order__img-info .order__img {
        width: 90px;
        height: 120px; }
        .table__card--order table tbody tr td .order__img-info .order__img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .table__card--order table tbody tr td .order__img-info .order__info {
        width: calc(100% - 115px); }
        .table__card--order table tbody tr td .order__img-info .order__info .order_name {
          font-size: 16px;
          color: #777777;
          margin-bottom: 20px; }
        .table__card--order table tbody tr td .order__img-info .order__info .order_list {
          font-size: 15px;
          color: #777777; }
      .table__card--order table tbody tr td .order__price {
        font-size: 16px;
        color: #333333; }
      .table__card--order table tbody tr td .order_close_remove {
        width: 45px;
        height: 45px;
        border: solid 1px #777777;
        cursor: pointer;
        background: url("../images/close.png") no-repeat center center; }
  .table__card--order .table_overflow {
    overflow: auto; }
    .table__card--order .table_overflow table {
      min-width: 689px; }
  .table__card--order .apply_coupon {
    margin-top: 43px; }
    .table__card--order .apply_coupon .d-flex {
      gap: 20px;
      justify-content: space-between; }
    .table__card--order .apply_coupon .form_block {
      width: calc(100% - 475px); }
      .table__card--order .apply_coupon .form_block .input_form {
        margin-bottom: 0; }
      .table__card--order .apply_coupon .form_block .form_inp {
        height: 51px;
        margin-top: 0; }
    .table__card--order .apply_coupon .btn_style {
      text-transform: uppercase; }
  .table__card--order .quantity_table {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0; }
    .table__card--order .quantity_table .inp__text {
      padding: 0 4px;
      text-align: center;
      width: 58px;
      outline: none;
      font-size: 16px;
      border: 1px solid #1e1e27;
      color: #333333;
      margin: 0;
      height: 29px; }
    .table__card--order .quantity_table .minus,
    .table__card--order .quantity_table .plus {
      background-color: #1e1e27;
      color: #ffffff;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 29px;
      height: 29px;
      line-height: 29px;
      cursor: pointer;
      font-size: 18px;
      padding: 0; }

.cart-page > .d-flex {
  align-items: flex-start; }

.table__card--all-info {
  width: 342px;
  background-color: #f7f7f7;
  padding: 37px 30px 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .table__card--all-info .title__table {
    text-align: center;
    font-size: 30px;
    color: #333333; }
  .table__card--all-info table {
    margin-top: 40px;
    width: 100%; }
    .table__card--all-info table tbody tr.discount td {
      color: #28409b; }
    .table__card--all-info table tbody tr td {
      font-size: 14px;
      color: #333333;
      padding: 13px 0;
      text-transform: uppercase; }
      .table__card--all-info table tbody tr td:last-child {
        font-size: 16px;
        text-align: right; }
    .table__card--all-info table tfoot tr td {
      color: #333333;
      text-transform: uppercase;
      padding: 11px 0; }
      .table__card--all-info table tfoot tr td:last-child {
        font-size: 24px;
        text-align: right; }
  .table__card--all-info .btn_block {
    margin-top: 36px;
    text-align: center; }
    .table__card--all-info .btn_block .btn_style {
      text-transform: uppercase;
      display: block; }

.main_slider .owl-stage,
.main_slider .owl-item,
.main_slider .owl-stage-outer {
  height: 100%; }
.main_slider .owl-item {
  float: left; }
.main_slider .owl-next,
.main_slider .owl-prev {
  position: absolute;
  width: 30px;
  height: 70px;
  background: #855436;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center; }
.main_slider .owl-nav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(50% - 35px);
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
.main_slider:hover .owl-nav {
  visibility: visible;
  opacity: 1; }
.main_slider .owl-nav i {
  color: #fff;
  font-size: 12px; }
.main_slider .owl-prev {
  top: 50%;
  left: 0; }
.main_slider .owl-next {
  top: 50%;
  right: 0; }

.form__block {
  position: relative;
  margin: 20px 0; }
  .form__block.active .form__block--ic {
    color: #855436; }
  .form__block--ic {
    color: #1e1e27;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 1; }
    .form__block--ic:hover {
      color: #855436; }
  .form__block--input {
    width: 100%;
    height: 46px;
    border: solid 1px #e5e5e5;
    color: #1e1e27;
    outline: none;
    margin: 0;
    padding: 0 15px;
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    -ms-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease; }
    .form__block--input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 30px white inset !important; }
    .form__block--input:autofill {
      -webkit-box-shadow: 0 0 0 30px white inset !important; }
    .form__block--input:focus {
      border: 1px solid #1e1e27; }
    .form__block--input__error {
      border: 1px solid red !important; }
      .form__block--input__error:focus {
        border: 1px solid red !important; }
  .form__block--submit {
    background: #1e1e27;
    min-width: 238px;
    height: 46px;
    color: #fff;
    outline: none;
    cursor: pointer;
    border: none;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }
    .form__block--submit:not(:disabled):hover {
      background: #2b2b34; }
    .form__block--submit:disabled {
      opacity: .6;
      cursor: default;
      pointer-events: none; }

.profile_page .form .form_input__block-re-pass {
  display: none; }
.profile_page .form .form__block--input {
  padding-right: 37px; }
.profile_page .basket__table {
  overflow: inherit;
  max-height: inherit; }

.profile__tab .nav-link {
  height: 40px;
  min-width: 102px;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  border: solid 1px #ebebeb;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-radius: 3px;
  margin: 0;
  color: #1e1e27; }
  .profile__tab .nav-link.active {
    color: #fff;
    background: #855436; }

#modalOrder {
  z-index: 1060;
  background: rgba(0, 0, 0, 0.5); }

.modal_order_status {
  z-index: 1061;
  background: rgba(0, 0, 0, 0.5); }
  .modal_order_status .modal-text-center {
    text-align: center; }
    .modal_order_status .modal-text-center i.fa {
      font-size: 30px; }
      .modal_order_status .modal-text-center i.fa.fa-bomb {
        color: red; }
      .modal_order_status .modal-text-center i.fa.fa-check {
        color: green; }
    .modal_order_status .modal-text-center h2 {
      font-size: 20px;
      margin-top: 15px; }

.profile__content .product-grid {
  height: auto !important; }
.profile__content .product-item {
  position: relative !important; }

.product_image {
  height: 220px; }
  .product_image img {
    height: 100%;
    object-fit: contain; }

.product_details .favorite {
  left: 0; }

.list .item {
  position: relative;
  padding-bottom: 50px;
  height: auto !important; }
  .list .item .add_to_cart_button {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0; }
  .list .item .product {
    height: auto !important; }

.products_iso .container-list {
  max-width: 100%; }
  .products_iso .container-list .list {
    grid-template-columns: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .products_iso .container-list .list .item {
      width: calc(25% - 20px); }

.product_sorting li span:nth-child(2) {
  margin-left: 50px !important; }

.pagination .listPage .active {
  padding: 0;
  width: 40px;
  line-height: 40px; }

.sidebar__mob {
  display: none; }

@media only screen and (min-width: 993px) {
  .product_section_container .sidebar #filterForm {
    display: block !important; } }
@media only screen and (max-width: 992px) {
  .cart-page > .d-flex {
    flex-wrap: wrap; }

  .table__card--order {
    width: 100%; }

  .table__card--all-info {
    width: 100%;
    margin-top: 30px; }

  .breadcrumbs {
    margin-bottom: 0; }

  .product-item {
    width: 33.33333333333%; }

  .single_product_thumbnails ul li {
    width: 110px !important; }

  .list .item {
    width: calc(33.333333% - 20px);
    margin: 10px; }
    .list .item .add_to_cart_button {
      opacity: 1 !important;
      visibility: visible !important; }

  .product_sorting_container {
    margin-top: 20px; }

  .products_iso .container-list .list .item {
    width: calc(33.333333% - 20px) !important;
    margin: 10px; }

  .super_container .product_section_container {
    margin-top: 150px; }

  .sidebar__mob {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end; }
    .sidebar__mob--click {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      width: 40px;
      height: 40px;
      color: #1e1e27;
      -webkit-transition: color .3s ease;
      -moz-transition: color .3s ease;
      -ms-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease;
      background: #eceff6;
      border-radius: 50%; }

  .product_section_container .sidebar #filterForm {
    display: none; } }
@media only screen and (max-width: 767px) {
  .table__card--order .apply_coupon .d-flex {
    flex-wrap: wrap; }
  .table__card--order .apply_coupon .form_block {
    width: 100%; }
  .table__card--order .apply_coupon .btn_block {
    width: calc(50% - 10px); }
    .table__card--order .apply_coupon .btn_block .btn_style {
      width: 100%;
      text-align: center; }

  .main_slider .owl-nav {
    display: none !important; }
  .main_slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 1;
    width: 100%; }
    .main_slider .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #855436;
      opacity: .8; }
      .main_slider .owl-dots .owl-dot.active {
        opacity: 1; }

  .profile__tab .nav-tabs .nav-item {
    width: 100%;
    text-align: center; }

  .product-item {
    width: 50%; }

  .list .item {
    width: calc(50% - 20px);
    margin: 10px; }

  .product-grid {
    margin-top: 20px; }

  .products_iso .container-list .list .item {
    width: calc(50% - 20px) !important;
    margin: 10px; }

  .pagination .showing_results {
    display: none; }
  .pagination .product_sorting > li {
    margin: 0; }

  .table__card--order .table_overflow table {
    min-width: 100%;
    display: block; }
    .table__card--order .table_overflow table thead {
      display: none; }
    .table__card--order .table_overflow table tbody {
      display: block; }
      .table__card--order .table_overflow table tbody tr {
        display: block; }
        .table__card--order .table_overflow table tbody tr td {
          display: block;
          width: 100%;
          padding: 10px 10px 10px;
          position: relative;
          padding-left: 45% !important; }
          .table__card--order .table_overflow table tbody tr td:before {
            content: attr(data-th);
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translate(0, -50%);
            font-size: 15px;
            color: #333333;
            text-transform: uppercase; }
          .table__card--order .table_overflow table tbody tr td:first-child {
            padding-left: 10px; }
          .table__card--order .table_overflow table tbody tr td .order__img-info .order__info .order_name {
            margin-bottom: 0; }
          .table__card--order .table_overflow table tbody tr td .order__img-info .d-flex {
            justify-content: flex-start;
            flex-direction: column;
            align-items: flex-start !important;
            gap: 10px; }
          .table__card--order .table_overflow table tbody tr td .order__img-info .order__info {
            width: 100%; }

  .products_iso .product_sorting_container_top .product_sorting > li {
    width: calc(50% - 3px);
    margin: 0;
    display: inline-block; }

  .breadcrumbs {
    margin-bottom: 20px !important; } }
@media only screen and (max-width: 575px) {
  .product-item {
    width: 100%; }
    .product-item .product {
      border-right: 0; }
    .product-item .product_image {
      max-width: 280px;
      margin: 0 auto; }

  .single_product_thumbnails ul li {
    width: 80px !important; } }
@media only screen and (max-width: 540px) {
  .table__card--order .apply_coupon .btn_block {
    width: 100%; }

  .table__card--all-info {
    padding: 30px 15px; }
    .table__card--all-info .title__table {
      font-size: 24px; } }
@media only screen and (max-width: 480px) {
  .list .item {
    width: 100%;
    margin: 10px 0; }

  .products_iso .container-list .list .item {
    width: 100% !important;
    margin: 10px 0; }

  .super_container .product_section_container {
    margin-top: 120px; } }

/*# sourceMappingURL=style.css.map */
