.bg_black {
  background: #000 !important; }

.bg_light_gray {
  background: #F8F8F8 !important; }

.clr_black_09 {
  color: #0B0B0B !important; }

.clr_black_04 {
  color: #161719 !important; }

.clr_black_01 {
  color: #5C5959 !important; }

.clr_black {
  color: #000 !important; }

.clr_light_gray {
  color: #F8F8F8 !important; }

.black_op_02 {
  background: #F2F2F2 !important; }

.top_2 {
  top: 2rem; }

.op_05 {
  opacity: 0.5; }

.op_07 {
  opacity: 0.7; }

.ls_0__3 {
  letter-spacing: -0.3px !important; }

.ls_0 {
  letter-spacing: 0px !important; }

.lh_28 {
  line-height: calc(22px + (28 - 22) * ((100vw - 280px) / (1920 - 280))) !important; }

.lh_59 {
  line-height: calc(45px + (59 - 45) * ((100vw - 280px) / (1920 - 280))) !important; }

.custom_hr {
  opacity: 0.1;
  border-color: #000; }

.section_mb_100 {
  margin-bottom: calc(50px + (100 - 50) * ((100vw - 280px) / (1920 - 280))); }

.section_mb_150 {
  margin-bottom: calc(50px + (150 - 50) * ((100vw - 280px) / (1920 - 280))); }

.section_pt_100 {
  padding-top: calc(50px + (100 - 50) * ((100vw - 280px) / (1920 - 280))); }

.section_pb_100 {
  padding-bottom: calc(50px + (100 - 50) * ((100vw - 280px) / (1920 - 280))); }

.section_pt_150 {
  padding-top: calc(50px + (150 - 50) * ((100vw - 280px) / (1920 - 280))); }

.section_pb_150 {
  padding-bottom: calc(50px + (150 - 50) * ((100vw - 280px) / (1920 - 280))); }

.p_txt_sm {
  color: #5C5959;
  font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: 20px; }

.p_txt_md {
  color: #fff;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal; }

.p_txt_lg {
  color: #fff;
  font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  word-break: break-word; }

.p_txt_xl {
  color: #fff;
  font-size: calc(16px + (20 - 16) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px; }

.p_txt_xxl {
  font-size: calc(20px + (24 - 20) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: 208.333%; }

.hd_lg {
  color: #fff;
  font-size: calc(24px + (36 - 24) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: calc(32px + (40 - 32) * ((100vw - 280px) / (1920 - 280))); }

.hd_xl {
  color: #000;
  font-size: calc(36px + (48 - 36) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: 119%; }

.hd_xxl {
  color: #0B0B0B;
  font-size: calc(40px + (64 - 40) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal; }

.responsive_iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 51%;
  min-height: 270px;
  /* 16:9 Aspect Ratio */ }
  .responsive_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px; }

.custom_card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: calc(24px + (30 - 24) * ((100vw - 280px) / (1920 - 280))) calc(20px + (24 - 20) * ((100vw - 280px) / (1920 - 280))); }

.coupon-price-section .coupon-price-remove {
  font-size: 14px;
  position: absolute;
  right: 20px;
  border: 1px solid red;
  background: #fff;
  color: red !important;
  padding: 2px 10px;
  border-radius: 25px;
  cursor: pointer; }

.thankyou_card ul li {
  flex-direction: column; }
  .thankyou_card ul li p {
    position: relative;
    padding-left: 27px;
    display: block;
    color: #5C5959 !important;
    font-weight: 400;
    line-height: normal;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280))); }
    .thankyou_card ul li p:before {
      content: '';
      position: absolute;
      left: 0;
      top: 1px;
      width: 20px;
      height: 20px;
      background-image: url("http://127.0.0.1:8000/front/images/list_icon.svg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }

.toast .toast-success {
  background: #127800; }

.link {
  color: #fff;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  text-decoration: none; }
  .link.md {
    font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280))); }
  .link.xl {
    font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280))); }
  .link.blue {
    color: #006BFF; }
    .link.blue:before {
      content: '';
      position: absolute;
      bottom: -3px;
      height: 1px;
      width: 0;
      right: 0;
      background: #006BFF;
      transition: ease 0.5s; }
    .link.blue:hover:before {
      width: 100%;
      left: 0;
      right: auto; }
  .link.txt_blue {
    color: #006BFF;
    text-decoration: underline; }
  .link.hover:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: ease 0.5s;
    background: #000; }
  .link.hover:hover:before {
    width: 0%;
    right: 0;
    left: auto; }
  .link.hover2:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    transition: ease 0.5s;
    background: #000; }
  .link.hover2:hover:before {
    width: 100%;
    right: auto;
    left: 0; }

.social_link a {
  display: inline-flex;
  margin-left: calc(25px + (50 - 25) * ((100vw - 280px) / (1920 - 280)));
  transition: ease 0.5s; }
  .social_link a:hover {
    transform: rotate(360deg); }
  .social_link a:first-child {
    margin-left: 0px; }

.btn_white {
  color: #050808;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  background: #fff;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.5s ease-in-out; }
  .btn_white:hover, .btn_white:focus {
    box-shadow: 3px 3px 0px 3px #ffffff54;
    background: #000;
    color: #fff; }

.btn_black {
  color: #fff;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  background: #000;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.5s ease-in-out; }
  .btn_black:hover, .btn_black:focus {
    box-shadow: 3px 3px 0px 3px #00000020;
    background: #fff;
    color: #000; }
  .btn_black.md {
    padding: 14px 30px; }

.btn_line_black {
  color: #000;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  background: #fff;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.5s ease-in-out; }
  .btn_line_black:hover, .btn_line_black:focus {
    box-shadow: 3px 3px 0px 3px #00000020;
    background: #000;
    color: #fff; }
  .btn_line_black.md {
    padding: 14px 30px; }

.btn_line_white {
  color: #fff;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  background: transparent;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.5s ease-in-out; }
  .btn_line_white:hover, .btn_line_white:focus {
    box-shadow: 3px 3px 0px 3px rgba(255, 255, 255, 0.5);
    background: transparent;
    color: #fff; }
  .btn_line_white.lg {
    padding: 20px 55px; }

.back_to_top_btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: none;
  background: #000;
  transition: ease 0.5s; }
  .back_to_top_btn svg {
    fill: #fff;
    width: 22px;
    height: 22px; }
  .back_to_top_btn:hover {
    box-shadow: 0px 0px 0px 6px #00000030; }
  .back_to_top_btn:not(.active) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }

.button_outer_circle {
  background: #ffffff59;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }

.has_scale_animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite; }

.has_delay_short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px 0px #00000029;
  z-index: 11; }
  .cookie-banner .close {
    position: absolute;
    top: 30px;
    left: 10px;
    border: none;
    background: #fff;
    font-size: 39px;
    line-height: 1;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    font-weight: bold; }
  .cookie-banner .alert {
    line-height: 1.75; }

@media screen and (max-width: 575px) {
  .cookie-banner .close {
    right: 5px;
    top: 5px;
    left: auto; } }
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(1.5);
    opacity: 0; } }
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(1.5);
    opacity: 0; } }
.custom_checkbox .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 2px;
  background: transparent;
  border: 1px solid #fff;
  margin-right: 10px; }
  .custom_checkbox .form-check-input:checked[type=checkbox] {
    background: #fff url("../images/checkbox_check_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  .custom_checkbox .form-check-input:focus {
    box-shadow: 0px 0px 0px 2px #fff6; }
.custom_checkbox .form-check-label {
  color: #fff;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal; }

.custom_checkbox2 .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #000;
  margin-right: 10px; }
  .custom_checkbox2 .form-check-input:checked[type=checkbox] {
    background: #fff url("../images/checkbox_check_icon.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center; }
  .custom_checkbox2 .form-check-input:focus {
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.2); }
.custom_checkbox2 .form-check-label {
  color: #000;
  font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 500;
  line-height: normal; }

.custom_radio .form-check-input {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  margin-right: 10px;
  border-color: #5C5959;
  transition: all 0.5s; }
  .custom_radio .form-check-input:checked[type=radio] {
    background-color: #000;
    border-color: #000; }
    .custom_radio .form-check-input:checked[type=radio] ~ .form-check-label {
      color: #000;
      font-weight: 500; }
  .custom_radio .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem #bfbfbf; }
.custom_radio .form-check-label {
  color: #5C5959;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 500;
  line-height: normal;
  transition: ease 0.5s; }

.form_control .form-label {
  color: #fff;
  font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: -9px;
  left: 30px;
  padding: 0px 5px;
  background: #000;
  z-index: 11; }
.form_control .input_control {
  border-radius: 30px;
  border: 1px solid #353535;
  background-color: #000;
  color: #fff;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  padding: 17px 35px;
  transition: all 0.3s ease-in-out; }
  .form_control .input_control::placeholder {
    opacity: 0.5;
    color: #fff; }
  .form_control .input_control:focus {
    box-shadow: 3px 3px 0px 3px #ffffff4d;
    border-color: #fff; }
  .form_control .input_control.phone_select {
    max-width: 115px;
    padding: 17px 20px 17px 45px;
    background-image: url("../images/selectdropdown_arrow.svg");
    background-position: 20px;
    background-size: 24px;
    border-right: 0px; }
    .form_control .input_control.phone_select ~ .input_control {
      border-left: none;
      border-top-right-radius: 30px !important;
      border-bottom-right-radius: 30px !important; }
.form_control .separator {
  width: 1px;
  height: 30px;
  margin: auto;
  background: #353535;
  position: relative;
  z-index: 11; }

.form_control_2 .input_control_2 {
  border-radius: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 13px 24px;
  color: #000;
  font-family: "Jost";
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal;
  box-shadow: none; }
  .form_control_2 .input_control_2::placeholder {
    color: #000;
    opacity: 0.5; }
  .form_control_2 .input_control_2.search_input {
    background-image: url("../images/search_icon.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 17px); }
  .form_control_2 .input_control_2:focus {
    border-color: #000; }

.form_control_3 .form-label {
  color: #000;
  font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: -9px;
  left: 30px;
  padding: 0px 5px;
  background: #fff;
  z-index: 11; }
.form_control_3 .input_control_3 {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px 35px;
  color: #000;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal;
  box-shadow: none; }
  .form_control_3 .input_control_3::placeholder {
    color: #000;
    opacity: 0.5; }
  .form_control_3 .input_control_3:focus {
    border-color: #000; }
  .form_control_3 .input_control_3.form-select {
    background-image: url("../images/down_arrow_icon.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    color: #000 !important; }
    .form_control_3 .input_control_3.form-select:invalid {
      color: #C0C0C0 !important; }
    .form_control_3 .input_control_3.form-select option[value=""] {
      color: #C0C0C0 !important; }
  .form_control_3 .input_control_3.form-select,
  .form_control_3 .input_control_3 option {
    color: #000 !important;
    opacity: 1; }
  .form_control_3 .input_control_3.phone_select {
    max-width: 115px;
    padding: 17px 20px 17px 45px;
    background-image: url("../images/down_arrow_icon.svg");
    background-position: 20px;
    background-size: 24px;
    border-right: 0px; }
    .form_control_3 .input_control_3.phone_select ~ .input_control_3 {
      border-left: none; }
.form_control_3 .separator {
  width: 1px;
  height: 30px;
  margin: auto;
  background: #C0C0C0;
  position: relative;
  z-index: 11; }
.form_control_3 .select2 {
  width: 100% !important; }
  .form_control_3 .select2 .select2-selection {
    width: 100%;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #000;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    line-height: normal;
    box-shadow: none;
    height: auto;
    padding: 16px 35px; }
    .form_control_3 .select2 .select2-selection .select2-selection__rendered {
      padding-left: 0px;
      color: #000; }
    .form_control_3 .select2 .select2-selection .select2-selection__arrow {
      top: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      right: 15px; }
      .form_control_3 .select2 .select2-selection .select2-selection__arrow b {
        border: none;
        background-image: url("./../images/down_arrow_icon.svg");
        background-size: cover;
        width: 24px;
        height: 24px;
        top: auto;
        left: auto; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #000 !important; }

.file_input_control .file_input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
.file_input_control .file {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(20px + (40 - 20) * ((100vw - 280px) / (1920 - 280)));
  width: 100%;
  position: relative; }
  .file_input_control .file:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 1px dashed #000;
    opacity: 0.25; }
  .file_input_control .file span {
    color: #000;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 600; }

.custom_dropdown .dropdown-toggle {
  padding-right: 30px;
  padding-left: 0;
  color: #0B0B0B;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  border: none;
  background: transparent; }
  .custom_dropdown .dropdown-toggle:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    width: 24px;
    height: 24px;
    background: url("../images/down_arrow_icon.svg"); }
.custom_dropdown .dropdown-menu {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: none; }

.user_login .dropdown-toggle span {
  max-width: 100px;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.user_login .dropdown-menu {
  min-width: 290px;
  margin-top: 1.75rem;
  margin-right: -10%;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.75s;
  transform: translateY(100%);
  display: block;
  left: auto;
  right: 0;
  top: 100%; }
  .user_login .dropdown-menu .dropdown-item {
    padding: 20px 24px;
    color: #000;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    line-height: normal; }
    .user_login .dropdown-menu .dropdown-item ~ ul {
      padding-left: 0;
      list-style: none; }
      .user_login .dropdown-menu .dropdown-item ~ ul li a {
        padding: 20px 24px 20px 48px;
        display: block;
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        text-decoration: none; }
  .user_login .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 15px;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.85em solid #fff;
    border-right: 0.65em solid transparent;
    border-bottom: 0;
    border-left: 0.65em solid transparent;
    transform: rotate(180deg); }
  .user_login .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
.user_login ul li a:hover {
  background: rgba(0, 0, 0, 0.05); }

@media screen and (max-width: 991px) {
  .user_login .dropdown-menu {
    margin-top: 0px;
    transform: translateY(-100%); }

  .main_navbar .main_navbar_menu .navbar-nav {
    margin-top: 0.5rem; }
    .main_navbar .main_navbar_menu .navbar-nav .nav-item a {
      margin: 10px 0px !important; }
      .main_navbar .main_navbar_menu .navbar-nav .nav-item a:before {
        bottom: -10px !important; }
    .main_navbar .main_navbar_menu .navbar-nav .nav-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      width: 100% !important;
      max-height: 1px !important; } }
.banner_section {
  background: #F8F8F8;
  overflow: hidden; }
  .banner_section .banner_wrapper {
    padding: 18% 0px; }
    .banner_section .banner_wrapper .banner_vector_1 {
      position: absolute;
      left: -3%;
      top: 0px; }
    .banner_section .banner_wrapper .banner_vector_2 {
      position: absolute;
      left: -14%;
      top: 5%;
      max-width: 29%; }
    .banner_section .banner_wrapper .banner_vector_3 {
      position: absolute;
      bottom: 1%;
      left: 0%;
      max-width: 17%;
      transform: rotate(45deg); }
    .banner_section .banner_wrapper .banner_vector_4 {
      position: absolute;
      top: 0;
      right: 0;
      max-width: 25%; }
    .banner_section .banner_wrapper .banner_vector_5 {
      position: absolute;
      right: -19.25%;
      top: 7%;
      max-width: 30%; }
    .banner_section .banner_wrapper .banner_vector_6 {
      position: absolute;
      bottom: 3%;
      right: -32%;
      max-width: 45%; }
    .banner_section .banner_wrapper .search_wrapper {
      border-radius: 106px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      background: #fff;
      box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.15);
      padding: 18px 26px;
      max-width: 952px;
      margin: auto; }
      .banner_section .banner_wrapper .search_wrapper .input-group-text {
        border: none;
        background: transparent;
        padding: 0;
        margin-right: 12px; }
      .banner_section .banner_wrapper .search_wrapper .form-control {
        border: none;
        padding: 0px;
        height: 19px;
        margin-right: 24px;
        box-shadow: none; }
      .banner_section .banner_wrapper .search_wrapper .input-group .btn_black {
        border-radius: 64px !important;
        max-width: 150px;
        width: 100%; }
    .banner_section .banner_wrapper .seperater_line {
      width: 1px;
      height: 50px;
      background: #0000001a;
      margin-right: 24px; }

@media screen and (max-width: 1199px) {
  .banner_section .banner_wrapper .banner_vector_1 {
    max-width: 30%; }
  .banner_section .banner_wrapper .banner_vector_2 {
    max-width: 24%; }
  .banner_section .banner_wrapper .banner_vector_3 {
    max-width: 15%; }
  .banner_section .banner_wrapper .banner_vector_4 {
    max-width: 22%; }
  .banner_section .banner_wrapper .banner_vector_5 {
    max-width: 27%; }
  .banner_section .banner_wrapper .banner_vector_6 {
    max-width: 42%; } }
@media screen and (max-width: 991px) {
  .banner_section .banner_wrapper .banner_vector_2,
  .banner_section .banner_wrapper .banner_vector_5 {
    top: 13%; } }
@media screen and (max-width: 767px) {
  .banner_section .banner_wrapper .search_wrapper {
    padding: 16px; }
    .banner_section .banner_wrapper .search_wrapper .input-group .btn_black {
      padding: 16px;
      max-width: 100px; } }
@media screen and (max-width: 575px) {
  .banner_section .banner_wrapper .search_wrapper {
    padding: 25px;
    border-radius: 40px; }
    .banner_section .banner_wrapper .search_wrapper .form-control {
      width: calc(100% - 70px);
      margin-right: 0px; }
    .banner_section .banner_wrapper .search_wrapper .seperater_line {
      width: 100%;
      height: 1px;
      margin: 15px 0px; }
    .banner_section .banner_wrapper .search_wrapper .input-group .btn_black {
      width: 100%;
      max-width: 100%;
      margin-top: 15px; } }
.breadcrumb_banner_section {
  background-image: url("../images/breadcrumb_bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: calc(58px + (158 - 58) * ((100vw - 280px) / (1920 - 280))) 0px;
  position: relative; }
  .breadcrumb_banner_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5; }

.custom_breadcrumb .breadcrumb {
  margin-bottom: 0px; }
  .custom_breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: '|';
    color: #fff;
    font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 100;
    padding: 0px 24px; }
  .custom_breadcrumb .breadcrumb .breadcrumb-item.active {
    opacity: 0.7; }
  .custom_breadcrumb .breadcrumb .breadcrumb-item a:before {
    content: '';
    bottom: 0;
    right: 0;
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 0.5s ease-in-out; }
  .custom_breadcrumb .breadcrumb .breadcrumb-item a:hover:before {
    width: 100%;
    left: 0;
    right: auto; }
  .custom_breadcrumb .breadcrumb .breadcrumb-item,
  .custom_breadcrumb .breadcrumb .breadcrumb-item a {
    color: #fff;
    font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 600;
    line-height: 155.556%;
    text-decoration: none;
    padding: 0px;
    position: relative; }

.product_card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 10px;
  transition: all 0.5s;
  margin-bottom: 24px; }
  .product_card .product_img {
    height: 220px;
    border-radius: 14px;
    background: #FAFAFA;
    text-align: center;
    margin-bottom: 24px;
    overflow: hidden; }
    .product_card .product_img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 15px;
      transition: ease 1s; }
  .product_card .product_info h6 {
    color: #000;
    font-size: calc(16px + (20 - 16) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px; }
  .product_card .product_info p {
    overflow: hidden;
    color: #5C5959;
    text-overflow: ellipsis;
    font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box; }
  .product_card .product_info label span {
    color: #5C5959;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    line-height: normal;
    min-width: 55px; }
  .product_card:hover .product_img img {
    transform: scale(1.1); }

.tag_wrapper label {
  border-radius: 51px;
  background: #000;
  padding: 10px 12px;
  transition: all 0.5s ease-in-out;
  margin: 0px 10px 10px 0px; }
  .tag_wrapper label span {
    color: #fff;
    font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    margin-right: 10px; }
  .tag_wrapper label a {
    line-height: 0.5; }
  .tag_wrapper label:hover {
    box-shadow: 2px 2px 0px 2px #00000020; }

.custom_tab ul li .nav-link {
  font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: #5C5959; }
  .custom_tab ul li .nav-link.active {
    font-weight: 600;
    color: #000; }

.custom_tab2 .nav-link {
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  padding: calc(14px + (17 - 14) * ((100vw - 280px) / (1920 - 280))) calc(16px + (24 - 16) * ((100vw - 280px) / (1920 - 280)));
  border-radius: 30px;
  margin-bottom: 5px;
  text-align: left;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280))); }
  .custom_tab2 .nav-link.active {
    background: #000;
    color: #fff;
    background-image: url("../images/right_arrow_white.svg");
    background-size: 20px;
    background-position: calc(100% - 24px);
    background-repeat: no-repeat; }
    .custom_tab2 .nav-link.active img {
      filter: brightness(0) invert(1); }
  .custom_tab2 .nav-link:hover {
    border: 1px solid #000; }
  .custom_tab2 .nav-link:focus-visible {
    box-shadow: 0px 3px 0px 3px #00000020; }

@media screen and (max-width: 767px) {
  .custom_tab ul li .nav-link {
    border-bottom: 1px solid #BABABA; } }
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-min,
.irs-max,
.irs-from,
.irs-to,
.irs-single,
.irs-grid {
  display: none; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs-bar {
  height: 8px;
  top: 5px;
  background: #000; }

.irs-line {
  height: 8px;
  top: 5px;
  background: rgba(0, 0, 0, 0.1);
  /* W3C */
  border-radius: 16px;
  -moz-border-radius: 16px; }

.irs-slider {
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background: #000;
  /* W3C */
  border-radius: 50px;
  -moz-border-radius: 50px;
  cursor: pointer; }

.count_range_slider {
  gap: 24px;
  margin-top: 20px; }

.count {
  display: flex;
  align-items: center;
  border-radius: 55px;
  background: rgba(0, 0, 0, 0.1);
  padding: 13px 24px; }

.count .form-control {
  padding: 0;
  color: #000;
  background: transparent;
  line-height: normal;
  font-size: 16px;
  font-family: Jost;
  font-weight: 500;
  pointer-events: none; }

.count span {
  color: #000;
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-right: 16px; }

.custom_collapse .collapse_link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: 120%;
  padding: calc(20px + (24 - 20) * ((100vw - 280px) / (1920 - 280))) 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .custom_collapse .collapse_link img {
    transform: rotate(45deg);
    transition: ease 0.5s;
    margin-left: 10px; }
  .custom_collapse .collapse_link.collapsed img {
    transform: rotate(180deg); }
.custom_collapse .custom_collapse-inner {
  padding: 24px 24px 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.custom_list_group .list-group-item {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  color: #5C5959;
  margin-bottom: 5px;
  border-radius: 30px;
  font-size: calc(16px + (20 - 16) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  padding: calc(12px + (15 - 12) * ((100vw - 280px) / (1920 - 280))) 17px;
  transition: ease 0.5s; }
  .custom_list_group .list-group-item:hover {
    border: 1px solid #000; }
  .custom_list_group .list-group-item.active {
    background: #000;
    border-color: #000;
    color: #fff; }

.custom_table table {
  border-spacing: 0px 12px !important;
  border-collapse: inherit !important;
  max-width: 100%;
  border-bottom: none !important; }
  .custom_table table thead th {
    background: #000;
    color: #fff;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 600;
    padding: calc(16px + (18 - 16) * ((100vw - 280px) / (1920 - 280))) calc(16px + (24 - 16) * ((100vw - 280px) / (1920 - 280))) !important;
    white-space: nowrap; }
    .custom_table table thead th:first-child {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
    .custom_table table thead th:last-child {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
  .custom_table table tbody tr td {
    background: rgba(0, 0, 0, 0.03);
    box-shadow: none;
    border: none;
    vertical-align: middle;
    color: #000;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    line-height: normal;
    padding: calc(16px + (24 - 16) * ((100vw - 280px) / (1920 - 280)));
    min-width: 150px; }
    .custom_table table tbody tr td:first-child {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
    .custom_table table tbody tr td:last-child {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
    .custom_table table tbody tr td .product_intro span {
      display: inline-block;
      min-width: 100px; }
    .custom_table table tbody tr td .form-select {
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 30px;
      box-shadow: none; }
      .custom_table table tbody tr td .form-select:focus {
        border-color: #000; }
  .custom_table table.dataTable thead > tr > th.sorting:before {
    opacity: .35;
    margin: 1px 0px; }
  .custom_table table.dataTable thead > tr > th.sorting:after {
    opacity: .35;
    margin: 1px 0px; }
  .custom_table table.dataTable thead > tr > th.sorting_asc:before {
    opacity: 1; }
  .custom_table table.dataTable thead > tr > th.sorting_desc:after {
    opacity: 1; }
.custom_table .dataTables_length select {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 30px !important;
  font-weight: 500 !important; }
  .custom_table .dataTables_length select:focus {
    border-color: #000 !important; }
.custom_table .dataTables_paginate {
  margin-bottom: 0.75rem; }
  .custom_table .dataTables_paginate .paginate_button,
  .custom_table .dataTables_paginate .page-link {
    border-radius: 6px !important;
    background: rgba(0, 0, 0, 0.03) !important;
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    color: #000 !important;
    transition: ease 0.5s;
    margin: 0px 4px;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    min-width: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .custom_table .dataTables_paginate .paginate_button:hover,
    .custom_table .dataTables_paginate .page-link:hover {
      background: rgba(0, 0, 0, 0.03) !important;
      border-color: #000 !important;
      color: #000 !important; }
    .custom_table .dataTables_paginate .paginate_button.disabled,
    .custom_table .dataTables_paginate .page-link.disabled {
      pointer-events: none; }
    .custom_table .dataTables_paginate .paginate_button.current,
    .custom_table .dataTables_paginate .page-link.current {
      border-color: #000 !important;
      color: #000 !important; }
  .custom_table .dataTables_paginate .pagination .page-item.active .page-link {
    border-color: #000 !important;
    color: #000 !important; }
  .custom_table .dataTables_paginate .pagination .page-item.disabled .page-link {
    pointer-events: none; }
.custom_table .dataTables_filter {
  float: left !important;
  padding-bottom: 3.5rem;
  padding-top: 1rem;
  position: relative; }
  .custom_table .dataTables_filter input[type="search"] {
    position: absolute;
    left: 0px;
    top: 24px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    color: #000;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    line-height: normal;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    z-index: -1; }
  .custom_table .dataTables_filter label {
    color: #000;
    font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 600;
    position: absolute;
    top: -3px;
    left: 0px;
    background-color: #fff;
    padding: 0px 5px;
    z-index: 99;
    height: 20px;
    z-index: 1; }
  .custom_table .dataTables_filter input[type="search"]:focus {
    border-color: #000; }
.custom_table::-webkit-scrollbar {
  height: 10px;
  background-color: #F8F8F8; }
.custom_table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.03);
  background-color: #000; }
.custom_table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #BABABA;
  border-radius: 10px;
  background-color: #F8F8F8; }

.product_intro img {
  display: inline-flex;
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FAFAFA;
  padding: 5px 10px;
  margin-right: 15px;
  object-fit: contain; }

.table_action_btn {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 10px;
  min-width: 44px;
  height: 44px;
  transition: ease 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .table_action_btn:hover {
    border-color: #000; }

@media screen and (min-width: 576px) {
  .dataTables_length {
    float: right !important;
    padding-top: 30px !important; } }
@media screen and (max-width: 1199px) {
  .custom_table .dataTables_wrapper .dataTables_paginate {
    text-align: left !important;
    float: none !important; } }
@media screen and (max-width: 767px) {
  .table_action_btn {
    min-width: 40px;
    height: 40px; } }
@media screen and (max-width: 575px) {
  .dataTables_length {
    text-align: left !important;
    margin-bottom: 0.5rem !important; } }
.custom_editor .cke_chrome {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #BABABA; }
  .custom_editor .cke_chrome .cke_top {
    background: #fff;
    padding-top: 15px;
    border-bottom: 1px solid #BABABA; }

.profile-pic {
  color: transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #bfbfbf;
  border-radius: 30px; }
  .profile-pic input {
    visibility: hidden;
    width: 0px; }
  .profile-pic img {
    position: absolute;
    width: 100%;
    height: 230px;
    max-width: 100%;
    border-radius: 30px;
    z-index: 0;
    object-fit: cover; }
  .profile-pic .-label {
    cursor: pointer;
    height: 230px;
    width: 100%;
    max-width: 100%; }
  .profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 30px;
    margin-bottom: 0; }
  .profile-pic span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em; }

.img-thumbs {
  background: #F8F8F8;
  border-radius: 10px;
  margin: 1rem 0 0px;
  padding: 0px 10px; }
  .img-thumbs .img-thumbs-hidden {
    display: none; }
  .img-thumbs .wrapper-thumb {
    position: relative;
    display: inline-block;
    margin: 10px 0px 10px; }
    .img-thumbs .wrapper-thumb .img-preview-thumb {
      background: #fff;
      border-radius: 6px;
      margin-right: 1rem;
      width: 30px;
      height: 30px;
      object-fit: cover; }
    .img-thumbs .wrapper-thumb .remove-btn {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      top: -4px;
      right: 10px;
      width: 16px;
      height: 16px;
      background: #000;
      color: #fff;
      border-radius: 50px;
      font-weight: bold;
      cursor: pointer;
      font-family: monospace;
      line-height: 1; }

@media screen and (max-width: 767px) {
  .profile-pic .-label,
  .profile-pic img {
    height: 180px; } }
@media screen and (max-width: 575px) {
  .profile-pic .-label,
  .profile-pic img {
    height: 150px; } }
.profile-wrapper .profile_head {
  height: 200px;
  width: 100%; }
  .profile-wrapper .profile_head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
.profile-wrapper .profile_upload_wrapper.avatar-upload {
  position: relative;
  max-width: 160px;
  margin-top: -80px;
  left: 20px; }
  .profile-wrapper .profile_upload_wrapper.avatar-upload .avatar-edit {
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 0px; }
    .profile-wrapper .profile_upload_wrapper.avatar-upload .avatar-edit input {
      display: none; }
      .profile-wrapper .profile_upload_wrapper.avatar-upload .avatar-edit input + label {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-bottom: 0;
        border-radius: 100%;
        background: #FFFFFF;
        border: 2px solid #000;
        cursor: pointer;
        font-weight: normal;
        transition: all 0.2s ease-in-out; }
        .profile-wrapper .profile_upload_wrapper.avatar-upload .avatar-edit input + label:after {
          content: '';
          position: absolute;
          width: 20px;
          height: 20px;
          top: -6px;
          bottom: 0px;
          left: 0;
          right: 0;
          text-align: center;
          margin: auto;
          background-image: url("../images/edit_icon.svg");
          background-size: cover;
          background-repeat: no-repeat; }
  .profile-wrapper .profile_upload_wrapper.avatar-upload .avatar-preview {
    width: 160px;
    height: 160px;
    position: relative;
    border-radius: 100%;
    border: 5px solid #fff; }
    .profile-wrapper .profile_upload_wrapper.avatar-upload .avatar-preview > div {
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }

@media screen and (max-width: 1199px) {
  .profile-wrapper .profile_head {
    height: 150px; } }
@media screen and (max-width: 575px) {
  .profile-wrapper .profile_head {
    height: 125px; }
  .profile-wrapper .profile_upload_wrapper.avatar-upload {
    max-width: 125px; }
    .profile-wrapper .profile_upload_wrapper.avatar-upload .avatar-edit input + label {
      width: 40px;
      height: 40px; }
    .profile-wrapper .profile_upload_wrapper.avatar-upload .avatar-preview {
      width: 125px;
      height: 125px; } }
.custom_modal .modal-dialog {
  max-width: 848px;
  width: 95%; }
  .custom_modal .modal-dialog .modal-content {
    border-radius: 50px;
    border: none; }
    .custom_modal .modal-dialog .modal-content .modal-header {
      padding-top: calc(30px + (70 - 30) * ((100vw - 280px) / (1920 - 280))); }
      .custom_modal .modal-dialog .modal-content .modal-header .btn-close {
        position: absolute;
        right: 40px;
        top: 30px;
        opacity: 1;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0;
        transition: ease 0.5s; }
        .custom_modal .modal-dialog .modal-content .modal-header .btn-close:hover, .custom_modal .modal-dialog .modal-content .modal-header .btn-close:focus {
          border-color: #000;
          box-shadow: none; }
    .custom_modal .modal-dialog .modal-content .modal-body {
      padding: 0px calc(30px + (70 - 30) * ((100vw - 280px) / (1920 - 280))); }
    .custom_modal .modal-dialog .modal-content .modal-footer {
      padding: 0px;
      padding-bottom: calc(30px + (70 - 30) * ((100vw - 280px) / (1920 - 280))); }

@media screen and (max-width: 575px) {
  .custom_modal .modal-dialog .modal-content .modal-header .btn-close {
    width: 26px;
    height: 26px;
    right: 36px;
    top: 16px; } }
.swal2-container .swal2-popup.swal2-modal {
  border-radius: 50px;
  padding: 10px 0px 40px; }
  .swal2-container .swal2-popup.swal2-modal .swal2-html-container {
    color: #000;
    font-size: calc(20px + (24 - 20) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 600;
    margin: 15px; }
  .swal2-container .swal2-popup.swal2-modal .swal2-actions button.swal2-confirm.btn {
    padding: 14px 30px;
    border-radius: 50px;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 500 !important;
    background: #000;
    border: 1px solid #000;
    transition: ease 0.5s;
    margin: 0px 10px 10px; }
    .swal2-container .swal2-popup.swal2-modal .swal2-actions button.swal2-confirm.btn:hover, .swal2-container .swal2-popup.swal2-modal .swal2-actions button.swal2-confirm.btn:focus {
      background: #fff;
      color: #000;
      box-shadow: 3px 3px 0px 3px #00000020; }
  .swal2-container .swal2-popup.swal2-modal .swal2-actions button.swal2-cancel.btn {
    padding: 14px 30px;
    border-radius: 50px;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 500 !important;
    background: #fff;
    border: 1px solid #000;
    transition: ease 0.5s;
    margin: 0px 10px 10px;
    color: #000; }
    .swal2-container .swal2-popup.swal2-modal .swal2-actions button.swal2-cancel.btn:hover, .swal2-container .swal2-popup.swal2-modal .swal2-actions button.swal2-cancel.btn:focus {
      box-shadow: 3px 3px 0px 3px #00000020;
      background: #000;
      color: #fff; }

html,
body {
  font-family: "Lora";
  top: 0px !important; }

.main_navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .main_navbar .navbar-brand img {
    max-width: 158px;
    height: 66px;
    object-fit: contain;
    object-position: center; }
  .main_navbar .navbar-toggler {
    border: none;
    padding: 0px; }
  .main_navbar .main_navbar_menu .navbar-nav .nav-item a {
    padding: 0;
    margin: 0px calc(24px + (48 - 24) * ((100vw - 280px) / (1920 - 280)));
    color: #5C5959;
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    line-height: normal;
    position: relative;
    transition: all 0.5s ease-in-out; }
    .main_navbar .main_navbar_menu .navbar-nav .nav-item a:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: -5px;
      width: 0%;
      height: 1px;
      border-radius: 4px;
      background: #0B0B0B;
      visibility: hidden;
      opacity: 0;
      transition: ease 0.65s; }
    .main_navbar .main_navbar_menu .navbar-nav .nav-item a:hover {
      color: #0B0B0B; }
      .main_navbar .main_navbar_menu .navbar-nav .nav-item a:hover:before {
        opacity: 1;
        visibility: visible;
        width: 100%;
        right: inherit;
        left: 0; }
    .main_navbar .main_navbar_menu .navbar-nav .nav-item a.active {
      color: #0B0B0B; }
      .main_navbar .main_navbar_menu .navbar-nav .nav-item a.active:before {
        opacity: 1;
        visibility: visible;
        width: 100%; }
  .main_navbar .main_navbar_menu .navbar-nav .nav-item:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    max-height: 24px;
    height: 100%;
    background: #00000033; }
  .main_navbar .main_navbar_menu .navbar-nav .nav-item:last-child:before {
    display: none; }
  .main_navbar .nav_right_wrapper .goog-te-gadget {
    font-size: 0px; }
  .main_navbar .nav_right_wrapper .flag-dropdown .flag-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1111; }
    .main_navbar .nav_right_wrapper .flag-dropdown .flag-dropdown-content u {
      display: block;
      padding: 12px 16px;
      text-decoration: none;
      cursor: pointer;
      color: #0B0B0B;
      font-size: calc(13px +(16 - 13)*((100vw - 280px) /(1920 - 280)));
      font-weight: 600; }
      .main_navbar .nav_right_wrapper .flag-dropdown .flag-dropdown-content u:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      .main_navbar .nav_right_wrapper .flag-dropdown .flag-dropdown-content u img {
        margin-right: 8px;
        width: 24px;
        height: 24px;
        object-fit: cover;
        border-radius: 50%; }
  .main_navbar .nav_right_wrapper .flag-dropdown:hover .flag-dropdown-content {
    display: block; }
  .main_navbar .nav_right_wrapper .flag-dropdown .selected {
    font-weight: bold;
    cursor: pointer; }
    .main_navbar .nav_right_wrapper .flag-dropdown .selected > img {
      width: 24px;
      height: 24px;
      object-fit: cover;
      border-radius: 50%; }
  .main_navbar .nav_right_wrapper .btn_line_black a {
    text-decoration: none;
    color: #000;
    margin: 0px 5px; }
  .main_navbar .nav_right_wrapper .btn_line_black:hover a {
    color: #fff; }

.skiptranslate iframe {
  display: none; }

.goog-te-spinner-pos {
  display: none !important; }

.skiptranslate a {
  display: none !important; }

.skiptranslate::after {
  display: none; }

#google_translate_element select {
  background-color: transparent;
  color: #000;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 600;
  line-height: normal;
  border: unset; }
  #google_translate_element select option {
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
    line-height: normal;
    color: #000; }

.goog-te-gadget-icon {
  display: none !important; }

@media screen and (max-width: 1599px) {
  .main_navbar .main_navbar_menu .navbar-nav .nav-item a {
    margin: 0px calc(18px + (36 - 18)* ((100vw - 280px) / (1920 - 280))); } }
@media screen and (max-width: 1199px) {
  .main_navbar .main_navbar_menu .navbar-nav .nav-item a {
    margin: 0px calc(10px + (16 - 10)* ((100vw - 280px) / (1920 - 280))); }
  .main_navbar .nav_right_wrapper .btn_line_black {
    padding: 16px 20px; } }
.subscribe_section {
  background-image: url("../images/subscribe_bg.jpg");
  background-size: cover;
  background-position: top center; }
  .subscribe_section .subscribe_left_wrapper {
    border-radius: 50px;
    border: 2px solid #fff;
    background: url("../images/subscribe_bg_shape.svg") rgba(255, 255, 255, 0.5);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    backdrop-filter: blur(5px);
    padding: 50px 98px; }
    .subscribe_section .subscribe_left_wrapper .subscribe_control .form_control .input_control {
      background: #fff;
      color: #0B0B0B;
      border-color: #fff;
      box-shadow: none; }
      .subscribe_section .subscribe_left_wrapper .subscribe_control .form_control .input_control::placeholder {
        opacity: 0.5;
        color: #0B0B0B; }
      .subscribe_section .subscribe_left_wrapper .subscribe_control .form_control .input_control:focus {
        border-color: #0B0B0B;
        border-right: none; }
    .subscribe_section .subscribe_left_wrapper .subscribe_control .form_control .btn_black {
      margin-left: 0px !important; }

.footer_section {
  background: url("../images/footer_bg.png") #000;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat; }
  .footer_section .footer_company_intro .link {
    position: relative; }
    .footer_section .footer_company_intro .link:before {
      content: '';
      position: absolute;
      bottom: -5px;
      height: 1px;
      width: 0;
      right: 0;
      background: #fff;
      transition: ease 0.5s; }
    .footer_section .footer_company_intro .link:hover:before {
      width: 100%;
      left: 0;
      right: auto; }
  .footer_section .footer_menu_list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .footer_section .footer_menu_list li a,
    .footer_section .footer_menu_list li span {
      line-height: 26px;
      text-decoration: none;
      margin-bottom: calc(16px + (24 - 16) * ((100vw - 280px) / (1920 - 280)));
      display: inline-block;
      position: relative; }
    .footer_section .footer_menu_list li a:before {
      content: '';
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 0;
      right: 0;
      background: #fff;
      transition: ease 0.5s; }
    .footer_section .footer_menu_list li a:hover:before {
      width: 100%;
      left: 0;
      right: auto; }
  .footer_section .reserved_wrapper {
    padding: calc(10px + (30 - 10) * ((100vw - 280px) / (1920 - 280))) 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: calc(10px + (26 - 10) * ((100vw - 280px) / (1920 - 280))); }

@media screen and (max-width: 1599px) {
  .subscribe_section .subscribe_left_wrapper {
    padding: calc(20px + (50 - 20) * ((100vw - 280px) / (1920 - 280))) calc(40px + (98 - 40) * ((100vw - 280px) / (1920 - 280))); } }
@media screen and (max-width: 1199px) {
  .subscribe_section .subscribe_left_wrapper {
    padding: calc(30px + (70 - 30) * ((100vw - 280px) / (1920 - 280))) calc(25px + (98 - 25) * ((100vw - 280px) / (1920 - 280))); } }
@media screen and (max-width: 991px) {
  .subscribe_section .subscribe_left_wrapper {
    background-size: 30%; } }
@media screen and (max-width: 575px) {
  .subscribe_section .subscribe_left_wrapper .subscribe_control .form_control .btn_black {
    padding: 10px 20px 10px 10px; }
    .subscribe_section .subscribe_left_wrapper .subscribe_control .form_control .btn_black:hover svg {
      fill: #000; } }
.ceo_signature h3 {
  color: #000;
  font-family: "Yesteryear";
  font-size: calc(36px + (58 - 36) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: calc(45px + (59 - 45) * ((100vw - 280px) / (1920 - 280)));
  letter-spacing: -0.3px;
  border-bottom: 1px solid #000; }

.getoff_wrapper {
  background-image: url("../images/getoff_bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: calc(40px + (84 - 40) * ((100vw - 280px) / (1920 - 280))) calc(30px + (65 - 30) * ((100vw - 280px) / (1920 - 280)));
  border-radius: 50px; }

.testimonials_section {
  background: url("../images/testimonials_bg.png"), #F8F8F8;
  background-size: auto;
  background-repeat: repeat; }
  .testimonials_section .testimonials_left_wrapper .testimonials_user_img {
    max-width: 488px;
    max-height: 706px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden; }
    .testimonials_section .testimonials_left_wrapper .testimonials_user_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .testimonials_section .testimonials_left_wrapper .testimonials_user_info {
    border-radius: 20px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: inline-block;
    padding: calc(15px + (24 - 15) * ((100vw - 280px) / (1920 - 280))) calc(25px + (50 - 25) * ((100vw - 280px) / (1920 - 280)));
    margin-top: -18%;
    margin-right: 13.5%;
    position: relative; }
    .testimonials_section .testimonials_left_wrapper .testimonials_user_info h3 {
      color: #fff;
      font-size: calc(20px + (30 - 20) * ((100vw - 280px) / (1920 - 280)));
      font-weight: 600;
      line-height: normal; }
    .testimonials_section .testimonials_left_wrapper .testimonials_user_info p {
      color: #fff;
      font-size: calc(16px + (20 - 16) * ((100vw - 280px) / (1920 - 280)));
      font-weight: 400;
      line-height: normal;
      text-align: left; }
    .testimonials_section .testimonials_left_wrapper .testimonials_user_info a {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 50%;
      margin-right: 12px;
      transition: ease 0.5s; }
      .testimonials_section .testimonials_left_wrapper .testimonials_user_info a:hover {
        border-color: #fff; }
  .testimonials_section .testimonials_msg_wrapper .testimonials_msg {
    border-radius: 50px;
    border: 5px solid #000;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: calc(25px + (50 - 25) * ((100vw - 280px) / (1920 - 280))) calc(30px + (60 - 30) * ((100vw - 280px) / (1920 - 280)));
    position: relative;
    margin: calc(40px + (85 - 40) * ((100vw - 280px) / (1920 - 280))) 16px; }
    .testimonials_section .testimonials_msg_wrapper .testimonials_msg:before {
      content: '';
      position: absolute;
      top: -40px;
      left: 70px;
      max-width: 112px;
      width: 100%;
      max-height: 70px;
      height: 100%;
      background-image: url("../images/quote_icon.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .testimonials_section .testimonials_msg_wrapper .testimonials_msg:after {
      content: '';
      position: absolute;
      bottom: -40px;
      right: 55px;
      max-width: 112px;
      width: 100%;
      max-height: 70px;
      height: 100%;
      background-image: url("../images/quote_icon.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transform: rotate(180deg); }
  .testimonials_section .testimonials_msg_wrapper .carousel-control-prev,
  .testimonials_section .testimonials_msg_wrapper .carousel-control-next {
    position: relative;
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #000;
    border: 2px solid #000;
    backdrop-filter: blur(5px);
    opacity: 1;
    margin: 0px 12px;
    transition: all 0.5s; }
    .testimonials_section .testimonials_msg_wrapper .carousel-control-prev:hover,
    .testimonials_section .testimonials_msg_wrapper .carousel-control-next:hover {
      background: transparent; }
      .testimonials_section .testimonials_msg_wrapper .carousel-control-prev:hover .carousel-control-prev-icon,
      .testimonials_section .testimonials_msg_wrapper .carousel-control-prev:hover .carousel-control-next-icon,
      .testimonials_section .testimonials_msg_wrapper .carousel-control-next:hover .carousel-control-prev-icon,
      .testimonials_section .testimonials_msg_wrapper .carousel-control-next:hover .carousel-control-next-icon {
        /* Safari/Chrome */
        webkit-filter: invert(100%);
        /* Safari/Chrome */
        filter: invert(100%); }
  .testimonials_section .testimonials_msg_wrapper .carousel-control-prev-icon,
  .testimonials_section .testimonials_msg_wrapper .carousel-control-next-icon {
    background-image: url("../images/left_arrow_white.svg");
    transition: ease 0.5s;
    background-size: 26px 11px; }
  .testimonials_section .testimonials_msg_wrapper .carousel-control-next {
    transform: rotate(180deg); }

@media screen and (max-width: 991px) {
  .testimonials_section .testimonials_msg_wrapper .testimonials_msg {
    padding: calc(20px + (40 - 20) * ((100vw - 280px) / (1920 - 280)));
    margin: calc(30px + (65 - 30) * ((100vw - 280px) / (1920 - 280))) 16px; }
    .testimonials_section .testimonials_msg_wrapper .testimonials_msg:before, .testimonials_section .testimonials_msg_wrapper .testimonials_msg:after {
      max-width: 70px; } }
@media screen and (max-width: 767px) {
  .testimonials_section .testimonials_left_wrapper .testimonials_user_img {
    margin: auto; }
  .testimonials_section .testimonials_left_wrapper .testimonials_user_info {
    margin-right: 0; } }
.list_type_wrapper {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px; }
  .list_type_wrapper img {
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 50px; }

.img_shape1 {
  max-width: 354px;
  width: 100%;
  border-radius: 250px;
  overflow: hidden; }
  .img_shape1 img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.img_shape2 {
  max-width: 354px;
  width: 100%;
  height: 250px;
  border-radius: 250px 250px 0px 0px;
  overflow: hidden; }
  .img_shape2 img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.img_shape3 {
  max-width: 354px;
  width: 100%;
  height: 550px;
  border-radius: 250px;
  overflow: hidden; }
  .img_shape3 img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.img_shape4 {
  max-width: 354px;
  width: 100%;
  height: 550px;
  border-radius: 250px;
  overflow: hidden; }
  .img_shape4 img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.img_shape5 {
  max-width: 354px;
  width: 100%;
  height: 354px;
  border-radius: 250px;
  overflow: hidden; }
  .img_shape5 img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.img_shape6 {
  max-width: 354px;
  width: 100%;
  height: 396px;
  border-radius: 250px 250px 0px 0px;
  overflow: hidden; }
  .img_shape6 img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.register_count_section {
  background-image: url("../images/register_count_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.ourmedia_video_wrapper {
  max-width: 1440px;
  width: 100%;
  height: 550px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  margin-top: -14%; }
  .ourmedia_video_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center; }
  .ourmedia_video_wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100px;
    width: 100%;
    height: 100%;
    max-height: 100px;
    margin: auto;
    display: inline-block;
    border-radius: 50%; }
  .ourmedia_video_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50px; }

@media screen and (max-width: 1199px) {
  .ourmedia_video_wrapper {
    height: 400px; } }
@media screen and (max-width: 767px) {
  .ourmedia_video_wrapper {
    height: 300px; }
    .ourmedia_video_wrapper a {
      max-width: 60px;
      max-height: 60px; }

  .img_shape1 {
    max-width: 250px; }

  .img_shape2 {
    max-width: 250px;
    height: 250px; } }
@media screen and (max-width: 575px) {
  .ourmedia_video_wrapper {
    height: 240px; }

  .img_shape1 {
    max-width: 200px; }

  .img_shape2 {
    max-width: 200px;
    height: 200px; }

  .img_shape3 {
    max-width: 220px;
    height: 470px; }

  .img_shape4 {
    height: 460px; }

  .img_shape5 {
    height: 250px; }

  .img_shape6 {
    height: 250px; }

  .list_type_wrapper {
    padding: 4px; }
    .list_type_wrapper img {
      width: 30px;
      height: 30px;
      padding: 4px; } }
.search_filter .filter_block {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px; }

.details_list {
  border-left: 2px solid #000;
  padding-left: 22px; }

.user_img {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden; }
  .user_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.gallery_view_wrapper {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-gap: 0.5rem; }
  .gallery_view_wrapper .gallery_img {
    max-height: 596px;
    position: relative; }
    .gallery_view_wrapper .gallery_img .glightbox {
      display: inline-block;
      max-height: 596px;
      height: 100%; }
      .gallery_view_wrapper .gallery_img .glightbox img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .gallery_view_wrapper .gallery_img .glightbox:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        transition: ease 0.5s;
        visibility: hidden; }
      .gallery_view_wrapper .gallery_img .glightbox:hover:before {
        opacity: 0.5;
        visibility: visible; }
      .gallery_view_wrapper .gallery_img .glightbox:hover:after {
        opacity: 1;
        visibility: visible; }
      .gallery_view_wrapper .gallery_img .glightbox:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 70px;
        max-height: 70px;
        width: 100%;
        height: 100%;
        margin: auto;
        background: rgba(255, 255, 255, 0.15);
        background-image: url("../images/preview_img.svg");
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 20px;
        opacity: 0;
        visibility: hidden;
        transition: ease 0.5s; }

.product_img_slider .product_img_subinner {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FAFAFA;
  max-width: 634px;
  max-height: 634px;
  width: 100%;
  height: 634px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px; }
  .product_img_slider .product_img_subinner .product_view_zoom {
    position: absolute;
    right: 24px;
    top: 24px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.05);
    padding: 19px; }
  .product_img_slider .product_img_subinner .product_img {
    padding: calc(20px + (55 - 20)* ((100vw - 280px) / (1920 - 280)));
    max-height: 523px;
    width: 100%;
    height: 100%; }
    .product_img_slider .product_img_subinner .product_img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
.product_img_slider .slider-nav .product_nav .product_subnav {
  max-width: 108px;
  width: 100%;
  height: 108px;
  margin-right: 10px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FAFAFA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  transition: all 0.5s; }
  .product_img_slider .slider-nav .product_nav .product_subnav img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
.product_img_slider .slider-nav .product_nav.slick-current .product_subnav {
  border-color: #000; }
.product_img_slider .slider-nav .slick-arrow {
  font-size: 0px;
  border: none;
  background: transparent;
  background-image: url("../images/down_arrow_icon.svg");
  background-position: center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -3%;
  transform: translate(-50%, -50%) rotate(90deg);
  padding: 0;
  display: inline-flex; }
.product_img_slider .slider-nav .slick-next {
  left: auto;
  right: 0;
  transform: rotate(270deg); }

.viewtree_card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  max-width: 342px;
  width: 100%; }

.viewtree_status img {
  min-width: 120px; }
.viewtree_status.sell {
  display: flex;
  align-items: center; }
  .viewtree_status.sell img {
    max-width: 50px;
    min-width: auto; }

.viewtree_wrapper.return .viewtree_status img {
  transform: rotate(180deg); }

@media screen and (max-width: 1399px) {
  .product_img_slider .product_img_subinner {
    max-height: 500px;
    height: 500px; }
  .product_img_slider .slider-nav .product_nav .product_subnav {
    max-width: 92px;
    height: 92px; } }
@media screen and (max-width: 1199px) {
  .user_img {
    min-width: 36px;
    min-height: 36px;
    width: 36px;
    height: 36px; }

  .viewtree_card {
    max-width: 200px; } }
@media screen and (max-width: 991px) {
  .product_img_slider .product_img_subinner {
    max-width: 100%; }

  .viewtree_main {
    justify-content: space-between; }
    .viewtree_main .viewtree_wrapper {
      flex-direction: column; }
      .viewtree_main .viewtree_wrapper.center {
        justify-content: center !important; }
        .viewtree_main .viewtree_wrapper.center .sell {
          flex-direction: column; }
          .viewtree_main .viewtree_wrapper.center .sell img {
            transform: rotate(-90deg); }
      .viewtree_main .viewtree_wrapper .viewtree_status {
        display: flex;
        align-items: center; }
        .viewtree_main .viewtree_wrapper .viewtree_status p {
          min-width: 44px; }
      .viewtree_main .viewtree_wrapper .viewtree_card {
        max-width: 100%;
        min-width: 200px; }
      .viewtree_main .viewtree_wrapper .viewtree_status img {
        transform: rotate(90deg);
        max-width: 40px;
        object-fit: none;
        object-position: right;
        min-width: auto;
        height: 77px; }
      .viewtree_main .viewtree_wrapper.center .sell {
        flex-direction: row;
        justify-content: center; }
        .viewtree_main .viewtree_wrapper.center .sell img {
          transform: rotate(0deg);
          object-position: center; } }
@media screen and (max-width: 767px) {
  .product_img_slider .product_img_subinner .product_view_zoom {
    padding: 12px; } }
@media screen and (max-width: 575px) {
  .product_img_slider .product_img_subinner {
    max-height: 360px;
    height: 360px; }
  .product_img_slider .slider-nav .product_nav .product_subnav {
    max-width: 90%;
    height: 80px;
    padding: 8px; } }
.price_card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 50px;
  padding: 50px 20px;
  position: relative;
  transition: all 0.75s;
  overflow: hidden; }
  .price_card .recommended_tag {
    position: absolute;
    left: -45px;
    top: 35px;
    max-width: 198px;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    padding: 4px;
    transform: rotate(-43deg);
    color: #000;
    font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
    text-transform: uppercase;
    transition: ease 0.75s; }
  .price_card h2,
  .price_card h5,
  .price_card p {
    transition: ease 0.75s; }
  .price_card .price_img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; }
    .price_card .price_img .price_icon.hover {
      display: none; }
  .price_card .package_info_list {
    min-height: 210px; }
    .price_card .package_info_list p {
      font-size: calc(12px + (16 - 12) * ((100vw - 280px) / (1920 - 280))); }
  .price_card:hover, .price_card.active {
    background: #000; }
    .price_card:hover .recommended_tag, .price_card.active .recommended_tag {
      background: rgba(255, 255, 255, 0.1);
      color: #fff; }
    .price_card:hover .price_img .price_icon, .price_card.active .price_img .price_icon {
      display: none; }
      .price_card:hover .price_img .price_icon.hover, .price_card.active .price_img .price_icon.hover {
        display: block; }
    .price_card:hover .separat_border, .price_card.active .separat_border {
      background: #fff; }
    .price_card:hover .btn_line_black, .price_card.active .btn_line_black {
      position: relative;
      z-index: 1; }
      .price_card:hover .btn_line_black:hover, .price_card.active .btn_line_black:hover {
        background: #000;
        color: #fff;
        border-color: #fff; }
    .price_card:hover p, .price_card.active p {
      opacity: 0.7; }
    .price_card:hover h5,
    .price_card:hover h2,
    .price_card:hover p, .price_card.active h5,
    .price_card.active h2,
    .price_card.active p {
      color: #fff !important; }

.separat_border {
  max-width: 268px;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
  border-radius: 2px;
  margin: auto;
  transition: ease 0.5s; }

@media screen and (max-width: 1199px) {
  .price_card {
    padding: calc(25px + (50 - 25)* ((100vw - 280px) / (1920 - 280))) calc(16px + (24 - 16)* ((100vw - 280px) / (1920 - 280))); } }
@media screen and (max-width: 767px) {
  .price_card .package_info_list {
    min-height: auto; } }
.payment_list_wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #fff; }
  .payment_list_wrapper .payment_list_inner {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .payment_list_wrapper .payment_list_inner:last-child {
      border-bottom: none; }

.contactus_right_wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%; }
  .contactus_right_wrapper .contact_info ul li img {
    min-width: 50px;
    height: 50px; }
  .contactus_right_wrapper .social_wrapper a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #000;
    border: 1px solid #000;
    margin-right: 24px;
    border-radius: 50px;
    transition: ease 0.5s; }
    .contactus_right_wrapper .social_wrapper a:last-child {
      margin-right: 0px; }
    .contactus_right_wrapper .social_wrapper a img {
      width: 20px;
      height: 20px;
      transition: all 0.5s; }
    .contactus_right_wrapper .social_wrapper a:hover {
      background: #fff;
      box-shadow: 3px 3px 0px 3px #00000020; }
      .contactus_right_wrapper .social_wrapper a:hover img {
        filter: brightness(0%); }

@media screen and (max-width: 991px) {
  .contactus_right_wrapper .contact_info ul li img {
    min-width: 45px;
    height: 45px; }
  .contactus_right_wrapper .social_wrapper a {
    width: 50px;
    height: 50px; } }
@media screen and (max-width: 767px) {
  .contactus_right_wrapper {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 2rem;
    margin-top: 2rem; } }
@media screen and (max-width: 575px) {
  .contactus_right_wrapper .contact_info ul li img {
    min-width: 40px;
    height: 40px; }
  .contactus_right_wrapper .social_wrapper a {
    width: 40px;
    height: 40px;
    margin-right: 15px; } }
.dashboard_card {
  background: #fff;
  background-image: url("../images/dashboard_bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  padding: 24px 24px 46px;
  box-shadow: none;
  transition: ease 0.5s; }
  .dashboard_card .dahsboard_menu {
    position: absolute;
    right: 24px;
    top: 24px; }
  .dashboard_card .dashboard_left_wrapper .dashboard_icon {
    min-width: 91px;
    height: 91px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-right: 24px; }
  .dashboard_card .dashboard_right_wrapper {
    min-width: 100px; }
  .dashboard_card:hover {
    box-shadow: 3px 3px 0px 3px #00000017; }

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .dashboard_card {
    padding: 20px 20px 40px; }
    .dashboard_card .dashboard_left_wrapper .dashboard_icon {
      min-width: 81px;
      height: 81px;
      margin-right: 13px; } }
@media screen and (max-width: 1199px) {
  .dashboard_card {
    padding: 20px 20px 40px; }
    .dashboard_card .dashboard_left_wrapper .dashboard_icon {
      min-width: 81px;
      height: 81px;
      margin-right: 13px; } }
@media screen and (max-width: 575px) {
  .dashboard_card {
    padding: 20px;
    flex-wrap: wrap; }
    .dashboard_card .dashboard_left_wrapper .dashboard_icon {
      min-width: 71px;
      height: 71px; }
    .dashboard_card .dashboard_right_wrapper {
      padding-left: 86px;
      margin-top: 10px; } }
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1464px; } }

/*# sourceMappingURL=style.css.map */
