/*
	Theme Name: Scratch Sandwhich CO
	Theme URI: http://www.wordpress.org
	Description: Matt Gibson Theme
	Version: 1.0
	Author: Gibson Design.
	Author URI: http://www.gibsonads.com
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,500i,600,600i,700,700i,800,800i,900,900i|Lobster&display=swap');*/
@font-face {
    font-family: 'Lobster';
    src: url('assets/fonts/lobstar/Lobster-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('assets/fonts/barlow/BarlowCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html,
body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: normal;
	/*font-family: 'Lobster', cursive;*/
}

a {
	outline: none;
	transition: all 0.5s;
}

a:hover {
	text-decoration: none;
	outline: none;
	transition: all 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a:focus {
	text-decoration: none;
	outline: none;
}

img {
	max-width: 100%;
	border: 0px;
	transition: all 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

iframe {
	max-width: 100%;
	border: 0px;
	width: 100%;
}

.wrapper {
	display: block;
	width: 100%;
	position: relative;
}


/* Header CSS START */
.wrp-header-topbar a {
	color: #fff;
	font-size: 30px;
	margin: 0px 5px;
	line-height: 1;
}

.wrp-header-topbar {
	padding: 15px 0px 0px 0px;
}

.hero-caption {
	position: absolute;
	top: 45%;
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.home .hero-caption {
	top: 35%;
}

.hero-caption h2 {
	font-size: 65px;
	font-family: 'Lobster', cursive;
}

.hero-caption h3 {
	font-size: 130px;
	color: #f7f600;
	font-weight: 900;
	text-transform: uppercase;
}

.wrp-hero-section img {
	width: 100%;
}

.take_bottom img {
	width: auto;
}

.take_bottom {
	display: inline-block;
	text-align: center;
	padding-top: 50px;
	margin-top: 50px;
}





/* FOOTER CSS START */
footer {
	background: #000;
	color: #fff;
}

.footer-nav ul li {
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 1;
	padding: 0px 15px;
}

.footer-nav ul li a {
	color: #fff;
}

.footer-nav ul {
	margin: 0px;
}

.wrp-cradit p {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0px;
}

.wrp-cradit {
	padding: 10px 0px;
	border-bottom: 4px solid #fff;
	border-top: 4px solid #fff;
}

.wrp-cradit a {
	color: #f7f600;
}


/* Home PAGE START*/

.wrp-home-about {
	padding: 80px 0px 70px;
}

.section-title {
	margin: 0px;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 40px;
	font-size: 48px;
}

.section-icon {
	padding-bottom: 40px;
}

.home-about-inner p {
	font-size: 17px;
	font-weight: 500;
	padding-bottom: 10px;
}

.wrp-happy {
	padding: 80px 0px 70px;
}

.testimonial-text p {
	font-size: 14px;
	font-weight: 500;
	min-height: 80px;
}

.item span {
	font-size: 24px;
	padding-top: 10px;
	display: inline-block;
}

.testimonial-rating {
	padding: 10px 0px;
}

.testimonial-rating i {
	color: #747474;
}

.wrp-instagram {
	padding: 80px 0px 30px;
}

.wrp-footer {
	padding: 60px 0px;
}

.footer-nav {
	padding-top: 60px;
}



.home-custom-menu {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 560px;
	color: #fff;
	display: flex;
	background-position:center;
}


.home-inner-menu a {
	color: #fff;
}

.home-inner-menu h2 {
	font-size: 72px;
	font-family: 'Lobster', cursive;
}

.home-inner-menu h3 {
	font-size: 48px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.wrp-shortlink {
	background: #f2f2f2;
	padding: 80px 0px;
}

.wrp-shortlink a {
	background-color: #000;
	padding: 20px 10px;
	color: #fff;
	display: inline-block;
	width: 100%;
	outline: 2px solid #fff;
	outline-offset: -5px;
	font-size: 30px;
}

.wrp-shortlink a:hover {
	background: #747474;
	outline-color: #000;
	color: #000;
}

.testimonial-text {
	padding: 0px 20px;
}

.owl-nav button {
	position: absolute;
	top: 10%;
	outline: none !important;
}

.owl-nav .owl-next {
	right: -55px;
}

.owl-nav .owl-prev {
	left: -55px;
}

.owl-nav button i {
	color: #747474;
	font-size: 25px;
}

.owl-nav button i {
	color: #747474;
	font-size: 32px;
	border: 10px solid #747474;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 26px;
	padding: 0px 4px 0px 0px;
}



.location-tab a {
	color: #757575;
	font-size: 48px;
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
}

.location-tab a:hover {
	color: #000;
}

.right-verticle {
	border-right: 2px solid #000;
	display: inline-block;
	min-height: 45px;
	vertical-align: sub;
	margin: 0px 20px;
}

.page-template-tpl-locations .location-tab {
	padding: 50px 0px 50px;
}

.location-tab {
	padding: 50px 0px 0px;
}

.wrp-delmar .del-img {
	min-height: 420px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
}

.location-inner h2 {
	color: #fff;
	font-family: 'Lobster', cursive;
	font-size: 72px;
}

.location-details {
	background: #000;
	color: #fff;
	padding: 20px 30px;
	margin-bottom: 5px;
}

.location-full-wrp {
	margin: 50px 0px;
}

.inner-loc-details h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: normal;
}

.location-maps iframe {
	border: 1px solid #000 !important;
}

.inner-loc-details address,
.inner-loc-details a,
.inner-loc-details span {
	font-size: 30px;
	display: block;
	margin: 0px;
	color: #fff;
	font-weight: normal;
}

.loc-timing {
	margin-top: 30px;
}

.wrp-order-online p {
	font-size: 14px;
	font-weight: 500;
}

.wrp-order-online {
	padding: 80px 0px;
}

.online-btn {
	margin: 30px 0px 0px;
}

.online-btn h6 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.online-btn img {
	max-width: 400px;
}



/* Employement Application */
.gform_heading {
	text-align: center;
}

.wrp-application .datepicker {
	width: 92% !important;
}

.wrp-application .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background: #ECECEC;
	border: 2px solid;
}

.wrp-application .textarea {
	background: #ECECEC;
	border: 2px solid;
}

.wrp-application .gform_wrapper .top_label li.gfield.gf_inline {
	vertical-align: baseline !important;
	width: 20% !important;
	text-align: center;
}

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

.education-default label {
	text-align: center !important;
	width: 100%;
}

.edu-first label {
	text-align: left !important;
	font-weight: 500;
	font-size: 18px;
	margin: 0px !important;
	padding: 0px;
}

.edu-first {
	width: 10%;
}

.edu-second {
	width: 30%;
}

.edu-thrid,
.edu-fourth,
.edu-fifth {
	width: 20%;
}

.hide-label label {
	display: none !important;
}

.gform_wrapper input[type="submit"] {
	margin: 0px !important;
	font-size: 18px !important;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	width: 100% !important;
	padding: 8px 0px;
	background: #000;
	color: #fff;
	border: 2px solid #000;
	transition: 0.5s all;
}

.gform_wrapper input[type=submit]:hover {
	border: 2px solid #000;
	background: #fff;
	color: #000;
	transition: 0.5s all;
	cursor: pointer;
}

.job-details::after {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	width: 90%;
	padding-top: 13px;
	margin-left: 20px;
}

.last-col-custom {
	width: 50%;
	display: inline-block;
}

.wrp-application {
	padding: 70px 0px;
}

.gform_title {
	font-size: 48px !important;
	font-weight: 500 !important;
	margin-bottom: 20px !important;
}

.gform_description {
	font-weight: 500 !important;
	font-size: 17px;
	margin-bottom: 30px !important;
}

.wrp-application .gfield_label {
	font-weight: 500 !important;
	font-size: 18px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.wrp-application .gform_wrapper .gfield_radio li label {
	margin: -2px 5px 0 10px;
	font-size: 18px;
	text-transform: uppercase;
}

.wrp-application hr {
	border-width: 2px;
	border-color: #000;
	margin: 50px 0px;
}

.gform_wrapper h2 {
	text-align: center;
	font-weight: 500 !important;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.job-details {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
}


#choice_1_112_1 {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	vertical-align: super;

}

#field_1_114 {
	vertical-align: top;
}

#label_1_112_1 {
	font-size: 18px;
	font-weight: 500;
}

#gfield_description_1_112 {
	font-size: 18px;
	font-weight: 500;
	padding-left: 25px;
}

.ui-datepicker {
	margin: 0px !important;
}


#back2Top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: transparent;
	width: 50px;
	height: 50px;
	display: block;
	border: 3px solid #747474;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	z-index: 99999;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#back2Top i {
	color: #747474;
	margin: 0;
	position: relative;
	left: 12px;
	top: 10px;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#back2Top:hover i {
	top: 0px;
}



