@font-face {
  font-family: "RobotoLight";
  src: url("../font/roboto/RobotoLight.eot");
  src: url("../font/roboto/RobotoLight.eot") format("embedded-opentype"), url("../font/roboto/RobotoLight.woff2") format("woff2"), url("../font/roboto/RobotoLight.woff") format("woff"), url("../font/roboto/RobotoLight.ttf") format("truetype"), url("../font/roboto/RobotoLight.svg#RobotoLight") format("svg");
}
@font-face {
  font-family: "RobotoRegular";
  src: url("../font/roboto/RobotoRegular.eot");
  src: url("../font/roboto/RobotoRegular.eot") format("embedded-opentype"), url("../font/roboto/RobotoRegular.woff2") format("woff2"), url("../font/roboto/RobotoRegular.woff") format("woff"), url("../font/roboto/RobotoRegular.ttf") format("truetype"), url("../font/roboto/RobotoRegular.svg#RobotoRegular") format("svg");
}
@font-face {
  font-family: "RobotoMedium";
  src: url("../font/roboto/RobotoMedium.eot");
  src: url("../font/roboto/RobotoMedium.eot") format("embedded-opentype"), url("../font/roboto/RobotoMedium.woff2") format("woff2"), url("../font/roboto/RobotoMedium.woff") format("woff"), url("../font/roboto/RobotoMedium.ttf") format("truetype"), url("../font/roboto/RobotoMedium.svg#RobotoMedium") format("svg");
}
@font-face {
  font-family: "RobotoSemiBold";
  src: url("../font/roboto/RobotoSemiBold.eot");
  src: url("../font/roboto/RobotoSemiBold.eot") format("embedded-opentype"), url("../font/roboto/RobotoSemiBold.woff2") format("woff2"), url("../font/roboto/RobotoSemiBold.woff") format("woff"), url("../font/roboto/RobotoSemiBold.ttf") format("truetype"), url("../font/roboto/RobotoSemiBold.svg#RobotoSemiBold") format("svg");
}
@font-face {
  font-family: "RobotoBold";
  src: url("../font/roboto/RobotoBold.eot");
  src: url("../font/roboto/RobotoBold.eot") format("embedded-opentype"), url("../font/roboto/RobotoBold.woff2") format("woff2"), url("../font/roboto/RobotoBold.woff") format("woff"), url("../font/roboto/RobotoBold.ttf") format("truetype"), url("../font/roboto/RobotoBold.svg#RobotoBold") format("svg");
}
@font-face {
  font-family: "RobotoBlack";
  src: url("../font/roboto/RobotoBlack.eot");
  src: url("../font/roboto/RobotoBlack.eot") format("embedded-opentype"), url("../font/roboto/RobotoBlack.woff2") format("woff2"), url("../font/roboto/RobotoBlack.woff") format("woff"), url("../font/roboto/RobotoBlack.ttf") format("truetype"), url("../font/roboto/RobotoBlack.svg#RobotoBlack") format("svg");
}
@font-face {
  font-family: "AGENCYB";
  src: url("../font/agency/AGENCYB.eot");
  src: url("../font/agency/AGENCYB.eot") format("embedded-opentype"), url("../font/agency/AGENCYB.woff2") format("woff2"), url("../font/agency/AGENCYB.woff") format("woff"), url("../font/agency/AGENCYB.ttf") format("truetype"), url("../font/agency/AGENCYB.svg#AGENCYB") format("svg");
}
:root {
  --robot-300: "RobotoLight";
  --robot-400: "RobotoRegular";
  --robot-500: "RobotoMedium";
  --robot-600: "RobotoSemiBold";
  --robot-700: "RobotoBold";
  --robot-900: "RobotoBlack";
  --agency: "AGENCYB";
}

input:hover, input:focus, input:active, button:hover, button:focus, button:active, textarea:hover, textarea:focus, textarea:active, .form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none;
}

.banner_main {
  margin: 40px 0 20px;
}

