/*
Theme Name: UPrint Dis 2022
Theme URI: http://theodagency.com
Description: Theme for UPrint Dis
Author: Ollie Stott
Author URI: http://theodagency.com
Version: 1.0.0
*/

/* FONTS */

@font-face {
      font-family: 'UPrint Dis';
      src: url('fonts/hld.eot?24213194');
      src: url('fonts/hld.eot?24213194#iefix') format('embedded-opentype'),
           url('fonts/hld.woff?24213194') format('woff'),
           url('fonts/hld.ttf?24213194') format('truetype'),
           url('fonts/hld.svg?24213194#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
	  font-display: swap;
}
     
::-moz-selection { background: #41ccf2; color: #fff; }
::selection { background: #41ccf2; color: #fff; }
     
.icon {
      font-family: 'UPrint Dis';
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

.bg-primary {
	background:#41ccf2!important;
}

.w-150 {
	width: 150px;
}

input:focus {
    outline: none;
}

.aligncenter {
    width: 100%;
    padding: 10px 0;
	margin: 0 auto;
	max-width: 100%!important;
}

.wp-caption-text {
    font-style: italic;
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/* GENERAL */

.navbar-brand img, .button, .btn-readmore:after, a, .featuredin img, .modalLink i, .modalLink svg, nav, header .fak, header img, #b2bking_myaccount_conversations_container_top button, nav.headroom {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
}

img {
	max-width: 100%;
}

a, .modalLink {
	color: #41ccf2;
	text-decoration: none;
}

a:hover, .is-active a, .modalLink:hover {
	color: #6a7786!important;
	text-decoration: none;
	cursor: pointer;
}

.modalLink:hover > i, .modalLink:hover > svg {
	padding-left: 6px;
}

.modalLink.text-dark {
	color: #343a40!important;
}

.woocommerce-info, .woocommerce-message {
    border: none;
}

woocommerce-info::before {
    color: #ffc400;
}

.woocommerce span.onsale, .woocommerce span.newproduct {
	background: #41ccf2!important;
	padding: 1em!important;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.woocommerce span.onsale.newproduct {
	background: #65b51b!important;
}

.woocommerce span.onsale {
	display: none;
}
span.onsale.newproduct {
    padding: 0.5em 0.75em!important;
    display: block;
    border-radius: 3px;
    line-height: 1em;
    min-height: auto;
	margin: 10px 0!Important;
}

.single-product span.onsale.newproduct {
    position: relative;
    margin: 0!important;
    display: inline-block;
    left: 0;
}

/**Mega Menu **/
.navbar .container {
    position: relative;
}
.navbar-nav, .navbar .collapse, .navbar-nav li {
  position: static;
}
.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  left: auto;
}
.menu-item-has-children .dropdown-menu {
  width: auto !important;
}
header .fak, header img {
    color: #fff;
    font-size: 3em;
    margin-top: 5px;
	opacity: 0;
}
.headroom--unpinned header .fak, .headroom--unpinned  header img {
	opacity: 1;
}
.mega-menu-wrapper {
	padding: 0!important;
}

.mega-menu-wrapper ul li a {
	padding-left: 0!important;
	font-weight: 300;
	font-size: 0.85em!important;
}

.menu li.save:after {
    content: 'Save!';
    display: inline-block;
    position: absolute;
    font-size: 0.55em;
    font-weight: 800;
    background: #65b51b;
    padding: 4px 5px 2px;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
}

header li a {
    font-weight: 300;
    font-size: 1.1em;
	padding: 0 1.25em!important;
	letter-spacing: 0;
}

#menu-mega-menu ul li a {
    color: #000;
    font-size: 0.9em;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.dropdown-toggle::after {
	display: none;
}

.mega-menu-item {
	padding: 5px 0;
}

.mega-menu-item h2 {
    font-size: 1em;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
}

.mega-menu-item li {
    list-style: none;
}	
	
li[id^='nav_menu'] {
	padding: 1rem!important;
}

li[id^='media_image'] {
	padding: 0;
}

li[id^='media_image'] img {
	width: 100%;
}

.mega-menu-item ul {
    padding-left: 0;
}

.mega-menu-item li {
    list-style: none;
    padding: 2px 0;
}

.opacity-8 {
	opacity: 0.8;
}

/* --- SEARCH --- */

.searchs span {
    font-size: 2em!important;
	text-decoration: none!important;
	margin-top: 5px;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	background: rgba(256,256,256,0.85);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
	z-index: -1;
}

#search.open {
    opacity: 1;
    z-index: 999999;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

#search aside {
    position: absolute;
    left: 50%;
    top: 10%;
    width: 90%;
	max-width: 600px;
    height: 150px;
	transform: translate(-50%);
    background: none;
}

#search h4 {
	color: #6a7786;
}

#search input[type=submit] {
	background: #fff!important;
	color: #274056!important;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0);
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    border: thin solid #ccc;
    margin: 0px auto;
    margin-top: -51px;
	padding: 10px 20px;
    outline: none;
    color: #fff;
    width: 50%;
    margin-left: calc(50% / 2);
}

.product-search input[type="text"].product-search-field, .product-search input[type="text"].product-filter-field {
	padding: 5px 10px;
}

#search input::-webkit-input-placeholder {
	color: #274056!important;
}

