@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.cdnfonts.com/css/samsung-sharp-sans');

:root {
  --samsung: 'Samsung Sharp Sans', sans-serif;
  --poppins: "Poppins", sans-serif;
  --red: #F01B28;

  /* Font Size */
  --fs-70: 70px;
  --fs-64: 64px;
  --fs-60: 60px;
  --fs-56: 56px;
  --fs-52: 52px;
  --fs-48: 48px;
  --fs-44: 44px;
  --fs-40: 40px;
  --fs-36: 36px;
  --fs-32: 32px;
  --fs-28: 28px;
  --fs-24: 24px;
  --fs-20: 20px;
  --fs-18: 18px;
  --fs-16: 16px;
  --fs-14: 14px;
  --fs-12: 12px;
}

/* Tablet media query (768px and below) */
@media (max-width: 768px) {
  :root {
    --fs-70: 50px;
    --fs-64: 48px;
    --fs-60: 46px;
    --fs-56: 44px;
    --fs-52: 40px;
    --fs-48: 38px;
    --fs-44: 34px;
    --fs-40: 32px;
    --fs-36: 30px;
    --fs-32: 26px;
    --fs-28: 24px;
    --fs-24: 20px;
    --fs-20: 18px;
    --fs-18: 16px;
    --fs-16: 15px;
    --fs-14: 13px;
    --fs-12: 12px;
  }
}

/* Mobile media query (480px and below) */
@media (max-width: 480px) {
  :root {
    --fs-70: 40px;
    --fs-64: 38px;
    --fs-60: 36px;
    --fs-56: 34px;
    --fs-52: 32px;
    --fs-48: 30px;
    --fs-44: 28px;
    --fs-40: 26px;
    --fs-36: 24px;
    --fs-32: 22px;
    --fs-28: 20px;
    --fs-24: 18px;
    --fs-20: 16px;
    --fs-18: 15px;
    --fs-16: 14px;
    --fs-14: 12px;
    --fs-12: 12px;
  }
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #23a1d1;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

.list-unstyled a {
  text-decoration: none;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .col-form-label:before,
div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

#alert {
  z-index: 9999;
}

#alert .alert {
  min-width: 400px;
  position: relative;
}

@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}

@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}

@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}

@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}

@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}

@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}

@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}

@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}

@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}

@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}

@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}

@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}

@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}

@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}

@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}

/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
}

#top .nav>.list-inline>.list-inline-item,
#top .nav>.list-inline .list-inline-item>a,
#top .nav>.list-inline .list-inline-item .dropdown>a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}

#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover {
  color: #444;
}

#top a {
  font-size: 1.1em;
  text-decoration: none;
}

footer a {
  font-size: 1.1em;
  text-decoration: none;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}

#logo img {
  max-width: 200px;
}

/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}

/* cart */
#header-cart {
  margin-bottom: 10px;
}

#header-cart>.btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}

#header-cart .btn-lg {
  padding: 0.65rem 1rem;
}

#header-cart .btn:hover {
  color: #FFF;
}

#header-cart.open>.btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#header-cart.open>.btn:hover {
  color: #444;
}

#header-cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
  min-width: 100%;
}

#header-cart .dropdown-menu table {
  margin-bottom: 10px;
}

#header-cart .dropdown-menu li {
  min-width: 427px;
  padding: 0 10px;
}

#header-cart .dropdown-menu li p {
  margin: 20px 0;
}

@media (max-width: 478px) {
  #header-cart .dropdown-menu {
    width: 100%;
  }

  #header-cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

#header-cart .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
}

#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 20px;
}

#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

#menu .navbar-nav>li>a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}

#menu .navbar-nav>li>a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }

  #menu div.dropdown-inner>ul .list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}

/* content */
#content {
  min-height: 600px;
}

/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb>li.breadcrumb-item>a {
  text-decoration: none;
}

.breadcrumb>li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumb>li.breadcrumb-item+li:before {
  content: "";
  padding: 0;
}

.pagination {
  margin: 0;
}

/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-position: 0;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
}

.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}

.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button-group button+button {
  border-left: 1px solid #ddd;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }

  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }

  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}

.rating p {
  margin: 0;
}

.rating .fa-stack {
  width: 20px;
}

.rating.fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star+.fa-star {
  color: #E69500;
}

/* product list */
.price {
  color: #444;
}

.price-new {
  font-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}

#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#information-contact .card {
  margin-bottom: 20px;
}

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* new styles */

