﻿/* use style sheet */


.shop-style-two{
	background:#fff;
	padding-bottom:60px;
	padding-top:60px;
}

.shop-style-two .upper-box {
	position: relative;
	display: block;
}


.boxed_wrapper {
	position: relative;
	overflow-x: hidden;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

.pqr {
	width: 130px;
}

.tabs-content {
	background: #fff;
	padding: 30px 30px 15px
}

.tabs-box .tab {
	position: relative;
	display: none;
	transform: scale(0.9, 0.9) translateY(0px);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
	display: block;
	transform: scale(1) translateY(0px);
}


.btn-box a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #fff;
	background: #014EA0;
	border-radius: 30px;
	padding: 12px 35px 12px 58px;
	z-index: 1;
}

.btn-box a i {
	position: absolute;
	left: 8px;
	top: 7px;
	font-size: 21px;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #014EA0;
	background: #fff;
	border-radius: 50%;
}

.btn-box:hover a {
	background: #2e2e2e;
}

.btn-box:hover a i {
	background: #014EA0;
	color: #fff
}

.prolist{
	padding-top:80px;
	padding-bottom:120px;
}

.single-shop{
	position:relative;
	z-index:10;
	background:#fff;
}

.single-shop .product-info-tabs {
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.single-shop .product-info-tabs .tab-btns {
	position: relative;
	display: block;
	/*border-bottom: 2px solid #f1f1f1;*/
	background: #014EA0
}

.single-shop .product-info-tabs .tab-btns li {
	position: relative;
	float: left;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
	background: #014EA0;
	text-transform: uppercase;
	padding: 14.5px 15px;
	width: 176px;
	text-align: center;
	transition: all 500ms ease;
	cursor: pointer;
	margin-right: 2px;
}

.single-shop .product-info-tabs .tab-btns li.active-btn,
.single-shop .product-info-tabs .tab-btns li:hover {
	color: #fff;
	background: #333;
}

.single-shop .product-info-tabs .tab-btns li:last-child {
	margin-right: 0px;
}

.single-shop .product-info-tabs .tabs-content .inner-box .top-content {
	position: relative;
	display: block;
	/*max-width: 1000px;*/
	width: 100%;
	padding-top: 10px;
	padding-bottom: 50px;
}

.single-shop .product-info-tabs .tabs-content .inner-box .top-content p {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #6e6b6b;
	margin: 0px;
}

.single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item {
	position: relative;
	display: block;
	padding: 0px 0px 0px 0px;
	margin-bottom: 34px;
}

.single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item:last-child {
	margin-bottom: 0px;
}

.single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item .image-box {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 230px;
	height: 165px;
}

.single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item .image-box img {
	width: 100%;
}

.single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item img {
	width: 100%
}

.single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #333;
	margin-bottom: 12px;
}

.single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item ul li {
	position: relative;
	display: block;
	font-size: 16px;
	color: #6e6b6b;
	line-height: 26px;
	margin: 0px 0 10px 0;
}

.single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item ul li h5 {
	font-size: 18px;
	font-weight: 600;
	color: #333
}



.single-shop .products-details {
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top:60px;
}

.single-shop .products-details .image-carousel {
	position: relative;
	display: block;
	background: #fff;
	/*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);*/
	margin-bottom: 25px;
	border: 1px solid #dddddd
}

.single-shop .products-details .image-carousel li {
	position: relative;
	display: block;
	background: #fff;
}

.single-shop .products-details .image-carousel li img,
.single-shop .products-details .thumbs-carousel li img {
	width: 100%;
}

.single-shop .products-details .thumbs-carousel {
	position: relative;
	display: block;
	text-align: center;
	padding: 0;
}

.single-shop .products-details .thumbs-carousel li {
	position: relative;
	max-width: 175px;
	width: 100%;
	cursor: pointer;
}

.single-shop .products-details .owl-nav {
	display: none;
}

