/*
Theme Name: Slips2Chucks
Description: Slips2Chucks.
Author: Softscript
Version: 1.0
Text Domain: Slips2Chucks
*/

body {
	font: 16px/1.7em 'Lato', arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	background: #fff;
	overflow-x: hidden;
}

/* Header */
#header {
	margin: 0 auto;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #fff;
	position: relative;

	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);

	z-index: 499;
	-webkit-transition: top 0.1s ease-out, background-color 0.6s ease;
	-moz-transition: top 0.1s ease-out, background-color 0.6s ease;
	-ms-transition: top 0.1s ease-out, background-color 0.6s ease;
	-o-transition: top 0.1s ease-out, background-color 0.6s ease;
	transition: top 0.1s ease-out, background-color 0.6s ease;
}

#header.scrolled {
	border-bottom: none;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);

	background: rgba(255,255,255,0.97);
}

#header.scrolled.has_subheader.hide_subheader_on_scroll {
	top: -38px;
}

#header.scrolled #menu > ul > li > a {
	margin-top: 12px;
}

#header.scrolled #menu > ul > li.menu-item-phone-number > a{
	margin-top: 7px;
}

#menu > ul > li.menu-item-phone-number > a{
	color: #fff;
	background: #e42320;
	min-height: 40px;
	line-height: 40px;
	margin-top: 30px;
	display: inline-block;
	padding: 5px 10px;
	font-weight: 500;
}

#header.scrolled #menu > ul > li > span.header_phone_no {
	margin-top: 13px;
}

#logo{
	overflow: hidden;
	margin-left: -20px;
}
/* Fix flickering caused by borded-box*/
#logo *,
#logo *:before,
#logo *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#logo .logo_img{
	width: auto !important;
}

#logo .logo_img {
	height: 110px;
	position: relative;
	vertical-align: middle;
	-webkit-transition: height 0.1s ease-out;
	-moz-transition: height 0.1s ease-out;
	-ms-transition: height 0.1s ease-out;
	-o-transition: height 0.1s ease-out;
	transition: height 0.1s ease-out;
	font-size: 0px;
	line-height: 0px;
	letter-spacing: 0;
}

.scrolled #logo .logo_img {
	-webkit-transition: height 0.5s ease-out;
	-moz-transition: height 0.5s ease-out;
	-ms-transition: height 0.5s ease-out;
	-o-transition: height 0.5s ease-out;
	transition: height 0.5s ease-out;
}
.transparent_header.scrolled #logo .logo_img.transparent_logo_flip {
	-webkit-transition: height 0.3s ease-out;
	-moz-transition: height 0.3s ease-out;
	-ms-transition: height 0.3s ease-out;
	-o-transition: height 0.3s ease-out;
	transition: height 0.3s ease-out;
}

#header.scrolled #logo .logo_img {
	height: 64px;
}

#logo img{
	max-height: 100%;
	width:  auto;
	-webkit-transition: opacity 0.5s  ease-out, top 0.5s ease-out;
	-moz-transition: opacity 0.5s  ease-out, top 0.5s ease-out;
	-ms-transition: opacity 0.5s  ease-out, top 0.5s ease-out;
	-o-transition: opacity 0.5s  ease-out, top 0.5s ease-out;
	transition: opacity 0.5s  ease-out, top 0.5s ease-out;
}

#menu {
	font-size: 14px;
}

#menu a{
	text-decoration: none;
	color: #030405;
	font-weight: 600;
}

#menu ul li {
	margin-bottom: 0;
}

#menu > ul > li {
	position: relative;
	float: left;
	/*	z-index: 1015;*/
	padding: 0px;
}

#menu > ul > li > a {
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	margin-top: 36px;
	z-index: 6;
	letter-spacing: 0;

	-webkit-transition: all 0.3s ease-out, line-height 0.1s ease-out;
	-moz-transition: all 0.3s ease-out, line-height 0.1s ease-out;
	-o-transition: all 0.3s ease-out, line-height 0.1s ease-out;
	-ms-transition: all 0.3s ease-out, line-height 0.1s ease-out;
	transition: all 0.3s ease-out, line-height 0.1s ease-out;
	font-weight: 500 !important;
}

