/* CSS Document */

.header-section h2.h1-style {
	color: var(--Dark-Gray, #333);
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 111.111% */
	margin-top: 28px;
  }

  .offset-lg-1.col-lg-10 span {
    color: #FFC107;
    text-align: center;
	font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
    border-bottom: 2px solid #FFC107;
    margin-bottom: 28px;
}
  


/*gallery*/
.listings-details-wrap {
	padding-top: 15px;
	position: relative;
}

.listings-details-wrap .nagative-heading {
	position: absolute;
	z-index: 2;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    background-color: #fff;
}
.listings-details-wrap .nagative-heading h1 {
	margin-top: 20px;
}
.listings-details-wrap .nagative-heading h4 {
	margin-bottom: 20px!important;
}
.listings-details-wrap .container-large {
    max-width: 1500px;
}
.listings-details-wrap .open-full-specifications {
	display: block;
	margin: 15px 0 0;
}
.listings-details-wrap .full-specifications {
	margin-top: 35px;
	display: none;
}

.slick-gallery:not(.slick-initialized) {
	display: table;
	width: 100%;
}
.slick-gallery:not(.slick-initialized) > div {
  width: 31%;
  float: left;
  margin-right: 1%;
}
.slick-gallery:not(.slick-initialized) > div a {
  display: block;
}
.slick-gallery:not(.slick-initialized) > div:not(:first-child, :nth-child(2), :nth-child(2))  {
  opacity: 0;
  width: 0;
  height: 0;
}
.slick-gallery .slick-slide {
    border: solid 2px #fff;
}
.slick-gallery .slick-slide img {
    height: 27vw;
}

.listings-details-wrap .slider-wrapper {
	position: relative;
}
.listings-details-wrap .custom-nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #FFC107;
  padding: 14px;
  color: #fff;
  opacity: 1;
}
.listings-details-wrap .custom-nav a:hover {
  opacity: 1;
}
.listings-details-wrap .custom-nav a.slick-disabled {
  opacity: .2;
}
.listings-details-wrap .custom-nav a.prev {
	left: 10px;
	 
}
.listings-details-wrap .custom-nav a.next {
	 
	right: 10px;
}

.slick-gallery .slick-prev,
.banner-top .slick-prev,
.charter-slider .slick-prev,
.exclusive-section .slick-prev {left: 10px}
.slick-gallery .slick-next,
.banner-top .slick-next,
.charter-slider .slick-next,
.exclusive-section .slick-next {right: 13px;}
.slick-gallery .slick-prev,
.banner-top .slick-prev,
.charter-slider .slick-prev,
.exclusive-section .slick-prev,
.slick-gallery .slick-next,
.banner-top .slick-next,
.charter-slider .slick-next,
.exclusive-section .slick-next {width: 49px;height: 49px;}
.slick-gallery .slick-prev:before, 
.slick-gallery .slick-next:before,
.banner-top .slick-prev:before, 
.banner-top .slick-next:before,
.charter-slider .slick-prev:before, 
.charter-slider .slick-next:before,
.exclusive-section .slick-prev:before, 
.exclusive-section .slick-next:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: lighter;
	background: #c70710;
	padding: 14px;
	border-radius: 0;
}
.slick-gallery .slick-prev:before,
.banner-top .slick-prev:before,
.charter-slider .slick-prev:before,
.exclusive-section .slick-prev:before {
	content: '\f177';
}
.slick-gallery .slick-next:before,
.banner-top .slick-next:before,
.charter-slider .slick-next:before,
.exclusive-section .slick-next:before {
	content: '\f178';
}

@media screen and (max-width: 1200px) {
	.projects-section .container-fluid > .row {
		width: auto;
	}
	.slick-gallery .slick-slide img {
		height: 37vw;
	}
}
@media screen and (max-width: 991px) {
    .project-thumb .project-title {
        font-size: 1.4vw;
    }
	.slick-gallery .slick-slide img {
		height: 42vw;
	}
}
@media screen and (max-width: 768px) {

	.listings-details-wrap .nagative-heading {
		position: static;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-o-transform: translate(0,0);
	}
	
	.projects-section {
	  padding: 2px;
	}
	.project-thumb .project-title {
		font-size: 1.8vw;
	}
	.slick-gallery .slick-slide img {
		height: 52vw;
	}
}
@media screen and (max-width: 440px) {
    .project-thumb .project-title {
        font-size: 3vw;
    }
}


/*Content*/

.projects-nav {
	color: #fff;
	width: 100%;
	padding: 30px 0 40px;
	background: #F8F8F8;
}
.projects-nav h2 {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 125% */
	margin-bottom: 26px;
}
.projects-nav:not(.projects-details) {
	text-align: center;
	padding-top: 0;
}
.projects-nav ul {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	gap: 1rem;
}
.projects-nav ul li a.btn {
	padding: 20px!important;
}

