/* Typography */

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Black.eot');
    src: url('fonts/Barlow-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Barlow-Black.woff2') format('woff2'),
        url('fonts/Barlow-Black.woff') format('woff'),
        url('fonts/Barlow-Black.ttf') format('truetype'),
        url('fonts/Barlow-Black.svg#Barlow-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Medium.eot');
    src: url('fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Barlow-Medium.woff2') format('woff2'),
        url('fonts/Barlow-Medium.woff') format('woff'),
        url('fonts/Barlow-Medium.ttf') format('truetype'),
        url('fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Simpleness';
    src: url('fonts/Simpleness.eot');
    src: url('fonts/Simpleness.eot?#iefix') format('embedded-opentype'),
        url('fonts/Simpleness.woff2') format('woff2'),
        url('fonts/Simpleness.woff') format('woff'),
        url('fonts/Simpleness.ttf') format('truetype'),
        url('fonts/Simpleness.svg#Simpleness') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Bold.eot');
    src: url('fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Barlow-Bold.woff2') format('woff2'),
        url('fonts/Barlow-Bold.woff') format('woff'),
        url('fonts/Barlow-Bold.ttf') format('truetype'),
        url('fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-Regular.eot');
    src: url('fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Barlow-Regular.woff2') format('woff2'),
        url('fonts/Barlow-Regular.woff') format('woff'),
        url('fonts/Barlow-Regular.ttf') format('truetype'),
        url('fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Airstream';
    src: url('fonts/Airstream.eot');
    src: url('fonts/Airstream.eot?#iefix') format('embedded-opentype'),
        url('fonts/Airstream.woff2') format('woff2'),
        url('fonts/Airstream.woff') format('woff'),
        url('fonts/Airstream.ttf') format('truetype'),
        url('fonts/Airstream.svg#Airstream') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
  --font-buttons: Barlow !important;
  --font-headings: Airstream !important;
  --font-main: Barlow !important;
}



/* Typography */


/* Global */

* {
	outline:none !important;
}

/*body {
    overflow-x :hidden !important;
}*/


.fancybox-toolbar .fancybox-button {
    padding:10px !important;
}

body, button, input, optgroup, select, textarea {
    font-size:18px !important;
    line-height:1.8 !important;
	font-weight:normal !important;
}

body h1 {
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: 0.055em;
    text-transform: none;
    font-weight:400 !important;
}

body h2 {
    font-size: 60px;
    line-height: 1.15;
    letter-spacing: 0.055em;
    text-transform: none;
    font-weight:400 !important;
}

body h3 {
    font-size: 35px;
    line-height: 1.3;
    letter-spacing: 0.055em;
    text-transform: none;
    font-weight:400 !important;
}

body h4 {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.055em;
    text-transform: none;
    font-weight:400 !important;
}

a.btn {
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: var(--color-white) !important;
    background-color: transparent !important;
    padding: 0 23px 0 0 !important;
    border: 0 !important;
	position:relative !important;
	text-transform:capitalize !important;
}

a.btn:after {
    content: "\f061" !important;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: var(--color-white) !important;
    display: block !important;
    position: absolute;
    top: 2px;
    right: 0;
}

.bmcb-blurb__description + .bmcb-blurb__button-wrapper {
    padding-top:4rem !important;
}

.floating-right-btn .bmcb-blurb__content {
    position:relative;
}

.floating-right-btn .bmcb-blurb__content h2 {
    margin:0 !important;
}

.floating-right-btn .bmcb-blurb__content .bmcb-blurb__button-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
} 

.nogap-3col, .withgap-3col,
.nogap-2col, .withgap-2col {
	margin:0;
	padding:0;
}

.nogap-3col:after, .withgap-3col:after,
.nogap-2col:after, .withgap-2col:after {
	content:'';
	display:block;
	clear:both;
}

.nogap-3col>li {
	float:left;
	width:33.33%;
}

.nogap-3col>li img,
.withgap-3col>li img,
.nogap-2col>li img,
.withgap-2col>li img {
	display:block;
	width:100%;
	cursor:pointer;
}

.withgap-3col>li {
	float:left;
	width:calc(33.33% - 14px);
	margin-right:21px;
}

.withgap-3col>li:nth-child(3n+3){
	margin-right:0 !important;
}

.withgap-3col>li:nth-child(3n+1),
.nogap-3col>li:nth-child(3n+1) {
	clear:both;
}



.withgap-2col>li {
	float:left;
	width:calc(50% - 15px);
	margin-right:30px;
}

.withgap-2col>li:nth-child(even){
	margin-right:0 !important;
}

.withgap-2col>li:nth-child(odd),
.nogap-2col>li:nth-child(odd) {
	clear:both;
}

.nogap-3col h2, .withgap-3col h2,
.nogap-2col h2, .withgap-2col h2,
.nogap-3col h3, .withgap-3col h3,
.nogap-2col h3, .withgap-2col h3 {
    margin:3rem 0 0 0 !important;
} 

.nogap-3col h2 a, .withgap-3col h2 a,
.nogap-2col h2 a, .withgap-2col h2 a,
.nogap-3col h3 a, .withgap-3col h3 a,
.nogap-2col h3 a, .withgap-2col h3 a {
    color:var(--color-text-headings) !important;
    display:block;
}


h2.bmcb-code__title {
    margin-bottom:6rem !important;
}


body:not(.home) .content-area {
    background:var(--color-tertiary) !important;
}