#search input:-moz-placeholder {
	color: #274056!important;
}

#search input::-moz-placeholder {
	color: #274056!important;
}

#search input:-ms-input-placeholder {
	color: #274056!important;
}

#search .search-results a {
	color: #000!Important;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

del .amount {
	text-decoration: line-through!important;
}

.search .woocommerce ul.products li.product, .search .woocommerce-page ul.products li.product {
	margin: 0;
}

#mobSearch i {
    font-size: 1.5em;
    margin-left: 5px;
}

/* MULTICAROUSEL */
.carousel-control-prev, .carousel-control-next {
    font-size: 36px;
    color: #000;
	opacity: 1;
}

.multi.carousel {
	width: 100%;
}

.carousel-item {
	padding: 0 0 1.5em;
}

.multi.carousel .carousel-inner .carousel-item.active,
.multi.carousel .carousel-inner .carousel-item-next,
.multi.carousel .carousel-inner .carousel-item-prev {
  display: flex;
}

.multi.carousel .carousel-inner {
	overflow-x: hidden;
	height: 250px;
}
.multi.carousel .carousel-inner .carousel-item-right.active, .multi.carousel .carousel-inner .carousel-item-next {
  transform: translateX(16.6666%);
}

.multi.carousel .carousel-inner .carousel-item-left.active, .multi.carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-16.6666%);	
}

.multi.carousel .carousel-inner .carousel-item-right, .multi.carousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.multi.carousel .carousel-control-next, .multi.carousel .carousel-control-prev {
	width: 10%;
}

.multi.carousel .carousel-control-next {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.multi.carousel .carousel-control-next-icon, .multi.carousel .carousel-control-prev-icon {
	margin-top: -75%;
}

.multi.carousel .carousel-control-prev {
	left: -6%;
	z-index:999;
}

.multi.carousel .carousel-control-next {
	right: -6%;
	z-index:999;
}

/* BODY */

body {
	font-family: 'Poppins', sans-serif;
	padding-top: 180px;
    font-size: 0.9em;
    line-height: 1.75em;
    font-weight: 400;
	overflow-x: hidden;
}

body.home {
	padding-top: 0;
}

.dotty {
    background-image: radial-gradient(#eee 10%,transparent 10%);
    background-position: 0 50%;
    background-size: 40px 40px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	background: none!important;
	border: none!important;
	border-bottom: thin solid #808080!important;
}

.nf-form-content textarea {
	border: thin solid #808080!important;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]), .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, select {
	height: 30px!important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	height: auto!important	
}

.nf-form-fields-required {
  display: none;
}

.nf-error-msg, .ninja-forms-req-symbol {
    color: #41ccf2!important;
}

/* BUTTONS */

.btn, input#mc-embedded-subscribe, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    border-radius: 50px;
    padding: 0.75em 1.5em;
	margin-top: 1em;
	font-size: 1em;
	outline: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 300!important;
}

.btn-dark {
	background: #41ccf2;
    border: thin solid #41ccf2;
    color: #fff;
}

.btn-dark:hover {
	background: #399fb6!important;
	border-color: #399fb6!important;
	color: #fff!important;
}

.btn-outline-primary, input#mc-embedded-subscribe, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit], .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	border: thin solid #000;
	color: #000;
	background: none;
}

.btn-outline-primary:hover, input#mc-embedded-subscribe:hover, .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    color: #fff!important;
    background: #41ccf2;
    border: thin solid #41ccf2;
}

.btn-readmore {
	font-weight: 500;	
	padding-left:0;
}

.btn-readmore:after {
	content: '\f178';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	font-weight: 300;
	font-size: 1.15em;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: -1px;
}

.btn-readmore:hover:after {
	padding-left: 15px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #399fb6!important;
	border-color: #399fb6!important;
	color: #fff!important;
}

/* BURGER MENU */

/* ANIMATE BURGER */

.navbar-toggler:not(:disabled):not(.disabled) {
	outline: none!important;
    z-index: 9999;
    position: relative;
    top: 0;
    left: 5px;
}

.navbar-toggler {
	border: none;	
	padding: 0px;
	margin-right: .75em;
}