.main-tab-title {
	padding: 0px;
	background: #000;
}

.main-tab-title h2 {
	color: #fff;
	padding: 10px 0px;
	text-transform: uppercase;
	font-size: 48px;
	margin: 0px;
}


.inner-menu-title h3 {
	font-size: 72px;
	font-family: 'Lobster', cursive;
	color: #000;
	margin: 0px;
}


.add-ons ul li::before {
	content: "+";
	position: absolute;
	margin-left: -25px;
	font-weight: 500;
	font-size: 24px;
	padding: 0px;
	margin-top: 0px;
}

.add-ons ul {
	list-style: none;
	margin: 0px 40px;
}

.add-ons {
	margin-bottom: 20px;
}


.outer-addons .add-ons {
	border: 2px solid #000;
	padding: 25px;
}

.inner-menu-title {
	margin: 40px 0px;
}

.seprate-content p {
	font-size: 24px;
	font-weight: 500;
	color: #000;
	padding-bottom: 40px;
}

.menu-gallery {
	padding: 0px 0px 60px;
}


.menu-inner h3,
.menu-inner span {
	font-size: 30px;
	color: #000;
	font-weight: 500;
}

.menu-inner p {
	font-size: 18px;
	font-weight: 500;
}

.add-ons li {
	font-size: 24px;
	font-weight: 500;
}