.woocommerce-notices-wrapper>div * {
    color:var(--color-white) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.vertically-middle {
    align-items:center;
}

body #main-content p a:not([class]) {
    color:var(--color-white) !important;
    text-decoration:underline;
}



/* Global */

/* Site Navigation Menu */

.full-screen-sitenavigation {
	background: var(--color-tertiary) !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 2;
	display:none;
}

.full-screen-sitenavigation ul.menu {
	max-width:500px !important;
	width:85% !important;
	padding:15% 0 0 0 !important;
	margin:0 auto !important;
}

.full-screen-sitenavigation ul.menu li {
	text-align:center !important;
	margin-bottom:15px !important;
}

.full-screen-sitenavigation ul.menu li a {
	font-family: var(--font-headings) !important;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0.055em;
	text-transform: capitalize;
	color: var(--color-white) !important;
}

/* Site Navigation Menu */

/* Header */

header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:none;
    z-index:9;
    padding:4rem 0 0 0 !important;
	transition:0.5s ease;
}

header.site-fxd-header {
    background: var(--color-tertiary) !important;
    padding: 2rem 0 !important;
}

.headerwrapper {
    position:relative;
}

a.headercart {
    color: var(--color-white) !important;
    font-size: 35px;
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 1 !important;
    transform: translateY(-50%);
}

a.navmenutoggle {
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: normal !important;
    color: var(--color-white) !important;
    text-transform: uppercase;
    position: relative;
    padding: 16px 0 16px 70px;
    display: inline-block;
    background-image: url(images/cdicon.svg);
    background-size: 50px !important;
    background-repeat: no-repeat;
    background-size: contain !important;
}


/* Header */

/* Home Hero Section */

.home-hero-section {
    background:var(--color-primary) !important;
}

.home-hero-section video {
    width:100%;
    display:block;
    height:750px !important;
    object-fit:cover;
}

.home-hero-section .bmcb-module.bmcb-image {
    position:absolute;
    max-width: 850px;
    width: 80%;
    top: 50% !important;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto !important;
    display:none;
}

.home-hero-section .bmcb-module.bmcb-image img {
    display:block;
    width:100%;
}


.home-hero-section .hero-txt-haeding:not(.hero-txt-haeding1) {
    display:none;
}

.home-hero-section .hero-txt-haeding {
    position:absolute;
    max-width: 950px;
    width: 90%;
    top: 50% !important;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto !important;
}

.home-hero-section .hero-txt-haeding h2 {
    font-family: var(--font-main) !important;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    letter-spacing:0 !important;
    text-transform:none !important;
}


/* Home Hero Section */

/* Footer */

footer {
	background:var(--color-tertiary) !important;
}

.footer-bottom {
	border-top:1px solid var(--color-white) !important;
}

.footer-bottom * {
	color:var(--color-white) !important;
	font-size:15px !important;
	line-height:1.5 !important;
}

footer .fa-social-icons {
	justify-content:center !important;
}

footer .fa-social-icons a {
	color:var(--color-white) !important;
	font-size:22px !important;
}

footer .bmcb-row {
	align-items:center !important;
}

footer ul.menu {
	margin:0 !important;
	padding:0 !important;
}

footer ul.menu>li {
	display:inline-block !important;
	margin-right:25px !important;
}

footer ul.menu>li:last-child {
	margin-right:0 !important;
}

footer ul.menu li a {
	font-family: var(--font-headings) !important;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 0.055em;
	text-transform: capitalize;
	color: var(--color-white) !important;
}

/* Footer */

/* Inner Page Header */

header.innerpageheader {
    background:var(--color-tertiary) !important;
    padding-bottom: 25px !important;
}

header img.logo__header {
    max-width: 300px;
    padding: 0;
    /* display: block; */
    margin: 0 auto;
}


.headerwrapper>a:not([class]) {
    /* display: block; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* text-align: center; */
    width: 300px;
}

header.innerpageheader a.navmenutoggle {
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}


/* Inner Page Header */

/* Inner Hero Banner */

.innerpage-hero-banner {
	background-size:cover !important;
	background-position:center !important;
}

.innerpage-hero-banner h1 {
    font-size: 85px;
    line-height: 1.15;
    letter-spacing: 0.055em;
    text-transform: none;
    margin:0;
    font-weight:400 !important;
}

/* Inner Hero Banner */

/* Woocommerce Global Bottom */

.landmark-music-gsection-img img {
    display:block;
    width:100%;
}

.landmark-music-gsection-content h2 {
    margin-top:0 !important;
}

/* Woocommerce Global Bottom */

/* Shop Pages Global */

.custom-shop-row {
    padding-top:9rem !important;
	padding-bottom:3rem !important;
}

/* Shop Pages Global */


/* Two Col Shop Loop */

ul.products:after {
    content:'';
    display:block;
    clear:both;
}

ul.products.columns-2 {
    margin:0 0 1rem 0 !important;
}

ul.products.columns-2>li.product {
    float:left;
    width:calc(50% - 25px);
    margin-right:50px !important;
    margin-bottom:8rem !important;
}

ul.products.columns-2>li.product:nth-child(odd) {
    clear:both;
}

ul.products.columns-2>li.product:nth-child(even) {
    margin-right:0 !important;
}

ul.products.columns-2>li.product img {
    display:block;
    width:100%;
}

