@font-face{
	font-family:'Brandon Grotesque';
	src:url("fonts/Brandon_reg.otf");
	font-weight:400;
	font-style:normal
}
@font-face{
	font-family:'Brandon Grotesque';
	src:url("fonts/Brandon_med.otf");
	font-weight:500;
	font-style:normal
}
@font-face{
	font-family:'Brandon Grotesque';
	src:url("fonts/Brandon_bld.otf");
	font-weight:700;
	font-style:normal
}
@font-face{
	font-family:'Brandon Grotesque';
	src:url("fonts/Brandon_blk.otf");
	font-weight:900;
	font-style:normal
}
@font-face{
	font-family:'Avenir_Next';
	src:url("fonts/Metropolis-Thin.otf");
	font-style:normal
}

body {
	font-family: 'Brandon Grotesque';
}
.primary-font {
	font-family: 'Brandon Grotesque';
}
.text-type-1 p, .text-type-1 {
    font-size: 1.1em;
    font-weight: 500;
	color: #555;
}
.text-type-1.text-white p, .text-type-1.text-white {
	color: #fff;
}
#content.site-content {
	padding-top: 0;
	padding-bottom: 0;
}

/* Menu */
header#masthead {
	background: #194176;
	box-shadow: none;
}
header .logo{
	max-width: 108px;
}
nav a:hover .cart{
	opacity: .8;
}
nav .cart{
	height: 25px;
	width: auto;
	filter: brightness(10);	
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	border-bottom: solid 1px transparent;
}
.navbar-light .navbar-nav .nav-link{
	color:#fff;
}
.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, body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
	color:#FED43D;
	border-bottom: solid 1px transparent;
}
/*Homepage*/
.home_top_content{
	position: absolute;
	top: 50%;
    font-size: 50px;
	font-weight: 700;
	color: #265774;
    transform: translate(-50%, -50%);
    margin: auto;
    left: 50%;
}
.home_top_content a, .btn_theme{
    background: #147592;
    color: #ffffff;
    padding: 12px;
    text-align: center;
	font-weight: 700;
    cursor: pointer;
    line-height: 1.2;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 4px;
}
.home_top_content a:hover, .btn_theme:hover{
    opacity: .85;
	color: #fff;
	text-decoration: none;
}
.home_content{
	width: 80%;
	margin: auto;
}
.home_content h3{
	color: #193A4E;
    font-size: 30px;
	font-weight: 700;
}
.home_content p{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #585858;
}
.free_trial{
	width: 80%;
	margin: auto;
}
.free_trial img{
	max-width: 90px;
}
.free_trial h3{
	color: #193A4E;
    font-size: 30px;
	font-weight: 700;
}
.free_trial p{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #585858;
}
/*About*/
.text-grey{
	color: #8B8B8B;
    text-transform: uppercase;
    font-size: 15px;
}
.about_bottom{
	min-height: 400px;
	position: relative;
}
.about_bottom .home_content{
	position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
}
.about_bottom .home_content h2{
	font-size: 2rem;
}

/*FAQ*/
.wpb-js-composer .faq_accordion.vc_tta.vc_tta-style-outline .vc_tta-panel-body, 
.wpb-js-composer .faq_accordion.vc_tta.vc_tta-style-outline .vc_tta-panel-heading{
	border-width: 0 0 1px 0;
}
.wpb-js-composer .faq_accordion.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a{
	color:#193a4e;
	font-size: 18px;
	line-height: 1.2;
	padding: 20px 20px 20px 40px;
	font-family: 'Avenir_Next';
}
.wpb-js-composer .faq_accordion.vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::after, 
.wpb-js-composer .faq_accordion.vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::before{
	border-color: #193a4e;
}


