@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: rgba(10, 10, 10, 0.6);
  line-height: 24px;
}

:root {
  --Poppins:"Poppins", sans-serif;
  --OpenSans:"Open Sans", sans-serif;
  --CrimsonText:"Crimson Text", serif;
}

h1, h2, h3, h4 {
  font-family: var(--CrimsonText) !important;
  font-weight: 400;
  color: #454545;
  letter-spacing: 2px;
}

.showing_filter .form-select {
  background-color: rgba(0, 0, 0, 0.045) !important;
  border: none;
  padding: 10px 35px 10px 20px;
}
.showing_filter .form-select:focus {
  border-color: none;
  box-shadow: none;
}

h4 {
  font-size: 28px;
  text-decoration: underline;
  letter-spacing: 8px;
}

@media only screen and (min-width: 1000px) {
  .container {
    max-width: 1225px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}
.menu_h {
  background: #e5e6e8 !important;
}
.menu_h .mega-content h5 {
  font-size: 16px;
  color: #000;
}
.menu_h .mega-content .nav_d {
  margin: 0;
  padding: 0;
}
.menu_h .mega-content .nav_d li {
  display: block;
}
.menu_h .mega-content .nav_d li a {
  color: #3a3a3a;
  text-decoration: none;
  font-size: 12px;
}
.menu_h .mega-content .nav_d li a:hover {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}
.menu_h .nav-link {
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show { /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.haeder_top .navbar-fixed {
  top: 0;
  left: 0;
  z-index: 100;
  position: fixed !important;
  width: 100%;
  background: #fff !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  animation-name: slideInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.nav_right .nav-link {
  position: relative;
}
.nav_right .nav-link i {
  font-size: 18px;
}
.nav_right .nav-link .bag_bag {
  position: absolute;
  font-size: 9px;
  top: 0;
  right: -1px;
  background: rgb(63, 63, 63);
  color: #fff;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .haeder_top {
    margin: 0;
  }
  .haeder_top .navbar-fixed {
    background: #fff !important;
  }
  .haeder_top .menu_h {
    position: relative;
  }
  .haeder_top .menu_h .offcanvas {
    height: 100vh;
    max-width: 320px;
  }
  .haeder_top .navbar-toggler {
    outline: 0;
    border: 0;
    box-shadow: none;
  }
  .haeder_top .navbar-brand img {
    max-height: 42px;
  }
}
.banner_1 {
  margin: 0;
}

.product_ho {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.product_ho::after {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 30%;
  content: "";
  z-index: 1;
}
.product_ho h5 {
  transform: translate(0%, -70%);
  transition: 0.5s ease;
  position: absolute;
  left: 0;
  color: #fff;
  right: 0;
  bottom: 0px;
  z-index: 2;
  border-bottom: #fff 1px solid;
  padding-bottom: 0.5em;
  width: 80%;
  margin: auto;
}
.product_ho img {
  width: 100%;
  height: auto;
  transition: transform 0.2s;
  transition: 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_ho:hover h5 {
  padding-bottom: 1em;
}
.product_ho:hover img {
  transform: scale(1.1);
}

.h_plist_ii {
  margin: 0;
}

.product_pro {
  position: relative;
  text-align: center;
}
.product_pro .text_off {
  text-decoration: line-through;
  color: rgba(50, 50, 50, 0.5);
}
.product_pro .product_img_1 {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.product_pro .product_img_1::after {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 30%;
  content: "";
  z-index: 1;
}
.product_pro .product_img_1 img {
  width: 100%;
  height: 400px;
  transition: transform 0.2s;
  transition: 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 500px) and (min-width: 320px) {
  .product_pro .product_img_1 img {
    width: 100%;
    height: 280px;
  }
}
.product_pro .product_img_1:hover img {
  transform: scale(1.1);
}
.product_pro h6 {
  margin: 8px 0 5px 0;
  padding: 0;
  font-family: var(--CrimsonText);
  font-weight: 400;
  color: #454545;
  font-size: 18px;
}
.product_pro p {
  line-height: 15px;
  font-size: 1rem;
  margin-top: 0.5em 0;
}
.product_pro p small {
  margin-top: 0.5em;
  display: block;
}

.slide {
  position: relative;
  overflow: hidden;
}
.slide:hover {
  border-color: #007bff !important;
}

.text {
  position: relative;
  transition: 0.5s;
}

.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 55px;
  background-color: #007bff;
  transform: translate(-110%, 0) skew(-30deg);
  transition: 0.5s;
}

.slide:hover .text {
  color: #fff;
}

.slide:hover::before {
  transform: translate(-5%, 0) skew(-15deg);
}

@media only screen and (max-width: 768px) {
  .banner_1 {
    margin-top: 0px;
  }
}
.footer_st {
  background: #e7e7e7;
  padding: 3em 0;
}
.footer_st h5 {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--Poppins);
  color: #454545;
}
.footer_st ul {
  margin: 0;
  padding: 0;
}
.footer_st ul li {
  display: block;
  line-height: 28px;
}
.footer_st ul li a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
.footer_st ul li a:hover {
  text-decoration: underline;
}

.avatar-md {
  width: 56px;
  height: 56px;
}

.avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}

.avatar-online:before {
  background-color: green;
}

.avatar-indicators:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 5%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  border: 2px solid #fff;
  display: table;
}

.soc_m {
  margin-top: 1em;
  gap: 10px;
  display: flex;
}
.soc_m a {
  color: #000;
}
.soc_m a:hover {
  color: rgba(0, 0, 0, 0.692);
}

.ram {
  width: 100% !important;
  transition: all 0.5s;
}

.xize_bx h6 {
  font-size: 12px;
  margin-bottom: 10px;
}
.xize_bx .price-input {
  width: 100%;
  display: flex;
  margin-bottom: 1em;
}
.xize_bx .price-input .field {
  display: flex;
  width: 100%;
  height: 32px;
  align-items: center;
}
.xize_bx .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 10px;
  margin-left: 10px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.xize_bx input[type=number]::-webkit-outer-spin-button,
.xize_bx input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.xize_bx .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.xize_bx .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.xize_bx .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #9d9d9d;
}
.xize_bx .range-input {
  position: relative;
}
.xize_bx .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.xize_bx input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #454545;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.xize_bx input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

