/* Product-page */
.product-view-cls{
	padding: 50px 5px;
}

/*product-thumbnail*/
.product-thumb-cls>.carousel-container{
	margin: 0px;
}
.product-thumb-cls .slide>.carousel-inner>.carousel-item .d-block{
	height: 710px;
	width: 100%;
	object-fit: cover;
}	
.product-thumb-cls .carousel {
  position: relative;
  width: 100%;
}
.product-thumb-cls .carousel-item img {
  object-fit: cover;
}
.product-thumb-cls #carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0px;
  right: 0;
}
.product-thumb-cls #carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
  height: 116px;
  width: 100%;
}
.product-thumb-cls #carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
.product-thumb-cls #carousel-thumbs .selected img {
  border-color: #fff;
}
.product-thumb-cls .carousel-control-prev,
.product-thumb-cls .carousel-control-next{
  width: 38px;
  height: 134px;
  opacity: 1;
  top: auto;
}
.product-thumb-cls .carousel-control-prev .carousel-control-prev-icon,
.product-thumb-cls .carousel-control-next .carousel-control-next-icon{
	background-image: url('https://cdn11.bigcommerce.com/s-kkdfm9noqq/images/stencil/original/image-manager/thumb-arrow.jpg');
	width: 38px;
	height: 49px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.product-thumb-cls .carousel-control-prev .carousel-control-prev-icon{
	background-image: url('https://cdn11.bigcommerce.com/s-kkdfm9noqq/images/stencil/original/image-manager/thumb-arrow.jpg');
	transform: rotate(-180deg);
}

@media all and (max-width: 767px) {
  .product-thumb-cls .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}
@media all and (min-width: 576px) {
  .product-thumb-cls .carousel-container #carousel-thumbs {
    position: static;
  }
}
@media all and (max-width: 576px) {
  .product-thumb-cls .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}
/*product-thumbnail end*/

.product-detail-cls{
	padding: 0px;
	padding-left: 35px;
}
.product-detail-cls h1{
	font-size: 36px;
	font-weight: 800;
	font-family: 'Montserrat',sans-serif;
	color: #15254c;
	text-transform: uppercase;
}
.product-rating-cls p{
    width: 126px; 
    display: inline-flex;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    padding: 10px 11px;
    align-items: center;
    background-color: #15254c;
    margin-bottom: 0px;
}
.product-rating-cls p img{
	width: 46px;
	margin-left: 10px;
}
.product-rating-cls ul{
	display: inline-flex;
	align-items: center;
	margin-left: 15px;
}
.product-rating-cls ul li{
	list-style-type: none;
	display: inline-flex;
	margin-right: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #15254c;
}
.product-rating-cls ul li span{
	font-size: 22px;
	color: #15254c;
}
.product-rating-cls ul li span.checked{
	color: #ff8a00;
}
.product-rating-cls ul li:last-child{
	margin-left: 10px;
}

.pricing-cls{
	font-size: 36px;
	font-family: 'Montserrat',sans-serif;
	font-weight: normal;
	color: #15254c;
	margin-bottom: 30px;
}

.select-product-category-cls .form-group{
	margin-bottom: 5px;
}
.select-product-category-cls .form-group .form-control{
	border: 4px solid #f5f5f5;
	height: 63px;
	outline: none;
	box-shadow: none;
}