p {
  font-family: var(--poppins);
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 26px;
  color: #000000;
}

.header {
  /* box-shadow: 0px 4px 5px 0px #F01B2840; */
  padding: 10px 0;
  background: white;
  margin-bottom: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #00000042;
}

main {
  margin-top: 100px;
}

#information-information,
#information-contact,
#product-category,
#product-info {
  padding-top: 70px;
}

.navbar-nav .nav-item {
  /* background: #F01B28; */
  border-radius: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.navbar-nav .nav-item .nav-link {
  font-family: Poppins;
  font-weight: 400;
  font-size: var(--fs-16);
  color: #000000;
  padding: 8px 16px;
}

.navbar-nav .nav-item .nav-link.active {
  background: #F01B28;
  color: white;
}

.con {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--fs-16);
  padding: 8px 16px;
  border: 1px solid var(--red);
  border-radius: 5px;
  color: var(--red);
  transition: 0.3s ease;
}

.con:hover {
  background-color: var(--red);
  color: white;
}

.about_section h2 {
  font-family: var(--samsung);
  font-weight: 500;
  font-size: var(--fs-24);
  line-height: 100%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  color: #000;
  /* keep underline aligned to text width */
}

.crayon {
  font-family: var(--samsung);
  font-weight: 500;
  font-size: var(--fs-24);
  line-height: 100%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  color: #000;
}

.crayon::after {
  content: "";
  display: block;
  width: 230px;
  height: 30px;
  background: url("http://localhost/ec-products/image/catalog/highlight.png") no-repeat center;
  background-size: contain;
}

.about_section h2::after {
  content: "";
  display: block;
  width: 230px;
  height: 30px;
  background: url("http://localhost/ec-products/image/catalog/highlight.png") no-repeat center;
  background-size: contain;
}

.about_section p {
  font-family: Poppins;
  font-weight: 400;
  color: #000;
  font-size: var(--fs-16);
  text-align: justify;
}

.abt_card p {
  color: white;
}

.read_more {
  font-family: var(--poppins);
  font-weight: 400;
  font-style: Regular;
  font-size: var(--fs-16);
  padding: 8px 12px;
  border: 1px solid black;
  border-radius: 5px;
  color: black;
  display: inline;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: white;
}

.read_more::before,
.read_more::after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 500px;
  height: 1px;
  content: '\a0';
  z-index: -1;
  background-color: red;
  opacity: 0.3;
}

.read_more:before {
  margin-left: -530px;
  text-align: right;
}

.read_more:after {
  margin-left: 30px;
}

.read_more:hover {
  background: var(--red);
  color: white;
}

.read_more:hover::before,
.read_more:hover::after {
  opacity: 1;
}


.read_more:hover svg {
  fill: white;
}

.abt_card {
  padding: 40px;
  background: #FF6363;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
}

.abt_card h4 {
  font-family: var(--samsung);
  font-weight: 700;
  color: white;
  font-size: var(--fs-24);
  margin: 14px 0;
}

.product_title {
  padding: 20px 0;
  position: relative;
}

.product_card {
  padding: 12px;
  display: block;
  border: 1px solid var(--red);
  /* subtle border */
  border-radius: 12px;
  background: #f5f5f5;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.product_card:hover {
  border-color: var(--red);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

/* Product image */
.product_img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
}

.product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.product_card:hover .product_img img {
  transform: scale(1.05);
  /* zoom effect */
}

/* Title section */
.product_title {
  position: relative;
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  padding: 12px !important;
}

.red_hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--red);
  transition: width 0.5s ease-in-out;
}

.product_card:hover .red_hover {
  width: 100%;
}