#collapse1 {
  transition: all 0.5s;
}

.filer_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #111e55;
  border-top: #eee 1px solid;
  z-index: 99;
  padding: 6px 0;
}
.filer_nav ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.filer_nav ul li {
  display: inline-block;
}
.filer_nav ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  color: #fff;
  position: relative;
  border: rgba(255, 255, 255, 0.23) 1px solid;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.filer_nav ul li a i {
  display: block;
  font-size: 15px;
}
.filer_nav ul li a .bag_bag {
  position: absolute;
  top: 0;
  right: -5px;
  background: #f00;
  color: #fff;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .filer_nav {
    display: none;
  }
  .sticky_top_site {
    position: sticky;
    top: 94px;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  #collapse1 {
    display: none;
  }
}
.side_filte_acc .accordion-item:first-of-type {
  border: 0;
}
.side_filte_acc .accordion-item {
  border: 0;
}
.side_filte_acc .accordion-button {
  border-bottom: 1px solid #c8c8c8;
  padding: 10px 0;
  border-radius: 0 !important;
}
.side_filte_acc .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none;
  outline: none;
}
.side_filte_acc .accordion-button:focus {
  box-shadow: none;
}
.side_filte_acc .accordion-body {
  padding: 1em 0;
}
.side_filte_acc ul {
  margin: 0;
  padding: 0;
}
.side_filte_acc ul li {
  display: block;
  padding: 3px 0;
}
.side_filte_acc ul li a {
  text-decoration: none;
  color: #454545;
}
.side_filte_acc ul li a:hover {
  color: #000;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
  transition: all 0.5s;
}

.switch2 {
  position: relative;
  display: inline-block;
}

.switch2 > span {
  position: absolute;
  top: 6px;
  pointer-events: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #fff;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #000;
}

.switch2 > span.on {
  left: 0;
  padding-left: 0px;
  color: #fff;
}

.switch2 > span.off {
  right: 0;
  padding-right: 0px;
  color: #000;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 71px;
  height: 34px;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #f2f2f2;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 5px;
  bottom: 4px;
  width: 26px;
  background-color: #676767;
  border-radius: 52px;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 35px;
  background: #676767;
  color: #fff;
}

