/** Shopify CDN: Minification failed

Line 1159:0 Expected identifier but found "#padding-left"
Line 1160:0 Expected identifier but found "#padding-right"
Line 1529:7 Unexpected "27"
Line 3376:11 Expected identifier but found whitespace
Line 3376:12 Unexpected "0"
Line 4630:0 Comments in CSS use "/* ... */" instead of "//"
Line 4808:2 Unexpected "{"

**/
.remove-d-none{
   display:unset!important;
}

* {
	box-sizing: border-box;
      letter-spacing: 0.095rem;
      line-height: 1.5;
}

/* .page-container {
	margin-top:80px !important;
} */
span.border-wtih-padding-10 span {
    display: contents;
    border: 1px solid #000;
}
span.border-wtih-padding-10 span.active {
    width: 30px !important;
    height: 17px !IMPORTANT;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.color-list span.active {

    /* 	 box-shadow: 0px 0px 10px rgb(0 0 0 / 30%); */
         box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}
.color-list span {

	 box-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
}
span.color-swatch
{
    box-shadow: 0px 2px 2px rgb(0 0 0 / 40%);
}
span.color-swatch.option_input.active
{
  box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}
body {
    margin: 0;
  	padding:0;
    font-family: "montserrat", sans-serif;
     color: black; 
    background-color: #fff;
  width:100%;
  height:100vh;
}

html {
	padding:0;
  	margin:0;
}
.container{
	width:100%;
  	max-width:1200px;
}

h1,h2,h3,h4,h5,h6,p {
	font-family: "montserrat", sans-serif;
}
h2 {
    font-size: 30px;
    color: #363636;
    font-weight: 600;
}
.marquee-text-wrap {
    overflow: hidden;
}
.marquee-text-content {
    width: 100000px;
}
.top-message-wrapper .top-message .marquee-text-wrap .marquee-text-content .marquee-text-text span {
    margin-right: 2rem;
    position: relative;
    font-size: 0.6875rem;
}
header.mh-sticky {
    transition: all 250ms ease-in-out;
}
.mh-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.top-bar {
	padding:10px 0;
}

.fixednav {
    background: #fff;
    position:fixed;
    top:45px;
    left:0;
    width:100%;
    z-index: 10;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  transition:all 0.35s ease;
}
/* .fixednav {
	position:fixed;
    top:45px;
    left:0;
    width:100%;
    z-index:111111111111111;
    background-color:#fff;
    padding-bottom: 10px !important;
    transition:all 0.35s ease;
} */
.top-nav{
  -webkit-transform: translate3d(0,-110%,0);
    transform: translate3d(0,-110%,0);
    transition:all 0.35s ease;
}
/* header.header_area.fixednav.top-nav.fixednav01 {
    position: relative;
  transition:all 250ms ease-in-out;
} */
.top-nav {
	top:0;
  transition:all 0.35s ease;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.top-nav1 {
	top:0!important;
  transition:all 0.35s ease;
  background-color:#273052!important;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.top-bar {
	background-color:#fff;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
header .header {
    z-index: 100;
    transition: all 250ms ease-out, margin-right 0ms linear;
}
ul.navbar-nav {
    margin: 0 auto;
}
.menu-right ul {
    display: flex;
  align-items: center;
}
.navbar-light .navbar-nav .nav-link {
    color: #273052;
  font-size: 16px;
    text-transform: uppercase;
  letter-spacing: 2px;
  transition:0.5s all;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #5cdaf9 !important;

}

.navbar-light .navbar-nav .nav-link.active {
    color: #5cdaf9 !important;

}
a.nav-link.login {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 20px;
   margin-right: 0px; 
}
a.nav-link {
    color: #273052;
      font-size: 20px;
}
ul.navbar-nav li {
    padding: 0 15px;
}
marquee span b{
    margin-right: 2rem;
    position: relative;
    font-size: 0.6875rem;
  color:rgb(34,46,80);
}
.marquee{
  width:100%;
  height:20px;
  animation-name:marquee-animation;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
}

.nav-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.nav-link.menu-right-box {
    border: 1px solid #273052;
  	font-size: 9px;
  opacity: 0.5;
}
a .nav-link i{
	font-size:12px;
}


.navbar-light .navbar-toggler {
	border-color:transparent !important;
}
section.stain-section {
    background: #F4F4F4;
    position: relative;
    padding: 30px 0;
  margin-top:50px;
}
header.main-header {
    padding-bottom: 15px;
}
.stain-box {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5px 0px; 
}

.stain-box:after {
	position:absolute;
  	content:'';
    width:100%;
    height:100%;
    top:0;
    right:0;
    border-right:1px solid rgba(0,0,0,0.2);
}
.stain-box h3 {
    font-size: 16px;
    color: #363636;
    font-weight: 600;
    padding-top:5px;
}
p.stain-text {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #363636;
  
}
.stain-img {
    height: 50px;
}

/******product slider********/
.product-thumbnail-slider-nav{
    padding:40px 0;
}
.slider-box h2{
    text-align: center;
    margin-bottom:30px;
}
#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.slider-box ul li {
    display: block;
    float: left;
    cursor:pointer;
}
.lSSlideWrapper.usingCss ul li img {
/*     width: 100%; */
    height: 100%;
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
}
.lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}
lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li{
  border-radius: 0;
}
lSSlideOuter .lSPager.lSGallery li.active:hover, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 64px;
    max-width: 100%;
}
.codes{
	bottom: 5%;
	left: 5%;
	position: fixed;
  }
  .codes div {
	border: 2px solid black;
	font-size: 20px;
	padding: 10px;
	background-color: red;
  }
  .codes div a{
	text-decoration: none;
	color: white;
	font-weight: 800;
  }
	.lSSlideOuter.vertical {
   padding-left: 110px !important;
   padding-right: 0 !important;
}
.lSSlideOuter.vertical .lSGallery {
   position: absolute !important;
   left: 0 !important;
   top: 0;
}
ul.lSPager.lSGallery {
    padding-right: 50px;
}
.lSSlideWrapper.usingCss {
    margin-left: 180px;
}
.product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-content span {
    font-size: 22px;
    font-weight: 700;
      padding-bottom: 5px;
     color: black;
}
a.main-btn {
    color: #fff;
    background: #363636;
    padding: 10px 30px;
    text-transform: capitalize;
    border: 1px solid;
    transition: 0.5s all;
  text-decoration:none;
}
a.main-btn:hover{
	color: #363636;
    background: #fff;
  transition: 0.5s all;
}
.product-content h3 {
    font-size: 12px;
    font-weight: 600;
    color: #9D9D9D;
    text-transform: capitalize;
/*     line-height: 50px; */
      padding-top: 12px;
}
h3.prowish {
    font-family: "montserrat", sans-serif!important;
}
.btn-cart{
  position:relative;
}
.btn-cart span {
    font-weight: 900;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 10px;
}
li.nav-item a i {
    font-size: 25px;
}
.product-details {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.product-color {
    height: 25px;
    width: 50px;
}
.product-color.clr-1 {
    background: #243A61;
}
.product-color.clr-2{
    background: #232B6E;
}
.product-color.clr-3{
    background: #000000;
}
.product-color.clr-4{
    background: #896849;
}
.product-color.clr-5{
    background:#8B8E8C;
}
.product-color.clr-6{
    background: #023C2D;
}
.product-color.clr-7{
    background: #B90220;
}
.product-color.clr-8{
    background: #FFFFFF;
}
ul.color-list li {
    margin-right: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.product-details p {
    color: #363636;
    font-size: 22px;
    font-weight: 600;
}
.product-details span {
    color: #363636;
    font-size: 16px;
    font-weight: 700;
}
.color-list li{
	display:inline-block;
}
.product-details h4 {
    font-size: 12px;
    font-weight: 600;
    color: #363636;
/*     text-transform: capitalize; */
}
section.product-thumbnail-slider-nav span {
    font-size: 12px;
    color: #363636;
    font-weight: 600;
}
section.tab-section, section.why_forma-section {
    position: relative;
    padding: 80px 0 0 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white!important;
    background-color: #363636!important;
    padding: 20px 50px !important;
}

.nav-pills .nav-link:hover {
	color:#D0D0D0;
} 
.nav-pills .nav-link {
    border-radius: 0;
}
.nav-pills a.nav-link {
    color: #A1A1A1;
    font-size: 16px;
  	font-weight:600;
    text-transform: uppercase;
  padding:20px 50px;
}

ul.nav.nav-pills {
    border-bottom: 1px solid #00000026;
}
.tab-inner-content p {
    color: #7A7A7A;
    font-size: 14px;
    font-weight: 400;
}
.tab-inner-content p span {
    font-size: 18px;
    color: #363636;
}


.tab-inner-content ul {
	 margin-left: 30px;
     margin-top: 20px;
     margin-bottom: 20px;

}
.tab-inner-content ul li {
  list-style-type:disc;
	color: #7A7A7A;
    font-size: 14px;
    font-weight: 400;
}

#Dimension ul {
      margin-left: 0;
     margin-top: 20px;
     margin-bottom: 20px;

}
#Dimension ul li {
  list-style-type:none;
	color: #7A7A7A;
    font-size: 14px;
    font-weight: 400;
}

#tests ul {
	position:relative;
	 margin-left: 50px;
     margin-top: 20px;
     margin-bottom: 20px;

}

#tests .test-tab  li {
	color: #7A7A7A;
    font-size: 14px;
    font-weight: 400;
   margin-top: 5px;
     margin-bottom: 5px;
  list-style-type:none;
}