.scrolled  #menu > ul > li > a {
	-webkit-transition: all 0.3s ease-out, line-height 0.5s ease-out;
	-moz-transition: all 0.3s ease-out, line-height 0.5s ease-out;
	-o-transition: all 0.3s ease-out, line-height 0.5s ease-out;
	-ms-transition: all 0.3s ease-out, line-height 0.5s ease-out;
	transition: all 0.3s ease-out, line-height 0.5s ease-out;
}

.main_menu_underline_effect #menu > ul > li > a:after, .main_menu_underline_effect #menu > ul > li.current-menu-item > a:after {
	display: block;
	content: "";
	width: 30%;
	height: 2px;
	background-color: #e42320 !important;
	position: absolute;
	bottom: 0;
	left: 35%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
}

.main_menu_underline_effect #menu > ul > li > a:hover:after, .main_menu_underline_effect #menu > ul > li.current-menu-item > a:after {
	width: calc(100% - 30px);
	left: 15px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main_menu_underline_effect #menu > ul > li > a.no_border:after {
	display: none;
}

#mobile_menu_toggler {
	width: 45px;
	padding: 10px 0;
	top: 0;
	right: 0;
	cursor: pointer;
	background: #e42320;
}

.m_nav_ham {
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 5px auto;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.m_nav_ham_1_open {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 13px;
}

.m_nav_ham_2_open {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -7px;
}

.m_nav_ham_3_open {
	opacity: 0;
}

#mobile_menu {
	display: none;
	background-color: #e42320;
	z-index: 100000;
}

#mobile_menu ul {
	margin:0;
	list-style: none;
}

#mobile_menu ul li {
	margin:0;
}

#mobile_menu > ul > li a{
	background: #e42320;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#mobile_menu > ul > li > a:hover{
	background: #2a2a2a;
}

#mobile_menu ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 1.7em;
	display: block;
	position: relative;
	padding: 12px 30px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	text-decoration: none;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#mobile_menu ul li a:hover {
	color: #eee;
}

#mobile_menu ul li ul, #mobile_menu ul li.menu-item-phone-number{
	display: none;
}

#mobile_menu ul li a:hover > span {
	color: #ddd;
	cursor: pointer;
}
#mobile_menu ul li a > span:hover {
	color: #fff;
}

#mobile_contact_info{
	background: #e42320;
	color: #fff;
	padding: 5px 20px;
	font-size: 14px;
	text-align: right;
}

#mobile_contact_info a{
	color: #fff;
}

#footer {
	clear: both;
	background: #323232;
	font-size: 14px;
	color: #fff;
	padding-bottom: 50px;
	z-index: 2;
	font-family: 'Roboto', sans-serif;
	max-height: 620px;
}

#footer > .container{
	transform: translateY(-205px);
}

#footer > .container > .section{
	margin-top: 50px;
}

.get-in-touch-footer{
	background-color: #e42320;
	color: #fff;
	padding: 20px;
	z-index: 4;
}

.get-in-touch-footer:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom: 45px solid #333;
	border-left: 45px solid #e42320;
	width: 0;
}

.get-in-touch-footer .custom-heading{
	color: #fff;
	font-family: 'Lato', sans-serif !important;;
	font-weight: 700;
	font-size: 36px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.get-in-touch-footer .custom-heading span{
	margin-top: -9px;
}

.get-in-touch-footer .phone-number{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 24px;
	font-weight: 600;
}

.get-in-touch-footer .link-contact-us, .boxes-section .link-contact-us, .about-us-content .link-contact-us{
	display: inline-block;
	font-family: 'Open Sans', sans-serif !important;
}

.get-in-touch-footer .link-contact-us, .boxes-section .box-red .link-contact-us, .about-us-content .link-contact-us{
	background-color: #333;
	border-right: 3px solid #fff;
	color: #fff !important;
	border-top: transparent;
	border-bottom: transparent;
}

.about-us-content .link-contact-us{
	border-right: 3px solid #e42320;
}

.boxes-section .box-grey .link-contact-us{
	background-color: #fff;
	border-right: 3px solid #e42320;
	color: #000 !important;
	border-top: transparent;
	border-bottom: transparent;
}

.get-in-touch-footer span{
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
}

.get-in-touch-footer .fb-link-container a{
	font-size: 16px;
}

.get-in-touch-footer .icon-fb img{
	max-width: 14px;
}

.font-black{
	color: #000 !important;
}

.font-light{
	color:#333;
}

#footer .footer-links h6{
	font-size: 14px;
}

