/*
Theme Name: Inspired Intermedia Child
Theme URI: https://www.inspiredintermedia.com
Description: A child theme for Divi
Author: Clutch2
Author URI: https://www.inspiredintermedia.com
Template: Divi
Version: 1.00.01
*/


/** Base { **/

.grecaptcha-badge {
	display: none !important;
}
p:last-of-type {
	padding-bottom: 1em !important;
}
p:not(.has-background):last-child,
p:not(.has-background):last-of-type:last-child {
	padding-bottom: 0 !important;
}
.text-center {
	text-align: center;
}

ul.spaced > li,
ol.spaced > li {
	padding-bottom: 1em;
}

a.et_pb_button {
	display: inline-block;
	text-align: center;
}

sup {
	display: inline-block;
	vertical-align: middle;
	font-size: 90%;
	line-height: 1.0;
}

.block {
	display: block;
}
.inline-block {
	display: inline-block;
}

ul:not(.nav) li,
ol li {
	padding-bottom: 8px;
	line-height: 1.4;
}
ul:not(.nav) li li:first-child,
ol li li:first-child {
	padding-top: 8px;
}
ul:not(.nav) li:last-child,
ol li:last-child {
	padding-bottom: 0;
}

ul.inline-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin: 0;
	padding: 0;
}
ul.inline-list li {
	position: relative;
	padding: 0 25px 10px;
}
ul.inline-list li:before {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 10px;
	width: 7px;
	height: 7px;
	background-color: #171717;
	border-radius: 100%;
}
@media (min-width:768px) {
	ul.two-cols,
	ol.two-cols {
		column-count: 2;
		column-gap: 40px;
		padding-bottom: 0;
	}
	ul.two-cols > li,
	ol.two-cols > li {
		break-inside: avoid;
	}
}
@media (min-width:981px) {
	ul.two-cols,
	ol.two-cols {
		column-gap: 60px;
	}
}



.flex {
	display: flex;
}
.et_pb_row,
.et_pb_row_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
}
.et-fb-layers-view--layer.et_pb_row,
.et-fb-layers-view--layer .et_pb_row_inner {
	display: block !important;
}
.et_pb_row:after,
.et_pb_row_inner:after {
	content: "";
	display: none;
}

.nowrap {
	flex-wrap: nowrap;
}
.wrap {
	flex-wrap: wrap;
}

.align-items-start {
	align-items: flex-start;
}
.align-items-center {
	align-items: center;
}
.align-items-stretch {
	align-items: stretch;
}
.align-items-end {
	align-items: flex-end;
}
.justify-start {
	justify-content: flex-start;
}
.justify-center {
	justify-content: center !important;
}
.justify-space-between {
	justify-content: space-between;
}
.justify-space-around {
	justify-content: space-around;
}
.justify-end {
	justify-content: flex-end;
}
.row,
.et_pb_column.row {
	flex-direction: row;
}
.row-reverse {
	flex-direction: row-reverse;
}
.column {
	flex-direction: column;
}

.et_pb_column {
	display: inline-flex;
	flex-direction: column;
	float: none !important;
	margin-right: 0 !important;
}
.et_pb_column.row {
	flex-wrap: wrap;
}
.parallax-container {
	position: relative;
}


/** } End Base **/

/** Cart Page { **/

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .et_pb_wc_cart_totals .select2-container--default .select2-selection--single, .et_pb_wc_checkout_billing .select2-container--default .select2-selection--single, .et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single {
	color: #000000 !important;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	color: #000000 !important;
}

::placeholder {
  color: #444444 !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #444444 !important;
}

input#coupon_code {
	min-width: 140px;
}

.woocommerce-cart .cart_totals {
	font-size: 14px;
	line-height: 1.3;
}
.woocommerce-cart .cart_totals .order-total {
	font-size: 16px;
}
.cart_totals th {
	width: 100px;
}

.woocommerce-shipping-totals th {
	vertical-align: top;
}
/** } End Cart Page **/

/** Forms { **/

form.wpcf7-form .cf7-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	height: auto;
	max-height: 200px;
	overflow: auto;
	transition: all 0.5s;
}
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
	margin: 15px 0 0;
	padding: 10px !important;
	background-color: #46b450;
	color: #ffffff;
}


form.wpcf7-form.sent .cf7-row {
	max-height: 0px;
}

.cf7-field {
	width: 100%;
	padding: 8px 0 0;
}