.product_title h6 {
    position: relative;
    z-index: 2;
    font-family: var(--samsung);
    font-weight: 600;
    margin: 0;
    font-size: var(--fs-18);
    color: #fff;
    transition: color 0.5s ease-in-out;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_card:hover .product_title h6 {
  color: #fff;
}


.product_img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

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

.main_tabs_section {
  position: relative;
  min-height: 84vh;
  width: 100%;
  padding: 40px 0;
  margin-bottom: 60px;
  background: url(../../../image/pattern.png);
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
}


.main_tabs_section .tab_contents h2 {
  font-family: var(--samsung);
  font-weight: 700;
  font-size: var(--fs-40);
  background: linear-gradient(90deg, #F01B28 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.main_tabs_section .tab_contents p {
  font-family: Poppins;
  font-weight: 400;
  color: #000000;
  font-size: var(--fs-16);
}

.view {
  font-family: var(--poppins);
  font-weight: 400;
  font-size: var(--fs-16);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 5px;
  color: #000;
  width: fit-content;
  text-transform: capitalize;
  border: 1px solid black;
  transition: 0.3s ease-in-out;
}

.view:hover {
  background: var(--red);
  color: white;
}

.view:hover svg {
  fill: white;
}

.styledTabs .nav-link {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 260px;
  font-family: Samsung Sharp Sans;
  font-weight: 600;
  font-size: var(--fs-20);
  background: white;
  color: #000000;
  margin: 10px 0;
  padding: 10px;
  border: transparent;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 5px 0px #F01B2840;
}

.styledTabs .nav-link.active {
  background: white;
  color: #000000;
  min-width: 310px;
  border-left: 10px solid red;
}

.the_tabs_container {
  position: absolute;
  right: 0;
  top: 10px;
}

.the_tabs_container .nav {
  align-items: end;
}

.title_image {
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 5px;
}

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

/* footer */
footer {
  background: #444444;
  color: white;
  padding: 40px 0;
}

footer h3 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  padding: 15px 10px;
  margin-bottom: 15px;
  color: white;
  border-bottom: 1px solid white;
}

footer ul {
  list-style: none;
}

footer ul li {
  line-height: 30px;
}

footer ul li a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
}

footer .logo {
  padding: 20px;
  /*background: white;*/
}

footer p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

footer input[type="email"] {
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  line-height: 33px;
  color: white;
  padding: 5px 20px;
  outline: none;
  border: 1px solid white;
  border-radius: 4px;
  background-color: transparent;
}

footer input[type="submit"] {
  font-weight: 400;
  font-size: 16px;
  color: black;
  margin-top: 10px;
  text-align: center;
}

footer input[type="email"]::placeholder {
  color: white;
}

.fwb {
  font-size: 1.1rem;
  font-weight: 600;
}

.fwb strong {
  font-weight: 500 !important;
}

@media (max-width:768px) {
  .main_tabs_section .tab_contents {
    margin-top: 40px;
  }

  .the_tabs_container {
    position: absolute;
    right: 0;
    top: 30%;
  }

  .title_image {
    display: none;
  }

  .read_more:before,
  .read_more::after {
    content: '';
    display: none;
  }

  .about_section {
    margin-top: 60px;
  }

  .abt_card {
    padding: 20px;
    margin-top: 20px;
  }

  .styledTabs .nav-link {
    min-width: 150px;
  }

  .styledTabs .nav-link.active {
    min-width: 180px;
  }

}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.product_title_inner {
  font-family: Samsung Sharp Sans;
  font-weight: 500;
  font-size: 38px;
  color: #000;
}

.pro_features ul li {
  font-size: 20px;
  line-height: 25px;
  font-family: var(--poppins);
  font-weight: 500;
}

#button-cart,
.btn-primary {
  background: black;
  color: white;
}

.btn-primary:hover {
  background: black;
  color: white;
}

.quan {
  display: flex;
  align-items: center;
}

.quan .form-label {
  font-size: 16px;
  color: #000;
}

.quan input {
  width: auto;
  border: 2px solid #000;
  border-radius: 0.3rem;
  padding: 7px 20px;
}

.tit {
  text-transform: capitalize;
}

.price-new {
  font-size: 28px;
  color: #F01B28;
}

.sticky_images {
  position: sticky;
  top: 150px;
}

.cart_flex {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cart_flex #button-cart {
  font-size: 1rem
}

.cmp_btn {
  background-color: var(--red);
  color: white;
  transition: 0.3s;
}

.cmp_btn:hover {
  background-color: rgb(189, 12, 12);
  color: white;
}

.bla label {
  border: 1px solid black;
  background: black;
  color: white;
}

.bla select {
  border: 1px solid black;
}

.bla .form-select:focus {
  border-color: black;
  outline: 0;
  box-shadow: none;
}

thead td,
#shopping-cart thead td {
  font-weight: 500;
  font-size: 16px;
}

.pname a {
  color: black;
}

.btn-danger {
  background: var(--red);
}

.toast-container {
  pointer-events: auto;
}

/* === Shopping Cart Table Styling (Scoped) === */
.shopping-cart-table {
  margin: 20px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}

/* Header */
.shopping-cart-table thead tr {
  background-color: #000;
  /* Black header */
  color: #fff;
}