.animated-bar {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-bar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-bar span {
    background: rgba(150,150,150,1);
}

.home .animated-bar span {
/*  background: rgba(256,256,256,1); */
    background: rgba(0,32,63,1);
}

.headroom--not-top .animated-bar span {
    background: rgba(0,32,63,1);
}

.animated-bar span:nth-child(1) {
  top: 0px;
}

.animated-bar span:nth-child(2) {
  top: 10px;
}

.animated-bar span:nth-child(3) {
  top: 20px;
}

.animated-bar.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-bar.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-bar.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.list-radio-wrap .nf-field-element li label {
    text-align: left;
}

.nf-form-content .listradio-wrap li {
    display: inline-block;
    float: left;
    padding-right: 25px!important;
	margin-right: 15px!important;
}

.nav > li.dropdown.open {
  position: static;
}

.nav > li.dropdown.open .dropdown-menu {
  display: table;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.dropdown-menu > li {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

nav .dropdown-menu li a {
	font-size: 0.9em;
	padding-right: 5px!important
}

/* FAQs */

.card-header {
    background: none;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 1.25em;
}

.card {
	border: none;
}

/* HEADINGS */

h1, h3, h4, h5, h6, input#mc-embedded-subscribe, .woofc-area.woofc-style-02 .woofc-area-top, .nf-field-label label {
    font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

h1, h2.prodTitle {
	font-size: 2.5em;
	line-height: 1.2em;
}

h1, h2, h4 {
	font-family: 'Poppins', sans-serif;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 300;	
}

h4 {
	font-size: 1.8em;
}

#doubleImg h4 {
	font-size: 1.75em;
}

h3.heroSmall {
	font-size: 1.2rem;
	margin-top: 0;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}

.carousel-item h2, .carousel-item h1 {
	font-size: 4em;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300!important;
}

.single-product .entry-summary h2 {
    font-size: 1.35em;
    line-height: 1.35em;
    margin-bottom: 1em;
}

h3 {
	font-size: 1em;
	margin: 2em 0 .5em;
	line-height: 1.6em;
}

.txt-primary {
    font-family: 'Poppins', sans-serif;
	text-transform: none;
	font-weight: 300!important;
	letter-spacing: 0em;
}

.txt-secondary {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0em;
}

h1.alt_title {
	font-family: 'Poppins',sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: .4em;
	font-size: 1em;
}

/* HEADER */

nav {
	background-color: rgba(256,256,256,0.9);
}

nav.headroom--not-top {
	background-color: rgba(256,256,256,1);
}

/* .headroom--not-top 
.headroom--top {
	background-color: rgba(256,256,256,0.8);
}
*/

nav a {
	font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
	padding: 0 1em!important;
	color: #6a7786!important;
}

nav .social a {
	padding: 0 .25em!important;
}

nav header a {
	color: #6a7786!important;
}

nav header a:hover, nav .current-menu-item a {
	color: #41ccf2!important
}

nav .mega-menu-parent.current-menu-item a {
	color: #6a7786!important;
}

.acct a {
	color: #8A8A8A;
}

.navbar-brand {
	margin-right: 0;
}

.navbar-brand img {
    width: 160px;
}

/* TESTIMONIALS */

#testimonials {
	min-height: 400px;
}

#testimonials img {
    width: 150px;
    margin-bottom: 15px;
}

#testimonials h6 {
    font-size: 1em;
    margin: 10px 0 0;
    font-family: 'Poppins',sans-serif;
    text-transform: none;
    letter-spacing: 0;
}

ul.stars {
	padding-left: 0;
}
ul.stars li {
	display: inline-block;
}
ul.stars li:before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f005';
	color: #00b67a;
	font-weight: bold;
	font-size: 1.5em;
}

#testimonials h6:before {
	content: "- ";
}

p.quote {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 15px;
}

p.quote:before, p.quote:after {
	font-family: 'UPrint Dis';
	content: '\E800';
	font-size: 0.8em;
	color: #808080;
}

p.quote:before, p.quote:after {
	padding-right: 10px;
}

p.quote:after {
	transform: rotate(180deg);
	display: inline-block;
}

#testimonials .carousel-control-next, #testimonials .carousel-control-prev, 
#testimonials .carousel-control-next:hover, #testimonials .carousel-control-prev:hover {
    font-size: 2em;
    color: #000!important;
}

#testimonials .carousel-control-next, #testimonials .carousel-control-next:hover {
    left: auto;
}

#hldCarousel .carousel-control-next, #hldCarousel .carousel-control-prev {
    width: 10%;
	color: #fff;
}
/* WOOCOMMERCE */

.woocommerce-store-notice, p.demo_store {
	bottom: 0!important;
	background: #000!important;
	top: auto;
	position: fixed;
}

.term-description {
    max-width: 800px;
    margin: 0 auto 30px;
}

.term-description a {
    color: #000;
    border-bottom: thin dotted #000;
}

.qty {
    padding-right: 10px;
    padding-top: 5px;
	width: 70px;
}

/* CUSTOM ON-HOVER IMAGE */
.woocommerce ul.products li.product a img { 
    width: 300px;
    height: auto;
    object-fit: cover;
    padding: 0;
    margin: 0 auto;
}
.woocommerce ul.products li.product a img:nth-of-type(2) {
    display: none;
}
.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
    display: block
}
.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
    display: none;
}