.social-hub-form .cf7-field {
	max-width: 600px;
	padding: 15px 0 0;
}

.cf7-field label {
	display: none;
}
.cf7-field label.show {
	display: block;
	font-weight: 700;
}
.cf7-field input[type="text"],
.cf7-field input[type="email"],
.cf7-field input[type="tel"],
.cf7-field input[type="url"],
.cf7-field textarea {
	display: inline-block;
	width: 100%;
	padding: 10px !important;
	border: 1px solid rgb(187,187,187);
}

.social-hub-form .cf7-field input[type="text"],
.social-hub-form .cf7-field input[type="email"],
.social-hub-form .cf7-field input[type="tel"],
.social-hub-form .cf7-field input[type="url"],
.social-hub-form .cf7-field textarea {
	background-color: #f8f8f8;
}
.social-hub-form-confirmation {
	display: none;
}
.cf7-field textarea {
	height: 48px;
}
.cf7-field input[type="submit"],
.cf7-field button[type="submit"] {
	padding: 5px 17px;
	font-size: 17px;
	color: #ffffff !important;
	background-color: #1386af;
	border-width: 0;
	border-radius: 5px;
	cursor: pointer;
}
.cf7-field textarea {
	height: 100px;
}
.cf7-field.submit {
	text-align: right;
}
.cf7-field .wpcf7-spinner {
	position: absolute;
}
.wpcf7-form.sent {
	display: flex !important;
	flex-direction: column-reverse !important;
}
.wpcf7-form.sent .social-hub-form > h1,
.wpcf7-form.sent .social-hub-form > p {
	display: none;
}
.wpcf7-form.sent .social-hub-form-confirmation {
	display: block !important;
	padding-top: 15px;
}

@media (min-width:768px) {
	.cf7-field {
		padding-top: 10px;
	}
	.cf7-row.cols-2 .cf7-field {
		width: 49%;
	}
	.cf7-field input[type="text"],
	.cf7-field input[type="email"],
	.cf7-field input[type="tel"],
	.cf7-field textarea {
		padding: 8px 10px;
	}
}
@media (min-width:1100px) {
	
	.cf7-field input[type="text"],
	.cf7-field input[type="email"],
	.cf7-field input[type="tel"],
	.cf7-field textarea {
		padding: 10px;
	}
}


/** } End Forms **/

/** Footer { **/
#footer-main-row > .et_pb_column {
	margin-bottom: 0 !important;
}

#logo-icon-column {
	width: 120px !important;
	margin: 0;
}
#nap-column {
	width: 340px;
	max-width: 100%;
}
#email-column {
	width: 250px !important;
}
#social-column {
	width: 140px !important;
	max-width: 100%;
}

#footer-nap .et_pb_text_inner,
#footer-email .et_pb_text_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer-nap .et_pb_text_inner > :first-child,
#footer-email .et_pb_text_inner > :first-child {
	padding-right: 15px;
}
#footer-nap .fa-solid,
#footer-email .fa-solid {
	font-size: 20px;
	color: #1386af;
}

#footer-social a.social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
#footer-social a.social:hover {
	color: #ffffff !important;
	background-color: #1386af;
}

#menu-footer-menu > li {
	padding: 3px 10px !important;
	border-right: 1px solid rgba(255,255,255,0.2);
}
#menu-footer-menu > li:last-child {
	border-right: none;
}
#menu-footer-menu > li > a {
	display: block;
	width: 100%;
	padding: 0 5px;
	
}

@media (max-width:980px) {
	#footer-main-row {
		justify-content: center;
	}
	footer .et_pb_menu .et_pb_menu__menu {
		display: block;
		flex-direction: column;
		align-items: stretch;
	}
	footer .et_pb_menu .et_mobile_nav_menu {
		display: none;
	}
}
@media (max-width:767px) {
	#logo-icon-column,
	#nap-column,
	#email-column,
	#social-column {
		width: 100%!important;
	}
	#footer-nap .et_pb_text_inner {
		align-items: flex-start;
	}
	ul#menu-footer-menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	#menu-footer-menu > li {
		padding: 10px !important;
		text-align: center;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#menu-footer-menu > li:last-child {
		border-bottom: none;
	}
	footer .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
		margin-top: 0;
		padding: 5px !important;
	}
}

/** } End Footer **/

/** New Header { **/

#new-header.et_pb_section {
	padding: 0 !important;
	box-shadow: 0px 0px 5px 0px #333333;
}
#new-header.et_pb_section > .et_pb_row {
	justify-content: space-between;
}