#tests .test-tab  li:after {
	position: absolute;
    content: '';
    left: -28px;
    background-image: url(https://cdn.shopify.com/s/files/1/0610/9934/4103/t/2/assets/tick-for.png?v=1637049825);
    width: 20px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  
}
.product-page-title h2{
	position:relative;
  	padding-bottom:12px;
}
.product-page-title h2:after {
    content: "";
    background: #273052;
    width: 8%;
    height: 5%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-img {
     overflow: hidden;
    text-align: center;
    transition: 0.5s all;
    position: relative;
    transition: 1s all;
    height: 300px;
}

.product-img-overlay {
  	display:none;
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
  transition:1s all;
}

 .pro-a {
  	display:none;
	position:absolute;
  	top:45%;
  color:#fff;
   transition:1s all;
}

.product-img:hover .product-img-overlay{
	display:block;
  transition:1s all;
  
}

.product-img:hover .pro-a{
	display:inline-block;
  transition:1s all;
  
}

.product-img img {
   transition:0.5s all;
      display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-img:hover img {
/* 	transform:scale(1.2); */
/*   background: url("/cdn/shop/t/2/assets/01.png?v=1637141993") no-repeat scroll right top; */
}
.para-text{
    font-size: 14px;
    color: #363636;
  letter-spacing: 0.5px;
}
.product-page-title p {
    padding-top: 15px;
  padding-bottom:30px;
}

.product-page-title {
    padding: 0 38px;
}
.product-slider-box {
    text-align: center;
}

.product-slider-box img {
	width: 300px!important;
    height: 300px!important;
    object-fit: contain!important;
}

.products-slider.owl-carousel .owl-item img {
	display:inline;
}
.product-slider-box span {
  display:block;
    font-size: 14px;
    color: #363636;
    font-weight: 600;
  text-transform: uppercase;
}
.product-slider-details p {
    font-size: 14px;
    color: #363636;
    padding: 0 5px;
  height:100px;
  margin:0;
}
.product-slider-details .product-color {
    height: 15px;
    width: 25px;
}
section#product-slider {
    position: relative;
    padding: 80px 0;
}
.owl-carousel.products-slider.owl-theme.owl-loaded.owl-drag {
    padding-top: 30px;
}
.product-slider-details ul.color-list li {
    margin-right: 5px;
  margin-left: 5px;
}
.advisor-text {
    background-color: #273052 !important;
      padding:20px 10px;
}
.advisor-text p {
    font-size: 13px;
    color: #fff;
}
.advisor-text h2{
	position:relative;
  padding-bottom: 10px;
      color: #fff;
  font-size:25px;

}

.advisor-text h6 {
	font-size:12px;
     color: #fff;

}
.advisor-text h2:after {
    content: "";
    background: #fff;
    width: 22%;
    height: 3%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
section.advisor-section {
    position: relative;
    margin: 0 0 80px 0 ;
}
.advisor-section-grey{
	position:relative;
  
}
.advisor-section:before {
    content: "";
    background: #F4F4F4;
    width: 20%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: -1;
}
footer.footer-section {
    position: relative;
    background: #273052;
  padding-top:40px;
  padding-bottom:40px;
      letter-spacing: 0.095rem;

}
/* .footer-logo img {
    width: 21%;
} */
.footer-logo {
    text-align: center;
    padding-bottom: 10px;
}
.footer-box h3 {
  	position:relative;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
  padding-bottom:8px;
  font-family:"montserrat", sans-serif;
}
ul.footer-links li a {
    color: #fff;
    font-size: 10px;
    text-transform: capitalize;
    text-decoration: none;
  transition:0.5s all;
}

ul.footer-links li a:hover {
    color: #5cdaf9 !important;
}
.footer-box h3:after{
	content: "";
    background: #fff;
    width: 10%;
    height: 3%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.input-subcripe {
    display: flex;
    justify-content: center;
}
.input-subcripe input {
    background: transparent;
    border-width: 0px 0px 1px 0px;
    border-color: #fff;
    color: #fff;
    padding: 0px 10px 10px 10px;
}
.subscribe-right .form-control{
	border-radius:0;
}
.subscribe-right input::placeholder {
	color:#fff;
  font-size:.75rem;
}

.input-subcripe input:focus {
    background: transparent;
    outline: none;
    box-shadow: 0 0 0 transparent;
    border-color: #fff;
    color: #fff;
}
.input-subcripe button {
    border: 0;
    background: #fff;
    color: #273052;
  font-size:10px;
  padding: 8px 25px;
  transition:0.5s all;
}

.input-subcripe button:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.bg{
	background:#273052 !important;
/*   height:600px; */
}
.advisor-img {
	height:100%;
  width:100%;
}
.advisor-img img{
	width:100%;
}

.footer-detail {
	text-align:right;
  	padding-top:35px;
}
.footer-detail p {
	color:#fff;
  margin-bottom:0;
   
}


.footer-detail p:first-child {
	font-size:15px;
}
.footer-detail a {
	color:#fff !important;
  font-size:24px;
  text-decoration:none;
  transition:0.5s all;
}

.footer-detail a:hover {
    color: #5cdaf9 !important;
}

.footer-detail p:last-child {
	font-size:10px;
}

.link-white {
    color: #fff !important;
    transition: color 250ms ease-out;
}

.link-white i {
	font-size:22px;
  transition:0.5s all;
}

.link-white i:hover {
	color: #5cdaf9 !important;
}
.video {
	width:100%;
  height:100%;
      object-fit: none;

}
.playpause {
    
    background-repeat:no-repeat;
    width:20%;
    height:30%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
      z-index: 1;

}



/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.thumb-slide img {
	width:70px;
  	height:100px;
     object-fit: cover;

}

.mySlides img {
    max-width: 100%;
    max-height: 100%;
    width: 300px;
}

.thumb-slide .row {
  flex-direction:column;
}
.thumb-slide .vv {
	position:relative;
}

.thumb-slide .playpause {
      width: 12%;
	 height: 28%;
}

.thumb-slide .vv:after {
	position:absolute;
  content:'';
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: 1;
  background-color:rgba(0,0,0,0.4);
}
.xyz {
	text-align:center;

}
  
  
  
  #fade1 {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 14px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "\f00d";
  font-family: "FontAwesome"
}

#fade1:hover ~ #boxclose {
  display:none;
}


.footer-downlink ul li a {
	color:#fff;
 	 font-size:10px;
  transition:0.5s all;
}

.footer-downlink ul li a:hover {
	color: #5cdaf9 !important;
}
.footer-downlink ul span {
	color:#fff;
}


.fancybox-slide>* {

	background-color:transparent !important;
}


.fancybox-close-small {
    background: transparent !important;
    color: #fd2020 !important;
    opacity: 1 !important;
    top: 0 !important;
      right: 5px !important;
    z-index: 66666666666 !important;
}

.fancybox-close-small:focus {
	border:none !important;
  outline: none !important;
    box-shadow: 0 0 0 transparent !important;
}

.fixednav{
	z-index:11;
}



.product-single__thumbnails-slider-track {
/* display: block !important; */
position: absolute !important;
top: 0 !important;
  flex-direction:column;
}
.product-single__thumbnails-slider-track li {
width: 100% !important;
/* flex: 5% !important; */
display: block ;
}
.product-single__media img {
    object-fit: contain !important;
    height: 600px !important;
    margin: 0 auto!important;
    display: flex!important;
    justify-content: center!important;
}
.product-details p {
    font-size: 16px;
}
.product-details {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  padding-top:200px;
}
.product-single__media {
margin: 0 auto!important;
    min-height: 1px!important;
    width: 100%!important;
    height: 100%!important;
    position: relative!important;
    padding-top: 0!important;
    text-align: center!important;
    height: 320px !important;
    justify-content: center!important;
    object-fit: contain !IMPORTANT;
    display: block!important;
}
section.product-thumbnail-slider-nav span {
font-size: 12px !important;
color: #363636;
font-weight: 600 !important;
/* width:25px !important;
height:25px !important; */
}


@media only screen and (max-width: 800px) {

  
  .product-details{width:100%;}
  .product-single__media img {width:320px !important}
  
}


.input-group__field {
margin-bottom:0 !important;
}

.mt-language-menu .dropdown ul {
	flex-direction:column;
}

.xyz_NAVYBLUE span {
	background-color:#091222;
}

.color-list #NAVYBLUE {
	background-color:#091222;
}

.page-width {
#padding-left:0 !important;
#padding-right:0 !important;
max-width:100% !important;
}


.grid__item {
	position:relative;
}

span.fadeinop {
    margin-top: 2px;
    z-index: 9;
    position: absolute;
    top: -4%;
    left: 1.5%;
     color: #fff!important;
    background: #273052;
    padding: 1px 20px;
}
.product-list {
	margin-bottom:20px;
}
.slide-product {
	padding-left:100px;
  padding-right:100px;
  margin-top:120px;
}
.tab-section-padd {
  padding-left:100px;
  padding-right:100px;
}

.why-padd {
  padding-left:100px;
  padding-right:100px;
}


.product-padd {
padding-left:100px;
  padding-right:100px;
}

.lb-image {
	margin:0 auto;
}

.lb-outerContainer {
	width:60% !important;
  	height:60%!important;
}

.lb-closeContainer {
	position: absolute;
    top: 0;
    right: 50px;
}

.lb-details {
display:none!important;
}







/* .modal {
  display: block;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black!important;
  opacity:1!important;
}

 */
.modal {
	opacity:1!important;
  background-color:rgba(0,0,0,0.7);
}

/* The Close Button */


.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* img {
  margin-bottom: -4px;
}
 */



.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



  .overlay {
  position:absolute;
	content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,0.4);
  }


.add-fixed {
    position: fixed;
    right: 0;
    top: 24rem;
    transform: translateY(-50%);
    background: #fff;
/*     padding: 15px 20px 15px 20px; */
    padding: 16px 0 0 0;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 50%);
    text-align: center;
    z-index: 101;
  transition:1s display;
}
.add-fixed .product-content {
    padding: 0 25px;
}
.last-slide img {
	height:400px;
  object-fit:cover;
}
.last-slide .xyz .owl-nav {
	position: absolute;
    bottom: 0;
    left: -135px;
}

.last-slide .xyz  .owl-nav .owl-prev {
	font-size: 30px!important;
    background-color: #fff!important;
    padding: 0 17px!important;
  color:#273052 !important;
}


.last-slide .xyz  .owl-nav .owl-next {
	font-size: 30px!important;
    background-color: #fff!important;
    padding: 0 17px!important;
  color:#273052 !important;
}

.product-single__thumbnail {
	    opacity: 0.5;
}
.product-single__thumbnail.active-thumb {
	    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
      opacity: 1;
  border:0

}

span#BLUEVINYL {
    background-color: #007bff!important;
    width: 20px!important;
    height: 17px!important;
    display: inline-block!important;
    background-position: center!important;
    margin-right: 1px!important;
    text-color: black!important;
}

