/*!
Theme Name: Mike's Bike Rental Custom Theme
Theme URI: http://candcdigital.com/
Author: candcdigital
Author URI: http://candcditial.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: candcdigital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


html,
body {
    font-weight: normal;
    font-size: 16px;
    color: #3D3D3D;
    position: relative; 
    background-color: #fff;
    font-family: "Noto Sans", sans-serif;
}

a {
    color: #3D3D3D;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--primary-color);
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

:root {
    --primary-color: #98012E;
}

a.button, a.wc-block-components-button, .wc-block-components-button {
	display: inline-block;
    font-weight: 400;
    color: #212529;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.btn, input[type="submit"], [type=submit], a.button, a.wc-block-components-button, .wc-block-components-button {
    color: #fff !important;
    font-size: 16px;
    border-radius:30px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 35px;
    font-family: "Noto Sans", sans-serif;
    background-color: #98012E;
    border: 2px solid #98012E;
}

.btn:hover, input[type="submit"]:hover, [type=submit]:hover, a.button:hover, a.wc-block-components-button:hover, .wc-block-components-button:hover {
    color: #98012E !important;
    background-color: #fff;
    border-color: #98012E;
}

.title {
    margin-bottom: 40px;
}

.title-center {
    text-align: center;
}

.title-center .title {
    max-width: 900px;
    font-size: 18px;
    display: inline-block;
}

.p-title {
    color: #98012E;
}

.page-title .p-title {
    display: inline-block;
}
.title h1 {
	 font-size: 36px;
    margin-bottom: 20px;
    color: #1D2A33;
    font-weight: 700;
}
.title h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1D2A33;
    font-weight: 700;
}

.title-center .title p {
    max-width: 600px;
    display: inline-block;
}

.bg-color{
    background-color: #1D2A33;
}

.bg-color,
.bg-color .title p,
.bg-color .title h2 {
    color: #fff;
}

section {
    padding: 100px 0;
}

input, 
select, 
textarea {
    color: #1D2A33 !important;
    height: 55px;
    width: 100%;
    padding: 6px 20px;
    border-radius: 8px;
    border: 0;
    margin-bottom:10px;
    background-color: #fff;
    font-weight: 500;
    border: 1px solid #355CE9;
}

input:focus, 
select:focus, 
textarea:focus {
    border-bottom-color: var(--primary-color);
}

textarea {
    resize: none;
    height: 120px;
}

input[type="radio"],
input[type="checkbox"] {
    width: inherit;
    height: initial;
}

input:focus, 
textarea:focus, 
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color:  var(--primary-color) !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #444;    
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #444;    
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #444;    
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #444;    
}

.ab-thumb {
    border-radius: 150px 150px 0 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.ab-thumb img {
    width: 100%;
}

.ab-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}

.ab-text {
    font-size:16px;
}

.ab-text .icon {
    margin-bottom: 15px;
}

/*header*/

.header {
    padding: 5px 0;
    background-color: #000;
}

.header.hr-absolute {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding-right:0px;
    background-color: transparent;
}

.header .buttons {
    display: flex;
    align-items: center;
    min-width: 150px;
    justify-content: end;
}

.header .buttons .btn {
    font-weight: 400;
}

.menu-content {
    padding: 10px 0;
}

.main-menu {

}

.is-sticky .main-menu {
    background-color: #000;
    z-index:999 !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.is-sticky .logo {

}

.nav {
    padding-left: 0;
    padding-right:15px;
}

.header .nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;
}

.nav ul li {
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-right: 35px;
    font-weight: 500;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    padding:0;
    color: #fff;
    display: block;
}

.nav ul li a:hover, 
.nav ul li.active>a {
    color:  #DC2626;
}

.navbar-toggler {
    padding:10px !important;
    height: initial;
    line-height: initial;
}

.navbar-toggler-icon {
    width: initial;
    height: initial;
    color: #0A0A0A;
    border-radius: 4px;
    padding: 4px 8px;
    border: 1px solid #0A0A0A;
}