ul.products>li.product div.cart-buttons a.add_to_cart_button {
    font-family: var(--font-headings);
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 1;
    text-align: center !important;
    letter-spacing: 0.055em;
    text-transform: none !important;
    color: var(--color-tertiary) !important;
    background: var(--color-white) !important;
    padding: 12px 30px 12px 30px !important;
}

ul.products>li.product div.cart-buttons a.add_to_cart_button:after {
    display:none !important;
}

ul.products>li.product span.price {
    display:block !important;
    margin:25px 0 20px 0 !important;
}

h2.woocommerce-loop-product__title {
    font-size: 35px !important;
    line-height: 1.3 !important;
    letter-spacing: 0.055em;
    text-transform: none;
    margin:0 0 35px 0 !important;
    font-weight:400 !important;
}

h2.woocommerce-loop-product__title , h2.woocommerce-loop-product__title * ,
ul.products>li.product span.price , ul.products>li.product span.price * {
    color:var(--color-white) !important;
}

ul.products>li.product span.price , ul.products>li.product span.price * {
    font-family: var(--font-main) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
}

ul.products>li.product div.cart-buttons a.added_to_cart {
    margin-left:10px !important;
}


/* Two Col Shop Loop */


/* Three Col Shop Loop */

ul.products.columns-3 {
    margin:0 !important;
}

ul.products.columns-3>li.product {
    float:left;
    width:calc(33.333% - 26px);
    margin-right:39px !important;
    margin-bottom:8rem !important;
}

ul.products.columns-3>li.product:nth-child(3n+1) {
    clear:both;
}

ul.products.columns-3>li.product:nth-child(3n+3) {
    margin-right:0 !important;
}

ul.products.columns-3>li.product img {
    display:block;
    width:100%;
}

/* Three Col Shop Loop */

/* Shop Left Sidebar */

.shopsidebarleft h4 {
    margin-bottom:12px !important;
}

.shopsidebarleft ul {
    margin:0 !important;
    padding:0 0 15px 0 !important;
}

.shopsidebarleft ul li {
    list-style-type:none;
    margin-bottom:5px;
}

.shopsidebarleft ul a {
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    text-decoration-line: underline;
    color: var(--color-white) !important;
}
    
/* Shop Left Sidebar */



/* Product Deatails */


.woocommerce-breadcrumb {
    padding:5rem 0 6rem 0 !important;
}

.woocommerce-breadcrumb * {
    color: var(--color-white) !important;
}

body.single-product .woocommerce-product-gallery {
    float:left;
    width:calc(50% - 60px);
    margin-right:120px;
}

body.single-product .summary.entry-summary {
    float:left;
    width:calc(50% - 60px);
}

body.single-product .related.products {
    clear:both;
    padding-top:10rem !important;
    padding-bottom:3rem !important;
}

.related-product-heading h2 {
    margin-bottom:0 !important;
    font-size:55px !important;
}

.related-product-heading {
    position:relative;
    margin-bottom:5rem !important;
}

.related-product-heading .bmcb-blurb__button-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

body.single-product .product-description {
    padding-bottom:5rem !important;
}

body.single-product .single_add_to_cart_button {
    font-family: var(--font-headings) !important;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 25px !important;
        line-height: 1 !important;
        text-align: center !important;
        letter-spacing: 0.055em;
        text-transform: none !important;
        color: var(--color-tertiary) !important;
        background: var(--color-white) !important;
        padding: 12px 30px 12px 30px !important;
    margin-left: 20px;
}

body.single-product .input-text.qty.text {
    background: none !important;
    padding: 0 13px !important;
    border-radius: 0 !important;
    height: 52px;
    width: 52px;
    text-align: center !important;
    appearance: auto;
    color: var(--color-white) !important;
    font-size:18px;
    line-height:1;
}


body.single-product form.cart:after {
    clear:both;
}

body.single-product form.cart>* {
    float:left;
}

body.single-product .wpgs-for .slick-arrow {
    display:none !important;
}

body.single-product .wpgs-nav .slick-slide {
    margin-top:0 !important;
    border: 0 !important;
}

body.single-product .wpgs-nav {
    margin-top:4rem !important;
    padding: 0 5rem !important;
}

body.single-product .wpgs-nav .slick-slide img {
    margin:0 auto;
    opacity:1 !important;
}

body.single-product  .summary p.price, body.single-product  .summary p.price * {
    font-family: var(--font-main) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.3;
}

.wpgs-nav .slick-next:before {
    content: "\f105" !important;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: var(--color-white) !important;
    display: block !important;
    font-size:25px !important;
    line-height:1;
}

.wpgs-nav .slick-prev:before {
    content: "\f104" !important;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: var(--color-white) !important;
    display: block !important;
    font-size:25px !important;
    line-height:1;
}

.wpgs-nav .slick-next {
    width:25px;
    height:25px;
    right:10px;
    padding:0 !important;
}

.wpgs-nav .slick-prev {
    width:25px;
    height:25px;
    margin-left:0 !important;
    left:10px !important;
    padding:0 !important;
}

body.single-product .woocommerce-notices-wrapper>div {
    padding:10px 15px !important;
    background:var(--color-secondary) !important;
    margin-top: 40px;
}

.wpgs-for img {
    width:100% !important;
}

body.single-product .wpgs-nav .slick-current img {
    opacity: 0.6 !important;
    border: 1px solid;
}

/* Product Deatails */

/* Artists Index */


