body {
	font-family: 'Ubuntu', sans-serif;
	background-color: #ffffff;
	color: #000;
	font-size: 15px;
	margin: 0;
	overflow-x: hidden !important;
}

.post,
.page {
	margin: 0;
}

body > * {
	max-width: 1920px;
	margin: auto;
}

button,
input,
select,
optgroup,
textarea {
	font-family: 'Ubuntu', sans-serif;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

ul,
ol {
	margin: 0;
	padding-left: 20px;
}

mark,
ins {
	background: transparent;
}

fieldset {
	padding: 0 20px 20px;
}

.max-width-container {
	max-width: 1230px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

body.logged-in .show-logged-out,
body:not(.logged-in) .show-logged-in {
	display: none;
}

.entry-footer {
	display: none;
}

.entry-content,
.hentry {
	margin: 0;
}

.grey {
	color: #000;
}

body .button {
	border: 1.5px solid;
	border-radius: 50px;
	display: inline-block;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 15px;
	padding: 0 25px;
	transition: all 0.35s ease 0s;
	text-align: center;
	background-color: transparent;
	cursor: pointer;
	letter-spacing: 2px;
	font-weight: 300;
}

body .button::after {
	content: " →";
	position: relative;
	top: 0px;
	margin-left: 4px;
	font-size: 21px;
	line-height: 18px;
}

body .button.black {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

body .button.black:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
}

body .button.white-o {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

body .button.white-o:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.clear:after,
.clear::before,
.clear::after,
.clear {
	clear: both;
}

#masthead {
	height: 90px;
	background-color: #fff;
	box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
}

.home #masthead {
	background-color: transparent;
	box-shadow: none;
	transition: 0.35s ease all;
}

.home #masthead.scroll {
	background-color: #fff;
	box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
}

.site-branding {
	max-width: 200px;
}

.site-branding img {
	height: auto;
	margin-top: 9px;
}

/*.home .site-branding img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	transition: 0.35s ease all;
}

.home #masthead.scroll .site-branding img {
	-webkit-filter: none;
	filter: none;
}*/

.main-navigation #primary-menu > li > a {
	line-height: 90px;
}

body:not(.home) #content {
	margin-top: 140px !important;
}

#masthead + #content {
	margin-top: 0;
	padding-top: 0;
}

body.archive #masthead + #content,
body.home #masthead + #content {
	padding-top: 0;
}

.main-navigation #primary-menu > li {
	position: relative;
	margin: 0 5px;
}

.main-navigation #primary-menu > li a {
	text-transform: uppercase;
	color: #000;
	font-weight: 300 !important;
	letter-spacing: 0.5px;
	transition: 0.35s ease all;
}

/*.home #masthead .main-navigation #primary-menu > li a {
	color: #fff;
}

.home #masthead.scroll .main-navigation #primary-menu > li a {
	color: #000;
}*/

.main-navigation #primary-menu > li a:hover {
	opacity: 0.4;
}

.ccsiep-menu-cart,
.ccsiep-menu-wishlist,
.ccsiep-menu-search {
	margin: 0 !important;
}

.front-page-row {
	position: relative;
}

.front-page-row h2 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1em;
	margin-top: 0;
}

.front-page-row h2 .button {
	position: relative;
	vertical-align: top;
	font-size: 15px;
	margin-left: 20px;
}

#home {
	min-height: 100vh;
	position: relative;
}

#home .max-width-container {
	position: absolute;
	top: 53%;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-content {
	width: 100%;
	max-width: 500px;
}

.home-content h1 {
	text-transform: uppercase;
	color: #000;
	font-size: 46px;
	line-height: 1.1;
	margin: 0 0 20px;
	font-weight: 600;
	max-width: 470px;
}

.home-content p {
	color: #000;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 0;
}

.home-content .button {
	margin-top: 25px;
	font-size: 20px;
	line-height: 50px;
	padding: 0 30px;
}

.home-content .button::after {
	font-size: 25px;
}

.home-content .button.black:hover {
	border-color: #fff;
}

#featured-products {
	padding: 70px 0 50px;
	text-align: center;
}

li.product {
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
	padding: 50px 20px 30px;
	text-align: center;
}

