/*---------------------
  Product Details
-----------------------*/

.product-details {
	padding-bottom: 60px;
}
.product__details__content {
	padding-bottom: 60px;
	border-bottom: 1px solid #e1e1e1;
}
.product__details__pic {
	margin-right: -20px;
	margin-bottom: 40px;
	overflow: hidden;
}
.product__details__pic__item {
	width: calc(83% - 20px);
	float: left;
	margin-right: 20px;
	/* height: 720px; */
}
.product__details__pic__item img {
	min-width: 100%;
	/* height: 100%; */
}
.product__details__thumb {
	width: calc(17% - 20px);
	float: left;
	/* height: 720px; */
	overflow: hidden;
}
.product__details__thumb .pt__item:last-child img {
	margin-bottom: 0;
}
.product__details__thumb img {
	min-width: 100%;
	margin-bottom: 20px;
	height: 100%;
	cursor: pointer;
}
.product__details__text {
	position: relative;
	padding-left: 40px;
	margin-bottom: 40px;
}
.product__details__title {
	margin-bottom: 40px;
}
.product__details__title span {
	color: #f45d96;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.product__details__title h3 {
	color: #111111;
	margin-bottom: 10px;
    font-size: 30px;
    font-weight: 400;
	font-family: "";
}
.product__details__title ul {
    padding: 0;
    margin: 0;
}
.product__details__title ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #111111;
	position: relative;
	margin-right: 35px;
}
.product__details__title ul li:last-child {
	margin-right: 0;
}
.product__details__title ul li:last-child:after {
	display: none;
}
.product__details__title ul li:after {
	position: absolute;
	right: -23px;
	top: -1px;
	content: "|";
	color: #888888;
}
.product__details__title ul li .rating i {
	display: inline-block;
	color: #ECBA0B;
	margin-right: -4px;
}
.product__details__price {
	color: #f45d96;
	font-size: 30px;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 0;
}

.product__details__widget {
    padding: 0;
    margin: 0;
	margin-bottom: 45px;
}

.product__details__widget li {
	list-style: none;
	font-size: 16px;
	color: #888888;
	line-height: 30px;
	border-bottom: 1px solid #2222;
    padding: 10px 0;
}
.product__details__widget li span {
	color: #111111;
}
.product__details__btns {
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 50px 0;
	margin-bottom: 40px;
}
.product__details__btns .quantity {
	float: left;
	margin-right: 20px;
}
.product__details__btns .quantity .pro-qty {
	width: 170px;
	height: 50px;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	padding: 0 25px;
}
.product__details__btns .quantity .pro-qty input {
	font-size: 20px;
	color: #111111;
	font-weight: 700;
	float: left;
	text-align: center;
	border: none;
	background: transparent;
	width: 94px;
	height: 48px;
}
.product__details__btns .quantity .pro-qty .qtybtn {
	font-size: 20px;
	color: #888888;
	float: left;
	height: 100%;
	line-height: 40px;
	cursor: pointer;
}
.product__details__btns .add_btn {
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	background: #111111;
	position: relative;
	padding: 14px 30px 12px 70px;
	border-radius: 50px;
	margin-right: 16px;
	float: left;
}
.product__details__btns .add_btn span {
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	padding: 0 16px;
	background: #f45d96;
	border-radius: 50%;
	line-height: 42px;
}
.product__details__btns .heart_btn {
	padding: 15px 14px;
	background: #f2f2f2;
	border-radius: 50%;
	float: left;
}
.product__details__desc .nav {
	border-bottom: none;
	margin-bottom: 30px;
}
.product__details__desc .nav-item {
	margin-right: 60px;
	position: relative;
    margin-bottom: -1px;
}
.product__details__desc .nav-item:after {
	position: absolute;
	right: -35px;
	top: 4px;
	content: "/";
	color: #888888;
}
.product__details__desc .nav-item:last-child {
	margin-right: 0;
}
.product__details__desc .nav-item:last-child:after {
	display: none;
}
.product__details__desc .nav-link {
	font-size: 20px;
	font-family: "Libre Baskerville", serif;
	color: #888888;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
}
.product__details__desc .nav-link.active {
	color: #111111;
	background-color: transparent3;
	border-color: transparent;
}
.product__details__desc .tab-content p {
	margin-bottom: 0;
}
.related__products {
	padding-top: 60px;
}

@media only screen and (min-width: 1400px){
    .container {
        max-width: 1320px;
    }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product__details__text {
		padding-left: 0;
	}
    .product__details__pic__item {
		height: auto;
	}
	.product__details__thumb {
		height: auto;
	}
    .product__details__pic__item img {
		height: auto;
	}
	.product__details__thumb img {
		height: auto;
	}
	.product__details__btns .quantity {
		margin-right: 10px;
	}
	.product__details__btns .add_btn {
		padding: 14px 30px 12px 60px;
		margin-right: 6px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product__details__text {
		padding-left: 0;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
    .product__details__pic__item img {
		height: auto;
	}
	.product__details__thumb img {
		height: auto;
	}
	.product__details__pic__item {
		height: auto;
	}
	.product__details__thumb {
		height: auto;
	}
	.product__details__text {
		padding-left: 0;
	}
	.product__details__btns .quantity {
		margin-bottom: 20px;
	}
	.product__details__btns .add_btn {
		margin-bottom: 20px;
		overflow: hidden;
	}
	.product__details__btns .heart_btn {
		margin-bottom: 20px;
		overflow: hidden;
	}
}

@media only screen and (min-width: 576px) {
	
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
    .product__details__price {
		position: relative;
		margin-bottom: 20px;
	}
	.product__details__title {
		margin-bottom: 20px;
	}
	.product__details__btns .quantity {
		float: none;
		margin-right: 0;
	}
}