.single-product .product-type-mix-and-match .entry-summary ul.products li.product a:hover img:nth-of-type(1) {
	display: block;
}



.prodSum {
    margin: 10px 0;
}

/* Shop Page */

li.product, li.product a {
	text-align: center;
	color: #000;
}

.prodSum > * {
    display: inline-block!important;
}

.woocommerce ul.products li.product .price {
    display: block!important;
}

.prodSum h2, .prodSum .price {
	font-weight: 300!important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	letter-spacing: 0!important;
	font-size: 1.3em!important;
}

.prodSum .price {
	color: #8A8A8A!important;
}

/* BANNER */

.banHead {
	background-size: cover;
	background-position: 50%;
	min-height: 50vh;
}

/* WHOLESALE/WOOCOMMERCE FORMS */

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
}

.coupon button {
    margin-right: 10px!important;
}

select {
	color: #999;
}

.page-id-1439 #singleCol h2 {
	display: none;
}

.b2bking_myaccount_individual_conversation_container {
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.b2bking_myaccount_individual_conversation_top, #b2bking_myaccount_conversation_endpoint_container_top_header, .b2bking_conversation_message, .b2bking_myaccount_conversation_endpoint_container_top_header_item, .b2bking_myaccount_conversation_endpoint_top_header_text_bold, .b2bking_bulkorder_form_container_top {
    font-family: 'Poppins', sans-serif;
    background: #000;
    border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.b2bking_conversation_message {
	background: #f9f9f9;
}

#b2bking_myaccount_conversations_container_top button, .b2bking_myaccount_conversation_endpoint_button, button#b2bking_purchase_list_new_button, button.b2bking_purchase_lists_view_list, button.b2bking_bulkorder_form_container_bottom_add_button {
    font-family: 'Poppins', sans-serif;
	background: #ffc400;
}

button.b2bking_myaccount_view_conversation_button, #b2bking_myaccount_conversation_endpoint_title, #b2bking_myaccount_conversation_endpoint_container_top button {
    font-family: 'Poppins', sans-serif;
	margin-right: 0;
}

.b2bking_conversation_message_time, .b2bking_purchase_lists_top_title, .b2bking_bulkorder_form_container_content_line_product {
    font-family: 'Poppins', sans-serif!important;
	font-weight: 300!important;
	color: #000!important;
}

div#b2bking_purchase_lists_table_wrapper {
    padding: 20px 0;
    border: none;
    border-radius: 0;
}

#b2bking_purchase_lists_table_filter input, #b2bking_myaccount_bulkorder_container .b2bking_bulkorder_form_container_content_line input.b2bking_bulkorder_form_container_content_line_product, .b2bking_bulkorder_form_container_content_line input.b2bking_bulkorder_form_container_content_line_product, #b2bking_myaccount_bulkorder_container .b2bking_bulkorder_form_container_content_line input.b2bking_bulkorder_form_container_content_line_qty, .b2bking_bulkorder_form_container_content_line input.b2bking_bulkorder_form_container_content_line_qty {
	border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover  {
	background: none;
	border: none;
}

.b2bking_bulkorder_form_container {
    background: #f9f9f9;
    box-shadow: none;
    border-radius: 0;
}

 button.b2bking_bulkorder_form_container_bottom_update_button, button.b2bking_bulkorder_form_container_bottom_delete_button, #b2bking_myaccount_bulkorder_container .b2bking_bulkorder_form_container_newline_button, .b2bking_bulkorder_form_container_newline_button {
    font-family: 'Poppins', sans-serif;
}

.woocommerce-EditAccountForm.edit-account fieldset {
    margin-top: 20px;
}

.woocommerce-EditAccountForm.edit-account fieldset legend {
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
}

button.b2bking_purchase_lists_view_list:hover, button#b2bking_purchase_list_new_button:hover {
	background: #4d4d4d;
}

#b2bking_myaccount_conversations_container_top button, .b2bking_myaccount_conversation_endpoint_button, button#b2bking_purchase_list_new_button, button.b2bking_purchase_lists_view_list, button.b2bking_bulkorder_form_container_bottom_add_button, button.b2bking_myaccount_start_conversation_button {
    font-family: 'Poppins', sans-serif;
    background: #000;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.2em;
    border-radius: 0px;
    color: #fff;
	box-shadow: none;
}

#b2bking_myaccount_conversations_container_top button:hover, button.b2bking_myaccount_start_conversation_button:hover {
	background: #4d4d4d;
}

#b2bking_myaccount_offers_title, #b2bking_myaccount_conversations_title, #b2bking_myaccount_bulkorder_title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.b2bking_myaccount_new_conversation_content_element_text, .b2bking_myaccount_new_conversation_new {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.b2bking_myaccount_new_conversation_container {
    background: #f9f9f9;
}

.b2bking_myaccount_new_conversation_top {
	background: #000;
}

