.page-title-parallax{
    position: relative;
}
.page-title-parallax::before{
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .25);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.parallax{
    position: relative;
}
.parallax::before{
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .45);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Loader Animation */
.loader {
    width: 50px;
    height: 50px;
    border: 6px solid #202020;
    border-top: 6px solid #b5b5b5;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
#logo { top: 5px; }
.logo-desktop{ display: block!important; }
.logo-mobile{ display: none!important; }
.b2b-btn {
    padding: 12px 20px;
    font-size: 17px;
    margin-left: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.is-expanded-menu .menu-link {
    --cnvs-primary-menu-padding-x: 13px;
}
.is-expanded-menu .menu-link {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1px;
}
.sticky-header.sticky-header-shrink .menu-link{
    font-size: 17px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.1px;
}
 .sticky-on-scrollup.sticky-header.show-sticky-onscroll .menu-link, .sticky-on-scrollup.sticky-header.sticky-header-shrink.show-sticky-onscroll .menu-link{
    font-size: 17px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.1px;
}
.sticky-on-scrollup.sticky-header.show-sticky-onscroll .logo-default, .sticky-on-scrollup.sticky-header.sticky-header-shrink.show-sticky-onscroll .logo-default{
    filter: brightness(0);
}
.sticky-on-scrollup.sticky-header.show-sticky-onscroll .b2b-btn, .sticky-on-scrollup.sticky-header.sticky-header-shrink.show-sticky-onscroll .b2b-btn {
    position: relative;
    top: -3px;
}
.sticky-header.sticky-header-shrink.show-sticky-onscroll .menu-link{ color: #fff; }
.menu-link::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 0;
  height: 2px;
  background:#000;
  transition: width 0.3s ease-in-out;
}

.menu-link:hover::after {
  width: 100%;
}

.cat-card, .back-img, .about-img-div{
  overflow: hidden;
  transition: all 0.5s ease;
}
.cat-card-media {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cat-card-media--wide {
  padding-top: 66.6667%;
}
.cat-card-media--tall {
  padding-top: 125%;
}
.cat-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-item {
  transition: all 0.5s ease;
}
.about-img-div{ width: fit-content; margin-top: 0px; }
.cat-card::before, .back-img::before, .about-img-div::before, .grid-item::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 37%, 
    rgba(255,255,255,0.4)
  );
  transform: rotate(-45deg);
  transition: all 0.85s ease;
  opacity: 0;
}
.mb-5-1 {
    margin-bottom: 1.5rem !important;
}
.cat-card:hover, .back-img:hover, .about-img-div:hover, .grid-item:hover {
  box-shadow: 0 10px 30px rgba(255,255,255,0.5);
}
.about-img-div::before {
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 37%, 
    rgba(0,0,0,0.3)
  );
}
.about-img-div:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.cat-card:hover::before, .back-img:hover::before, .about-img-div:hover::before, .grid-item:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.slide-div{
    position: relative;
    top: 300px;
}
/* Spin Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#top-search a i {
    transition: opacity 0.3s ease;
    color: #fff;
}
#footer h1, #footer .h1, #footer h2, #footer .h2, #footer h3, #footer .h3, #footer h4, #footer .h4, #footer h5, #footer .h5, #footer h6, #footer .h6{
	font-family: var(--cnvs-body-font);
}
#footer h4, #footer .h4{
    font-size: 20px;
    margin-bottom: 15px;
}
.title-style{ 
    font-size: 33px;
    font-weight: 900 !important;
    margin-bottom: 0px !important;
    padding: 5px 0px;
}
.title-style2 {
    font-size: 29px;
    font-weight: 900 !important;
    margin-bottom: 5px !important;
    padding: 5px 0px;
}
.subtitle-style{
    font-size: 28px;
    font-weight: 900 !important;
    margin-bottom: 0px !important;
    padding: 5px 0px;
}
#footer .footer-widgets-wrap {
    margin: 0px;
    padding: 80px 0px 25px !important;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.button.button-dark {
    background-color: #000000;
    color: #fff;
}
.button.button-dark:hover {
    background-color: #fff;
    color: #000;
}

.product-detail-hero img {
    width: 100%;
    height: auto;
    display: block;
}

.product-gallery-main {
    border: 1px solid #e3e3e3;
    background-color: #fff;
    height: 500px;
}

.product-gallery-main .swiper-wrapper,
.product-gallery-main .swiper-slide {
    height: 100%;
}

.product-gallery-main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
}

.product-gallery-thumbs-wrap {
    position: relative;
}

.product-gallery-thumbs .swiper-slide {
    height: 90px;
    opacity: 0.5;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    background-color: #fff;
}

.product-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #111;
}

.product-gallery-thumbs img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-thumbs-nav {
    width: 40px;
    height: 40px;
    border: 1px solid #e3e3e3;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.product-thumbs-nav i {
    font-size: 16px;
}

.product-thumbs-prev {
    left: 0;
}

.product-thumbs-next {
    right: 0;
}

.product-detail-spec {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
}

.product-detail-spec td {
    padding: 6px 0;
    font-weight: 500;
}

.product-detail-spec td:first-child {
    width: 35%;
    font-size: 15px;
    letter-spacing: 1.6px;
    color: #464646;
    font-weight: 500;
}

.product-detail-spec td:nth-child(2) {
    width: 5%;
    text-align: center;
    color: rgba(0, 0, 0, 0.55);
}

.product-detail-spec td:last-child {
    width: 60%;
    font-weight: 500;
}

.product-detail-thumb {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    object-fit: cover;
}

.product-detail-tag {
    font-size: 12px;
    letter-spacing: 2px;
}

.product-detail-card {
    padding: 16px;
    border: 1px solid #e6e1d9;
    background-color: var(--cnvs-color-secondary);
}

.product-detail-card span {
    display: block;
    font-size: 11px;
    margin-bottom: 6px;
    color: rgba(0, 0, 0, 0.55);
}

.product-detail-quick li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #e6e1d9;
}

.product-detail-quick span {
    font-size: 11px;
    letter-spacing: 1.6px;
    color: rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
}

.product-detail-quick strong {
    font-weight: 600;
}

.product-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.product-detail-list i {
    color: #111;
    font-size: 16px;
    line-height: 1.4;
}

.product-detail-highlight {
    padding: 18px;
    border: 1px solid #dedede;
    background: #fff;
    height: 100%;
}

.product-detail-highlight .subtitle-style {
    font-size: 21px;
    margin-bottom: 6px !important;
}

.product-detail-size {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 18px 0;
}

.product-detail-size div {
    padding: 6px 0;
    font-weight: 500;
}

.product-detail-fit-card {
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 24px;
}

.product-detail-shot {
    display: block;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}

.product-detail-shot img {
    width: 100%;
    display: block;
}

.button.button-white {
    background-color: #fff;
    color: #000;
}
.button.button-white:hover {
    background-color: #000;
    color: #fff;
}
.is-expanded-menu .menu-link {
    --cnvs-primary-menu-padding-x: 10px;
}


.page .page-title-content h1{ font-family: var(--cnvs-body-font); font-size: 28px; font-weight: 600; }
.page .title-style2{ font-family: var(--cnvs-body-font); }
.page .breadcrumb a{ font-family: var(--cnvs-body-font); }
.page .content{ padding-bottom: 0px; }
.page-title-row{ margin-top: 100px; position: relative; top: 25px; }
.ptop4{ padding-top: 40px; }
.col-mtb-100 { margin-top:100px; }
.col-mb-100{ margin-bottom:100px; }
.col-mb-70{ margin-bottom:70px; }
.col-mb-10{ margin-bottom: 10px; padding-bottom: 0px; }
.col-mb-10s{ margin-bottom: 0px; }
.page .line{ margin: 50px 0px; }
.about-parallax{ min-height: 600px; display: inline-grid; width: 100%; margin: 90px 0px; }
.page .about-img { margin-top:0px; }
.heading-block > span:not(.before-heading){ font-size: calc(var(--cnvs-heading-block-font-size-h2) / 1.75); }
.fbox-content h3, .fbox-content .h3{ font-family: var(--cnvs-body-font); font-size: 18px; font-weight: 600; }
.w65{ width: 65px; }
.page .fbox-bg.fbox-center { min-height: 165px; }
.form-control{ background: #fafafa; border: 1px solid #ddd; border-radius: 5px; }
.page-title-parallax span { font-size: 16px; }
.justify-center{ justify-content: center; align-content: center; align-items: center; }
.justify-center p{ width:70%; margin:auto; }
.justify-center .button-dark{ margin-top:15px; }
@media (max-width: 768px) {
    :root{ --cnvs-header-height: 70px; }
    #slider h2{ font-size:25px; width:60%; }
    .section { padding: 33px 0px 0px; }
    .section.video-section { margin-top: 40px !important; text-align: center; }
    .section.collection-section { margin-top: 0px !important; padding-top: 5px; margin-bottom: 0px; }
    .section.social-section { margin-top: 0px !important; padding-top: 5px !important;padding-bottom: 5px !important; margin-bottom: 0px; }
    .fabric-section { padding-top: 20px !important; padding-bottom: 0px !important; }
    .social-section .col-xs-12{ width: 100%; display: block !important; text-align: center; padding-bottom: 0px; }
    .primary-menu-trigger, #page-menu-trigger { position: relative; top: 4px; }
    .content-wrap { position: relative; padding: 50px 0px; overflow: hidden; }
    .logo-mobile{ display: block!important; }
    .logo-desktop{ display: none!important; }
    #logo { top: 5px; width: 49%; }
    #top-search { display: none; }
    .b2b-btn { padding: 12px 20px !important; font-size: 13px!important; margin-left: 15px; font-weight: 600; letter-spacing: 0.4px; }
    .slide-div { position: relative; top: 175px; }
    #footer .footer-widgets-wrap { margin: 0px; padding: 30px 0px 25px !important;  }
    #footer h4, #footer .h4 { font-size: 19px; margin-bottom: 5px; font-weight: 600 !important; }
    .widget_nav_menu li, .widget_links li, .widget_meta li, .widget_archive li, .widget_recent_comments li, .widget_recent_entries li, .widget_categories li, .widget_pages li, .widget_rss li { display: flex; padding: 0.25rem 0; font-size: 15px; }
    .footer-widgets-wrap .text-lg-end .h2{ margin-bottom: 0px; }
    #copyrights { padding: 15px 0px!important; }
    #copyrights .col-md-6{ padding: 0px 0px 4px; }
    .cat-card .p-4 { padding: 20px 20px !important; }
    .cat-card p { width: 50% !important; margin-bottom: 5px; }
    .cat-card .button { padding: 3px 8px !important; }
    .product { position: relative; padding: 0px 30px !important; }
}
@media (max-width: 400px) {
    .section { padding: 33px 0px 0px; }
    .section.video-section { margin-top: 40px !important; text-align: center; }
    .section.collection-section { margin-top: 0px !important; padding-top: 5px; margin-bottom: 0px; }
    .section.social-section { margin-top: 0px !important; padding-top: 5px !important;padding-bottom: 5px !important; margin-bottom: 0px; }
    .fabric-section { padding-top: 20px !important; padding-bottom: 0px !important; }
    #logo { top: 5px; width: 46%; }
    .slide-div { position: relative; top: 135px; }
    .title-style2 {  font-size: 24px; }
    .slide-btn { font-size: 17px !important; padding: 10px 20px !important; }
    .product { position: relative; padding: 0px 30px !important; }
    .cat-card .p-4 { padding: 0px 20px !important; }
    .cat-card p { width: 50% !important; margin-bottom: 5px; }
    .cat-card .button { padding: 3px 8px !important; }
    .subtitle-style { font-size: 25px; }
    :root{
        --cnvs-header-height: 70px;
    }
}
.product-gallery-thumbs {
    width: 100%;
}
