/*global css start*/
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
    color: #343434;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #343434;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit; 
}
h1 {
    font-size: 36px;
    font-weight: 500;
}
h2 {
    font-size: 16px;
    line-height: 24px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px !important;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
hr{
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}
a{
  color: #E21C21;
}
a,
button {
	text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    color: #E21C21;
    text-decoration: none;
}
.box-shadow{
  box-shadow: 0 2px 8px 0 rgb(80 80 80 / 20%);
}
.bg-primary{
  background: #eb1c24 !important;
  color: #fff !important;
}
.sg-btn.sg-btn-primary, .sg-btn.sg-btn-primary:focus, .sg-btn.sg-btn-primary:active, .sg-btn.sg-btn-primary:not(:disabled):not(.disabled):focus, .sg-btn.sg-btn-primary:not(:disabled):not(.disabled):active, .sg-btn.sg-btn-primary:not(:disabled):not(.disabled):active:focus {
    padding: 0.75rem 1rem;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background: #eb1c24;
    color: #fff;
    display: inline-block;
    border: 1px solid;
    border-radius: 0;
    border-color: #eb1c24 !important;
}
.sg-btn.sg-btn-primary:hover{
    color: #eb1c24 !important;
    background-color:#fff !important
}
.sg-btn.sg-btn-secondary{
    border-radius:0;
}
.section-title{
   font-size: 28px;
   font-weight:500;
   text-transform:uppercase;
   margin-bottom: 25px;
   position:relative;
   padding-bottom:10px;
}
.section-title:before {
    content: "";
    position: absolute;
    bottom: -2px;
    top:100%;
    width: 80px;
    height: 2px;
    background-color: #eb1c24;
}
.section-title.text-center:before {
    left: 50%;
    transform:translate(-50%,-100%);
}
.sg-content, .sg-hero, section.sg-ecommerce, .sg-testimonial, section.sg-faq{
  padding: 50px 0px !important;
}
.transition{
  transition: all 0.5s ease-in-out;
}
img.zoom:hover {
    transform: scale(1.2);
}
/*global css end*/
/*top bar css start*/
.top-bar{
  background-color: #808386;
}
input#site_search_field {
    padding:0px 10px !important;
    max-width: 220px;
}
.site_search_submit {
  width: 30px;
  border: none;
  background: url('https://files.uk-siteglide.com/instances/57/assets/images/search-icon.png?updated=1745574674602') no-repeat center;
  position: absolute;
  top: 0px;
  right: 8px;
  bottom: 0px;
  cursor: pointer;
  outline:none;
  border:none;
  box-shadow: none;
}
.top-bar .top-links li{
    margin:5px 15px;
    
    &:last-child{
      margin-right: 0px;
    }
}

.top-bar .top-links li a{
    color:#fff;
    text-decoration:none;
    
    &:hover{
      color:#fff;
      text-decoration:none;
    }
}