span#WHITEVINYL {
    background-color: #fff!important;
    width: 20px!important;
    height: 17px!important;
    display: inline-block!important;
    background-position: center!important;
    margin-right: 1px!important;
    text-color: black!important;
/*   border:1px solid #363636!important */
}

span#BLACKVINYL {
    background-color: #000!important;
    width: 20px!important;
    height: 17px!important;
    display: inline-block!important;
    background-position: center!important;
    margin-right: 1px!important;
    text-color: black!important;
}

ul.color-list {
/* 	padding-top:20px; */
      cursor: pointer;

}

/* 14-12-2021(Nilaya) */

/* collection */

.bar-top {
	margin-bottom:20px;
	margin-top:140px;
}

.collection-filter {
	display:flex;
}

.collection-filter .filter-box {
	margin-right:20px;
}

.bar-top p {
	font-size :15px;
      color: #273052;
  font-weight:600;

}


.bar-top p a {
	font-size :15px;
      color: #273052;
  font-weight:600;
  text-decoration:none;

}

.collection-inner-box-main1 {
	background-color:#273052;
  	color:#fff;
  padding:20px 30px;
  height:500px;
}

.collection-inner-box-main h1, .collection-inner-box-main p {
	color:#fff;
}

.collection-inner-box-main h1 {
	font-size:17px;
}
.product-content-nav h2 {
  font-size:17px;
  color:#fff;
}
.product-content-nav h3 {
    font-size: 13px;
    height: 10px;
}


.product-page-title h3 {
    position: relative;
    padding-bottom: 12px;
    font-size: 30px;
    color: #363636;
    font-weight: 600;
}

#ga-product_related h4 {
  font-family: "montserrat", sans-serif;
  color: #3a3a3a;
    font-size: 20px !important;
    text-align: center;
}

.collection-inner-box-main p {
	font-size:11px;
}

.collection-inner-box-main {
	position:relative;
  margin-bottom:20px;

}

.collection-inner-box-main .product-image-nav {
	position:relative;
     height: 400px;
    transition:0.5s all;

}

.product-image-nav img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
#intro 27-03#
.image-bar__content, .image-bar__item {
    position: relative;
    width: 98%;
    padding-left: 5px;
}
.collection-inner-box-main .product-image-nav img:nth-child(1) {
  position:relative;
  top:-10px;
}


.collection-inner-box-main .product-image-nav img:nth-child(2){
	position:absolute;
  	top:-10px;
  	left:0;
  	right:0;
    opacity:0;
}

.collection-inner-box-main .product-image-nav:hover  img:nth-child(1){
  
	opacity:0;
    transition:0.5s all;

}
.collection-inner-box-main .product-image-nav:hover  img:nth-child(2){
	opacity:1;
    transition:0.5s all;

}

.product-content-nav{
	text-align:center;
  transition:0.5s all;
  padding-left:20px;
  padding-right:20px;
}
  
.product-content-nav h2, .product-content-nav p, .product-content-nav h4{
	color:#273052;
    transition:0.5s all;
      font-family: 'Montserrat';


} 

.product-content-nav h2 {
	font-size:17px;
  height:20px;
}

.product-content-nav p {
	font-size:11px;
  font-size: 11px;
    font-weight: 500;
    font-family: 'Montserrat';
      line-height: 1.5;
  height:60px;
  margin-bottom:0;

}

.product-content-nav h4 {
	font-size:13px;
  height:10px;
}
.product-content-nav:hover h2, .product-content-nav:hover p, .product-content-nav:hover h4 {
	color:#5cdaf9;
}

/* header */

.navigation-landscape .megamenu-list {
	border:0!important;
}

.nav-menu>li.active>a, .nav-menu>li.focus>a, .nav-menu>li:hover>a {
	color:#5cdaf9!important;
}

.submenu-indicator {
	margin-top: 10px!important;
}


.nav-menu>li:hover .submenu-indicator{
	color:#5cdaf9!important;
}

.megamenu-list>li>a {
	color:#fff;
  transition:0.5s all;
}

.megamenu-list>li>a:hover {

	background-color:transparent;
  color:#5cdaf9!important;
}


.megamenu-list h4 {
	position:relative;
}


.megamenu-list h4:after {
    content: "";
    display: block;
    width: 28px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
}


header {
	padding-top:10px;
  	padding-bottom:10px;
}


/* about-family */

/* .about-banner {
	width: 100%;
	height: 70vh;
	overflow: hidden;
  position:relative;
}


.about-banner1 {
	width: 100%;
	height: 100vh;
	overflow: hidden;
  position:relative;
}


.about-banner-head {
    position: absolute;
    right: 0;
    top: 25%;
    width: 100%;
    text-align: right;
}

.about-banner-head1 {
    position: absolute;
    right: 0;
    top: 25%;
    width: 100%;
    text-align: center;
}

.about-banner-head h3 {
	color:#fff;
    font-size:17px;
    font-family:Montserrat;
    font-weight:200;
}

.about-banner-head1 p {
	color:#fff;
    font-size:18px;
    font-family:Montserrat;
    font-weight:400;
}

.about-banner-content {
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 100%;
    text-align: center;
}
.about-banner-content1 {
	position: absolute;
    right: 0;
    bottom: 10%;
    width: 100%;
    text-align: center;
}

.about-banner-content1 h1 {
	color:#fff;
      font-size:25px;
      font-family:Montserrat;
      font-weight:700;
  text-align:left;
    margin-bottom:20px;
}
.about-banner-content h1 {
	  color:#fff;
      font-size:25px;
      font-family:Montserrat;
      font-weight:700;
}

.about-banner-content h4 {
	color:#fff;
    font-size:20px;
    font-family:Montserrat;
    font-weight:100;
}

.about-banner-content p {
	color:#fff;
    font-size:44px;
    font-family:Montserrat;
    font-weight:200;
}

.about-banner-content2 p {
	color:#fff;
    font-size:17px;;
    font-family:Montserrat;
    font-weight:400;
  margin-bottom:13px;
  text-align:justify;
  padding-right:30px;
}
.about-banner-inner {
	overflow: hidden;
    border-radius: 0 0 50% 50%;
    width: 180%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
	background-size:cover;
    background-position:100% 30%;
    background-repeat:no-repeat;
}

.about-banner-inner1 {
	overflow: hidden;
    border-radius: 0 0 50% 50%;
    width: 180%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
	background-size:cover;
    background-position:100% 50%;
    background-repeat:no-repeat;
}

.about-banner-comm .about-banner-inner {
	overflow: hidden;
    border-radius: 0 0 50% 50%;
    width: 180%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
	background-size:auto;
    background-position:center;
    background-repeat:no-repeat;
}


.about-banner-comm .about-banner-inner h1 {
	color:#fff;
    font-size:20px;
    font-family:Montserrat;
    font-weight:700;
  	margin-bottom:24px;
}

.about-banner-comm .about-banner-inner p {
	color:#fff;
    font-size:14px;
    font-family:Montserrat;
    font-weight:400;
  line-height:20px;
  	margin-bottom:24px;
  text-align:justify;
}

.about-banner-comm .about-banner-inner h3 {
	color:#fff;
    font-size:25px;
    font-family:Montserrat;
    font-weight:200;
  text-transform:uppercase;
      text-align: end;

}

.about-banner-comm .about-banner-inner h3 span {
	color:#fff;
    font-size:47px;
    font-family:Montserrat;
    font-weight:200;
  text-transform:uppercase;
} */

.main-sec {
	 position: relative;
    width: 100%;
    overflow: hidden;
    border-radius:0 0 50% 50%/4%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  padding-bottom:150px;
    padding-top:150px;
  top:-48px;

}

.main-sec:after {
	overflow: hidden;
    border-radius: 0 0 50% 50%;
    width: 180%;
    height: 100%;
    position: absolute;
  content:'';
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.main-top p {
  	margin-top:50px;
  	margin-bottom:30px;
	color:#fff;
    font-size:18px;
    font-family:Montserrat;
    font-weight:400;
}

.main-bottom {
  	margin-bottom:30px;
}
.main-head h1 {
	color:#fff;
    font-size:25px;
    font-family:Montserrat;
    font-weight:700;
    text-align:left;
    margin-bottom:20px;
  
}

.main-bottom p {
    margin-right: 50px;
	color:#fff;
    font-size:14px;; 
    font-family:Montserrat;
    font-weight:400;
  margin-bottom:13px;
  text-align:justify;
 
}


.main-sec-fam {
	 position: relative;
    width: 100%;
    overflow: hidden;
    border-radius:0 0 50% 50%/4%;
    left: 50%;
    transform: translateX(-50%);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom:50px;
    padding-top:150px;
    top:-48px;


}

.main-top-fam {
	 position: absolute;
    right: 0;
    top: 25%;
    width: 100%;
    text-align: center;
}

.main-top-fam h3 {
	color:#fff;
    font-size:17px;
    font-family:Montserrat;
    font-weight:200;
  text-align:right;
   
}

.main-bottom-fam {
	position: absolute;
    right: 0;
    bottom: 10%;
    width: 100%;
    text-align: center;
}

.main-bottom-fam p {
	color:#fff;
    font-size:44px;
    font-family:Montserrat;
    font-weight:200;
  
}

.main-bottom-fam h1 {
	  color:#fff;
      font-size:25px;
      font-family:Montserrat;
      font-weight:700;
  
}

.main-bottom-fam h4 {
	color:#fff;
    font-size:20px;
    font-family:Montserrat;
    font-weight:100;
   
}

.main-sec-comm {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius:0 0 50% 50%/4%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom:150px;
  padding-top:200px;
  top:-48px;

}


.main-top-comm h1 {
	color:#fff;
    font-size:20px;
    font-family:Montserrat;
    font-weight:700;
  	margin-bottom:24px;
  
}

.main-top-comm p {
	color:#fff;
    font-size:14px;
    font-family:Montserrat;
    font-weight:600;
    line-height:20px;
  	margin-bottom:24px;
    text-align:justify;
 
}

.main-bottom-comm h3 {
	color:#fff;
    font-size:25px;
    font-family:Montserrat;
    font-weight:200;
    text-transform:uppercase;
    text-align: end;
   
}

.main-bottom-comm1 h3 {
	color:#fff;
/*     font-size:25px; */
    font-family:Montserrat;
    font-weight:400;
    text-transform:uppercase;
    text-align: left;
}

.main-bottom-comm h3 span {
	color:#fff;
    font-size:47px;
    font-family:Montserrat;
    font-weight:200;
    text-transform:uppercase;
}

.comm-inner {
	margin-top:100px;
}

.commit-section1 {
	margin-top:30px;
}
.commit-inner {
	margin-top:30px;
}

.commit-inner ul li {
	list-style-type:disc;
  	color:#273052;
    font-size:13px;
    font-family:Montserrat;
    font-weight:500;
	text-transform:uppercase;
	margin-bottom:16px;
  text-align:justify;
  margin-right:30px;
}

.commit-inner p {
  	color:#273052;
    font-size:13px;
    font-family:Montserrat;
    font-weight:500;
	text-transform:uppercase;
	margin-bottom:16px;
    text-align:justify;
    margin-right:30px;
}

.commit-section1 h2 {
    color:#273052;
    font-size:21px;
    font-family:Montserrat;
    font-weight:500;
    text-align:justify;
}

.sipplier-sec {
	background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
  width:100%;
  height:auto;
  margin-top:100px;
  position:relative;
  overflow:hidden;
  z-index:1;
  
}

.sipplier-sec  .container {
	    padding-top: 4.5rem !important;
    padding-bottom: 8rem !important;
 

}

.sipplier-sec:after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: -1;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}


