/** Product Detail **/
.product-detail .product{
	position: relative;
}
.product-detail .onsale{
	padding: 0 12px;
    font-size: 10px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    color: var(--pbmit-white-color);
    z-index: 2;
    text-transform: uppercase;
    border-radius: 0;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    letter-spacing: 1px;
    background: #f14705;
	min-height: 30px;
    min-width: 30px;
	line-height: 3;
}
.product-detail .product .pbmit-product-gallery{
	float: left;
    width: 48%;
	position: relative;
	margin-bottom: 30px;
}
.product-detail .product .pbmit-product-gallery a{
	display: block;
}
.product-detail .product .pbmit-product-gallery a img{
	display: block;
    width: 100%;
}
.product-detail .product .summary{
	float: right;
    width: 48%;
    clear: none;
	margin-bottom: 30px;
}
.product-detail .product .product-title{
	font-size: 32px;
    line-height: 40px;
}
.product-detail .product .pbmit-product-rating{
	margin-bottom: 30px;
	line-height: 2;
    display: block;
}
.product-detail .product .pbmit-product-rating:before{
	content: " ";
    display: table;
}
.product-detail .product .pbmit-product-rating .star-rating{
	overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
	width: 5.6em;
	margin: .5em 4px 0 0;
    float: left;
}
.product-detail .pbminfotech-box-star-ratings i{
	font-size: 15px;
	color: #999;
}
.product-detail .pbminfotech-box-star-ratings i.pbmit-active{
	color: #fcd200;
}
.product-detail .product .pbmit-product-rating .star-rating i::before{
	margin: 0;
}
.product-detail .product .summary .price{
	font-size: 20px;
	margin-bottom: 10px;
	color: var(--pbmit-global-color);
}
.product-detail .product .price del{
	opacity: .5;
    display: inline-block;
}
.product-detail .screen-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal;
    padding: 0;
    position: absolute;
    width: 1px;
}
.product-detail .product .price ins{
	text-decoration: none;
    font-weight: 500;
	display: inline-block;
	background: inherit;
}
.product-detail .product form.cart{
	margin-bottom: 35px;
}
.product-detail .product form.cart .quantity{
	float: left;
    margin: 0 4px 0 0;
}
.product-detail .product form.cart .quantity .qty{
	height: 50px;
    width: 55px;
    margin-right: 5px;
    font-size: 18px;
    background-color: transparent;
    color: var(--pbmit-blackish-color);
    padding: 0 3px;
    font-weight: 400;
	text-align: center;
	display: block;
	line-height: normal;
	border: 1px solid #031b4e24;
	transition: all 500ms ease;
}
.product-detail .product form.cart .quantity input::placeholder{
	color: rgba( var(--pbmit-global-color-rgb), 0.6);
}
.product-detail .product form.cart button{
	font-family: var(--pbmit-btn-typography-font-family);
	font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: .6px;
	padding: 13px 30px;
    text-transform: uppercase;
	border-radius: 40px;
	border: none;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
	transition: all .6s;
}
.product-detail .product form.cart button:hover{
	background-color: var(--pbmit-secondary-color);
}
.product-detail .product .summary .product-meta .sku-wrapper,
.product-detail .product .summary .product-meta .posted-in{
	color: var(--pbmit-global-color);
}
.product-detail .product .summary .product-meta .sku-wrapper span,
.product-detail .product .summary .product-meta .posted-in a{
	font-weight: 400;
    color: rgba(var(--pbmit-blackish-color-rgb), .7);
}
.product-detail .product .summary .product-meta .posted-in{
	margin-left: 10px;
}
.product-detail .pbmit-tab{
	clear: both;
}
.product-detail .pbmit-tab ul{
	display: inherit;
}
.product-detail .pbmit-tab ul li{
	display: inline-block;
}
.product-detail .pbmit-tab .nav .nav-item a.active{
	background-color: var(--pbmit-global-color);
}
.product-detail .pbmit-tab .nav .nav-item a{
	font-size: 15px;
	width: auto;
	line-height: normal;
	padding: 14px 30px 14px;
	border-radius: 10px 10px 0 0;
	transition: all 500ms ease;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
.product-detail .pbmit-tab .tab-content>.tab-pane{
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #031b4e24
}
.product-detail .pbmit-tab .tab-content>.tab-pane h2{
	font-size: 22px;
    line-height: 28px;
	margin-bottom: 20px;
}
.product-detail .pbmit-tab .shop-attributes{
	margin-bottom: 30px;
	width: 100%;
}
.product-detail .pbmit-tab .shop-attributes tr{
	border: 1px solid #031b4e24
}
.product-detail .pbmit-tab .shop-attributes th{
	width: 150px;
}
.product-detail .pbmit-tab .shop-attributes td,
.product-detail .pbmit-tab .shop-attributes th{
	padding: 5px 7px;
    font-weight: 400;
    background: transparent;
    border-right: 1px solid #031b4e24
}
.product-detail .pbmit-tab .shop-attributes td{
	font-style: italic;
	line-height: 1.5;
}
.product-detail .pbmit-tab .shop-attributes td p{
	margin: 0;
    padding: 8px 0;
}
.product-detail .pbmit-reviews .commentlist{
	margin: 0;
}
.product-detail .pbmit-reviews .commentlist li{
	margin-bottom: 30px;
	list-style-type: none;
	position: relative;
}
.product-detail .pbmit-reviews .commentlist li img.avtar{
	float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #e9e6ed;
    border: 1px solid #e1dde7;	
}
.product-detail .pbmit-reviews .commentlist li .comment-text{
	padding: 20px 20px 0;
	margin-left: 50px;
	border: 1px solid #031b4e24
}
.product-detail .pbmit-reviews .comment-text .star-rating{
	float: right;
	height: 1em;
    line-height: 1;
}
.product-detail .pbmit-reviews .commentlist li .comment-text p.meta{
	font-size: .83em;
	margin: 0 0 15px;
	color: #767676;
}
.product-detail .pbmit-reviews .commentlist li .comment-text p{
	margin-bottom: 15px;
}
.product-detail .pbmit-reviews .comment-reply-title{
	font-size: 16px;
    line-height: 35px;
    font-weight: 500;
}
.product-detail .pbmit-reviews .comment-form span,
.product-detail .comment-respond .comment-form-cookies-consent label{
	font-size: 15px;
}
.product-detail .comment-respond .comment-form-rating{
	margin-bottom: 25px;
}
.product-detail .comment-respond .comment-form-rating label{
	font-weight: 600;
}
.product-detail .comment-respond .comment-form-rating .pbminfotech-box-star-ratings:hover i:before{
	content: "\f005";
	color: var(--pbmit-blackish-color);
}
.product-detail .comment-respond .comment-form-rating p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}
.product-detail .comment-respond .comment-form-rating p.stars a:before{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
	content: '\e843';
	font-family: "pbminfotech-base-icon";
}
.product-detail .comment-form .form-control{
	height: 50px;
	padding: 0 15px;
	border: 1px solid #031b4e24
}
.product-detail .comment-form textarea.form-control{
	line-height: 20px;
    height: 110px;
	width: 100%;
	padding: 10px 20px;
	resize: none;
}
.product-detail .comment-form .comment-form-cookies-consent{
    position: relative;
}
.product-detail .comment-form .comment-form-cookies-consent input:hover{
	-webkit-appearance: auto;
}
.product-detail .comment-form .form-submit{
	margin: 0;
}
.product-detail .comment-form .form-submit input{
	font-family: var(--pbmit-btn-typography-font-family);
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: .6px;
    text-transform: uppercase;
	padding: 10px 36px;
    border-radius: 30px;
    color: var(--pbmit-white-color);
    position: relative;
	border: none;
	transition: all .6s;
	background-color: var(--pbmit-global-color);
}
.product-detail .comment-form .form-submit input:hover{
	background-color: var(--pbmit-secondary-color);
}
.product-detail .related-products h2{
	font-size: 28px;
    line-height: 38px;
}
.product-detail .related-products .products li.product{
	width: 29%;
	margin-bottom: 30px;
	padding-bottom: 35px;
	text-align: center;
	float: left;
	margin-right: 35px;
}
.product-detail .related-products .products li.product .product-link{
	display: block;
}
.product-detail .related-products .products li.product .onsale{
	top: 16px;
	min-height: auto;
	padding: 8px 12px;
	font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    font-size: 13px;
	letter-spacing: .6px;
	line-height: normal;
}
.product-detail .related-products .products li.product a img{
	margin-bottom: 15px;
	width: 100%;
	display: block;
}
.product-detail .related-products .products li.product .pbmit-product-title{
	font-size: 18px;
    line-height: 28px;
	padding-bottom: 5px;
}
.product-detail .related-products .products li.product .price{
	font-size: 15px;
    color: var(--pbmit-blackish-color);
}
.product-detail .related-products .products li.product .price del{
	margin-right: 5px;
    opacity: .7;
}
.product-detail .related-products .products li.product .button{
	font-family: var(--pbmit-btn-typography-font-family);
    font-weight: 500;
    font-size: 13px;
	padding: 13px 30px;
    line-height: 24px;
	margin-top: 15px;
    border-radius: 30px;
	letter-spacing: .6px;
    text-transform: uppercase;
	border: none;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}
