@import url('https://fonts.googleapis.com/css?family=Karla:400,700|Rubik:400,500,700&display=swap');
body {
	margin: 0;
	padding: 0;
	/* font-size: 14pt; */
	font-size: 12pt;
	font-family: 'Karla', sans-serif;/*font-family: 'Rubik', sans-serif;*/
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	outline: none;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
h1, h2, h3, h4, h5, h6, p, form, ul {
	margin: 0;
}
input, button, textarea, select {
	width: 100%;
	outline: none;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
input:focus, select:focus, textarea:focus {
	outline: none;
	box-shadow: none;
}
img {
	max-width: 100%;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
/*============================================================================*/
.top_bar {
	padding: 20px 0;
}
.search_box {
	position: relative;
}
.search_box input {
	border: 1px solid #bababa;
	padding: 10px;
	padding-right: 40px;
	background: #fff;
}
.search_box input:focus {
	border: 1px solid #27326b;
}
.search_box button {
	position: absolute;
	right: 5px;
	top: 2px;
	bottom: 2px;
	width: 30px;
	background: #fff;
	border: none;
	outline: none;
}
.cart_top_div {
	text-align: right;
}
.cart_top_div div.active {
	position: relative;
	display: inline-block;
}
.cart_top_div div span {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	display: block;
	bottom: -2px;
	color: #d01228;
}
.cart_top_div div.active span {
	color: #48ae5b;
}
.checkout_link {
	display: inline-block;
	background: #34363d;
	color: #fff;
	padding: 10px 30px;
	margin-left: 30px;
}
.checkout_link:hover, .checkout_link:focus {
	background: #f3a600;
	color: #fff;
}
.align_item_center {
	display: flex;
	align-items: center;
}
.top_bar .navbar-toggler {
	display: none;
}
/*============================================================================*/

header {
	background: #34363d;
}
header .navbar {
	padding: 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	padding: 10px 18px;
	font-family: 'Rubik', sans-serif;
	font-size: 14pt;
	font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #d01228;
}
/*============================================================================*/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 15px;
	color: #34363d;
	font-family: 'Rubik', sans-serif;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #1d98d5;
}
h1 {
	font-size: 26pt;
}
h2 {
	font-size: 22pt;
}
h3 {
	font-size: 20pt;
}
h4 {
	font-size: 18pt;
}
h5 {
	font-size: 16pt;
}
h6 {
	font-size: 14pt;
}
/*============================================================================*/

section {
	padding: 20px 0;
}
.sub_list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #b1b1b1;
}
.sub_list:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.sub_list li {
	margin-bottom: 5px;
}
.sub_list li:last-child {
	margin-bottom: 0;
}
.sub_list li a {
	color: #1d1d1b;
}
.sub_list li a:hover, .sub_list li a:focus {
	color: #f3a600;
}
/*============================================================================*/

.sale_div {
	text-transform: uppercase;
	text-align: left;
	background: url("https://foamfactory.webmynehost.com/wp-content/uploads/2022/07/banner.jpg");
	color: #fff;
	justify-content: left;
	flex-direction: column;
	height: 100%;
	padding: 65px 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sale_div strong {
	font-size: 75px;
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.sale_div strong::after {
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	background: #fff;
	margin: auto;
}
.desc_div {
	margin-bottom: 20px;
	margin-top: 20px;
}
.mar_b_0 {
	margin-bottom: 0;
}
.shap_list {
	margin: 20px 0 30px;
}
.shap_list li {
	width: 20%;
	margin: 0;
	float: left;
}
.shap_list li a {
	background: #fff;
	text-align: center;
	display: block
}
.shap_list li p {
	font-weight: normal;
	font-size: 12pt;
	color: #212121;
	margin: 0;
	min-height: 60px;
	text-align: center;
	/* font-size: 13pt;
    min-height: 108px; */
}
/*============================================================================*/

.service_list {
	margin-bottom: 30px;
}
.service_list p {
	margin-bottom: 15px;
}
.service_list img {
	margin-bottom: 20px;
	width: 100%;
}
.partner_div_owl {
	position: relative;
	padding: 0 30px;
}
.partner_div_owl .owl-nav button.owl-next, .partner_div_owl .owl-nav button.owl-prev {
	position: absolute;
	left: 0;
	top: 35px;
	width: 20px;
	color: #999999;
	outline: none;
}
.partner_div_owl .owl-nav button.owl-next {
	right: 0;
	left: auto;
}
.scr_box {
	display: flex;
}
.scr_box button {
	width: 120px;
	background: #f3a600;
	border: 1px solid #f3a600;
	margin-left: 7px;
	color: #fff;
	padding: 5px 10px;
	outline: none;
}
.scr_box input {
	padding: 5px 10px;
	border: 1px solid #c0c0c0;
}
.scr_box input:focus {
	border: 1px solid #27326b;
}
.scr_box button:hover, .scr_box button:focus {
	background: #f3a600;
	border-color: #f3a600;
}
.subscribe_sec {
	background: #34363d;
    border-bottom: 2px solid #34363d;
    border-top: 2px solid #34363d;
}
/*============================================================================*/
footer {
	padding: 50px 0 30px;
}
.panel_card {
	position: relative;
	padding: 15px;
	/*border: 1px solid #ccc;*/
	border-radius: 5px;
}
.paypal_link {
	position: absolute;
	top: -25px;
	left: 25px;
	width: 150px;
	background: #fff;
	padding: 0 10px;
}
.panel_card ul {
	text-align: center;
	padding: 10px 0 0;
}
.panel_card li {
	display: inline-block;
	width: 24%;
	padding: 5px;
}
footer h5 {
	text-align: center;
}
address {
	position: relative;
	padding-left: 25px;
	margin: 0;
}
address i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 25px !important;
	color: #1d98d5;
}
.contact_desc a {
	display: block;
	color: #27326b;
	margin-bottom: 10px;
}
.contact_desc a img {
	margin-right: 10px;
}
.social_div {
	text-align: center;
}
.social_div a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #333333;
	color: #fff;
	line-height: 40px;
	border-radius: 50%;
	margin: 0 5px;
}
.copyright_div {
	text-align: center;
	padding: 20px 0;
	border-top: 2px solid #b1b1b1;
}
.copyright_div span {
	color: #1d1d1b;
	margin-bottom: 5px;
	display: block;
}
.copyright_div a {
	display: inline-block;
	border-right: 1px solid #1d1d1b;
	padding: 0 10px;
	color: #27326b;
}
.copyright_div a:last-child {
	border: none;
}
#menu_close{
	display: none;
}
.navbar_res{
	position: sticky;
	top: 30px;
}