.supplier-head {
    margin-top: -50px;
}

.supplier-img {
	position: absolute;
    top: -20%;
    left: -5%;
    z-index: -1;
    opacity: 0.1;
    width: 100%;
  transform:rotate(180deg);
}

.supplier-img img {
	width:100%;
}

.supplier-head {
	display:flex;
  align-items:baseline;
  
}

.supplier-head h3 {
	margin-bottom:0;
  margin-right:24px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
  font-size:23px;
  text-align:justify;
}

.supplier-head p {
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
  font-size:16px;
  text-align:justify;
}

.supplier-list {
	display:flex;
}

.supplier-list ul li {
	margin-bottom:15px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
  font-size:15px;
  position:relative;
  text-align:justify;
}

.supplier-list ul li:after {
	position:absolute;
  	content:'\f00c';
  	font-family:'FontAwesome';
  	top:0;
    left:0;
    width:20px;
    height:20px;
    font-size: 20px;
}

.supplier-positive-head h3 {
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
  font-size:23px;
  text-align:justify;
}

.supplier-positive p {
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
  font-size:17px;
  margin-bottom:16px;
  padding-right:30px;
  text-align:justify;
}

.supplier-positive ul li {
	font-weight: 400;
    line-height: 1.5;
    color: #fff;
  font-size:17px;
  margin-bottom:16px;
  list-style-type:disc;
  text-align:justify;
}

.supplier-positive-bottom p {
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
  font-size:17px;
  margin-top:30px;
  text-align:center;
}


.main-top-comm ul li {
	margin-bottom:15px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
  font-size:15px;
  position:relative;
  text-align:justify;
  list-style-type:none;
}

.main-top-comm ul li:after {
	position:absolute;
  	content:'\f111';
  	font-family:'FontAwesome';
  	top:0;
    left:0;
    width:20px;
    height:20px;
    font-size: 10px;
}

.ecology-head h2 {
	 font-weight: 700;
    line-height: 1.5;
    color: #273052;
  font-size:17px;
  margin-top:24px;
  margin-bottom:24px;
  text-align:left;
}

.ecology-head p {
	 font-weight: 400;
    line-height: 1.5;
    color: #273052;
  font-size:12px;
  	margin-bottom:0;
  text-align:left;
}

.ecology-middle {
	background-color: #f2f2f2;
    padding: 45px 20px 65px 20px;
    position: relative;
  margin-top:50px;
}

.ecology-middle::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-image: url(/cdn/shop/t/2/assets/triangle-down.png?v=1639654715);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 9.4%;
}

.ecology-middle h6 {
	 font-weight: 700;
    line-height: 1.5;
    color: #273052;
  font-size:18px;
  margin-bottom:24px;
  text-align:left;
}

.ecology-middle ul li {
	margin-bottom:15px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: #273052;
  font-size:15px;
  position:relative;
  text-align:justify;
  list-style-type:none;
}

.ecology-middle ul li:after {
	position:absolute;
  	content:'\f111';
  	font-family:'FontAwesome';
  	top:0;
    left:0;
    width:20px;
    height:20px;
    font-size: 10px;
}

.ecology-middle1 {
	margin-top:100px;
}

.ecology-middle1 p {
    font-weight: 400;
    line-height: 1.5;
    color: #273052;
    font-size:15px;
    text-align:center;
}

.ecology-middle2 {
	margin-top:50px;
}

.ecology-middle2 img {
    width: 70px;
    height: 100px;
    object-fit: contain;
    margin-right:24px;
}

.ecology-middle2 p {
    font-weight: 700;
    line-height: 1.5;
    color: #273052;
    font-size:18px;
    text-align:center;
}

.ecology-middle4 {
	margin-top:50px;
}

.ecology-middle4 h3 {
    font-weight: 700;
    line-height: 1.5;
    color: #273052;
    font-size:17px;
    text-align:left;
}

.ecology-middle4 p {
    font-weight: 400;
    line-height: 1.5;
    color: #273052;
    font-size:15px;
    text-align:left;
  margin-bottom:0;
}

.ecology-middle5 p {
   font-weight: 400;
    line-height: 1.5;
    color: #273052;
    font-size:15px;
    text-align:left;
  margin-bottom:0;
}

.eco-para {
    margin-bottom: 4.5rem !important;
}

.ecology-middle5 {
	margin-top:50px;
}

.ecology-middle3 h3 {
   font-weight: 700;
    line-height: 1.5;
    color: #273052;
    font-size:17px;
    text-align:left;
    margin-right:24px;
}

.ecology-middle3 a {
    position: relative;
    display: block;
    color: #292f50;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 32px;
    text-decoration: none;
    transition: .5s all;
    float: right;
}

.ecology-middle3 a:hover {
	color:#5cdaf9!important;
}



.ecology-middle3 hr {
	height: 1px;
    background: #292f50;
    width: 45%;
}

.eco-last {

	width:100%;
  height:100vh;
  background-size: cover;
  background-position:center;
    background-repeat: no-repeat;
}

/* passionate */

.passionate-image {
	margin-top:-100px;
      text-align: center;

}


.passionate-content {
	margin-top:20px;
}

.passionate-content h3 {
	color:#292F50;
    font-size:25px;
    font-family:Montserrat;
    font-weight:700;
}


.passionate-content h6 {
	color:#292F50;
    font-size:25px;
    font-family:Montserrat;
    font-weight:200;
}

.passionate-content p {
	color:#292F50;
    font-size:12px;
    font-family:Montserrat;
    font-weight:600;
    line-height: 25px;
}

.passionate-content p:first-child {
	margin-bottom:30px;
}
.start {
	margin-top:100px;
}

.start-image img {
	width:100%;    width: 100%;
    height: 400px;
    object-fit: cover;
}

.start-content h3 {
	color:#292F50;
    font-size:27px;
    font-family:Montserrat;
    font-weight:700;
  	margin-bottom:17px;
}


.start-content h6 {
	color:#292F50;
    font-size:19px;
    font-family:Montserrat;
    font-weight:200;
  	margin-bottom:17px;
    line-height: 30px;
}

.start-content p {
	color:#292F50;
    font-size:13px;
    font-family:Montserrat;
    font-weight:500;
    line-height: 20px;

}

.start-content p:first-child {
	margin-bottom:16px;
}

.start1 {
	margin-top:30px;
}

.bg-sec {
	width:100%;
  	height:60vh;
  	background-size:contain;
  	background-position:center;
	background-repeat:no-repeat;
}

.bg-sec p {
	color:#292F50;
    font-size:13px;
    font-family:Montserrat;
    font-weight:600;
    line-height: 20px;

}


.fire-sec {
	background-color:#292F50;
    padding-top:30px;
    padding-bottom:30px;
    text-align:center;
}

.fire-sec p {
	color:#fff;
    font-size:14px;
    font-family:Montserrat;
    font-weight:400;
    line-height: 25px;

}


.fire-sec h4 {
	color:#fff;
    font-size:20px;
    font-family:Montserrat;
    font-weight:500;
    line-height: 30px;
    margin-bottom: 20px;

}


.turn-section {
	width:100%;
  	height:100vh;
  	background-size:cover;
  	background-position:center;
	background-repeat:no-repeat;
  	position:relative;
  text-align:center;
}

.turn-section p {
	color:#fff;
    font-size:14px;
    font-family:Montserrat;
    font-weight:400;
    line-height: 25px;

}


.turn-section h4 {
	color:#fff;
    font-size:20px;
    font-family:Montserrat;
    font-weight:500;
    line-height: 30px;
    margin-bottom: 20px;

}
.turn-traingle {
	position:relative;
  	width:100%;
}

