/* Mobile View */
@media (max-width: 992px){
	
	/* Section Line */
	/*.section-title {
		position:relative;
		display:inline-block;
		font-family:'baskerville-bd';
		font-size:20px;
		color:var(--color1);
		padding:0 20px;
	}
	.section-title:before {
		content:'';
		position:absolute;
		border-top: 2px solid transparent;
		border-right: calc(var(--container-width) / 6) solid var(--color1);
		border-bottom: 2px solid transparent;
		left:calc(var(--container-width) / -6);
		top:calc(50% - 2px);
	}
	.section-title:after {
		content:'';
		position:absolute;
		border-top: 2px solid transparent;
		border-left: calc(var(--container-width) / 6) solid var(--color1);
		border-bottom: 2px solid transparent;
		right:calc(var(--container-width) / -6);
		top:calc(50% - 2px);
	}	*/	
	
	/* Header */
	/* User Popup */
	.user_popup, .cart_popup{
		right: -80px;
		width: 350px;
	}
	/* End of Header */
	
	.section-title {
		font-size:24px;
	}
	.section-title:before, .section-title:after {
		display: none;
	}
	
	/*Home Page*/
	.step-row .col-lg-5ths{
		width: 100%;
		margin-bottom: 90px;
	}
	/*End of Home Page*/
	
	/*Product*/
	.ct-modal .modal-desc .p_footer{
		position: inherit;
		padding: 0;
		margin-top: 15px;
	}
	
	.ct-modal .modal-desc .p_footer .p_btn{
		width: 100%;
		height: 30px;
		margin: 0 3px;
	}

	.ct-modal .modal-desc .p_footer .p_btn.buy_now_btn{
		font-size: 12px;
		line-height: 12px;
		white-space: nowrap;
	}

	.ct-modal .modal-desc .p_footer .p_btn.add_to_cart{
		font-size: 12px;
		line-height: 12px;
		white-space: nowrap;
	}

	.ct-modal .modal-desc .p_footer .num_container .btn-num-product {
		height: 30px;
		width: 30px;
	}
	.ct-modal .modal-desc .p_footer .num_container .pdetail_qty {
		height: 30px;
		width: 30px;
	}	
	/*End of Product*/
}