.wpb-js-composer .faq_accordion.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a{
	color: #529bb0;
	background-color: #f7f7f7;
	border-top: 1px solid #ebebeb;
}
.wpb-js-composer .faq_accordion.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-controls-icon::after, 
.wpb-js-composer .faq_accordion.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-controls-icon::before{
	border-color: #529bb0;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body{
	border: 0px;
	font-size: 20px;
	line-height: 1.2;
	color:#193a4e;
	padding: 20px 20px 40px 46px;
}
/*Footer*/
.f_widget{
	padding-top: 40px;
	color: #529bb0;
	margin-bottom: 25px;
    line-height: 1.1;
	font-size: 20px;
}
.f_widget p{
	color: #585858;
	font-size: 20px;
}
.f_widget h3{
	color: #193A4E;
    font-size: 30px;
	display: block;
	line-height: 1.5;
	margin-bottom: 20px;
}
.f_widget a{
    display: block;
	color: #000;
	font-size: 20px;
}
.f_widget a:hover{
	color: #529bb0;
	text-decoration: none;
}
.bank_logo{
	text-align: right;
}
#footer-widget{
	border-top: 1px solid #ccc;
}
.footer_bank{
	margin: 3px;
	max-height: 24px;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
}
.social_icon a{
	margin: 0 8px;
	color: #888
}

/*General*/
.theme_color{
	color: #265774;
}
.title{
	color: #265774;
	font-size: 40px;
	font-weight: 700;
}

/* Woocommerce - Single Product (Mattress) */
.woocommerce-variation-price, .reset_variations {
	display: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
	text-align: center;
	margin-top: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    display: inline-block;
    width: 100%;
    max-width: 60px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    margin: 3px;
	float: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.single-product #content.site-content {
	padding-top: 0;
	padding-bottom: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs .panel {
	margin-bottom: 0;
}
.single-product .wpb_text_column {
    margin-bottom: 0;
}
.woocommerce-product-details__short-description {
	font-size: 1.2em;
	color: #555;
	font-weight: 500;
}
.woocommerce-product-details__short-description ul {
    background: #eee;
    display: inline-block;
    padding: 15px 20px 15px 40px;
	width: 100%;
	max-width: 400px;
}
.woocommerce div.product form.cart .variations {
	max-width: 400px;
	margin-bottom: 0;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 2.6em;
    color: #265774;
    font-weight: bold;
    border-bottom: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #333;
    font-size: 1.7em;
    font-weight: 500;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #265774;
    display: inline-block;
    width: 100%;
    max-width: 400px;
	transition: all 0.3s ease;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #265774;
    color: #fff;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_tta-panel .vc_tta-panel-title>a {
    color: #193a4e;
}
.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_tta-controls-icon::before {
	border-color: #193a4e;
}
.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_tta-panel .vc_tta-panel-heading {
	border: none;
}
.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_tta-panel .vc_tta-panel-heading:focus, .wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_tta-panel .vc_tta-panel-heading:hover {
	background-color: transparent;
}
.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_tta-panel .vc_tta-panel-title>a:hover, .wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #529bb0;
}
.wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_tta-panel-heading:focus .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_tta-panel-heading:focus .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_tta-panel-heading:hover .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_tta-panel-heading:hover .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta-color-black.vc_tta-style-outline.product_specs .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #529bb0;
}
.product_specs h4 {
    font-size: 1.3em;
    font-weight: 400;
}
.product_specs p {
    font-size: 1.2em;
    font-weight: 500;
    color: #555;
    padding-left: 25px;
}
.bg-phone-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.bg-phone-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.4);
}

/* Reviews Carousel */
.review_inner {
	max-width: 530px;
	margin: 0 auto;
	width: 100%;
}
.review_carousel p {
    font-size: 1.4em;
    color: #555;
    font-weight: 500;
}
.review_previous svg, .review_next svg {
    width: 100%;
    max-width: 40px;
    fill: #777;
}
.review_previous, .review_next {
    position: absolute;
    top: 0;
    background: rgba(255,255,255,0.7);
    height: 100%;
	cursor: pointer;	
	opacity: 0;
	transition: all 0.3s ease;
}
.review_wrapper:hover .review_previous, .review_wrapper:hover .review_next {
	opacity: 1;
	transition: all 0.3s ease;
}
.review_previous {
	left: 0;
    padding: 0 5px 0 10px;
}
.review_next {
    right: 0;
    padding: 0 10px 0 5px;
}
.review_rate {
	color: #fec600;
}
.review_author:before {
	content: "\2014";
}