.triangle-bottom-right {
    width: 50%;
    border-bottom: 160px solid #fff;
    border-left: 1100px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.triangle-bottom-left {
    width: 50%;
    border-bottom: 160px solid #fff;
    border-right: 1100px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
}


.present {
	margin-top:20px;
}

.present p {
	color:#292F50;
    font-size:15px;
    font-family:Montserrat;
    font-weight:600;
    line-height: 20px;
  	text-align:center;
}

.present-inner {
	margin-top:30px;
}


.present-inner p {
	color:#292F50;
    font-size:13px;
    font-family:Montserrat;
    font-weight:500;
    line-height: 20px;
  	text-align:justify;
    padding-right: 30px;
}


.present-img {
	text-align:center;
  	margin-top:50px;
}

.present-img img {
	width:100%;
}

.present-center {
	margin-top:30px;
}

.present-center h4 {
	color:#292F50;
    font-size:21px;
    font-family:Montserrat;
    font-weight:400;
    line-height: 25px;
  margin-bottom:24px;
  margin-top:20px;
}

.present-center p {
	color:#292F50;
    font-size:15px;
    font-family:Montserrat;
    font-weight:500;
    line-height: 20px;
  	margin-bottom:32px;
}


.present-center a {
	position:relative;
  display:block;
      padding-top: 120px;
  color:#292F50;
    font-size:15px;
    font-family:Montserrat;
    font-weight:500;
    line-height: 20px;
  	margin-bottom:32px;
  text-decoration:none;
  transition:0.5s all;

}

.present-center a:hover {
	color:#5cdaf9!important;
}

.present-center a:after {
	content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 112px;
    background: #292F50;
    top: 0;
}

.present-center a:hover:after {
	background-color:#5cdaf9;
}

.last-image {
	margin-top:50px;
}

.last-img {
	text-align:left;
}


.last-img img { 
	margin-top:-263px;
}
 

.last-img1 {
	text-align:right;
}


.leading-content h5 {
    color:#292F50;
    font-size:30px;
    font-family:Montserrat;
    font-weight:200;
  	margin-bottom:0;
}

.leading-content p {
    color:#292F50;
    font-size:15px;
    font-family:Montserrat;
    font-weight:600;
  	margin-bottom:24px;
}


.leading-content a {
	position:relative;
  display:block;
/*       padding-left: 120px; */
  color:#292F50;
    font-size:15px;
    font-family:Montserrat;
    font-weight:500;
    line-height: 20px;
  	margin-bottom:32px;
  text-decoration:none;
  transition:0.5s all;
  float:right;

}

.leading-content a:hover {
	color:#5cdaf9!important;
}

.leading-content a:after {
	content: "";
    display: block;
    position: absolute;
    right: calc(100% + 10px);
    width: 112px;
    height: 1px;
    background: #292F50;
    top: 50%;
}

.leading-content a:hover:after {
	background-color:#5cdaf9;
}


@media only screen and (max-width: 1024px){
  .triangle-bottom-left {
      border-right: 768px solid transparent;
  }
  
  .triangle-bottom-right {
      border-left: 768px solid transparent;
  }
  
}


@media only screen and (max-width: 767px){
  .triangle-bottom-left {
      border-right: 250px solid transparent;
  }
  
  .triangle-bottom-right {
      border-left: 250px solid transparent;
  }
}


.find-more {
    font-size: 0.625rem;
    position: relative;
    color: #fff;
    transform: rotateZ(-90deg) translateX(-90%);
    display: inline-block;
    margin-top: 5px;
    transition: all 250ms ease-out;
}
/* .shop-drop{
  margin-top:10px;
} */
.about-drop {
	padding:0!important;
      background: transparent;
/*     margin-top: 10px; */
}

.about-drop ul {
	padding:0;
    margin:0;
    height:71vh;
}

.about-drop ul li{
	padding:0;
    margin:0;
}

.about-drop ul li {
	padding:0;
    margin:0;
  height:100%;
}

.about-drop ul li a{
	padding:0;
    margin:0;
  height:100%;
}

.about-drop .about-back {
	height:100%;
  background-size:cover;
  	background-position:center;
	background-repeat:no-repeat;
  	position:relative;
  	text-align:center;
/*   padding:20px 10px; */
}
.submenu-photo {
    display: block;
    z-index: 10;
    background: rgb(1, 8, 27,0.6);
    height: 100%;
    padding: 20px 0px;
}
.about-drop .megamenu-lists {
	height:100%;
}

.find-more::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(100% + 10px);
    width: 50px;
    height: 1px;
    background: #fff;
    top: 50%;
    transition: all 250ms ease-out;
}


.about-drop .sub-text .text-ns  {
    color:#fff;
    font-size:25px;
    font-family:Montserrat;
    font-weight:700;
  	margin-bottom:20px;
}

.about-drop .sub-text p  {
    color:#fff;
    font-size:17px;
    font-family:Montserrat;
    font-weight:400;
  	margin-bottom:0;

  
}


section.home-slider-Nav {
    margin-top: 40px;
}

.top-bar1 {
      position: relative;
	background-color:transparent!important;
  padding:10px 0!important;
  z-index:11111;
}
.top-bar1 span {
	color:#fff;
}
.header_area1 {
	background-color:transparent;
}

.fixednav1 {
	    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 111111111111111;
    background-color: transparent;
    padding-bottom: 10px!important;
    transition: all .35s ease;
}
.fixednav1 .navigation  {
	background-color:transparent
}

.header_area1 .nav-menu>li>a {
	color:#fff;
  
}

.header_area1 .submenu-indicator-chevron {
border-color:#fff
}

.header_area1 a.nav-link.login {
	color:#fff;
}

.header_area1 .nav-link img {
	width:24px;
  height:24px;
}

.header_area1 .btn-cart span {
color:#fff;
}

.nvx_family .footer-logo {
    position: absolute;
    z-index: 9999;
    display: block;
    bottom: 0;
    width: 100%;
}

.nav-menus-wrapper .shop-link{
	display:none;
}

.nav-menus-wrapper .btn-cart{
	display:none;
}

.nvx_mission .footer-logo {
    position: absolute;
    z-index: 9999;
    display: block;
    bottom: 0;
    width: 100%;
}


.nvx_commitment .footer-logo {
    position: absolute;
    z-index: 9999;
    display: block;
    bottom: 0;
    width: 100%;
  padding-bottom:40px;
}

.nvx_footprint .footer-logo {
    position: absolute;
    z-index: 9999;
    display: block;
    bottom: 0;
    width: 100%;
}

/* order-status */
section.order-status {
    margin-top: 100px;
  padding-top:100px;
  padding-bottom:100px;
}

.order-status h3 {
	color:#273052;
    font-size:17px;
    font-family:Montserrat;
    font-weight:700;
  	margin-bottom:16px;

}

.order-status p {
	color:#273052;
    font-size:10.2px;
    font-family:Montserrat;
    font-weight:500;
  	margin-bottom:72px;
    padding-right: 10.5rem!important;
}

.order-status form .row {
	width:100%;
}
.order-status form input{
	margin-bottom:20px;
}

.order-status form input {
	font-size: 0.6875rem;
    color: #273052;
    width: 100%;
    border:0;
    border-bottom:1px solid #273052;
    border-radius: 0px;
    padding: 10px 10px;
    font-weight: 500;
    background-color: #fff;
    -webkit-appearance: none;
    transition: all 250ms ease-out;
}

.order-status form input:focus {
  outline:0;
  box-shadow:0 0 0 transparent;
      border-bottom:1px solid #273052;

}

.order-status form input::placeholder {
	color:#273052;
    font-size:10px;
    font-family:Montserrat;
    font-weight:500;
  	margin-bottom:5px;
}


.order-status form button {
	font-size: 0.6875rem;
    color: #fff;
    background: #273052;
    padding: 12px 45px;
    border: 2px solid #273052;
    transition: all 250ms ease-out;
    position: relative;
    text-align: center;
}

.order-status form button:hover {
	color: #273052;
    background: #fff;
  	border-color:#273052;
}

/* faq */

section.faq {
    margin-top: 100px;
  padding-top:100px;
  padding-bottom:100px;
}

.faq-link ul {
	flex-direction:column;
}
.faq-link ul li a {
	 padding: 10px 0!important;
    background-color: transparent;
    color: #273052!important;
  color:15px!important;
}

.faq-link ul li a.active {
	 padding: 10px 0!important;
    background-color: transparent!important;
    color: #5cdaf9!important;
}

.faq-link .nav-pills .nav-link:hover {
    color: #5cdaf9!important;
}


.faq-link ul.nav.nav-pills {
    border-bottom: 0!important;
}

.faq-accor .tab-pane .accordion {
  background-color: #f4f4f4;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  padding: 18px 58px 18px 25px;

}


.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  width: 20px;
}

.faq-accor .tab-pane .active:after {
  content: "\2212";
}

.faq-accor .panel {
  padding: 0 18px;
  background-color: #f4f4f4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq-accor .tab-pane .accordion span  {
    color:#273052!important;
    font-size:12px;
    font-family:Montserrat;
    font-weight:700;
  	margin-bottom:0;

  
}

.faq-accor .tab-pane .panel p  {
    color:#273052!important;
    font-size:11px;
    font-family:Montserrat;
    font-weight:500; 
}

.faq-content {
margin-top:30px;
}

.faq-content p:first-child {
    color:#273052!important;
    font-size:13px;
    font-family:Montserrat;
    font-weight:500; 
}

.faq-content p {
    color:#273052!important;
    font-size:11.2px;
    font-family:Montserrat;
    font-weight:500; 
     margin-bottom: 0;
}

.faq-head {
	text-align:right;
}

.faq-head h6 {
	text-align:right;
    color:#acafb7 !important;
    font-size:17px;
    font-family:Montserrat;
    font-weight:200 !important;
}

.main-sec-cust {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 80% 0/30%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
        padding-bottom: 150px;
    padding-top: 200px;
    top: -48px;
}


.main-top-cust h6 {
	 color:#fff!important;
    font-size:15.3px;
    font-family:Montserrat;
    font-weight:500; 
}
.main-top-cust p {
	 color:#fff!important;
    font-size:11.8px;
    font-family:Montserrat;
    font-weight:500; 
}

.main-top-cust p:last-child {
	 color:#fff!important;
    font-size:11.8px;
    font-family:Montserrat;
    font-weight:900; 
}


.main-top-cust h1 {
	 color:#fff!important;
    font-size:22.2px;
    font-family:Montserrat;
    font-weight:700; 
}


.checkbox-wrapper.with-input .input-wrapper {
    text-align: center;
    margin-top: 10px;
}
.input-wrapper {
    position: relative;
    margin-bottom: 1.375rem;
}

.checkbox-wrapper.with-input .input-wrapper label {
    font-size: 0.5625rem;
    font-weight: 400;
    opacity: 0.5;
}

.checkbox-wrapper label {
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 0.82rem;
    font-family: "montserrat", sans-serif;
    line-height: 1.4;
}


.checkbox-wrapper.with-input .input-wrapper .qnt {
    width: 50px;
    border-width: 0px 0px 1px 0px;
    text-align: center;
    padding: 2px 0px 5px;
    font-size: 1rem;
    line-height: 1;
}

.checkbox-wrapper input:not(.qnt) {
    position: absolute;
    opacity: 1;
    visibility: hidden;
    cursor: pointer;
}

.checkbox-wrapper .checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #273052;
    transform: translateY(-56%);
}

.checkbox-wrapper {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-size: 0.625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  margin-right:15px;
}

.checkbox-wrapper.with-input {
    display: flex;
    align-items: center;
}