/*header css start*/
header {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.sg-masthead .navbar-brand, .sg-masthead .navbar-brand {
    margin-right: 55px;
}
.sg-masthead .navbar-expand-xl .navbar-nav .nav-link{
    font-size:15px;
    font-weight:600;
    color: #39373a !important;
}
.sg-masthead .navbar-expand-xl .navbar-nav .nav-link:hover{
    color: #eb1c24 !important;
}
.sg-masthead.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.fadeIn {
    animation-name: fadeIn
}
/*header css end*/
/*slider section css start*/
div#carouselHomepage:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.carouselHomepage .slide-title {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 7px;
}
.carouselHomepage .carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 80%;
    margin: auto;
    z-index: 99;
}
.carouselHomepage  span.carousel-control-next-icon, .carouselHomepage  .carousel-control-prev-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff !important;
    text-align: center;
    border-radius: 100%;
    font-size: 28px !important;
    color: #363636 !important;
}
/*homepage categories section css start*/
.hp-categories-section{
  background-image: url('https://files.uk-siteglide.com/instances/57/assets/images/home1-bg1.webp?updated=1745331667597');
}
.hp-categories-section .category-box{
  border: 5px solid #fff;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}
.hp-categories-section .category-name {
  position: absolute;
  width: 280px;
  height: 44px;
  right: 40px;
  text-align: center;
  line-height: 44px;
  bottom: 5px;
  font-size: 22px;
  font-weight: 700;
  z-index: 0;
  opacity: 1;
  transform: translateX(0px);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.hp-categories-section .category-name:before{
  content: '';
  position: absolute;
  background: #fff;
  width: 280px;
  height: 100%;
  top: 0;
  z-index: -10;
  left: 0;
  transform: skew(-30deg);
}
/*homepage categories section css end*/
.homepage-products-section .card {
  border: 1px solid #ddd !important;
  padding: 10px 10px;
}
.homepage-products-section .card-title a {
    color: #343434;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.homepage-products-section .card-title a:hover {
  color: #eb1c24 !important;
}
.homepage-products-section .product-tab-menu li{
    margin-right:45px;
    margin-bottom:20px;
}
.homepage-products-section .product-tab-menu a {
    font-size: 21px;
    color: #363636;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    vertical-align: top;
    position: relative;
    padding-bottom: 5px;
}
.homepage-products-section .product-tab-menu ul li a:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #ff7a5f;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.homepage-products-section .product-tab-menu ul li a.active {
  font-weight: 700;
}
.homepage-products-section .product-tab-menu ul li a:hover:after,
.homepage-products-section .product-tab-menu ul li a.active:after {
  opacity: 1;
}
.homepage-products-section .btn-catalog {
    position:absolute;
    top:43%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff !important;
    color:#eb1c24 !important;
    border:0px !important;
    padding:10px 18px !important;
}
.homepage-products-section img.rounded-0.mb-3 {
    height: 220px;
    object-fit: contain;
}
/*partner area css start*/
.partner-area .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.partner-area .owl-carousel .partner-item {
    padding: 20px;
}
.partner-area .partner-item img {
    filter: grayscale(100%);
    opacity: 0.5;
}
.partner-area .partner-item img:hover {
  filter:none;
  opacity:1;
}
/*partner area css end*/
/*homepage blogs css start*/
.hp-blogs-list-view .blog-title {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
}
.hp-blogs-list-view .read-btn {
    color:#333;
    display: block;
    text-transform: uppercase;
    text-decoration:underline;
    margin-top: 20px;
}
.hp-blogs-list-view .read-btn:hover {
    color:#eb1c24;
}
.hp-blogs-list-view span.icon-view {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:50%;
}
/*homepage blogs css end*/
/*Testimonial section css start*/
.sg-testimonial-01a{
  background-image: url('https://files.uk-siteglide.com/instances/57/assets/images/home1-bg1.webp?updated=1745331667597');
}
.sg-testimonial-01a .testimonial-img {
    width:120px !important;
    height:auto;
    border: 5px solid #fff;
    border-radius: 50%;
}
.sg-testimonial-01a .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
/*Testimonial section css end*/
/*products detail view css start*/
.sg-ecommerce-detail-01 .product-desc{
    border:1px solid #ddd;
    background:#fff;
}
.sg-ecommerce-detail-01 .product-desc .title{
    border-bottom:1px solid #ddd;
    padding:10px 20px;
    font-weight:500;
    font-size:22px;
}
.sg-ecommerce-detail-01 .product-desc .desc-text{
    padding:10px 20px;
}
.sg-ecommerce-detail-01 .img-box img {
    max-height: 636px;
    object-fit: contain;
    background-color: #fff;
}
/*products detail view css end*/
/*internal page banner css start*/
.page-title-section {
    background-position: center;
    background-size: cover;
    padding: 80px 0px !important;
    background-image:url('https://files.uk-siteglide.com/instances/57/assets/images/banner/3-banner-interne-carl-de-gryse-mobilier-martinique.jpg?updated=1747661155311');
    position: relative;
}
.page-title-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.page-title-section .col-12 {
    z-index: 99;
}
/*internal page banner css end*/
/*Product list view css start*/
.sg-ecommerce.sg-ecommerce-list-01 .card .card-img img{
  height: 270px !important;
  object-fit: contain;
}
.sg-ecommerce.sg-ecommerce-list-01 .sidebar .navbar-toggler {
    position: absolute;
    right: 4px;
    top: 4px;
    box-shadow: none !important;
}
.sg-blog-02a-sidebar .row {
    border: 1px solid #ddd;
    padding: 20px;
}
.sg-ecommerce-list-01 .card-title{
    font-size:16px;
    margin-top:15px !important;
    margin-bottom:20px !important;
}
.sg-ecommerce-list-01 .sidebar .card a{
    color:#343434;
}
.sg-ecommerce-list-01 .sidebar .card a:hover{
    color:#eb1c24;
}
.sg-ecommerce-list-01 .sidebar .card {
    border:1px solid #ddd !important;
}
.sg-ecommerce-list-01 .sidebar .card-body{
  padding: 10px 12px;
}
.sg-ecommerce-list-01 .sidebar .card-body > ul > li > a {
  font-weight: 500;
}
.sg-ecommerce-list-01 .model_pagination {
    display:flex;
    justify-content:center;
}
.sg-ecommerce-list-01 .model_pagination a{
    background-color:#fff !important;
    color:#eb1c24;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    margin:10px 5px;
    border: 1px solid;
}
.sg-ecommerce-list-01 .model_pagination a:hover, .sg-ecommerce-list-01 .model_pagination a.inactive{
    background-color:#eb1c24 !important;
    color:#fff;
    border:1px solid #eb1c24;
}
.sg-ecommerce-list-01 .search-box .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
#sg-product-search, .search-icon {
  box-shadow: none !important;
}
/*Product list view css end*/
/*cart page css start*/
.sg-ecommerce-cart-01 input#quantity {
    max-width:70px;
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.sg-ecommerce-cart-01 table{
    border:1px solid #ddd;
}
.sg-ecommerce-cart-01 table td:first-child, .sg-ecommerce-cart-01 table th:first-child{
    padding:0px 10px !important;
}
/*sitemap page css start*/
.sitemap-section a {
    color: #202020 !important;
}

