/*
Theme Name: Supercars & Coffee
Theme URI: 
Author: 
Author URI: 
Description: 
Text Domain: 

*/


:root {
 --primary-color: rgb(226, 146, 0);
 --secondary-color: rgb(185, 121, 4);
}

/******* Fonts Face CSS Start **********/
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/
*							{ margin: 0px; padding: 0px;}
body						{ color: #000000; font-family: 'Poppins', sans-serif; font-size: 15px; line-height: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.clear						{ clear:both;}
img							{ border: 0px;}
ul,ol						{ list-style: none;}
a 							{ display: inline-block; }
a, a:hover,
a:focus, a:active,a:visited	{ outline: none; text-decoration: none; }

.paddingl-none { padding-left: 0px;}
.paddingr-none { padding-right: 0px;}

.sep-10 {
	display:block;
	clear:both;
	width:100%;
	height:10px;
}
.sep-20 {
	display:block;
	clear:both;
	width:100%;
	height:20px;
}
.sep-30 {
	display:block;
	clear:both;
	width:100%;
	height:30px;
}
.sep-40 {
	display:block;
	clear:both;
	width:100%;
	height:40px;
}
.sep-50 {
	display:block;
	clear:both;
	width:100%;
	height:50px;
}
.Xsmooth { opacity: 0; position: relative; top: 50px; }
.Xfadein { opacity: 0; }

.popup {
	position: fixed;
	z-index: 214748364;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	display: none;
}
.popup-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	text-align: center;
	width:100%;
}
.popup-square {
	width: 30%;
	display: inline-block;
	margin: 0 1%;
}
.popup-square img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.popup .popup-main-title {
	text-align: center;
}
.popup .popup-main-title h2 {
	font-size: 36px;
	color: #fff;
	margin: 0 0 40px 0;
}
.popup .popup-title {
	color: #FFFFFF;
	font-size: 18px;
	margin: 15px auto;
}
.popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 35px;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
}
.popup.popup-notice {
	background: rgba(255,255,255,0.75);
}
.popup.popup-notice .popup-close {
	color: #000;
}
.popup.popup-notice img {
	width: 80%; 
	height: auto;
	max-width: 425px;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	border: 1px #000 solid;
} 