input#b2bking_myaccount_title_conversation_start, select#b2bking_myaccount_conversation_type, #b2bking_myaccount_textarea_conversation_start {
	font-family: 'Poppins', sans-serif;
}
select#b2bking_myaccount_conversation_type, input#b2bking_myaccount_title_conversation_start, #b2bking_myaccount_textarea_conversation_start {
	background: #eee;
}

#downloads a {
	position: relative;
    display: block;
}

#downloads i {
    position: absolute;
    right: 15px;
    bottom: 30px;
    color: #fff;
    font-size: 2em;
}

/* STOCKISTS */

.acf-map {
	width: 100%;
	height: 550px;
}
.acf-map img {
	max-width: inherit!important;
}

.max150 {
	max-height: 150px;
	float: none;
    display: block;
}

/* IMAGE DOWNLOADS */

h2.dloadTitle {
	font-size: 1em;
	letter-spacing: .15em;
    font-weight: 400!important;
}

/* SINGLE PRODUCT */

.woocommerce div.product .product_title {
    padding-top: 1em;
}

.woocommerce div.product form.cart {
	margin-top: 0em;
}

.woocommerce div.product form.cart .button:hover {
	color: #fff;
	background: #000;
}

.woocommerce .quantity .qty {
    height: 2.8em;
	padding: 0;
}

.woocommerce ul.products li.product .price, .nf-form-content label {
	font-size: 1em!important;
}

.single-product .entry-summary span.woocommerce-Price-amount.amount {
    color: #4d4d4d;
    font-size: 1.15em;
    padding: 0;
    display: block;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none!important;
}

.woocommerce ul.products li.product .price ins bdi {
	color: #ff6212;
}

.single-product .product-type-mix-and-match .entry-summary span.woocommerce-Price-amount.amount, .woocommerce-shop .product-type-mix-and-match span.woocommerce-Price-amount.amount {
	display: none;
}

.single-product .product-type-mix-and-match .entry-summary li.mnm_item span.woocommerce-Price-amount.amount {
	display: block;
}

.single-product .product-type-mix-and-match .entry-summary div.quantity {
    float: none!important;
}

.accordion a:before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f00d';
	position: absolute;
    margin-top: -5px;
}

.accordion a.collapsed:before {
	transform: rotate(45deg);
}

.accordion a {
	cursor: pointer;
}

.accordion a h3 {
	padding-left: 25px;
}

.wccpf_label, .wccpf_label label, .wccpf_value {
	display: block!important;
	width: 100%!important;
}

.wccpf_label {
	padding: 10px 5px 0!important;
}

.wccpf_value {
	padding: 0 5px 10px!important;
}

.prodSum .wccpf-fields-container, .prodSum .wcff-variation-field {
	display: none!important;
}

/*
.wccpf-fields-container + .quantity {
	display: none;
}
*/

.wapf-field-label.wapf--above {
    margin-bottom: 0px!important;
}

.wapf-field-label label {
	margin-bottom: 0!important;	
}

.wapf-field-description {
    padding-top: 0!important;
    line-height: 1.4em!important;
    padding-bottom: 10px!important;
}

.wapf-swatch-label {
    padding: 2px!important;
    line-height: 1.2em;
}
/*
button.single_add_to_cart_button {
    width: 100%;
}
*/
.woocommerce div.product form.cart .button {
	clear: both;
}
button.single_add_to_cart_button.button.alt {
    margin-top: 20px;
}

.related h3, .upsells h3 {
    margin: 25px;
    font-size: 1.5em;
}

/* FLIPPER */

#flipper {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(248,249,250,1) 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 100%);
}
.flip-card {
  background-color: transparent;
  width: 300px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner, .flipper {
  position: relative;
  width: 100%;
  height: 425px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card-inner:hover > .flipper {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card img.flashcard {
    border-radius: 30px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 25%);
}

.multiCard.flip-card img.flashcard {
    border-radius: 15px;
}

.multiCard.twoCard.flip-card img.flashcard {
    border-radius: 30px;
}

.cardDetails {
	padding: 20px 30px;	
	max-width: 320px;
}

.cardDetails span {
    display: inline-block;
    font-family: 'Shadows Into Light', cursive;
    font-size: 1.8em;
    line-height: 1.1em;
}
.cardDetails span i {
	position: absolute;
    width: 50%;
    right: -15px;
    font-size: 2.5em;
}
.cardDetails span#topRight i, .cardDetails span#topLeft i {
	top: calc(100% + 15px);
}
.cardDetails span:last-of-type i {
	top: -100%;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.cardDetails.rightDet span i {
	transform: scaleX(-1);
    left: -15px;
}
.cardDetails.rightDet span#bottomRight i {
	-webkit-transform: scale(-1);
	transform: scale(-1);
	top: calc(-100% - 15px);
}

.cardDetails.leftDet span#bottomLeft i {
	top: calc(-100% - 15px);
}
span#middleLeft {
    left: -80px;
}
span#middleRight {
    left: 80px;
}
span#middleLeft i {
    transform: translateX(60%);
}
span#middleRight i {
    transform: scaleX(-1) translateX(60%);
}