li.product .tinv-wraper.tinv-wishlist {
	position: absolute;
	top: 0;
	right: 0;
}

ul.products li.product .tinvwl_add_to_wishlist_button {
	margin: 0 !important;
}

.woocommerce-shipping-fields__field-wrapper #shipping_first_name_field.form-row.form-row-first.validate-required,
.woocommerce-billing-fields__field-wrapper #billing_first_name_field.form-row.form-row-first.validate-required {
	margin: 0 10px 10px 0;
}

.woocommerce-shipping-fields__field-wrapper #shipping_last_name_field.form-row.form-row-last.validate-required,
.woocommerce-billing-fields__field-wrapper #billing_last_name_field.form-row.form-row-last.validate-required {
	margin: 0 0 10px 10px;
}


.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before,
.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before,
.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button::before,
a.wishlist_products_counter.top_wishlist-heart::before,
span.wishlist_products_counter.top_wishlist-heart::before,
a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart::before {
	font-size: 32px;
	margin: 0 !important;
	top: 8px !important;
	left: -5px !important;
}

.sku {
	font-size: 13px;
	font-weight: 400;
	margin: 40px 0 2px;
	color: #000;
}

ul.products li.product .woocommerce-loop-product__title {
	margin-top: 0;
	font-size: 18px !important;
	line-height: 1.1em;
	min-height: 2.2em;
	font-weight: 600;
}

ul.products li.product a.button {
	border-radius: 100px !important;
	background-color: #ffffff !important;
	border: 1.5px solid #000 !important;
	padding: 0 !important;
	line-height: 35px;
	margin-top: 20px;
	width: 100%;
	max-width: 185px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #000 !important;
	transition: 0.35s ease all;
}

ul.products li.product a.button::after {
	font-size: 17px;
}

li.product .onsale {
	padding: 5px 7px;
}

.ccsiep-featured-products {
	margin: 40px 0 0;
}

.ccsiep-featured-products .products li.product {
	width: calc(25% - 15px) !important;
	margin-right: 15px !important;
	clear: none !important;
}

.ccsiep-featured-products .products li.product:hover a.button,
ul.products li.product a.button:hover {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

body .products li.product img {
	margin: 0 auto;
}

.ccsiep-featured-products .price {
	font-size: 17px;
}

#services {
	min-height: 700px;
}

#services .max-width-container {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#services .wrap {
	max-width: 650px;
	float: right;
}

#services p:not(:last-child), 
#services li {
	font-weight: 300;
}

#services ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding-left: 13px;
  margin: 30px 0;
}

#services p:last-child {
	text-align: right;
	margin-top: 50px;
	margin-bottom: 0;
}

#parallax-1 {
	height: 635px;
}

.mobile-banner {
	display: none;
	height: 300px;
	background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
}

#about + .mobile-banner {
	background-position: left center;
}

#categories {
	padding: 70px 0 80px;
	background-color: #fff;
	text-align: center;
}

#categories .max-width-container {
	max-width: 900px;
}

.ccsiep-product-categories {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	margin-top: 50px;
}

.ccsiep-product-categories .category-container {
	float: none;
	width: 100%;
	margin: 0 !important;
	height: 250px;
	background-size: cover;
	background-color: #ffffff;
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
}

.category-container.category-18,
.ccsiep-product-categories .clear {
	display: none;
}

.ccsiep-product-categories .category-container h3 {
	padding: 15px;
	background-color: #000;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 500;
	font-size: 16.5px;
}

#our-clients {
	padding: 70px 0 40px;
	text-align: center;
}

#our-clients h2 {
	margin-bottom: 0;
}

.ccsiep-brand-block {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: all 0.1s ease 0s;
}

#testimonials {
	color: #000;
	overflow: auto;
}

.testimonial-image {
	width: 50%;
	background-size: cover;
	background-position: center;
	height: 650px;
	float: right;
}

.ccsiep-testimonials-arrow.prev {
	display: none !important;
}

.testimonial-content {
	width: 50%;
	max-width: none;
	float: left;
	position: relative;
	height: 650px;
}

#testimonials .wrap {
	max-width: 400px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single-testimonial h3 {
	font-weight: 600;
	font-size: 16px;
	margin: 0;
}

/*.testimonial-text p:last-child {
	font-style: italic;
}*/