.breadcrumb_head .breadcrumb-item a {
  color: #000 !important;
  text-decoration: none;
}
.breadcrumb_head .breadcrumb > li + li:before {
  content: "\f105" !important;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

.page_ban {
  margin: 8em 0 2em 0;
}

.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
.login_page .login_tab .nav-link {
  font-size: 40px;
  font-family: var(--CrimsonText);
  font-weight: 700;
  opacity: 0.25;
  line-height: 50px;
  color: #454545;
  transition: background-size 0.55s cubic-bezier(0.2, 0.75, 0.5, 1);
  background-image: linear-gradient(to right, #454545 0, #454545 100%);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: left bottom;
}
.login_page .login_tab .nav-link:hover {
  color: #454545 !important;
  opacity: 1 !important;
  background-size: 100% 2px;
}
.login_page .login_tab .active {
  color: #454545 !important;
  background-size: 100% 2px;
  opacity: 1;
}

.form-control {
  border: 0;
  box-shadow: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
  border-radius: 0;
}

.form-control:focus {
  border-color: #454545 !important;
}

.form-label {
  color: #454545;
}

.form-check-label {
  color: #454545;
}

@media (min-width: 768px) {
  .search_bx {
    position: relative;
    margin-top: 15px;
  }
  .search_bx .form-control {
    font-size: 48px;
    height: 76px;
    font-weight: 200;
    text-transform: uppercase;
    padding: 0;
  }
  .search_bx .btn-close {
    position: absolute;
    right: 0;
    top: 30px;
    box-shadow: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .search_bx {
    position: relative;
    margin-top: 2.5em;
  }
  .search_bx .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none !important;
  }
  .search_bx .form-control {
    text-transform: uppercase;
    padding: 0;
  }
  .search_bx p {
    opacity: 0.7;
  }
  .page_ban {
    margin: 4em 0 2em 0;
  }
}
.btn-close {
  transform: rotate(0deg);
  transition: all 400ms ease-in-out 0s;
}
.btn-close:hover {
  transform: rotate(180deg);
}

.card_prod {
  position: relative;
}
.card_prod .card_prod_itm {
  position: relative;
}
.card_prod .card_prod_itm h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.card_prod .card_prod_itm .text-decoration-line-through {
  opacity: 0.8;
}
.card_prod .card_prod_itm .dal_btn {
  color: rgb(73, 73, 73);
  position: absolute;
  right: 0;
  top: 30%;
  font-size: 18px;
  transform: rotate(0deg);
  transition: all 400ms ease-in-out 0s;
}
.card_prod .card_prod_itm .dal_btn:hover {
  transform: rotate(180deg);
  color: rgb(0, 0, 0);
}
.card_prod .card_prod_itm p {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.card_prod .card_prod_itm .card_img {
  background: #ebebeb;
  width: 100%;
  text-align: center;
}
.card_prod .card_prod_itm .card_img img {
  height: 80px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.offcanvas_footer {
  padding: 0.9em 1em;
  display: flex;
  gap: 15px;
}

.btn_cust {
  border: 0;
  transition-property: color, background-color;
  text-align: center;
  position: relative;
  border-radius: 1px;
  font-size: 14px;
  z-index: 1;
  overflow: hidden;
  transition-duration: 0.3s;
  background: #4e4e4e;
  color: #fff;
}
.btn_cust:first-child {
  background: #4e4e4e;
  color: #fff;
}
.btn_cust:first-child:hover {
  background: #4e4e4e;
  color: #fff;
}
.btn_cust:first-child::after {
  background: #111;
  color: #fff !important;
}
.btn_cust::after {
  z-index: -1;
  content: "";
  background-color: #000;
  color: #fff !important;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 100%;
  transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  transform-origin: 0% 100%;
  transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
}
.btn_cust:hover {
  color: #fff;
}
.btn_cust:hover::after {
  transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
  color: #fff;
}

.card_page .card_list h6 {
  margin: 0;
  padding: 0;
}
.card_page .card_list p {
  color: #000000;
}
.card_page .card_list .text-decoration-line-through {
  opacity: 0.7;
}
.card_page .card_img img {
  max-width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  background: none;
}

.min_max {
  position: relative;
  display: flex;
  gap: 2px;
}
.min_max .minus, .min_max .plus {
  width: 25px;
  height: 25px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.min_max input {
  height: 25px;
  width: 40px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}
.min_max .dal_btn {
  display: inline-block;
  margin-left: 15px;
  color: #f00;
  position: absolute;
  top: 3px;
}

.colour_detail h5 {
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.colour_detail .c_name {
  font-weight: 600;
  color: #333333;
}
.colour_detail .colour_img {
  position: relative;
  overflow: hidden;
}
.colour_detail .colour_img img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.ColourSizes h5 {
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.parent > .row {
  display: flex;
  align-items: center;
  height: 100%;
}

.colour_img img {
  height: 85px;
  width: 100%;
  cursor: pointer;
  transition: transform 1s;
  -o-object-fit: cover;
     object-fit: cover;
}

.colour_img label {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.imgbgchk:checked + label > .tick_container {
  opacity: 1;
}

/*         aNIMATION */
.imgbgchk:checked + label > img {
  transform: scale(1.25);
  opacity: 0.3;
  border-radius: 8px;
  overflow: hidden;
}

.tick_container {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
}

.tick {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 4px 8px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}

/* Styling for xzoom and placement */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
}

/* --------------- */
/* xZoom Styles below */
.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom, .xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source {
  display: block;
  position: static;
  float: none;
  clear: both;
}

.xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
  overflow: hidden;
}

/* Everything out of border is hidden */
/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  cursor: zoom-in;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: 0.7;
  background: url(../images/xloading.gif) center no-repeat;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
}

/* Additional class that applied to thumb when it is active */
.xactive {
  box-shadow: 0px 0px 3px 0px #4aa9d2;
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}

@media (max-width: 500px) {
  img.xzoom {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }
  .xzoom-thumbs .xzoom-gallery {
    width: 20%;
    max-width: 50px;
    max-height: 50px;
  }
}
.profile_list .nav-link {
  text-align: left;
  border-bottom: #d1d1d1 1px solid;
  color: #000;
}
.profile_list .nav-link.active {
  background-color: #626262;
}
.profile_list .left_nav {
  width: 267px;
}
.profile_list .card {
  box-shadow: 0 0px 4px 0 #e9e9e9;
}
.profile_list p {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .profile_list {
    display: block !important;
  }
  .profile_list .nav-link {
    border: #d1d1d1 1px solid;
    padding: 5px 10px;
    font-size: 13px;
  }
  .profile_list .left_nav {
    flex-direction: row !important;
    display: flex !important;
    width: 100%;
    gap: 4px;
    margin-bottom: 1em;
  }
  .nav_right {
    display: flex;
    margin-top: 2em;
    flex-direction: row;
    gap: 15px;
  }
  .sharch_off {
    height: 21vh !important;
  }
  .sharch_off .offcanvas-body {
    height: auto !important;
  }
}
.product_list .product_img_1::after {
  background: none;
}

.dropdown-menu {
  transition: 0.5s ease;
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.wishlist_prod h6 {
  font-family: var(--CrimsonText);
}

.c_btn_shopp {
  background-color: #FFF;
  color: #454545;
  font-size: 16px;
  text-decoration: none;
  padding: 6px 10px;
  transition: all 0.25s ease 0s;
  border-radius: 3px;
}
.c_btn_shopp:hover {
  background: #454545;
  color: #fff;
}

.table_res table {
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
.table_res table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
.table_res table tr {
  border-bottom: 1px solid #f2f2f2;
  padding: 0.35em;
}
.table_res table th,
.table_res table td {
  padding: 0.625em;
}
.table_res table th {
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #454545;
}
@media screen and (max-width: 600px) {
  .table_res table {
    border: 0;
  }
  .table_res table caption {
    font-size: 1.3em;
  }
  .table_res table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table_res table tr {
    border-bottom: 3px solid #f2f2f2;
    display: block;
    margin-bottom: 0.625em;
  }
  .table_res table td {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .table_res table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .table_res table td:last-child {
    border-bottom: 0;
  }
}
.table_res .product-thumbnail {
  text-align: left;
}
.table_res .close_btn {
  text-align: center;
}
.table_res .close_btn a {
  color: #3a3a3a;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 25px;
  font-size: 18px;
  border-radius: 90px;
}
.table_res .close_btn a:hover {
  background-color: #454545;
  color: #fff;
}
@media (max-width: 768px) {
  .table_res table tr {
    position: relative;
  }
  .table_res .close_btn {
    position: absolute;
    border-bottom: 0;
    width: auto;
    top: 20px;
    right: 20px;
  }
  .table_res .close_btn a {
    color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 25px;
    font-size: 18px;
    background-color: #454545;
    border-radius: 90px;
  }
}
.table_res .catd_title {
  font-family: var(--CrimsonText);
}
.table_res .catd_title a {
  text-decoration: none;
  letter-spacing: -0.5px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-image: linear-gradient(to right, #000 0, #000 100%);
  transition: background-size 0.55s cubic-bezier(0.2, 0.75, 0.5, 1);
  background-position: left bottom;
}
.table_res .catd_title a:hover {
  background-size: 100% 2px;
}
.table_res .catd_price {
  font-size: 16px;
  color: #454545;
}

.cart_subtotal h5 {
  font-family: var(--CrimsonText);
  font-size: 30px;
  font-weight: 700;
  color: #454545;
}/*# sourceMappingURL=styles.css.map */