/* Woocommerce - Cart */
.cart-empty-inner {
    display: inline-block;
    width: 100%;
    max-width: 400px;
}
.cart-empty-inner hr {
	border-top: solid 1px #555;
}
.cart-empty-inner p {
    font-weight: 500;
    font-size: 1.2em;
    color: #555;
}
.woocommerce-cart table.cart img {
    width: 100%;
    max-width: 300px;
    max-height: 180px;
    object-fit: cover;
    object-position: center;
}
.woocommerce-cart .woocommerce table.shop_table {
    border: none;
}
.woocommerce-cart .woocommerce table.shop_table td {
	padding: 0 5px;
	border-top: none;
	vertical-align: top;
}
.woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-notices-wrapper {
	display:none;
}
.shop_table .product-name a {
    font-weight: 500;
    color: #193a4e;
    font-size: 1em;
}
.shop_table .product-name a:hover {
	text-decoration: none;
}
.shop_table .cart-meta {
    color: #777;
    font-weight: 500;
    font-size: 0.9em;
}
.shop_table p {
    margin-bottom: 0;
    font-size: 0.9em;
    font-weight: 500;
    color: #555;
}
.shop_table span {
    font-size: 0.9em;
    font-weight: 500;
    color: #555;
}
.shop_table .product-price span.amount {
    font-size: 1.2em;
}
.shop_table .product-subtotal span.amount {
    font-size: 1.5em;
}
.woocommerce table.cart td.product-quantity .qty {
    padding: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 0.8em;
    border: solid 1px #999;
    box-shadow: none;
    font-style: italic;
    color: #555;
    font-weight: 400;
}
.woocommerce table.cart td.product-quantity .qty:focus, .woocommerce-cart table.cart input:focus {
    box-shadow: none;
    border: solid 1px #999;
    outline: none;
}
.woocommerce-cart table.cart input.minus, .woocommerce-cart table.cart input.plus{
	font-size: 1.2em; 
	display: inline-block;
    height: 30px;
    line-height: 25px;
    width: 25px;
    border: solid 1px #999;
}
.woocommerce-cart table.cart input.minus {
    border-radius: 5px 0 0 5px;
    margin-right: -5px;
   
}
.woocommerce-cart table.cart input.plus {
    border-radius: 0 5px 5px 0;
    margin-left: -5px;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity {
    margin-top: 20px;
}
.woocommerce .wc-proceed-to-checkout a.button.alt {
    padding: 10px;
    font-weight: 500;
    font-size: 1.2em;
	margin-bottom: 0;
}
.woocommerce .wc-proceed-to-checkout a.button.alt:focus {
	outline:none;
}
.cart-checkout-btn-wrapper {
    border-left: solid 1px #ccc;
    padding: 0 10%;
}
.cart_totals.calculated_shipping .order-total {
    font-size: 1.6em;
    color: #555;
    font-weight: 500;
}
.woocommerce table.shop_table_responsive tr.order-total, .woocommerce-page table.shop_table_responsive tr.order-total {
    font-size: 1.6em;
}

/* Wooocommerce - Checkout */
.woocommerce form .woocommerce-billing-fields .form-row label, .woocommerce-page form .woocommerce-billing-fields .form-row label {
	display: none;
}
.woocommerce form .woocommerce-billing-fields .form-row#billing_country_field label, .woocommerce-page form .woocommerce-billing-fields .form-row#billing_country_field label {
	display: block;
}
.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-input-wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
}
.woocommerce-checkout .entry-content {
	margin: 0;
}
.john-checkout-title {
	font-weight: 400;
}
.checkout-breadcrumb {
    font-size: 0.8em;
    font-weight: 400;
}
.checkout-breadcrumb a:hover {
	text-decoration: none;
}
.woocommerce form .woocommerce-billing-fields .form-row {
    margin-bottom: 10px;
}
.woocommerce form .woocommerce-billing-fields .form-row p {
	color: #777;
}
.woocommerce-billing-fields h3 {
    font-weight: 400;
}
#billing_country_field label {
    margin-bottom: 0;
    font-size: 0.8em;
    color: #777;
}
.john-checkout-wrapper {
	min-height: 100vh;
}
.return-to-cart {
    font-size: 0.9em;
    font-weight: 400;
    font-family: 'Roboto';
    margin-top: 20px;
}
.return-to-cart a:hover{
    text-decoration: none;
}
.checkout-copyright {
    position: absolute;
    bottom: 0;
    font-size: 0.9em;
    color: #777;
    font-weight: 400;
    border-top: solid 1px #ccc;
    width: calc(100% - 30px);
    padding: 10px;
}
.checkout-bg {
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 0;
    background: #fafafa;
    z-index: -1;
    border-left: solid 1px #ddd;
}
#order_review span.product-quantity {
    background: #555;
    color: #eee;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 20px;
	right: -10px;
    top: -8px;
}
.woocommerce #order_review table.shop_table {
	border:none;
}
#order_review .product-name img {
    border: solid 1px #ccc;
    padding: 5px 0;
    border-radius: 5px;
    width: 100%;
    height: 70px;
    object-fit: cover;
    object-position: center;
}
#order_review .shop_table .cart-meta {
	font-weight: 400;
	margin-top: -5px;
}
.checkout-meta {
	margin-top: -5px;
}
.woocommerce #order_review table.shop_table tfoot .cart-subtotal td {
	padding-bottom: 0;
}
.woocommerce #order_review table.shop_table tfoot .order-total td {
	font-size: 1.4em;
}
.woocommerce #order_review table.shop_table tbody .woocommerce-shipping-totals th, .woocommerce #order_review table.shop_table tfoot .woocommerce-shipping-totals td, .woocommerce #order_review table.shop_table tfoot .woocommerce-shipping-totals th {
	border-top: none;
	padding-top: 0;
}
.woocommerce #order_review table.shop_table tbody th, .woocommerce #order_review table.shop_table tfoot td, .woocommerce #order_review table.shop_table tfoot th {
	font-weight: 400;
	color: #555;
}
#order_review #shipping_method {
    text-align: right;
    font-weight: 400;
    color: #555;
    font-size: 0.9em;
}
.woocommerce #order_review button.button.alt {
	width: auto;
}
.checkout-height {
    display: inline-block;
    height: 5%;
}