.ccsiep-testimonials-arrow.next {
	width: 100px;
	text-align: right;
	margin-left: auto;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	cursor: pointer;
	margin-top: 20px;
}

.ccsiep-testimonials-arrow.next::after {
	content: " →";
}

#contact {
	background-color: #000;
	color: #ffffff;
	padding: 100px 0;
}

#contact .half {
	width: 60%;
	float: left;
	padding-right: 60px;
}

#contact .half:nth-child(2) {
	width: 40%;
	padding-right: 0;
}

#gform_wrapper_1 .gfield_label {
	display: none;
}

.gform_wrapper ul.gform_fields .gfield {
	padding-right: 0 !important;
	margin-top: 0 !important;
}

.gform_wrapper ul.gform_fields .gfield input {
	background-color: #262626;
	color: #ffffff;
	border-width: 0px;
	border-radius: 0px;
	font-size: 14px !important;
	padding: 6px 12px !important;
	display: block;
	width: 100%;
	text-transform: uppercase;
	outline: none !important;
}

.gform_wrapper ul.gform_fields .gfield textarea {
	background-color: #262626;
	border-radius: 0;
	border-width: 0;
	color: #ffffff;
	padding: 6px 12px !important;
	text-transform: uppercase;
	height: 110px;
	outline: none !important;
}

.gform_wrapper .gform_footer {
	margin: 0 !important;
	text-align: right;
	padding-right: 0 !important;
}

.gform_footer.top_label {
	position: relative;
	padding: 12px 0 0 !important;
}

.gform_wrapper .gform_footer::after {
	content: " →";
	position: absolute;
	top: 20px;
	margin-left: 4px;
	font-size: 18px;
	line-height: 18px;
	right: 18px;
	transition: 0.35s ease all;
}

.gform_footer.top_label:hover::after {
	color: #000;
}

body img.gform_ajax_spinner {
	display: none !important;
}

#contact .button#gform_submit_button_1 {
	margin: 0;
	font-size: 14px;
	border-color: #fff;
	color: #fff;
	line-height: 35px !important;
	padding: 0 41px 0 20px;
	transition: 0.35s ease all;
}

#contact .button#gform_submit_button_1:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

#gform_confirmation_message_1 {
	font-size: 16px;
	margin: 10px 0;
}

.sm {
	display: inline-block;
	vertical-align: top;
}

.footer-column.left .sm a {
	display: inline-block;
	margin-right: 4px;
	font-size: 19px;
}

.contact-details {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 60px);
	padding: 2px 0 0 5px;
	margin-top: 4px;
}

.contact-details a {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2.5px;
	font-weight: 500;
	line-height: 1.3;
	max-width: 405px;
	position: relative;
	padding-left: 30px;
	margin: 0 0 8px;
}

.contact-details a:last-child {
	font-size: 8.5px;
	margin-top: 4px;
	font-style: italic;
	letter-spacing: 2px;
}

.fa.fa-facebook {
	color: #4867aa;
}

.wa::before {
	content: '\f232';
	display: block;
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 21px;
	position: absolute;
	left: 0;
	top: -5.5px;
	color: #44c052;
}

.tel::before {
	content: '\f095';
	display: block;
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 17px;
	position: absolute;
	left: 3.5px;
	top: -2px;
}

#footer-menu-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer-menu-items > li {
	float: right;
	width: 33.3%;
	text-align: right;
}

#footer-menu-items > li.menu-item-68 {
	clear: both;
}

#footer-menu-items > li.ccsiep-menu-cart,
#footer-menu-items > li.ccsiep-menu-wishlist,
#footer-menu-items > li.ccsiep-menu-search {
	display: none;
}

#footer-menu a {
	text-transform: uppercase;
	font-weight: 300;
	max-width: 115px;
	float: right;
	display: block;
}

#footer-menu .sb a {
	background-color: #000;
	color: #fff;
	border-radius: 50px;
	padding: 0 12px;
	border: 1.5px solid #000;
	transition: 0.35s ease all;
}

#footer-menu .sb a:hover {
	background-color: #fff;
	color: #000;
	border-color: #000;
}

.ccsiep-footer {
	border-bottom: 1.5px solid #000;
	position: relative;
	padding: 75px 0 90px;
}