.primary-btn 				{ border: 2px solid var(--primary-color); background: var(--primary-color); color: #fff; text-transform: uppercase; font-size: 12px; font-weight: bold; letter-spacing: 1.1px; }
.primary-btn:hover			{ background-color: var(--secondary-color); border-color: var(--secondary-color); color: #fff; }
.secondary-btn 				{ border: 2px solid #fff; background: #fff; color: #000; text-transform: uppercase; font-size: 12px; font-weight: bold; letter-spacing: 1.1px; }
.secondary-btn:hover		{ background-color: var(--primary-color); border-color: var(--primary-color); color: #fff; }

.main-btn 					{ background: var(--primary-color); border: 2px solid var(--primary-color); color: #fff; text-transform: uppercase; text-align: center; padding: 10px 20px; margin-top: 20px;}
.main-btn:hover			{ background: var(--secondary-color); color: #fff; border-color: var(--secondary-color); }

.theme-btn 					{ background: var(--primary-color); border: 2px solid var(--primary-color); color: #fff; text-transform: uppercase; text-align: center;}
.theme-btn:hover			{ background: transparent; color: #fff; border-color: #fff; }
.outline-btn                { border: 2px solid #fff; color: #fff; text-transform: uppercase; font-size: 12px; font-weight: bold; letter-spacing: 1.1px; }
.outline-btn:hover          { background-color: var(--primary-color); border-color: var(--primary-color); color: #fff; }
.align-center 				{ display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; }

.basket-icon {min-width: 70px!important; color: #fff; background: rgba(255, 255, 255, 0.15); border: 2px solid rgba(255, 255, 255, 0.25); }
.basket-icon:hover {min-width: 70px!important; color: #000; background: rgba(255, 255, 255, 1); border: 2px solid rgba(255, 255, 255, 1); }

h1, h2, h3, h4, h5,h6		{ margin: 0; }
h1							{ font-size: 64px; line-height: 64px; font-family: 'Poppins', sans-serif; font-weight: 800; }
h2 							{ font-size: 28px; line-height: normal; font-weight: 700; }
h3                          { font-size: 24px; line-height: normal; font-weight: 400; text-transform: uppercase; letter-spacing: 0px; }
h4                          { font-size: 18px; line-height: normal; font-weight: 700; }
h5                          { font-size: 16px; line-height: normal; font-weight: 500; }
p                           { line-height: 28px; }
.underline                  { margin-bottom: 30px; padding-bottom: 24px; position: relative; }
.underline:before           { content: ""; background-color: var(--primary-color); width: 108px; height: 3px; position: absolute; left: 0%;  bottom: 0;  }
/******* Common Element CSS End *********/

/******* Header Section CSS Start *******/
.navbar-default				{ padding: 30px 0; background: transparent; border-radius: 0; border: none; position: fixed; top: 0; left: 0; width: 100%; z-index: 10; background: -moz-linear-gradient(top,  rgba(7,7,7,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(7,7,7,1) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(7,7,7,1) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070707', endColorstr='#00000000',GradientType=0 );
	transition: all linear 0.6s; -moz-transition: all linear 0.6s; -webkit-transition: all linear 0.6s;
 }
.navbar-default.navbar-shadow, .navbar-default.navbar-inner { padding: 20px 0; background: rgba(0, 0, 0, 0.94); }
.navbar-default.navbar-shadow:before, .navbar-default.navbar-inner:before { opacity: 0.9; }
.logo 						{ text-align: center; }
.logo img 					{ display: inline-block; max-width: 200px; transition: all linear 0.6s; -moz-transition: all linear 0.6s; -webkit-transition: all linear 0.6s;}
.navbar-default.navbar-shadow .logo img, .navbar-default.navbar-inner .logo img { max-width: 160px; }
.menu-right 				{ text-align: right; }
.navbar-default a 			{ font-size: 15px; line-height: normal; letter-spacing: 1.1px; text-transform: uppercase; min-width: 160px; text-align: center; -webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto; }
.menu-toggle a 				{ padding: 8px 10px 10px; border: 2px solid #ffffff; color: #fff; }
.menu-toggle a:hover,
.menu-toggle a:focus 		{ background: var(--primary-color); border-color: var(--primary-color); color: #fff; }
.menu-toggle a > * 			{ display: inline-block; vertical-align: middle; }
.menu-toggle img 			{ margin-right: 15px; max-width: 36px; }
.menu-right a 				{ padding: 10px; }
.menu 						{ width: 100%; height: 100%; visibility: hidden; opacity: 0; z-index: 11; -webkit-perspective: 1200px; perspective: 1200px; position: fixed; top: 0; left: 0; background: #fff; overflow: hidden; transition: all linear 0.6s; -moz-transition: all linear 0.6s; -webkit-transition: all linear: 0.6s; }	
.menu.open-menu 			{ opacity: 1; visibility: visible; }
.menu:before 				{ content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.menu-inner 				{ text-align: center; position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
a.menu-close 				{ font-size: 50px; line-height: 50px; color: #3c3533; position: absolute; top: 25px; left: 50px; min-width: auto; text-transform: lowercase; }
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a,
.navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus,
a.menu-close:hover, a.menu-close:focus { color: var(--primary-color); background: transparent; }
.navbar-nav 				{ float: none; margin: 0 auto; }
.navbar-nav > li 			{ float: none; display: block; } 
.navbar-nav > li > a 		{ padding: 10px; font-size: 21px; line-height: 21px; font-family: 'Poppins', sans-serif; font-weight: 500; color: #3c3533; text-transform: uppercase; display: inline-block; }
/******* Header Section CSS End *********/

/******* Banner section CSS Start *******/
.banner 					{ background: no-repeat center center / cover; position: relative; }
.home-banner				{ min-height:500px; height: calc(50vh); position: relative; z-index: 3; position: relative;}
.home-banner:after 			{ content: ""; position: absolute; z-index: 1; background: rgba(0,0,0,0.6); top:0; left: 0; width: 100%; height: 100%; }
.home-banner .container 	{ position: relative; z-index: 10; }
.banner .banner-content 	{ margin-top: 0px; color: #fff; text-transform: uppercase; letter-spacing: 6px; }
.inner-banner .banner-content { margin-top:60px; }
.newsletter-sec { padding: 20px 0; width: 100%; position: absolute; bottom: -50px; left: 0; z-index: 20; background: linear-gradient(#000000, #343434); }
.newsletter-sec p 			{ margin: 0 0 15px 0; color: #fdfdfc; font-size: 15px; line-height: normal; font-family: 'Poppins', sans-serif; text-transform: uppercase; letter-spacing: 1.1px; text-align: center; }
.form-inline .form-control:not(.submit-btn) 	{ padding: 15px; font-size: 15px; line-height: 15px; letter-spacing: 2px; font-weight: 700; background: #000; color: #ffffff; border: 0px solid #ebebeb; border-radius: 0; border-right: none; width: calc(100% - 150px); height: auto;  box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
.form-inline .form-control::placeholder { text-transform: uppercase; color: #fff; }
.form-inline .form-control::-moz-placeholder { text-transform: uppercase; color: #fff; }
.form-inline .form-control:-moz-placeholder { text-transform: uppercase; color: #fff; }
.form-inline .form-control:-ms-input-placeholder { text-transform: uppercase; color: #fff; }
.form-inline .form-control::-webkit-input-placeholder { text-transform: uppercase; color: #fff; }
.form-inline button 		{ margin-left: -4px; padding: 13px 20px; font-size: 18px; line-height: 20px; font-family: 'Poppins', sans-serif; font-weight: normal; letter-spacing: 1.1px; color: #fff; background: var(--primary-color); border: 2px solid var(--primary-color); border-radius: 0; text-transform: uppercase; min-width: 138px; width: auto; height: auto; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
.form-inline button:hover,
.form-inline button:focus 	{ background: #212121; }
.form-control:focus         { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
/******* Banner section CSS End *********/

/******* Middle section CSS Start ******/
.home-about 				{ padding: 150px 0 120px; position: relative; z-index: 2;}
.home-about:before 			{ content: ""; width: 100%; height: 100%; position: absolute; bottom: -75px; left: 0;  }
.home-about figure 			{ margin: 0px; position: relative; z-index: 1; }
.home-about figure img 		{ position: relative; box-shadow: 5.592px 8.29px 18px 0px rgba(0, 0, 0, 0.09); -moz-box-shadow: 5.592px 8.29px 18px 0px rgba(0, 0, 0, 0.09); -webkit-box-shadow: 5.592px 8.29px 18px 0px rgba(0, 0, 0, 0.09); }
.home-about .theme-btn      { margin-top: 20px; padding: 12px; font-size: 12px; font-weight: 700; letter-spacing: 1.1px; min-width: 160px; }
.home-about .theme-btn:hover,
.home-about .theme-btn:focus { border-color: #000; color: #000; }
.theme-btn.padded  { margin-top: 20px; padding: 12px; font-size: 12px; font-weight: 700; letter-spacing: 1.1px; min-width: 160px; }
.theme-btn.padded:hover,
.theme-btn.padded:focus { border-color: #000; color: #000; }
.view-menu                  { padding: 100px 0 150px; background-color: #f6f6f6; position: relative; z-index: 1; box-shadow: inset 0px 14px 87.4px 4.6px rgba(30, 31, 30, 0.11); -moz-box-shadow: inset 0px 14px 87.4px 4.6px rgba(30, 31, 30, 0.11); -webkit-box-shadow: inset 0px 14px 87.4px 4.6px rgba(30, 31, 30, 0.11); overflow: hidden; }
.view-menu:before           { content: ""; background: width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
.menu-box a                 { color: #212121; text-transform: uppercase; position: relative; z-index: 2; border: 6px solid #fff; box-shadow: 20.131px 29.845px 65px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 20.131px 29.845px 65px 0px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 20.131px 29.845px 65px 0px rgba(0, 0, 0, 0.15); }
.menu-box a:hover,
.menu-box a:focus           { border-color: var(--primary-color); }
.menu-box .content          { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.book-table h2,
.menu-box .content h2       { font-size: 44px; font-family: 'Poppins', sans-serif; font-weight: 400; letter-spacing: 4px; text-transform: uppercase;}
.view-menu .gallery2,
.view-menu .gallery1        { position: absolute; left: -4%; top: 50%; width: 24%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.view-menu .gallery2        { left: auto; right: -4%; }       
.view-menu .gallery2 img,
.view-menu .gallery1 img    { filter: drop-shadow(20.131px 29.845px 65px rgba(0, 0, 0, 0.15)); -webkit-filter: drop-shadow(20.131px 29.845px 65px rgba(0, 0, 0, 0.15)); }

.book-table                 { padding: 100px 0; color: #fff; position: relative; z-index: 1; box-shadow: inset 0px 15px 38px 2px rgba(0, 0, 0, 0.48); -moz-box-shadow: inset 0px 15px 38px 2px rgba(0, 0, 0, 0.48); -webkit-box-shadow: inset 0px 15px 38px 2px rgba(0, 0, 0, 0.48);}
.book-table:before          { content: ""; background: rgba(0, 0, 0, 0.76); width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; }
.book-table h5              { letter-spacing: 3px; text-transform: uppercase; }
.book-table h2              { margin: 15px 0 30px; font-family: 'Poppins', sans-serif; }
.book-table .outline-btn    { padding: 10px; min-width: 140px; }

.our-story                  {  }
.our-story .side            { background: no-repeat center center / cover; position: relative; }
.our-story .side:before     { content: ""; display: block; padding-top: 80%; }
.our-story .side-content    { margin: 0 auto 45px auto; max-width: 500px; }
.our-story .side-content img 			{ margin-bottom:15px;}

.quote-sec                  { padding: 40px 0; background: linear-gradient(#000000, #343434); }
.quote-sec h3               { text-transform: none; color: #ffffff; letter-spacing: -0.3px; position: relative; font-family: 'Poppins', sans-serif; margin-bottom: 40px;}
.quote-sec h3:after,
.quote-sec h3:before        { left: -80px; top: -12px; }
.quote-sec h3:after         { right: -80px; bottom: -12px; transform: scale(-1); -moz-transform: scale(-1); -webkit-transform: scale(-1); }
.gallery-image { width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; padding-bottom: 80%;  display: block; margin: 20px auto 0 auto;  }

.menu-square {
    width: 100%;
    float: left;
    border: 1px dashed #A59253;
	background-color: #fff;
    padding: 35px 5px;
    text-align: center;
    color: #000 !important;
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    display: block;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.menu-square span {
    color: #000;
    font-size: 11px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin: 8px auto 0 auto;
}

/******** Middle section CSS End *******/

/***** Bottom section CSS Start *******/
footer                      { border-top: 4px solid var(--primary-color); }
.footer-nav                 { text-align: center; }
.footer-nav ul              { margin: 50px 0; }
.footer-nav ul li           { margin: 0 16px; display: inline-block; vertical-align: middle; }
.footer-nav ul li a         { color: #212121; font-size: 17px; line-height: normal; text-transform: uppercase; letter-spacing: 0.5px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.footer-middle              { margin-bottom: 0px; padding: 50px 0; border-style: solid; border-color: rgba(33,33,33,0.15); border-width: 1px 0; border-bottom: 0px; color: #212121; }
.footer-middle h4           { letter-spacing: normal; }
.footer-middle p            { font-weight: normal; }
.contact-info li            { margin: 0 15px; display: inline-block; vertical-align: middle; font-weight: 500; }
.contact-info li > *        { display: inline-block; vertical-align: middle; }
.contact-info li a          { color: #212121; }
.contact-info li a:hover, .footer-nav ul li a:hover, .footer-nav ul li a:focus, .footer-nav ul li.active a,
.contact-info li a:focus    { color: var(--secondary-color); }
.contact-info li i          { margin-right: 4px; color: var(--secondary-color); }
.site-info                  { padding: 15px 0; background-color: #eaeaea; color: #333e48; font-size: 12px; font-family: 'Poppins', sans-serif; font-weight: 400; }
.site-info figure           { text-align: right; }
.site-info img              { max-width: 200px; display: inline-block; }
.site-info a 				{ color: var(--secondary-color)}
/****** Bottom section CSS End *******/

/* bookings page */
.inner-banner            { height: 300px; min-height: 300px; border-bottom: 5px solid var(--primary-color); position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat; background-color: #1D1D1D; }
.inner-banner .container { z-index: 2; }
.inner-overlay 			 { position: absolute; top:0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 1;}
.inner-banner h2         { font-weight: 700; font-family: 'Poppins', sans-serif; font-size: 50px; color: #fff; text-transform: uppercase; letter-spacing: 5px;}
.inner-sec               { padding: 50px 0 100px 0; }
.inner-sec h5            { text-transform: uppercase; font-weight: 700; line-height: 1.5; }
.inner-sec h5 a          { color: #000; text-decoration: underline; }
.inner-sec h5 a:hover,
.inner-sec h5 a:focus    { color: var(--primary-color); }
.inner-sec p             { margin: 20px auto;}
.inner-sec-booking h2 { font-family: 'Poppins', sans-serif; font-weight: 700;}
.inner-sec a 			{ color: var(--primary-color); }
.inner-sec .theme-btn    { padding: 10px; min-width: 150px; font-size: 14px; font-family: 'Poppins', sans-serif; letter-spacing: 2px; color: #fff; }
.inner-sec .theme-btn:hover,
.inner-sec .theme-btn:focus { color: #000; border-color: #000; }
.grecaptcha-badge 			{ display:none !important; }
/****** Responsive CSS Start ******/
@media(min-width: 1200px) and (max-width: 1399px){
    .newsletter-sec::before { width: 100%; }
    .menu::before           { background-position: top -8% right -4% , center left -8% , bottom right; background-size: 15% auto,15% auto,8% auto; }
}
@media(min-width: 992px) and (max-width: 1199px){
    /*header*/
    .navbar-default         { padding: 20px 0; }
    .navbar-default a       { font-size: 14px; min-width: 146px; }
    .menu-toggle img        { max-width: 30px; }
    .logo img               { max-width: 160px; }
    .navbar-default.navbar-shadow .logo img, .navbar-default.navbar-inner .logo img { max-width: 140px; }
    .menu::before           { background-position: top -4% right -4% , center left -8% , bottom right; background-size: 15% auto,15% auto,8% auto; }
    .navbar-nav > li > a    { padding: 12px; font-size: 24px; line-height: 24px; }
    /* common */
    body                    { font-size: 15px; }
    h1                      { font-size: 60px; line-height: 60px; }
    h2                      { font-size: 36px; }
    h3                      { font-size: 30px; }
    h4                      { font-size: 17px; }
    h5                      { font-size: 15px; }
    .underline              { margin-bottom: 24px; padding-bottom: 20px; } 

    /* home */
    .home-banner            { padding: 220px 0 200px; min-height: auto; }
    .newsletter-sec::before { background-size: 400px auto; width: 100%; }
    .newsletter-sec p       { font-size: 14px; }
    .form-inline            { text-align: left; }
    .form-inline .form-control:not(.submit-btn) { padding: 10px 18px; width: calc(100% - 130px); }
    .form-inline button     { padding: 9px 15px; min-width: 130px; font-size: 15px; }
    .home-about             { padding: 120px 0 60px; background-size: 15% auto, 16% auto, cover; background-position: top -7% right -4%, center right 111%, center; }
    .home-about:before      { bottom: -44px; background-position: bottom left -44%; background-size: 36% auto; }
    .home-about figure      { margin: 0 70px; }
    .home-about .theme-btn  { padding: 10px; font-size: 11px; min-width: 146px; }
    .view-menu              { padding: 70px 0 100px; }
    .view-menu:before       { background-size: 8% auto, 8% auto, 8% auto, 5% auto, 15% auto; }
    .view-menu .gallery2, .view-menu .gallery1 { width: 30%; }
    .book-table h2, .menu-box .content h2 { font-size: 32px; }
    .book-table             { padding: 60px 0; }
    .our-story .side::before { padding-top: 100%; }
    .our-story .side-content { max-width: 280px; }
    .quote-sec              { padding: 70px 0; background-size: 400px auto; }
    .quote-sec h3::after, .quote-sec h3::before { width: 36px; height: 36px; }
    .quote-sec h3::after    { right: -60px; }
    .quote-sec h3::before   { left: -60px; }

    /* footer */
    .footer-nav ul          { margin: 30px 0; }
    .footer-nav ul li       { margin: 0 16px; }
    .footer-nav ul li a     { font-size: 16px; }
    .footer-middle          { padding: 30px 0; }
    .contact-info li        { margin: 0 10px; }
    .site-info              { padding: 12px 0; }
    .site-info img          { max-width: 186px; }

    /* bookings */
    .inner-banner        { padding: 140px 0 80px; }
    .inner-sec           { padding: 80px 0; }
}

@media(min-width: 768px) and (max-width: 991px){
    /*header*/
    .navbar-default         { padding: 20px 0; }
    .navbar-default a       { font-size: 13px; min-width: 100px; }
    .menu-toggle img        { max-width: 26px; }
    .menu-toggle a          { padding: 6px 8px 8px; }
    .menu-right a           { padding: 8px; }
    .logo img               { max-width: 160px; }
    .navbar-default.navbar-shadow .logo img, .navbar-default.navbar-inner .logo img { max-width: 140px; }
    .menu::before           { background-position: top -3% right -4% , center left -8% , bottom right; background-size: 15% auto,15% auto,8% auto; }
    .navbar-nav > li > a    { padding: 15px; font-size: 30px; line-height: 30px; }
    /* common */
    body                    { font-size: 14px; }
    h1                      { font-size: 54px; line-height: 54px; }
    h2                      { font-size: 32px; }
    h3                      { font-size: 28px; }
    h4                      { font-size: 15px; }
    h5                      { font-size: 14px; }
    .underline              { margin-bottom: 20px; padding-bottom: 16px; } 

    /* home */
    .home-banner            { padding: 220px 0 200px; min-height: auto; }
	.banner .banner-content { margin-top: 30px; }
	.inner-banner .banner-content { margin-top:30px; }
    .newsletter-sec::before { background-size: 400px auto; }
    .newsletter-sec .align-center { display: block; }
    .newsletter-sec p       { margin-bottom: 15px; font-size: 14px; }
    .form-inline            { text-align: left; }
    .form-inline .form-control:not(.submit-btn) { padding: 10px 25px; }
    .form-inline button     { padding: 9px 15px; min-width: 130px; font-size: 15px; }
    .home-about             { padding: 120px 0 60px; background-size: 15% auto, 16% auto, cover; background-position: top -6% right -4%, center right 111%, center; }
    .home-about:before      { bottom: -44px; background-position: bottom left -44%; background-size: 36% auto; }
    .home-about figure      { margin: 0 70px; }
    .home-about .theme-btn  { padding: 10px; font-size: 11px; min-width: 146px; }
    .view-menu              { padding: 70px 0 100px; }
    .view-menu:before       { background-size: 8% auto, 8% auto, 8% auto, 5% auto, 15% auto; }
    .view-menu .gallery2, .view-menu .gallery1 { width: 30%; }
    .book-table h2, .menu-box .content h2 { font-size: 29px; }
    .book-table             { padding: 60px 0; }
    .our-story .side::before { padding-top: 100%; }
    .our-story .side-content { max-width: 280px; }
    .quote-sec              { padding: 70px 0; background-size: 400px auto; }
    .quote-sec h3::after, .quote-sec h3::before { width: 36px; height: 36px; }
    .quote-sec h3::after    { right: -60px; }
    .quote-sec h3::before   { left: -60px; }

    /* footer */
    .footer-nav ul          { margin: 30px 0; }
    .footer-nav ul li       { margin: 0 16px; }
    .footer-nav ul li a     { font-size: 15px; }
    .footer-middle          { padding: 30px 0; }
    .contact-info li        { margin: 0 10px; }
    .site-info              { padding: 12px 0; }
    .site-info img          { max-width: 186px; }

    /* bookings */
    .inner-banner        { padding: 130px 0 70px; }
    .inner-sec           { padding: 60px 0; }
    .inner-sec .theme-btn { padding: 8px; min-width: 140px; font-size: 12px;}
}
@media(max-width: 767px){
    /* Header */
    .navbar-default         { padding: 25px 10px; }
    .navbar-default a       { min-width: auto; }    
    .logo                   { margin-top: -10px; }
    .logo img               { max-width: 110px; }
    .navbar-default.navbar-shadow .logo img, .navbar-default.navbar-inner .logo img { max-width: 100px; }
    .menu-toggle a          { padding: 4px 5px 7px; border: none; }
    .menu-toggle img        { margin-right: 0; max-width: 32px; }
    .call-btn a             { color: #fff; font-size: 18px; transform: scaleX(-1); -webkit-transform: scaleX(-1); }
    .call-btn a:hover,
    .call-btn a:focus       { color: var(--primary-color); }
    a.menu-close            { font-size: 40px; line-height: 40px; top: 10px; left: 24px; }
    .navbar-nav > li > a    { padding: 10px; font-size: 20px !important; line-height: 20px !important; }
    .nav-dropdown-item 		{ padding: 10px; font-size: 20px !important; line-height: 20px !important; font-weight:500; }
    .menu::before           { background-size: 24% auto, 26% auto, 16% auto; background-position: top -4% right -8%, center left -16%, bottom right; }
    /* common */
    body                    { font-size: 14px; }
	h1 						{ font-size: 38px; letter-spacing: 2px; line-height: 55px; }
    h2                      { font-size: 20px; }
    h3                      { font-size: 16px; }
    h4                      { font-size: 16px; }
    h5                      { font-size: 14px; }
    .underline              { margin-bottom: 16px; padding-bottom: 20px; } 
    p                       { line-height: 22px; }
    .outline-btn            { font-size: 11px; }

    /* Home */
    .home-about figure img { margin-top:25px; }
    .banner .banner-content { margin-top: 1px; position:relative; top:-30px !important }
	.inner-banner .banner-content { margin-top:1px; }
    .home-banner            { min-height: 500px; height: 50vh; border-bottom: 5px solid var(--primary-color); }
	.inner-banner 			{ height: 20vh; min-height: 300px; }
	.inner-banner h2 		{ font-size: 30px;}
    .go-down                { position: absolute; bottom: 50px; left: 0; width: 100%; }
    .go-down a              { color: #fff; font-size: 10px; text-transform: uppercase; font-weight: 700; letter-spacing: 2px; }
    .go-down a:hover,
    .go-down a:focus        { color: var(--primary-color); }
    .go-down a img          { width: 18px; }
    .go-down a span         { margin-top: 15px; display: block; }
	.underline:before   { left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); }
    .home-about             { padding: 60px 36px 60px 20px; }
    .book-table h2, .menu-box .content h2 { font-size: 32px; }
	.home-about * { text-align: center; }
	.home-about iframe { height:220px !important; margin-top:30px }
    .our-story:before,
    .view-menu              { background: url("images/pattern-bg.jpg") no-repeat center center / cover; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
    .view-menu:before       { display: none; }
    .view-menu .gallery2, .view-menu .gallery1 { width: 60%; transform: none; -moz-transform: none; -webkit-transform: none; }
    .view-menu .gallery1    { left: -30%; }
    .view-menu .gallery2    { right: -30%; top: 0; }
    .book-table             { padding: 60px 0; }
    .book-table h2          { margin: 10px 0 20px; }
    .book-table .outline-btn { padding: 7px; min-width: 120px; }
    .our-story              { padding: 50px 20px 50px; background: #fff; text-align: center; position: relative;}
    .our-story .side        { display: none; }
    .our-story .first-row p {  margin-bottom: 20px; }
    .quote-sec              { padding: 30px 0; background-size: 325px auto; }
    .quote-sec h3           { font-size: 20px; line-height: 30px; }
    .quote-sec h3::after, .quote-sec h3::before { width: 32px; height: 32px; }
    .quote-sec h3::after    { right: 10px; bottom: -26px;  }
    .quote-sec h3::before   { left: 10px; top: -36px; }

    /* footer */
	.footer-middle { padding: 30px 0 20px 0; border-bottom: 0; margin: 0 auto 1px auto; max-width: 95%; }
	.footer-middle .contact-info li { display: block; width: 100%; text-align: center; margin: 0 0 10px 0; }
	.site-info, .site-info * { text-align: center; }

     /* bookings */
    .inner-sec           { padding: 50px 15px; background-position: top -10% right -4%, top 10% right 112%, bottom 6% right 6%, center left 105%;  background-size: 17% auto,17% auto,17% auto,10% auto ;}
    .inner-sec h5 br     { display: none; }
    .inner-sec .theme-btn { padding: 8px; min-width: 140px; font-size: 12px;}
}

/* Banner Button */
.banner-btn {
padding:  15px 30px;
margin-top: 20px;
}

/* Booking */

.inner-sec-booking {
padding: 50px 0 50px 0;
}


.ultimate {
font-family: 'Poppins', sans-serif;
}

.sponsor-image {
  width: 100%;
  aspect-ratio: 3 / 1;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  background-position: center;
}


@media(max-width: 767px){
.sponsor-image { margin-bottom: 20px;}
}

.social-icons {
margin-top: 30px;
}

.social-icon {
font-size: 36px;
color: var(--secondary-color);
margin: 0px 10px;
cursor: pointer;
}

.social-icon:hover {
color: var(--primary-color);
}

.mobile-nav-btn {
    padding: 8px 9px;
    background: var(--primary-color);
    color: #fff;
    font-size: 10px!important;
    line-height: 15px!important;
    font-weight: 600;
    border-radius: 2px;
}

.mobile-nav-basket-btn {
    padding: 8px 9px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 10px!important;
    line-height: 15px!important;
    font-weight: 600;
    border-radius: 2px;
}

.read-more-link {
color: var(--secondary-color);
margin-top: 15px;
}

.mobile-nav-logo img {
display: inline-block; max-width: 200px; transition: all linear 0.6s; -moz-transition: all linear 0.6s; -webkit-transition: all linear 0.6s;margin-bottom: 30px;
}

.banner {
  position: relative;
}

.banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.countdown-block {
display: flex;
justify-content: center; /* Centers the child elements horizontally */
align-items: center; /* Centers the child elements vertically */
}

.countdown-title-block, .countdown-timer-block {
display: inline-block;
margin: 0px 15px;
}

.countdown-title {
font-family: 'Poppins', sans-serif;
font-size: 20px;
font-weight: 600;
color: #fff;
}

.timer-item {
	padding: 10px 15px 5px;
	background: #fff;
	color: #000;
	display: inline-block;
	border-radius: 8px;
	text-align: center;
}

.timer-item .time {
display: block;
font-family: 'Poppins', sans-serif;
font-size: 25px;
font-weight: 600;
margin-bottom: 0px;
line-height: 20px;
}

.timer-item .date {
font-size: 11px;
font-weight: 500;
line-height: 0px;
text-transform:uppercase;
}

.vertical-align {
	display: flex;
align-items: center;
}

@media (max-width: 767px) {
.newsletter-sec {  }
.countdown-block { display: block; }
.countdown-timer-block{ margin-top: 15px; }
.timer-item .time {display: block; font-family: 'Poppins', sans-serif; font-size: 24px; font-weight: 600; margin-bottom: 0px; line-height: 20px;}
.timer-item { padding: 10px 15px 5px; background: #fff; color: #000; display: inline-block; border-radius: 8px; text-align: center; }
.go-down { display: none!important; }
.home-about {padding: 80px 20px; }
.read-more-link {
	margin-top: 5px;
}
#twitter-widget-0 {
	width: 100% !important;
	max-width: 100% !important;
}
}

.sponsored-logo {
width: 180px;
display: block;
margin: auto;
position: absolute;
bottom: 30px;
z-index: 2;
left: 50%;
transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
.sponsored-logo {width: 140px;bottom: 70px;}
}

/* Slider Style */
.slick-arrow                    { z-index: 5; height: 40px; background: transparent; border-radius: 50%; }
.slick-arrow:hover,
.slick-arrow:focus              { background: transparent;}
.slick-prev                     { left: -20px; }
.slick-next                     { right: -20px; }
.slick-arrow::before            { content: "\f105"; font-family: 'Font Awesome 5 Free'; font-size: 24px; font-weight: 900; opacity: 1 !important;}
.slick-next::before             { content: "\f105"; }
.slick-prev::before             { content: "\f104"; }
.slick-dots                         { left:0; }
.slick-dots li                      { margin: 0px 6px; width: 16px; height: 16px; } 
.slick-dots li button               { border: 2px solid #fff; border-radius: 50%;  width: 16px; height: 16px;  }
.slick-dots li button:before        { font-size: 0px; width: 16px; height: 16px; }
.slick-dots li.slick-active button  { border-color: var(--primary-color); background: var(--primary-color); border-radius: 50%; }


	/*breadcrumb seciton*/
	.woocommerce-breadcrumb 				{ display: none; }
	.breadcrumb li 							{ font-size: 12px; }
	.breadcrumb li a                        { color: #727272; text-transform: uppercase; } 
	.common-breadcrumb.breadcrumb-section { border-bottom: #f4f4f4 1px solid; background: #f4f4f4; padding: 6px; }
	.common-breadcrumb .breadcrumb                  { margin: 0; padding: 4px 0; font-size: 14px; color: #212121; background: transparent; text-transform: capitalize; position: relative; }
	.common-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: #727272;}
	.common-breadcrumb .breadcrumb-item.active      { color: #727272;}
	.inner-banner .breadcrumbs 					{ display: inline-block; margin: 0 auto; color:#fff; border-top:1px #fff solid; border-bottom: 1px #fff solid; padding: 6px 30px; margin: 20px 0 10px 0; font-size: 14px; text-transform: uppercase; }
	.category-filters 						{ display: block; width: 100%; margin: 20px 15px 25px 15px; border-bottom: 1px #B5B5B5 solid; font-size: 14px; }
	.category-filters p 					{ margin: 0; color: #404040; }
	.category-filters .woocommerce-ordering { margin: 0; }

	/*prize banner slider section*/
	.main-product {padding: 28px 0px 56px;}
	.main-product h1                            { text-transform: capitalize; letter-spacing: 0;}
	.main-product .title                        { margin-bottom: 44px;}
	.win-car-description .title-line  			{ padding-bottom: 15px; margin-bottom: 15px;} 
	.win-car-description .title-line span 		{ color: var(--primary-color); font-size: 24px; }
	.win-car-description .title-line:after  	{ left: 0; transform: translate(0); height: 3px; width: 15%; background: var(--primary-color);}
	.win-car-description p 						{ margin-bottom: 28px; color: #727272; font-size: 14px;}
	.win-car-description p a 					{ color: var(--primary-color); }
	/*slick content*/
	.prize-inner-slides  						{ background-repeat:no-repeat; background-position: center center; background-size: contain; background-color: #fff; border-radius: 4px;}
	.prize-thumb-slider .prize-inner-slides 					{ background-size: cover; cursor: pointer; }
	.prize-thumb-slider .slick-list.draggable   { margin:10px 20px; }
	.prize-thumb-slider .slick-slide            { margin:0px 5px;}
	.prize-inner-slides:before                  { content:''; padding-top: 75%; position: relative; top: 0; left: 0; display: block; }
	.prize-thumb-slider .slick-arrow:before 	{ color:  var(--primary-color);}
	.prize-thumb-slider .slick-prev 			{ left: -5px; }
	.prize-thumb-slider .slick-next 			{ right: -5px; }
	/*prize timer content*/
	.que-ans-block,
	.product .shadow-img                { margin-bottom: 18px; background: #fff; border-radius: 4px; box-shadow: 0px 0px 10px 10px #EDEDED; -webkit-box-shadow: 0px 0px 10px 10px #EDEDED; }
	.product-time                       { overflow: hidden; margin: 15px auto 0 auto; border-radius: 4px; background: #fff; border:1px #ececec solid; position: relative; padding-left: 20%;}
	.product-time span                    { padding: 6px 0px 2px; font-size: 13px; line-height: 20px; color: #343434; flex-grow: 1; -webkit-flex-grow: 1; text-align: center; letter-spacing: 0.5px}
	.product-time:before   { background-color: var(--primary-color); position: absolute; content: "Ends in"; left: 0; top:0; width: 20%; height: 100%; padding-top: 16px; text-align: center; font-size: 14px; font-weight: bold; color: #fff; }
	.wc_lotery_countdown-amount { font-size: 16px !important; }
	/*product ticket block*/
	.ticket-block                       { margin: 0px 20px 10px; padding: 24px 0px 46px; }
	.ticket-block .values b 			{ color: #010101; font-weight: 500;}
	.product .ticket-list li            {  width: calc(100% / 3); flex-shrink: 0; -webkit-flex-shrink: 0; text-align: center; border-right: 1px solid #d2d2d2; }
	.product .ticket-list li:last-child { border: none; }
	.product .ticket-list h2 			{ padding: 0px; margin:0px; letter-spacing: 0px;}
	.product .ticket-list h2,
	.product .ticket-list h6            { margin: 0; text-transform: uppercase;}
	.product .ticket-list h6            { margin:0px 0px 2px; font-size: 14px; color: var(--primary-color); font-weight: 700; letter-spacing: 1px;}
	.progress                           { height: 14px; background: #010101; border-radius:6px; overflow: visible; }
	.progress-bar                       { background: var(--primary-color); border-radius: 6px 4px 4px 6px; position: relative;}
	.progress-bar span                  { padding: 2px 8px 0; line-height: 16px; font-weight: 700; position: absolute; background: var(--primary-color); border-radius: 4px; top: calc(100% + 8px); right: 0; }
	.progress-bar span:before           { content: ""; display: block; position: absolute; bottom: 100%; left: calc(50% - 4px); width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid var(--primary-color) }
	.product_meta 						{ display: none; }


.product-description {
border-bottom: 6px solid rgb(247, 247, 247);
}

.product-title { font-weight: 700; }
.product-price { font-weight: 600; color: var(--primary-color); margin-bottom: 15px; }
.product-short-description { margin-bottom: 20px; }

.basket-button-section { margin-top: 20px; }

.product-main-description { padding: 28px 0px 56px; background: #f4f4f4; }
.product-main-description h2 { font-weight:700; text-align: center; margin-bottom: 20px; }


.woocommerce div.product form.cart .button {
vertical-align: middle;
float: left;
padding: 16px 40px;
background: var(--primary-color);
}

.quantity-block .qty {
padding: 13px;
border: 1px solid #ebebeb;
background: #f7f7f7;
}

.woocommerce .quantity .qty {
width: 5.631em;
text-align: center;
}

.checkout-button {
background: rgb(0, 130, 0)!important;
}

/******* NEW CHECKOUT CSS Start ******/
.page-template-tpl-checkout-php .tp-bar {display: none;}
.page-template-tpl-checkout-php footer.entry-footer { display: none; }
.page-template-tpl-checkout-php .woocommerce-form-coupon-toggle {display: none;}
.page-template-tpl-checkout-php .woocommerce-form-login-toggle {display: none;}

.page-template-tpl-checkout-php .woocommerce-order h2 { font-size: 30px; }
.page-template-tpl-checkout-php address p { font-size: 16px; }

@media (max-width: 767px) { .page-template-tpl-checkout-php .woocommerce-order h2 { font-size: 24px; margin-top: 20px; } }

.gsn-checkout .checkout-card {background: #EFEDE7; padding: 15px 20px; margin-bottom: 15px; }
.gsn-checkout .smaller {font-size: .675em;}
.gsn-checkout .checkout-card p {font-family: 'Rubik', sans-serif; font-size: 14px;}

.checkout-card .discount-text:hover {color: var(--primary-color);cursor: pointer;}

.checkout-logo {
    width: 180px;
}

.modal.gsn-error-modal.show {
    display: block;
}

div#GSN-ErrorModal {
    background: #000000d1;
}

.modal.gsn-error-modal ul.woocommerce-error {
    margin: 0px;
    padding: 10px;
}

.modal.gsn-error-modal ul.woocommerce-error li {
    font-size: 14px;
    margin: 2px 0px;
}

.modal.gsn-error-modal .woocommerce-error {
    border-top-color: #c42d3b !important;
}

.modal.gsn-error-modal .woocommerce-error::before {
    display: none;
}

.gsn-error-modal .modal-close {
    font-size: 20px;
    cursor: pointer;
}


.gsn-error-modal .modal-body {
padding: 0px;
}

.gsn-error-modal .modal-header {
    border-bottom: 0px;
    color: #fff;
}

.modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important; /* IE 9 */
  -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

.close-gsn-error-modal {cursor: pointer;}

.gsn-error-modal {
    border: 0px solid rgba(0,0,0,.2);
    box-shadow: 0px 0px 12px 5px rgb(1 1 1 / 4%);
    -moz-box-shadow: 0px 0px 12px 5px rgb(1 1 1 / 4%);
    -webkit-box-shadow: 0px 0px 12px 5px rgb(1 1 1 / 4%);
}

.checkout-details p.title {font-weight: 700;font-size: 16px;}
.checkout-details p.text {font-weight: 300;font-size: 14px;}
.checkout-details p.text-small {font-weight: 300;font-size: 12px;opacity: 0.6;}


.checkout-edit-btn-outline {
    background: #fff;
    padding: 1px 10px;
    border: 1px solid var(--primary-color);
    float: right;
    border-radius: 4px;
    font-size: 12px;
    color: var(--primary-color);
}

.checkout-edit-btn-outline:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.checkout-edit-btn {
    background: var(--primary-color);
    padding: 5px 20px;
    border: 1px solid var(--primary-color);
    float: right;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.checkout-edit-btn:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.checkout-edit-btn span.next-text {
    display: block;
    font-weight: 400;
}



.woocommerce-billing-fields input.input-text, .woocommerce-shipping-fields input.input-text {
    padding: 6px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    margin-bottom: 0px;
    font-size: 12px;
    background: #fafafa;
}


.checkout-details button#billing_gazchaps_getaddress_io_postcode_lookup_button_field_button, .checkout-details button#shipping_gazchaps_getaddress_io_postcode_lookup_button_field_button {
    padding: 5px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
}

.checkout-details #billing_phone_field, .checkout-details #shipping_phone_field {
    border-bottom: 0px solid rgb(227 227 227);
    margin-bottom: 15px;
    padding-bottom: 0px;
}

.checkout-details #billing_country_field, .checkout-details #shipping_country_field {
    border-bottom: 0px solid rgb(227 227 227);
    margin-bottom: 15px;
    padding-bottom: 0px;
}

.checkout-details .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    font-size: 14px;
}


.checkout-details .form-row label {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 0px;
    font-size: 14px;
}

.checkout-details h3.iconic-wds-fields__title {
    display: none;
}
.checkout-details p#jckwds-delivery-date_field label {
    display: none;
}

.checkout-details .iconic-wds-fields {
    margin: 0px;
}


.checkout-order-table {
    width: 100%;
}

.checkout-details td.product-name {
    color: #8d8d8d;
    font-weight: 400;
}
.checkout-details td.product-name strong {
    color: #000;
    font-weight: 500;
}

.checkout-details th.subtotal-title {
    font-weight: 400;
    color: #8d8d8d;
}

.checkout-details th.total-title {
    font-weight: 500;
}

.checkout-details .order-total-text {
    font-weight: 300;
    color: var(--primary-color);
    font-size: 18px;
}

hr.checkout-card-hr {
    margin: 20px 0;
    color: inherit;
    background-color: #8d8d8d;
    border: 0;
    height: 1px;
    opacity: 0.25;
}

.gsn-payment-block ul.wc_payment_methods.payment_methods.methods {
    background: #fff;
    padding: 0px!important;
    border-bottom: 0px!important;
}

.gsn-payment-block .payment_box.payment_method_eh_stripe_checkout {
    display: none!important;
}

.gsn-payment-block .payment_box.payment_method_cod {
    display: none!important;
}

.gsn-payment-block .payment_box.payment_method_ppcp-gateway {
    display: none!important;
}

.gsn-payment-block .form-row.place-order {
    background: #fff;
    padding: 0px!important;
}

.gsn-payment-block .woocommerce-terms-and-conditions-wrapper p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px!important;
}

.gsn-payment-block .woocommerce-terms-and-conditions-wrapper p {
    color: #8d8d8d;
}

.gsn-payment-block .woocommerce-terms-and-conditions-wrapper a {
    color: var(--primary-color);
}

.gsn-payment-block button#place_order {
    padding: 10px;
    border: 1px solid #009b00;
    background: #009b00;
    color: #fff;
    width: 100%;
    border-radius: 4px;
}

.gsn-payment-block div#payment {
    background: #fff!important;
}

.gsn-payment-block ul.wc_payment_methods.payment_methods.methods {
    margin-bottom: 15px!important;
}

.gsn-payment-block input[type=radio] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    margin-left: 5px;
}

.gsn-payment-block input[type=radio]:before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 15px;
    padding: 5px;
    color: transparent !important;
    background: #fff;
    width: 25px;
    height: 25px;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
}

.gsn-payment-block input[type=radio]:checked:before {
    color: #fff!important;
    background: #353535;
    border: 1px solid #353535;
    font-size: 15px;
    padding: 5px;
}

.gsn-payment-block ul.payment_methods li input {
    margin: 0 5px 0 0!important;
}

.gsn-payment-block ul.payment_methods li {
    line-height: 1.5!important;
    text-align: left;
    font-weight: 400!important;
    padding-bottom: 10px;
}
.gsn-payment-block ul.payment_methods label {
    font-size: 14px;
}


.checkout_coupon {
 display: block !important;
}

.woocommerce-info {
display:none;
}

.woocommerce-form-coupon {
     display: block !important;
}

.discount-code-section input {
padding: 10px;
width: 100%;
border-radius: 4px;
border: 1px solid #e3e3e3;
margin-bottom: 0px;
font-size: 12px;
background: #fafafa;
}

.button.discount-code-button {
padding: 8px;
background: var(--primary-color);
border: 1px solid var(--primary-color);
border-radius: 4px;
color: #fff;
margin-top: 10px;
}

.button.discount-code-button:hover {
padding: 8px;
background: #000;
border: 1px solid #000;
border-radius: 4px;
color: #fff;
}

.discount-code-section .woocommerce-error {
margin: 0 0 1em;
}

.discount-code-modal .modal-header {
    background: #000;
    color: #fff;
}

.discount-code-modal .modal-close {
    font-size: 20px;
    cursor: pointer;
    float: right;
}

.discount-code-modal .modal-close:hover {
    color: var(--primary-color);
    }

.discount-hr {
margin: 0px;
color: inherit;
background-color: rgb(195, 195, 195);
border: 0;
opacity: .25;
margin-bottom: 20px;
}

.card {

position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fbfbfb;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}

.card-body {
flex: 1 1 auto;
padding: 1rem 1rem;
}

.card.checkout-details {
margin-bottom: 10px;
}


.woocommerce-privacy-policy-text p {
line-height: 20px;
font-size: 14px;
color: rgb(147, 147, 147);
}

.woocommerce-privacy-policy-text a {
color: rgb(113, 113, 113);
}

.woocommerce-checkout #payment div.form-row {
padding: 0em;
}

.woocommerce-checkout #payment {
background: none;
border-radius: 5px;
}

.woocommerce-checkout #payment ul.payment_methods {
display: none;
}


.woocommerce-page #payment #place_order {
float: left;
padding: 10px;
width: 100%;
background: rgb(0, 130, 0)!important;
border: 2px solid rgb(0, 130, 0)!important;;
border-radius: 4px;
color: #fff;
font-weight: 700;
margin-top: 10px;
}

.footer-cards {
margin-top: 20px;
}

.float-end { float:right; }

.woocommerce-page form .form-row label.checkbox {
display: inline;
margin-left: 20px;
}

.checkbox input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 10px;
}

/**** Products ****/

.products-view-btn {
background: var(--primary-color);
color: #fff;
padding: 10px;
text-align: center;
font-weight: 700;
}

.category-section {
padding: 50px 0px;
}

.category-card {
border: 2px solid rgba(255, 255, 255, 0);
border-radius: 4px;
box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.06);
padding: 10px;
height: 100%;
transition: all ease 0.5s;
}

.category-card .card-img {
width: 100%;
aspect-ratio: 1 / 1;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 0px auto;
border-radius: 4px;
}

.category-card .card-text {
padding: 10px 0px 0px 0px;
margin-bottom: 25px;
}

.product-card-title {
font-size: 24px;
font-weight: 700;
color: #000!important;
}

.product-card-price {
color: var(--primary-color);
font-size: 18px;
font-weight: 600;
}


.woocommerce div.product form.cart .variations label {
font-size: 15px;
color: #000;
text-align: left !important;
display: block;
margin-top: 0px;
}

.woocommerce div.product form.cart .variations {
text-align: left;
}


.woocommerce div.product form.cart .reset_variations {
display: none;
font-size: .83em;
color: #000;
}

.woocommerce div.product form.cart .variations td {
padding-bottom: 8px;
display: block;
}

.variations select {
display: block!important;
width: 100% !important;
padding: 8px !important;
}


.divider-title {
width: 100%;
display: flex;
text-align: center;
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
font-style: italic;
margin: 0 auto 38px auto;
position: relative;
}

.divider-title:before, .divider-title:after {
content: '';
border-top: 2px solid #e8e8e8;
margin: 10px 20px 0 0;
flex: 1 0 20px;
}

/** CATEGORY PAGE **/
.category-banner {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.category-banner * {
  color: #fff;
}
.category-banner h1 {
  margin-top: 10px;
}
.category-banner .category-banner-inner {
  position: relative;
  z-index: 5;
  padding: 30px 0;
  width: 100%;
}
.category-banner .category-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
li.product-category {
  display: none !important; 
}
.subcat-item {
  display: block;
  text-align: center;
  width: 100%;
  padding: 17px 8px;
  font-size: 15px;
  font-weight: bold;
  background: #ffffff;
  margin: 0 auto 14px auto;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  border: 1px #f5f5f5 solid;
  color: #000;
} 
.subcat-image {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position:  center center; 
}
.cat-image-header {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  width: 150px;
  height: 100px;
  margin: 0 auto 20px auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position:  center center; 
}
.woocommerce-pagination {
  padding: 20px 0;
  margin: 50px auto 0 auto;
}
.woocommerce .woocommerce-result-count {
  margin: 0;
}
.woocommerce .woocommerce-ordering {
  margin: 0;
}
.category-filters {
  border-bottom: 1px #C7C7C7 solid;
  margin: 0 auto 35px auto;
}
.products .col-xs-12.col-sm-4.col-md-3.col-lg-3:nth-child(4n+1) {
  clear: left
}

.box-img {
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 90%;
  overflow: hidden;
  position: relative;
  background-color: #FFF;
}
.box-img.box-img-75 {
  padding-bottom: 75%;
}
.box-img .bgzoom {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.box-img .bgzoom:hover {
  transform: scale(1.05);
}
.grid-item {
  width: 100%;
  display: block;
}
.grid-item .grid-title {}
.grid-item .highlight {
  margin: 6px auto 2px auto;
  font-size: 13px;
}
.grid-item .grid-price {
  display: block;
  margin: 15px auto 0 auto;
  font-size: 16px;
}
.grid-item .rrp {
  font-size: 12px;
  text-decoration: line-through;
  color: #b3915c;
}
.grid-item .product-feature {
  text-align: left;
  display: block;
  height: 145px;
  overflow: hidden;
  font-size: 13px;
  border-top: 1px #d7c8b3 solid;
  border-bottom: 1px #d7c8b3 solid;
  padding: 10px 0;
}
.grid-item .product-feature li {
  padding: 3px 0 3px 17px;
  position: relative;
  font-weight: normal;
}
.grid-item .product-feature li:before {
  font-family: FontAwesome;
  content: "\f058";
  color: #7e6837;
  position: absolute;
  left: 0;
  top: 3px;
}
.grid-item .grid-date {
  padding-bottom: 12px;
  display: inline-block;
  border-bottom: 1px #303030 solid;
}
.grid-item.product-grid-item {
margin: 0 0 60px 0;
background: #fafafa;
padding: 20px;
border: 1px solid rgb(244, 244, 244);
}
.grid-item.product-grid-item .box-img {
  border: 1px #f5f5f5 solid;
}
.grid-item.product-grid-item .box-img .bgzoom {
  background-size: cover;
}
.grid-item.blog-item {
  margin: 0 0 60px 0;
}
.products .col-xs-12:nth-child(3n+1) {
  clear: left
}

.grid-item .grid-title {
color: #000;
}

.grid-item .grid-price {
display: block;
margin: 15px auto 0 auto;
font-size: 16px;
color: #000;
}

.modal-title {
margin: 0;
line-height: 1.42857143;
display: -webkit-inline-flex;
}

/**** Account ****/

.account-padding-section {
padding: 40px 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
padding: 10px;
background: #fff;
border-radius: 2px;
border: 1px solid #e4e4e4;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
padding: 10px;
background: #fafafa;
margin-bottom: 4px;
border-left: 4px solid #eee;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
border-left: 4px solid var(--primary-color);
}
.woocommerce-account .woocommerce-MyAccount-content {
padding: 30px;
background: #fff;
border-radius: 2px;
border: 1px solid #e4e4e4;
}
.woocommerce-account .shortcut-icon {
	text-align: center;
	padding: 20px 10px;
	display: block;
	background-color: #eee;
	float: left;
	width: 31%;
	margin: 0 1%;
	color: #7c7c7c;
	border-radius: 2px;
	border-bottom: 4px solid #e0e0e0;
	font-weight: 600;
}
.woocommerce-account .shortcut-icon:hover {
background: #e0e0e0;
}
.woocommerce-account .shortcut-icon i {
font-size: 24px;
margin-bottom: 10px;
color: rgb(217, 217, 217);
}
.woocommerce-account .mobile-account-nav {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
color: #000;
font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
color: var(--primary-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
color: var(--primary-color);
font-weight: 600;
}

.custom-select {
display: inline-block;
width: 100%;
height: calc(3em + .75rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' heig…0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

@media only screen and (max-width: 767px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
display: none;
}
.woocommerce-account .mobile-account-nav {
display: block;
}
}

.woocommerce-MyAccount-content h4 {
font-weight: 600;
font-size: 28px;
margin-bottom: 20px;
}

.account-message-box {
padding: 15px;
background: #feeded;
}

.account-message-box p {
margin-bottom: 0px;
}

.account-padding-section {
padding: 40px 0px;
background: #f4f4f4;
}

.woocommerce-Address {
padding: 15px;
background: #eee;
margin-bottom: 10px;
}


.woocommerce-account .addresses .title .edit {
float: right;
padding: 8px;
background: var(--primary-color);
color: #fff;
border-radius: 2px;
font-size: 14px;
}

.woocommerce-account .addresses .title h3 {
float: left;
font-weight: 600;
text-transform: capitalize;
margin-bottom: 15px;
font-size: 24px;
}


.woocommerce table.my_account_orders th {
padding: 10px 15px;
vertical-align: middle;
}

.woocommerce-orders-table__header {
background: rgb(237, 237, 237);
}

.woocommerce table.shop_table {
border: 1px solid rgba(71, 71, 71, 0.1);
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 0px;
}

.woocommerce table.my_account_orders td {
padding: 5px 15px;
vertical-align: middle;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: normal;
padding: 10px;
background: #fafafa;
border: 1px solid #e9e9e9;
}

.woocommerce-MyAccount-content legend {
padding-top: 20px;
}

.woocommerce-MyAccount-content .woocommerce-Button.button,  .woocommerce-MyAccount-content .button {
padding: 15px 30px!important;
margin-top: 10px!important;
background: rgb(0, 130, 0)!important;
color: #fff!important;
}

.woocommerce-MyAccount-orders .button {
margin-top: 0px!important;
padding: 10px 20px!important;
background: #333!important;
color: #fff!important;
}


/**** Login ****/

.woocommerce form.login, .woocommerce form.register {
background: #fff;
padding: 20px;
border-radius: 2px;
border: 1px solid #e4e4e4;
}

.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
padding: 15px 30px!important;
margin-top: 10px!important;
background: rgb(0, 130, 0)!important;
color: #fff!important;
display: block;
width: 100%;
}

.woocommerce-Button.woocommerce-button.button.wp-element-button.woocommerce-form-register__submit {
padding: 15px 30px!important;
margin-top: 10px!important;
background: #ebe9eb!important;
color: #000!important;
display: block;
width: 100%;
}

.woocommerce form .form-row {
padding: 0px;
margin: 0 0 8px;
}

.account-title-box {
border-left: 4px solid var(--primary-color);
}

.woocommerce-form-login h4, .woocommerce-form-register h4 {
margin-left: 10px;
font-weight: 600;
font-size: 28px;
margin-bottom: 20px;
}

.image-square {
padding-top: 80%;
background: no-repeat center center / cover;
display: block;
border: 1px solid #dcdcdc;
}

.mb-2 {
margin-bottom: 20px!important;
}

.nav-dropdown-item {
padding: 10px;
font-size: 21px;
line-height: 21px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
color: #3c3533;
text-transform: uppercase;
display: inline-block;
}

.nav-dropdown-item:hover {
cursor: pointer;
color: var(--primary-color);
}

.nav-dropdown-menu {
display: none;
padding: 8px;
}

.nav-dropdown-menu.show {
  display: block;
}

.nav-dropdown-menu-item a {
color: #000;
font-size: 18px;
line-height: 20px;
margin-bottom: 5px;
}

.nav-dropdown-menu-item a:hover {
cursor: pointer;
color: var(--primary-color);
}