#footer .footer-links ul li{
	margin-bottom: 5px;
}

#footer .footer-links ul li a, .crafted-by, .designed-by{
	font-size: 13px;
	color: #727276;
	text-decoration: none;
}

.crafted-by, .designed-by{
	line-height: 16px;
}

.designed-by{
	vertical-align: sub;
}

.designed-by a{
	color: transparent !important;
}

#footer .footer-social-links li a{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

.content_body{
	min-height: 300px;
}

.content_body .container, #footer .container{
	padding: 0 30px !important;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.wpb_column .wpb_wrapper>*:last-child {
	margin-bottom: 0;
}

h1.page-title, .shop-page-bg h1.page-title, .single-product-content .product_title.entry-title{
	color: #333333 !important;
	font-size: 40px !important;
	line-height: 46px !important;
	font-weight: bold;
	position: relative;
}

.productintro ul
{
	list-style: none;
}

.productintro ul li::before {
  content: "\2022";
  color: #E51C21;
  font-size: 20px;
  line-height: 16px;
  font-weight: bold;
  display: inline-block; 
  width: 0.7em!important;
  margin-left: -0.7em!important;
}

.productintrolist {margin-top: 10px;}

.single-product-content .product_title.entry-title{
	font-weight: 500;
}

h1.page-title .red-dot{
	color: #e42320;
}

.red-dot, .black-dot{
	position: absolute;
	bottom: 5px;
	background-repeat: no-repeat;
	font-size: 0 !important;
	background-size: 5px 6px;
	background-position: center;
	width: 5px;
	height: 6px;
	display: inline-block;
	margin-left: 2px;
}

.red-dot{
	background-image: url(./assets/images/red-dot.png);
}

.black-dot{
	background-image: url(./assets/images/black-dot.png);
}

p.no-comments{
	display: none;
}

body.woocommerce:not(.widget){
	padding-bottom: 0 !important;
}

.sidebar-menu{
	background-color: #ededed;
	color: #333;
}

.sidebar-menu ul li{
	margin: 5px 0;
}

.sidebar-menu ul li a{
	color: #333;
	text-decoration: none;
	font-weight: 500;
}

.sidebar-menu ul li.active a, .sidebar-menu ul li a:hover{
	color: #e42320;
}

.products-grid .woocommerce-loop-product__title{
	font-size: 18px;
	color: #333;
	margin-top: 10px;
}

.products-grid a{
	text-decoration: none;
}

.products-grid .product-description, .products-grid .product-condition, .products-grid a.button.add_to_cart_button{
	color: #333 !important;
}

.products-grid span.price{
	color: #333;
	display: block;
	font-weight: bold;
}

.products-grid span.price ins{
	color: #e42320;
	text-decoration: none;
}

.products-grid a.button.add_to_cart_button, .products-grid a.button.product_type_simple{
	background: none !important;
	padding: 0 0 10px 0 !important;
	display: block !important;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	margin-top: 10px !important;
}

.products-grid a.button.add_to_cart_button:hover, .products-grid a.button.product_type_simple:hover{
	color: #e42320 !important;
	border-bottom: 1px solid #e42320;
}

.product-container-wrapper{
	padding: 60px 0;
}

.product-search-form .search-field{
	padding-right: 40px;
}

.product-search-form .product-search-icon{
	top: -2px;
	right: 10px;
	color: #e42320 !important;
	font-size: 30px;
}

.product-search-form .product-search-icon:focus{
	outline: none !important;
	box-shadow: none;
}

.shop-page-bg{
	background-color: #eeeeee !important
}

.shop-page-bg .banner-text .fs-5 {
	font-weight: 500;
}

.single-product-content, .post-23834, .post-23835{
	background-color: #ededed;
}

.single-product-content .pr-meta{
	font-size: 18px;
	color: #323232;
}

.single-product-content .pr-add-to-cart{
	background-color: #e42320;
}

.single-product-content .pr-view-cart{
	background-color: #b3b3b3;
}

.single-product-content .pr-add-to-cart, .single-product-content .pr-view-cart{
	color: #fff !important;
	border-radius: 20px;
}

.single-product-content div.images{
	float: none !important;
	width: 100% !important;
}

.single-product-content .pr-price{
	display: inline-block;
}