.ccsiep-footer::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-image: url('/wp-content/uploads/2020/10/payments.png');
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	background-size: 300px;
	z-index: 1;
	pointer-events: none;
}

.ccstudio-trail {
	max-width: 1152px;
	padding: 20px 0 30px;
	width: 90%;
	margin: auto;
	text-align: center;
	font-size: 13px;
}

.ccstudio-trail img {
	display: none;
}

.footer-column.left a {
	display: block;
}

.entry-header {
	text-align: center;
}

.woocommerce-breadcrumb {
	font-weight: 300;
	letter-spacing: 0.05em;
	font-size: 14px;
	padding-top: 5px;
}

.woocommerce-ordering {
	float: right;
	
}

.woocommerce-ordering .ui-selectmenu-button {
	display: inline-block;
	border-radius: 0 !important;
	border-width: 0px !important;
	text-align: center;
	vertical-align: bottom;
	padding: 0;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	padding: 2px;
	text-transform: capitalize;
	cursor: pointer;
	outline: none !important;
}

.woocommerce-ordering .ui-selectmenu-button .ui-icon {
	display: none;
}

body .ui-menu .ui-menu-item {
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
	font-size: 14px;
}

body.woocommerce ul.products {
	clear: both;
	width: 100%;
	padding-top: 10px;
	justify-content: left;
}

body.single-product div.product .price {
	font-size: 22px;
	color: #000000;
}

body.single-product .quantity {
	width: 50px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

body.single-product .quantity input {
	border: 1.5px solid #000;
	border-radius: 0;
	width: 100%;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 31px;
	outline: none !important;
}

div .woocommerce-button,
div .woocommerce-Button,
div .woocommerce-button.button,
div .woocommerce-Button.button,
div .button.product_type_simple,
div .woocommerce-cart-form .button,
div .wc-proceed-to-checkout a,
div .checkout_coupon .button,
div #payment #place_order,
div .single_add_to_cart_button.button,
div .woocommerce-MyAccount-content .button,
div .woocommerce-message .button,
div .add_to_cart_button,
div .woocommerce-tabs input[type="submit"] {
	border-color: #000;
	border-radius: 50px;
	border-width: 1.5px;
	background-color: #fff;
	color: #000;
	padding: 0 20px;
	line-height: 35px;
	transition: 0.35s ease all;
}

div .woocommerce-button:hover,
div .woocommerce-Button:hover,
div .woocommerce-button.button:hover,
div .woocommerce-Button.button:hover,
div .button.product_type_simple:hover,
div .woocommerce-cart-form .button:hover,
div .wc-proceed-to-checkout a:hover,
div .checkout_coupon .button:hover,
div #payment #place_order:hover,
div .single_add_to_cart_button.button:hover,
div .woocommerce-MyAccount-content .button:hover,
div .woocommerce-message .button:hover,
div .add_to_cart_button:hover,
div .woocommerce-tabs input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}

.woocommerce-message .button {
	margin-right: 10px;
}

#PRIMARY-WOOCOMMERCE-TITLES, 
h1.product_title.entry-title {
	line-height: 1.2;
}

body.single-product div.product .woocommerce-product-gallery {
	padding-right: 100px;
	padding-top: 50px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
}

.woocommerce-product-gallery__image a {
	display: block;
	padding: 20px;
}

.woocommerce-product-gallery__image img {
	display: block;
	margin: auto;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
	margin-right: 15px;
	padding: 10px;
	margin-bottom: 15px;
}

.woocommerce-product-gallery__trigger {
	display: none !important;
}

.related.products {
	margin-top: 100px;
	border-top: 1px solid #000;
	padding-top: 50px;
}

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

#SECONDARY-WOOCOMMERCE-TITLES,
h2.woocommerce-Reviews-title,
.related.products h2,
.cart_totals h2 {
	color: #000;
	font-size: 28px;
	font-weight: 400;
	text-transform: capitalize;
}

.related.products h2 {
	text-align: center;
	margin: 0 0 20px;
}

.posted_in {
	display: none;
}

ul.page-numbers span,
ul.page-numbers a {
	border-color: #000;
	background-color: #ffffff;
	color: #000;
	cursor: pointer;
}