.multiCard .cardDetails {
	width: 250px;
}
.multiCard .cardDetails span {
	font-size: 1.6em;
}

/* BENEFITS */

#benefits ul {
	list-style:none;
	padding-left: 0px;
}

#benefits li {
    margin-bottom: 15px;
}

#benefits i, #benefits svg {
    font-size: 3.5em;
    color: #fff;
    border-radius: 50px;
    padding: 0.4em;
    margin-bottom: 15px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 45%);
}

#benefits h5 {
    font-size: 0.9em;
    letter-spacing: 0.2em;
}

li.fms i { background: rgb(25,100,155); }
li.read i { background: rgb(18,133,154); }
li.speech i { background: rgb(184,156,196); }
li.hap i { background: rgb(255,196,0); }
li.lb i { background: rgb(255,98,18); }
li.math i { background: rgb(70,173,216); }
li.probsol i { background: rgb(254,175,57); }

/* GALLERY STYLES */

/**
 * Grid styles
 */
.item__overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(17, 17, 17, 0.45);
 -webkit-transition: background-color .55s ease-in-out;
 transition: background-color .55s ease-in-out;
}
.item__overlay:focus, .item__overlay:hover {
 background-color: rgba(17, 17, 17, 0.05);
}
.item__overlay:focus > button, .item__overlay:hover > button {
 opacity: 1;
}
.grid__sizer,
.grid__item {
 position: relative;
 width: calc(33% - 7px);
 min-width: auto;
 /* min-width: 16.25rem; */
}
.grid__item {
 margin-bottom: .9375rem;
 border-radius: 0.25rem;
 overflow: hidden;
}
.grid__item--high,
.grid__item--high img {
 height: 30rem;
}
img {
 max-width: 100%;
 height: auto;
}
.modal-backdrop {
	background-color: #fff;
}
.modal-content {
	border: 1px solid rgba(0,0,0,.1);
}
.modal button.close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.modal-backdrop.show {
    opacity: .75;
}
/* ACCOUNT */
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}
 
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 0!important;
}

.woocommerce-info::before {
    color: #ffc400;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #f2f2f2;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #41ccf2;
    border: thin solid #41ccf2;
    border-radius: 50px;
    color: #fff;
    padding: 0.75em 1.5em;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    display: block;
}

.woocommerce ul.products li.product .button {
	max-width: 180px;
	margin: 0 auto;
}

.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover {
	background: #000;
	color: #fff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #000;
    color: #fff;
}

.cart_totals h2 {
    font-family: 'Poppins';
    font-size: 1.2em;
    font-weight: 300!important;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 150px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 0.75em;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    border: thin solid #000;
    color: #000;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5em;
    font-size: 0.8em;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
	background: #000;
	color: #fff;
}

.woofc-overlay {
   background: rgba(256, 256, 256, 0.7);
}

.woocommerce table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, select {
	font-weight: 500;
}

.woofc-menu-item .woofc-menu-item-inner:after {
	background-color: #41ccf2!important;
}

/* CROSS-SELL */

.cross-sells h2 {
    font-size: 1.85em;
	margin-bottom: 25px;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%;
}

/* 404 */

h2.woocommerce-loop-product__title {
    font-size: 1.4em;
}

/* BLOG */

.blog .post p:last-child {
	margin-bottom: 0;
	padding-bottom: 15px;
    border-bottom: thin solid #808080;
}

.post h3 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    font-weight: 300;
    text-transform: none;
    font-size: 1.5em;
    color: #000;
}

.date {
	font-style: italic;
}
/* FEATURED IN */
.featuredin img {
	width:90%;
	filter: grayscale(100%);
}

.featuredin img:hover {
	filter: grayscale(0%);
}

/* FOOTER */

#footer-payment-methods li {
    display: inline-block;
    padding: 5px 5px 5px 0;
}

img.brand {
	max-width: 120px;
}

.brand p {
	line-height: 1.5em;
    font-size: 0.9em;
    color: #7e7e7e;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

ul.social {
	padding-left: 0;
}

.social li {
    display: inline-block;
    font-size: 1.5em;
}

#menu-legal li {
    display: inline-block;
    padding: 0 0 0 15px;
}

footer a, .social li a {
	color: #6a7786!important;
	margin-right: 5px;
}
.social li a {
    font-size: 0.9em;
}

footer .social li a {
	padding-right: 10px;
}

input#mce-EMAIL {
    border: none;
    border-bottom: thin solid #808080;
	border-radius: 0;
	width: 100%;
}

.mc-field-group input {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 10px;
}

@media screen and (min-width: 992px) {
.multiCard.flip-card {
	width: 500px;
}
.col-lg-75 {
    margin-bottom: 15px;
    flex: 0 0 14.28%!important;
    max-width: 14.28%!important;
}
	
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100%;
}