.shopping-cart-table thead td {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: none;
  padding: 14px 12px;
}

/* Body */
.shopping-cart-table tbody tr {
  border-bottom: 1px solid #eee;
}

.shopping-cart-table tbody td {
  vertical-align: middle;
  padding: 14px 12px;
  font-size: 15px;
}

/* Product Name */
.shopping-cart-table .pname a {
  font-weight: 600;
  color: #000;
  transition: color 0.2s;
}

.shopping-cart-table .pname a:hover {
  color: #F01B28;
  text-decoration: none;
}

/* Thumbnails */
.shopping-cart-table .img-thumbnail {
  max-width: 70px;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: transform 0.2s;
}

.shopping-cart-table .img-thumbnail:hover {
  transform: scale(1.05);
}

/* Input + Buttons inside cart */
.shopping-cart-table .input-group input.form-control {
  max-width: 60px;
  text-align: center;
  border-radius: 8px 0 0 8px;
  border: 1px solid #ddd;
}

/* Update button */
.shopping-cart-table .btn-primary {
  background-color: #000;
  border: none;
  border-radius: 0;
}

.shopping-cart-table .btn-primary:hover {
  background-color: #F01B28;
}

/* Remove button */
.shopping-cart-table .btn-danger {
  background-color: #F01B28;
  border: none;
  border-radius: 0 8px 8px 0;
}

.shopping-cart-table .btn-danger:hover {
  background-color: #000;
  color: white;
}

/* ================================
   Contact Page Styling (Scoped)
   ================================ */
.contact-page {
  margin-top: 30px;
  margin-bottom: 40px;
}

/* Page Heading */
.contact-page h1,
#account-wishlist h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  border-left: 6px solid #F01B28;
  padding-left: 12px;
}

.contact-page h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 25px 0 15px;
  color: #000;
}

/* Card styling */
.contact-page .card {
  border: 1px solid #eee;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.contact-page .card-body {
  padding: 20px;
}

/* Store image */
.contact-page .img-thumbnail {
  border-radius: 10px;
  border: 1px solid #ddd;
  max-width: 100%;
}

/* Map button */
.contact-page .btn-info {
  background-color: #F01B28;
  border: none;
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.contact-page .btn-info:hover {
  background-color: #000;
  color: #fff;
}

/* Accordion */
.contact-page .card-header {
  background: #000;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.contact-page .card-title a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.contact-page .card-title a:hover {
  color: #F01B28;
}

/* Contact form */
.contact-page legend {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.contact-page .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: none;
  padding: 10px 12px;
}

.contact-page .form-control:focus {
  border-color: #F01B28;
  box-shadow: 0 0 0 0.2rem rgba(240, 27, 40, 0.2);
}

/* Submit button */
.contact-page .btn-primary {
  background-color: #000;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  transition: background-color 0.2s;
}

.contact-page .btn-primary:hover {
  background-color: #F01B28;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .contact-page h1 {
    font-size: 1.6rem;
  }

  .contact-page .row>div {
    margin-bottom: 15px;
  }
}

/* ================================
   Contact Info Card Redesign
   ================================ */
.contact-page .card {
  border: none;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  margin-bottom: 30px;
}

.contact-page .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.contact-page .card-body {
  padding: 25px;
}

/* Section titles inside card */
.contact-page .card-body strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000;
}

/* Address block */
.contact-page address {
  font-style: normal;
  color: #555;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* Contact icons */
.contact-page .card-body i {
  color: #F01B28;
  margin-right: 8px;
  font-size: 1.1rem;
}

/* Map Button */
.contact-page .btn-info {
  background: #F01B28;
  border: none;
  border-radius: 10px;
  padding: 8px 16px;
  font-weight: 500;
  transition: background 0.2s;
}

.contact-page .btn-info:hover {
  background: #000;
  color: #fff;
}

/* Store image */
.contact-page .img-thumbnail {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin-bottom: 15px;
}

/* ======================
   Product Page Styling
   ====================== */

#product-info .product_title_inner {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
}

#product-info .styled_buttons .btn {
  background: #f8f8f8;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F01B28;
  transition: background 0.2s, color 0.2s;
}

#product-info .styled_buttons .btn:hover {
  background: #F01B28;
  color: #fff;
}

#product-info .rating i.fa-solid {
  color: #FFD700;
}

#product-info .price-new {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 700;
  color: #F01B28;
  margin: 10px 0;
}

#product-info .cart_flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

#product-info .cart_flex .quan input {
  width: 70px;
  text-align: center;
  border-radius: 8px;
}