.product-qus-cls{
	margin: 5px 0px;
}
.product-qus-cls p{
	font-size: 14px;
	color: #15254c;
	font-weight: bold;
	margin-bottom: 10px;
}
.product-qus-cls ul {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.product-qus-cls ul li{
	display: inline-flex;
	position: relative;
	font-size: 14px;
	color: #15254c;
	font-weight: bold;
	/*padding-left: 40px;*/
	line-height: 32px;
	list-style-type: none;
	/*margin-right: 30px;*/
}
.product-qus-cls ul li:last-child{
	margin-right: 0px;
}
.product-qus-cls ul li a{
    color: #15254c;
    display: flex;
    gap: 1rem;
}
.product-qus-cls ul li a img{
	width: 31px;
	height: 31px;
	position: static;
	left: 0px;
	top: 0px;
}

.product-add-cls{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.product-add-cls form{
	width: 18%;
	margin-right: 2%;
}
.product-add-cls form .form-control{
	border: 4px solid #f5f5f5;
	height: 63px;
	font-size: 16px;
	outline: none;
	box-shadow: none;
}
.product-add-cls .add-cart-cls{
	width: 80%;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Montserrat',sans-serif;
	outline: none;
	border: none;
	color: #fff;
	padding: 13px 40px;
	text-transform: uppercase;
	background-color: #6cad18;
}

.product-payout-cls{
	font-size: 14px;
	color: #15254c;
	align-items: center;
	position: relative;
	padding-left: 100px;
	margin-bottom: 5px;
}
.product-payout-cls img{
	position: absolute;
	top: 5px;
	left: 0px;
	width: fit-content;
}
.product-payout-cls a{
	color: #15254c;
}
.product-payout-cls a:hover{
	text-decoration: underline;
}

.product-poster-cls{
	display: flex;
	background-color: #15254c;
	margin-top: 50px;
}
.product-poster-logo-cls{
    width: 320px;
    display: inline-flex;
    align-items: center;
    background-image: url('https://cdn11.bigcommerce.com/s-kkdfm9noqq/images/stencil/original/image-manager/big-league-poster-shape.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 42px 0px;
}
.product-poster-logo-cls img{
	width: 175px;
	margin-left: 55px;
  margin-right: 90px;
}
.product-poster-tag-cls{
	padding: 70px 60px;
	display: inline-flex;
  align-items: center;
}
.product-poster-tag-cls h4{
	font-size: 24px;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
	color: #fff;
	font-style: italic;
	text-align: center;
	margin: 0px;
}


/*our-guarantee*/
.our-guarantee-cls{
	background-color: #f4f4f4;
	padding: 0px 0px 80px;
}
.guarantee-facility-cls{
	display: flex;
	align-items: center;
}
.guarantee-facility-cls li{
	width: 18%;
	padding: 15px;
	margin: 0px 1%;
	align-items: center;
	list-style-type: none;
	background-color: #fff;
	min-height: 160px;
}
.guarantee-facility-cls li a{
	display: block;
	text-align: center;
	color: #15254c;
	font-family: 'Montserrat',sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	text-transform: capitalize;
}
.guarantee-facility-cls li a img{
	margin: 0px auto 20px;
	height: 65px;
	object-fit: contain;
}  

.works-show-cls {}
.works-show-cls .nav-tabs{
  margin: 50px auto 0px;
  border: none;
  justify-content: center;
}
.works-show-cls .nav-tabs .nav-item{
  padding: 0px 0.2%;
}
.works-show-cls .nav-tabs .nav-item .nav-link{
  border: none;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #15254c;
  text-transform: uppercase;
  border-bottom: 3px solid #fafafa;
  border-radius: 0px;
  height: 63px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 36px;
  background-color: #fafafa;
  transition: all 0.4s ease;
}
.works-show-cls .nav-tabs .nav-item .active{
  border-color: #c52037;
  font-weight: bold;
  background-color: #fff;
}

.works-show-cls .tab-content{
  padding: 25px 10px 0px;
}
.works-show-cls .tab-content .tab-pane{
  transition: all 0.4s ease;
}

.video-blk-cls{
	display: block;
	width: 100%;
}
.video-blk-cls a{
	position: relative;
	display: block;
	height: 504px;
	width: 100%;
}
.video-blk-cls a:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-image: url('https://cdn11.bigcommerce.com/s-kkdfm9noqq/images/stencil/original/image-manager/play-icon.svg');
	background-position: center;
	background-size: 77px;
	background-repeat: no-repeat;
	background-color: rgba(21, 37, 76, 0.5);
}
.video-blk-cls a img{
	display: block;
	width: 100%;
	height: 504px;
	object-fit: cover;
}
/*our-guarantee end*/

/*features*/
.features-cls{
	padding: 0px 0px;
}
.features-gap-cls{
	margin: 0px -7.5px;
}
.features-gap-cls>.col-lg-6{
	padding: 0px 7.5px;
	margin-bottom: 15px;
}
.features-blk-cls{
	display: flex;
	height: 100%;
	align-items: center;
	background-color: #f5f5f5;
}
.features-blk-cls img{
	width: 45%;
	height: 100%;
	object-fit: cover;
}
.features-content-cls{
	width: 55%;
	padding: 40px;
}
.features-content-cls h4{
	font-size: 24px;
	font-weight: bold;
	font-family: 'Montserrat',sans-serif;
	color: #15254c;
	letter-spacing: 2px;
}
.features-content-cls p{
	color: #15254c;
	font-size: 16px;
	font-weight: normal;
}
/*features end*/

/*install*/
.install-cls{
	overflow: hidden;
	padding: 80px 0px 80px;
}
.install-cls .title-main-cls h2{
	text-align: left;
}
.install-cls .title-main-cls:after{
	margin: 20px 0px;
	width: 158px;
}
.install-cls>.container{
	max-width: calc(((100% - 1170px) / 2) + 1170px) !important;
	margin-right: 0px;
}
.install-cls p{
	color: #15254c;
}
.install-cls ul{
	padding-left: 0px;
}
.install-cls ul li{
	color: #15254c;
	padding-left: 30px;
	font-size: 16px;
	list-style-type: none;
	background-image: url('https://cdn11.bigcommerce.com/s-kkdfm9noqq/images/stencil/original/image-manager/plus-icon.png');
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 11px 9px;
	margin-bottom: 10px;
}
.install-sld-cls{
	margin-right: -50px;
}
.install-slider-cls .owl-nav{
  position: absolute;
  width: 110px;
  height: 50px;
  bottom: -30px;
  left: -50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  transform: translate(0px, -50%);
}
.install-slider-cls .owl-nav .owl-next,
.install-slider-cls .owl-nav .owl-prev{
  width: 42px;
  height: 42px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  border-radius: 50%;
  background-color: #c52037!important;
}
.install-slider-cls .owl-nav .owl-next{
  left: auto;
  right: 0px;
}
.install-slider-cls .owl-nav .owl-next span,
.install-slider-cls .owl-nav .owl-prev span{
  font-size: 38px;
  color: #fff;
  height: 42px;
  display: flex;
  align-items: center;
  padding-bottom: 9px;
}
.install-videos-cls{}
/*install end*/

/*warranty*/
.warranty-cls{
	position: relative;
	z-index: 1;
	padding: 130px 0px;
	background-color: #15254c;
}
.warranty-cls:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-image: url('https://cdn11.bigcommerce.com/s-kkdfm9noqq/images/stencil/original/image-manager/warranty-bg-cls.jpg'); 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.warranty-cls>.container>.row{
	align-items: center;
}
.warranty-cls .title-main-cls h2{
	color: #fff;
	text-align: left;
}
.warranty-cls .title-main-cls:after{
	margin: 20px 0px;
	width: 90%;
}
.warranty-detail-cls p{
	text-align: justify;
	color: #fff;
}
/*warranty end*/

/*customer-photos*/
.customer-photos-cls {
    padding: 60px 0px 50px;
}
.customer-photos-cls .title-main-cls:after{
	margin-top: 15px;
}
.customer-photos-cls .title-main-cls h2{
	margin-bottom: 0px;
}
.customer-slider-cls .owl-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 0px;
}
.customer-slider-cls .owl-nav .owl-next,
.customer-slider-cls .owl-nav .owl-prev{
  width: 42px;
  height: 42px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  margin: 0px 10px;
  border-radius: 50%;
  background-color: #c52037!important;
}
.customer-slider-cls .owl-nav .owl-next{
  left: auto;
  right: 0px;
}
.customer-slider-cls .owl-nav .owl-next span,
.customer-slider-cls .owl-nav .owl-prev span{
  font-size: 38px;
  color: #fff;
  height: 42px;
  display: flex;
  align-items: center;
  padding-bottom: 9px;
}

/*customer-photos end*/

/*testimonial*/
.testimonial-cls{
	padding: 80px 0px;
}
.testimonial-cls .title-main-cls h2{
	text-align: left;
	margin-bottom: 0px
}
.testimonial-cls .title-main-cls:after{
	margin: 15px 0px;
	width: 158px;
}
.title-main-cls ul{
	display: flex;
	align-items: center;
	padding: 0px;
}
.title-main-cls ul li{
	display: inline-flex;
	padding: 0px 1px;
	font-size: 24px;
	font-weight: normal;
	font-family: 'Montserrat',sans-serif;
	color: #15254c;
}
.title-main-cls ul li .fa-star{
	color: #15254c;
}
.title-main-cls ul li .checked{
	color: #ff8a00;
}
.write-review-btn{
	font-size: 24px;
	padding: 14px 37px;
	background-color: #15254c;
}
.write-review-btn:hover{
	background-color: #cb2036;
}

.review-rate-cls{
	background-color: #f4f4f4;
	padding: 40px;
}
.rate-blk-cls{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.rate-blk-cls:last-child{
	margin-bottom: 0px;
}
.rate-blk-cls p{
	margin-bottom: 0px;
	min-width: 35%;
	font-size: 18px;
	font-weight: normal;
	color: #15254c;
}
.rate-blk-cls ul{
	display: flex;
	align-items: center;
	padding: 0px;
}
.rate-blk-cls ul li{
	display: inline-flex;
	align-items: center;
	list-style-type: none;
	padding: 0px 1px;
}
.rate-blk-cls ul li .fa-star{
	color: #15254c;
	font-size: 24px;
}
.rate-blk-cls ul li .checked{
	color: #ff8a00;
}
.review-mob-btn{
	display: none;
}

.filter-reviews-cls h4{
	font-size: 24px;
	font-weight: 300;
	color: #15254c;
	font-family: 'Montserrat',sans-serif;
}
.filter-search-cls{
	position: relative;
}
.filter-search-cls .search-img{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 24px;
	left: 24px;
}
.filter-search-cls .form-control{
	border: 4px solid #f5f5f5;
	border-radius: 0px;
	box-shadow: none;
	height: 63px;
	padding: 15px 22px;
	padding-left: 55px;
}
.serach-result-cls .btn:focus,
.filter-search-cls .form-control:focus{
	box-shadow: none;
	outline: none;
}
.serach-result-cls .btn{
	font-size: 16px;
	font-weight: normal;
	color: #15254c;
	padding: 14px 18px;
	background-color: #f9f9f9;
	border: none;
	outline: none;
	box-shadow: none;
	margin: 0px 5px 10px;
}
.serach-result-cls .btn:first-child{
	margin-left: 0px;
}

.review-sld-cls{}
.review-slider-cls{
	margin-top: 40px;
}
.review-slider-cls .owl-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 0px;
}
.review-slider-cls .owl-nav .owl-next,
.review-slider-cls .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: -80px;
	transform: translate(0px, -50%);
  width: 42px;
  height: 42px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
  border-radius: 50%;
  background-color: #c52037!important;
}
.review-slider-cls .owl-nav .owl-next{
  left: auto;
  right: -80px;
}
.review-slider-cls .owl-nav .owl-next span,
.review-slider-cls .owl-nav .owl-prev span{
  font-size: 38px;
  color: #fff;
  height: 42px;
  display: flex;
  align-items: center;
  padding-bottom: 9px;
}
.review-slider-cls .item{
	margin: 40px 20px;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.08);
}
.review-detail-cls{
	margin: 40px 0px;
	padding: 30px 40px;
	background-color: #fff;
}
.review-slider-cls .item .coma-icon-cls{
	width: 80px;
	margin-bottom: 30px;
}
.review-detail-cls p{
	color: #15254c;
	margin-bottom: 0px;
}
.user-review-cls{
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.review-slider-cls .item .user-review-cls img{
	display: inline-flex;
	align-items: center;
	width: 17%;
	margin-right: 3%;
}
.user-content-cls{
	flex-flow: column;
	width: 80%;
	text-align: left;
}
/*testimonial end*/

/*q-&-a*/
.qna-cls{
	padding: 0px 0px 80px;
}
.qna-cls .title-main-cls h2{
	text-align: left;
	margin-bottom: 0px
}
.qna-cls .title-main-cls:after{
	margin: 15px 0px;
	width: 158px;
}
.qna-wrap-cls{}
.qna-blk-cls{
	width: 100%;
	display: block;
	padding: 25px 30px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}
.qna-blk-cls p{
	display: block;
	width: 100%;
	color: #15254c;
	margin: 0px;
}
.qna-blk-cls .qus-cls{
	position: relative;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
}
.qna-blk-cls .qus-cls:before{
	content: 'Q';
	position: absolute;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #15254c;
	left: 0px;
	top: 0px;
}
.qna-blk-cls .qus-cls:after{
	content: '';
	position: absolute;
	width: 96.5%;
	height: 2px;
	bottom: 0px;
	right: 0px;
	background-color: #f4f4f4;
}
.qna-blk-cls .ans-cls{
	position: relative;
	font-weight: normal;
	padding-left: 40px;
}
.qna-blk-cls .ans-cls:before{
	content: 'A';
	position: absolute;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #15254c;
	left: 0px;
	top: 0px;
}
.qna-wrap-cls .pagination{
	justify-content: center;
	margin-top: 40px;
}
.qna-wrap-cls .pagination .page-item{
	border: none;
	margin-right: 15px;
}
.qna-wrap-cls .pagination .page-item:last-child{
	margin-right: 0px;
}
.qna-wrap-cls .pagination .page-item .page-link{
	color: #15254c;
	overflow: hidden;
	border: none;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	background-color: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qna-wrap-cls .pagination .active .page-link{
	color: #fff;
	background-color: #c52037;
}
.qna-wrap-cls .pagination .page-item .page-link:focus{
	box-shadow: none;
}
.qna-wrap-cls .pagination .page-item .pg-arrow-cls{
	background-color: #c52037;
}
.qna-wrap-cls .pagination .page-item .pg-arrow-cls img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
/*q-&-a end*/
/* end Product-page */


.our-guarantee-cls {
    padding: 80px 0px;
}


.product-poster-cls {
    margin: 0px 0 50px;
}