/* Woocommerce - Thankyou */
.woocommerce .thankyou_logo {
    max-width: 160px;
    margin-bottom: 20px;
}
.thankyou_wrapper {
    max-width: 650px;
    margin: 0 auto;
}
.woocommerce .thankyou_continue a.button {
	background-color: #147592;
	color: #fff;
}
.woocommerce .thankyou_continue a.button:hover {
	background-color: #147592;
	color: #fff;
}


/* Woocommerce Fpay */
body.page-two-column.woocommerce-account:not(.archive) #primary .entry-header, body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-header, body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-header {
	width: 100%;
}
body.page-two-column.woocommerce-account:not(.archive) #primary .entry-content, body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-content, body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-content {
	width: 100%;
}

.checkout-page {
    font-family: 'Roboto', 'Arial', sans-serif;
}
.checkout-header {
    background: #324eba;
    color: #fff;
    padding: 5px 30px 5px 10px;
    font-size: 1.2em;
	display: flex;
	align-items: center;
}
.checkout-header-inner {
    width: 50%;
}
.fpay-checkout-logo-left {
	text-align: left;
	display: inline-flex;
}
.fpay-checkout-logo-right {
	text-align: right;
	line-height: normal;
}
img.fpay-checkout-logo-img {
    max-width: 100px;
    margin-bottom: 0;
}
.checkout-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    border-radius: 20px;
	overflow:hidden;
}
.checkout-inner-wrap {
    display: inline-block;
    width: 100%;
    padding: 5%;
}
.checkout-title {
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 15px;
	padding: 0 10px;
    color: #555;
}
#checkout_label, .checkout-wrapper label {
    color: #555;
    font-weight: unset;
}
.checkout-wrapper .shop_table td, .checkout-wrapper .shop_table th {
    width: 50%;
	color: #555;
}
.checkout-wrapper .shop_table td.text-right, .checkout-wrapper .shop_table th.text-right {
    text-align: right;
}
.checkout-wrapper .shop_table thead tr {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.checkout-wrapper .shop_table tr {
    border-bottom: none;
}
.checkout-wrapper .shop_table thead tr:first-child td {
	font-weight: bold;
}
.checkout-wrapper .shop_table tr.order_total {
    font-weight: bold;
    border-bottom: solid 1px #ccc;
}
.checkout-wrapper .shop_table tr td {
    padding: 5px 10px;
	border-top: none;
}
.woocommerce .checkout-wrapper table.shop_table tbody th, .woocommerce .checkout-wrapper table.shop_table tfoot td, .woocommerce .checkout-wrapper table.shop_table tfoot th
.checkout-wrapper .entry-content p {
    font-weight: normal;
}
.checkout-wrapper #payment {
    color: #555;
    margin-top: 40px;
	background: #fff;
}
.checkout-wrapper .wc_payment_method .payment_box {
    padding: 15px 15px 10px 15px;
    text-align: right;
	position: relative;
}
.checkout-wrapper .wc_payment_method input.input-radio[name=payment_method]:checked+label::before {
	background: #49b45d;
}
.checkout-wrapper .wc_payment_method input.input-radio[name=payment_method]+label::before {
	border: 3px solid #fff;
    box-shadow: 0 0 0 1px #777;
}
.checkout-wrapper .woocommerce #payment #place_order, .woocommerce a.button.fpay-btn {
    background: #49b45d;
    font-size: 1.1em !important;
    font-weight: unset;
    padding: 10px 20px;
    display:block;
    border-radius: 10px;
    width:100%;
    margin:auto;
}
.checkout-wrapper .woocommerce #payment #place_order:hover, .woocommerce a.button.fpay-btn:hover {
	background: #324eba;
}
.woocommerce a.button.fpay-btn:hover {
	border:none;
}
.add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {padding-bottom:0;}
.cancel_button{border:1px solid #49b45d;border-radius: 10px;background:#fff;color:#49b45d;padding: 5px 20px;display:block;margin:auto;font-size:1em;text-align:center;position:relative;width:75%;}
.cancel_button:hover{background:#324eba;color:#fff;}

.checkout-wrapper .payment_box:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #eee;
    content: '';
    position: absolute;
    left: 30px;
    top: -12px;
}
ul.order_details {
    list-style: none;
}
.woocommerce-order {
	padding: 0 10px;
}
.display-none {
	display: none !important;
}
.woocommerce table.shop_table thead th {
	border-bottom: none;
}
.pay_now_loading {
	margin: 5px;
}
.woocommerce-order.fpay-order table.woocommerce-table.woocommerce-table--order-details tfoot th {
	text-align:left;
}
.woocommerce-order-pay .checkout-wrapper .woocommerce-notices-wrapper, .woocommerce-order-pay .checkout-wrapper .woocommerce-error{
	display: none;
}
 .woocommerce-checkout .checkout-wrapper #payment ul.payment_methods {
	border-bottom: none;
}
/* Hide Billplz Image */
.payment_method_billplz img {
    display: none;
}
.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
	max-width: 100%;
}
.checkout-wrapper .woocommerce button.button.alt {
	width: auto;
}