ul.page-numbers span.current,
ul.page-numbers a:hover {
	background-color: #000;
	color: #ffffff;
}

body.post-type-archive-product #primary,
body.tax-product_cat #primary {
	width: calc(100% - 350px);
	float: right;
}

body #secondary {
	width: 300px;
	float: left;
	margin-top: 108px;
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
	padding: 50px 20px 10px;
	position: sticky;
	top: 100px;
}

body.single-product #secondary {
	display: none;
}

#secondary .widget-title {
	margin-top: 0;
	line-height: 0;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 400;
}

#secondary .product-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

#secondary .product-categories a {
	display: block;
	border-radius: 50px;
	border: 1.5px solid #000;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
	transition: all 0.35s ease 0s;
}

#secondary .product-categories a::after {
	content: " →";
	vertical-align: 1px;
	margin-left: 3px;
}

#secondary .product-categories a:hover,
#secondary .product-categories .current-cat > a {
	background-color: #000;
	color: #ffffff;
}

body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product {
	width: calc(33.3% - 10px);
}

.woocommerce-MyAccount-navigation li a {
	background-color: #000;
	border-color: #000;
	border-radius: 100px;
	text-transform: uppercase;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
	background-color: #ffffff;
	color: #000;
	border-color: #000;
}

#customer_login label[for="username"],
#customer_login label[for="password"],
#customer_login label[for="reg_email"],
#customer_login label[for="reg_password"],
.edit-account label[for="account_first_name"],
.edit-account label[for="account_last_name"],
.edit-account label[for="account_display_name"],
.edit-account label[for="account_email"],
.edit-account label[for="password_current"],
.edit-account label[for="password_1"],
.edit-account label[for="password_2"],
form.woocommerce-ResetPassword label[for="user_login"] {
	display: block;
	background-color: #000;
	color: #ffffff;
	padding: 0px 10px;
	font-size: 14px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
body.home .woocommerce-message,
body.home .woocommerce-info,
body.home .woocommerce-error {
	display: block;
	width: 100%;
	background-color: #ffffff;
	padding: 10px 20px;
	position: relative;
	border-left: 10px solid #000000;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
}

.woocommerce-form-login__rememberme {
	margin-bottom: 10px;
}

#shipping_gift_note {
	min-height: 80px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	text-align: left;
}

.ccsiep-menu-cart.cart-full a::before {
	top: 27px;
	left: 16px;
	border: 1px solid #fff;
	color: #ffffff;
	background-color: #000;
	line-height: 18px;
	font-size: 11px;
	z-index: 2;
	width: 18px;
	height: 18px;
	line-height: 16px;
}

.ccsiep-menu-cart i {
	position: relative;
	z-index: 3;
}

.product_meta {
	margin-top: 8px;
	letter-spacing: 1px;
	font-weight: 300;
}

.tinv-header h2 {
	margin-top: -7px;
}

.tinvwl-table-manage-list {
	border: 1px solid #ebebeb;
	border-collapse: collapse;
}

.tinv-wishlist table.tinvwl-table-manage-list {
	font-size: 13px;
}

.tinv-wishlist table td,
.tinv-wishlist table th {
	padding: 2px;
	border: 1px solid #ebebeb;
}

.tinv-wishlist table .product-stock,
.tinv-wishlist table .product-date,
.tinvwl_add_to_wishlist-text {
	display: none;
}

.tinv-wishlist table .product-action .button {
	white-space: nowrap;
	font-size: 12px;
	line-height: 24px;
}

.tinv-wishlist .product-remove button {
	cursor: pointer;
}

.wishlist_item {
	text-align: center;
}

.cat-item.cat-item-15 {
	display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}

#customer_login {
	margin-top: 30px;
}

#customer_login h2,
.edit-account legend {
	color: #000;
}

.password-input {
	width: 100%;
	display: block;
}

.woocommerce-password-strength.short {
	margin: 10px 0;
}

#customer_login #username,
#customer_login #password,
#customer_login #reg_email,
#customer_login #reg_password,
.edit-account #account_first_name,
.edit-account #account_last_name,
.edit-account #account_display_name,
.edit-account #account_email,
.edit-account #password_current,
.edit-account #password_1,
.edit-account #password_2,
form.woocommerce-ResetPassword #user_login {
	border-color: #000;
	width: 100%;
	border-radius: 0;
	outline: none !important;
}