.single-product-content .pr-price ins, .single-product-content .pr-price > .woocommerce-Price-amount.amount{
	text-decoration: none;
	float: left;
	display: inline-block;
	margin-right: 30px;
	font-weight: bold;
	font-size: 30px;
}

.single-product-content .pr-price del{
	text-decoration: line-through;
	float: right;
	color: #4d4d4d;
	margin-top: 14px;
}

.single-product-content div.product form.cart{
	margin-bottom: 0 !important;
}

.single-product-content .pr-description{
	border-bottom: 1px solid #e42320;
}

.single-product-content .pr-postage{
	color: #323232;
}

.woocommerce-info::before{
	color: #e42320;
}

.product-container-wrapper h1.page-title{
	font-size: 26px !important;
}

.single-product-content .woocommerce-message{
	background-color: #b3b3b3 !important;
	line-height: 36px;
}

.single-product-content .woocommerce-error{
	background-color: #e42320 !important;
	color: #fff !important;
	line-height: 36px;
}

.single-product-content .woocommerce-message .wc-forward:hover{
	background-color: #e42320 !important;
	color: #fff !important;
}

.widget_shopping_cart .button.checkout{
	display: none !important;
}

.breadcrumb .breadcrumb-item a{
	text-decoration: none;
	color: #4d4d4d;
}

.post-23834, .post-23835{
	padding-bottom: 200px;
}

.cart-page .cart-items-section .attachment-woocommerce_thumbnail, .single-product-content img, .product-container-wrapper img{
	border-radius: 0 !important;
}

.cart-page .return-to-shop, .cart-page .btn-complete-order{
	background-color: #e42320;
	color: #fff !important;
}

.cart-page .btn-complete-order{
	border-radius: 20px;
}

.cart-page .cart-items-section .cart_item img{
	width: 100% !important;
}

.cart-page .cart-items-section .product-name a{
	font-size: 24px;
	color: #333333;
	text-decoration: none;
	font-weight: 600;
}

.cart-page .cart-items-section .color-meta{
	color: #323232;
}

.cart-page .cart-items-section .p_removeitem a.btn-remove-item{
	color: #e42320 !important;
	text-decoration: none;
	font-size: 13px;
}

.cart-page .cart-items-section .p_price{
	color: #333333;
	font-size: 22px;
	font-weight: 500;
}

.cart-page .cart-items-section .cart_item + .cart_item{
	margin-top: 1.5rem;
}

.cart-page .cart-form-section abbr.required, .optional{
	display: none;
}

.cart-page .cart-form-section .form-row-first{
	width: 100% !important;
}

.cart-page .cart-form-section .woocommerce-additional-fields h3{
	display: none;
}

.cart-page .cart-form-section .woocommerce-additional-fields .form-control{
	min-height: 150px;
}

.cart-page .cart-form-section label{
	margin-bottom: 5px;
}

.cart-page .woocommerce-error{
	border-radius: 0!important;
	color: #842029 !important;
	background-color: #f8d7da !important;
	border-color: #f5c2c7 !important;
}

#order_review .place-order + .place-order{
	display: none;
}

.cart-page .cart-items-section .order_item .product-name a{
	font-size: 18px;
}

.cart-page ul.woocommerce-thankyou-order-details li{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border-right: 0;
	border-bottom: 1px dashed #d3ced2;
	float: none;
}

.boxes-section{
	color: #fff;
	padding-top: 5px;
	margin-top: -21px;
}

.boxes-section h1.page-title{
	color: #fff !important;
}

.boxes-section .box-grey{
	background-color: #333;
}

.boxes-section .box-grey{
	background-color: #333;
}

.boxes-section .box-red{
	background-color: #e42320;
}

.boxes-section .box-1 .bg-image{
	margin-top: -5px;
}

.boxes-section .bg-image img{
	max-width: 300px;
}

.boxes-section .box-grey:before, .boxes-section .box-red:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
}

.testimonial-section{
	padding-top: 70px;
	padding-bottom: 250px;
}

.testimonial-empty-section{
	padding-top: 70px;
	padding-bottom: 200px;
}

.grecaptcha-badge{
	z-index: 10 !important;
	display:none !important;
}

.boxes-section .box-grey:before{
	border-left: 45px solid transparent;
}