.add-ons li span {
	font-size: 24px;
	margin-left: 20px;
}

.outer-addons {
	padding: 30px 15px;
}

.alternate-menu .inner-menu-title h4 {
	font-size: 48px;
	margin-top: 0px;
}

.wrp-main-menu-type {
	padding: 50px 0px 0px;
}

.even_class {
	background: #f2f2f2;
}

.page-template-tpl-del-mar .wrp-shortlink,
.page-template-tpl-golodrina .wrp-shortlink {
	background: #fff;
}

.page-template-tpl-golodrina .general-menu {
	padding-bottom: 40px;
}

.page-template-tpl-golodrina .outer-addons {
	padding: 30px 15px 0px 15px;
}



/* WooCommerce CSS START */
.woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

.product-inner {
	padding: 0px 30px;
}
.product-inner hr {
	background: #000;
	border-width: 2px;
	margin: 50px 0px;
}

.product-inner .woocommerce-loop-product__title {
	font-size: 30px;
	color: #000;
	margin: 25px 0px;
	text-align: center;
	font-weight: 500;
}

.product-inner .pro-short-desc {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin: 25px 0px;
}


.product-inner .price {
	font-size: 30px;
	color: #000;
	margin: 20px 0px;
	text-align: center;
	font-weight: 500;
	display: block;
}


.quantity::after {
	content: "qty.";
	font-size: 24px;
	font-weight: 500;
	padding: 0px 5px;
}


.product-inner .quantity {
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
}

.product-inner .quantity .qty {
	width: 60px;
}

.product-inner .button {
	background: #000 !important;
	border-radius: 0px !important;
	color: #fff !important;
	font-size: 24px !important;
	font-weight: 500 !important;
	padding: 8px 30px !important;
}

.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: inline-block;
	color: #000;
	font-weight: 500;
}