body .woocommerce-input-wrapper input[type="text"], 
body .woocommerce-input-wrapper input[type="email"], 
body .woocommerce-input-wrapper input[type="tel"], 
body .woocommerce-input-wrapper input[type="number"], 
body .woocommerce-input-wrapper textarea {
	outline: none !important;
}

#order_review table th, 
#order_review table td {
	text-align: center;
}

.payment_method_payfast img {
	position: relative;
	top: 6px;
	left: 5px;
}

.payment_method_payfast::after {
	content: '';
	display: block !important;
	background-image: url('/wp-content/uploads/2020/10/logos.png');
	width: 225px;
	height: 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 10px;
}

.pswp__bg {
	background-color: rgba(255, 255, 255, 0.95);
}

.pswp__caption {
	display: none !important;
}

.header-banner {
	height: 225px;
	margin-bottom: 30px;
}

.footer-banner {
	height: 200px;
	margin-top: 50px;
}

body.woocommerce-cart .ccsiep-footer {
	margin-top: 0 !important;
	border-top: 0px solid;
}

.woocommerce-products-header {
	width: 90vw;
	float: right;
	text-align: center;
	max-width: 1152px;
	clear: both;
	margin-bottom: 27px;
}

.woocommerce-products-header__title.page-title {
	margin: 0;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1em;
}

.wc_payment_method.payment_method_paygate img {
	vertical-align: -9px;
	margin-left: 20px;
}

body.search-results #primary {
	width: calc(100% - 350px);
	float: right;
}

#coffeerm-button {
	background-color: #000;
	top: 14px;
}

.responsive-menu-items {
	background-color: #000;
	background-image: url(/wp-content/themes/ac/images/andy-cartwright-logo-white-medium.png);
	background-position: center 10px;
	background-repeat: no-repeat;
	padding-top: 80px;
}

#responsive-menu .ccsiep-menu-cart.cart-full a::before {
	top: 7px;
	left: calc(50% + 10px);
}

ul.responsive-menu-items li a {
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	padding: 4px 20px;
	font-weight: 300;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

ul.responsive-menu-items li:first-child a {
	border-top: 0;
}

ul.responsive-menu-items li.menu-item-has-children::after {
	border-left: 10px solid #ffffff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	top: 10px;
}

ul.responsive-menu-items li ul.sub-menu {
	background-color: #949597;
}

.woocommerce .woocommerce-error {
	border-left: 10px solid #ff0000;
}

/* auction */

body.single-product .auction_form .quantity {
	width:auto;
}
body.single-product .auction_form .quantity .qty {
	width: 53% !important;
}
body.single-product .auction_form .quantity input {
	width: 50px;
}
.wc_auctions_countdown-section {
	border: 1px solid #cccccc;
}
.is-wc_auctions_countdown {
	margin-top: 20px;
	padding-bottom: 10px;
}

.product span.winning {
	top: 14px;
	left: 36%;
}

.auction-bage {
	right: unset;
	left: 12px;
}

.product_list_widget img {
	display:none;
}

.product_list_widget ul {
	padding-left:0px;
}

.product_list_widget li {
	list-style: none;
	display: block;
	/* border-radius: 50px; */
	border: 1.5px solid #ebebebeb;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
	transition: all 0.35s ease 0s;
}

.product_list_widget .product-title {
	display: block;
}

#woocommerce_ending_soon_auctions-3 h2, #widget_watchlist_auctions-2 h2, #widget_recent_bids-2 h2 {
	margin-bottom:30px;
}

.auctions_activity td {
	padding: 4px;
	border: 1px solid #efefef;
}

.auctions_activity {
	font-size: 10px;
}

.product_list_widget {
	margin-bottom: 40px;
}

.winned-for.auction {
	font-size: 9px;
}

.product_list_widget .auction-time-countdown.is-wc_auctions_countdown {
	font-size: 10px;
	margin-top: 5px;
	border-top: 1px solid #eeeeee;
	padding-bottom: 0px;
}

/* body #secondary {
	display: none;
} */

