  @font-face {
  font-family: 'Work Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Work Sans Regular'), url('fonts/WorkSans-Regular.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Work Sans Thin';
  font-style: normal;
  font-weight: normal;
  src: local('Work Sans Thin'), url('fonts/WorkSans-Thin.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Work Sans ExtraLight';
  font-style: normal;
  font-weight: normal;
  src: local('Work Sans ExtraLight'), url('fonts/WorkSans-ExtraLight.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Work Sans Light';
  font-style: normal;
  font-weight: normal;
  src: local('Work Sans Light'), url('fonts/WorkSans-Light.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Work Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Work Sans Medium'), url('fonts/WorkSans-Medium.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Work Sans SemiBold';
  font-style: normal;
  font-weight: normal;
  src: local('Work Sans SemiBold'), url('fonts/WorkSans-SemiBold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Work Sans Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Work Sans Bold'), url('fonts/WorkSans-Bold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Work Sans ExtraBold';
  font-style: normal;
  font-weight: normal;
  src: local('Work Sans ExtraBold'), url('fonts/WorkSans-ExtraBold.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Work Sans Black';
  font-style: normal;
  font-weight: normal;
  src: local('Work Sans Black'), url('fonts/WorkSans-Black.woff') format('woff');
  }
:root,
[data-bs-theme=light], .list-group {
  --bs-btn-active-bg: #c92530;
  --bs-btn-active-border-color: #c92530;
  --bs-list-group-active-bg: #c92530;
  --bs-list-group-active-border-color: #c92530;
  --bs-link-color: #c92530;
  --bs-link-hover-color: #c92530;
}
.btn-primary {
  --bs-btn-bg: #c92530;
  --bs-btn-border-color: #c92530;
  --bs-btn-hover-bg: #9f1520;
  --bs-btn-hover-border-color: #730e16;
  --bs-btn-active-bg: #730e16;
  --bs-btn-active-border-color: #9f1520;
  --bs-btn-disabled-bg: #c92530;
  --bs-btn-disabled-border-color: #c92530;
}
.pagination {
  --bs-pagination-active-bg: #c92530;
 --bs-pagination-active-border-color: #c92530;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Work Sans Regular", Helvetica, Arial, sans-serif !important;
  background-color: #f9f9f9;
  background-image: url('../../../image/catalog/app-head-bg.png');
  background-repeat: no-repeat;
  background-position: left top;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
a {
  color: #000000;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
#content h3{
  margin-top: 50px !important;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: inherit;
  font-weight: 500;
}
#content h3::before{
  border-top: 1px solid #e7b3b8;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
#content h3::after{
  border-bottom: 2px solid #c92530;
  position: absolute;
  bottom: -1px;
  content: '';
  width: 120px;
  left: 0;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
  body{

  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: #777777;
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
#top .list-inline-item > a i, #top .list-inline-item .dropdown > a i{
  color: #c92530;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 120px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* 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;
}
.contact-phone a{
  font-size: 20px;
  text-align: center;
  color: #c92530;
}
.contact-phone a div.text-small{
  font-size: 16px;
  color: #000000;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0px;
}
#cart button{
  border: 0px;
  padding: 0px;
}
#cart button.show, #cart button.show div{
  color: #ffffff;
}
#cart button div{
  font-size: 20px;
  color: #c92530;
}

#cart .dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  border: 0px;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
#cart .dropdown-menu li table button.btn-danger{
  padding: 0px 5px;
}
/* menu */
#menu {
  background: #c92530 none repeat scroll 0 0;
  border: 1px solid #74000f;
  border-color: #ce0720 #a70016 #BA2832;
  min-height: 40px;
  border-radius: 0px;
  padding: 0px 15px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 10px 15px 10px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
.container-fluid.home-page{
  padding: 0px;
  background-color: #efefef;
}
.container-fluid.home-page .carousel {
  box-shadow: none;
  border: 0px;
  margin-bottom: 0px;
}
.container-fluid.home-page .carousel .carousel-control-prev{
  left: 0px;
}
.container-fluid.home-page .carousel .carousel-control-next{
  right: 0px;
}
.container-fluid.home-page .carousel-item div div{
 padding-right: 0px; 
}
.highlight-add-top img{
  width: 100%;
}
/*.container-fluid.home-page .carousel-item img{
  height: 750px;
}
@media (max-width: 1399px) {
  .container-fluid.home-page .carousel-item img{
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .container-fluid.home-page .carousel-item img{
    height: 297px;
  }
}
@media (max-width: 991px) {
  .container-fluid.home-page .carousel-item img{
    height: 222px;
  }
}*/
@media (max-width: 767px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
  /* .container-fluid.home-page .carousel-item img{
    height: 308px;
  } */
}
@media (max-width: 567px) {
  /* .container-fluid.home-page .carousel-item img{
    height: 208px;
  } */
}
#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;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #1a1a1a;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
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: 20px 0 20px 0;
  padding: 0px 0;
  border: 0px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb i {
  font-size: 15px;
  color: #9f1520;
}
.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: 6px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #c92530;
  border-bottom: 1px solid #c92530;
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  /* border: 1px solid #c92530; */
  position: relative;
  height: 100%;
  border-radius: 15px;
  padding: 0px;
  /* box-shadow: 0 1px 4px rgb(195 73 80 / 50%); */
  box-shadow: 0 0 6px -2px rgb(14 14 14 / 20%);
  background: url(../../../image/catalog/product-thumb-bg.png) no-repeat right bottom;
  background-color: #fff;
}
.product-thumb:hover {
  box-shadow: 0 0 6px -2px rgb(14 14 14 / 50%);
}
.product-thumb .image {
  text-align: center;
  padding: 0px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image a img{
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.product-thumb .description {
  padding: 15px 5px;
  /* margin-bottom: 30px; */
  /* height: 60px; */
  overflow: hidden;
}
.product-thumb .description h4 {
  font-size: 16px;
  margin: 0;
  transition: 0.3s ease;
  /* padding: 20px 10px; */
  overflow: hidden;
  white-space: break-spaces;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}
.product-thumb .description h4 a {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb:hover .description h4 a{
  color: #c92530;
  text-decoration: none;
}
.product-thumb .description .price{
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s ease;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  padding: 10px 15px 0px 15px;
  border-radius: 50% 50% 0 0;
  color: #bb2832;
}
.product-thumb .content form{
  margin-top:40px;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 125px;
  border: 0px;
  background-color: #bb2832;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: -10px;
  padding: 6px 15px;
  border-radius: 50px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.product-thumb .button button:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@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 {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.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: #333333;
  text-decoration: line-through;
  font-size: 12px;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#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;
}






/*** Carousel Hero Header Start ***/
.hero-section {
    background-image: url(../../../image/carousel-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-bg-half-1 {
    background-image: url(../../../image/header-2.png);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(15%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

.hero-bg-half-2 {
    background-image: url(../../../image/header-1.jpg);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(15%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}

@media (max-width: 991px) {
    .hero-bg-half-1 {
        background-image: url(../../../image/header-2.jpg);
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
        filter: grayscale(0%);
        transform: scale(100% - 0%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
    }

    .hero-bg-half-2 {
        background-image: url(../../../image/header-1.jpg);
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
        filter: grayscale(0%);
        transform: scale(100% - 0%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
    }
}
/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    transform: skew(18deg);
    background: var(--bs-white);
    color: #c92530;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 51%;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 51%;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #c92530;
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    z-index: 9;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel.owl-carousel,
    .header-carousel .header-carousel-item {
        height: 700px;
    }
}
/*** Carousel Hero Header End ***/
.dropdown-item{
  color: #000000;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{
  background-color: #c92530;
  color: #ffffff;
}