.boxes-section .box-grey:before, .boxes-section .box-red:before{
	border-bottom: 45px solid #fff;
}

.testimonial-section .carousel-control-next, .testimonial-section .carousel-control-prev{
	top: 23%;
	bottom: auto;
	width: auto;
	display: inline-block;
}

.testimonial-section .carousel-control-next-icon, .testimonial-section .carousel-control-prev-icon{
	background-color: #e42320;
	color: #fff;
	width: 40px;
	height: 40px;
	background-size: 20px 20px;
	display: inline-block;
}

.testimonial-section blockquote{
	position: relative;
	font-weight: 500;
	padding-left: 22px;
	padding-top: 5px;
}

.testimonial-section blockquote:before {
	position: absolute;
	left: 0;
	content: "“";
	font-size: 40px;
	top: -12px;
	color: #e42320;
}

.testimonial-section blockquote span.author-name {
	color: #e42320;
}

.testimonial-section .hexagon{
	max-width: 70%;
	margin: 0 auto 20px auto;
}

.testimonial-section .hexagon img{
	clip-path: polygon(0 25%, 50% 1%, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}

.about-us-content{
	background-color: #ededed;
	padding-top: 80px;
	padding-bottom: 80px;
}

.wpb_revslider_element{
	margin-bottom: 0 !important;
}

.red-text{
	color: #e42320;
}

.about-us-content p, .about-us-content .red-text{
	font-weight: 500;
}

.categories-list{
	padding-top: 80px;
	padding-bottom: 80px;
}

.categories-list .help-text{
	font-weight: 600;
}

.categories-list .cat-bg, .categories-list .category-title, .categories-list .category-arrow{
	display: none;
}

.categories-list .category-link::before, .categories-list .cat-bg:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 40px solid #fff;
	border-left: 40px solid transparent;
	width: 0;
}

.categories-list .cat-bg{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(228, 35, 32, 0.8);
	opacity: 0;
	transition: 0.5s;
	z-index: 1;
}

.categories-list .category-title{
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 20px;
	right: 20px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	z-index: 2;
}

.categories-list .category-arrow{
	bottom: 0;
	left: 0;
	color: #fff;
	width: 35px;
	height: 40px;
	line-height: 40px;
	background: rgba(228, 35, 32, 0.9);
	text-align: center;
	font-weight: 600;
	z-index: 3;
}

.categories-list .category-link:hover .cat-bg,
.categories-list .category-link:hover .category-title,
.categories-list .category-link:hover .category-arrow,
.categories-list .category-link.active .cat-bg,
.categories-list .category-link.active .category-title,
.categories-list .category-link.active .category-arrow
{
	display: block;
	opacity: 1;
}

.contact-us-logo{
	width: 56px;
	border: 1px solid #000;
	margin-top: 4px;
}

.home .wpb_revslider_element .tp-parallax-wrap.slide-left-side{
	left: 50px !important;
	top: 60px !important;
}

.home .wpb_revslider_element .tp-parallax-wrap.slide-left-side .banner-left-text h1.page-title{
	color: #fff !important;
	line-height: 70px;
}

.home .wpb_revslider_element .tp-parallax-wrap.slide-left-side .banner-left-text h1.page-title span.sub-text{
	font-weight: 400;
	font-size: 40px !important;
}

.home .wpb_revslider_element .tp-parallax-wrap.slide-left-side .banner-left-text p{
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.home .wpb_revslider_element .tp-parallax-wrap.slide-left-side .banner-left-text a.btn{
	background-color: #fff;
	border-top: transparent;
	border-bottom: transparent;
	border-right: 3px solid #e42320;
	color: #000 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
}

.home .wpb_revslider_element .tp-parallax-wrap.slide-left-side .banner-text-right p, .home .wpb_revslider_element .tp-parallax-wrap.slide-right-side .banner-text-right p{
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.7 !important;
	color: #fff !important;
}

.woocommerce-mini-cart__empty-message{
	text-align: center;
	margin-top: 15px;
}

.get-in-touch-footer .text-white a{
	color: #fff !important;
	text-decoration: none;
}

.tp-creative-logo{
	width: 120px;
}

.home .rev_slider_wrapper, .rev_slider, .home .tp-fullwidth-forcer, .home .rev_slider .tp-bgimg.defaultimg {
	max-height: 850px !important;
}