/* Responsive */
@media (min-width: 1580px){
	.container {
		max-width: 1280px;
	}
}
@media screen and (max-width: 1199px) {
	/* Menu */
	#main-nav {
		position: absolute;
		top: 60px;
		z-index: 999;
		width: calc(100% + 2rem);
		background: rgb(255, 255, 255);
		left: -1rem;
		padding: 0px 20px;
	}
	button.navbar-toggler[aria-expanded='false'] i {
		display: none;
	}
	button.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
		display: none;
	}
	button.navbar-toggler i {
		width: 1.2em;
		height: 1.5em;
		line-height: 1.5em;
		vertical-align: text-top;
		font-size: 1.2em;
	}
}
@media screen and (max-width: 767px) {
	/* Cart */
	.woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: block;
		width: 100%;
		text-align: left !important;
		margin-bottom: 20px;
	}
	.woocommerce-cart .woocommerce table.shop_table td.product-subtotal {
		display: none;
	}
	.woocommerce-cart table.cart img {
		max-width: unset;
		max-height: unset;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
		text-align: left !important;
		margin-bottom: 10px;
	}
	.woocommerce table.shop_table_responsive tr.order-total td:last-child, .woocommerce-page table.shop_table_responsive tr.order-total td:last-child {
		text-align:right !important;
	}
	.shop_table .product-name a, .shop_table p, .woocommerce table.cart td.product-quantity .qty {
		font-size: 1.2em;
	}
	.shop_table .cart-meta {
		color: #777;
		font-weight: 500;
		font-size: 1.2em;
	}
	.shop_table .product-price span.amount {
		font-size: 1.4em;
		line-height: 1.8em;
	}
	.woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity {
		margin-top: 10px;
	}
	.cart-checkout-btn-wrapper {
		border-left: none;
		padding: 10px 0;
		border-top: solid 1px #ccc;
		margin-bottom: 40px;
	}
	.woocommerce table.shop_table_responsive tr.order-total, .woocommerce-page table.shop_table_responsive tr.order-total {
		display: flex;
	}
	.woocommerce table.shop_table_responsive tr.order-total td, .woocommerce-page table.shop_table_responsive tr.order-total td {
		margin-bottom: 0;
	}
	.woocommerce-cart .woocommerce table.shop_table .order-total td {
		width: 50%;
	}
