<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********** Template CSS **********/
:root {
    --primary: #f89838;
    --light: #EFF5FF;
    --dark: #000;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item img {
    width: auto;
    height: 100% !important;
}
.owl-carousel .owl-item video {
    width: auto;
   
}
.thumbnail{position: relative;}
.category img {
    outline: 2px solid white;
    outline-offset: -30px;
   
  }
  
  .hover01  img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	 
}
.hover01:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.5;
}
.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 18px;
    font-weight: bold;
	transition: .5s ease;
	opacity: 0;
  }
  .caption-btm {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f89838;
    font-size: 16px;
	transition: .5s ease;
	opacity: 0;
    
  }
  .category:hover .caption {
	  opacity: 1;
	}
 .category:hover .caption-btm {
	  opacity: 1;
	}
  .caption-icon{
    font-size: 16px;
    color: #000;
    
  }
/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
	background-color: #f89838;
    border-color:#f89838;
}
.text-primary {
    color: #f89838 !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
	margin-top: 1rem;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}
.shadow-sm{
	background-color:rgb(255,255,255,.9);
}
.navbar {background-color:rgb(255,255,255,.9);}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .owl-carousel-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: url(../img/header-page.jpg) top center no-repeat;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Service ***/
.service-item {
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.gallery .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: #EFF5FF;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.gallery:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.btn.btn-framed {
    margin-top: 30px;
}
.btn.btn-link .arrow, .btn.btn-framed .arrow {
    margin-bottom: 2px;
}


.bg-dark .btn.btn-framed {
    border-color: #fff;
    --icon-color: #fff;
    --text-color: #fff
}

.bg-dark .btn.btn-framed:hover,.bg-dark .btn.btn-framed:focus,.bg-dark .btn.btn-framed:focus-within,.bg-dark .btn.btn-framed:focus-visible {
    --icon-color: #000;
    --text-color: #000;
    --background-color: #fff
}

.content .btn.btn-framed {
    margin-top: 20px
}
.catalogue_header {
    width: 100%;
    flex-wrap: wrap;
    padding: 1rem;
    background: #b9b9b9;
   
}
.toolbar {
    line-height: 30px;
    align-items: center;
}
.cat-menu {
    padding-top: 3rem;
}
.category-filter {
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding-top: 7.5rem;
}
.category-filter li {
    padding-left: 2rem;
    padding-right: 2rem;
    list-style: none;
    border-right: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    
}
.catalogue_header_btn_selected{
    color: var(--primary) !important;
}
.catalogue_header_btn_selected a{
    color: var(--primary) !important;
}
.filtro_design {
    /* height: 24px; */
    border: 2px solid #CFCAC3;
    padding: .2rem;
}
.catalogue_header_btn_selected a{
    color: #000;
    background-color: transparent;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 12px;
}
.catalogue_header_btn{
    background-color: transparent;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}
.catalogue_header_btn a{
    background-color: transparent;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}