@media (max-width: 767px) {
	#new-header #header-top-nav {
		order: 1;
	}
	#new-header #header-top-nav .et_pb_menu__wrap {
		justify-content: center !important;
	}
	#new-header #header-logo {
		order: 2;
		max-width: 300px;
	}
	#new-header #header-main-nav {
		order: 3;
	}
	
}
@media (max-width:980px) {
	#new-header #header-top-nav .et_pb_menu__menu {
		display: flex !important;
	}
	#new-header #header-top-nav .et_mobile_nav_menu {
		display: none !important;
	}
}
@media (min-width:768px) and (max-width:980px) {
	#new-header #header-top-nav {
		position: absolute;
		z-index: 3;
		top: 0;
		right: 0;
		left: auto;
	}
	#new-header #header-main-nav.et_pb_menu--style-left_aligned .et_pb_menu_inner_container,
	#new-header #header-main-nav.et_pb_menu--style-left_aligned .et_pb_row {
		align-items: flex-end;
	}
}
@media (min-width:981px) {
	#new-header #header-logo {
		max-width: 300px;
		float: left !important;
		margin: 0 !important;
	}
	#new-header #header-top-nav {
		margin-bottom: 0 !important;
	}
	#new-header #header-top-nav,
	#new-header #header-main-nav {
		width: auto;
		float: right !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#new-header #header-main-nav {
		margin-top: 15px !important;
		clear: right;
	}
	#new-header > .et_pb_row > .et_pb_column {
		display: block !important;
	}
}
/** } New Header **/

/** Header { **/


header .et_pb_menu__icon.et_pb_menu__cart-button {
	margin-left: 45px !important;
}

.et_pb_menu__icon.et_pb_menu__cart-button.has-items {
	position: relative;
}
.et_pb_menu__icon.et_pb_menu__cart-button.has-items:before {
	content: attr(data-cart-count);
	display: inline-block;
	padding: 0 3px;
	font-size: 12px;
	line-height: 12px;
}

@media (min-width:981px) {
	header .et_pb_menu .et_pb_menu__wrap {
		justify-content: flex-end !important;
		padding-left: 30px;
	}
	header .et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	header .et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
/** } End Header **/

/** Product Loop { **/

.product-wrapper p.available {
	padding-bottom: 5px;
}

.loop-controls {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 1.5em;
}

.product-category-filters {
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: auto;
	max-width: 100%;
	padding: 8px 0;
	font-size: 14px;
	line-height: 1.2;
}
.product-category-filters .product-filter-options {
	position: static;
}
.product-category-filters .product-filter-options {
	width: 240px;
}
.product-category-filters.sorting .product-filter-options {
	width: 120px;
	padding-right: 0;
}
.product-category-filters.sorting .product-filter-options .filter-option {
	white-space: nowrap;
}
@media (min-width:540px) {
	.product-category-filters {
		flex-wrap: nowrap;
	}
}
.product-category-filters .label {
	display: inline-block;
	padding-right: 10px;
}
.product-category-filters .product-filter-options {
	display: inline-flex;
	flex-direction: column;
	flex: 1 1 auto;
}
.product-category-filters .product-filter-options .filter-option {
	display: block;
	order: 1;
	padding: 0 0 8px;
}
.product-category-filters .product-filter-options .filter-option a {
	color: inherit;
}
.product-category-filters .product-filter-options .filter-option.showing {
	order: 0;
}
.product-category-filters:not(.sorting) {
	padding: 10px;
	margin-left: -10px;
}
.product-filter-options .inactive-list {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	padding: 0 10px 15px 82px;
	background-color: #ffffff;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #f0f0f0;
}
.sorting .product-filter-options .inactive-list {
	padding-left: 83px;
}
.product-category-filters .product-filter-options {
	padding-right: 20px;
}
.product-category-filters .dropdown-trigger {
	display: none;
	cursor: pointer;
	padding-left: 8px;
}
.product-category-filters .filter-option.showing .dropdown-trigger {
	display: inline-block;
}
.product-loop-wrapper {
	padding: 15px 0 0;
}

.product-loop-wrapper .product-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.product-list .product-wrapper {
	padding-bottom: 60px;
	font-size: 14px;
	line-height: 1.4;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
}
.product-list .product-wrapper h2 {
	font-size: 20px;
}
.product-wrapper .price {
	font-weight: 600;
}
.product-wrapper .thumb-wrapper {
	text-align: center;
	padding-bottom: 10px;
}
.product-wrapper .thumb-wrapper img {
	height: auto;
	max-height: 300px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.8);
}
.product-wrapper .product-content {
	padding: 15px 0 0;
}
.product-wrapper .product-link {
	padding: 0 0 15px;
}
.product-wrapper a.et_pb_button {
	font-size: 12px !important;
}
.product-wrapper .sub-heading {
	padding-bottom: 15px;
	color: #990000;
	font-size: 18px;
	font-weight: 600;
}
.product-wrapper p.excerpt {
	font-weight: 700 !important;
}
@media (min-width:768px) {
	.product-list .product-wrapper {
		display: flex;
		justify-content: space-between;
	}
	.product-wrapper .thumb-wrapper {
		width: 30%;
	}
	.product-wrapper .product-info {
		width: 66%;
	}
}
@media (min-width:981px) {
	.product-list .product-wrapper {
		width: 47%;
	}
}

