.price-req-ele{
	display:flex;
	gap:10px;
	position:relative;
}
.listSpec {
    margin-bottom: 20px;
}

.listSpec:last-child {
    margin-bottom: 0px;
}

.specHead {
    margin: 0px;
    text-transform: uppercase;
    line-height: 20px;
}

.specCont {
    line-height: 17px;
    font-weight: 300;
}

.specificationWrap {
    padding: 0px 10vw;
}

.product-page .push-banner-container:before {
      background-color: rgba(0,0,0,.5);
	  opacity:1;
}											 

.sliderGallery .slider-container {
    padding: 0;
}

/*slider section*/
.explore-slider-wrapper .productDetails {
    margin-top: -8%;
}

.explore-slider-wrapper .productImage>img {
    display: block;
    width: 100%;
    max-height: 412px;
    overflow: hidden;
	object-fit: contain;
}

.slider-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 550px;
}

.sliderArea {
    width: 50%;
}

.sliderArea .swiper-pagination {
    display: none;
}

.gallery-slider-wrapper {
    text-align: center;
}

.sliderGallery {
    min-height: 550px;
    max-height: 550px;
    background: linear-gradient(45deg, #483a29, #b1a188);
}

.gallery-image img {
    width: auto;
    max-width: 100%;
    min-height: 550px;
    max-height: 550px;
    object-fit: cover;
}

.gallery-prev {
    background: url(../images/product/prev-icon.svg)
}

.gallery-next {
    background: url(../images/product/next-icon.svg)
}

.gallery-prev,
.gallery-next {
    background-repeat: no-repeat;
    background-position: center;
}

.gallery-prev:after,
.gallery-next:after {
    display: none;
}

.sliderInfo {
    width: 50%;
    color: #fff;
    padding-left: 10%;
}

.sliderInfo .productDetails span {
    color: #fff;
}

.contList,
.smSlider {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sliderInfo .brandName {
    font-weight: bold;
    font-size: 16px;
}

.sliderInfo .prodModel {
    font-weight: 400;
    font-size: 28px;
}

.sliderInfo .prodInfo,
.priceRequest {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
}

.priceRequest {
    display: block;
    position: relative;
    margin-top: 0px;
}

.infoMsg {
    position: absolute;
    background: #f8f8f8;
    color: #212121;
    border-radius: 8px;
    padding: 15px 20px;
    z-index: 1;
    margin-top: 5px;
    display: none ;
    max-width: 350px;
    width: 100%;
	text-align:center;
	font-size:12px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	left:0px;
}

.sliderInfo .productDetails .infoMsg,
.sliderInfo .productDetails .infoMsg span {
    color: #212121;
    line-height: 16px;
}

.infoMsg:before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #f8f8f8;
    position: absolute;
    top: -5px;
    left: 38%;
}

.requestInfo:hover .infoMsg {
    display: block !important;
}

.brandStatus {
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
	font-size:14px;
}

.contList {
    margin-top: 20px;
    max-width: 300px;
}

.contList li {
    margin-bottom: 15px;
}

.sliderInfo a span{
	transition:.3s ease;
}

.sliderInfo a span svg path{
	transition:fill 0.3s ease 0s;
}

.sliderInfo .contIconLink {
	font-size:14px;
}
.sliderInfo .contIconLink .cmnIcon{
	margin-right:20px;
}

.sliderInfo .contIconLink:hover span{
	background:#fff;
}

.sliderInfo .contIconLink:hover span svg path{
	fill:#127749;
}

.contIconLink {
    position: relative;
    display: flex;
    align-items: center;
    transition: .5s all;
}

.cmnIcon {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 10px;
    align-items: center;
    justify-content: space-around;
}


.smSlider {
    display: flex !important;
    flex-wrap: wrap;
    margin-top: 25px;
    padding: 0px !important;
}

.smSlider li {
    margin-right: 5px;
    max-width: 90px;
    width: 100%;
}

.smSlider .swiper-wrapper {
    padding: 0px;
}
/*
.cmnIcon svg {
    width: 14px;
    height: auto;
}
*/
.contList-Mobile {
    display: none;
}

.youMayLike {
    text-align: center;
}

.youMayLike .md-title {
    margin-bottom: 30px;
}

.medium-title {
    margin-top: 5px;
    line-height: 20px;
}

.smSlider .swiper-wrapper>li>a {
    min-width: 90px;
    display: block;
    background-color: #fff;
    height: 62px;
    overflow: hidden;
}
.smSlider .swiper-wrapper>li a{
	opacity:1;
	transition: opacity 0.5s linear 0s;	
}
.smSlider .swiper-slide-thumb-active a, .smSlider .swiper-wrapper>li>:hover a{
	opacity:.5!important;
}

.explore-pagination {
    margin-top: 50px;
}

.smSlider .swiper-wrapper>li>a img {
    width: 100%;
    height: 62px;
    object-fit: cover;
}

@media(min-width:768px) {
    .medium-title {
        margin-top: 20px;
    }
}

@media(min-width:1069px) {
	.gallery-slider-wrapper{
		background:none!important;
	}
}

@media(max-width:1600px) {
	.gallery-image img{
		max-width:90%;
	}
}

@media(max-width:1068px) {

	.sliderGallery {
		background:none!important;
	}
    .sliderGallery {
        background: #fff;
        max-height: initial;
    }

    .sliderArea {
        width: 100%;
        order: 2;
        height: auto;
    }

    .gallery-image img {
        min-height: 45vh;
        max-height: 100%;
    }

    .slider-container {
        flex-wrap: wrap;
        min-height: auto;
    }

    .gallery-slider-wrapper {
        max-width: 100%;
    }

    .gallery-slider-wrapper {
        background: linear-gradient(45deg, #483a29, #b1a188);
    }

    .sliderInfo {
        width: 100%;
        order: 1;
        padding: 30px 10px 20px;
    }

    .sliderInfo .productDetails span,
    .sliderInfo {
        color: #212121;
        text-align: center;
        line-height: normal;
    }

    .priceRequest img {
        filter: invert(1);
    }

    .smSlider,
    .swiper-button-prev,
    .swiper-button-next,
    .contList {
        display: none !important;
    }

    .infoMsg,
    .infoMsg span {
        text-align: left !important;
    }

    .infoMsg:before {
        display: none;
    }

   /* .infoMsg {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
*/
    .sliderArea .swiper-pagination {
        display: block;
    }

    .gallery-pagination {
        background: #fff;
        padding-top: 10px;
        margin: 0px;
        bottom: -2px !important;
    }

    .brandStatus {
        margin-top: 10px;
        display: block;
        font-size: 14px;
    }

    .contList-Mobile {
        display: block;
        order: 3;
        text-align: center;
        width: 100%;
        margin-top: 50px;
    }

    .explore-pagination>span {
        width: 30px;
    }

    .contList-Mobile .contList {
        display: block !important;
        margin: 0 auto;
        font-size: 0px;
    }

    .contList-Mobile h4 {
        font-size: 16px;
    }

    .contList-Mobile .cmnIcon {
        border-color: #127749
    }

    .contList-Mobile li {
        display: inline-block;
        margin: 0px;
        margin-right: 20px;		vertical-align:top;
    }

    .contList-Mobile li:last-child {
        margin-right: 0px;
    }

    .contList-Mobile li a {
        font-size: 0px;
    }

    .contList-Mobile li a span {
        margin: 0px;
    }

    .contList-Mobile li a span,
    .cmnIcon {
        width: 36px;
        height: 36px;
    }

    /* .contList-Mobile .contList a:hover svg path {
        fill: #fff;
    } */

    .cmnIcon svg {
        width: 12px;
        height: auto;
    }

    .specificationWrap {
        padding: 0px 5vw;
    }
}



@media(max-width:767px) {
    .specificationWrap {
        order: 2;
        padding: 0px;
        margin-top: 20px;
    }

    .videoWrap+.page-section {
        padding: 20px;
    }

    .sliderGallery .explore-pagination {
        margin-top: 0px;
    }
    
    .img-with-content .col-imgWrap {
        margin-bottom: 20px;
    }
    
    .twoCol > .col-imgWrap:first-child {
        padding-left: 0px;
    }
    
    .twoCol > .col-imgWrap:last-child {
        padding-right: 0px;
    }

    .explore-pagination {
        margin-top: 50px;
    }
    
    
}