.woocommerce a.button.loading::after{
	top: 10px !important;
	right: 2px !important;
}

.woocommerce a.button.added::after{
	margin-left: 10px !important;
}

.shopping-icon {
	display: inline-block;
	padding-right: 15%;
}
.shopping-icon i{
	font-size: 22px;
}


.shop-mini-title h2 {
	font-size: 48px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 50px 0px 40px;
	color: #000;
}
.inner-mini-content {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin-bottom: 50px;
}
.product-inner:nth-last-of-type(-n+2) hr {
	border: 0px;
}

.remove-cart {
	background: #000;
	color: #fff;
	font-size: 24px;
	padding: 5px 15px;
	font-weight: 500;
}

.product-name a {
	font-size: 30px;
	color: #000;
	font-weight: 500;
}

.product-price {
	font-size: 24px;
	font-weight: 500;
}

.woocommerce table.shop_table td{
	line-height: 1.5;
}

.woocommerce-cart .quantity .qty {
	width: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}

.cart_item .product-name {
	width: 60%;
}
.coupon {
	display: none;
}
.product-remove,.product-price,.product-quantity {
	text-align: right;
}

.woocommerce table.shop_table{
	border: none;
}
.woocommerce table.shop_table td{
	border: none;
}
.cart-new-content {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 50px;
}
.woocommerce-cart .content-left .title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 48px;
	margin: 0px;
	padding: 50px 0px 40px;
}


.woocommerce-cart .cart-collaterals .cart_totals table th{
	width: 100%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width: 100% !important;
}

#shipping_method label {
	font-size: 28px;
	font-weight: 500;
}

.delivery-option h3 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-left: 20px;
}
#shipping_method li {
	margin: 10px 0px !important;
	padding: 0px;
	display: inline-block;
	width: 100%;
}



#shipping_method input[type="radio"] {
	display: none;
}
#shipping_method label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
}
#shipping_method label::before,
#shipping_method label::after {
	position: absolute;
	content: '';
	top: 50%;
	border-radius: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
	left: -10px !important;
}
#shipping_method label::before {
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background:#fff !important;
	border: 1px solid#000;
}
#shipping_method label:hover::before {
	background: #fff;
}
#shipping_method label::after {
	opacity: 0;
	left: 4px;
	width: 6px;
	height: 6px;
	margin-top: -1px;
	margin-left: 7px;
	background: #000;
	-webkit-transform: scale(2);
	transform: scale(2);
}
#shipping_method input[type="radio"]:checked + label::before {
	background: #fff;
	border: 2px solid #000;
}
#shipping_method input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
}
.wrp-cart-check .shop_table th {
	font-size: 28px;
	font-weight: 500 !important;
	border: none !important;
	padding: 0px !important;
}

.cart_totals .woocommerce-Price-amount.amount {
	font-weight: 500;
}

.wrp-cart-check .shop_table td{
	font-size: 28px;
	font-weight: 500 !important;
	border: none !important;
	text-align: right;
	padding: 0px !important;
}



.woocommerce-cart .return-to-shop {
	margin: 40px 0px 40px 0px;
}

.woocommerce-cart .wc-backward {
	background: #000 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: normal !important;
	padding: 20px !important;
	font-size: 22px !important;
	border-radius: 0px !important;
	border: 2px solid #000 !important;
}

.woocommerce-cart .wc-backward:hover {
	border: 2px solid #000 !important;
	color: #000 !important;
	background: #fff !important;
}