.checkbox-wrapper.with-input input:checked {
    color: #5cdaf9;
}

.checkbox-wrapper input:checked ~ .checkbox:after {
    display: block;
}

.checkbox-wrapper.with-input .checkbox::after {
    border-color: #5cdaf9;
}
.checkbox-wrapper .checkbox:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #273052;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.file {
  display: none;
}

.file-name {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
  width: 100%;
  border: 2px solid #dbdbdb;
  border-radius: 0;
  height: calc(2em + 0.75rem + 2px);
}


.customize {
	margin-top:50px;
  margin-bottom:50px;
}

.customize form input {
    font-size: .6875rem;
    color: #273052;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #273052;
    border-radius: 0;
    padding: 10px 10px;
    font-weight: 500;
    background-color: #fff;
    -webkit-appearance: none;
    transition: all 250ms ease-out;
}

.customize form input:focus {
  box-shadow:0 0 0 transparent;
  outline:0;
  border-bottom: 1px solid #273052;
}

.btn-file {
  background-color: #273052!important;
  border: none!important;
  border-radius: 0!important;
  width: 130px!important;
  box-sizing: border-box!important;
  padding: 2px 10px!important;
  transition: all 0.6s!important;
  color: #FFF!important;
  font-size: 0.6875rem!important;
  vertical-align: middle!important;
  text-transform: uppercase!important; 
}
box-shadow: 0 0 5px #33006e!important;
}
.form-control:disabled, .form-control[readonly] {
	background-color:#fff;
}

.customize textarea {
  border: 1px solid #273052;
  font-size: .6875rem;
}

.customize textarea:focus {
  border: 1px solid #273052;
  box-shadow:0 0 0 transparent;
  outline:0;
}



.btn-submit {
    font-size: 0.6875rem;
    color: #fff;
    background: #273052;
    padding: 12px 45px;
    border: 2px solid #273052;
    transition: all 250ms ease-out;
    position: relative;
    text-align: center;
    text-transform: uppercase!important; 

}

.form-head {
	margin-bottom:50px;
}

.form-head h3  {
    color:#273052!important;
    font-size:15px;
    font-family:Montserrat;
    font-weight:500; 
    text-align:center;
}

.customize p  {
    color:#273052!important;
    font-size:11px;
    font-family:Montserrat;
    font-weight:500; 
    text-align:center;
}

.customize-slide {
	margin-top:100px;
    margin-bottom:60px;

}
.cust-video {
	position:relative;
  margin:40px 0;
}
.playpause {
    background-image:url(/cdn/shop/files/btn-play.png?v=1640263576);
    background-repeat:no-repeat;
    width:15%;
    height:15%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
      z-index: 11;
}

.return-refunds {
	margin-top:150px;
}

.return-refunds #return-first{
		background-color: #f4f4f4;
    text-align:left;

    	
}
.return-refund-content{
  padding: 3.5rem 2rem;
    text-align:justify;

}

.return-refunds p  {
    color:#273052!important;
    font-size:13px;
    font-family:Montserrat;
    font-weight:500; 
}
.return-refunds .return-refund-content h6  {
	font-size:20px;
}

.return-refunds p  a {
      color: #5cdaf9 !important;
  text-decoration:none;
}

.shipping {
	margin-top:200px;
	margin-bottom:50px;
}

.ship-inner h6 {
	color:#273052!important;
    font-size:16px;
    font-family:Montserrat;
    font-weight:700;
  margin-top:48px;
}

.ship-inner p {
	color:#273052!important;
    font-size:13px;
    font-family:Montserrat;
    font-weight:500;
  margin-bottom:6px;
}

.warranty {
	margin-bottom:50px;
  background:linear-gradient(to right, #F4F4F4 50%, #273052 50%);
  text-align:justify;
}

.warranty-inner {
	padding:20px 40px;
}

.warranty-inner1 {
	padding:20px 40px;
}

.warranty1 {

	margin-top:200px;
}

.warranty-inner h6 {
	color:#273052!important;
    font-size:16px;
    font-family:Montserrat;
    font-weight:700;
  margin-top:48px;
}

.warranty-inner p {
	color:#273052!important;
    font-size:13px;
    font-family:Montserrat;
    font-weight:500;
  margin-bottom:6px;
}

.warranty-inner p  a {
      color: #5cdaf9 !important;
  text-decoration:none;
}

.warranty-inner h5 {
	color:#273052!important;
    font-size:13px;
    font-family:Montserrat;
    font-weight:700;
}

.warranty-inner1 h6 {
	color:#fff!important;
    font-size:16px;
    font-family:Montserrat;
    font-weight:700;
  margin-top:48px;
}

.warranty-inner1 p {
	color:#fff!important;
    font-size:13px;
    font-family:Montserrat;
    font-weight:500;
  margin-bottom:6px;
}

.warranty-inner1 p  a {
      color: #fff !important;
  text-decoration:none;
}



.where {
	margin-top:150px;
}

.where .accordion {
  background-color: #f4f4f4;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  width:100%;
  padding: 18px 58px 18px 25px;

}


.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: left;
  margin-left: 5px;
  width: 20px;
}

.where .tab-pane .active:after {
  content: "\2212";
}

.where .panel {
  padding: 0 18px;
  background-color: #f4f4f4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.where .tab-pane .accordion span  {
    color:#273052!important;
    font-size:12px;
    font-family:Montserrat;
    font-weight:700;
  	margin-bottom:0;

  
}

.where .tab-pane .panel p  {
    color:#273052!important;
    font-size:11px;
    font-family:Montserrat;
    font-weight:500; 
}

.main-sec-care {
	padding-bottom: 300px;
    padding-top: 300px;
}

.top-cover {
	position:relative;
  margin-top:-17rem;
  text-align:center;
}

.top-cover .text-table {
    position: absolute;
    top: 18%;
    left: 45%;
    text-align: right;
    white-space: nowrap;
    color: #fff;
    font-size:9px;
    font-family:Montserrat;
}

.top-cover .text-bag {
    position: absolute;
    bottom: 31%;
    left: 50%;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
      color:#273052;
      font-family:Montserrat;
    font-size:9px;

}


.top-cover a {
    position: relative;
    display: block;
    padding-top: 120px;
    color: #292f50;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 32px;
    text-decoration: none;
    transition: .5s all;
}

.top-cover a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 112px;
    background: #292f50;
    top: 0;
}

.top-cover a:hover {
    color: #5cdaf9!important;
}

.top-cover a:hover:after {
    background-color: #5cdaf9;
}

.main-sec-care h4 {
	color:#fff!important;
    font-size:19px;
    font-family:Montserrat;
    font-weight:100;
    padding-right: 2.5rem !important;
  text-align:justify;

}

.main-sec-care p {
	color:#fff!important;
    font-size:12px;
    font-family:Montserrat;
    font-weight:700;
    padding-right: 2.5rem !important;
  	text-align:justify;

}

.main-sec-care h3 {
	color:#fff!important;
    font-size:17px;
    font-family:Montserrat;
    font-weight:200;
    padding-right: 2.5rem !important;
    text-align:right;
    margin-bottom:30px;

}

.folds {
    margin-bottom: 9.5rem !important;
}
.folds h3 {
    color:#273052!important;
    font-size:18px;
    font-family:Montserrat;
    font-weight:500;
margin-bottom:0;
}

.folds p {
    color:#273052!important;
    font-size:13px;
    font-family:Montserrat;
    font-weight:500;

}


.guide h1 {
    color:#273052!important;
    font-size:20px;
    font-family:Montserrat;
    font-weight:200;
margin-bottom:0;
  text-align:center;
}

.guide p {
    color:#273052!important;
    font-size:13px;
    font-family:Montserrat;
    font-weight:500;
	  text-align:center;

}

.guide ul {
  	margin-top:50px;
    justify-content: center;
  	border:0!important;
}

.guide ul li a {
	padding: 20px 20px!important;
    color:#273052!important;
	transition:0.5s all;
      font-size:10.3px!important;
  position:relative;

}

.guide ul li a.active {
	background-color:transparent!important;
  color:#273052!important;

}

.guide ul li a:hover {
	background-color:transparent!important;
  color:#5cdaf9!important;
  	transition:0.5s all;

}

.guide-tab {
    background-color: #273052;
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
}
 

.guide-tab p {
    color:#fff!important;
    font-size:11.5px;
    font-family:Montserrat;
    font-weight:500;
	  text-align:justify;

}

.guide-tab img {
	border-radius:50%;
}

.nvx_care .footer-logo {
    position: absolute;
    z-index: 9999;
    display: block;
    bottom: 0;
    width: 100%;
}

.guide ul li a::after {
    content: "";
    display: block;
    height: 4px;
    width: 0%;
    background: #273052;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 250ms ease-out;
}

.guide ul li a.active::after {
    width: 90%;
}


.contact-form form {
	margin-bottom:50px;
	margin-top:50px;
}

.contact-form form input {
    font-size: .6875rem;
    color: #273052;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #273052;
    border-radius: 0;
    padding: 10px 10px;
    font-weight: 500;
    background-color: #fff;
    -webkit-appearance: none;
    transition: all 250ms ease-out;
}

.contact-form form select {
    font-size: .6875rem;
    color: #273052;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #273052;
    border-radius: 0;
    font-weight: 500;
    background-color: #fff;
    -webkit-appearance: none;
    transition: all 250ms ease-out;
      padding-bottom: 7px;

}

.contact-form form textarea {
    font-size: .6875rem;
    color: #273052;
    width: 100%;
    border: 0;
    border: 1px solid #273052;
    border-radius: 0;
    padding: 10px 10px;
    font-weight: 500;
    background-color: #fff;
    -webkit-appearance: none;
    transition: all 250ms ease-out;
}

.contact-form form input:focus {
      box-shadow: 0 0 0 transparent;
    outline: 0;
    border-bottom: 1px solid #273052;
}

.contact-form form select:focus {
      box-shadow: 0 0 0 transparent;
    outline: 0;
    border-bottom: 1px solid #273052;
}

.contact-form form textarea:focus {
      box-shadow: 0 0 0 transparent;
    outline: 0;
    border-bottom: 1px solid #273052;
}

.contact-form ul {
	justify-content:center;
  border:0!important;
}