.subcategory {
    padding-top: 2rem;
   
}
.content {

    margin: auto;
    max-width: 1640px;
}
figure.snip0013 {
    position: relative;
    overflow: hidden;
   
   
    width: 100%;
    background: #000000;
  
  }
  figure.snip0013 img {
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  figure.snip0013 &gt; div {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
  }
  figure.snip0013 &gt; div a {
    color: #ffffff;
  }
  figure.snip0013 &gt; div a i {
    font-size: 25px;
    opacity: 0;
    top: 50%;
    position: relative;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: inline-block;
  }
  figure.snip0013 &gt; div a i.left-icon {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  figure.snip0013 &gt; div a i.right-icon {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  figure.snip0013 &gt; div::before {
    position: absolute;
    top: 30px;
    right: 50%;
    bottom: 30px;
    left: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  figure.snip0013:hover img {
    opacity: 0.35;
    cursor:pointer;
  }
  figure.snip0013:hover &gt; div i {
    opacity: 0.9;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    cursor:pointer;
  }
  figure.snip0013:hover &gt; div i.left-icon {
    -webkit-transform: translate3d(-25%, -50%, 0);
    transform: translate3d(-25%, -50%, 0);
  }
  figure.snip0013:hover &gt; div i.right-icon {
    -webkit-transform: translate3d(25%, -50%, 0);
    transform: translate3d(25%, -50%, 0);
  }
  figure.snip0013:hover &gt; div::before {
    background: rgba(255, 255, 255, 0);
    left: 30px;
    right: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    cursor:pointer;
  }
  .space-bottom{ margin-bottom:3rem;}
  .subcategory a {
      text-decoration:none;
      font-size:20px;
      color:#000;
      
      margin-top:2rem;
  }
  h2{
    font-weight: 400;
   -webkit-font-feature-settings: "lnum" 1;
   -moz-font-feature-settings: "lnum" 1;
   font-feature-settings: "lnum" 1;
   text-transform: uppercase;
   color: #000;
   margin-top: 24px;
   margin-bottom: 12px;
  
}
.overlay-image-container img {
   margin: 0 auto;
}
.overlay-image-container, .overlay-vtext-container {
   display: block;
   position: relative;
   text-align: center;
  
}


.overlay-Label {
   width: 100%;
   position: absolute;
   bottom: 0;
   font-weight: 600;
   display: block;
   line-height: 1.25;
   background: rgba(196, 126, 0,.8);
}
.newtag {
   position: absolute;
   width: auto;
   font-size: 12px;
   font-weight: 400;
   padding: 5px 10px 5px 10px;
   color: #fff;
   background-color: #000;
   z-index: 99;
   margin: -20px 10px 10px -14px;
}
.newtag::after {
   content: "";
   position: absolute;
   width: 0;
   height: 0;
   left: 0;
   top: 100%;
   border-width: 5px 7px;
   border-style: solid;
   border-color: #5c5c5c #5c5c5c transparent transparent;
}
.categorytype_text p {
   font-size: 14px;  
   font-family:"Poppins-Black" !important;
   line-height:3rem;
   
}
.categorytype_text  {
   border: 4px solid #b9b9b9;
   min-height: 475px;
   padding:4rem;
}

.subcategory .card{
    padding: 0 .5rem 0 .5rem;
    background-color: transparent;
    border:none;
    margin-bottom:2rem;
    border-radius: 0px;
}
.overlay-image-container{
    padding: 0px;
}
.subcategory figure {
    margin: 0 0 0rem;
}
.subcategory .card-body {
    background-color: #fff;
    position: absolute;
    bottom: 0;
}

.vid-border:after {
  content: '';
  height: 20%;
  width:20%;
  border:4px solid #fff;
  
  position: absolute;
  right:40%;
  top: 40%; 
  
  
}
#vid {
  

}
.header_area {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.dropdownmenus {
    background-image: url("https://www.caesarstoneus.com/wp-content/uploads/2020/12/ccc155555-2048x663.jpg");
    position: fixed!important;
    top: calc(var(--header-height) - var(--topbar-height,0px))!important;
    left: 0!important;
    width: 100%!important;
    height: 550px;
    max-height: calc(100vh - var(--header-height));
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    box-shadow: 0 -2px 0 -1px rgba(255,255,255,.35) inset;
    display: flex!important;
    padding: 0!important;
    transform: none!important;
    will-change: visibility,opacity!important;
    visibility: hidden;
    opacity: 0;
    transition: top .3s,visibility .25s,opacity .2s;
    margin-top: .5rem;
}
body .dropdownmenus {
    text-align: left;
}
.dropdownmenus .drop-item  {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    flex-basis: 100%;
    max-width: 20%;
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
    cursor: pointer;
    transition: padding .25s;
    will-change: padding!important;
    border-right: 1.5px solid rgba(255,255,255,.30);
}
.show .dropdownmenus{
    /* opacity: 1; */
    opacity: 1;
    visibility: visible;
   
}
.show .nav1  {
    /* opacity: 1; */
    
    animation-duration: .30s;
    animation-delay: .07;
    animation-name: bounce;
}
.show .nav2  {
    /* opacity: 1; */
    
    animation-duration: .35s;
    animation-delay: .14;
    animation-name: bounce;
}
.show .nav3  {
    /* opacity: 1; */
    
    animation-duration: .40s;
    animation-delay: .21;
    animation-name: bounce;
}
.show .nav4  {
    /* opacity: 1; */
    
    animation-duration: .45s;
    animation-delay: .28s;
    animation-name: bounce;
}
.dropdownmenus .drop-item{
   align-items: center;
   padding-top: 4rem;
}
.dropdownmenus .drop-item a{
    font-size: 1.5rem;
    color: #fff;
}
.menu-text{padding-left:1rem !important;}
.dropdownmenus .drop-item span{
    font-size: 1.5rem;
    color: #fff;
    font-weight: lighter;
    padding-left: .5rem;
}
.category-intro h2{color:#f89838;}
.category-intro p{ color: #838383;
    font-weight: normal;}
   
.dropdownmenus a:hover i {
    transform: translateX(10px);
   }
.dropdownmenus .drop-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,0.11) 0%,rgba(0,0,0,0.15) 17.91%,rgba(0,0,0,0.8) 100%);
    opacity: 0;
    transition: opacity .35s;
    pointer-events: none;
    z-index: 0;
}
@keyframes slidein {
    from {
      margin-right: 10px;
      
    }
  
    to {
      margin-left: 0%;
      
    }
  }
  @-webkit-keyframes bounce { 
    0% {-webkit-transform: translateY(-120px);}    
   100% {-webkit-transform: translateY(0);}
 } 
 
 @keyframes bounce { 
    0% {-webkit-transform: translateY(-120px);}    
    100% {-webkit-transform: translateY(0);}
 }
 .navbar-collapse {
   
    padding-left: 6rem;
}
.bgwhite{
    background-color:#fff !important;
}
.menu-text{font-size:14px !important;font-weight:normal;}
.lg\:max-w-5xl {
    max-width: 64rem;
}
.lg\:flex {
    display: flex;
}
.lg\:flex-wrap {
    flex-wrap: wrap;
}
.w-full {
    width: 100%;
}
.text-brand-textPink {
    --text-opacity: 1;
    color: #838383;
   
}
.mb-1 {
    margin-bottom: .25rem;
}
.mr-1 {
    margin-right: .25rem;
}
.p-3 {
    padding: .75rem;
}
.leading-none {
    line-height: 1;
}
.border-2 {
    border-width: 2px;
}
.border-brand-pink {
    border: 1px;
    border-color: #EEEEEE;
    
}
.bg-brand-pink {
   background-color:#EEEEEE;
}
.filter-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg,transparent 50%,#d3d3d3 0),linear-gradient(135deg,#d3d3d3 50%,transparent 0);
    background-position: calc(100% - 20px) calc(1em + 6px),calc(100% - 15px) calc(1em + 6px),100% 0;
    background-size: 5px 5px,5px 5px,2.5em 3em;
    background-repeat: no-repeat;
}
.lg\:flex-no-wrap {
    flex-wrap: nowrap !important;
}
form .btn.default {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.lg\:w-auto {
    width: auto !important;
}
.duration-300 {
    transition-duration: .3s;
}
.tracking-wider {
    letter-spacing: .05em;
}
.uppercase {
    text-transform: uppercase;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.flex {
    display: flex;
}
.btn.default {
    --bg-opacity: 1;
    background-color: var(--primary) !important;
 
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
    border-width: 2px;
    border-color: transparent;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius:0px;
}
.md\:mr-1 {
    margin-right: .25rem;
}
.mb-1 {
    margin-bottom: .25rem;
}
.self-end {
    align-self: flex-end;
}
.border-brand-primary {
    --border-opacity: 1;
    border-color: #d3d3d3;
    border-color: rgba(196,67,152,var(--border-opacity));
}
.text-brand-primary {
    --text-opacity: 1;
    color: #d3d3d3;
    color: rgba(196,67,152,var(--text-opacity));
}
.product-item span {
    transform: scale(0);
    transition: width .3s,transform .3s;
    width: 0;
}
.product-item:hover  {
   color:var(--primary) !important;
}
.product-item:hover span{transform:scale(1);width:25px}
.inline-block {
    display: inline-block;
}
.owl-thumbs .owl-stage{display:flex;margin:auto;}
.product-thumbs img {
 
  border-radius: 50%;
  overflow: hidden;
  cursor:pointer;


}
.owl-thumbs .owl-nav{display:none}
.owl-thumbs .current img{border:2px solid #f89838;}
.productImg .owl-prev {
    position: absolute;
    top: 40%;
    left: 1rem;
    color: #f89838;
    font-size: 1.5rem;
    background: rgb(255,255,255,.6);
    border-radius: 50%;
    padding: .5rem;
}
.productImg .owl-next {
    position: absolute;
    top: 40%;
    right: 1rem;
    color: #f89838;
    font-size: 1.5rem;
    background: rgb(255,255,255,.6);
    border-radius: 50%;
    padding: .5rem;
}
.product-intro p{color:#7a7e88;}
.productImg .owl-prev,
.productImg .owl-next 
{
  opacity: 0;
  transition: opacity 800ms;
}

.productImg:hover .owl-prev,
.productImg:hover .owl-next
{
    opacity: 1.0;
}
.product-image-link a{
    background-color: transparent;
    color: #494b4e;
    text-transform: uppercase;
    padding-left: 1rem;
    
}

.product-image-link span{
    color:#f89838;
}
.arrow-hover:hover span {
    transform: translate(-5px);
}
.arrow-hover span {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    transition-duration: .1s;
}
.similarProducts .owl-prev {
    position: absolute;
    top: 40%;
    left: 1rem;
    color: #f89838;
    font-size: 1.5rem;
    background: rgb(255,255,255,.6);
    border-radius: 50%;
    padding: .5rem;
}
.similarProducts .owl-next {
    position: absolute;
    top: 40%;
    right: 1rem;
    color: #f89838;
    font-size: 1.5rem;
    background: rgb(255,255,255,.6);
    border-radius: 50%;
    padding: .5rem;
}
.similarProducts .owl-prev,
.similarProducts .owl-next 
{
  opacity: 0;
  transition: opacity 800ms;
}

.similarProducts:hover .owl-prev,
.similarProducts:hover .owl-next
{
    opacity: 1.0;
}
.page-heading{
    position: absolute;
    top: 12rem;
    left: 4rem;   
 }
 .page-heading h1{
    font-size: 2rem;
    color:#fff;
 }

 .page-wrapper:after {
    content: '';
    height: 50%;
    width: 13%;
    border: 3px solid #fff;
    position: absolute;
    right: 32rem;
    top: 8rem;
}
.page-top{
    margin-top: 4rem;
    text-align: center;
   padding-left: 12rem;
   padding-right: 12rem;
}
.page-care{
    margin-top: 4rem;
    text-align: center;
   padding-left: 4rem;
   padding-right: 4rem;
}
.page-top h2{
    color: #333;
    font-weight:400;
    font-size: 40px;
    letter-spacing: -.5px;
}
.section-gap{ margin-top: 6rem; overflow: hidden;}
.col-gap-left{padding-left: 8rem;padding-right: 4rem;}
.col-gap-right{padding-left: 4rem;padding-right: 8rem;}
.care ul {
  margin: 0;
  padding:2rem;
  display: flex;

}
.care{
    padding-top:8rem;
    padding-bottom:2rem;
}
.care ul li {
  list-style: none;
  margin: 0 3rem;
}
.care-img {
 
    border: 1px solid;
    padding: 1rem;
}
.care-img img{vertical-align:middle}
.care  ul li a {
  position: relative; 
  display: block;
  text-align: center;
  line-height: 63px;
  font-size: 30px;
  color: #666;
  transition: .5s;
}

.care  ul li .care-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}
.care-caption{text-align:center;padding:.5rem;}

.care ul li .care-img:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px #f89838;
}

.care  ul li .care-img:hover {
  color: #f89838;
  box-shadow: 0 0 10px #f89838;
  text-shadow: 0 0 10px #f89838;
  transform: scale(.9); 
}</pre></body></html>