@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
:root{
  --color-primary:#ff4d09;
}
body {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #888;
  overflow-x: hidden;
  font-size: 14px;
}
p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}

* {
  margin: 0;
  padding: 0;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  background-color: #ff4d09;
  color: #fff;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}
.filter{
  text-decoration: none;
  color:var(--color-primary)
}
.filter .active,.filter:hover{
  color:#888;
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  
  .preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
  }
  
  .preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    /*background: linear-gradient(45deg, #6831e3, #f528cb);*/
    background: linear-gradient(45deg, #e37d39, #ce2d4f);
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
  }
  
  .preloader.style2 .preloader-icon span {
    background: linear-gradient(45deg, #018bff, #243ec4);
  }
  
  .preloader.style3 .preloader-icon span {
    background: linear-gradient(45deg, #4567f4, #3CD3AD);
  }
  
  .preloader.style4 .preloader-icon span {
    background: linear-gradient(45deg, #DCE35B, #45B649);
  }
  
  .preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
  }
  
  @keyframes preloader-fx {
    0% {
      -webkit-transform: scale(0, 0);
              transform: scale(0, 0);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes preloader-fx {
    0% {
      -webkit-transform: scale(0, 0);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: scale(1, 1);
      opacity: 0;
    }
  }
  

.navbar {
    background-color: #fff;
    height: 80px;
    margin: 20px;
    border-radius: 16px;
    padding: 0.6rem;
    border:1px solid #ce2d4f;
    z-index: 99999;
}

.navbar-brand {
    font-weight: 500;
    color: #009970;
    font-size: 24px;
    transition: 0.3s color;
}

.login-button {
    background-color: #009970;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s background-color;
}

.login-button:hover {
    background-color: #00b383;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-link {
    color: #666777;
    font-weight: 500;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #000;
}

@media (min-width:991px) {
    .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 2px;
        background-color: #ff4d09;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }

    .nav-link:hover::before,
    .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
}
.main-text{
    margin-top: 9rem;
    color: #f1efef;
}

@media (max-width: 767px) {
  .main-text{
      margin-top: 19rem;
      color: #f1efef;
  }
}

.bg-slider {
    background-image: url("../images/slider/background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-slider-catalogo{
  background-image: url("../images/slider/background-catalogo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  background-color: #f9f9f9;
}

.bg-slider-catalogo.bg-shop-end{
  height: 300px;
}

.main-text{
  margin-top: 6rem;
  color: #f1efef;
}

.bg-slider::before {
    /*background-color: rgb(0, 0, 0, 0.6);*/
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    
}
.search-main{
    margin-top: 100px;
    padding: 2rem;
}
.search-catalogo{
  margin-top: -200px;
  z-index: 9999;
  position: relative;
   background-color: #f9f9f9;
}
.search-main-catalogo{
  margin-top: -50px;
  padding: 2rem;
  z-index: 99;
}
.search {
    width: 100%;
    margin-bottom: auto;
    margin-top: 50px;
    height: 50px;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid#ff4d09;
}

.search-input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    caret-color: transparent;
    line-height: 20px;
    transition: width 0.4s linear
}

.search .search-input {
    padding: 0 10px;
    width: 100%;
    caret-color: #536bf6;
    font-size: 19px;
    font-weight: 300;
    color: black;
    transition: width 0.4s linear;
}

.search-icon {
    height: 34px;
    width: 34px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #ff4d09;
    font-size: 10px;
    bottom: 30px;
    position: relative;
    border-radius: 5px;
}

.search-icon:hover {
    color: #fff !important;
}
.search-for-type{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid #ff4d09;
    background-color: #fff;
    border-radius: 5px;
}

.search-for-type .img{
    float: left;
    display: flex;
    align-items: center;
    color: #27509b;
}

.search-for-type .search-text{
    float: right;
    display: flex;
    flex-direction: column;
}

.search-for-type .search-text .first-filter-text{
    color: #333;
    font-weight: initial;
    font-size: 1.2rem;
}

.search-for-type .search-text .category-text{
    font-size: 1.6rem;
    font-weight: 700;
}


.search-for-type .btn-circle {
    min-width: 3.6rem;
    width: 3.6rem;
    height: 3.6rem;
    background-color: #ff4d09;
    border-radius: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
}

a.search-icon:link {
    text-decoration: none
}

.card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f1efef;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    border: none;
    cursor: pointer;
    transition: all 2s;
}
.card-inner.active{
    background-color: #ffcab6;  
}
.card-inner:hover {
    transform: scale(1.1);
    background-color: #ffcab6;
}
.special-offer {
    background-color: #f9f9f9;
}
.section {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}
.section.single-product-foca{
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
    position: relative;
}
.section-title h2 {
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize;
    position: relative;
    font-weight: 800;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.section-title h2::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    background-color: #ff4d09;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    border-radius: 2px;
}
.section-title p {
    font-size: 14px;
}
.single-product {
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 20px #00000012;
    box-shadow: 0px 0px 20px #00000012;
    padding: 8px;
    background: #fff;
}

/*======================================
    Blog CSS
========================================*/
.blog-section {
    background-color: #fff;
  }
  
  .blog-section .section-title {
    margin-bottom: 40px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-section .section-title {
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 767px) {
    .blog-section .section-title {
      margin-bottom: 20px;
    }
  }
  
  .blog-section .single-blog {
    margin-top: 30px;
    overflow: hidden !important;
    -webkit-box-shadow: 0px 0px 20px #00000012;
            box-shadow: 0px 0px 20px #00000012;
    padding: 8px;
    background: #fff;
    border-radius: 4px;
    min-height: 500px;
  }
  
  .blog-section .single-blog .blog-img {
    overflow: hidden;
  }
  
  .blog-section .single-blog .blog-img a {
    width: 100%;
  }
  
  .blog-section .single-blog .blog-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .blog-section .single-blog:hover .blog-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .blog-section .single-blog .blog-content {
    padding: 20px;
  }
  
  .blog-section .single-blog .blog-content .category {
    font-size: 14px;
    color: #888;
    display: inline-block;
    font-weight: 500;
  }
  
  .blog-section .single-blog .blog-content h4 {
    display: block;
    margin-top: 10px;
    line-height: 28px;
  }
  
  .blog-section .single-blog .blog-content h4 a {
    font-size: 19px;
    color: #081828;
    display: inline-block;
    font-weight: 700;
  }
  
  .blog-section .single-blog .blog-content h4 a:hover {
    color: #ff4d09;
  }
  
  .blog-section .single-blog .blog-content p {
    display: block;
    margin-top: 20px;
  }
  
  .blog-section .single-blog .blog-content .button {
    margin-top: 25px;
  }
  
  .blog-section .single-blog .blog-content .button .btn {
    background-color: transparent;
    border: 1px solid #dfdfdf;
    color: #081828;
  }
  
  .blog-section .single-blog .blog-content .button .btn:hover {
    background-color: #ff4d09;
    color: #fff;
    border-color: transparent;
  }
  
  .blog-list {
    background: #f9f9f9;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .blog-list .pagination {
      margin-top: 20px;
    }
  }
  
  .blog-list .single-blog {
    margin: 0;
  }
  
  .blog-list .single-blog {
    margin-bottom: 30px;
  }
  
  /* News Details */
  .blog-single {
    background: #f9f9f9;
  }
  
  .blog-single .single-inner .main-content-head {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .blog-single .meta-information {
    background-color: #fff;
    padding: 20px 40px;
  }
  
  @media (max-width: 767px) {
    .blog-single .meta-information {
      padding: 12px 25px;
    }
  }
  
  .blog-single .meta-info {
    margin-top: 5px;
  }
  
  .blog-single .meta-info li {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
  }
  
  @media (max-width: 767px) {
    .blog-single .meta-info li {
      margin-bottom: 5px;
      margin-right: 10px;
    }
  }
  
  .blog-single .meta-info li:last-child {
    margin: 0;
    padding: 0;
  }
  
  .blog-single .meta-info li a {
    color: #888;
    font-size: 14px;
    font-weight: 500;
  }
  
  .blog-single .meta-info li a i {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
  }
  
  .blog-single .meta-info li a:hover {
    color: #ff4d09;
  }
  
  .blog-single .post-thumbnils {
    position: relative;
    overflow: hidden;
    border-radius: 0;
  }
  
  .blog-single .post-thumbnils img {
    width: 100%;
  }
  
  .blog-single .detail-inner {
    background-color: #fff;
    padding: 40px;
    padding-top: 10px;
  }
  
  @media (max-width: 767px) {
    .blog-single .detail-inner {
      padding: 25px;
      padding-top: 10px;
    }
  }
  
  .blog-single .post-title {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 32px;
    display: inline-block;
  }
  
  @media (max-width: 767px) {
    .blog-single .post-title {
      line-height: 26px;
    }
  }
  
  .blog-single .post-title a {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-single .post-title a {
      font-size: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .blog-single .post-title a {
      font-size: 18px;
    }
  }
  
  .blog-single .post-title a:hover {
    color: #ff4d09;
  }
  
  .blog-single p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 26px;
  }
  
  .blog-single p:first-child {
    margin-top: 0;
  }
  
  .blog-single h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  
  .blog-single .list {
    margin: 30px 0;
  }
  
  .blog-single .list li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
  }
  
  .blog-single .list li:last-child {
    margin-bottom: 0;
  }
  
  .blog-single .list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
    font-size: 15px;
    color: #ff4d09;
  }
  
  blockquote {
    position: relative;
    color: #fff;
    font-weight: 400;
    clear: both;
    z-index: 1;
    margin: 40px 0;
    text-align: center;
    padding: 45px 40px 35px 40px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
  }
  
  @media (max-width: 767px) {
    blockquote {
      padding: 45px 25px 30px 25px;
    }
  }
  
  blockquote .icon {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
  }
  
  blockquote .icon i {
    font-size: 22px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ff4d09;
    border-radius: 50%;
    display: inline-block;
  }
  
  @media (max-width: 767px) {
    blockquote .icon i {
      margin-bottom: 15px;
    }
  }
  
  blockquote h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #081828;
  }
  
  @media (max-width: 767px) {
    blockquote h4 {
      font-size: 14px;
    }
  }
  
  blockquote span {
    font-size: 13px;
    display: block;
    margin-top: 20px;
    color: #888;
  }
  
  .post-bottom-area {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  @media (max-width: 767px) {
    .post-bottom-area {
      display: block;
    }
  }
  
  .post-bottom-area .post-tag ul li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .post-bottom-area .post-tag ul li:last-child {
    margin: 0;
  }
  
  .post-bottom-area .post-tag ul li a {
    color: #888;
  }
  
  .post-bottom-area .post-tag ul li a:hover {
    color: #ff4d09;
  }
  
  @media (max-width: 767px) {
    .post-bottom-area .post-social-media {
      margin-top: 20px;
    }
  }
  
  .post-bottom-area .post-social-media .share-title {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    color: #888;
  }
  
  .post-bottom-area .post-social-media ul {
    display: inline-block;
    margin-left: 10px;
  }
  
  .post-bottom-area .post-social-media ul li {
    display: inline-block;
    margin-right: 15px;
  }
  
  .post-bottom-area .post-social-media ul li a {
    font-size: 16px;
    color: #999;
    position: relative;
  }
  
  .post-bottom-area .post-social-media ul li a:hover {
    color: #ff4d09;
  }
  
  .post-bottom-area .post-social-media ul li a span {
    background-color: #ff4d09;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .post-bottom-area .post-social-media ul li a span::before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    border: 5px solid #ff4d09;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
  }
  
  .post-bottom-area .post-social-media ul li a:hover span {
    opacity: 1;
    visibility: visible;
    top: -35px;
  }
  
  /*comments*/
  .post-comments {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
  }
  
  .comment-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
  }
  
  .post-comments .comments-list li {
    padding: 30px;
    padding-left: 130px;
    position: relative;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #eee;
  }
  
  @media (max-width: 767px) {
    .post-comments .comments-list li {
      padding-left: 0;
      padding: 25px;
    }
  }
  
  .post-comments .comments-list li .comment-img {
    position: absolute;
    left: 30px;
    width: 70px;
    height: 70px;
    overflow: hidden;
  }
  
  @media (max-width: 767px) {
    .post-comments .comments-list li .comment-img {
      position: relative;
      top: 0;
      left: 0;
      margin-bottom: 12px;
    }
  }
  
  .post-comments .comments-list li .comment-img img {
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
  }
  
  .post-comments .comments-list li .comment-desc .desc-top {
    margin-bottom: 20px;
    position: relative;
    display: block;
  }
  
  .post-comments .comments-list li .comment-desc .desc-top h6 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  
  .post-comments .comments-list li .comment-desc .desc-top span.date {
    font-size: 14px;
    font-weight: 400;
  }
  
  .post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    z-index: 2;
    background-color: transparent;
    border-radius: 5px;
    color: #888;
  }
  
  @media (max-width: 767px) {
    .post-comments .comments-list li .comment-desc .desc-top .reply-link {
      position: relative;
      display: block;
      margin-top: 15px;
    }
  }
  
  .post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
    color: #ff4d09;
  }
  
  .post-comments .comments-list li .comment-desc .desc-top .reply-link i {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 1px;
  }
  
  .post-comments .comments-list li .comment-desc p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  .post-comments .comments-list li.children {
    margin-left: 130px;
  }
  
  @media (max-width: 767px) {
    .post-comments .comments-list li.children {
      margin: 0;
    }
  }
  
  .post-comments .comments-list li:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee;
  }
  
  /*Comment form*/
  .comment-form {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
  }
  
  .comment-reply-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
  }
  
  .comment-form form .form-box {
    position: relative;
  }
  
  .comment-form form .form-box .icon {
    position: absolute;
    top: 17px;
    right: 25px;
    font-size: 16px;
  }
  
  .comment-form form .form-box .form-control-custom {
    border: none;
    background: #fff;
    font-size: 14px;
    color: #081828;
    padding: 0 25px;
    font-weight: 500;
    height: 50px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
  }
  
  .comment-form form .form-box .form-control-custom:focus {
    border-color: var(--color-primary);;
  }
  
  .comment-form form .form-box textarea.form-control-custom {
    height: 200px;
    padding: 25px;
  }
  
  .comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400;
  }
  
  .comment-form form .form-box .form-control-custom:-ms-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400;
  }
  
  .comment-form form .form-box .form-control-custom::-ms-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400;
  }
  
  .comment-form form .form-box .form-control-custom::placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400;
  }
  
  /* News sidebar */
  .sidebar .widget {
    padding: 35px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .sidebar .widget:first-child {
      margin-top: 30px;
    }
  }
  
  .sidebar .widget:last-child {
    margin-bottom: 0;
  }
  
  .sidebar .widget .widget-title {
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    line-height: 28px;
    z-index: 1;
  }
  
  .sidebar .widget.search-widget form {
    position: relative;
  }
  
  .sidebar .widget.search-widget form input {
    width: 100%;
    background-color: transparent;
    height: 55px;
    border: none;
    padding: 0 70px 0 30px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #eee;
  }
  
  .sidebar .widget.search-widget form input::-webkit-input-placeholder {
    color: #333;
  }
  
  .sidebar .widget.search-widget form input:-ms-input-placeholder {
    color: #333;
  }
  
  .sidebar .widget.search-widget form input::-ms-input-placeholder {
    color: #333;
  }
  
  .sidebar .widget.search-widget form input::placeholder {
    color: #333;
  }
  
  .sidebar .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 42px;
    height: 42px;
    z-index: 1;
    color: #fff !important;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #fff;
    border-radius: 4px;
    padding: 0 !important;
    border: none;
    background: #ff4d09;
  }
  
  .sidebar .widget.search-widget form button:hover {
    background-color: #081828;
    color: #fff;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc {
    position: relative;
    padding-left: 100px;
    min-height: 82px;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory {
    font-size: 13px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #888;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory:hover {
    color: #ff4d09;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img {
    position: absolute;
    left: 0;
    top: 5px;
    overflow: hidden;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img img {
    width: 80px;
    border-radius: 4px;
    height: 80px;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
    margin-bottom: 8px;
    line-height: 1.5;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
    font-size: 14px;
    font-weight: 500;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
    color: #ff4d09;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
    font-weight: 400;
    font-size: 13px;
    display: block;
  }
  
  .sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
    margin-right: 7px;
    font-size: 16px;
  }
  
  .sidebar .widget.categories-widget ul li:last-child {
    margin-bottom: 0;
  }
  
  .sidebar .widget.categories-widget ul li {
    margin-bottom: 12px;
  }
  
  .sidebar .widget.categories-widget ul li:last-child {
    margin: 0;
  }
  
  .sidebar .widget.categories-widget ul li span {
    display: inline-block;
  }
  
  .sidebar .widget.categories-widget ul li a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    color: #888;
  }
  
  .sidebar .widget.categories-widget ul li a:hover {
    color: var(--color-primary);;
  }
  
  .sidebar .widget.popular-tag-widget {
    padding-bottom: 35px;
  }
  
  .popular-tag-widget .tags > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 15px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    background: #ff4d09;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #fff;
    background: transparent;
    color: #888;
    border: 1px solid #eee;
    border-radius: 4px;
  }
  
  .popular-tag-widget .tags > a:hover {
    background-color: #ff4d09;
    color: #fff;
    border-color: transparent;
  }
  /*======================================
    Banner CSS
========================================*/
.single-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    overflow: hidden;
  }
  
  @media (max-width: 767px) {
    .single-banner.custom-responsive-margin {
      margin-top: 30px;
    }
  }
  
  .single-banner.right {
    text-align: right;
  }
  
  .single-banner.right .content {
    padding: 50px 40px;
  }
  
  .single-banner .content {
    padding: 70px 40px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .content {
      padding: 50px 30px;
    }
  }
  
  @media (max-width: 767px) {
    .single-banner .content {
      padding: 35px;
    }
  }
  
  .single-banner .content h2 {
    font-size: 22px;
    font-weight: 700;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .content h2 {
      font-size: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .single-banner .content h2 {
      font-size: 18px;
    }
  }
  
  .single-banner .content .price span {
    color: #081828;
    display: block;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
  }
  
  .single-banner .content p {
    font-size: 14px;
    margin-top: 15px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .content p {
      margin-top: 10px;
    }
  }
  
  @media (max-width: 767px) {
    .single-banner .content p {
      margin-top: 8px;
    }
  }
  
  .single-banner .content .button {
    margin-top: 25px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .content .button {
      margin-top: 20px;
    }
  }
  
  @media (max-width: 767px) {
    .single-banner .content .button {
      margin-top: 15px;
    }
  }
  /*======================================
	Footer CSS
========================================*/
.footer {
    background-color: #081828;
    position: relative;
    /* Single Footer */
    /* End Single Footer */
  }
  
  .footer .footer-top .inner-content {
    padding: 60px 0;
    border-bottom: 1px solid #ffffff26;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .footer-top .inner-content {
      padding: 50px 0;
    }
  }
  
  @media (max-width: 767px) {
    .footer .footer-top .inner-content {
      padding: 40px 0;
      text-align: center;
    }
  }
  
  .footer .footer-top .footer-logo a img {
    width: 200px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .footer-top .footer-logo a img {
      width: 190px;
    }
  }
  
  @media (max-width: 767px) {
    .footer .footer-top .footer-logo a img {
      width: 180px;
    }
  }
  
  @media (max-width: 767px) {
    .footer .footer-top .footer-newsletter {
      padding: 0px 20px;
    }
  }
  
  .footer .footer-top .footer-newsletter .title {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    float: left;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .footer-top .footer-newsletter .title {
      margin-bottom: 20px;
      display: block;
    }
  }
  
  @media (max-width: 767px) {
    .footer .footer-top .footer-newsletter .title {
      margin-bottom: 20px;
      display: block;
      font-size: 18px;
      width: 100%;
    }
  }
  
  .footer .footer-top .footer-newsletter .title span {
    color: #c2c2c2;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
  }
  
  @media (max-width: 767px) {
    .footer .footer-top .footer-newsletter .title span {
      margin-top: 10px;
    }
  }
  
  .footer .footer-top .footer-newsletter .newsletter-form {
    float: right;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .footer-top .footer-newsletter .newsletter-form {
      float: none;
    }
  }
  
  @media (max-width: 767px) {
    .footer .footer-top .footer-newsletter .newsletter-form {
      float: none;
      margin-top: 20px;
    }
  }
  
  .footer .footer-top .footer-newsletter .newsletter-form input {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.308);
    border-radius: 4px;
    width: 300px;
    display: inline-block;
    border: none;
    padding: 0px 20px;
    color: #fff;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer .footer-top .footer-newsletter .newsletter-form input {
      width: 240px;
    }
  }
  
  @media (max-width: 767px) {
    .footer .footer-top .footer-newsletter .newsletter-form input {
      width: 100%;
      text-align: center;
    }
  }
  
  .footer .footer-top .footer-newsletter .newsletter-form input::-webkit-input-placeholder {
    color: #fff;
  }
  
  .footer .footer-top .footer-newsletter .newsletter-form input:-ms-input-placeholder {
    color: #fff;
  }
  
  .footer .footer-top .footer-newsletter .newsletter-form input::-ms-input-placeholder {
    color: #fff;
  }
  
  .footer .footer-top .footer-newsletter .newsletter-form input::placeholder {
    color: #fff;
  }
  
  .footer .footer-top .footer-newsletter .newsletter-form .button {
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top: -2px;
  }
  
  @media (max-width: 767px) {
    .footer .footer-top .footer-newsletter .newsletter-form .button {
      margin: 0;
      margin-top: 10px;
      top: 0;
      width: 100%;
    }
  }
  
  .footer .footer-top .footer-newsletter .newsletter-form .button .btn {
    height: 50px;
  }
  
  @media (max-width: 767px) {
    .footer .footer-top .footer-newsletter .newsletter-form .button .btn {
      width: 100%;
    }
  }
  
  .footer .footer-top .footer-newsletter .newsletter-form .button .btn:hover {
    color: #081828;
    background-color: #fff;
  }
  
  .footer .footer-middle {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .footer-middle {
      padding-top: 30px;
      padding-bottom: 70px;
    }
  }
  
  @media (max-width: 767px) {
    .footer .footer-middle {
      padding-top: 10px;
      padding-bottom: 50px;
    }
  }
  
  .footer .footer-middle .newsletter-form input {
    width: 100%;
    border-radius: 4px;
    padding: 0px 20px;
    height: 50px;
    border: 1px solid #eee;
  }
  
  .footer .footer-middle .newsletter-form .button {
    margin-top: 12px;
  }
  
  .footer .footer-middle .newsletter-form .button .btn {
    background-color: #081828;
    color: #fff;
  }
  
  .footer .footer-middle .newsletter-form .button .btn:hover {
    background-color: #ff4d09;
    color: #fff;
  }
  
  .footer .footer-middle .newsletter-form p {
    color: #888;
    margin-top: 20px;
  }
  
  .footer .single-footer {
    margin-top: 40px;
  }
  
  @media (max-width: 767px) {
    .footer .single-footer {
      margin-top: 30px;
      text-align: center;
    }
  }
  
  .footer .single-footer h3 {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }
  
  .footer .single-footer h3::before {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #ff4d09;
    content: '';
  }
  
  @media (max-width: 767px) {
    .footer .single-footer h3::before {
      left: 50%;
      margin-left: -20px;
    }
  }
  
  .footer .single-footer.f-link ul li {
    display: block;
    margin-bottom: 12px;
    position: relative;
  }
  
  .footer .single-footer.f-link ul li:last-child {
    margin-bottom: 0;
  }
  
  .footer .single-footer.f-link ul li a {
    color: #d6d6d6;
    font-size: 14px;
    font-weight: 500;
    position: relative;
  }
  
  .footer .single-footer.f-link ul li a:hover {
    padding-left: 5px;
    color: #ff4d09;
  }
  
  .footer .single-footer.f-contact .phone {
    color: #d6d6d6;
  }
  
  .footer .single-footer.f-contact ul {
    margin: 10px 0;
  }
  
  .footer .single-footer.f-contact ul li {
    display: block;
    margin-bottom: 10px;
    color: #d6d6d6;
  }
  
  .footer .single-footer.f-contact ul li span {
    display: block;
  }
  
  .footer .single-footer.f-contact ul li:last-child {
    margin: 0;
  }
  
  .footer .single-footer.f-contact ul li span {
    color: #d6d6d6;
  }
  
  .footer .single-footer.f-contact .mail a {
    color: #d6d6d6;
  }
  
  .footer .single-footer.f-contact .mail a:hover {
    color: #ff4d09;
  }
  
  .footer .single-footer.our-app .app-btn li {
    display: block;
    margin-bottom: 15px;
  }
  
  .footer .single-footer.our-app .app-btn li:last-child {
    margin-bottom: 0;
  }
  
  .footer .single-footer.our-app .app-btn li span {
    display: block !important;
  }
  
  .footer .single-footer.our-app .app-btn li a {
    position: relative;
    padding-left: 40px;
    border-radius: 4px;
    padding: 15px 30px;
    padding-left: 60px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ffffff0f;
  }
  
  .footer .single-footer.our-app .app-btn li a i {
    font-size: 27px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .footer .single-footer.our-app .app-btn li a .small-title {
    font-size: 13px;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .footer .single-footer.our-app .app-btn li a .big-title {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .footer .single-footer.our-app .app-btn li a:hover {
    background-color: #ff4d09;
    color: #fff;
    border-color: transparent;
  }
  
  .footer .single-footer.our-app .app-btn li a:hover .small-title {
    color: #fff;
  }
  
  .footer .single-footer.our-app .app-btn li a:hover .big-title {
    color: #fff;
  }
  
  .footer .footer-bottom .inner-content {
    border-top: 1px solid #ffffff26;
    padding: 25px 0;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .footer .footer-bottom .inner-content {
      text-align: center;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .footer .footer-bottom .payment-gateway {
      margin-bottom: 12px;
    }
  }
  
  .footer .footer-bottom .payment-gateway span {
    display: inline-block;
    margin-right: 12px;
    color: #fff;
  }
  
  @media (max-width: 767px) {
    .footer .footer-bottom .payment-gateway span {
      display: block;
      margin: 0;
      margin-bottom: 10px;
    }
  }
  
  .footer .footer-bottom .payment-gateway img {
    width: 200px;
  }
  
  .footer .footer-bottom .copyright {
    text-align: center;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .footer .footer-bottom .copyright {
      margin-bottom: 12px;
    }
  }
  
  .footer .footer-bottom .copyright p {
    color: #fff;
  }
  
  .footer .footer-bottom .copyright p a {
    color: #eee;
    display: inline-block;
    margin-left: 4px;
  }
  
  .footer .footer-bottom .copyright p a:hover {
    color: var(--color-primary);;
  }
  
  .footer .footer-bottom .socila {
    display: block;
    float: right;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .footer .footer-bottom .socila {
      float: none;
      text-align: center;
    }
  }
  
  .footer .footer-bottom .socila li {
    margin: 0;
    margin-right: 5px;
    display: inline-block;
  }
  
  .footer .footer-bottom .socila li:last-child {
    margin: 0;
  }
  
  .footer .footer-bottom .socila li a {
    height: 35px;
    width: 35px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 50%;
    line-height: 35px;
    font-size: 15px;
  }
  
  .footer .footer-bottom .socila li a:hover {
    background-color: #ff4d09;
    color: #fff;
    border-color: transparent;
  }
  
  .footer .footer-bottom .socila li span {
    display: inline-block;
    color: #fff;
    margin-right: 12px;
  }
  
  @media (max-width: 767px) {
    .footer .footer-bottom .socila li span {
      display: none;
    }
  }
  #map {
    width: calc(85vw);
    height: calc(40vh);
    background-color: #ff4d09;
  }
  .scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ff4d09;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 4px;
}
.bd-placeholder-img {
      font-size: 1.125rem;
      text-anchor: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
    }

    @media (min-width: 768px) {
      .bd-placeholder-img-lg {
        font-size: 3.5rem;
      }
    }

    /*======================================
    Team CSS
========================================*/
.team {
  background-color: #fff;
}

.team .single-team {
  text-align: center;
  margin-top: 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 35px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team .single-team:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.123);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.123);
}