/** } End Product Loop **/

/** Single Product { **/

body.single-product #main-content > .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

article.product .et_pb_row {
	max-width: 1200px;
}

.et_pb_wc_stock .stock.out-of-stock:not(:empty):before {
	content: "Hardback ";
}

article.product .layout-row > .et_pb_column.main-column,
article.product .layout-row > .et_pb_column.sidebar {
	width: 100%;
}
article.product h1.product-title {
	font-weight: 300;
}
article.product .main-column > .et_pb_row_inner {
	width: 100%;
	max-width: 100%;
}

section.related.products h2 {
	text-transform: capitalize;
}
section.related.products ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (min-width:981px) {
	article.product .et_pb_row.layout-row {
		flex-wrap: nowrap;
	}
	article.product .layout-row > .et_pb_column.main-column {
		width: auto;
		flex: 1 1 auto;
		padding-right: 30px;
	}
	article.product .layout-row > .et_pb_column.sidebar {
		width: 260px;
		min-width: 260px;
	}
	.single-product #sidebar {
		width: 100%;
		padding-left: 0;
	}

}

.related-loop-wrapper .related-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	padding-top: 20px;
}
.related-list .product-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 240px;
	margin: 0 5px 30px;
	padding: 15px;
	background-color: #ffffff;
	transition: transform 0.5s;
}
.related-list.featured .product-wrapper {
	max-width: 360px;
	background-color: transparent;
}
.related-list .product-wrapper > div {
	width: 100%;
}
.scripted .related-list .product-wrapper {
	cursor: pointer;
}
.related-list .product-wrapper:hover {
	transform: scale( 1.05, 1.05 );
	transform-origin: center;
}
.related-list a.image-wrapper {
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 0 100%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	cursor: pointer;
}
.product-wrapper .product-info {
	padding-bottom: 15px;
}
.related-list .product-wrapper .product-info {
	width: 100%;
}
.related-list .product-wrapper a.et_pb_button {
	display: block;
	width: 100%;
}


@media (min-width:768px) {
	article.product .main-column > .et_pb_row_inner .et_pb_column.media-column {
		width: 30%;
		max-width: 300px;
	}
	article.product .main-column > .et_pb_row_inner .et_pb_column.description-column {
		width: 70%;
		flex: 1 1 auto;
		padding-left: 30px;
	}
	
	.related-list.featured {
		justify-content: space-between;
	}
	.related-list.featured .product-wrapper {
		max-width: 30% !important;
		padding: 0;
	}
}

@media (min-width:768px) and (max-width:980px) {
	.woocommerce-product-gallery {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: space-between;
	}
	
	.woocommerce-product-gallery .flex-viewport {
		width: 45%;
	}
	
	.woocommerce-product-gallery .flex-control-nav {
		width: 50%;
	}
	
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
		top: 5px;
		right: auto;
		left: 35%;
	}
	
}

/** } End Single Product **/

/** Masonry { **/
.clutch-review-list.masonry-list .clutch-review.masonry-item {
	padding: 0 0 6%;
	box-sizing: border-box;
	line-height: 1.2;
	hyphens: none;
}

.review-media:not(:empty) {
	text-align: center;
	padding-bottom: 10px;
}
.review-media img {
	height: auto;
	max-height: 300px;
}
.review-text {
	padding-bottom: 15px;
}
.reviewer-info {
	padding-left: 20px;
}
.reviewer-name {
	font-weight: 600;
}