.contact-form ul li a {
	padding: 20px 20px!important;
    color:#273052!important;
	transition:0.5s all;
      font-size:13.3px!important;
  position:relative;

}

.contact-form ul li a.active {
	background-color:transparent!important;
  color:#5cdaf9!important;

}

.contact-form ul li a::before, .contact-form ul li a::after {
    content: "";
    display: block;
    position: absolute;
    background: #5cdaf9;
    width: 1px;
    left: 50%;
    height: 0px;
    transition: height 250ms ease-out;
}

.contact-form ul li a.active::after {
      height: 16px;

}

.contact-form ul li a.active::before {
      height: 46px;
      bottom: calc(100% + 8px);


}

.main-sec-contact {
/* 	height:80vh; */
}

.main-sec-contact h1 {
    color:#fff!important;
    font-size:27px;
    font-family:Montserrat;
    font-weight:400;
margin-bottom:24px;
}

.main-sec-contact a {
    color:#fff!important;
    font-size:20px;
    font-family:Montserrat;
    font-weight:400;
  text-decoration:none;
}

.main-sec-contact p {
    color:#fff!important;
    font-size:15px;
    font-family:Montserrat;
    font-weight:400;
margin:8px 0 0 0;
}

.main-sec-contact p.con-p {
    color:#fff!important;
    font-size:13.2px;
    font-family:Montserrat;
    font-weight:400;
margin:8px 0 0 24px;
}

.main-sec-des {
	 border-radius: 0 0 80% 0/30%;
}

.main-sec-des p {
	font-weight:500;
  font-size:13.3px;
}

.main-sec-des {
	height:90vh;
  padding-bottom:200px;
}

.main-sec-des  .main-top-fam{
	top:-100px;
}

.main-sec-des  .main-bottom-fam{
    bottom: 40%;
}
section.designer {
    margin-top: -12rem;
}
.designer .row {
	width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.designer-wrapper {
    position: relative;
    background: #fff;
    padding: 50px 40px 70px 120px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 30%);
  margin-bottom:50px;
}


.designer-wrapper .designer-photo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 155px;
    height: 155px;
    border-radius: 50%;
    border: 7px solid #fff;
    overflow: hidden;
}

.designer-wrapper .designer-photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

hr.thick {
    border-width: 3px;
    background: #273052;
}
hr.tiny {
    width: 19px;
}
.tiny {
    font-size: 0.5rem;
}

.main-sec-cust1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 80% 0/30%;
    left: 50%;
    transform: translateX(-50%);
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
        padding-bottom: 150px;
    padding-top: 200px;
    top: -48px;
}


.banner-next {
	position:relative;
	transform: translate(0%, -75%);
}



.banner-right h1 {
    color:#273052!important;
    font-size:20.9px;
    font-family:Montserrat;
    font-weight:200;
margin-bottom:16px;
}

.banner-right p {
    color:#273052!important;
    font-size:10.9px;
    font-family:Montserrat;
    font-weight:400;
margin-bottom:40px;
}

.banner-right-main {
	margin-top:-35rem;
  margin-bottom:100px;
}


.manu-sec {
position:relative;
   overflow: hidden;
  	margin-top:20px;
  	margin-bottom:20px;

     

}
.manu-sec-video{
	width:100%;
  height:100%;
}

.manu-sec-bottom{
	overflow:hidden;
      padding: 130px 370px 130px 32px;
    background-color: #f4f4f4;
}

.manu-sec-bottom1 {
    position: relative;

}

.logo-parallax {
    position: absolute;

}
.logo-parallax.right {
    top: -20%;
    left: 40%;
    transform: translate3d(0,58.75px,0);

}


.manu-sec-bottom1 h4 {
    color:#273052!important;
    font-size:18.4px;
    font-family:Montserrat;
    font-weight:200;
    margin-bottom:16px;
}

.manu-sec-bottom1 p {
    color:#273052!important;
    font-size:11.25px;
    font-family:Montserrat;
    font-weight:400;
}


.logo-parallax.left {
    top: -70%;
    right: 40%;
  transform: translate3d(0px, 42.75px, 0px);

}

.main-top-cust1 h6 {
	text-align:right;
    color:#fff!important;
    font-size:20px;
    font-family:Montserrat;
    font-weight:200;
    margin-bottom:40px;
}

.main-bottom-cust {
	position:absolute;
  bottom:0;
}

.main-bottom-cust h1 {
    color:#fff!important;
    font-size:34px;
    font-family:Montserrat;
    font-weight:200;
    margin-bottom:16px;
}

.main-bottom-cust p {
    color:#fff!important;
    font-size:13px;
    font-family:Montserrat;
    font-weight:400;
    margin-bottom:16px;
}
.bg-image-wrapper {
	position:relative;
     
  border-radius:50%;
}


.bg-image-wrapper img {
	  border-radius:50%;

}

.quality h6 {
	color:#273052!important;
    font-size:15px;
    font-family:Montserrat;
    font-weight:400;
}


.quality p {
	color:#273052!important;
    font-size:12px;
    font-family:Montserrat;
    font-weight:400;
}

.quality hr {
    border-width: 3px;
    width: 60px;
      position: absolute;
    left: 0;
    top: 10px;
  background-color:#273052;
}

.quality a {
	background-color:transparent;
  	border:0;
  	color:#5cdaf9;
      font-weight:400;
  font-size:14.5px;
    font-family:Montserrat;
  text-decoration:none;
}
.quality a:hover {
  
  color:#5cdaf9!important;
}

hr.vertical {
    width: 1px;
  height:40px;
  background-color:rgba(0, 0, 0, 0.1);
}

.filter-desk {
	display:none;
}
.radio-wrapper {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 2rem;
}

.radio-wrapper label {
    font-size: 0.875rem;
    margin-bottom: 0px;
    cursor: pointer;
    color: #273052;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1;
  display:inline-block;
}

.radio-wrapper input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.radio-wrapper .radio {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #273052;
}


.radio-wrapper .radio::after {
    content: "";
    display: none;
    height: 10px;
    width: 6px;
    border-bottom: 2px solid #273052;
    border-right: 2px solid #273052;
    transform: rotate(
45deg) translate(-50%, -50%);
    position: absolute;
    top: 6px;
    left: 3px;
}

.radio-wrapper input:checked ~ .radio::after {
    display: block;
}


tracking-page#root {
    margin-top: 100px;
}


.grid {
    margin-top: 200px;
    margin-bottom: 50px;
}

.search-form__connected-submit {

	background-color:#273052!important;
}

.mokool-common, .mokool-common .dropdown, .mokool-common li, .mokool-common li a:hover {
	background-color:#273052!important;
}

.modal {

	z-index:999999999999;
}

.modal .close:focus{
	border:0;
  outline:0;
  box-shadow:0 0 0 transparent;
}

#terms .close, #return .close, #exampleModalLong1 .close {

	color:#000;
  position:relative;
}

.qual-model .close {
    color: #000;
    position: relative;
}

.modal-header {

	border:0;
}

.text-terms p {

	text-align:justify;
      color:#273052!important;
  font-size:13px;
  font-weight:400;
}

.text-terms h1 {

	text-align:justify;
      color:#273052!important;
  font-size:21px;
  
}
.text-terms h2 {

	text-align:justify;
      color:#273052!important;
  font-size:19px;
}

#return ul li {
	list-style:disc;
  text-align:justify;
      color:#273052!important;
  font-size:12px;
  margin-left:20px;
}

@media (min-width: 576px){
#terms .modal-dialog, #return .modal-dialog , .qual-model .modal-dialog  {
    max-width: 1000px;
    margin: 1.75rem auto;
}
}


.return-refunds p a {
    text-decoration:underline;
}

.warranty-inner p {
     text-decoration:underline;
}




div#map, div#map2 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 510px;
    position: relative;
    z-index: 1;
}
.where-link ul {
	border:0;
}

.where-link ul li a {
	color: #a1a1a1!important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 50px;
    background: transparent!important;
}


.where-link ul li a.active {
    background-color: transparent!important;
    color: #5cdaf9!important;
}
.color-swatch {
     border: 1px solid; 
    border-color: rgba(0, 0, 0, 0.2);
}

.isfoldit {
  display:none !important;
}
.product-form__item label {
display: block;
text-align: center!important;
}
span.attr_demo {
text-align: center;
}
.plyr__controls {
display: none;
}
.plyr__poster {
background-color: transparent!important;
}
.plyr.plyr--full-ui.plyr--video {
    
    background-color: white !important;
}


.last-slide {
height:400px;
}
section.advisor-section {

height:400px;
}
.advisor-text {

overflow-y: hidden;
height:400px;
}

.product-extra-info {
    height: 319px;
    padding: 0 40px;
    overflow-y: auto;
}
.grid__item.product-single__media-group.medium-up--one-full {
    margin-top: 3%;
}
button.pr_bcak.text-center {
    position: relative;
    color: #fff!important;
    background: #273052;
    padding: 1px 20px;
    margin-left: 45%;
    margin-bottom: 2%;
}
span.product-list.breadcamps a {
    color: #273250;
}

.shop-drop .megamenu-list p {
    /* position: relative; */
   
    color: #fff;
  font-size: 17.6px;
  font-weight: var(--font-weight-header);
}
.shop-drop .megamenu-list p:after {
    content: "";
    display: block;
    width: 28px;
    height: 4px;
    background: #fff;
    position: relative;
    bottom: -5px;
    left: 0;
}

#Dimension img {
    width: 100%;
    height: 65vh;
    object-fit: contain;
}
/* .nav-menu>li>a {
     text-transform: capitalize!important;

    font-size: 25px !important;
  
}
section.home-page-third-section-Nav p {
     font-size:11px !important;
}
.collection-inner-box-main p {
    text-transform: uppercase;
      font-size: 11px;
} */

.nav-menu>li>a {
	padding: 10px 15px!important;
	font-size: 24px!important;	
}

.product-single__thumbnail-image {
	width:80px!important;
}
.color-swatch.blue-vinyl {
    background-color: blue;
}
.color-swatch.black-vinyl {
    background-color: black;
}
.color-swatch.white-vinyl {
    background-color: white;
}

.top-bar1 marquee span b {
    color: #fff;
}


button.disclosure__button, button.disclosure__button:hover, button.disclosure__button:focus{
    background: #fff;
    color: #222e50;
    border: 0;
    margin: 20px 0;
}