.projects-nav.projects-details {
	/* padding-bottom: 80px; */
}
.projects-nav.projects-details ul {
	justify-content: flex-start;
}
.details-content {
	/* background: #FFC107; */
	border-radius: 48px;
	overflow: hidden;
	padding: 28px;
	/* margin: 30px 0; */
	border:  2px solid #FFC107;
	padding-top: 0;
	width:auto;
	max-width: 100%;
	padding-bottom: 40px;
}

.arrowRight {
  width: 21px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.details-content > div {
    background: #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    color: #000;
    /* justify-content: space-between; */
}
.details-content > div:not(:last-child) {
	margin-bottom: 3px;
}
.details-content > div.top {
    background: #f8f8f8;
    margin-bottom: 0px;
    padding-top: 35px;
}
.details-content h2 {
    border: none;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
.details-content h3 {
    font-size: 18px;
    font-weight: 530;
    margin-bottom: 0;
}
.detailsHeading {
    display: flex;
}

img.productLogo {
    display: flex;
    place-self: flex-end;
    max-width: 170px;
    height: auto;
    margin-bottom: 20px;
}

@media (max-width:991px){
	img.productLogo {
	place-self: anchor-center;
	}
}

@media (max-width:420px){
	.details-content h3 {
		font-size: 15px;
	}
	.arrowRight {
		width:16px;
	}
	
}
.details-content p {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
}

.cardDetails{
	justify-items: anchor-center;
}

.description p{
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	margin-bottom:20px;
}

.description{
	padding-right: 96px;
}

.standard li {
 	padding-left:30px;
 	font-size: 18px;
 	position:relative;
}
.standard {
  list-style-: none;
}
/* .standard li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 16px;
  height: 16px;
  background: url('/wp-content/themes/readyguardsafety/assets/img/half-arrow.svg') no-repeat center;
  background-size: contain;
} */
.standard li::marker {color: #FFC107;}

/*final boxes */
.product-cards-section {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-evenly;
	/* margin-top: 40px; */
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 33px;
	padding-right: 50px;
	background-color: #f8f8f8;
	}
  
  .product-card {
	background: #fff;
	border-radius: 10px;
	/* box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
	flex: 1 1 calc(50.000% - 30px);
	max-width: 824px;
	/* min-width: 500px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	}
  
  .product-card img {
	max-height: 370px;
	object-fit: contain;
	margin-bottom: 15px;
	}
  
  .product-subtitle {
	color: #FFC107;
	text-align: center;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 15px; /* 125% */
	margin-bottom: 0px;
	}
  
  .product-title {
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 15px;
	 
  }
  
  .product-info-box {
	background: #333;
	color: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	width: 100%;
	height:100%;
	/* margin-top: auto; */
	}
  
  .product-info-box h4 {
	margin-bottom: 10px;
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 166.667% */
	}
  
  .product-info-box p {
	margin-bottom: 12px;
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	}
  
  .product-size-row {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	border-bottom: 2px solid #FFC107;
	padding: 10px 0;
	color: #fff;
	}
  
  @media (max-width: 1000px) {
	.product-card {
	  flex: 1 1 100%;
	}
	  .product-cards-section  {
	      padding-left: 20px;
	    padding-right: 20px;
	}
  }
  
  @media (max-width: 600px) {
	.product-card {
	  flex: 1 1 100%;
	}
  }
  .topDescription {
    border-bottom: 2px solid #FFC107;
}

.product-item {
	/* padding: 15px 0; */
	/* border-bottom: 2px solid #FFC107; */
	/* padding-top: 10px; */
	}
  
  .product-item .item-title {
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	
  }
  
  .product-item .item-table {
	display: flex;
	justify-content: space-between;
	/* gap: 20px; */
	color: #fff;
	}
  
  .product-item .item-table .col {
	flex: 1;
	}
  
  .product-item .item-table .col strong {
	display: block;
	margin-bottom: 8px;
	color: #FFF;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	}
  
  .product-item .item-table .col p {
	margin: 0;
	color: #FFF;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 187.5% */
	}
  .col.width p {
    padding-left: 10px;
}
  .item-title {
    border-bottom: 2px solid #FFC107;
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 166.667% */
}

.standard {
    border-bottom: 2px solid #FFC107;
}

.bottomButton {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    background-color: #f8f8f8;
}

.col.width strong{
 /* padding-left:20px; */
}

.col.height p{
	padding-left:10px;
   }

@media (max-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 900px;
    }
}
@media (max-width: 576px) {
    .container, .container-sm {
        max-width: 740px;
    }
}

.dimension-table {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}

.dimension-header,
.dimension-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
}

.dimension-header {
	 
	border-bottom: 2px solid #FFC107;
	 
	/* text-transform: uppercase; */
	padding: 12px 0;
	color: #FFF;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.dimension-row {
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
	padding: 4px 0;
	color: #FFF;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.dimension-header > div,
.dimension-row > div {
	text-align: left;
	padding: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}




.dimension-header,
.dimension-row {
	display: grid;
	grid-template-columns: 1.5fr 1.2fr 1.2fr 1.2fr 1.2fr;
	align-items: center;
}

.dimension-header > div,
.dimension-row > div {
	padding: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre-wrap;
}

.dimension-header > div:nth-child(1),
.dimension-row > div:nth-child(1) {
	text-align: left;
}

.dimension-header > div:not(:first-child),
.dimension-row > div:not(:first-child) {
	text-align: center;
}


/* MOBILE BLOCK VIEW (chat1 style) */
.mobile-version { display: none; }

@media (max-width: 591px) {
  .desktop-version { display: none; }
  .mobile-version  { display: block; }

  .dimension-table-mobile {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
  }

  .product-mobile-block {
    background: #333;
    color: #FFF;
    padding: 15px 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFC107;
    /* border-radius: 6px; */
  }

  .model-label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    color: #FFF;
  }

  .size-columns {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }

  .size-col {
    flex: 1;
  }

  .size-col strong {
    display: block;
    font-size: 12px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .size-col div {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }
}

@media (min-width: 1800px) {
  .product-cards-section,
  .projects-nav.projects-details,
  .listings-details-wrap,
  .header-section,
  .bottomButton {
    padding-left: 150px;
    padding-right: 150px;
  }
}

/* --- Alternative for products --- */

.catalog-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
  padding: 10px 50px 33px;
  background-color: #f8f8f8;
}

.catalog-card {
  background: #fff;
  border-radius: 10px;
  flex: 1 1 calc(33.333% - 30px);
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.catalog-card img {
  max-height: 370px;
  object-fit: contain;
  margin-bottom: 15px;
}

.catalog-subtitle {
  color: #FFC107;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 0;
}

.catalog-title {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.catalog-info {
  background: #333;
  color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  width: 100%;
  height: 100%;
}

.catalog-info-header {
  border-bottom: 2px solid #FFC107;
}

.catalog-info-header h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.catalog-info-header p,
.catalog-info p {
  margin-bottom: 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.catalog-dim-heading {
  border-bottom: 2px solid #FFC107;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 15px;
}

.catalog-dim {
  padding: 15px 0;
}

.catalog-dim-table {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.catalog-dim-table .w-col,
.catalog-dim-table .h-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.catalog-dim-table strong,
.w-col strong,
.h-col strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
}

.catalog-dim-table p,
.catalog-dim-cell {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #FFF;
}

.w-col p,
.h-col p {
  padding-left: 10px;
}

.catalog-dim-row {
  display: flex;
  width: 100%;
}

.catalog-dim-table-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
}

.catalog-dim-table-grid .header {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
}

.catalog-dim-table-grid .cell {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  padding-bottom: 10px;
}

@media (max-width: 1000px) {
  .catalog-card {
    flex: 1 1 100%;
  }
  .catalog-section {
    padding: 10px 20px 33px;
  }
}

@media (max-width: 600px) {
  .catalog-card {
    flex: 1 1 100%;
  }
}
@media (max-width: 591px) {
   
  .catalog-section .product-mobile-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 10px;               
    background: #333;
    color: #FFF;
    border-bottom: 1px solid #FFC107;
  }

 
  .catalog-section .product-mobile-block .model-label {
    flex: 0 0 40%;                   
    margin: 0;                       
    font-weight: 700;
    font-size: 14px;
    color: white;                  
  }

 
  .catalog-section .product-mobile-block .size-columns {
    flex: 1 1 60%;                   
    display: block;                  
  }

  .catalog-section .product-mobile-block .size-col {
    padding-left: 0;                 
  }

  .catalog-section .product-mobile-block .size-col strong {
    display: none;                   
  }

  .catalog-section .product-mobile-block .size-col div {
    font-size: 14px;
    line-height: 1.4;
  }
}

.slick-track {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

 .slick-gallery .slick-slide {
  width: 300px;          
  box-sizing: border-box;
}

 
@media (max-width: 960px) {
  .listings-details-wrap .custom-nav {
    display: flex !important;        
    justify-content: space-between;  
  }
}

@media screen and (max-width: 960px) {
  .slick-gallery .slick-slide {
    display: flex !important;
    justify-content: center;
  }

  .slick-gallery .slick-slide img {
    width: auto;
    max-width: 100%;
    height: auto;  
    margin: 0 auto;
  }
	.slick-gallery .slick-slide img {
  height: auto;
  max-height: 60vw;
}
}