.navbar-toggler-icon:hover {
    color: var(--primary-color);
    border-color:var(--primary-color);
}

.navbar-toggle {
    background: 0 0!important;
    border: none!important;
    float: left!important;
    cursor: pointer;
    padding-left: 0!important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    background:#fff !important;
    margin-bottom: 4px!important;
}

.m-phone a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: block;
  float: right;
  z-index: 1;
  text-align: center;
  border-radius: 100%;
  background-color: #98012E;
}

/*hero-section*/

.hero-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:250px 0 150px;
    background-position: center;
}

.hero-section:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 65%);
}

.hero-text {
    position: relative;
    z-index: 9;
    color: #fff;
    max-width: 500px;
    margin-bottom: 30px;
}

.hero-text h1 {
    color: #fff;    
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.hero-text h2 {
    font-weight: 700;
    font-size: 28px;
    color: #99DDFF;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-text p {
    font-size: 18px;
    margin-bottom: 30px;
}

.hero-form {
    background-color: #fff;
    padding: 50px;
    color: #6B7382;
    font-size: 18px;
    text-align: center;
    border-radius: 15px;
    border-top: 8px solid #DC2626;
    -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 24px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 0 24px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 24px rgb(0 0 0 / 10%);
    box-shadow: 0 0 24px rgb(0 0 0 / 10%);
}

.hero-form h2 {
    font-size: 30px;
    color: #182565;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

/*breadcrumb-section*/

.breadcrumb-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 80px;
    background-position: center;
}

.breadcrumb-section:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 65%);
}

.page-title {
    position: relative;
    z-index: 9;
    text-align: center;
    color: #fff;
}

.page-title h1 {
    font-size: 36px;
    font-weight: bold;
}

/*product-section*/

.product {
    margin-bottom: 30px;
}