.product-detail .related-products .products li.product .button:hover{
	background-color: var(--pbmit-blackish-color);
}
.product-detail .related-products .products li.product:last-child{
	margin-right: 0;
}
.product-detail .widget .search-form input{
	font-weight: 600;
}
.product-detail .widget .search-form input::placeholder{
	color: rgba( var(--pbmit-blackish-color-rgb), 0.5);
}
.product-detail .widget .search-form .search-submit:hover{
	background: var(--pbmit-global-color);
}
.widget-products .product-list-widget li{
	margin-bottom: 10px;
	padding: 4px 0;
	line-height: 26px;
}
.widget-products .product-list-widget li a{
	font-family: var(--pbmit-heading-typography-font-family);
	font-weight: 500;
    font-style: normal;
	display: block;
}
.widget-products .product-list-widget li img{
	float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
	border-radius: 7px;
	border: 1px solid rgba(0,0,0,.1);
}
.widget-products .product-list-widget li del{
	margin-right: 10px;
}
.widget-products .product-list-widget li ins{
	color: var(--pbmit-blackish-color);
	text-decoration: none;
}
.product-categories ul li{
	margin: 2px 0;
	position: relative;
	line-height: 26px;
}
.product-categories ul li a{
	padding: 12px 30px 10px 25px;
    display: block;
    position: relative;
    line-height: normal;
}
.product-categories ul li a:before{
	position: absolute;
    font-family: 'pbminfotech-base-icons';
    content: '\f115';
    left: 0;
    top: 16px;
    font-size: 13px;
    font-weight: 400;
    color: var(--pbmit-global-color);
}
.product-categories ul li span{
	position: absolute;
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0;
    top: 18px;
}
/*=== Responsive Css ===*/ 
@media (min-width: 1201px){
	.sidebar-right-col{
		flex: 0 0 28%;
    	max-width: 28%;
	}
	.sidebar-left-col{
		flex: 0 0 72%;
    	max-width: 72%;
	}
}
@media (max-width: 1200px){
	.sidebar-left-col,
	.sidebar-right-col{
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
}
@media (max-width: 767px){
	.product-detail .product .pbmit-product-gallery,
	.product-detail .product .summary{
		float: none;
		width: 100%;
	}
	.product-detail .pbmit-tab ul{
		text-align: left;
	}
	.product-detail .pbmit-tab .nav .nav-item a{
		font-size: 11px;
		padding: 10px 17px 10px;
	}
	.product-detail .related-products .products li.product{
		width: 48%;
		clear: both;
		margin: 0 0 2.992em;
		padding-bottom: 10px;
	}
	.product-detail .related-products .products li.product:nth-child(2){
		float: right;
		clear: none;
	}
}
@media (max-width: 485px){
	.product-detail .related-products .products li.product{
		width: 100%;
	}
	.product-detail .pbmit-tab .nav .nav-item a{
		margin-bottom: 3px;
	}
}