.category_list_main {
  background: #FFFFFF;
  padding: 20px;
  height: 100%;
  min-width: 270px;
}
.category_list_main .category_head_main {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category_list_main .category_head_main .head {
  color: var(--Grey-3, #888);
  font-family: var(--poppins-600);
  font-size: 18px;
  margin: 0;
  font-style: normal;
  line-height: normal;
}

.category_list {
  margin: 10px 0 0;
  padding: 0;
}
.category_list li {
  list-style: none;
}
.category_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-family: var(--poppins-400);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.category_list li a .menu_arrow img {
  width: 6px;
}

.category_toggle {
  width: 35px;
  height: 35px;
  border: none;
  background: none;
  position: relative;
}
.category_toggle::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: none;
  background: url(../img/icons/category_icon.svg) center center no-repeat;
  background-size: cover;
  z-index: 2;
  left: 3px;
  top: 3px;
}
.category_toggle::after {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  width: 35px;
  height: 35px;
  background: var(--primarydarkcolor);
  z-index: 1;
  box-shadow: 3px 0px 5px #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  pointer-events: none;
}

.carousel, .carousel-inner, .carousel-item {
  height: 100%;
}

.carousel-item img {
  max-width: 100%;
}

.vault_lists_main {
  width: 100%;
  background: #fff;
  padding: 40px 30px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
  margin: 0 0 40px;
}
.vault_lists_main .vault_list_single {
  border: 2px solid #E8E8E8;
  background: #FFF;
  padding: 20px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.vault_lists_main .vault_list_single figure {
  margin: 0;
}
.vault_lists_main .vault_list_single figure img {
  width: 100%;
  max-width: 40px;
}
.vault_lists_main .vault_list_single article {
  font-size: 11px;
  color: #555;
}

.wishlist-wrapper {
  position: relative;
  display: inline-block;
}

.particles {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 2;
}

.particles span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0f80a8;
  border-radius: 50%;
  animation: burst 600ms ease-out forwards;
  opacity: 0;
}

@keyframes burst {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(0.5) translate(var(--x), var(--y));
    opacity: 0;
  }
}
.prod_list_main {
  display: grid;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  grid-template-columns: repeat(5, 1fr);
}

.inner_list_main {
  display: grid;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  grid-template-columns: repeat(4, 1fr);
}