.flex-viewport {
    width: 80%;
	float: left;
}
.flex-control-thumbs {
    width: 18%;
    padding-left: 4%!important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	margin-bottom: 0.9em;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	right: 22.5%;
	background: none;
}
	.l-md-200 {
	    left: 200px;
	    z-index: 1;
	}	
	.sticky-top {
		top: 130px;
	}
	.l-lg-100 {
		left: 100px;
    	z-index: 1;
	}
	.slimLayout {
		padding: 0 8.25rem;
	}
	nav.headroom {
	    will-change: transform;
	    transition: transform 200ms all;
	}
	nav.headroom--pinned {
	    transform: translateY(0%);
	}
	nav.headroom--unpinned {
	    transform: translateY(calc(-100% + 54px));
	}
.productDesc {
	height: 35vh;
	overflow:hidden;
}
.productDesc.expand {
	height: auto;
}
a.expandDesc {
    position: relative;
    display: block;
	height: 40px;
	font-weight: 700;
	color: #41ccf2!important;
}
.expandDesc::before {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    content: "";
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 150px;
}

.productDesc.expand + .expandDesc:before, .productDesc.expand + .expandDesc {
	display: none;
}	
}

@media screen and (max-width: 991px) {
	a.expandDesc {
		display: none;
	}
	.woocommerce-store-notice, p.demo_store {
		top: 75px;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
	}
	.sticky-top {
		position: relative;
	}
	#navbar {
    position: fixed;
    background: rgba(256, 256, 256, 0.95);
    z-index: 1;
    height: 100vh!important;
    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    right: 0!important;
    width: 100vw;
    margin-left: 0;
}
.acct .fa-user-circle {
		font-size: 1.4em
}
	.acct a {
		margin: 0;
		padding-left: 0!important;
	}
ul#menu-header {
    margin-top: 80px!important;
    font-size: 2em;
    line-height: 2em;
}
ul#menu-header li a {	
    font-weight: 300;
}
	h5 {
		font-size: 1em!important;
	}
li.woocommerce-MyAccount-navigation-link {
    display: inline-block;
    padding: 5px 10px;
}	
.dropdown-menu > li {
    display: block;
}	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin-bottom: 0.5em;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    	width: 48.5%;
	}
	#menu-mega-menu ul li a {
	    color: #000;
	    font-size: 1.4em;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 300;
	}
	.navbar-collapse a.nav-link {
	    font-weight: 300;
	    font-size: 1.8em;
	    margin: 10px 0;
	}
	.navbar-nav {
    	padding: 100px 0 0;
    	overflow: auto;
    	height: 100vh;
	}
	.navbar-nav .dropdown-menu {
		padding: 0 10px!important;
	}
	.mega-menu-parent ul.mega-menu-wrapper {
		display: none!important;
	}
	.mega-menu-parent.show ul.mega-menu-wrapper {
		display: block!important;
		position: relative!important; transform: translate3d(-5px, 5px, 0px); top: 0px; left: 0px; will-change: transform;
	}	
}

@media screen and (min-width: 768px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100%;
	}
	#home-hero, #hldCarousel .carousel-item {
		background-size:cover;
		background-position:50%;
	    background-repeat: no-repeat;
	}	
	#home-hero {
		height: 100vh;
	}
	.b2bking_custom_registration_container {
	    width: 49%;
	    float: left;
		margin: 0 1% 0 0 ;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 20%;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 78%;
	}
	img.award {
		position: absolute; width: 200px; right: 30px; bottom: 30px; z-index: 999;
	}	
	.woocommerce span.onsale.newproduct {
		right: 50px!important;
	}
	header img {
		width: 88px;
		height: 40px!important;
	}
	.lg-title {
		font-size: 1.75em;
		font-weight:bold;
		line-height:1em;
	}
	.asterix {
		font-size: 1em;
		position: absolute;
	}
}

/* Make dropdown visible on hover */
@media (min-width: 767px) {
  .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    padding: 1rem;
    list-style: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    margin-top: 10px !important;
    display: block;
    visibility:hidden;
    min-width: 150px;
    transition: all  0.2s ease-in-out;
  }
  .dropdown:hover > .dropdown-menu {
    visibility:visible;
    display: block;
    opacity: 1;
    margin-top: 2px !important; 
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all  0.2s ease-in-out;
  }
    .mega-menu-parent.dropdown .dropdown-menu {
    position: absolute;
    left:  0;
	transform: translatex(0)!important;
		box-shadow: 0 8px 10px rgba(0,0,0,0.25);
  }
	.dropdown:hover > .dropdown-menu {
		box-shadow: 0 8px 10px rgba(0,0,0,0.25);
	}	
}

@media screen and (max-width: 767px) {
	.lg-title {
		font-size: 2em;
		margin-bottom: -10px;
	}
.grid__sizer, .grid__item {
	min-width: auto!important;
	width: calc(50% - 8px);		
}
#home-hero {
	background-size: contain;
    background-position: 100% 0;
    background-repeat: no-repeat;
}
	.carousel-item h2, .carousel-item h1 {
		font-size: 2em;
	}
	.flex-control-thumbs li {
		width: 25%;
	}