@media (min-width:768px) {
	.clutch-review-list.masonry-list .clutch-review.masonry-item {
		width: 100%;
	}
	.masonry-list:after {
		content: " ";
		display: table;
		width: 100%;
		height: 0;
		overflow: auto;
		clear: both;
		float: none;
	}
	.masonry-list .masonry-item {
		width: 48%;
		padding: 3% 0 0;
	}
	.masonry-list .masonry-item:first-child {
		padding-top: 0;
	}
	.masonry-list .masonry-item.left {
		float: left;
	}
	.masonry-list .masonry-item.right {
		float: right;
	}
}
@media (min-width:981px) {
	
	.clutch-review-list.masonry-list {
		width: 106%;
		margin: 0 -3%;
	}
	
	body:not(.scripted) .clutch-review-list.masonry-list {
		width: 100%;
		margin: 0;
		column-count: 2;
		column-gap: 60px;
	}
	
	
	.clutch-review-list.masonry-list .clutch-review.masonry-item {
		width: 49%;
		margin-bottom: 2%;
		padding: 30px;
		background-color: #f8f8f8;
	}
	
	body:not(.scripted) .clutch-review-list.masonry-list .clutch-review.masonry-item {
		width: 100%;
		margin-bottom: 60px;
		break-inside: avoid-column;
	}
	
}
/** } End Masonry **/


/** Zippers { **/
.zipper-list .items-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
body.clutch-scripted .zipper-list .items-wrapper {
	position: fixed;
	top: 100%;
	bottom: auto;
	margin: 0;
}
.zipper-list .items-wrapper .zipper-item {
	width: 50%;
	padding: 3%;
}

@media (min-width:768px) {
	.zipper-list .items-wrapper .zipper-item {
		width: 33.333333%;
	}
}
@media (min-width:981px) {
	.zipper-list .items-wrapper .zipper-item {
		width: 25%;
	}
}

.zipper-list .column-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}
.zipper-list .column {
	position: relative;
	width: 100%;
	padding: 0 3%;
}
.zipper-list .column .zipper-item {
	position: relative;
	float: none;
	clear: both;
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
}

.zipper-list[data-t-columns="2"] .column-wrapper[data-screen="t"] .column,
.zipper-list[data-lt-columns="2"] .column-wrapper[data-screen="lt"] .column,
.zipper-list[data-d-columns="2"] .column-wrapper[data-screen="d"] .column,
.zipper-list[data-ld-columns="2"] .column-wrapper[data-screen="ld"] .column {
	width: 50%;
}
.zipper-list[data-t-columns="3"] .column-wrapper[data-screen="t"] .column,
.zipper-list[data-lt-columns="3"] .column-wrapper[data-screen="lt"] .column,
.zipper-list[data-d-columns="3"] .column-wrapper[data-screen="d"] .column,
.zipper-list[data-ld-columns="3"] .column-wrapper[data-screen="ld"] .column {
	width: 33.333333%;
}
.zipper-list[data-t-columns="4"] .column-wrapper[data-screen="t"] .column,
.zipper-list[data-lt-columns="4"] .column-wrapper[data-screen="lt"] .column,
.zipper-list[data-d-columns="4"] .column-wrapper[data-screen="d"] .column,
.zipper-list[data-ld-columns="4"] .column-wrapper[data-screen="ld"] .column {
	width: 25%;
}

.zipper-list .column[data-column="1"] {
	padding-top: 0%;
}
.zipper-list .column[data-column="2"] {
	padding-top: 8%;
}
.zipper-list .column-wrapper .column[data-column="3"] {
	padding-top: 2%;
}
.zipper-list .column-wrapper .column[data-column="4"] {
	padding-top: 4%;
}


/**
.zipper-list .column-wrapper .column[data-column="2"] {
	padding-top: 14%;
}
.zipper-list .column-wrapper .column[data-column="3"] {
	padding-top: 5%;
}
.zipper-list .column-wrapper .column[data-column="4"] {
	padding-top: 8%;
}
**/
/** } End Zippers **/




.woocommerce-cart .cart_totals h2 {
	display: none;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qt {
	padding: 4px;
}
.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 100px;
	padding: 6px 10px;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	font-size: 16px;
	color: #ffffff !important;
	background-color: #1386af !important;
}
.woocommerce button.button:not(.button-confirm):after,
.woocommerce-page button.button:not(.button-confirm):after {
	content: "\35" !important;
	font-size: 26px;
}