.p-thumb {
    height: 240px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.product-thumbnail {
	position:relative;
}
.product-thumbnail > a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.p-logo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.p-text .p-rating, 
.p-rating ul {
    display: flex;
}

.p-rating ul {

    margin-right: 10px;
    font-size: 14px;
    color: #FFBA2D;
}

.p-rating ul li {
    margin-right: 2px;
}

.p-rating p {
    margin-bottom: 0;
}

.p-text h3 {
    font-size: 18px;
    font-weight: 800;
    margin-top: 10px;
    color: #3D3D3D;
}

.p-text .btn {
    width: 100%;
}

.p-text p strong {
    font-size: 18px;
    font-weight: bold;
    color: #98012E;
}

.product-menu ul li, ul.category-tabs > li {
    margin-bottom: 20px;
}

.product-menu ul li a, ul.category-tabs > li{
    display: block;
    padding: 10px 20px;
    color: #1D2A33;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
	cursor:pointer;
}

.product-menu ul li.active a,
.product-menu ul li a:hover, ul.category-tabs > li.active,  ul.category-tabs > li:hover {
    color: #fff;
    background-color: #1D2A33;
}
.product-menu ul li.current-cat a {
	 color: #fff;
    background-color: #1D2A33;
}

.cart-item {
    margin-bottom: 50px;
}

.product-quantity {
    display: flex;
}

.product-quantity input {
    width: 40px;
    text-align: center;
    border: 0;
    height: 40px;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    border: 0;
    font-weight: bold;
    color: #000 !important;
}

.product-quantity .quantity {
    display: flex;
    padding:0 15px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #444;
}

.cart-head {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #9F9C9A;
    justify-content: space-between;
}

.cart-head h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.cart-item {
    display: flex;
    justify-content: space-between;
}

.cart-content {
    display: flex;
    padding-right: 15px;
}

.cart-content .p-thumb {
    width: 140px;
    min-width: 140px;
    height: 100px;
    margin-right: 20px;
    border-radius: 8px;
}

.cart-content p strong {
    font-size: 18px;
}

.price {
    font-size: 24px;
    color: #98012E;
    font-weight: 700;
}

.order-summary, 
.totals {
    border-bottom: 1px solid #9F9C9A;
    margin-bottom: 30px;
}

.order-summary li, 
.totals li {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.totals {
    padding-bottom: 10px;
}

.totals strong {
    color: #98012E;
}

.checkout .btn {
    width: 100%;
}

/*choose-section*/

.choose {
    display: flex;
    margin-bottom: 30px;
}

.choose .icon {
   min-width: 50px;
   margin-right: 10px;
}

.choose h3 {
    font-size: 20px;
    font-weight: bold;
}

/*testimonial-section*/

.testimonial-section{
    background-color: #F4F4F4;
}

.testimonial {
    display: flex;
    margin-bottom: 50px;
	 background-color: #fff;
    border-radius: 30px;
}

.testimonial .text {
    padding: 30px;
    align-self: center;
    margin-left:0px;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: -30px;
}

.testimonial .thumb {
    border-radius: 20px;
    overflow: hidden;
    height: 450px;
    width: 60%;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial ul {
    display: flex;
    color: #ECC151;
    margin-bottom: 15px;
}

.testimonial ul li {
    font-size: 14px;
    margin-right: 3px;
}

.testimonial .icon {
    margin-bottom: 15px;
}

.testimonial h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ts-footer {
    margin-top: 20px;
    display: flex;
}

.ts-text {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.ts-text p {
    color: #000;
    margin-bottom: 5px;
}

.ts-text .qut {
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    border: 1px solid #C4C4C4;
}


.testimonial-slider {
	margin-left:-100px;
}

.testimonial-slider .slick-arrow.icon-left {
    position: absolute;
    bottom:-50px;
    left:calc(50% - 40px);
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.testimonial-slider .slick-arrow.icon-right {
	position: absolute;
    bottom:-50px;
    left:calc(50% - 30px);
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
	left:auto;
    right:calc(50% - 40px);
}

.testimonial-slider .slick-arrow.icon-left {
    margin-right: 50px;
}


.testimonial-slider .slick-arrow:hover {
    color: #98012E;
}

.testimonial-slider .slick-dots {
    display: flex;
    margin-left: 100px;
    margin-top: 30px;
    position: relative;
}

.testimonial-slider .slick-dots:after {
    position: absolute;
    content: "";
    left: 60px;
    top: 12px;
    width: 930px;
    height: 1px;
    background-color: #000;
}

.testimonial-slider .slick-dots li {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    font-family: "Libre Bodoni", serif;
}

.testimonial-slider .slick-dots li:after {
    content: "/";
    margin-left: 10px;
}

.testimonial-slider .slick-dots li:last-child:after {
    display: none;
}

.testimonial-slider .slick-dots li button {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.testimonial-slider .slick-dots li.slick-active button {
        transform: scale(1.3);
}

/*blog-section*/

.post {
    margin-bottom: 30px;
}

.post .thumb {
    border-radius: 8px;
    height: 300px;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
}

.post .meta {
    margin-bottom: 15px;
}

.post .meta ul li a {
    color:#EFAF2B;
}

.post h2 {
    font-size: 20px;
    font-weight: bold;
}

.post h2 a {
    color: #fff;
}

.post h2 a:hover {
    color: #98012E;
}

.blog-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.blog-slider .slick-arrow {
    position: absolute;
    bottom: -50px;
    right: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.blog-slider .slick-arrow.icon-right {
    margin-right: -25px;
}

.blog-slider .slick-arrow.icon-left {
    margin-right: 15px;
}

.post.post-2 {
    padding: 15px;
    margin-top: 5px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}

.post.post-2 h2 a {
    color: #1D2A33;
}

.post.post-2 h2 a:hover {
    color: #98012E;
}

.category ul  {
    margin-bottom: 20px;
}

.category ul  {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category li:frist-child {
    padding-right: 5px;
}

.date {
    position: absolute;
    right: 0;
    bottom: 0;
}

.date div {
    width: 70px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.date div.d {
    background-color: #1D2A33;
}

.date div.m {
    background-color: #98012E;
}

.pagination {
    justify-content: center;
}

.pagination li {
    margin-right: 15px;
}
.pagination li:last-child {
    margin-right:0;
}
.pagination li a {
    color: #000;
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 4px;
    background-color: #EDEDED;
    border: 1px solid #9F9C9A;
}

.pagination li a:hover {
    color: #fff;
    background-color: #1D2A33;
}

.blog-2 .blog-slider .slick-arrow {
    bottom: -85px;
}

.blog-single ul {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 30px;
}

.blog-single .post .thumb {
    height: 490px;
}

.terms-conditions h2 {
    margin-top: 50px;
}

.contact-form h3 {
    font-size: 18px;
    font-weight: 800;
    color: #98012E;
    margin-bottom: 20px;
}

.contact-form p strong {
    color: #98012E;
}

.contact-form .btn {
    width: 100%;
}

.terms-conditions .contact-form {
    margin-top: 30px;
}

.terms-conditions .contact-form h3 {
    text-align: center;
}

.conact-info p {
    font-weight: 500;
}

.conact-info p a {
    text-decoration: underline;
}

.conact-info h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.conact-info ul {
    list-style: disc;
    margin-left: 30px;
    font-weight: 500;
}

/*cta-section*/

.cta-section {
    border-top:  1px dashed #fff;
}

.cta-content {
    padding: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 45px;
}

.cta-text {
    max-width: 500px;
}

.cta-text form {
    position: relative;
}

.cta-text form input {
    height: 70px;
    border-radius: 40px;
	background:#d9d9d9;
}

.cta-text form .btn {
    position: absolute;
    top: 13px;
    line-height: 28px;
    right: 15px;
}

/*footer-section*/

.footer-section {
    padding: 30px 0 50px;
    color: #fff;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-section p {
    margin-bottom: 0;
}

.footer-section a {
    color: #fff;
}

.footer-section a:hover {
    color: #98012E;
}

.footer-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: initial;  
    justify-content: center;  
}

.footer-menu {
    margin-bottom: 20px;
}

.footer-menu li {
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-right: 35px;
    font-weight: 500;
    margin-bottom: 5px;
}

.footer-menu li:last-child {
    margin-right: 0;
}

a, button {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}







/* md */
@media (min-width: 1400px){

	.container	{
		max-width:1320px;
	}

}


/* md */
@media (min-width: 1200px) and (max-width: 1399px){


}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.nav ul li {
		margin-right: 18px;
	}
	.testimonial-slider .slick-arrow {
		right: 155px;
	}
}

/* md */
@media (max-width: 991px) {
	.header .buttons {
		display: none;
	}
	.nav ul li {
		font-size: 16px;
		margin-right: 18px;
	}
	.nav {
		padding-right: 0;
	}
	.testimonial-slider .slick-arrow.icon-left {
		margin-right: 30px;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.m-phone {
		display: none!important;
	}
	.testimonial-slider .slick-arrow {
		right: 125px;
	}


}

/* sm */
@media (max-width: 767px) {
	.header.hr-absolute { background:#000 !important;}
body {
	padding-top:99px;
}
.header {
	position:fixed;
	top:0;
	left:0;
	z-index:999 !important;
	width:100%;
}
.sticky-wrapper {
	height:auto !important;
}

.navbar-collapse {
	background:#000;
	margin-left:-15px;
	margin-right:-15px;
	position:relative;
	z-index:1;
}
	.m-center {
		text-align: center;
	}
	.m-center .logo {
		max-width: 120px;
		display: inline-block;
	}
	.logo {
		max-width: 80px;
	}
	.header .nav ul {
		display: block;
		width: 100%;
	}
	.header .nav ul li {
		margin-bottom:0px;
	}
	.testimonial-slider .slick-arrow {
		right: 100px;
	}
	.cta-content {
		padding: 30px;
	}
	.footer-menu li {
		margin-right: 20px;
	}
	.header .nav ul {
		padding:10px 15px;
		background-color: #000;
	}
	.is-sticky .header .nav ul {
		padding: 0;
	}
}

/* xs Portrait */
@media (max-width: 575px) {

	.ab-text {
		text-align: center;
		margin-bottom: 30px;
	}
	.ab-text .icon {
		margin-bottom: 5px;
	}
	.title h2 {
		font-size: 28px;
	}
	.testimonial {
		display: block;
	}
	.testimonial .text {
		width: 100%;
		margin-left: 0;
		margin-top: -50px;
	}
	.testimonial .thumb {
		width: 100%;
	}
	.testimonial-slider .slick-arrow {
		right: 45%;
		bottom: -50px;
	}
	.ab-thumb {
		border-radius: 100px 100px 0 0;
	}
	.breadcrumb-section {
		padding: 140px 0 70px;
	}
	.page-title h1 {
		font-size: 28px;
	}
	.pagination li {
		margin-right: 5px;
	}
}



/* xs Portrait */
@media (max-width: 475px) {
	section {
		padding: 60px 0;
	}
	.cta-text form .btn {
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.cta-content {
		padding: 20px;
	}
	.hero-text h1 {
		font-size: 30px;
	}
	.cart-content {
		display: block;
	}
	.pagination li span {
		display: none;
	}

}






/* Gravity Forms CSS Flex */
 
body .gfield + .gfield {
display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gform_fields {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:-10px;
  margin-right:-10x;
}

.gform_footer.top_label {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:0px;
  margin-right:10px;
}


.gform_footer.top_label input[type="submit"] {
	width:100%;
}

.gform_fields fieldset.gfield   {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
}

.contact2-form .gform_fields fieldset.gfield, .contact2-form  .gform_fields div.gfield {
	 -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	  }


body .contact2-form .gfield--type-textarea, body .contact2-form .gform_fields div.gfield.full {
	 -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
}

body .contact2-form .gform_footer.top_label input[type="submit"] {
	float:right;
	max-width:250px;
}

body .contact2-form .gform_footer.top_label {
justify-content: end;
}


.contact2-form  .ginput_container .name_first {
  width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
}


.gform_fields div.gfield   {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
}

.ginput_container { width:100%;}

body .gfield.gfield--width-half {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}


body .gfield.gfield--input-type-textarea  {
	 -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}


body .ginput_container.ginput_container_consent {
	padding-left:10px;
	padding-right:10px;
}


body .gfield  > .ginput_container.ginput_container--name {
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

  padding-left:0;
  padding-right:0;
  max-width:none;
  padding-bottom:0;
 }
 .validation_message {  font-size:13px;color:red;padding-left:10px; padding-bottom:8px; }
body .gfield + .gfield .validation_message { padding-left:10px;padding-bottom:8px;}

h2.gform_submission_error.hide_summary { font-size:20px; margin-bottom:20px;}

body .ginput_container .name_first {
  width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}

.gform_validation_errors {
	display:none !important;
}


.hidden_label label, .hidden_label legend {
	display:none !important;
}

body .ginput_container  .name_last {
  width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	cursor:pointer;
}

body .sidebar .ginput_container .name_first, body .sidebar .ginput_container .name_last {
	    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}


legend.gfield_label.gform-field-label.gfield_label_before_complex {
font-weight: 500;
    color: #191919;
    text-transform: capitalize;
	font-size:16px;
	padding-left:10px;
}

body .ginput_container .gfield .ginput_container {
 width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
   padding-left:10px;
  padding-right:10px;
}


 
/* Gravity Forms Flex Responsive */
 
@media (max-width:568px) {
	
	body .gfield.gfield--width-half {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
	    padding-left:10px;
  padding-right:10px;
  padding-bottom:13px;
}


  body .ginput_container .name_first, body .ginput_container  .name_last {
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
}

}







img.ui-datepicker-trigger {
	position:absolute;
	right:20px;
	top:25px;
}
.ginput_container.ginput_container_date {
	position:relative;
}

.hidden_label > legend {
	display:none !important;
}



label.hidden_sub_label {	display:none !important;}
div.hidden_label > label {	display:none !important;}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display:none !important;
}

a.ui-datepicker-prev:before {
    font-weight: 900;
	font-family: "Font Awesome 6 FREE";
	content: "\f104";
	-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;
    color: #fff !important;
	text-indent:0px;
		height:36px;
	line-height:36px;
	text-align:center;
}

a.ui-datepicker-prev.ui-state-disabled:before  { display:none !important;}


a.ui-datepicker-next:before {
    font-weight: 900;
	font-family: "Font Awesome 6 FREE";
	content: "\f105";
	-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;
    color: #fff !important;
	text-indent:0px;
	height:36px;
	line-height:36px;
	text-align:center;
}

a.ui-datepicker-next.ui-state-disabled:before  { display:none !important;}



.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	display:block;
	height:40px !important;
	line-height:40px !important;
	width:25px !important;
	text-align:center !important;
	cursor:pointer;
}


.ui-datepicker-title select {
	height:auto;
	padding-left:0;
	padding-right:0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	background:#1F1D1D;
	border-radius:8px;
	padding:10px;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {

}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {

}
.ui-datepicker .ui-datepicker-next-hover {

}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 0px;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width:100px;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
}
.ui-datepicker select.ui-datepicker-year {
	width:70px;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
	color:#fff;
}

.ui-datepicker td:hover > a {
background:#a1cd00;
	color:#000 !important;
}
.ui-datepicker-current-day > a {
	background:#a1cd00;
	color:#000 !important;
}

.ui-datepicker-today > a {
	background:#a50000;
	color:#fff !important;
}

.ui-datepicker-today.ui-datepicker-current-day > a {
   	background:#a1cd00;
	color:#000 !important;
}



.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td.ui-datepicker-unselectable, .ui-datepicker td.ui-state-disabled {
	opacity:0.5;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align:center;
	text-decoration: none;
	color:#fff;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.screen-reader-text {
	display:none !important;
}



table, th, td {
  border: 1px solid #666;
}

table {
  border-collapse:collapse;
  margin-bottom:30px;
}

ul.products {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left:-12px;
  margin-right:-12px;
  margin-top:100px;
}

ul.products > li {
-ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
   max-width:33.33%;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:13px;
}

ul.products.columns-4 > li {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
   max-width:25%;

}

.button-wrapper {
	text-align:center !important;
}

p.woocommerce-result-count {
	float:left;
	width:70%;
	margin-bottom:0;
	padding-top:15px;
}

form.woocommerce-ordering {
	float:left;
	width:30%;
}

.product-details h2 > a {
	color:#3D3D3D;
	font-weight:800;
	font-size:18px;
}

.price {
	color:#3D3D3D;
	font-weight:500;
	font-size:16px;
}

span.woocommerce-Price-amount {
	color:#98012E;
	font-weight:700;
}

.button-wrapper {
	padding-top:20px;

}
.button-wrapper > a {
	display:block;
	max-width:100% !important;
	margin:0 auto;
	text-align:left !important;
}


figure.product-slider .slick-slide > div > a {
	background-repeat:no-repeat !important;
}




#sticky-wrapper {

}

.woocommerce-notices-wrapper {
	display:block;
	margin-top:20px;
	margin-bottom:40px;
	text-align:center;
}
nav.woocommerce-breadcrumb {
	margin-bottom:30px;
	display:none;
}

.product_meta {
	padding-top:30px;
	padding-bottom:30px;
}

ul.products.columns-4 {
	margin-top:0px;
}

section.related.products {
	padding:0;
	padding-top:80px;
}

section.related.products h2 {
	margin-bottom:30px;
	font-weight: 700;
    font-size:33px;
	text-transform:capitalize;
}

h1.product_title.entry-title {
	font-weight:700;
	font-size:40px;
}

body.single-product p.price {
	font-size:32px;
}

figure.product-slider div.slick-track > div > div a {
	background-repeat:no-repeat !important;
	border-radius:16px;
	background-size:cover !important;
}

figure.product-slider div.slick-track > div > div a img {
	display:block;
	width:100%;
	opacity:0;
	visibility:hidden;
}

figure.product-slider div.slick-track > div > a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
}

figure.product-slider div.slick-track > div > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


ul.product-categories {
	margin-top:30px;
}


.post-12801 .entry-title {
	display:none !important;
}