/** Shopify CDN: Minification failed

Line 245:21 Expected ":"

**/

#main{
    background:#ffffff !important;
}
.bg-pale-yellow{
    background: #F59E0B !important;
}
.bg-white{
    background: #ffffff !important;
}
.bg-dark-blue{
    background: #374151 !important;
}
.link:hover, .link:focus {
    color: #F59E0B;
}
.flex-box{
    display:flex;
    gap:15px;
}
.align-items-center{
    align-items:center;
}
a, button{
    cursor:pointer;
}
.annoncement {
    background: #1F2937;
    display: flex;
    position: relative;
    padding: 4px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.annoncement p {
    color: #fff;
    font-family: Oswald;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}
.annoncement p img {
    width: 24px;
}
header.page__header {
    background: transparent !important;
}
header{
    background-color:#374151 !important;
}
.header__inner {
    justify-content: space-between;
}
.header__action-list{
    margin-left:0 !important;
}
.mobile-menu[aria-hidden=false] {
    z-index: 99;
}
.nav-dropdown[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}
/* ============  Mega Menu  =========== */
.mega-menu {
    position: relative;
}
.has-mega-menu {
    position: inherit;
}
.mega-menu__content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 600px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    z-index: 999;
}
.is-dropdown-open .mega-menu__content {
    display: grid;
    grid-template-columns: 20% 76%;
}
/* Left column */
.mega-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width:260px;
}
.mega-submenu .nav-dropdown__item {
    margin-bottom: 15px;
}
.mega-submenu .nav-dropdown__link {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.mega-submenu .nav-dropdown__item a {
    background-color:#F4F4F4;
    display: block;
    padding: 15px;
    position:relative;
    transition:color 0.5s;
}
.mega-submenu .nav-dropdown__item a:after{
    content:'';
    background-image:url('/cdn/shop/files/arrow-next.png?v=1755676751');
    background-size:cover;
    background-repeat:no-repeat;
    display:inline-block;
    position:absolute;
    right:10px;
    height:14px;
    width:7px;
}
.mega-submenu .nav-dropdown__item a.active {
    background-color: #374151;
    color:#fff;
    transition:color 0.5s;
}
.mega-submenu .nav-dropdown__item a:hover{
    background-color: #374151;
    color:#fff;
    transition:color 0.5s;
}
.mega-submenu .nav-dropdown__link:hover {
    color: #F59E0B;
}
/* Right column */
.mega-menu__tab-pane {
    border-left:1px solid #BCBCBC;
    padding-left:20px;
    width: 100%;
}
.mega-menu__tab-content {
  position: relative;
}
.mega-menu__tab-pane {
  display: none;
  animation: fadeIn 0.3s ease;
}
.mega-menu__tab-pane.active {
  display: flex;
  gap:15px;
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.mega-menu__tab-pane .tab-pane__content{
    flex:0 0 40%;
    position:relative;
    width:40%;
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.mega-menu__tab-pane .tab-pane__content h4{
    color:#000000;
    font-family: Oswald;
    font-weight: 500;
    font-size: 26px;
    line-height:32px;
    letter-spacing: 0.5px;
    margin-bottom:24px;
    text-transform: uppercase;
    white-space: break-spaces;
}
.mega-menu__tab-pane .tab-pane__content p{
    color: #1F2122;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    white-space: break-spaces;
}
.mega-menu__tab-pane img {
    flex:0 0 60%;
    position:relative;
    width: 60%;
    height:420px;
    object-fit:cover;
    transition: opacity 0.3s;
}
/* ============  Mega Menu End  =========== */

.hero-banner, .hero-slider, .hero-items{
    position:relative;
    height:90vh;
}
.hero-items{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.hero-items:before{
    content:'';
    background: linear-gradient(90deg, #0E1725 0%, rgba(14, 23, 37, 0) 100%);
    display:block;
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
}
.hero-item-content {
    position: relative;
    max-width: 45%;
    padding-left: 5rem;
}
.hero-item-content h1{
    color:#fff;
    font-family: Oswald;
    font-weight: 500;
    font-style: Medium;
    font-size: 44px;
    line-height: 58px;
    letter-spacing: 0.5px;
    margin-bottom:18px;
    text-transform: uppercase;
}
.hero-item-content p{
    color:#ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;p
    line-height: 60px;
    letter-spacing: 0.5px;
    margin-bottom:24px;
    text-transform: capitalize;
}
.hero-item-content .btn-hero {
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    line-height: 48px;
    letter-spacing: 0.5px;
    margin-right:10px;
    width: 182px;
    height: 50px;
    text-align:center;
    text-transform: uppercase;
    transition:0.5s all;
}
.btn{
    transition:0.5s all;
}
.btn:hover{
    background-color:#1F2937 !important;
    color:#fff !important;
    transition:0.5s all;
}
.hero-slider .owl-dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
}
.hero-slider .owl-dots button.owl-dot span {
    background-color:#ffffff;
    opacity:0.5;
    border-radius:0px;
    width: 32px;
    height: 3px;
}
.hero-slider .owl-dots button.owl-dot.active span{
    background-color:#ffffff;
    opacity:1;
}
.fit-search{
    background: #E5E7EB;
    position:relative;
    padding:30px 0;
}
.fit-search h3{
    font-family: Oswald;
    font-weight: 500;    
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom:18px;
    text-align:center;
    text-transform: uppercase;
}
.fitsearch-form form {
    display: flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}
.fitsearch-form form .input-group{
    position:relative;
}
.fitsearch-form form .input-group:after {
    content: "";
    background-image: url(/cdn/shop/files/down-arrow.svg?v=1755670338);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 10px;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 23px;
}
.fitsearch-form form .input-group:last-child::after{
    display:none;
}
.fitsearch-form form .input-group .search-control{
    color:#1F2122;
    background-color:#fff;
    border:0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding:0 18px;
    width: 236px;
    height: 48px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.fitsearch-form form .input-group .btn-search {
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    line-height: 48px;
    letter-spacing: 0.5px;
    margin-right:10px;
    width: 187px;
    height: 48px;
    text-align:center;
    text-transform: uppercase;
}
.section-heading{
    display:block;
    position:relative;
    margin-bottom:40px;
    text-align:center;
}
.section-heading h2{
    color:#000000;
    font-family: Oswald;
    font-weight: 500;
    font-size: 32px;
    line-height:32px;
    letter-spacing: 0.5px;
    margin-bottom:24px;
    text-align:center;
    text-transform: uppercase;
}
.section-heading p{
    color: #1F2122;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    text-align: center;
}
.pull-left{
    text-align:left;
}
.pull-left h2{
    text-align:left;
}
.fabric-collections{
    position:relative;
    padding:100px 0;
}
.cat-collections {
    display: flex;
    align-items: end;
    justify-content: space-between;
    text-align: center;
}
.cat-collection-item .img-box{
    position:relative;
    margin-bottom:40px;
}
.cat-collection-item {
    border:1px solid #fff;
    position: relative;
    padding: 24px;
    transition: 0.5s all;
}
.cat-collection-item:hover {
    border:1px solid #E9E9E9;
    transition: 0.5s all;
}
.cat-collection-item .cat-collection-content h3{
    color:#000;
    font-family: Oswald;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom:14px;
    text-align: center;
    text-transform: uppercase;
}
.cat-collection-item .cat-collection-content p{
    color:#1F2122;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom:14px;
    text-align: center;
}
.cat-collection-item .cat-collection-content .btn-shop {
    color:#fff;
    display:inline-block;
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    line-height:42px;
    letter-spacing: 0.5px;
    width: 177px;
    height: 43px;
    text-align:center;
    text-transform: uppercase;
}
.hightlights{
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    position:relative;
    padding:75px 0;
}
.hightlights:before{
    content:'';
    background: linear-gradient(90deg, rgba(14, 23, 37, 0.72) 0%, rgba(0, 0, 0, 0.72) 100%);
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.hightlight-block {
    display: flex;
    gap: 70px;
    align-content: center;
    justify-content: space-between;
    position: relative;
}
.hightlight-item-box .icon-box{
    position:relative;
    margin-bottom:18px;
}
.hightlight-item-content h3{
    color:#fff;
    font-family: Oswald;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom:0px;
    text-transform: uppercase;
}
.hightlight-item-content p{
    color:#fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.new-launched-products{
    position:relative;
    padding:100px 0;
}
.products-carousel .owl-stage {
    padding: 15px 0;
}
.products-item{
    box-shadow: 0px 0px 12px 0px #E9E9E9;
    position:relative;
    padding:15px 0;
}
.products-item-content {
    display: block;
    text-align: center;
    position: relative;
}
.products-item-content p{
    color: #1F2122;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
}
.products-item-content h5.products-price{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-align: center;
}
.products-item-content .btn-quickview {
    color:#000;
    display:inline-block;
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    line-height:42px;
    letter-spacing: 0.5px;
    width: 248px;
    height: 43px;
    text-align:center;
    text-transform: uppercase;
}
.products-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;    
}
.products-carousel .owl-nav button {
    border: 2px solid #BCBCBC !important;
    border-radius: 0 !important;
    display: flex !important;
    height: 36px;
    width: 36px;
    justify-content: center;
    align-items: center;
    transition:0.5s all;
}
.products-carousel .owl-nav button:hover{
    background-color:#F59E0B !important;
    transition:0.5s all;
}
.products-carousel .owl-nav button.owl-prev{
    margin-left:-50px;
}
.products-carousel .owl-nav button.owl-next{
    margin-right:-50px;
}
.shop-by-type{
    background-color:#E5E7EB;
    position:relative;
    padding:75px 0;
}
.shop-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 0 auto;
}
.grid-item {
    position: relative;
    overflow: hidden;
}
.grid-item.large {
    grid-column: span 2;
}
.grid-img img {
    width: 100%;
    height: 274px;
    object-fit: cover;
}
.grid-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    padding: 24px;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.grid-overlay h3{
    color:#fff;
    font-family: Oswald;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.grid-overlay a{
    border-bottom: 1.8px solid #F59E0B;
    color: #F59E0B;
    display:inline-block;
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.5px;
    padding-bottom:10px;
    position:relative;
    text-transform: uppercase;
    width:95px;
}
.grid-overlay a:after{
    content:"";
    background:url('/cdn/shop/files/arrow-right-yellow.png?v=1755684153');
    background-repeat:no-repeat;
    background-size:cover;
    width:15px;
    height:10px;
    display:inline-block;
    position:absolute;
    right:0;
}
.accessories{
    position:relative;
    padding:100px 0;
}
.accessories-carousel .owl-stage {
    padding: 15px 0;
}
.accessories-item{
    box-shadow: 0px 0px 12px 0px #E9E9E9;
    position:relative;
    padding-bottom:20px;
}
.accessories-item-content {
    display: block;
    text-align: center;
    position: relative;
    padding: 0 60px;
}
.accessories-item .img-box {
    position: relative;
    margin-bottom: 10px;
    overflow:hidden;
    transition:0.5s all;
}
.accessories-item .img-box img {
    height: 280px;
    object-fit: cover;
    transition: 0.5s all;
}
.accessories-item .img-box:hover img {
    transform: scale(1.5);
    transition: 0.5s all;
}
.accessories-item-content p{
    color: #1F2122;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
}
.accessories-item-content h5.accessories-price {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: center;
}
h5.accessories-price span.del {
    font-weight: 400;
    display: block;
    text-decoration: line-through;
}
.accessories-item-content .btn-quickview {
    color:#000;
    display:block;
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    line-height:42px;
    letter-spacing: 0.5px;
    height: 43px;
    text-align:center;
    text-transform: uppercase;
}
.accessories-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;    
}
.accessories-carousel .owl-nav button {
    border: 2px solid #BCBCBC !important;
    border-radius: 0 !important;
    display: flex !important;
    height: 36px;
    width: 36px;
    justify-content: center;
    align-items: center;
    transition:0.5s all;
}
.accessories-carousel .owl-nav button:hover{
    background-color:#F59E0B !important;
    transition:0.5s all;
}
.accessories-carousel .owl-nav button.owl-prev{
    margin-left:-50px;
}
.accessories-carousel .owl-nav button.owl-next{
    margin-right:-50px;
}
.customer-reviews{
    position:relative;
    padding-bottom:100px;
}
.reviews{
    position:relative;
    flex:0 0 60%;
    width:60%;
}
.reviews-item .ratings img, .clients-meta .client-img img {
    width: auto !important;
}
.reviews-item{
    background: #F4F4F4;
    position: relative;
    padding: 30px 24px;
}
.reviews-item .ratings{
    position:relative;
    margin-bottom:24px;
}
.reviews-item p {
    color: #1F2122;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom:20px;
}
.clients-meta{
    position:relative;
}
.clients-meta:after {
    content: '';
    background-image: url(/cdn/shop/files/commect-icon.png?v=1755693909);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 35px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 0;
}
.clients-meta .client-img {
    display: flex;
    align-items: center;
    gap: 10px;
}
.clients-meta .client-img .client-info h5{
    color:#000;
    font-family: Oswald;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    vertical-align: middle;
    margin:0;
}
.clients-meta .client-img .client-info p{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom:0;
}
.review-slider .owl-nav {
    display: flex;
    position: absolute;
    top: -80px;
    right: -68%;
}
.review-slider .owl-nav button {
    background-color: #E5E7EB !important;
    border-radius: 100% !important;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.reviews-video{
    position:relative;
    flex:0 0 40%;
    width:40%;
}
.video-box{
    position:relative;
}
.video-box img {
    width: 100%;
}
.video-box .play-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.play-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.discount-offers{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    padding:80px 0;
}
.discount-offers:before{
    content:"";
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.offer-content{
    position:relative;
}
.offer-content h2 {
    color: #fff;
    font-family: Oswald;
    font-weight: 500;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.offer-content .btn-shop {
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    line-height: 48px;
    letter-spacing: 0.5px;
    margin-right:10px;
    width: 182px;
    height: 50px;
    text-align:center;
    text-transform: uppercase;
}
.our-blogs{
    position:relative;
    padding:100px 0;
}
.blogs-item .img-box {
    position: relative;
    margin-bottom: 15px;
}
.blogs-content{
    position:relative;
    padding-right:24px;
    padding-left:5px
}
.blogs-content h3 {
    font-family: Oswald;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.blogs-content p{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    margin-bottom:18px;
    text-transform: capitalize;
}
.blogs-content .btn-learnmore {
    color:#fff;
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 0.5px;
    margin-right:10px;
    width: 143px;
    height: 43px;
    text-align:center;
    text-transform: uppercase;
}
.newsletter-pix{
    background: #F59E0B;
    position:relative;
    padding:45px 0;
}
.newsletter-content, .newsletter-form{
    flex:0 0 50%;
    position:relative;
    width:50%;
}
.newsletter-content h2{
    color:#000;
    font-family: Oswald;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom:12px;
    text-transform: uppercase;
}
.newsletter-content p{
    color:#1F2122;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.newsletter-form {
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}
.newsletter-form form input[type="email"] {
    background-color: transparent;
    border: 0;
    color: #00000090;
    width: 80%;
    padding: 0px 0 0 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.newsletter-form form input[type="submit"] {
    background-color:#fff;
    font-family: Oswald;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 15.6px;
    letter-spacing: 0.5px;
    width: 125px;
    height: 38px;
    vertical-align: middle;
    text-transform: uppercase;
}
footer{
    background: #1F2937;
    position:relative;
    padding:85px 0 0 0;
}
.footer-top{
    position:relative;
    padding-bottom:60px;
}
.footer-block {
    display: flex;
    gap: 30px;
}
.footer-col{
    flex:0 0 20%;
    width:20%;
}
.footer-col:first-child{
    flex:0 0 35%;
    width:35%;
}
.logo-box{
    position:relative;
    margin-bottom:30px;
}
.about-box {
    position: relative;
    padding-right: 7rem;
}
.about-box h4{
    color:#fff;
    font-family: Oswald;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.about-box p{
    color:#FFF;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    opacity:0.7;
    margin-bottom:30px;
    text-transform: capitalize;
}
.footer-col ul{
    list-style:none;
    position:relative;
    margin:0;
    padding:0;
}
.social-links ul {
    display: flex;
    gap: 10px;
}
.footer-col h3{
    color:#fff;
    font-family: Oswald;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.5px;
    margin-bottom:18px;
    text-transform:uppercase;
}
.footer-col ul li{
    position:relative;
    margin-bottom:14px;
}
.footer-col ul li a{
    color:#fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    opacity:0.7;
}
.contact-meta .icon-box {
    color: #fff;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    opacity: 0.7;
    margin-bottom: 10px;
}
.contact-meta .icon-box img{
    position:relative;
    margin-right:5px;
}
.contact-content p {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
}
.contact-meta {
    border-bottom: 1px solid #FFFFFF1A;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.copyright-content {
    border-top: 1px solid #FFFFFF1A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:30px 0;
}
.copyright-content p{
    color:#fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    opacity:0.7
}
.copyright-content ul{
    display:flex;
    gap:10px;
    list-style:none;
}
.copyright-content ul li a{
    color:#fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    opacity:0.7;
}
.card, .product-gallery__thumbnail{
    border:0 !important;
    border-radius:0;
}
.color-swatch__radio:checked+.color-swatch__item:after, .color-swatch__button.is-selected .color-swatch__item:after, .color-swatch__item.is-selected:after {
    border-radius: 0;
}
.quantity-selector{
    border-radius:0;
}
select.ymq-dropdown {
    font-family: Oswald !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    display: inline-block !important;
    letter-spacing: 0.5px !important;
    margin-right: 10px !important;
    height: 50px !important;
    text-transform: uppercase !important;
    transition: 0.5s all !important;
    padding: 8px 0px 8px 12px !important;
    border: 1px solid #c4cdd5 !important;
    border-radius: 0 !important;
}
.ymq-options-button-input+label {
    font-family: Oswald !important;
    font-weight: 500 !important;
    width: auto !important;
    border: 1px solid #c4cdd5 !important;
    border-radius: 0 !important;
}
.ymq_lable, .product-form__info-title {
    font-family: Oswald !important;
    letter-spacing: 0.5px;
}
.buy-button .button {
    border-radius: 0;
    display: inline-block;
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.5px;
    width: 177px;
    height: 43px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
header.section__header {
    background: #fff !important;
    display: block;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
header.section__header h2 {
    color: #000000;
    font-family: Oswald;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
}
/* .product-item__info-inner a {
    color: #000;
    font-family: Oswald;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    text-align: center;
} */
.product-item__info-inner a {
    color: #000;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    text-align: center;
}
.product-item__price-list.price-list span {
    color: #1F2122;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-align: center;
}
.product-item__price-list.price-list {
    display: block;
    text-align: center;
}
.jdgm-rev-widg .jdgm-star, .jdgm-revs-tab .jdgm-star, .jdgm-all-reviews .jdgm-star, .jdgm-gallery-popup .jdgm-star {
    color: #F59E0B !important;
}
.jdgm-histogram__bar-content {
    background-color: #f59e0b !important;
}
.jdgm-widget-actions-wrapper a {
    background: #f59e0b !important;
    border-color: #f59e0b !important;
    color: #000 !important;
    border-radius: 0;
    display: inline-block;
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    width: 177px;
    height: 43px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow, .jdgm-rev__author{
    color: #000 !important;
}
.jdgm-rev__title {
    font-family: Oswald;
    display: block;
    font-size: 100%;
}
header.card__header.card__header--tight {
    background: #fff !important;
    display: block;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
header.card__header.card__header--tight h1 {
    color: #000000;
    font-family: Oswald;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
}
.product-item:after{
    box-shadow:none;
}
.product-item--vertical .product-item__action-button {
    border-radius: 0 !important;
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.5px;
    width: 177px;
    height: 43px;
    margin: 0 auto !important;
    text-align: center;
    text-transform: uppercase;
}
buy-button.buy-button {
    text-align: center;
}
.product-item.product-item--vertical {
    margin-bottom: 30px;
}
.product-block-list__item--description h2.card__title, .product-block-list__item--content h2.card__title{
    border-bottom: 3px solid #000 !important;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 15px;
}
.product-block-list__item--description .card__section p, .product-block-list__item--content .card__section p{
    margin: 0;
}
.product-block-list__item--description .card, .product-block-list__item--content .card{
    margin: 0;
}
.product-block-list__item--description .card__section, .product-block-list__item--content .card__section{
    padding-top: 0;
}
.price-list .price span {
    font-size: 20px;
}
header.page__header.page__header--centered.page__header--stack h1 {
    color: #000000;
    font-family: Oswald;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
}
.form_title_div h3 {
    color: #000000;
    font-family: Oswald !important;
    font-weight: 500;
    font-size: 24px !important;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-bottom: 24px !important;
}
header.page__header.page__header--centered.page__header--stack {
    background: #fff !important;
    padding: 30px 0 0 0;
}
.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form-control {
    border: 1px solid #c4cdd5;
    font-family: Oswald !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    display: inline-block !important;
    letter-spacing: 0.5px !important;
    margin-right: 10px !important;
    height: 50px !important;
    text-transform: uppercase !important;
    transition: 0.5s all !important;
    padding: 8px 0px 8px 12px !important;
    box-shadow: none !important;
}
p.hulk-powered-wrapper.text-right{
    display: none;
}
.form_generater_form_div {
    margin-bottom: 60px !important;
}
#wizard-validation-form div.form_submit_div button, .hulk_form_G6-KdvRMk5ZLyFIlxwrkog div.form_submit_div button:hover {
    background-color: #374151 !important;
    font-family: 'Oswald' !important;
    text-transform: uppercase !important;
}
.contact-us {
    position: relative;
    padding-top: 100px;
}
.contact-grid {
    display: flex;
    position: relative;
    justify-content: center;
}
.contact-grid .contact-us-content {
    flex: 0 0 35%;
    width: 35%;
    position: relative;
}
.contact-grid .contact-us-content .layout {
    position: relative;
    border-left: 2px solid #2e4053;
    padding: 24px;
    box-shadow: 0px 0px 12px 0px #E9E9E9;
}
.contact-grid .contact-us-content h3 {
    font-family: 'Oswald';
    font-size: 24px;
    line-height: 1.6;
    margin: 0;
}
.contact-grid .contact-us-content form .form__field {
    border-radius: 0;
    font-family: Oswald !important;
    font-size: 16px !important;
    display: inline-block !important;
    line-height: 48px !important;
    letter-spacing: 0.5px !important;
    margin-right: 10px !important;
    height: 50px !important;
    text-transform: uppercase !important;
    transition: 0.5s all !important;
    padding: 8px 0px 8px 12px !important;
}
.contact-grid .contact-us-content form textarea.form__field{
    height: 180px !important;
}
.contact-grid .contact-us-content form .form__floating-label{
    font-family: Oswald !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}
button.form__submit {
    border-radius: 0;
    color: #fff;
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 0.5px;
    width: 177px;
    height: 43px;
    text-align: center;
    text-transform: uppercase;
}
.blogs{
    position:relative;
    padding-bottom:80px;
}
.blog-grid {
    display: flex;
    justify-content:center;
    gap: 30px;
    flex-wrap: wrap;
}
.blog-grid article.blogs-item {
    flex: 0 0 30%;
    margin-bottom:30px;
    position: relative;
}
.blog-grid article.blogs-item .img-box {
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
}
.blog-grid article.blogs-item .img-box img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: 0.5s all;
}
.blog-grid article.blogs-item .img-box:hover img {
    transform: scale(1.1);
    transition: 0.5s all;
}
.article__inner {
    max-width: 100%;
    margin: 0 auto;
}
#block-newsletter {
    background: #374151 !important;
    border-radius:0px;
    margin:0;
}
.blog-sidebar__item--newsletter{
    text-align:left;
}
.newsletter {
    background: transparent;
    position: relative;
    padding: 0;
    margin-top: 24px;
}
.newsletter .form__input-wrapper--labelled .form__field {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow:none;
    color:#FFF;
}
.newsletter .form__input-wrapper--labelled label{
    color:#fff;
}
.newsletter button.form__submit{
  background-color:  #F59E0B !important
}
#block-social-media {
    background: #374151;
    color: #fff;
    padding: 0 20px 30px;
}
.blog-sidebar__block-title {
    color:#fff;
    margin-bottom: 15px;
}
.blog-sidebar__social-list a svg {
    fill: #fff;
    opacity: 1;
}
.flickity-viewport{
    border-radius: 0 !important;
}

.slideshow__slide-inner img{
    box-shadow: 0px 0px 12px 0px #E9E9E9;
}
.industries-overlay {
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    gap: 15px;
    flex-direction: column;
    transition: all 0.5s;
    z-index: 9;
}
.Industries-img:hover .industries-overlay {
    transform: translateY(0);
}
.industries-overlay a {
width: 70% !important;
padding:5px;
}
.industries-overlay a:after {
    background: transparent !important;
}
.Industries-img a {
    background: #F59E0B !important;
    color:#fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    position: relative;
    overflow: hidden;
}
 .industries-overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    position: absolute;
}
@media screen and (min-width: 1280px) {
    .header__action-item {
        padding: 0 19px;
        line-height:0;
    }
    .blog-sidebar {
        width: 390px;
        margin-left: 40px;
    }
}
@media screen and (min-width: 1024px) {
    /* .container{
        width:1480px;
    } */
    .nav-bar{
        background:transparent !important;
        border:0 !important;
        width:auto !important;
        position: inherit;
    }
    .nav-bar:after{display:none;}
    .nav-bar__item {
        margin-right: 14px;
    }
    .nav-bar__link {
        color:#ffffff;
        font-family: Oswald;
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
    .header{
        padding:0;
    }
    .header__action-item:not(:last-child):after {
        display:none !important;
    }
    .nav-bar__item {
        padding: 35px 0;
    }
    .nav-bar__item>.nav-dropdown {
        min-width: calc(70% + 20px);
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .hero-item-content {
        position: relative;
        max-width: 60%;
        padding-left: 5rem;
    }
}
@media screen and (min-width: 1080px) {
    /* .container{
        width:1480px;
    } */
    .nav-bar{
        background:transparent !important;
        border:0 !important;
        width:auto !important;
        position: inherit;
    }
    .nav-bar:after{display:none;}
    .nav-bar__link {
        color:#ffffff;
        font-family: Oswald;
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
    .header{
        padding:0;
    }
    .header__action-item:not(:last-child):after {
        display:none !important;
    }
    .nav-bar__item {
        padding: 35px 0;
    }
    .nav-bar__item>.nav-dropdown {
        min-width: calc(70% + 20px);
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .nav-bar__item {
        margin-right: 35px;
    }
    .hero-item-content {
        position: relative;
        max-width: 45%;
        padding-left: 5rem;
    }
}
@media screen and (min-width: 641px) {
    .article__image-wrapper {
        border-radius: 0;
    }
    .blog-sidebar__item--newsletter .heading {
        font-size: 33px;
        margin:0;
    }
}
@media screen and (max-width: 768px) {
    .container--narrow {
        max-width: 90%;
    }
    .header__inner {
        flex-wrap: nowrap;
    }
    .header__logo-image {
        max-width:80%;
    }
    .section-heading h2 {
        font-size:28px;
        line-height: 34px;
    }
    .section-heading p br {
        display: none;
    }
    .hero-banner, .hero-slider, .hero-items {
        height: 65vh;
    }
    .hero-item-content {
        max-width: 100%;
        padding-left: 1rem;
    }
    .hero-item-content h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .hero-item-content p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .hero-item-content .btn-hero {
        width: 145px;
    }
    .fitsearch-form form {
        flex-wrap: wrap;
    }
    .fitsearch-form form .input-group .search-control {
        width: 170px;
    }
    .fitsearch-form form .input-group .btn-search {
        margin-right: 0;
        width: 170px;
    }
    .easysearch-select-holder select{
        width:96% !important;
    }
    .fabric-collections {
        position: relative;
        padding: 60px 0;
    }
    .cat-carousel .cat-collection-item .img-box {
        padding: 2rem;
    }
    .cat-carousel .owl-nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        width: 100%;
    }    
    .cat-carousel .owl-nav button {
        border: 2px solid #BCBCBC !important;
        border-radius: 0 !important;
        display: flex !important    ;
        height: 36px;
        width: 36px;
        justify-content: center;
        align-items: center;
        transition: 0.5s all;
    }
    .cat-carousel .owl-nav button:hover {
        background-color: #F59E0B !important;
        transition: 0.5s all;
    }
    .cat-carousel .owl-nav button.owl-prev {
        margin-left: -15px;
    }
    .cat-carousel .owl-nav button.owl-next {
        margin-right: -15px;
    }
    .hightlight-block {
        gap: 30px;
        flex-wrap: wrap;
    }
    .hightlight-item-box .icon-box {
        margin-bottom: 5px;
    }
    .hightlight-item-content p {
        line-height: 24px;
    }
    .new-launched-products {
        position: relative;
        padding: 60px 0;
    }
    .products-carousel .products-item .img-box {
        padding: 2rem;
    }
    .products-carousel .owl-nav button.owl-prev {
        margin-left: -15px;
    }
    .products-carousel .owl-nav button.owl-next {
        margin-right: -15px;
    }
    .shop-by-type {
        padding: 60px 0;
    }
    .shop-grid {
        grid-template-columns: repeat(2, 1fr);
        margin: 0px auto;
    }
    .grid-img img {
        height: 180px;
    }
    .grid-overlay h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .accessories {
        padding: 60px 0;
    }
    .accessories-carousel .accessories-item .img-box {
        padding: 3rem;
    }
    .accessories-carousel .owl-nav button.owl-prev {
        margin-left: -15px;
    }
    .accessories-carousel .owl-nav button.owl-next {
        margin-right: -15px;
    }
    .flex-box {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
    .reviews {
        position: relative;
        flex: 0 0 100%;
        width: 100%;
    }
    .reviews-video {
        position: relative;
        flex: 0 0 100%;
        width: 100%;
    }
    .review-slider .owl-nav {
        top: -90px;
        right: 0;
    }
    .discount-offers {
        background-position: 70% 100%;
    }
    .offer-content h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .offer-content h2 br{
        display:none;
    }
    .our-blogs {
        position: relative;
        padding: 60px 0;
    }
    .newsletter-content, .newsletter-form {
        flex: 0 0 100%;
        position: relative;
        width: 100%;
    }
    .newsletter-form form input[type="email"] {
        width: 60%;
    }
    .newsletter-content p {
        font-size: 15px;
        line-height: 22px;
    }
    .newsletter-content p br{
        display:none;
    }
    .footer-top {
        position: relative;
        padding-bottom: 0;
    }
    .footer-block {
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
    }
    .footer-col {
        flex: 0 0 50%;
        width: 50%;
        margin-bottom: 24px;
    }
    .footer-col:first-child, .footer-col:last-child {
        flex: 0 0 100%;
        width: 100%;
    }
    .footer-col ul li {
        position: relative;
        margin-bottom: 8px;
    }
    .footer-col ul li a {
        font-size: 15px;
    }
    .copyright-content {
        border-top: 1px solid #FFFFFF1A;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .copyright-content ul {
        display: flex;
        gap: 15px;
        list-style: none;
    }
    .blog-grid article.blogs-item {
        flex: 0 0 90%;
        margin-bottom: 30px;
        position: relative;
    }
    .contact-us {
        position: relative;
        padding-top: 40px;
    }
    .contact-grid {
        flex-direction: column;
    }
    .contact-grid .contact-us-content {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 30px;
        text-align:center;
    }
    .contact-grid .contact-us-content .layout{
        border:0;
    }
}

/* ==============Industries-section================================= */


.Industries-section {
    padding: 35px 0 18px;
}

.Industries-section .section-heading {
    padding-bottom: 40px;
    text-align: center;
}

.Industries-section  .Industries-grid-bx {
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    gap: 13px;
    margin-bottom: 30px;
}

.gitem a {
    display: block;
    position: relative;
}

.Industries-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.Industries-img a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
 
.Industries-img img {
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
 
.Industries-img a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0E1725 0%, rgba(14, 23, 37, 0) 100%);
    z-index: 0;
}

.Industries-content {
    position: absolute;
    bottom: 0;
    padding: 13px 18px;
    width: 100%;
}

.gitem {
    position: relative;
    width: 100%;
    transition: all 0.5s;
}
/* .gitem:hover {
    transform: translateY(-20px);
} */


.Industries-content h3 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 5px 0;
    text-align: center;
}
.Industries-main {
    width: 100%;
}

.Industries-btns {
    text-align: center;
    margin-top: 30px;
}
.Industries-btns .btn-all:hover {
    color: var(--color-darkblue);
}
.Industries-btns  .btn-all:before {
    background: var(--color-white);
}
 @media screen and (max-width: 768px) {
   .Industries-section  .Industries-grid-bx { 
    grid-template-columns: repeat(2 , 1fr); 
}
}
 /* ==============leather================================= */