.contact-links-wrapper * {
    color:var(--color-white) !important;
}

.contact-links-wrapper ul {
    margin:0 !important;
}

.contact-links-wrapper ul li {
    list-style-type:none;
    margin-right:15px;
    display:inline-block;
}

.contact-links-wrapper ul li:last-child {
    margin-right:0 !important;
}

.contact-links-wrapper ul li a {
    font-size:18px !important;
}

.contact-links-wrapper>div {
    display:flex;
    align-items:center;
}

.contact-links-wrapper>div>div {
    margin-right:35px !important;
}

.contact-links-wrapper>div>div:last-child {
    margin-right:0 !important;
}

/* Artists Index */

/* Woocommerce Cart,Checkout, My account Page */


    body.woocommerce-cart #main-content,
    body.woocommerce-checkout #main-content,
    body.woocommerce-account #main-content {
        background:var(--color-tertiary) !important;
    }
    
    body.woocommerce-cart #main-content .content-wrap>.woocommerce,
    body.woocommerce-checkout #main-content .content-wrap>.woocommerce,
    body.woocommerce-account #main-content .content-wrap>.woocommerce {
        max-width: 1280px;
        margin: 0 auto;
        padding: 70px 15px 90px;
        width: 85%;
    }
    
    body.woocommerce-account #main-content .content-wrap>.woocommerce:after {
        content:'';
        display:block;
        clear:both;
    }
    
    .woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
        width:70px !important;
    }
    
    table.shop_table thead tr th {
            background: var(--color-woopagecolor) !important;
            text-align: left;
            padding: 17px 10px 20px;
            font-family: var(--font-main) !important;
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 1 !important;
            color:var(--color-white) !important;
    }
    
    table.shop_table tbody tr {
    }
    
    table.shop_table tbody tr td {
        border-bottom: 1px solid var(--color-white) !important;
        padding:15px 10px !important;
        text-align:left;
    }
    
    .cart_totals table.shop_table tbody tr:last-child td,
    .cart_totals table.shop_table tbody tr:last-child th,
     table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td,
    table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child th
    {
        border-bottom:0 !important;
    }
    
    
    table.shop_table .input-text.qty.text {
        background: none !important;
        padding: 0 13px !important;
        border-radius: 0 !important;
        height: 52px;
        width: 52px;
        text-align: center !important;
        appearance: auto;
        color: var(--color-white) !important;
        font-size:18px !important;
        line-height:1 !important;
    }

    table.shop_table button.button , table.shop_table a.button,
	.wc-proceed-to-checkout a.button, .return-to-shop a.button,
	input[name="woocommerce_checkout_place_order"] {
       font-family: var(--font-headings) !important;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 25px !important;
        line-height: 1 !important;
        text-align: center !important;
        letter-spacing: 0.055em;
        text-transform: none !important;
        color: var(--color-tertiary) !important;
        background: var(--color-white) !important;
        padding: 12px 30px 12px 30px !important;
    }

	.wc-proceed-to-checkout a.button,
	.return-to-shop a.button {
		display:inline-block !important;
	}

	.wc-proceed-to-checkout {
		text-align:right !important;
		padding-top:2rem !important;
	}

	table.shop_table input[type="text"]#coupon_code {
		background: none !important;
		padding: 0 13px !important;
		border-radius: 0 !important;
		height: 52px;
		/* width: 52px; */
		text-align: center !important;
		appearance: auto;
		color: var(--color-white) !important;
		font-size: 18px !important;
		line-height: 1 !important;
		text-align: left !important;
		font-family:var(--font-main) !important;
		margin-right:10px !important;
	}

	table.shop_table input[type="text"]#coupon_code::placeholder {
		color: var(--color-white) !important;
		font-size: 18px !important;
		line-height: 1 !important;
		font-family:var(--font-main) !important;
	}

	table.shop_table .coupon label {
		display:none !important;
	}

	table.shop_table tbody tr td.actions {
		position:relative !important;
		padding-top:25px !important;
		padding-bottom:25px !important;
	}

	table.shop_table tbody tr td.actions button[name="update_cart"] {
		background: none !important;
		color: var(--color-white) !important;
		border: 1px solid var(--color-white) !important;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
	}

	.cart-collaterals {
		padding-top: 20px;
		padding-left: 60%;
	}

	.cart_totals * {
			color: var(--color-white) !important;
			font-size: 18px !important;
			line-height: 1 !important;
			font-family:var(--font-main) !important;
			font-weight:400 !important;
	}

	.cart_totals th {
		border-bottom: 1px solid var(--color-white) !important;
		border-right: 1px solid var(--color-white) !important;
		width: 150px;
		text-align: left;
		padding: 20px 10px 20px 0 !important;
	}

	.cart_totals table.shop_table tbody td {
		padding-left: 30px !important;
	}

	body.woocommerce-cart .woocommerce-notices-wrapper>div {
		padding:10px 15px !important;
		background:var(--color-secondary) !important;
		margin-bottom: 40px;
	}
	
	.product-remove a.remove {
	        background-image: url(images/cartcross.svg) !important;
            width: 20px !important;
            height: 20px !important;
            display: block;
            font-size: 0 !important;
            background-repeat: no-repeat;
            background-position: center;
            line-height: 20px !important;
	}
	
	.cart_totals>h2 {
        background: var(--color-woopagecolor) !important;
        text-align: left;
        padding: 17px 15px 20px 180px;
        font-family: var(--font-main) !important;
        font-style: normal;
        font-weight: 700 !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: var(--color-white) !important;
        margin: 0;
        text-align: left;
        text-transform:capitalize !important;
	} 
	
	
	form.checkout.woocommerce-checkout:after,
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses:after {
	    display:block;
	    content:'';
	    clear:both;
	}
	
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
	    padding-top:2.5rem !important;
	}
	
	
	
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses>div.woocommerce-Address {
	    float:left;
	    width:calc(50% - 50px)!important;
	    margin-right:100px;
	    flex-basis: 100%;
        max-width: 100%;
	}
	
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses>div.woocommerce-Address:nth-child(even) {
	    margin-right:0 !important;
	}
	
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses header {
	    position: static;
        padding-top: 0 !important;
        top: auto;
	}
	
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses header a.edit {
	    color: var(--color-white) !important;
	}
	
	
	form.checkout.woocommerce-checkout>div.checkout-2_1col {
	    float:left;
	    width:calc(60% - 50px)!important;
	    margin-right:100px;
	}
	
	form.checkout.woocommerce-checkout>div.checkout-2_2col {
	    float:left;
	    width:calc(40% - 50px)!important;
	    margin-right:0;
	}
	
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-navigation {
	    
	    float:left;
	    width:calc(30% - 50px)!important;
	    margin-right:100px;
	    
	}
	
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content {
	    float:left;
	    width:calc(70% - 50px)!important;
	    margin-right:0;
	}
	
	form.checkout.woocommerce-checkout>div.checkout-2_1col>div {
	    width: 100% !important;
        flex-basis: 100%;
        max-width: 100%;
	}
	
	form.checkout.woocommerce-checkout .form-row label:not(.screen-reader-text) {
	    display:block;
	    width:100%;
	    padding-bottom:15px !important;
	}
	
	form.checkout.woocommerce-checkout input[type="text"],
	form.checkout.woocommerce-checkout input[type="email"],
	form.checkout.woocommerce-checkout input[type="tel"],
	form.woocommerce-form-login input[type="text"],
	form.woocommerce-form-login input[type="password"],
	form.woocommerce-ResetPassword.lost_reset_password input[type="text"],
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content form input[type="text"],
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content form input[type="email"],
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content form input[type="password"],
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content form input[type="tel"],
	.shipping-calculator-form input[type="text"] {
		background: none !important;
		padding: 0 13px !important;
		border-radius: 0 !important;
		height: 52px;
		width: 100%;
		text-align: center !important;
		appearance: auto;
		color: var(--color-white) !important;
		font-size: 18px !important;
		line-height: 1 !important;
		text-align: left !important;
		font-family:var(--font-main) !important;
	}
	
	.shipping-calculator-form {
	    padding-top:20px !important;
	}
	
	.shipping-calculator-form input[type="text"]::placeholder {
	    color:#fff !important;
	}
	
	form.woocommerce-form-login p.woocommerce-form-row label,
	form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row label,
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content form p.woocommerce-form-row label,
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content form p.form-row label {
	    display:block;
	    padding-bottom:10px;
	}
	
	p.woocommerce-LostPassword.lost_password a {
	    color: var(--color-white) !important;
	}
	
	form.checkout.woocommerce-checkout input[type="text"]::placeholder,
	form.checkout.woocommerce-checkout input[type="email"]::placeholder,
	form.checkout.woocommerce-checkout input[type="tel"]::placeholder,
	form.checkout.woocommerce-checkout textarea::placeholder {
		color: var(--color-white) !important;
		font-size: 18px !important;
		line-height: 1 !important;
		font-family:var(--font-main) !important;
	}
	
	form.checkout.woocommerce-checkout textarea {
		background: none !important;
		padding: 13px !important;
		border-radius: 0 !important;
		height: 150px;
		width: 100%;
		text-align: center !important;
		appearance: auto;
		color: var(--color-white) !important;
		font-size: 18px !important;
		line-height: 1 !important;
		text-align: left !important;
		font-family:var(--font-main) !important;
		resize:none;
	}
	
	.woocommerce-form-coupon-toggle,
	form.checkout_coupon.woocommerce-form-coupon {
	    margin-bottom:30px !important;
	}
	
	a.showcoupon {
	    color: var(--color-white) !important;
	}
	
	
	form.checkout_coupon.woocommerce-form-coupon input[type="text"]#coupon_code {
		background: none !important;
		padding: 0 13px !important;
		border-radius: 0 !important;
		height: 52px;
		/* width: 52px; */
		text-align: center !important;
		appearance: auto;
		color: var(--color-white) !important;
		font-size: 18px !important;
		line-height: 1 !important;
		text-align: left !important;
		font-family:var(--font-main) !important;
		margin-right:10px !important;
	}

	form.checkout_coupon.woocommerce-form-coupon input[type="text"]#coupon_code::placeholder {
		color: var(--color-white) !important;
		font-size: 18px !important;
		line-height: 1 !important;
		font-family:var(--font-main) !important;
	}
	
	form.checkout_coupon.woocommerce-form-coupon button.button,
	button.woocommerce-button.button.woocommerce-form-login__submit,
	form.woocommerce-ResetPassword.lost_reset_password button[type="submit"],
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content form button[type="submit"] {
	    font-family: var(--font-headings) !important;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 25px !important;
        line-height: 1 !important;
        text-align: center !important;
        letter-spacing: 0.055em;
        text-transform: none !important;
        color: var(--color-tertiary) !important;
        background: var(--color-white) !important;
        padding: 12px 30px 12px 30px !important;
	}
	
	button.woocommerce-button.button.woocommerce-form-login__submit {
	    margin-left:15px !important;
	}
	
	form.checkout_coupon.woocommerce-form-coupon .form-row {
	    float:left !important;
	    vertical-align:middle;
	}
	
	form.checkout.woocommerce-checkout p.form-row.form-row-first,
	form.checkout.woocommerce-checkout p.form-row.form-row-last {
	    display: inline-block;
        vertical-align: middle;
        width: calc(50% - 10px) !important;
        margin-right: 20px !important;
	}
	
	form.checkout.woocommerce-checkout p.form-row.form-row-last {
	    margin-right:0 !important;
	}
	
	.select2-container .select2-selection--single {
	    background: none !important;
		padding: 0 13px !important;
		border-radius: 0 !important;
		height: 52px !important;
		width: 100%;
		text-align: center !important;
		appearance: auto;
		color: var(--color-white) !important;
		font-size: 18px !important;
		line-height: 1 !important;
		text-align: left !important;
		font-family:var(--font-main) !important;
	}
	
	.select2-container .select2-selection--single .select2-selection__rendered {
	    padding: 0 !important;
        line-height: 49px !important;
        color: var(--color-white) !important;
	}
	
	.select2-dropdown.select2-dropdown--below * {
	    color:var(--color-tertiary) !important;
	}
	
	.select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #fff transparent transparent transparent !important;
	}
	
	.select2-container--default .select2-selection--single .select2-selection__arrow {
	    top: 11px !important;
        right: 9px !important;
	}
	
	input[name="woocommerce_checkout_place_order"],
	.wc-proceed-to-checkout a.button {
	    width:100% !important;
	}
	
	table.shop_table tfoot tr th,
	table.shop_table tfoot tr td {
        background: var(--color-woopagecolor) !important;
        text-align: left;
        padding: 17px 10px 20px;
        font-family: var(--font-main) !important;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 1 !important;
        color: var(--color-white) !important;
        border-bottom:1px solid var(--color-white) !important;
    }
    
    table.shop_table tfoot tr th *,
	table.shop_table tfoot tr td * {
	    font-weight: 400;
	}
	
	table.shop_table tfoot tr:last-child th,
	table.shop_table tfoot tr:last-child td {
	    border-bottom:0 !important;
	}
	
	.woocommerce-checkout-payment {
	    margin-bottom:40px !important;
	}
	
	.woocommerce-MyAccount-navigation>ul {
	    margin:0 !important;
	    padding:0 !important;
	}
	
	.woocommerce-MyAccount-navigation>ul>li {
	    border-bottom: 1px solid #D5D5D5;
	    padding: 22px 0 !important;
	}
	
	.woocommerce-MyAccount-navigation>ul>li:first-child {
	    padding-top:0 !important;
	}
	
	.woocommerce-MyAccount-navigation>ul>li a {
	    color: var(--color-white) !important;
	    line-height:1 !important;
	    display:block;
	    position:relative;
	}
	
	.woocommerce-MyAccount-navigation>ul>li a:after {
	    content: '';
        background-image: url(myaccount/0.svg);
        width: 22px;
        height: 22px;
        position: absolute;
        top: 50%;
        right: 0;
        background-position: center right;
        background-repeat: no-repeat;
        transform: translateY(-50%);
	}
	
	.woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link--orders a:after {
	    background-image: url(myaccount/1.svg);
	}
	
	.woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link--downloads a:after {
	    background-image: url(myaccount/2.svg);
	}
	
	.woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link--edit-address a:after {
	    background-image: url(myaccount/3.svg);
	}
	
	.woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link--edit-account a:after {
	    background-image: url(myaccount/5.svg);
	}
	
	.woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link--customer-logout a:after {
	    background-image: url(myaccount/6.svg);
	}
	
	
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content table.shop_table tbody tr td * {
	    color: var(--color-white) !important;
	}
	
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content a.woocommerce-button.button {
	    display:inline-block;
	    background:none !important;
	    border:1px solid var(--color-white) !important;
	}
	
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content p * {
	    color:var(--color-white) !important;
	}
	