.disclosure__list li a {
    color: #fff;
    font-size: 10px;
}


.social:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    top: 0;
 z-index:-1;
  left: 0;
}


.main-top-comm, .main-bottom-comm {
    position: relative;
    z-index: 1;
}


.supplier-img {
	display:none;
}

.main-bottom-comm1 {
    position: relative;
    z-index: 1;
}


.footprint {
    padding-bottom: 50px;
}

.footprint-inner {
/*     backdrop-filter: blur(13px); */
    --webkit-backdrop-filter: blur(13px);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.read-section {
	margin-top:120px;
  text-align:center;
}
.read-new
  {
      margin-bottom: -52px;
  }
.text-dynamic h4
{
 color: black;

}
//---------------------------------------
.collection-inner-box-main-new .product-image {
	position:relative;
     height: 400px;
     width: 400px;
    transition:0.5s all;

}
.product-image {
  text-align:center;
}
  .product-image img {
  height:100%;
  width: auto;
  object-fit: cover;
}



.collection-inner-box-main-new {
    height: 100%;
    background:white;
}

.product-image {
    height: 500px;
    background: white;
}

span.color-swatch.option_input.navy-vinyl {
    background-color: #424d75;
}
span#NAVYVINYL {
    background-color: #424d75;
}

span.color-swatch.option_input.navy-large{
    background-color: #050596;
}

label.filterpix {
    font-size: 15px;
    color: #273052;
    font-weight: 600;
  text-transform: capitalize;
}


.why-forma .owl-prev {
    background: #273052!important;
    width: 40px;
    height: 40px;
    border-radius: 50%!important;
    text-align: center;
    position: relative;
}

.why-forma .owl-prev span {
    font-size: 26px;
    position: relative;
    top: -2px;
    color: white;
}


.why-forma .owl-next {
    background: #273052!important;
    width: 40px;
    height: 40px;
    border-radius: 50%!important;
    text-align: center;
    position: relative;
}

.why-forma .owl-next span {
    font-size: 26px;
    position: relative;
    top: -2px;
  color: white;
}

.why-forma .owl-nav {
    margin-top: 50px!important;
}
.why-forma .owl-nav.disabled {
    display: block !important;
}
.baDropdownStyle.top_right
{
  margin-top: 31px !important ;
}

.collfilter {
    padding: 0 10px;
}

.sortfil {
    padding: 0 10px;
}

.btn-cart
{
 margin-right: 10px;
}

 img.lb-image {
    height: 500px!important;
    width: 700px!important;
} 
p.mt-10 {
    margin-top: 100px;
}
span.color-swatch.option_input {
    cursor: pointer;
}
.homesku
{
  margin-top: 38px;
}
.product-list.sippinginfo {
        margin-left: 100px;
        color: black;
        cursor:pointer;
}
button.close
{
  color:"black";
}
.modal-open .modal
{
      background-color: #273052ed;
}
.btncls
{
   color: black;
}
.modal-dialog
{
    top: 50px;
}
.popular
{
  color:black;
}
.faq-head
{
    text-align: center;
      color:black;

}
#theModal .modal-dialog {
    max-width: 700px;
}
.infoship {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.cart__product-information ul.product-details {
    padding: 0;
    display: block;
}
.main-cart-block {
    width: 80%;
    margin: 0 auto;
}
.cart__meta a:hover {
    text-decoration: none;
}
.page-width.cartpix {
    margin-top: 165px;
}
a.text-link.text-link--accent {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
} {
    text-decoration: none;
}
span.cart__error-message {
    display: none;
}
.hed{
  color:black;
}
h1.cart-header__title {
    color: black;
    font-size: 25px;
}
.product-action-style-cnt {
    color: black!important;
}
div#CustomerLoginForm {
    color: black!important;
}
.form-vertical {
    color:black!important;
}
header.header_area.fixednav.fixednav01 {
    top: 0;
      transition: all 0.1s ease;
}
span.fadeinop{
      cursor: pointer;
      border-radius: 15px
}

.list-view-item__title 
{
      font-size: 15px !important;
}
p.empty-message {
    color: black;
}
.baDropdownStyle.top_right 
{
      top: 29px !important;
}
.empty-page-content.text-center {
      font-weight: bold;
}

.add:hover {
    background: #273052!important;
    color: #fff5f5!important;
    border: 2px solid #000;
}

/* Netstudio */

/* Slider */
ul.home-slider-text li h2 {
    background: rgb(34,46,80);
    color: #fff;
    top: 58%;
    left: 5%;
    transform: translate3d(0,-20.85px,0);
    font-size: 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .3rem;
    padding: 10px;
    margin-bottom: 3px;
}

ul.home-slider-text .subtitle {
    background: #fff;
    color: #222e50;
    top: 63%;
    left: 5%;
    transform: translate3d(0,-28.15px,0);
    font-size: 1rem;
    padding: 8px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.product-page-title h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #363636;
    font-weight: 600;
}

/* Collections Page */
.product-content-nav h2 {
    color: #273052;
    font-size: 11px;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 1.5;
    height: 60px;
    margin-bottom: 0;
    transition: 0.5s all;
}

.product-content-nav h3 {
    font-family: 'Montserrat', sans-serif;
    color: #273052 !important;
    font-size: 17px;
    height: 20px;
}
.product-content-nav h4 {
    font-size: 13px;
    height: 10px;
}
section.product-thumbnail-slider-nav span {
    display: flex;
}

span.product-list.breadcamps a {
    font-size: 12px !important;
    color: #273250;
    font-weight: 600 !important;
    display: flex;
    padding-left: 10px;
    margin-bottom: 0px;
    padding-top: 2px;
}
.collection-inner-box-main1 {
    height: auto !important;
}

/* Update Homepage Layout 20-03-2024 - theo */
.custom__item-inner custom__item-inner--text {
  margin-left: 10px;
}
p.price {
  display: none;
}


/* Product Page */
.product-single__meta label[for] {
    cursor: unset;
    text-align: center;
}
.product-form__item {
  display: flex;
    padding-top: 10px;
}
section.product-thumbnail-slider-nav span {
  display: flex;
  padding-left: 10px;
}
.prd-title {
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}
.shipping-msg {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.product-list.ship-mob {
  display: flex !important;
  background: #273052;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  width: 20%;
  margin-bottom: 3%;
  color: #fff;
  padding: 5px;
}
@media only screen and (max-width: 990px){
.product-template__container .infoship {
    flex-direction: column;
    width: 100%;
}
}

/* Responsive */

/* Mobile Menu */
@media only screen and (max-width: 991px) {
.submenu-indicator {
  margin-top: 5px !important;
}
.submenu-indicator-chevron {
  height: 10px !important;
  width: 10px !important;
  border-color: #273052 !important;
}
.mob-icons {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 12px 0 10px;
}
.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: relative;
  display: inline-block;
  overflow-y: scroll;
  height: 70vh;
}
.megamenu-mob .about-back {
  background-image: none !important;
}
.megamenu-mob {
  padding: 25px !important;
  position: static;
}
.megamenu-mob .megamenu-lists {
    width: 100%;
    display: block !important;
}
.nav-mob .megamenu-mob .megamenu-lists {
  height: auto !important;
  overflow-y: auto !important;
}
.nav-mob .submenu-photo {
  background: transparent !important;
  padding: 0px !important;
}
.nav-mob .about-drop .about-back {
  padding: 10px !important;
}
.megamenu-mob ul {
  height: auto !important;
}
.megamenu-mob .font-weight-light, .megamenu-mob .find-more {
  display: none !important;
}
.megamenu-mob .sub-text {
  position: relative !important;
  top: unset !important;
  transform: unset !important;
  text-align: left;
}
.megamenu-mob .sub-text p {
  color: #fff;
  font-size: 17.6px !important;
  font-weight: var(--font-weight-header) !important;
}
.megamenu-mob .sub-text p:after {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  background: #fff;
  position: relative;
  bottom: -5px;
  left: 0;
}

/* Collectio Page */
.collection-filter {
  padding-top: 25px;
  padding-bottom: 10px;
}
.product-template__container .infoship {
  flex-direction: unset !important;
}
}

/* Slider */

@media only screen and (max-width: 768px){
  /* Slider */
.shopify-section .slideshow {
  height: auto !important;
  max-height: 50vh !important;
  margin-top: 14vh !important;
}
.slideshow .item img {
    object-fit: cover;
    height: auto !important;
    background-position: center;
}
ul.home-slider-text {
  height: auto !important;
  left: 5% !important;
}
}

@media only screen and (max-width: 560px){
  /* Slider */
ul.home-slider-text li h1, ul.home-slider-text li h2, ul.home-slider-text .subtitle, ul.home-slider-text li p {
  font-size: .7em !important;
}
ul.home-slider-text li h1, ul.home-slider-text li h2, ul.home-slider-text .subtitle, ul.home-slider-text li p {
  max-width: 210px;
}
ul.home-slider-text {
  bottom: -20px !important;
}
ul.home-slider-text .subtitle {
  margin-bottom: 10px !important;
}
}

/* Product Page Mobile */

@media only screen and (max-width: 768px){
.nav-pills li {
  width: 100%;
  display: flex;
  justify-content: center;
}
.col-mob {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
section.product-thumbnail-slider-nav h2{
  font-size: 20px;
  text-align: center;
}
.stain-box h3 {
    font-size: 13px;
}
#ProductSection-product-template-pix .product-form {
  padding-top: 1rem;
}
.product-single__media-group {
  margin-bottom: 0px !important;
}
.fadeinop {
  max-width: 115px;
  display: flex !important;
  justify-content: center;
}
.prd-title {
  padding-left: 0;
  padding-right: 0;
}
.product-list.ship-mob {
  width: 50%;
  margin-bottom: 15%;
}
.shipping-msg {
  justify-content: center;
}
span.fadeinop {
  position: relative !important;
}
.product-list.sippinginfo {
  display: none;
}
.grid__item {
  padding-left: 0px !important;
}
}

/* CSS Animation to replace marquee tags */
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.css-marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.css-marquee-content {
  display: inline-block;
  animation: scroll-left 15s linear infinite;
  padding-left: 100%;
}

/* Underline styling to replace <u> tags */
.text-underline {
  text-decoration: underline;
}