@media(max-width: 1279px) {
	.ccsiep-brand-carousel-arrow {
		display: none !important;
	}
	#coffeerm-button {
		display: block;
	}
	#masthead {
		height: 70px;
	}
	.site-branding {
		max-width: 147px;
	}
	/*#masthead + #content {
		margin-top: 70px;
	}*/
	#masthead .main-navigation {
		display: none;
	}
	.site-branding img {
		margin-top: 8px;
	}
	/*#home::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #ffffff !important;
	}*/
	.home-content {
		position: relative;
		z-index: 2;
		padding: 75px 0;
	}
	.home-content {
		max-width: 460px;
	}
	.home-content h1 {
		font-size: 40px;
	}
	.home-content h2 {
		font-size: 32px;
	}
	.mobile-banner {
		display: block !important;
	}
	#parallax-1 {
		height: 300px;
	}
	ul.products li.product .woocommerce-loop-product__title {
		min-height: 3.3em;
	}
	body.post-type-archive-product #primary,
	body.tax-product_cat #primary {
		width: calc(100% - 225px);
	}
	body #secondary {
		width: 220px;
		margin-top: 107px;
	}
	#secondary .widget-title {
		line-height: 1em;
	}
	.testimonial-content,
	.testimonial-image {
		height: 550px;
	}
	body:not(.home) #content {
		margin-top: 115px !important;
	}
}

@media(max-width: 1023px) {
	.related.products .products.columns-3 li.product:nth-child(4) {
		display: none;
	}
	/*#home { background: linear-gradient(to right, white, transparent); } */
	/*.home-content h1,
	.home-content h2,
	.home-content p {
		color: #000;
	}*/
	#categories {
		padding: 50px 0 70px;
	}
	.ccsiep-featured-products .products li.product,
	body.search .products li.product {
		width: calc(50% - 15px) !important;
		margin: 0px 7px 14px !important;
	}
	.ccsiep-featured-products .products li.product img,
	body.search .products li.product img {
		margin: auto;
	}
	.ccsiep-product-categories {
		grid-gap: 20px;
	}
	.ccsiep-product-categories .category-container {
		height: 200px;
	}
	body.post-type-archive-product #primary,
	body.tax-product_cat #primary {
		width: 100%;
	}
	body #secondary {
		width: 100%;
		margin-top: 0px;
		box-shadow: unset !important;
		padding-bottom: 0;
		padding-top: 20px;
	}
	.woocommerce-products-header {
		width: 100%;
		float: none;
	}
	#secondary .product-categories {
		text-align: center;
	}
	#secondary .product-categories li {
		width: 100%;
		max-width: 200px;
		display: inline-block;
		margin: 0 5px 10px;
	}
	.related.products .products.columns-3 li {
		width: calc(33.3% - 10px);
	}
	#services {
		min-height: 520px;
	}
	#footer-menu-items > li {
		font-size: 14px;
	}
	#woocommerce_product_categories-2 {
		margin-bottom: 0;
	}
	.ccsiep-footer {
		padding: 50px 0 60px;
	}
}

@media(max-width: 767px) {
	.ccsiep-featured-products .products li.product {
		float: left !important;
	}
	#featured-products h2,
	#categories h2 {
		text-align: center;
	}
	#featured-products h2 .button,
	#categories h2 .button {
		display: block;
		margin: 20px auto 0;
		max-width: 250px;
	}
	body.post-type-archive-product ul.products li.product,
	body.tax-product_cat ul.products li.product {
		width: calc(50% - 10px);
	}
	body #secondary {
		padding: 40px 0 0;
	}
	.related.products .products.columns-3 li.product:nth-child(4) {
		display: block;
	}
	.related.products .products.columns-3 li {
		width: calc(50% - 10px);
		margin-bottom: 5px;
	}
	body.single-product div.product .woocommerce-product-gallery,
	body.single-product div.product .summary.entry-summary {
		width: 100%;
		padding: 0;
		margin-top: 0;
	}
	.woocommerce-product-gallery__image a {
		padding: 0;
	}
	.related.products > h2 {
		margin-top: 0;
	}
	.woocommerce-cart-form .coupon {
		float: none;
	}
	.woocommerce-cart-form .coupon + .button {
		float: none;
		margin-top: 10px;
		width: 200px;
		font-size: 14px;
	}
	.woocommerce-cart-form .coupon .button {
		font-size: 13px;
		width: 200px;
	}
	#featured-products {
		padding: 40px 0 45px;
	}
	#categories {
		padding: 35px 0 50px;
	}
	.testimonial-content {
		height: auto;
		width: 100%;
		float: none;
	}
	#testimonials .wrap {
		max-width: none;
		position: relative;
		top: auto;
		left: 0;
		right: 0;
		padding: 45px 30px 35px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.testimonial-image {
		height: 300px;
		width: 100%;
		float: none;
	}
	.contact-details {
		width: calc(100% - 20px);
		margin-bottom: 15px;
	}
	#footer-menu a {
		max-width: none;
		float: none;
		display: block;
	}
	#footer-menu .sb a {
		max-width: 65px;
		display: block;
		margin: 0 auto;
	}
	#home::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.65);
		position: absolute;
		top: 0;
	}
	body .woocommerce-product-gallery__wrapper {
		margin-top: 0;
	}
	.related.products {
		margin-top: 30px;
		padding-top: 30px;
	}
	#customer_login .u-column2.col-2 {
		margin-top: 30px;
	}
}

