/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.product-wrp h6{
	margin:0px !important;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a,
button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}


.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

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

.col-1 {
    flex: 0 0 auto;
    width: 8%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}

.text-align-center {
    text-align: center !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.d-flex {
    display: flex !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-relative {
    position: relative !important;
}
.mobile-view-show{
    display: none;
}
.dash-view-show{
    display: block;
}
/* ***** End Common Css **** */



/* **** Breadcrumb **** */
.breadcrumb-wrp {
    position: relative;
    width: 100%;
    margin: 10px 0 0;
}

.breadcrumb-wrp .container {
    max-width: 1221px;
}

.breadcrumb-wrp-list {
    display: flex;
    align-items: center;
}

.breadcrumb-wrp-list li a,
.breadcrumb-wrp-list li {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #6798AD;
}

.breadcrumb-wrp-list li a:hover {
    color: #000;
}

.breadcrumb-wrp-list li.active a,
.breadcrumb-wrp-list li.active {
    font-weight: 700;
}

.breadcrumb-wrp-list li {
    margin: 0 5px 0 0;
}

/* **** End Breadcrumb **** */

/* **** Product Slider **** */
.form-check-box {
    position: relative;
    border: 1px solid #6798AD;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 auto;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 16px !important;
    width: 16px !important;
    -webkit-appearance: none;
    border-radius: 20px;
}

.form-check-box:checked {
    background-color: #2B405A;
    border-color: #2B405A;
    opacity: 1;
}
.form-check-box:checked:disabled{
    background-color: #BEBEBE;
    border-color: #BEBEBE;
}
.form-check-box:before {
    content: '';
    position: absolute;
    left: 37%;
    top: 54%;
    width: 4px;
    height: 8px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
.product-wrp{
    padding: 35px 0;
}
.product-wrp-slider-small{
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.product-wrp-slider-big{
    transition: .4s linear;
    -webkit-transition: .4s linear
    transform: scale(1);
    -webkit-transform: scale(1);
}
.product-wrp-slider-big span{
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    color: #6798AD;
    display: block;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
	color: #6798AD;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.product-wrp-slider-big.slick-center span{
    display: block;
}
.product-wrp-slider-big {
    /*margin: 95px auto 0;*/
    position: relative;
    /*height: 316px;*/
}
.product-wrp-slider-big.slick-slide.slick-cloned.slick-active{
    left: 0;
    right: auto;
}
.product-wrp-slider-big.slick-slide.slick-current.slick-active.slick-center{
    left: auto;
    right: auto;
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    z-index: 9;
    /* height: 150% !important; */
}
.product-wrp-slider-big.slick-slide.slick-active{
    right: 0;
    left: auto;
}
.product-wrp .slick-track{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-wrp .slick-list{
    height: 100%;
}
.product-wrp-slider-big figure img{
    width: 100%;
    max-width: 90%;
    max-height: 415px;
    object-fit: cover;
    margin: 0 auto;
}
.product-wrp-data h1{
    color: #6798AD;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
    margin: 0 0 3px;
}
.product-wrp-data h2{
    font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	color: #2B405A;
	margin:0px;
}
.product-wrp-data p{
    margin:0px;
    font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #6798AD;
}
.product-wrp-data h3{
    font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
    display: flex;
    align-items: center;
    color: #2B405A;
    margin: 17px 0 0;
}
.product-wrp-data h3 figure{
    margin: 0 0 0 5px;
}
.product-wrp-data .btn-main{
    margin-top: 170px;
}
.btn-main{
    font-weight: 600;
    font-size: 17px;
    line-height: 34px;
    color: #FFFFFF;
    padding: 0px 50px;
    background: #2B405A;
    mix-blend-mode: normal;
    border-radius: 30px;
    display: inline-block;
	text-decoration:none;
}
.btn-main:hover{
    background: #000;
}
.recyling-options,.product-wrp-data{
    padding-top: 60px;
}
.recyling-options h2{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #6798AD;
    margin: 0 0 23px;
}
.recyling-options ul li {
    display: flex;
    position: relative;
    margin: 0 0 15px;
}
.recyling-options ul li .form-check-box{
    position: absolute;
    top: 5px;
    right: 0;
}
.recyling-options ul li figure img{
	width: 29px;
	height: 34px;
}
.recyling-options ul li figure{
    margin: 0 16px 0 0; 
}
.recyling-options-data h6{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #2B405A;
	margin:0 0 2px;
}
.recyling-options-data p{
    font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #6798AD;
	margin:0px;
}
.slider-nav-title{
    text-align: center;
    margin: 4px 0 9px;
}
.slider-nav-title h2{
    font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
    text-align: center;
    color: #2B405A;
    margin: 0 0 15px;
}
.slider-nav-des{
    text-align: center;
    margin: 11px 0 0;
}
.slider-nav-des p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6798AD;
    margin: 0;
}
.slider-nav img{width:86px; height:auto; object-fit:cover;}
/* **** End Product Slider **** */

/* jay custom code */
.form-check-box-jk {
    position: relative;
    border: 1px solid #6798AD;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 auto;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    border-radius: 50%;
}

.form-check-box-jk:checked {
    background-color: #2B405A;
    border: 5px solid #afc9d4;
    -webkit-appearance: none;
    opacity: 1;
}
.form-check-box-jk:checked:disabled{
    background-color: #BEBEBE;
    border-color: #BEBEBE;
}
.form-check-box-jk:before {
    content: '';
    display: none;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 2.5px;
    height: 5.5px;
    border: solid #ffffff00;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.span-jk{
	color: #6798AD;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: transform 0.3s ease;
}

.swiper-slide img{
	transition: transform 0.3s ease;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  margin: 20px auto;
}

.mySwiper{
	max-width:452px !important;
	margin:0 auto !important;
	user-select: none !important;
	-moz-user-select: none !important;
	-khtml-user-select: none !important;
	-webkit-user-select: none !important;
	-o-user-select: none !important;
}

.swiper-slide-active img{
	transform: scale(1.5) !important;
	z-index: 2;
}

.swiper-wrapper{
	height: 500px !important
}

.default-selection{
	visibility:hidden;
	opacity:0;
	transition: opacity 0.3s ease;
	position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.swiper-slide-active .default-selection{
	visibility:visible;
	opacity:1;
}