#product-info #button-cart {
  flex: none;
  background: #43e460;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  padding: 12px 20px;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
}

#product-info #button-cart:hover {
  background: #000;
}

#product-info .pro_features ul {
  margin-top: 20px;
  padding-left: 0;
  display: flex;
  gap: 20px;
}

#product-info .pro_features li {
  list-style: none;
  margin-bottom: 6px;
  color: #555;
}

/* #product-info .pro_features li::before {
  content: "✔";
  color: #F01B28;
  margin-right: 6px;
} */

/* ====================
   Product Compare Page
   ==================== */
#product-compare {
  margin-top: 30px;
}

#product-compare img {
  max-width: 100px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#product-compare td a strong {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

#product-compare td a strong:hover {
  color: #F01B28;
}

#product-compare .price-new {
  color: #F01B28;
  font-weight: 700;
  margin-right: 5px;
}

#product-compare .price-old {
  color: #999;
  text-decoration: line-through;
  font-size: 0.9rem;
}

#product-compare .rating i.fa-solid {
  color: #FFD700;
}

#product-compare .rating i.fa-regular {
  color: #ddd;
}

#product-compare .btn {
  border-radius: 8px;
  font-weight: 500;
  padding: 8px 14px;
}

#product-compare .btn-primary {
  background: #F01B28;
  border: none;
}

#product-compare .btn-primary:hover {
  background: #000;
}

#product-compare .btn-danger {
  background: #e9ecef;
  color: #dc3545;
  border: none;
}

#product-compare .btn-danger:hover {
  background: #dc3545;
  color: #fff;
}

#display-control {
  margin-bottom: 30px;
}

.full_width {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 99vw;
  background: beige;
  background: url(http://localhost/ec-products/image/lines.webp);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
  /* Base padding for small screens */
  padding: 0 20px;
}

/* Medium screens */
@media (min-width: 768px) {
  .full_width {
    padding: 0 50px;
  }
}

/* Large screens */
@media (min-width: 1200px) {
  .full_width {
    padding: 60px 100px;
  }
}

/* Extra large screens */
@media (min-width: 1600px) {
  .full_width {
    padding: 60px 150px;
  }
}

.mainSwiper .swiper-slide-active img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: #F3F2EC;
  border-radius: 8px;
}

.new_icons {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.new_icons img {
  width: 20px;
}

/* --------------------------------------------------------- */
.abt_content h1 {
  /* margin-top: 40px; */
  font-size: var(--fs-48);
  color: #111111;
  text-transform: capitalize;
}

#bottone1 {
  display: inline-block;
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 16px;
  padding-top: 16px;
  border-radius: 9px;
  margin-top: 20px;
  font-size: var(--fs-16);
  background: #F01B28;
  color: white;
  border: none;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}

#bottone1:hover {
  box-shadow: 7px 5px 56px -14px #F75270;
}

#bottone1:active {
  transform: scale(0.97);
  box-shadow: 7px 5px 56px -10px #F75270;
}


.test_card {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  transition: all 0.4s ease;
  opacity: 0.5;
  transform: scale(0.8);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px;
}

.test_card h5 {
  font-size: var(--fs-18);
  font-weight: 600;
  color: #000;
}