@media(max-width: 639px) {
	#featured-products li .button::after,
	#our-team .half:nth-child(3)::before,
	#secondary .product-categories a::after,
	ul.products li.product a.button::after {
		display: none;
	}
	.ccsiep-brand-carousel-arrow {
		display: none !important;
	}
	/*#home::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.8);
	}
	#testimonials {
		background-color: rgba(137, 138, 140, 0.8);
	}
	.home-content {
		padding: 75px 0 0;
		position: relative;
		z-index: 2;
	}*/
	#contact {
		padding: 35px 0;
	}
	.ccsiep-footer {
		padding: 35px 0 65px;
	}
	li.product {
		padding: 15px 10px;
		margin: 5px;
	}
	.ccsiep-featured-products .products li.product,
	body.search .products li.product {
		width: calc(50% - 8px) !important;
		margin: 4px !important;
	}
	ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px !important;
	}
	#featured-products li .button {
		font-size: 14px;
	}
	.ccsiep-product-categories {
		grid-template-columns: repeat(2, 1fr);
	}
	#contact .half {
		width: 100% !important;
		padding: 0 !important;
	}
	#gform_wrapper_1 {
		margin-top: 30px;
	}
	.footer-column {
		width: 100%;
	}
	.ccsiep-footer .footer-column.left img {
		margin: 0 auto 30px;
	}
	#footer-menu-items > li {
		text-align: center;
	}
	.responsive-menu-items {
		background-size: 240px;
		background-position: center 16px;
	}
	.woocommerce-result-count {
		float: none;
		text-align: center;
		padding: 0;
	}
	.woocommerce-ordering {
		float: none;
		text-align: center;
		margin: 20px 0 10px;
	}
	#secondary .product-categories li {
		max-width: 150px;
		font-size: 14px;
	}
	#footer-menu-items > li {
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	.header-banner {
		height: 125px;
	}
	.ccsiep-footer::before {
		background-position: center;
	}
}

@media(max-width: 419px) {
	div.max-width-container {
		width: 90%;
	}
	ul.products li.product a.button {
		font-size: 14px;
	}
	.ccsiep-footer .footer-column.left img {
		width: 100%;
		max-width: 325px;
	}
	body:not(.home) .footer-column.left a {
		background-position: center;
	}
	.mobile-banner {
		height: 200px;
	}
	.ccsiep-featured-products .products li.product, 
	body.search .products li.product {
		width: calc(100% - 8px) !important;
	}
	.home-content h1 {
		font-size: 24px;
	}
	.home-content p {
		font-size: 14px;
	}
	.home-content .button {
		font-size: 16px;
		line-height: 42px;
		padding: 0 22px;
	}
	.ccsiep-product-categories {
		grid-template-columns: repeat(1, 1fr);
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	body.post-type-archive-product ul.products li.product, 
	body.tax-product_cat ul.products li.product,
	.related.products .products.columns-3 li {
		width: calc(100% - 10px);
	}
	body #secondary {
		padding: 20px 0 0;
	}
	#footer-menu-items > li {
		width: 50%;
	}
}