.single-shop .products-details .carousel-content {
	position: relative;
	display: block;
	margin-right: 45px;
}


.single-shop .products-details .content-box {
	position: relative;
	display: block;
	padding-top: 43px;
}

.single-shop .products-details .content-box .product-price {
	position: relative;
	display: block;
	font-size: 38px;
	line-height:  1.5;
	font-weight: 500;
	color: #0d0e23;
	margin-bottom: 12px;
}

.single-shop .products-details .content-box .price {
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 1.5;
	color: #a4c226;
	margin-bottom: 12px;
	font-weight: 700;
}

.single-shop .products-details .content-box .customer-reviews {
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.single-shop .products-details .content-box .customer-reviews .rating {
	position: relative;
	display: inline-block;
	margin-right: 25px;
}

.single-shop .products-details .content-box .rating li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #ffb12a;
}

.single-shop .products-details .content-box .customer-reviews .reviews {
	position: relative;
	display: inline-block;
}

.single-shop .products-details .content-box .customer-reviews .reviews a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #4d403e;
}

.single-shop .products-details .content-box .other-info li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #727272;
}

.single-shop .products-details .content-box .other-info li h6 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #4d403e;
}

.single-shop .products-details .content-box .other-info .categories-box {
	position: relative;
	display: inline-block;
	margin-right: 25px;
}

.single-shop .products-details .content-box .other-info .tags-box {
	position: relative;
	display: inline-block;
}

.single-shop .products-details .content-box .other-info {
	position: relative;
	display: block;
	margin-bottom: 17px;
}

.single-shop .products-details .content-box .product-info {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.single-shop .products-details .content-box .product-info li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #727272;
}

.single-shop .products-details .content-box .product-info li h6 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #4d403e;
	font-weight: 500;
}

.single-shop .products-details .content-box .product-info .model {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.single-shop .products-details .content-box .product-info .brand {
	position: relative;
	display: inline-block;
}

.single-shop .products-details .content-box .product-info .model li.model-no {
	border: 1px solid #f0f0f0;
	text-transform: uppercase;
	padding: 8.5px 15px;
}




.single-shop .products-details .content-box .lower-content .link-btn {
	position: relative;
	display: block;
	margin-bottom: 16px;
}

.single-shop .products-details .content-box .lower-content .link-btn a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #014EA0;
	text-decoration: underline;
}


.single-shop .products-details .content-box .lower-content .link-btn a:hover {
	color: #192d66;
}

.single-shop .products-details .content-box .lower-content .text h5 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 26px;
	color: #014EA0;
	font-weight: 600;
	margin-bottom: 20px;
}

.single-shop .products-details .content-box .lower-content .text p {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 8px;
	padding-right: 25px;
}

.single-shop .products-details .content-box .lower-content .text p:last-child {
	margin-bottom: 0px;
}

.latest-product .single-item {
    position: relative;
    display: block;
    background: #fff;
    padding: 0px 20px 0px 30px;
    display: flex;
    min-height: 296px;
    align-items: center;
	margin-bottom:30px;
}

.latest-product .single-column:last-child .single-item {
	/*background: #f8e8e8;*/
}

.latest-product .single-item .image-box {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 40%;
    padding: 0px 0px;
    overflow: hidden;
    height: 88%;
        display: flex;
    justify-content: center;
}

.latest-product .single-item .image-box img {
width: auto;
    transition: all 1500ms ease;
    height: 100%;
}

.latest-product .single-item .image-box:before {
    content: "";
    width: 100%;
    height: 0;
    background: linear-gradient(-90deg, #0c7e87 , #127564);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    transition: all 0.4s ease;
    opacity: 0;
}

.latest-product .single-item .image-box i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,20%);
    z-index: 5;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}



.latest-product .single-item:hover .image-box img {
	opacity: 1;
	transform: scale(1.1);
}

.latest-product .single-item:hover .image-box:before {
    top: 0;
    height: 100%;
    opacity: 0.8;
}