.sitemap-section li {
    border: 1px solid #ddd;
    padding: 8px 20px;
}
/*sitemap page css end*/
/*footer css start*/
.main-footer .container {
    border-bottom:1px solid;
}
.footer-links li {
    margin-bottom:10px
}
.footer-links li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    width: 1.3em;
}
.footer-contact-us i {
    margin-top:3px;
}
.copy-right a{
    color:#fff;
    text-decoration:underline
}
#topBtn {
  display: none; 
  position: fixed; 
  bottom: 50px; 
  right: 30px; 
  z-index: 99; 
  border: 2px solid #fff !important; 
  outline: none; 
  background-color: #eb1c24;
  color: white; 
  cursor: pointer; 
  padding: 0px; 
  font-size: 18px; 
  width:40px;
  height:40px;
  border-radius:50%;
  justify-content: center;
  align-items: center;
}

#topBtn:hover {
  background-color: #555; 
  border: 2px solid #eb1c24 !important; 
}
/*footer css end*/

/*form css start*/
.sg-form {
    border-radius:0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.sg-form .sg-form-control{
    background:#fff;
    border: 1px solid #eee;
}
.sg-form textarea{
  height: 100px;
}
.sg-form select {
  min-height: 40px;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0px 10px;
}
/*form css end */
/*blog list view css start*/
.sg-blog-02a .blog-card .blog-short-desc {
    font-size:14px;
}
.sg-blog-02a .blog-card .blog-date{
    font-style:italic;
    font-size:14px;
}
.sg-blog-02a-sidebar input{
    border:1px solid #ddd !important;
    box-shadow:none !important;
}
section.sg-blog {
  padding: 50px !important;
}
/*blog list view css end */
/*blog detail view css start*/
blockquote {
	background: #f6f6f6;
	border: 1px solid #ededed;
	border-left: 5px solid #eb1c24;
	font-size: 14px;
	font-style: italic;
	line-height: 26px;
	margin: 40px 0 40px 40px;
	padding: 30px 45px;
    text-align: left;
}
/*blog detail view css end*/
/*faq page css start*/
.sg-faq.sg-faq-01a .accordion .sg-card .sg-card-header{
    background-color:#808386;
}
.sg-faq.sg-faq-01a .accordion .sg-card .card-body {
    border:1px solid #ddd;
}
/*faq page css end*/
/*search results page css start*/
.site_search_results_1 li  {
    border:1px solid #ddd;
    margin:10px 0px;
    padding:10px;
    list-style:none;
}
.site_search_results_1 li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    width: 1.3em;
    margin-left:10px;
}
.site_search_results_1 li a{
    color:#343434;
}
.site_search_results_1 li:hover a{
    color:#eb1c24;
}
.site_search_results_1 .model_pagination {
    display:flex;
    justify-content:center;
}
.site_search_results_1 .model_pagination a{
    width:35px;
    height:35px;
    line-height:35px;
    background-color:#fff;
    color:#eb1c24;
    text-align:center;
    margin:10px;
    border-radius:50%;
    border: 1px solid #eb1c24;
}
.site_search_results_1 .model_pagination a.inactive {
    background-color:#eb1c24;
    color:#fff;
    border:1px solid #eb1c24;
}
/*search results page css end*/
/*animation css */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

/*media query css start*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media screen and (max-width:1199px) {
  div#navbarNav {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
  }
  div#navbarNav ul li {
    border-bottom: 1px solid #ddd;
  }
  div#navbarNav ul li:last-child {
    border: 0;
  }
}
@media screen and (max-width:1024px){
  .carouselHomepage .carousel-caption {
      top: 43%;
  } 
}
@media screen and (max-width:768px){
  .carouselHomepage .carousel-item img{
    height:500px;
    object-fit: cover;
  }
  .carouselHomepage .slide-title{
      font-size:28px;
      line-height: 40px;
  }
  .carouselHomepage .carousel-caption {
      top: 43%;
  }
}
@media screen and (max-width:550px){
  .sg-ecommerce.sg-ecommerce-cart-01 table tbody td{
    padding: 10px;
  }
  .sg-ecommerce.sg-ecommerce-cart-01 table tbody td img{
    height: auto !important;
    display: block;
    margin: auto;
    width: 100%;
  }
  .carouselHomepage .carousel-caption {
      top: 38%;
  }
  .top-bar .top-links li {
    display: none;
  }
  .top-bar .top-links li:nth-child(7), .top-bar .top-links li:nth-child(8), .top-bar .top-links li:nth-child(9) {
    display: block;
  }
  .top-bar .top-links li:last-child {
    margin-top: 0 !important;
  }
}

/*media query css end*/