/* Woocommerce Cart,Checkout, My account Page */

/* Contact Page */

        body.page-id-244 .footer-top {
            display:none !important;
        }
        
        .contact-main-content .bmcb-row .bmcb-column:nth-child(2) .bmcb-module {
            position:relative;
        }
        
        
        .contact-main-content .bmcb-row .bmcb-column:nth-child(2) .bmcb-module:before {
            content: '';
            background-image: url(images/Polygon.svg);
            position: absolute;
            left: -24px;
            width: 25px;
            height: 46px;
            top: 50%;
            transform: translateY(-50%);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
        
        .contact-intro-text .bmcb-text__description , 
        .contact-intro-text .bmcb-text__description * {
            font-size:22px !important;
            line-height:1.8 !important;
        }
        
        .contact-intro-text h3 {
            margin-bottom:10px !important;
        }
        
        .gform_wrapper label.gfield_label {
            display:none !important;
        }
        
        .ginput_container {
            margin-bottom: 20px !important;
        }
        
        .gform_wrapper input[type="text"]{
            background: none !important;
            padding: 0 13px !important;
            border-radius: 0 !important;
            height: 52px;
            color: var(--color-white) !important;
            font-size: 18px !important;
            line-height: 1 !important;
            text-align: left !important;
            font-family: var(--font-main) !important;
        }
        
        .gform_wrapper textarea {
            background: none !important;
            padding: 13px !important;
            border-radius: 0 !important;
            height: 150px;
            color: var(--color-white) !important;
            font-size: 18px !important;
            line-height: 1 !important;
            text-align: left !important;
            font-family: var(--font-main) !important;
            resize:none;
        }
        
        .gform_wrapper input[type="text"]::placeholder,
        .gform_wrapper textarea::placeholder {
        		color: var(--color-white) !important;
        		font-size: 18px !important;
        		line-height: 1 !important;
        		font-family:var(--font-main) !important;
        }
        
        .contact-main-content .bmcb-row .bmcb-column:nth-child(2) .bmcb-module h1 {
            margin-bottom:5rem !important;
        }
        
        
        .gform_button {
           font-family: var(--font-headings);
            font-style: normal;
            font-weight: 400 !important;
            font-size: 25px !important;
            line-height: 1 !important;
            text-align: center !important;
            letter-spacing: 0.055em;
            text-transform: capitalize !important;
            color: var(--color-tertiary) !important;
            background: var(--color-white) !important;
            padding: 14px 30px 14px 30px !important;
        }
        
        h2.gform_submission_error {
            font-size: 17px;
            line-height: 1.5;
            margin: 0 !important;
        }
        
        .left-contact-info h5 {
            padding-top:3.25rem !important;
            margin-bottom:15px !important;
            color: var(--color-white) !important;
            font-size: 18px !important;
            line-height: 1 !important;
            font-weight:700 !important;
            font-family: var(--font-main) !important;
        }
        
        .left-contact-info .fa-social-icons a {
            color: var(--color-white) !important;
            font-size: 22px !important;
        }
        
        .left-contact-info .fa-social-icons>li:nth-child(1){
            padding-left:0 !important;
        }
        
        .contact-email-address {
            color: var(--color-white) !important;
        }


/* Contact Page */


/* Media Query */


@media only screen and (max-width: 1098px) {

    .full-screen-sitenavigation ul.menu li a {
        font-size:40px !important;
    }

}


@media only screen and (max-width: 980px) {
    
    .full-screen-sitenavigation ul.menu {
        padding-top:200px !important;
    }
    
    .home-hero-section video {
        height:600px !important;
    }
    
    body h1 , body h2, .innerpage-hero-banner h1,
    .related-product-heading h2 {
        font-size:50px !important;
    }
	
	.shopsidebarleft {
		padding-bottom:4rem !important;
	}
    
    body.single-product .woocommerce-product-gallery {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom:6rem !important;
    }
    
    body.single-product .summary.entry-summary {
        float: none;
        width: 100%;
    }
    
    .cart-collaterals {
        padding-left:40% !important;
    }
    
    .contact-main-content .bmcb-row .bmcb-column:nth-child(1) .bmcb-module {
        padding-left:0 !important;
    }
    
    .contact-main-content .bmcb-row .bmcb-column:nth-child(2) .bmcb-module:before {
            left: 0;
            right: 0;
            top: -30px;
            transform: rotate(90deg);
            margin: 0 auto;
    }
    
    form.checkout.woocommerce-checkout>div.checkout-2_1col {
        width: calc(60% - 20px)!important;
        margin-right: 40px;
    }
    
    form.checkout.woocommerce-checkout>div.checkout-2_2col {
        width: calc(40% - 20px)!important;
    }
    
    
    body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-navigation {
	    width:calc(30% - 20px)!important;
	    margin-right:40px;
	    
	}
	
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content {
	    float:left;
	    width:calc(70% - 20px)!important;
	    margin-right:0;
	}
	
	body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses>div.woocommerce-Address {
	    width: calc(50% - 20px)!important;
        margin-right: 40px;
	}
    
    form.checkout.woocommerce-checkout p.form-row.form-row-first, form.checkout.woocommerce-checkout p.form-row.form-row-last {
        display:block;
        width:100% !important;
        margin-right:0 !important;
    }
    
    .home-hero-section .hero-txt-haeding h2 {
        font-size:30px !important;
    }
}


@media only screen and (max-width: 767px) {
    
    
    body h1 , body h2, .related-product-heading h2 {
        font-size:40px !important;
    }
    
    .home-hero-section video {
        height:500px !important;
    }
    
    .floating-right-btn .bmcb-blurb__content .bmcb-blurb__button-wrapper {
        position: relative !important;
        top: auto;
        transform: none;
        margin-top: 20px;
    }
    
    .nogap-3col>li, .withgap-3col>li, .nogap-2col>li, .withgap-2col>li {
        float:none !important;
        width:100% !important;
        margin-bottom:2.5rem !important;
    }
	
	header img.logo__header {
		max-width:200px !important;
	}
	
	.headerwrapper>a:not([class]) {
		width:200px !important;
	}
	
	.related-product-heading .bmcb-blurb__button-wrapper {
        position: relative !important;
        top: auto;
        transform: none;
        margin-top: 20px;
    }
    
    
    .woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
  display: none;
}
.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page
  table.shop_table_responsive
  tbody
  tr:first-child
  td:first-child {
  border-top: 0;
}
.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
  display: none;
}
.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
  display: block;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
  display: block;
  text-align: right !important;
}
.woocommerce table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.order-actions {
  text-align: left !important;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  font-weight: 700;
  float: left;
}
.woocommerce table.shop_table_responsive tr td.actions::before,
.woocommerce table.shop_table_responsive tr td.product-remove::before,
.woocommerce-page table.shop_table_responsive tr td.actions::before,
.woocommerce-page table.shop_table_responsive tr td.product-remove::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: rgba(0, 0, 0, 0.025);
}
.woocommerce table.my_account_orders tr td.order-actions,
.woocommerce-page table.my_account_orders tr td.order-actions {
  text-align: left;
}
.woocommerce table.my_account_orders tr td.order-actions::before,
.woocommerce-page table.my_account_orders tr td.order-actions::before {
  display: none;
}
.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  float: none;
  margin: 0.125em 0.25em 0.125em 0;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
  width: 48%;
  float: left;
  clear: both;
  margin: 0 0 2.992em;
}
.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
.woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
  float: right;
  clear: none !important;
}
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}
.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
  display: none;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  text-align: left;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: none;
  padding-bottom: 0.5em;
}
.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::before,
.woocommerce table.cart td.actions .coupon::after,
.woocommerce table.cart td.actions .coupon::before,
.woocommerce-page #content table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::before,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::before {
  content: " ";
  display: table;
}
.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::after {
  clear: both;
}
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
  width: 48%;
  box-sizing: border-box;
}
.woocommerce #content table.cart td.actions .coupon .button.alt,
.woocommerce #content table.cart td.actions .coupon .input-text + .button,
.woocommerce table.cart td.actions .coupon .button.alt,
.woocommerce table.cart td.actions .coupon .input-text + .button,
.woocommerce-page #content table.cart td.actions .coupon .button.alt,
.woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
.woocommerce-page table.cart td.actions .coupon .button.alt,
.woocommerce-page table.cart td.actions .coupon .input-text + .button {
  float: right;
}
.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
  display: block;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 100%;
  float: none;
  text-align: left;
}
.woocommerce-page.woocommerce-checkout form.login .form-row,
.woocommerce.woocommerce-checkout form.login .form-row {
  width: 100%;
  float: none;
}
.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last,
.woocommerce-page .lost_reset_password .form-row-first,
.woocommerce-page .lost_reset_password .form-row-last {
  width: 100%;
  float: none;
  margin-right: 0;
}
body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content,
body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-navigation {
  float: none !important;
  width: 100% !important;
  margin-right:0 !important;
}