.team .single-team .image img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px;
}

.team .single-team .content {
  margin-top: 20px;
}

.team .single-team .content h3 {
  color: #777;
  font-size: 16px;
}

.team .single-team .content h5 {
  font-size: 13px;
  margin-top: 5px;
  color: #888;
}

.team .single-team .content .social {
  margin-top: 20px;
}

.team .single-team .content .social li {
  display: inline-block;
  margin-right: 4px;
}

.team .single-team .content .social li:last-child {
  margin: 0;
}

.team .single-team .content .social li a {
  height: 35px;
  width: 35px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #eee;
  color: #444;
  border-radius: 50%;
  font-size: 14px;
}

.team .single-team .content .social li a:hover {
  border-color: transparent;
  color: #fff;
  background-color: #0167F3;
}

/* Contact Form Head */
.contact-form-head {
  margin-top: 30px;
}

.contact-form-head .contact-inner-title h2 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-head .contact-inner-title h2 {
    font-size: 25px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .contact-form-head .contact-inner-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.contact-form-head .contact-inner-title p {
  color: #fff;
}

.contact-form-head .contact-inner-title .question {
  display: block;
  min-height: 70px;
  margin-top: 40px;
}

.contact-form-head .contact-inner-title .question img {
  height: 70px;
  width: 70px;
  border-radius: 70px;
  float: left;
  margin-right: 20px;
}

.contact-form-head .contact-inner-title .question h4 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 15px;
  color: #fff;
}