.prod_list_card {
  border: 1px solid #EEE;
  background: #FFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 20px;
}
.prod_list_card .product_title {
  color: var(--Black, #111);
  font-family: var(--poppins-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #DDD;
  padding: 0 0 10px;
  margin: 0 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 99%;
}

.prod_slider {
  margin: 0 0 18px;
}

.price_fav_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price_fav_main .price_main {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--Grey-1, #555);
  font-family: var(--poppins-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.price_fav_main .price_main .price_value {
  color: #D3417D;
  font-family: var(--poppins-600);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product_label {
  margin: 10px 0 0;
}
.product_label .label {
  background: #E2F6FF;
  color: #555;
  text-align: center;
  font-family: var(--poppins-500);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 4px 10px 5px;
  display: inline-block;
}

.carousel-control-next,
.carousel-control-prev {
  background: none;
  border: none;
}

.carousel-control-next {
  right: -10px;
  opacity: 1;
}

.carousel-control-prev {
  left: -10px;
  opacity: 1;
}

.carousel-control-prev-icon {
  background: none;
  left: -5px;
}
.carousel-control-prev-icon::before {
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-bottom-color: #333;
  border-left-color: #333;
  position: absolute;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  pointer-events: none;
  opacity: 0.4;
  z-index: 3;
  left: 8px;
  top: calc(50% - 5px);
}
.carousel-control-prev-icon::after {
  width: 32px;
  height: 32px;
  background: #1496D3;
  position: absolute;
  content: "";
  z-index: 0;
  border-radius: 50%;
  left: -5px;
  top: calc(50% - 16px);
  z-index: 2;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  opacity: 0;
  pointer-events: none;
}
.carousel-control-prev-icon:hover::before {
  opacity: 1;
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.carousel-control-prev-icon:hover::after {
  opacity: 1;
}

.carousel-control-next-icon {
  right: -5px;
  position: relative;
}
.carousel-control-next-icon::before {
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-top-color: #333;
  border-right-color: #333;
  position: absolute;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  pointer-events: none;
  opacity: 0.4;
  z-index: 3;
  right: 5px;
  top: calc(50% - 5px);
}
.carousel-control-next-icon::after {
  width: 32px;
  height: 32px;
  background: #1496D3;
  position: absolute;
  content: "";
  z-index: 0;
  border-radius: 50%;
  left: -6px;
  top: calc(50% - 16px);
  z-index: 2;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  opacity: 0;
  pointer-events: none;
}
.carousel-control-next-icon:hover::before {
  opacity: 1;
  border-top-color: #fff;
  border-right-color: #fff;
}
.carousel-control-next-icon:hover::after {
  opacity: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background: none;
}

.pagination_main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 30px;
}

.pagination {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}
.pagination li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: var(--Grey-3, #888);
  text-align: center;
  font-family: var(--poppins-700);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  min-width: 35px;
  min-height: 35px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  text-decoration: none;
  background: #0f80a8;
  color: #fff;
}
.pagination li .arrow_btn {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #FFF;
  border: none;
  min-width: 35px;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li .arrow_btn img {
  width: 6px;
}

.section_heading {
  color: var(--Grey-3, #888);
  font-family: var(--poppins-600);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 15px;
}

.inner_page_section {
  padding: 50px 0;
}

.inner_header_main .inner_header {
  color: #555;
  font-family: var(--robot-700);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}

.product_details_section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.product_details_section .filter_main {
  width: 100%;
  max-width: 300px;
}
.product_details_section .product_details_main {
  width: calc(100% - 280px);
}

.product_details_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}

.cate_head {
  color: var(--Grey-3, #888);
  font-family: var(--poppins-600);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.custom-dropdown {
  position: relative;
}
.custom-dropdown::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 14px;
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-bottom-color: #333;
  border-right-color: #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  pointer-events: none;
}
.custom-dropdown select {
  border: 1px solid #AAA;
  background: #FFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  appearance: none;
  padding: 10px 30px 10px 15px;
}

.filter_options_main {
  margin: 10px 0 0;
}
.filter_options_main .filter_option_single {
  color: #666;
  margin-bottom: 6px;
  background: #fff;
  box-sizing: border-box;
  padding: 7px 0 8px 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}
.filter_options_main .filter_option_single img {
  width: 16px;
}

.white_card {
  padding: 16px 8px 16px 16px;
  background: #fff;
  border-radius: 4px;
}

.small_filter_form {
  margin: 0 0 20px;
}
.small_filter_form .heading {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #222;
  font-family: var(--robot-600);
  margin: 0 0 5px;
}
.small_filter_form .form-control {
  height: auto;
  color: #666;
  background: #fff;
  box-sizing: border-box;
  padding: 7px 15px 6px;
  font-size: 13px;
  background-color: #fff !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 3px !important;
}
.small_filter_form .form-control:hover, .small_filter_form .form-control:focus, .small_filter_form .form-control:active, .small_filter_form .form-control:visited {
  outline: none;
  box-shadow: none;
}

.input_with_btns {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.input_with_btns .form-control {
  border-radius: 3px 0px 0px 3px !important;
  -webkit-border-radius: 3px 0px 0px 3px !important;
  -moz-border-radius: 3px 0px 0px 3px !important;
  -ms-border-radius: 3px 0px 0px 3px !important;
  -o-border-radius: 3px 0px 0px 3px !important;
  border-right: none;
}

.ok {
  background: none;
  color: #666;
  background: #fafafa;
  padding: 4.5px 8px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}

.min_max_input_main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.min_max_input_main .min_max_input {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  justify-content: space-between;
  border: 1px solid #d9d9d9;
  border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -ms-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
}
.min_max_input_main .min_max_input .form-control {
  text-align: center;
  border: none !important;
}
.min_max_input_main .min_max_input input.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: black !important; /* Optional: text color */
}
.min_max_input_main .min_max_input .tilde {
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
}

.cart_product_details_main {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart_product_details_main .cart_product_details {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.cart_product_details_main .cart_product_details figure {
  margin: 0;
  width: 90px;
  min-width: 90px;
}
.cart_product_details_main .cart_product_details figure img {
  width: 100%;
}
.cart_product_details_main .cart_product_details article .item_title {
  color: var(--Grey-1, #555);
  font-family: var(--robot-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart_product_details_main .cart_product_details article .item_number {
  color: var(--Grey-1, #555);
  font-family: var(--robot-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 5px 0;
  line-height: normal;
}
.cart_product_details_main .cart_product_details article .color_size_main {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart_product_details_main .cart_product_details article .color_size_main .color_size {
  color: var(--Grey-3, #888);
  font-family: var(--robot-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.cart_product_details_main .cart_product_details article .color_size_main .color_size::before {
  position: absolute;
  content: "";
  left: -10px;
  top: -2px;
  width: 1px;
  height: 20px;
  background: #000;
}
.cart_product_details_main .cart_product_details article .color_size_main .color_size:nth-child(1)::before {
  content: none;
}

.cart_table {
  border-collapse: separate;
  border-spacing: 0 15px;
}
.cart_table thead tr {
  background: #FFF;
  box-shadow: 10px 5px 5px #ddd;
}
.cart_table thead tr th {
  color: #888;
  font-family: var(--robot-400);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  padding: 28px 30px;
  white-space: nowrap;
}
.cart_table thead tr th:nth-child(1) {
  border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -ms-border-radius: 10px 0 0 0;
  -o-border-radius: 10px 0 0 0;
}
.cart_table thead tr th:nth-last-child(1) {
  border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -ms-border-radius: 0 10px 0 0;
  -o-border-radius: 0 10px 0 0;
}
.cart_table tbody tr {
  box-shadow: 10px 5px 5px #ddd;
}
.cart_table tbody tr td {
  background: #fff;
  padding: 28px 30px;
  color: var(--Grey-3, #888);
  font-family: var(--robot-400);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart_table tbody tr td:nth-child(1) {
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
}
.cart_table tbody tr td:nth-last-child(1) {
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
}
.cart_table tfoot tr {
  box-shadow: 10px 5px 10px #ddd;
}
.cart_table tfoot tr td {
  background: #fff;
  padding: 28px 30px;
}
.cart_table tfoot tr td:nth-child(1) {
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
}
.cart_table tfoot tr td:nth-last-child(1) {
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
}

.price {
  color: #D3417D;
  font-family: var(--poppins-600);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}

.product_counter {
  display: inline-flex;
  border-radius: 30px;
  border: 1px solid #1396D3;
  width: 120px;
  padding: 5px;
  align-items: stretch;
  justify-content: space-between;
}
.product_counter .plus_minus_btn {
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
}
.product_counter .plus_minus_btn:hover, .product_counter .plus_minus_btn:focus, .product_counter .plus_minus_btn:active, .product_counter .plus_minus_btn:visited {
  outline: none;
  box-shadow: none;
}
.product_counter .plus {
  background: url(../img/cart/add_btn.svg) center center no-repeat;
  background-size: cover;
}
.product_counter .minus {
  background: url(../img/cart/minus_btn.svg) center center no-repeat;
  background-size: cover;
}
.product_counter .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: var(--robot-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.remove_main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
}
.remove_main .remove_btn {
  gap: 5px;
  color: var(--Grey-3, #888);
  font-family: var(--robot-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove_main .remove_btn:hover, .remove_main .remove_btn:focus, .remove_main .remove_btn:active, .remove_main .remove_btn:visited {
  outline: none;
  box-shadow: none;
}
.remove_main .remove_btn img {
  width: 15px;
}

.select_all {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.select_all label {
  margin: 0;
  text-transform: capitalize;
  color: #555;
  font-family: var(--robot-400);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.total_amount {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}
.total_amount .title {
  color: var(--Grey-3, #888);
  text-align: center;
  font-family: var(--robot-400);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.total_amount .price_discount {
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
}

.og_price {
  color: var(--Grey-1, #555);
  font-family: var(--robot-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}
.og_price strong {
  font-family: var(--robot-700);
}

.checkOutBtn {
  color: var(--White, #FFF);
  text-align: center;
  font-family: var(--robot-400);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #1496D3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  min-width: 170px;
}

.total_checkout {
  display: flex;
  justify-content: flex-end;
}

.like_head {
  color: var(--Grey-3, #888);
  font-family: var(--robot-600);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}

.header_main {
  gap: 100px;
  display: flex;
  padding: 10px 0 20px;
  justify-content: space-between;
}
.header_main .logo_main a {
  display: inline-block;
  width: 200px;
}
.header_main .logo_main a img {
  max-height: initial;
  width: 100%;
}
.header_main .header_content_main {
  flex-grow: 1;
}
.header_main .header_content_main .header_top {
  margin: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_main .header_content_main .header_middle {
  gap: 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.main_menu_wrapper .main_menu {
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.main_menu_wrapper .main_menu li {
  list-style: none;
}
.main_menu_wrapper .main_menu li a {
  padding: 0;
  color: #fff;
  text-align: center;
  font-family: var(--robot-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main_menu_wrapper .main_menu li .dropdown-menu {
  background: #1b7d9d;
  border: 1px solid rgba(255, 255, 255, 0.5294117647);
  border: none;
}
.main_menu_wrapper .main_menu li .dropdown-menu .dropdown-item {
  text-align: left;
  padding: 10px 15px;
}
.main_menu_wrapper .main_menu li .dropdown-menu .dropdown-item:hover {
  background: #1296d3;
}

.search_main {
  flex-grow: 1;
  position: relative;
}
.search_main input.search_input {
  border-radius: 4px;
  background: var(--White, #FFF);
  width: 100%;
  padding: 8px 15px;
  border: none;
  color: var(--Grey-3, #888);
  font-family: var(--poppins-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 45px;
}
.search_main .search_btn {
  background: none;
  border: none;
  position: absolute;
  right: 15px;
  padding: 0;
  width: 20px;
  top: 11px;
}
.search_main .search_btn img {
  width: 100%;
}
.search_main .search_btn:hover, .search_main .search_btn:focus, .search_main .search_btn:active {
  outline: none;
  box-shadow: none;
}

.header_main_icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart_wishlist_btn {
  border: none;
  background: none;
  padding: 0;
  position: relative;
}
.cart_wishlist_btn .notifications {
  position: absolute;
  right: -10px;
  top: -4px;
  border-radius: 20px;
  background: #FFEB06;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bg-header-bottom {
  background-color: #1B7D9D;
}

.main_menu_list {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  overflow-x: auto;
}
.main_menu_list a {
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.productSwiper2 {
  height: auto;
}
.productSwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 560px;
}

.productSwiper .swiper-slide {
  opacity: 0.4;
}
.productSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.prod_details_card {
  background: #fff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

.prod_image_slider {
  width: 40%;
}

.prod_details_section {
  flex-grow: 1;
}

.prod_details_cont {
  border-bottom: 1px solid #CCC;
  padding: 30px 0;
}
.prod_details_cont:nth-child(1) {
  padding-top: 0;
}
.prod_details_cont:nth-last-child(1) {
  border: none;
  padding-bottom: 0;
}

.prod_heading {
  color: #555;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 15px;
  font-family: var(--poppins-600);
}

.item_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
.item_details .by, .item_details .item_number {
  color: #555;
  font-family: var(--poppins-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.item_details .by a, .item_details .item_number a {
  color: #555;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -moz-text-decoration-line: underline;
}

.pickup_purchase {
  border-radius: 8px;
  background: #E2F6FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin: 0 0 15px;
}
.pickup_purchase .pickup {
  color: var(--Grey-1, #555);
  font-size: 13px;
  font-family: var(--robot-400);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pickup_purchase .pickup strong {
  font-family: var(--robot-700);
}
.pickup_purchase .purchase {
  color: #1496D3;
  text-align: right;
  font-family: var(--robot-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.produ_price_main {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 0 20px;
}
.produ_price_main .produ_price_main {
  gap: 30px;
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.produ_price_main .current_price {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--Grey-3, #888);
  font-family: var(--robot-700);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.produ_price_main .current_price .price {
  font-size: 30px;
}
.produ_price_main .discount_price {
  color: var(--Grey-1, #555);
  font-family: var(--robot-400);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}
.produ_price_main .discount_percentage {
  background: #E2F6FF;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: var(--Grey-1, #555);
  text-align: center;
  font-family: var(--robot-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.prod_details_cont .cart_wishlist {
  display: flex;
  align-items: stretch;
  gap: 15px;
}

.payment_method_wrapper {
  border-top: 1px solid #CCC;
  padding: 30px 0 0;
  margin: 40px 0 0;
}
.payment_method_wrapper .payment_method_head {
  color: var(--Grey-3, #888);
  font-family: var(--robot-600);
  font-size: 16px;
  margin: 0 0 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.payment_method_wrapper .payment_btn_wrapper {
  display: flex;
  align-items: stretch;
  gap: 15px;
}
.payment_method_wrapper .payment_btn_wrapper .payment_btn {
  border: 1px solid var(--Grey-3, #888);
  background: #F5F5F5;
  min-width: 230px;
  width: 100%;
  min-height: 60px;
  max-width: 230px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: var(--Grey-3, #888);
  text-align: center;
  font-family: var(--robot-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.payment_method_wrapper .payment_btn_wrapper .payment_btn .btn_icon {
  position: relative;
  width: 28px;
  height: 25px;
}
.payment_method_wrapper .payment_btn_wrapper .payment_btn .btn_icon .btn_icon_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.payment_method_wrapper .payment_btn_wrapper .payment_btn .btn_icon .btn_icon_img:nth-child(2) {
  opacity: 0;
}
.payment_method_wrapper .payment_btn_wrapper .payment_btn:hover {
  color: #555;
  border: 1px solid #1396D3;
  background: rgba(19, 150, 211, 0.1);
}
.payment_method_wrapper .payment_btn_wrapper .payment_btn:hover .btn_icon .btn_icon_img:nth-child(1) {
  opacity: 0;
}
.payment_method_wrapper .payment_btn_wrapper .payment_btn:hover .btn_icon .btn_icon_img:nth-child(2) {
  opacity: 1;
}

.btn {
  color: var(--White, #FFF);
  text-align: center;
  font-family: var(--robot-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.primary-btn {
  background: #1496D3;
  color: #fff;
}
.primary-btn:hover, .primary-btn:focus, .primary-btn:active {
  color: #fff;
}

.grey_btn {
  color: #555;
  background: #EEE;
}
.grey_btn:hover, .grey_btn:focus, .grey_btn:active {
  color: #333;
}

.grey_bordered_btn {
  color: #555;
  border: 1px solid #888;
  background: #F5F5F5;
}
.grey_bordered_btn:hover, .grey_bordered_btn:focus, .grey_bordered_btn:active {
  border: 1px solid #888;
  color: #333;
}

.bordered_btn {
  border: 1px solid #555;
  color: #555;
}
.bordered_btn:hover, .bordered_btn:focus, .bordered_btn:active {
  border: 1px solid #555;
  color: #333;
}

.blue_bordered_btn {
  border: 1px solid #1496D3;
  color: #1496D3;
}
.blue_bordered_btn:hover, .blue_bordered_btn:focus, .blue_bordered_btn:active {
  border: 1px solid #1496D3;
  color: #1496D3;
}

.btn_large {
  min-width: 200px;
}

.small_btn {
  padding: 10px 15px;
  height: auto;
  min-height: initial;
}

.btn_with_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn_with_icon img {
  width: 15px;
}

.wishlist_btn {
  border: 1px solid #1496D3;
  background: #FFF;
  color: #1496D3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.wishlist_btn:hover, .wishlist_btn:focus, .wishlist_btn:visited, .wishlist_btn:active {
  color: #1496D3;
  border: 1px solid #1496D3;
  background: #FFF;
}

.payNow {
  background: #1496D3;
}

.blue_border_btn {
  border: 1px solid #1496D3;
  color: #1496D3 !important;
}
.blue_border_btn:hover, .blue_border_btn:focus, .blue_border_btn:visited, .blue_border_btn:active {
  color: #1496D3;
  border: 1px solid #1496D3;
  background: #FFF;
}

.blue_btn {
  background: #1496D3;
  color: #fff;
}
.blue_btn:hover, .blue_btn:focus, .blue_btn:visited, .blue_btn:active {
  color: #fff;
  border: 1px solid #1496D3;
}

.common_white_card {
  background: #FFF;
  padding: 30px;
}

.white_card_head {
  color: #888;
  font-family: var(--poppins-600);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}

.form_head {
  color: #888;
  font-family: var(--poppins-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 15px;
}

.form-group label {
  font-size: 13px;
}
.form-group .form-control {
  background: #F4F2F2 !important;
  color: #333;
  font-family: var(--poppins-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 40px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.phone_number_input {
  display: flex;
  align-items: stretch;
}
.phone_number_input select {
  width: 60px;
  padding: 0 10px;
}

.custom_select {
  position: relative;
}
.custom_select select {
  appearance: none;
}
.custom_select::after {
  position: absolute;
  content: "";
  right: 13px;
  top: 15px;
  width: 10px;
  height: 10px;
  background: url(../img/icons/custom_select_down_arrow.svg) center center no-repeat;
  background-size: cover;
  pointer-events: none;
}

.checkbox_label {
  margin: 10px 0 10px;
}
.checkbox_label label {
  text-transform: initial;
}

.order_single {
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 15px;
  border-radius: 4px;
  border: 1px solid #EEE;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  margin: 0 0 15px;
}
.order_single figure {
  margin: 0;
  border: 1px solid var(--Grey-3, #888);
}
.order_single figure img {
  width: 100%;
}
.order_single article .order_heading {
  color: var(--Black, #111);
  font-family: var(--robot-600);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}

.order_details {
  margin: 0;
  padding: 0;
  max-height: 120px; /* or however many items you want to show initially */
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.order_details li {
  list-style: none;
  color: var(--Grey-1, #555);
  font-family: var(--robot-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}
.order_details li .title {
  min-width: 100px;
  display: inline-block;
}

.order_details.expanded {
  max-height: 1000px; /* should be big enough to fit full content */
}

.order_details_height {
  max-height: initial;
}

.sub_total_main {
  margin: 20px 0 15px 0;
  padding: 20px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.sub_total_main .sub_total_row {
  display: flex;
  padding: 5px 0;
  align-items: center;
  justify-content: space-between;
}
.sub_total_main .sub_total_row p {
  margin: 0;
  color: #555;
  font-family: var(--poppins-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.totalPriceMain {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.totalPriceMain .title {
  color: var(--Grey-1, #555);
  font-family: var(--poppins-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.totalPriceMain .price {
  font-size: 30px;
}

.desposit_img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desposit_img img {
  width: 100%;
  max-width: 350px;
}

.url_input {
  position: relative;
}
.url_input .form-control {
  padding-right: 50px;
}
.url_input .copy_urlBtn {
  padding: 0;
  border: none;
  background: none;
  position: absolute;
  right: 15px;
  top: 8px;
}

.qr_main {
  background: #F4F2F2;
  padding: 15px;
  display: inline-block;
}

.added_address_list {
  margin: 20px 0 0;
}
.added_address_list .added_address_single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid var(--Grey-3, #888);
  background: #F5F5F5;
  padding: 30px 20px;
  margin: 0 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.added_address_list .added_address_single .select_checkbox_main {
  margin: 0 10px 0 0;
}
.added_address_list .added_address_single .recipient_details {
  max-width: 300px;
}
.added_address_list .added_address_single .recipient_details .recipient_name {
  color: var(--Grey-1, #555);
  font-family: var(--robot-600);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 5px;
}
.added_address_list .added_address_single .recipient_details p {
  color: var(--Grey-1, #555);
  font-family: var(--robot-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.added_address_list .added_address_single .default_main {
  display: inline-flex;
  flex-grow: 1;
  margin-left: 3rem;
}
.added_address_list .added_address_single .default_main .set_as_default {
  color: #1496D3;
  font-family: var(--robot-600);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.added_address_list .added_address_single .default_main .default {
  color: #111;
  font-family: var(--robot-600);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.added_address_list .added_address_single .address_btns_main {
  width: 120px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.added_address_list .added_address_single .address_btns_main .address_action_btn {
  background: none;
  border: none;
  padding: 0;
  color: #888;
  font-family: var(--robot-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.added_address_list .added_address_single .address_btns_main .address_action_btn img {
  width: 15px;
}
.added_address_list .defauld_address {
  border: 1px solid #1396D3;
  background: rgba(19, 150, 211, 0.1);
}

.form_footer_btns {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-top: 1px solid #CCC;
  padding: 30px 0 0;
  margin: 0 0 30px;
}

.custom_modal .modal-body {
  padding-left: 25px;
  padding-right: 25px;
}
.custom_modal .modal-header {
  padding: 15px 25px;
}
.custom_modal .modal-header .modal-title {
  color: #555;
  font-family: var(--robot-600);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.custom_modal .modal-header .close {
  padding: 11px 25px 0;
}

.two_btns {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.prod_description_main .prod_description_row {
  display: flex;
  padding: 10px 0px;
  align-items: center;
  justify-content: space-between;
}
.prod_description_main .prod_description_row .title {
  min-width: 200px;
  color: #555;
  font-family: var(--poppins-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prod_description_main .prod_description_row .values {
  flex-grow: 1;
}

.select_button_main {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.select_button_main .select_button_single {
  border: 1px solid var(--Grey-3, #888);
  background: #F5F5F5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: var(--Grey-1, #555);
  text-align: center;
  font-family: var(--robot-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 20px;
  white-space: nowrap;
  min-width: 90px;
}
.select_button_main .active {
  border: 1px solid #1396D3;
  background: rgba(19, 150, 211, 0.1);
}

.product_detail_description_area {
  background: #FFF;
  margin: 30px 0 0;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}

.product_detail_tabs .nav-pills {
  display: flex;
  align-items: stretch;
  margin: 0;
  border-bottom: 1px solid rgba(85, 85, 85, 0.1882352941);
  padding: 0 0px;
  flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.product_detail_tabs .nav-pills .nav-item .nav-link {
  background: none;
  padding: 20px 30px;
  border: none;
  color: var(--Grey-3, #888);
  text-align: center;
  font-family: var(--robot-400);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /*150%*/
  border-bottom: 5px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  white-space: nowrap;
}
.product_detail_tabs .nav-pills .nav-item .active {
  color: #555;
  font-family: var(--robot-700);
  border-bottom-color: #555;
}
.product_detail_tabs .tab-content {
  padding: 20px 30px;
}

.specification_main {
  border-bottom: 1px solid #CCC;
  padding: 0 0 10px;
  margin: 0 0 35px;
}
.specification_main .head {
  color: var(--Grey-3, #888);
  font-family: var(--robot-700);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}
.specification_main ul {
  margin: 0;
  padding: 0;
}
.specification_main ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.specification_main ul li .title {
  color: var(--Grey-1, #555);
  font-family: var(--poppins-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 230px;
}

.prod_details_banner {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
}
.prod_details_banner article {
  margin: 0;
  width: 50%;
}
.prod_details_banner article .head {
  color: var(--Black, #111);
  font-family: var(--agency);
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
}
.prod_details_banner article p {
  color: #000;
  font-family: var(--robot-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 150% */
}
.prod_details_banner figure {
  margin: 0;
  max-width: 580px;
}
.prod_details_banner figure img {
  width: 100%;
}

.product_comparison_main {
  margin: 100px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  gap: 25px;
}
.product_comparison_main .product_comparison_single {
  width: 49%;
  padding: 30px;
}
.product_comparison_main .product_comparison_single figure {
  margin: 0 0 1rem;
}
.product_comparison_main .product_comparison_single figure img {
  width: 100%;
}
.product_comparison_main .product_comparison_single article .head {
  font-family: var(--agency);
  color: #111;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px;
}
.product_comparison_main .comparison_01 {
  background: #EAEC99;
}
.product_comparison_main .comparison_02 {
  background: #C6BCB4;
}

.comparison_lists {
  margin: 0;
  padding: 0;
}
.comparison_lists li {
  list-style: none;
  border-top: 1px solid #FFF;
  padding: 8px 0;
  color: var(--Black, #111);
  font-family: var(--robot-500);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.comparison_lists li:nth-last-child(1) {
  border-bottom: 1px solid #FFF;
}

.also_like_mian {
  padding: 0;
  margin: 50px 0 0;
}

.product_spec_table {
  border: 1px solid #888;
  background: var(--White, #FFF);
}
.product_spec_table thead tr th {
  background: #888888;
  color: #FFF;
  font-family: var(--robot-700);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 30px;
}
.product_spec_table tbody tr td {
  color: #555;
  font-family: var(--robot-400);
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  padding: 20px 30px;
}

.vertical-middle thead tr th, .vertical-middle thead tr td, .vertical-middle tbody tr th, .vertical-middle tbody tr td {
  vertical-align: middle;
}

.note {
  border-radius: 8px;
  background: #E2F6FF;
  color: var(--Grey-1, #555);
  font-family: var(--robot-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px;
}

.note_margin {
  margin: 0 0 30px;
}

.content .head {
  color: var(--Grey-1, #555);
  font-family: var(--robot-600);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 30px 0 10px;
}
.content p {
  color: #555;
  font-family: var(--robot-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order_details_container {
  margin: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.header {
  padding: 20px 30px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.order-status {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  background: #f5f5f5;
}

.status-title {
  /* margin-bottom: 15px; */
  color: #d3417d;
  /* font-family: Roboto; */
  font-size: 17px;
  margin: 0 0 6px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.expired {
  color: #555;
}

.status-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* margin-bottom: 15px; */
}

.status-table {
  width: 92%;
  border-collapse: collapse;
}

.fix {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.status-table td {
  padding: 5px 10px 5px 0;
}

.order-total {
  color: #d3417d;
}

.buttons-container {
  text-align: right;
}

.view-details-container {
  margin-bottom: 10px;
}

.memo-section {
  margin-top: 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.add-link {
  color: #1496d3;
  text-decoration: none;
  margin-left: 8px;
}

.view-details-btn {
  background: none;
  border: none;
  color: var(--Grey-1, #555);
  cursor: pointer;
  /* text-decoration: underline; */
  font-size: 14px;
}

.download-btn,
.cancel-btn {
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  min-width: 120px;
}

.download-btn {
  background: #fff;
  border: 1px solid #1496d3;
  color: #1496d3;
  border-radius: 4px;
  border: 1px solid #1496d3;
}

.cancel-btn {
  background: #fff;
  border: 1px solid #d3417d;
  color: #d3417d;
}

.address-section {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border-bottom: 1px solid #eee;
}

.address-block {
  flex: 1;
  display: flex;
  gap: 10px;
}
.address-block figure, .address-block article {
  margin: 0;
}

.address-block h3 {
  margin-bottom: 15px;
  color: #888;
  font-family: var(--poppins-600);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.icon {
  background: #1496d3;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
}

.address-row {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
}

.label {
  /* font-weight: bold; */
  /* width: 120px; */
  color: var(--Grey-1, #555);
  /* font-family: Poppins; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.status-table .label {
  /* font-weight: bold; */
  /* width: 120px; */
  color: var(--Grey-1, #555);
  /* font-family: Poppins; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.label-2 {
  color: var(--Black, #111);
  /* font-family: Roboto; */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.status-table .label-2 {
  color: var(--Black, #111);
  /* font-family: Roboto; */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.address-label {
  width: 80px;
  font-weight: bold;
}

.order-items {
  padding: 0px;
  width: calc(100% - 60px);
  margin: 30px auto 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.order-date {
  color: var(--Black, #111);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.order-date p {
  margin: 0 0 0.4rem;
  color: var(--Black, #111);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.order-date span {
  color: var(--Grey-1, #555);
  /* font-family: Poppins; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.item-header {
  background: #f9f9f9;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  display: grid;
  min-height: 60px;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.item-row {
  padding: 15px;
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.item-image {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin-right: 15px;
  object-fit: contain;
}

.item-details {
  display: flex;
  color: #555;
}

.item-info h4 {
  margin-bottom: 5px;
  font-size: 14px;
  color: var(--Grey-1, #555);
  margin-top: 0;
  font-weight: 400;
}

.item-info {
  padding-right: 100px;
}

.item-meta {
  color: #555;
  font-size: 14px;
  margin-top: 5px;
}

.price {
  color: #d3417d;
  font-weight: bold;
}

.flex-utility {
  display: flex;
  justify-content: space-between;
}

.summary {
  padding: 0 30px;
  display: flex;
  justify-content: flex-end;
}

.summary-table {
  min-width: 600px;
  background: var(--White, #fff);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #555;
}

.summary-total {
  font-size: 20px;
  font-weight: bold;
  color: #d3417d;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 5px;
}

.status-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.status-details {
  width: 100%;
}

.status-info-table {
  width: 100%;
  border-collapse: collapse;
}

.status-info-table td {
  padding: 5px 10px 5px 0;
}

.status-info-table td:first-child {
  font-weight: bold;
  width: 120px;
}

.address-row .label {
  min-width: 150px;
}
.address-row .label-2 {
  flex-grow: 1;
  text-align: left;
  font-family: var(--robot-600);
}

.total_th {
  padding-right: 30px;
  text-align: right;
}

.filter_main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
}
.filter_main .form-group {
  flex-grow: 1;
  border: 1px solid #AAA;
  background: #FFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
}
.filter_main .form-group .form-control,
.filter_main .form-group .custom_select {
  background: #fff !important;
  height: 45px;
}

.status_done {
  color: #00A79D;
}

.order_list_main {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.order_list_main .order_single {
  margin: 0;
}

.select_all_main {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 20px;
}
.select_all_main .select_all_wrapp {
  display: flex;
  align-items: center;
  gap: 5px;
}
.select_all_main .select_all_wrapp label {
  margin: 0;
  text-transform: none;
}

.order_wrapper {
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.order_card_single {
  border-top: 1px solid #CCC;
  padding: 20px 30px;
}

.grand_total_main {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grand_total_main .left label {
  margin: 0;
  text-transform: none;
}
.grand_total_main .right {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: flex-end;
}
.grand_total_main .right .grand_total {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--robot-700);
}

.noDataMain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.noDataMain figure {
  margin: 0 0 2rem;
}
.noDataMain figure img {
  width: 320px;
}
.noDataMain article {
  color: var(--Grey-3, #888);
  text-align: center;
  font-family: var(--poppins-600);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.menu_overlay {
  z-index: 15;
  position: fixed;
  background: rgba(41, 48, 59, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -moz-transition: all ease 2s;
  -ms-transition: all ease 2s;
  -o-transition: all ease 2s;
}

.small_filter_form_main {
  margin-top: 1rem;
}

.menu_before_login {
  margin: 0 0 50px;
}

/*# sourceMappingURL=ann-layout.css.map */