body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content {
    padding-top:6rem !important;
}

.cart_totals>h2 {
    padding-left:15px !important;
    text-align:center !important;
}

.contact-main-content .bmcb-row .bmcb-column:nth-child(2) .bmcb-module {
    padding-left:4rem !important;
    padding-right:4rem !important;
}
 
 
    form.checkout.woocommerce-checkout>div.checkout-2_1col {
        width: 100%!important;
        margin-right: 0;
        margin-bottom:50px;
        float:none;
    }
    
    form.checkout.woocommerce-checkout>div.checkout-2_2col {
        width: 100%!important;
        margin-right: 0;
        float:none;
    }   
    
    body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses>div.woocommerce-Address {
        float:none !important;
        width:100% !important;
        margin-right:0 !important;
        padding-bottom:6rem !important;
    }
    
    body.woocommerce-account #main-content .content-wrap>.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses>div.woocommerce-Address:nth-child(even) {
        padding-bottom:0 !important;
    }
    
}


@media only screen and (max-width: 600px) {
     
     .cart-collaterals {
	    padding-left:0 !important;
	}
     
     
     table.shop_table tbody tr td.actions button[name="update_cart"] {
         position: relative !important;
        top: auto !important;
        transform: none !important;
     }
     
     .contact-links-wrapper>div {
         display:block !important;
     }
     
     .contact-links-wrapper>div>div {
         margin:0 0 25px 0 !important;
     }
     
     .contact-links-wrapper>div>div:last-child {
         margin:0 !important;
     }
     
     ul.products.columns-3>li.product {
         float:none !important;
         width:100% !important;
     }
}



@media only screen and (max-width: 480px) {
    
    .full-screen-sitenavigation ul.menu li a {
        font-size:32px !important;
    }
    
    footer ul.menu li a {
        font-size:15px !important;
    }
	
	ul.products.columns-2>li.product,
	ul.products.columns-3>li.product {
		float: non;
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 5rem !important;
	}
	
	/*header img.logo__header {
		max-width:190px !important;
	}
	
	.headerwrapper>a:not([class]) {
		width:190px !important;
	}*/
	
	header.innerpageheader a.navmenutoggle {
		font-size: 0 !important;
    	padding-left: 40px !important;
	}
	
	.woocommerce table.cart td.actions .coupon .input-text + .button {
	    padding-left:5px !important;
	    padding-right:5px !important;
	    font-size:12px !important;
	    height:50px !important;
	}
	
	.home-hero-section .hero-txt-haeding h2 {
        font-size:25px !important;
    }
    
    
}

@media only screen and (min-width: 1200px) {
    
    .home-hero-section .hero-txt-haeding h2 {
        font-size:40px !important;
    }
}


/* Media Query */

body.home footer {
    display:none !important;
}

body.home .home-hero-section video {
    height:100vh !important;
}