.term-description {
    font-size: 0.85em;
    line-height: 1.5em;
}
	.mega-menu-parent.dropdown .dropdown-menu {
		transform: none!important;
	}	
}
@media screen and (max-width: 480px) {
#sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
	width: 50%;
}
	h3.heroSmall {
		font-size: 0.9em;
		margin-bottom: 10px;
	}
	.h4, h4 {
		font-size: 1.25em;
	}
	.product-type-simple form.cart {
    	position: fixed;
   		bottom: 0;
		left: 0;
	    width: calc(100%);
	    background: #fff;
	    margin: 0!important;
	    padding: 0 15px 15px;
		z-index: 999999;
		opacity: 1;
		box-shadow: 0 0 15px 5px rgb(0 0 0 / 25%);
	}
	.postid-664 .product-type-simple form.cart {
    	position: relative;		
		box-shadow: none;
	}
	.postid-664 .product-type-simple .qty {
	    position: relative;
	    top: 0;
	    float: left;
	}
	.single-product.postid-664  .woocommerce div.product form.cart .button {
	    width: 100%;
	}
	.product-type-simple p#wc-payment-request-button-separator, .product-type-simple p#wcpay-payment-request-button-separator {
	    display: none!important;
	}
	.product-type-simple #wc-payment-request-wrapper, .product-type-simple #wcpay-payment-request-wrapper {
		float: right;
		width: calc(100% - 135px);
	}
	.single-product .woocommerce div.product form.cart .button {
		float: right;
		width: calc(100% - 135px);
		font-size: 1.35em;
	}	
	.product-type-simple form.cart div.quantity {
		position: absolute;
		width: 45px;
		bottom:0px;
	}
	.product-type-simple .qty {
	    position: absolute;
	    bottom: 15px;
	}
	#wcpay-payment-request-button-separator {
	    margin: 0!important;
	}
	.product-type-simple .quantity .qty {
		left: 70px;
	}
	.product-type-mix-and-match .product-type-simple .quantity .qty {
    	position: relative!important;
    	top: 0!important;
		left: 0!important;
	}	
	.mnm_form.layout_grid ul.products li.product .product-details {
		margin-bottom: 0;
	}
	.product-type-mix-and-match  #wc-stripe-payment-request-wrapper, .product-type-mix-and-match form.cart .button {
		width: 100%!important;
		float: left!important;
	}
}

@media screen and (max-width:767px) {
	.display-2 {
		font-size: 3rem;
	}
	h1 {
		font-size: 2em;
	}
	.multi.carousel .carousel-inner .carousel-item-right.active, .multi.carousel .carousel-inner .carousel-item-next {
	  transform: translateX(33.33%);
	}
	.multi.carousel .carousel-inner .carousel-item-left.active, .multi.carousel .carousel-inner .carousel-item-prev {
	  transform: translateX(-33.33%);	
	}
	.multi.carousel .carousel-inner .carousel-item-right, .multi.carousel .carousel-inner .carousel-item-left {
		transform: translateX(0);
	}
	.multi.carousel .carousel-inner {
		height: 150px;
	}
	.multi.carousel .carousel-control-prev {
	left: 0%;
}

.multi.carousel .carousel-control-next {
	right: 0%;
}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 45%;
	}
	.woocommerce-message a {
    	display: block;
    	width: 100%;
    	text-align: center;
	}
	body {
		padding-top: 100px;
	}
	.woocommerce span.onsale, .woocommerce span.newproduct {
	    font-size: 0.7em;
	}
	.navbar-brand img {
		width: 100px;
	}
	img.award {
	    position: absolute;
	    width: 120px;
	    z-index: 999;
	    bottom: 30px;
	    right: 20px;
	}
	#home-hero {
		height: 600px;
	}
	h2 {
    	font-size: 1.35rem;
	}
	.woocommerce span.onsale.newproduct {
		right: 20px!important;
	}
	.cross-sells {
	    display: none;
	}
}

@media screen and (min-width:481px) {
	.alignleft {
	    float: left;
	    padding: 0 25px 25px 0;
	}
	.alignright {
	    float: right;
	    padding: 0 0 25px 25px;
	}
	.qty {    
		display: inline-block;
	    float: left;
	}
	/*
	.woocommerce div.product form.cart .button, .woocommerce div.product form.cart #wcpay-payment-request-wrapper, .woocommerce div.product form.cart #wcpay-payment-request-button-separator { 
		width: 40%!important;
		float: left!important;
	}
	*/
	.woocommerce div.product form.cart #wcpay-payment-request-button-separator {
    	margin-bottom: 0!important;
	}	
}
@media screen and (max-width:480px) {
	.alignleft, .alignright {
	    float: left;
		width: 100%;
	    padding: 25px 0;
	}
}