.pnp_popup_form {
	transform:translateY(150%);
	position: fixed;
	right:1%;
	bottom:2%;
	transition: all .8s ease-in-out;
}
.pnp_popup_form.active {
	transform: translateY(0px);
}

/* Popup Form */

.pnp-container {
	background-color:#fff !important;
	width:30% !important;
	box-shadow:0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ) !important;
	overflow:hidden;
	padding: 10px;
	z-index:9999 !important;
}
.pnp-container .pnp-title {
	color: #ce2a1d;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: 100;
    font-size: 20px;
    line-height: 22px;
}
.pnp-container label {
	padding-bottom:7px;
	color:#000;
	font-weight:300;
}
.pnp-container input:focus-visible,
.pnp-container input:focus,
.pnp-container input {
	width: 100%;
	color: #666 !important;
    /*padding: .75em;*/
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd !important;
    border-radius: 2px;
    background: #FAFAFA;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}
.pnp-container .pnp-close {
	position: absolute;
	top:10px;
	right: 10px;
	padding:8px;
	padding-bottom:5px;
	padding-top:6px;
	background-color:#444;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
}
.pnp-container .pnp-close svg {
	width: 8px;
}
.pnp-container label {
	padding-bottom:5px;
}
.pnp-container input[type=submit] {
	background-color:#ce2a1d;
	color:#fff !important;
	width: 100px;
	margin-top:10px;
	padding-top: .5em;
	padding-bottom: .5em;
	cursor: pointer;
}
.pnp-container .fieldset-bottom,
.pnp-container .fieldset-top {
	border:1px solid #dddddd !important;
}
.pnp-container .fieldset-top {
	padding-top:30px;
}
html,
pnp,
body {
	overflow-x:hidden !important;
}

@media screen and ( max-width: 767px ) {
	.pnp-container {
		width:50% !important;
	}
}
@media screen and ( max-width: 500px ) {
	.pnp-container {
		width:70% !important;
	}
	.pnp-container .pnp-title {
	    font-size:16px;
	    width:90%;
	    text-align:left;
	    padding-left:10px;
	}
}

/* WooCommerce Single Page */

.single-product .product {
	margin-top:50px;
	margin-bottom:50px;
}
.single-product .content-area {
	padding-left:20px;
	padding-right:20px;
}
.single-product .onsale {
	background-color:#CE2A1D !important; 
}
.single-product .woocommerce-breadcrumb {
	padding:30px 0px;
}
.single-product .woocommerce-breadcrumb a {
	font-size:20px;
	font-weight:600;
	font-family:"Lato", Sans-serif;
}

.woocommerce div.product .product_title {
	color:#003049;
	font-weight:600;
	font-size:40px !important;
	font-family:"Lato", Sans-serif;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
	color:#CE2A1D !important;
}
.single-product .product p {
	font-family:"Roboto", Sans-serif;
	color:#142C3B;
	font-size:16px;
	line-height:1.4;
	font-weight:300;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
	background-color:#CE2A1D !important;
	padding:12px 20px;
	color:#ffffff !important;
	font-weight:500;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
	background:transparent;
	border:1px solid #CE2A1D;
	color:#000;
}
.single-product .posted_in a{
	color:#CE2A1D;
	font-weight:600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background-color:#CE2A1D !important;
	color:#ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color:#ffffff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color:#fff !important;
	border:1px solid #CE2A1D;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color:#000000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left:5px !important;
}
.comment-form-comment label {
	padding-bottom:20px !important;
}
.form-submit input {
	background-color:#CE2A1D !important;
	color:#ffffff !important;
	font-weight: 400;
}

/* WooCommerce Cart Page */

.woocommerce-cart .woocommerce a {
	color:#CE2A1D;
}
.woocommerce-cart .woocommerce button {
	border-color:#CE2A1D;
	color:#CE2A1D;
}
.woocommerce-cart .woocommerce button:hover {
	background-color:#CE2A1D;
	border-color: #CE2A1D;
	color: #ffffff;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout {
	display: flex;
	justify-content: flex-end;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a {
	background-color:#CE2A1D;
	color:#ffffff;
	text-decoration: none;
	font-size: 14px !important;
	font-weight: 600;
	padding:10px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.woocommerce-cart .site-main {
	padding:50px 10px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
	padding-right:5px !important;
}

/* WooCommerce Checkout */

.woocommerce-checkout .site-main {
	padding:50px 0px !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	border-color:#CE2A1D;
	color:#CE2A1D;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
	background-color:#CE2A1D;
	border-color:#CE2A1D;
	color:#ffffff;
}
.is-large .wc-block-checkout__actions {
	padding-bottom:0px !important;
}

.wc-block-components-order-summary-item__quantity {
	background-color:#CE2A1D !important;
	color:#ffffff !important;
}

/* WooCommerce Order Success */

.woocommerce-checkout .woocommerce-customer-details address{
	padding:20px !important;
}
.woocommerce-order-overview,
.woocommerce-order-details,
.woocommerce-customer-details {
	padding:20px !important;
	box-shadow: 0px 5px 10px 2px rgba( 2, 2, 2, 0.50 ) !important;
}
.woocommerce ul.order_details li {
	padding:10px 0px !important;
}
.button.wc-backward {
	display: none;
}

@media screen and ( max-width:500px ) {
	.woocommerce-checkout .site-main,
	.woocommerce-cart .site-main {
		padding:50px 20px !important;
	}	
}