/*============================================================================

INNER PAGE DESIGN START 

============================================================================*/

.rating_div span{
	margin-right: 10px;
}
.red_i{
	color: #d0152a;
}
.measure_div{
	margin: 30px 0;
}
.select_div select{
	padding:2px 7px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   background: url(../images/dd_icon.png) no-repeat right center;
   border:1px solid #d6d5d5;
   margin: 7px 0;
}
.select_div select:focus{
	border-color:  #27326b;
}
.select_div button{
	background: #27326b;
	color: #fff;
	padding:7px;
	border:none;
	outline: none;
}
.select_div button:hover,.select_div button:focus{
	background: #cf1429;	
}

/*============================================================================*/
 
.Dimensions strong{
	margin:-30px;
	display: inline-block;
}

/*============================================================================*/

.foams_div .service_list {
    border: 1px solid #d5d4d4;
    padding: 15px;
    /* min-height: 755px; */
	/* min-height: 686px; */
	min-height: 850px;
    display: flex;
    flex-direction: column;
    -moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.foams_div .service_list strong{
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.foams_div .service_list strong span{
	display: block;
}
.foams_div .service_list img{
	margin:20px auto;
	display: block;
	width: auto;
}
.link_btn {
    background: #34363d;
    color: #fff;
    padding: 7px;
    border: none;
    outline: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: auto;
}
.foams_div .service_list:hover .link_btn,
.foams_div .service_list:focus .link_btn {
    background: #f3a600;
    color: #fff;
}
.foams_div .service_list:hover{
	border-color: #f3a600;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}


/*============================================================================*/

.price_div
{
	color: #34363d;
	font-weight: bold;
	text-align: center;
	font-size: 20pt;
	font-family: 'Rubik', sans-serif;
}

.number{
	margin:20px auto;
	display: flex;
}
.foam_price_list span {
	cursor:pointer;
}
.minus, .plus {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 34px;
    color: #bfbfbf;
    font-size: 18pt;
}
.foam_price_list input {
    height: 34px;
    width: 50px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
}
.foams_div .foam_price_list{
	    min-height: initial;
}
.foams_div .foam_price_list  p{
	min-height: 180px;
}
.foams_div .foam_price_list strong { 
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.green_btn{
	background: #34363d;
}

/*-----------------------------------------------------------------------*/
.item_basket {
	border-top: 2px solid #b1b1b1;
	/*border-bottom: 2px solid #b1b1b1;*/
	/*margin: 20px 0;*/
	padding: 20px 0;
}
.item_basket_desc strong {
    padding-right: 5px;
    display: inline-block;
}

.item_basket_desc p {
    padding-bottom: 0;
}

/* .item_basket_desc strong {
	display: block;
} */
.row_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: block;
	color: #666;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #b1b1b1;
	border-radius: 100%;
	background: #fff;
	bottom: 0;
    margin: auto;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #b1b1b1;
	position: absolute;
	top: 0;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    bottom: 0;
    margin: auto;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.radio_div div {
	margin: 24px 0;
}
.radio_div span {
	float: right;
}
.radio_div label {
	display: block;
}
.tbox {
	padding: 5px 7px;
	border: 1px solid #d6d5d5;
}
.tbox:focus {
	border-color: #27326b;
}
.select_date .tbox {
	width: 95%;
}
.select_date .input-group-addon {
	margin-top: 7px;
	margin-left: auto;
}
.btn_payment {
	background: #48ae5b;
	color: #fff;
	border: none;
	padding: 10px;
	margin-bottom: 50px;
}
.radio_div .price_div {
	text-align: left;
}
.Voucher_div{
	width: 280px;
}
.woocommerce-cart .modal-body p {    margin: 7px 0;}.woocommerce-checkout div#order_review p {    margin: 5px 0;}.woocommerce-order-received section.woocommerce-order-details ul.wc-item-meta li p {    margin: 5px 0;}

.woocommerce-cart .price_div span.woocommerce-Price-amount.amount {
    font-size: 15pt;
}
/*12-07-2023*/
p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
    width: auto;
    margin-bottom: 0px;    
}
/*p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input#wc-stripe-new-payment-method {
    margin-top: 6px;
}
*/