.woocommerce-order-received .woocommerce-order {
	text-align: center;
}
.woocommerce-order-received .title {
	text-align: center;
	width: 100%;
	padding: 15px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.woocommerce-thankyou-order-received {
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.woocommerce-order-received ul.order_details {
	margin: 0 0 3em;
	list-style: none;
	margin-bottom: 20px !important;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	border-bottom: 2px dashed #000;
}
.woocommerce-order-received  ul.order_details li {
	font-size: 15px;
	border-color: #000;
}
.woocommerce-order-received  ul.order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.woocommerce-order-received .woocommerce ul.order_details li strong {
	padding: 10px;
}
.woocommerce-order-received  ul.order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5;
}
.woocommerce-order-received  ul.order_details li {
	font-size: 15px;
	border-color: #000;
}

.woocommerce-order-received .woocommerce table.shop_table {
	text-align: center;
}
.woocommerce-order-received  table.shop_table th {
	text-align: center;
	margin: 0 auto;
	width: 0px;
}
.woocommerce-order-received  table.shop_table th {
	font-weight: 700;
	padding: 9px 12px;
	line-height: 1.5em;
}

.woocommerce-order-received  table.shop_table td {
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 9px 12px;
	vertical-align: middle;
	line-height: 1.5em;
}

.woocommerce-order-received  table.shop_table {
	border: 1px solid rgba(0,0,0,.1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}
.woocommerce-order-received .woocommerce-customer-details {
	display: none;
}

.woocommerce-order-received .product-name a{
	font-size: 15px;
}

.woocommerce-checkout #customer_details{
	display: none;
}

.woocommerce-form-coupon-toggle {
	display: none;
}

.woocommerce-checkout .title {
	text-align: center;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding: 10px;
	line-height: 1.5;
}

.woocommerce-checkout #order_review_heading {
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid;
	padding: 10px 0px;
	margin: 0px 15px 25px 15px;
	width: 100%;
	display: inline-block;
}
.woocommerce-checkout table.shop_table th {
	font-weight: 600;
	padding: 9px 12px;
	line-height: 1.5em;
	font-size: 20px;
}
.woocommerce-checkout table.shop_table tfoot th {
    font-weight: 500;
    border-top: 1px solid rgba(0,0,0,.1);
}
.woocommerce-checkout .shipping h3 {
	font-size: 20px;
	font-weight: 500;
}
.woocommerce-checkout #shipping_method label {
	font-size: 18px;
	font-weight: 500;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	width: 100%;
	display: inline-block;
}
.woocommerce-checkout #place_order {
	background: #000;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
}
.woocommerce-checkout #payment {
	margin-bottom: 50px;
}


.custom-stru {
	margin: 0px 10px;
}

.custom-stru label {
	font-size: 28px;
	font-weight: 500;
}

.custom-stru input {
	border: 1px solid #000;
	font-size: 25px;
	border-radius: 0px;
	margin-bottom: 10px;
	padding: 5px 15px;
}

.wrp-cart-total {
	background: #e2e2e2;
	padding: 30px 0px;
}

.woocommerce-cart .cart-collaterals {
	margin: 20px 0px;
}

.wrp-cart-check {
	padding: 30px 0px;
}
.wrp-cart-check .shop_table tbody{
	display: inline-block;
	width: 100%;
}

.wrp-cart-check .order-total {
	margin-top: 20px;
	border-top: 1px solid #000;
	display: inline-block;
	width: 100%;
	padding: 15px 0px;
}

.form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	color: #000;
	font-size: 30px;
	padding: 6px;
}

.datepicker {
    padding-left:2.500rem !important;
}

.woocommerce-checkout .woocommerce-Price-amount {
	font-weight: 500;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #aaa !important;
	opacity: 1; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #aaa !important;
}
  
::-ms-input-placeholder { /* Microsoft Edge */
	color: #aaa !important;
}

.wc-proceed-to-checkout{
	display: none;
}
.wc-duplicate-paypal a {
	background: #009cde;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px 0px;
	border-radius: 5px;
	letter-spacing: 1px;
}

.wc-duplicate-paypal a:hover{
	background: #000;
}

#loader-scratch{
	display: none;
}

.location-maps iframe{
	height: 570px;
}


.home-inner-menu {
	color: #fff;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	transition: all 0.5s;
}

.home-inner-menu:hover{
	color: #f7f600;
	transition: all 0.5s;
}

.content-respo:last-child {
	padding-bottom: 40px;
}

.wrp-default-content {
	padding: 60px 0px;
}


.page-template-tpl-locations .right-verticle {
	display: none;
}
.wrp-instagram{
	display:none;
}