.cancel_button{border:1px solid #49b45d;border-radius: 5px;background:#fff;color:#49b45d;padding: 10px 15px;display:block;margin-top:0.5em;font-size:1em;text-align:center;position:relative;width:100%;}
.cancel_button:hover{background:#324eba;color:#fff;}
}
@media screen and (max-width: 575px) {
	html, body {
		display: inline-block;
		width: 100%;
		overflow-x: hidden;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	p {
		font-size: 16px;
	}
	dl, ol, ul {
		font-size: 1.2em;
	}
	
	/* General */
	.title {
		font-size: 28px;
	}
	
	/* Home */
	.home_top_content {
		font-size: 24px;
	}
	.home_top_content a, .btn_theme {
		padding: 6px 12px;
		font-size: 12px;
		font-weight: 500;
	}
	/* Mattress */
	.mattress-video-content {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 9;
	}
	/* FAQ */
	.wpb-js-composer .faq_accordion.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
		font-size: 16px;
	}
	/* Checkout */
	.woocommerce-billing-fields {
		margin-bottom: 20px;
	}
	.checkout-breadcrumb {
		font-size: 1em;
	}
	#order_review .product-name img {
		max-width: 80px;
		margin-bottom: 10px;
	}
	#order_review .product-name,.woocommerce #order_review table.shop_table td:first-child, .woocommerce #order_review table.shop_table tfoot .woocommerce-shipping-totals th {
		font-size: 1.2em;
	}
	#order_review .checkout-meta {
		font-size: 0.8em;
	}
	#order_review .shop_table span {
		font-size: 1.1em;
	}
	.checkout-bg {
		position: absolute;
		width: 100%;
		border-left: none;
		border-top: solid 1px #ddd;
	}
	.return-to-cart {
		font-size: 1.1em;
		text-align: center;
	}
	.checkout-copyright {
		position: unset;
		width: 100%;
		margin-top: 20px;
	}
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order, #order_review #shipping_method {
		font-size: 1.2em;
	}
	/* Footer */
	.f_widget {
		margin-bottom: 0;
	}
	.f_widget h3 {
		font-size: 21px;
		margin-top: 0;
	}
	.f_widget a {
		font-size: 14px;
		margin-bottom: 0;
	}
	.f_widget p {
		font-size: 12px;
	}
	
	/* Fpay */
	img.fpay-checkout-logo-img {
		max-width: 100px;
		margin-bottom: 0;
		width: 100%;
		height: auto;
	}
	.fpay-checkout-logo-left {
		display: inline-block;
	}
	.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
		max-width: 100%;
	}
}


	
	