.latest-product .single-item:hover .image-box i {
    transform: translate(-50%,-50%);
    opacity: 1;
}

.latest-product .single-item .content-box {
	position: relative;
	padding-left: 45%;
}

.latest-product .single-item .content-box h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.5;
	color: #0f0e0e;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 30px
}

.latest-product .single-item .content-box h3 a {
	color: #0f0e0e;

}

.latest-product .single-item .content-box h3 a:hover,
.latest-product .single-item .content-box .link-btn a:hover {
	color: #014EA0;
}

.latest-product .single-item:hover {}

.latest-product .single-item .content-box .link-btn{
	position: relative;
	display: flex;
    align-items: center;
	font-size: 16px;
	line-height: 24px;
}

.latest-product .single-item .content-box .link-btn i {
	font-size: 14px;
	margin-left: 5px;
}

.latest-product .single-item:hover  .content-box svg path{
	fill:#024FA0!important;
}

.latest-product .single-item .content-box h3::before {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	background: #014EA0;
	z-index: 3;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.latest-product .single-item .content-box h3::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #e8e8e8;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.latest-product .single-item:hover .content-box h3 {
	color: #014EA0
}

.latest-product .single-item p {
	padding-bottom: 10px;
	margin-top:30px;
	font-size: 14px;
	line-height:1.5;
}

.latest-product .single-item:hover {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1)
}


@media only screen and (max-width: 1360px) {
	
	.latest-product .single-item {
		min-height: 250px;
	}
	.latest-product .single-item .content-box h3 {
		font-size: 21px;
	}

	
}
	
@media only screen and (max-width: 1280px) {
	
	.latest-product .single-item .content-box {
		padding-left: 10px;
	}
	.latest-product .single-item .content-box h3 {
		font-size: 18px;
	}
	

	.latest-product .single-item .image-box {
		width: 60%;
		position: relative;
		left: 0px;
		top: 0px;
		padding:0px;
		margin-bottom: 0px;
	    height: 200px;
		display: flex;
		align-items: center;
		padding-bottom: 20px;
	}

	.latest-product .single-item {
		padding: 20px;
	}
	
	.latest-product .single-item .content-box .link-btn{
		font-size:12px;
	}
	
	.latest-product .single-item p{
		line-height:1.5;
		margin-top: 20px;
		font-size:13px;
		padding-right:15px;
	}

	.single-shop .products-details .content-box {
		padding-top: 0px;
	}

	.single-shop .products-details .content-box .addto-cart-box .bye-btn,
	.single-shop .products-details .content-box .addto-cart-box .cart-btn {
		padding: 9.5px 28px;
	}

	.single-shop .products-details .content-box .addto-cart-box .item-quantity {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.single-shop .product-info-tabs .tab-btns li {
		margin-top: 2px;
	}

	.single-shop .products-details .carousel-content {
		margin: 0px 0px 50px 0px;
	}
}


@media only screen and (max-width: 767px) {
	.single-shop {
		padding: 40px 0px 40px 0px;
	}

	.single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item .image-box {
		position: relative;
		width: 100%;
		height: 100%;
		margin-bottom: 20px;
	}

	.single-shop .product-info-tabs .tabs-content .inner-box .lower-content .single-item {
		padding-left: 0px;
	}
}


@media only screen and (max-width: 399px) {
	.single-shop .products-details .content-box .product-price {
		font-size: 32px;
	}

	.single-shop .item-quantity .input-group {
		max-width: 100%;
	}

	.single-shop .products-details .content-box .addto-cart-box .item-quantity {
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.single-shop .products-details .content-box .addto-cart-box .bye-btn {
		display: block;
		margin: 0px;
		margin-bottom: 10px;
	}

	.single-shop .products-details .content-box .addto-cart-box .cart-btn {
		width: 100%;
	}

	.single-shop .product-info-tabs .tab-btns li {
		float: none;
		width: 100%;
	}
}