.contact-form-head .contact-inner-title .question h4 span {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.contact-form-head .contact-inner-title .day-list {
  display: block;
  margin-top: 40px;
}

.contact-form-head .contact-inner-title .day-list li {
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
  display: block;
}

.contact-form-head .contact-inner-title .day-list li:last-child {
  margin: 0;
}

.contact-form-head .contact-inner-title .call-back {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  text-transform: capitalize;
}

.contact-form-head .contact-inner-title .call-back i {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
}

.contact-form-head .form-main {
  padding: 40px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-form-head .form-main {
    padding: 35px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .contact-form-head .form-main {
    padding: 30px;
  }
}

.contact-form-head .form-main .form-title {
  margin-bottom: 30px;
}

.contact-form-head .form-main .form-title h2 {
  margin-bottom: 35px;
  font-size: 22px;
}

.contact-form-head .form-main .form-title p {
  font-size: 16px;
}

.contact-form-head .form-main .form .form-group {
  margin-bottom: 15px;
  display: block;
}

.contact-form-head .form-main .form .form-group input {
  height: 52px;
  line-height: 52px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0px 20px;
  color: #333;
  font-weight: 400;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-form-head .form-main .form .form-group input:focus {
  border-color: #0167F3;
}

.contact-form-head .form-main .form .form-group textarea {
  height: 180px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 15px 20px;
  color: #333;
  resize: none;
  font-weight: 400;
  resize: vertical;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-form-head .form-main .form .form-group textarea:focus {
  border-color: #0167F3;
}

.contact-form-head .form-main .form .form-group.button {
  width: 100%;
  margin-bottom: 0;
}
#notificator { 
  display : none; left : 50%; 
  margin-left : -100px; 
  padding : 15px 25px; 
  position : fixed; 
  text-align : center; 
  top : 20px; 
  width : 200px; 
  z-index : 9999999; 
}

/* Estilos para el dropdown del carrito */
/* Estilos para el carrito */
.shopping-cart-header{
  z-index: 999999;
}
.cart-link {
    color: #242222; /* Color del texto del carrito (ajusta según tu diseño) */
}

.cart-link:hover {
    color: #ff6b6b; /* Cambia el color al pasar el mouse (opcional) */
}

.cart-count {
    font-size: 0.8rem;
    padding: 5px 10px;
    position: absolute; /* Posiciona el contador de manera absoluta */
    right: 37px;/* Ajusta la posición horizontal */
    transform: translate(50%, -50%); /* Centra el contador respecto al ícono */
    background-color: #ff6b6b; /* Cambia el color de fondo según tus preferencias */
    color: white; /* Color del texto del contador */
    border-radius: 50%; /* Hace que el contador sea circular */
    min-width: 20px; /* Asegura un ancho mínimo para evitar problemas con números grandes */
    text-align: center; /* Centra el texto horizontalmente */
}
.hidden{
  display: none;
}
.cart-dropdown {
    min-width: 300px;
}

.cart-item {

}

.cart-item img {
    height: 50px;
    object-fit: cover;
}

.dropdown-header {
    font-weight: bold;
}

.dropdown-footer button {
    margin-top: 5px;
}
/**/

.btn-primary {
    background-color: #ff4d09;
    border-color: #ff4d09;

}
.btn-primary:hover {
    background-color: #666777;
    border-color: #666777;
}
.progress-bar-primary {
    background-color: #666777;
}
.custom-hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.order-summary {
    background-color: #f8f9fa;
}
.product-table th, .product-table td {
    padding: 10px;
}