.owl-item.center .test_card {
  transform: scale(1.05);
  opacity: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.test_carousel .owl-stage-outer {
  padding: 40px 0;
}

.buyers,
.faq {
  padding: 60px 0;
  background: url(../../../image/graph.jpg);
  background-repeat: no-repeat;
  background-position: left;
}

.buyers_content h2 {
  font-size: var(--fs-32);
  font-weight: 500;
  line-height: 150%;
  font-family: var(--samsung);
  text-transform: capitalize;
  margin-bottom: .3rem;
  color: #000;
}

.buyers_content h6 {
  font-size: var(--fs-16);
  font-weight: 500;
  color: var(--samsung);
  color: var(--red);
  text-transform: uppercase;
}

.hcard {
  display: flex;
  margin: 15px 0;
  gap: 15px;
  align-items: center;
}

.hcard h5 {
  margin: 0;
  font-size: var(--fs-18);
  color: #000;
  font-family: var(--samsung);
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  color: black;
  font-size: var(--fs-18);
}

.accordion-body {
  font-size: var(--fs-14);
  color: #222222;
}

.hero_section {
  min-height: 88vh;
  background: #FCFCFC;
  background: url(../../../image/hero_bg.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_content h1 {
  font-size: var(--fs-60);
  color: black;
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--samsung);
}

.sub_sec h5 {
  font-size: 28px;
  color: #000;
  line-height: 28px;
  margin-bottom: 18px;
}

.sub_sec p {
  text-align: justify;
}

.adv_card {
  background: #E43636;
  color: white;
  height: 100%;
  padding: 20px;
  border-radius: 16px;
}

.adv_card h6 {
  color: white;
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}

.adv_card ul li {
  font-size: var(--fs-14);
}

@media (max-width: 768px) {

  .buyers,
  .faq {
    padding: 40px 0;
    background: #FCFCFC !important;
  }

  .hero_content {
    margin-bottom: 70px;
  }
}



@media(max-width: 768px) {
  body {
    padding: 0;
  }
}

/* ====== Gallery Container ====== */
.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

/* ====== TZ Gallery ====== */

/* Bootstrap column spacing override */
.tz-gallery .row>div {
  padding: 5px;
  /* give images some breathing room */
}

/* Lightbox container */
.tz-gallery .lightbox {
  position: relative;
  height: 100%;
  /* fixes overlay taking whole screen */
  display: block;
  overflow: hidden;
  /* prevents overlay bleed */
  border-radius: 4px;
  cursor: pointer;
}

/* Images inside */
.tz-gallery .lightbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

/* Optional zoom effect */
.tz-gallery .lightbox:hover img {
  transform: scale(1.05);
}

/* Icon overlay */
.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff;
  font-size: 28px;
  font-family: "Font Awesome 5 Free";
  /* use FA5 */
  font-weight: 900;
  /* required for solid icons */
  content: "\f00e";
  /* magnifying-glass (fa-search) */
  pointer-events: none;
  z-index: 2;
  transition: 0.4s;
}


/* Blue overlay */
.tz-gallery .lightbox:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(46, 132, 206, 0.7);
  opacity: 0;
  transition: 0.4s;
  z-index: 1;
}

/* Hover effects */
.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

/* ====== BaguetteBox Overrides ====== */
.baguetteBox-button {
  background-color: transparent !important;
}



.contact-section {
  background: #fff;
  padding: 60px 0;
}

.contact-form .form-control {
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  box-shadow: none;
}

.contact-form button {
  background: #F01B28;
  color: #fff;
  border-radius: 0.5rem;
  border: none;
  padding: 10px 25px;
  font-weight: 600;
}

.contact-form button:hover {
  background: #000;
}

.contact-info {
  background: #F01B28;
  color: #fff;
  padding: 30px;
  border-radius: 0.5rem;
}

.contact-info h4 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: var(--fs-24);
  color: white;
}

.contact-info p {
  margin-bottom: 10px;
}

.contact-info strong {
  display: inline-block;
  width: 70px;
}

.contact-form {
  background-color: #fff;
  border: 1px solid #ddd;
}

.contact-form .form-control {
  border-radius: 0.4rem;
}

.btn-theme {
  background-color: #F01B28;
  color: #fff;
  border-radius: 0.4rem;
  border: none;
  padding: 10px 25px;
  font-weight: 600;
}

.btn-theme:hover {
  background-color: #000;
  color: #fff;
}

.contact-info p {
  font-size: 0.95rem;
  color: white;
}

.contact-info a.btn {
  text-decoration: none;
}

.mainSwiper {
  border: 2px solid red;
  border-radius: 20px;
  padding: 10px;
  overflow: hidden;
}

.feature-text {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 6px;
}

.feature-text span {
  font-weight: 600;
}

/* Hide default radio input */
.option-buttons input[type="radio"] {
  display: none;
}

/* Button style */
.option-buttons .option-btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 12px;
  border: 2px solid #ccc;
  background: #f8f8f8;
  margin: 4px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
}

/* Hover effect */
.option-buttons .option-btn:hover {
  border-color: #999;
}

/* Active when selected */
.option-buttons input[type="radio"]:checked+.option-btn {
  background: #d81824;
  color: #fff;
  border-color: #d81824;
}

    .fixed_whatsapp {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 2000;
}
@media (max-width: 480px){
    .fixed_whatsapp {
    position: fixed;
    right: 25px;
    bottom: 25px;
}

.fixed_whatsapp svg {
    width: 50px !important;
    height: 50px !important;
}
}

@media (max-width: 480px){
    #information-information, #information-contact, #product-category, #product-info {
    padding-top: 20px !important;
}
}