/*!
Theme Name: undercustoms_shopping
Theme URI: http://www.galzor.com
Author: Amanz
Author URI: http://www.galzor.com
Description: Custom wordpress template series handwritten by Amanz Galzor himself. Check more of his work at galzor.com. He is full stack web developer and part time veteran gamer.
Version: 1.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: undercustoms
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-wordpress, wordpress-theme, wordpress-template
This theme, like WordPress, is licensed under the GPL.
Undercustoms is further based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

COLORS;
ghost:   #f1f1f1
dark:    #1e2022
color:   #fbb8db
*/

/*-----------------------
# Fonts
-----------------------*/

/* @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Prata&display=swap'); */

/*-----------------------
# Essentials
-----------------------*/

html,
body {
  height: 100%;
}


html {
  box-sizing: border-box;
  background: #fff;
  color: #000;
  font-family: sans-serif;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #1e2022;
  font-family: sans-serif;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-family: "Prata", serif;
  font-weight: 700;
  clear: both;
}

p {
  margin-bottom: 1.0em;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  /* list-style: disc inside; */
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal inside;
  margin: 0;
  padding: 0;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

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

embed,
iframe,
object {
  max-width: 100%;
}

/*-----------------------
# Navigation
-----------------------*/

a {
  color: #000;
  transition: all 0.25s ease;
}

a:visited {
  color: #000;
}

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

a:focus {
  outline: thin dotted;
}

/* -----------------------
	Common classes
----------------------- */

.sidebar a,
.entry-content a {
  font-weight: 600;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
}

.sidebar a:hover,
.sidebar a:focus,
.entry-content a:hover,
.entry-content a:focus {
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration: underline solid Currentcolor;
  text-decoration: underline solid Currentcolor;
}

.btn.btn-dark,
a.btn.btn-dark {
  background: #1e2022;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 30px;
  border-radius: 3px;
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
  border: 1px solid transparent;
  text-shadow: none;
  margin-bottom: 2px;
  text-decoration: none;
  line-height: 1.5;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
  color: #97b147;
  background: #1e2022;
}

.btn.btn-color,
a.btn.btn-color {
  background: #97b147;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 30px;
  border-radius: 3px;
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
  border: 1px solid transparent;
  cursor: pointer;
  text-shadow: none;
  margin-bottom: 2px;
  text-decoration: none;
  line-height: 1.5;
}

.btn.btn-color:hover,
.btn.btn-color:focus {
  color: #fff;
  background: #97b147;
  border-color: #97b147;
}


.btn.btn-trans,
a.btn.btn-trans {
  background: transparent;
  color: #03391d;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 3px;
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
  border: 1px solid #03391d;
  cursor: pointer;
  text-shadow: none;
  margin-bottom: 2px;
  text-decoration: none;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.btn.btn-trans:hover,
.btn.btn-trans:focus {
  color: #fac843;
  background: #03391d;
  border-color: #03391d;
}

.btn.btn-lg,
a.btn.btn-lg {
  padding: 16px 36px;
}

.btn.btn-sm,
a.btn.btn-sm {
  padding: 4px 10px;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.list {
  margin: 0 0;
  padding: 0 0;
  display: block;
}

.list-inline {
  margin: 0 0;
  padding: 0 0;
  display: block;
  list-style-type: none;
}

.list-inline li {
  display: inline-block;
  list-style-type: none;
}

.cover-img {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}

.whitey,
.ghosty {
  background: #fff;
  padding: 20px 20px;
  margin-bottom: 30px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
}

.ghosty {
  background: #f5f5f5;
}

.bg-gray {
  background: #f5f5f5;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.bg-white {
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.bg-color {
  background: #97b147;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cover-img {
  height: 100%;
  object-fit: cover;
}

.title h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.title h3 a,
.title h5 a {
  color: inherit;
}

.title h3.entry-title {
	text-transform: none;
}

.frontpage .title h3 {
  text-transform: uppercase;
}

.title h5 {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  color: #222;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.title .line {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #222;
  border-radius: 2px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.title.services-mode h5,
.title.services-mode h3 {
  color: #1e2022;
}

.form-control {
  background: #fafafa;
}

.mark,
mark {
  background-color: #e7f3fe;
}

.text-shadow {
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.limited {
  display: block;
	max-width: 800px;
	margin: 0 auto;
}

.limited-sm {
  display: block;
	max-width: 600px;
	margin: 0 auto;
}

/*-----------------------
# Accessibility
-----------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

.parallax-window {
  min-height: 300px;
  background: transparent;
}

.relative {
  position: relative;
}

/*-----------------------
# Alignments
-----------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none !important;
}

/*-----------------------
# Clearings
-----------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clearfix {
  float: none;
  clear: both;
  display: block;
}

/*-----------------------
# Widgets
-----------------------*/

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
  border-radius: 2px;
  margin-bottom: 15px;
  background: #fff;
  padding: 15px 15px;
  border: 1px solid #ddd;
}

.widget select {
  max-width: 100%;
}

.widget .widget-title {
  font-size: 18px;
  margin: 0 0 20px;
}

.widget p {
  margin-bottom: 2px;
}

/*-----------------------
## Posts and pages
-----------------------*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.posts-navigation .nav-links {
  margin: 15px -15px;
  overflow: auto;
}

.posts-navigation .nav-links .nav-previous {
  float: left;
}

.posts-navigation .nav-links .nav-next {
  float: right;
}

.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
  display: inline-block;
  background: #1e2022;
  color: #fff;
  font-size: 15px;
  padding: 4px 10px;
  border-radius: 3px;
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
}

/*-----------------------
## Comments
-----------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*-----------------------
# Infinite scroll
-----------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}


.row{
	width:100% !important;
}
/*-----------------------
# Media
-----------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/*-----------------------
## Captions
-----------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*-----------------------
## Galleries
-----------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.entry-content .rl-gallery .rl-gallery-link .rl-gallery-caption {
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
}

/*---------------------------
## Menus
---------------------------*/


.main-navigation ul ul.sub-menu {
  /*display: none;*/
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  height: 0;
  overflow: hidden;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  transition: height 0.1s ease;
}

/*.main-navigation ul li:hover > ul.sub-menu, */
.main-navigation ul li.focus>ul.sub-menu {
  /*display: block;*/
  left: 0;
  height: auto;
}

.main-navigation ul ul.sub-menu ul.sub-menu {
  /*display: none;*/
  right: -999em;
  left: auto;
  top: 0;
}

/*.main-navigation ul ul.sub-menu li:hover>ul.sub-menu, */
.main-navigation ul ul.sub-menu li.focus>ul.sub-menu {
  /*display: block;*/
  right: 100%;
  left: auto;
}

.main-navigation li {
  position: relative;
  display: inline-block;
  padding: 0;
}

.main-navigation li.menu-item-has-children>a::after {
  content: "▼";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 38%;
  z-index: 1;
  font-size: 8px;
}

.main-navigation ul.sub-menu li.menu-item-has-children>a::after {
  transform: rotate(-90deg);
  top: 15px;
}

.main-navigation .collapse {
	justify-content: center;
}

.main-navigation .navbar .menu .menu-item a {
	color: #fff;
	display: block;
	padding: 10px 15px;
}

/* Small menu. */

.main-navigation ul.sub-menu {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  text-align: right;
}

#nav .main-navigation ul ul.sub-menu a {
  width: 180px;
  background: #f5f5f5;
  padding: 10px 16px;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #1e2022;
}

#nav .main-navigation ul ul.sub-menu a:hover,
#nav .main-navigation ul ul.sub-menu a:focus {
  color: #97b147;
  background: #fff;
}

/*toggled in media queries below*/

.navbar-toggler {
  /*display: none;*/
  padding: 6px 10px;
  color: #fff;
  margin: 3px 0;
  float: right;
  font-size: 1.3rem;
  background: #97b147;
}

#nav {
  clear: both;
}

#site-navigation.main-navigation.fixed-navbar {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}

.logo-fixed {
	display: block;
	padding: 7px 0px 0 10px;
  max-width: 160px;
  height: 0;
  opacity: 0;
}

#site-navigation.main-navigation.fixed-navbar .logo-fixed {
  opacity: 1;
  height: auto;
}

.cart-customlocation {
	position: absolute;
	right: 8px;
	top: 6px;
	width: 16px;
	height: 16px;
	background: #9dca00;
	border-radius: 50%;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	font-weight: 900;
	overflow: hidden;
	color: #03391d !important;
	padding: 0 !important;
}

/*-----------------------
# Theme Content
-----------------------*/

/* HEADER */

.site-header {
	position: relative;
}

#site-header {
	z-index: 999;
}
/* CONTENT */

.homepage-content {
  position: relative;
  display: block;
}

.site-content {
  padding: 0px 0;
  background: #f5f5f5;
}

.site-content .content-area {
  padding: 0 0;
  border-bottom: none;
}

.home-section .title {
  margin-bottom: 20px;
}

.top-upper,
.top-lower {
  display: block;
  overflow: auto;
}

.service-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 4px 1px -1px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.service-item .icon {
  font-size: 3rem;
}

.service-item p {
  text-align: justify;
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.92rem;
}


/* FULL WIDTH PAGE */

.full-width .content-actual table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 1px solid #e9ecef;
}

.full-width .content-actual table th,
.full-width .content-actual table td {
  padding: 0.75rem;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #e9ecef;
  border: 1px solid #e9ecef;
}

.full-width .content-actual table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.full-width .content-actual table tbody+tbody {
  border-top: 2px solid #e9ecef;
}

.full-width .content-actual table table {
  background-color: #fff;
}

.full-width .content-actual table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.full-width .content-actual table h4 {
  margin: 0;
  border: none;
  padding: 0;
}

.site-content .content-actual.single-mode .img img {
  border-radius: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.mini-title {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}

.mini-title::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
  border-radius: 4px;
  margin-top: 13px;
}
.badge.red {
    background: #ed1b24;
}
/* SIDEBAR */

.sidebar aside#secondary {
  padding-top: 0px;
}

.sidebar .widget {
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 2px;
	position: relative;
	font-size: 15px;
	overflow: auto;
}

.sidebar .widget .widget-title {
  font-size: 20px;
  margin: 0 0 12px 0;
  font-weight: 600;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

/* condinationally hidden file:sidebar.php*/
/* .sidebar .widget.widget_search, */
.sidebar .widget.custom-widget-subpages {
  background: #97b147;
  padding-bottom: 20px;
}

/* .sidebar .widget.widget_search .widget-title, */
.sidebar .widget.custom-widget-subpages .widget-title {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.sidebar .widget.custom-widget-subpages ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar .widget.custom-widget-subpages ul li a {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.sidebar .widget.custom-widget-subpages ul li a:hover,
.sidebar .widget.custom-widget-subpages ul li a:focus {
  text-decoration: underline;
}

.sidebar .search-form {
  margin: 0;
  padding: 0;
}

.sidebar .search-form label {
  display: block;
}

.sidebar .search-form input[type="search"],
.sidebar .woocommerce-product-search input[type="search"] {
  width: 100%;
  border-radius: 3px;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  color: #1e2022;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  font-size: 15px;
}

.sidebar .search-form input[type="submit"],
.sidebar .woocommerce-product-search input[type="submit"] {
  background: #1e2022;
  color: #fff;
  padding: 8px 16px;
  border-radius: 3px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}

.sidebar .widget.rl-image-widget {
  padding: 0px;
  overflow: hidden;
  border-radius: 5px;
}

.sidebar .widget.rl-image-widget .widget-title {
  display: none;
}

.sidebar .widget.rl-image-widget .rl-image-widget-text {
  padding: 15px 15px;
}

.sidebar .widget ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar .widget ul li {
  list-style-type: none;
  display: block;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 6px 0;
}

.sidebar .widget ul ul.children {
	padding-left: 15px;
}
.sidebar .widget ul ul.children li {
	border-bottom: none;
  padding: 6px 0 0;
}


/*---------------------------------
		2.1 MAINMENU AREA
-----------------------------------*/

.mainmenu-area {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9999;
  background: #fff;
}

.is-sticky .mainmenu-area {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  z-index: 99999;
}

.is-sticky .mainmenu-area::after {
  opacity: 1;
}

#nav {
  padding: 0 0;
}

#navbarMain {
  justify-content: flex-start;
}

#nav ul {
  list-style-type: none;
}

#nav ul li {
  list-style-type: none;
  display: inline-block;
}

#nav li a {
  display: inline-block;
  font-size: 14px;
  padding: 14px 20px;
  text-transform: uppercase;
  position: relative;
  color: #eee;
  letter-spacing: 0.3px;
  font-weight: 700;
}

#nav li.current_page_item>a::before {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: 0.3s;
}

#nav li:hover>a {
  color: #97b147;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.top-bar {
  background: #1e2022;
}

.call-to-action {
  text-transform: lowercase;
  padding-top: 15px;
}

.call-to-action p {
  display: block;
  margin: 0;
}

.call-to-action a {
  font-size: 15px;
  /*color: #fff;*/
  color: #97b147;
}

.call-to-action i {
  color: #97b147;
  font-size: 0.95em;
}

.is-sticky #nav li a {
  padding: 30px 20px;
  color: #1a1a1a;
}

.is-sticky #nav li.active a,
.is-sticky #nav li:hover>a {
  color: #97b147;
}

.is-sticky .mainmenu-area {
  background: #ffffff none repeat scroll 0 0;
}

.is-sticky .navbar-header {
  margin-top: -7px;
}

.navbar-brand img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.is-sticky .navbar-brand img {
  max-width: 80%;
}

.second-menu {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3) inset;
  padding: 30px 20px;
  text-align: center;
  position: relative;
}

.second-menu button {
  background: transparent;
  border: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

#full-menu {
  position: absolute;
  z-index: 999;
  background: #fff;
  top: 100%;
  right: 0;
  box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.6);
}

#full-menu li.menu-item {
  display: block;
}

#full-menu li.menu-item a {
  display: block;
  padding: 10px 20px;
  text-align: right;
}

.social-icons li a {
  color: #fff;
  margin-left: 5px;
}

/*-----------------------------------
		WOOCOMMERCE
-------------------------------------*/

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: left;
	width: 100%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-bottom: 2.2rem;
}

.woocommerce ul.products li.product .button {
	margin-top: 0;
  background: #1e2022;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 3px;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: initial !important;
}

.woocommerce-additional-fields .woocommerce-input-wrapper,
.woocommerce-shipping-fields .woocommerce-input-wrapper,
.woocommerce-billing-fields .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	background: #fefefe;
}

.woocommerce form .form-row  {
	display: block;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 8px;
}

.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	background: #9dca00;
	color: #fff;
	padding: 10px 24px;
}

.select2-container--default .select2-selection--single {
	padding: 5px 5px;
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

#ship-to-different-address {
	font-size: 1.4rem;
}

#order_review_heading {
	margin-top: 30px;
}

.product .add-to-cart a.add_to_cart_button.loading,
.product .add-to-cart a.add_to_cart_button.added {
  padding-right: 25px;
}

.product .add-to-cart a.add_to_cart_button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  margin-left: 5px;
  vertical-align: bottom;
  position: absolute;
	animation: spin 2s linear infinite;
}

.product .add-to-cart a.add_to_cart_button.added::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: 5px;
  vertical-align: bottom;
  position: absolute;
	vertical-align: bottom;
}

@keyframes spin {
  100% {
    transform:rotate(360deg);
  }
}

.product .add-to-cart a.added_to_cart.wc-forward {
  display: inline-block;
	background: #97b147;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	border: 1px solid transparent;
	margin-top: 0.5rem;
  vertical-align: middle;
  font-size: 15px;
}


.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #515151 !important;
	text-decoration: none;
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #515151 !important;
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	text-shadow: inherit;
	border-color: transparent;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	color: #333;
}

.woocommerce .products .star-rating {
	margin: 4px 0 0;
	height: 20px;
	line-height: 18px;
  width: auto;
}

.woocommerce .products .star-rating span {
	padding-top: 20px;
	font-size: 10px;
  font-size: 12px;
  color: #bbdb5a;
  text-shadow: 0 0px 1px rgba(0,0,0,0.9);
}

.woocommerce .star-rating::before {
	font-size: 12px;
}

.woocommerce .quantity .qty {
	padding: 0;
}


.cart-msg {
	position: absolute;
	bottom: 48%;
	padding: 20px;
	font-size: 16px;
  font-weight: 600;
	max-width: 45%;
}


/*-----------------------------------
		MORE
-------------------------------------*/

#glt_widget-2 {
	display: inline-block;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
  line-height: 1;
}

.widget-area .widget button {
	background: #97b147;
	border-radius: 3px;
	color: #fff;
	padding: 5px 15px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}

select[name="wcu_currency_switcher"],
#glt_widget-2 #google_language_translator select.goog-te-combo {
	width: 140px !important;
	background: #fff;
	box-shadow: none !important;
	padding: 2px 4px !important;
	height: auto !important;
	border: 1px solid lightgray !important;
	border-radius: 2px !important;
	font-size: 13px;
	margin: 0 0;
	line-height: 1;
}

select[name="wcu_currency_switcher"] {
	width: 80px !important;
  margin-left: 10px;
}

.wcuCurrencySwitcherWidget {
	display: inline-block;
	width: auto !important;
	margin: 0 0 !important;
	padding: 0 0 !important;
  line-height: 1;
}

.container-fluid.titlemon {
	padding: 50px 0 20px;
	background: #f5f5f5;
	background: linear-gradient(0deg, #f5f5f5, #f6fcda );
}

.otherpage .ttm-header-style-stackcenter {
	box-shadow: none;
}

.otherpage .ttm-header-style-stackcenter .site-navigation {
  border-radius: 3px;
}

.otherpage .footer.ttm-bgcolor-black {
	border-top: 1px solid rgba(0,0,0,0.15);
}

.woocommerce-privacy-policy-text {
	display: none;
}

.woocommerce-form.woocommerce-form-register.register {
  position: relative;
  padding-bottom: 100px;
}

.woocommerce-form.woocommerce-form-register.register button.woocommerce-Button.button {
	position: absolute;
	bottom: 40px;
	left: 20px;
	padding: 15px 30px;
}

.woocommerce-form.woocommerce-form-register.register #ihs-country-code0 {
	margin-top: 5px;
}

.woocommerce-account.woocommerce-page .wc_ss_btns,
.woocommerce-cart.woocommerce-page .wc_ss_btns,
.woocommerce-checkout.woocommerce-page .wc_ss_btns {
	display: none;
}

.modal-content iframe{
  margin: 0 auto;
  display: block;
}

/* for delivery boys */
.woocommerce-driver-dashboard .ddwc-dashboard a {
	color: #fff;
	background: #9dca00;
	padding: 5px 16px;
	border-radius: 3px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.woocommerce-driver-dashboard .ddwc-dashboard a:hover,
.woocommerce-driver-dashboard .ddwc-dashboard a:focus {
	background: #03391d;
}

/* hide links for delivery boy */
body.user-role-driver .sidebar .widget ul li.woocommerce-MyAccount-navigation-link--downloads,
body.user-role-driver .sidebar .widget ul li.woocommerce-MyAccount-navigation-link--orders,
body.user-role-driver .sidebar .widget ul li.woocommerce-MyAccount-navigation-link--edit-address {
  display: none;
}

/* account page fix */

body.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Button.button {
	position: relative;
	top: 150px;
}

body.woocommerce-edit-account .woocommerce-MyAccount-content .ihs-mob-country-wrapper,
body.woocommerce-edit-account .woocommerce-MyAccount-content .ihs-otp-btn {
	position: relative;
	top: -60px;
}

.woocommerce span.onsale {
	width: 60px;
	height: 30px;
	min-height: 30px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.5px;
	background: #03391d;
	color: #fff;
	font-size: 14px;
	top: 5px;
	left: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	border-radius: 3px;
}


/*-----------------------------------
		MEDIA QUERIES
-------------------------------------*/

@media all and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }

}

/* Portrait tablet to landscape and desktop to 992px */
@media all and (max-width: 992px) {

}

/* Landscape phone to portrait tablet to 768px */
@media all and (max-width: 768px) {

  .navbar-toggler {
    position: absolute;
    right: 10px;
    top: -80px;
    z-index: 20;
	 margin-right: -40px;
  }

  .site-navigation.main-navigation.fixed-navbar .navbar-toggler {
    top: -42px;
    padding: 1px 8px;
  }

  .main-navigation li {
    display: block;
    text-align: right;
  }

  .main-navigation .navbar {
    padding: 0;
  }

  .navbar.navbar-right .menu .menu-item {
    display: inline-block;
    margin-right: 10px;
  }

  #site-navigation.main-navigation.fixed-navbar {
    height: 60px;
  }

  .cart-customlocation {
    top: 4px;
    right: 3px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    display: none;
  }

  .colorquad .quad-item,
  .colorquad .quad-item.active,
  .colorquad .quad-item.passive {
    width: 100%;
    height: auto;
    /* background-size: 100% 100%; */
    background-repeat: repeat-x;
    /* position: static; */
  }

  .colorquad .quad-item .quad-content {
    width: 60%;
    opacity: 1;
    text-align: left;
  }

  .colorquad .quad-item .quad-content p {
    display: none;
  }

  .colorquad .quad-item .quad-content h4 {
    padding-top: 20%;
  }

  .colorquad .quad-item .quad-img {
    width: 40%;
  }

  .colorquad .quad-item .quad-img .img-fluid {
    position: relative;
    height: auto;
    width: 170%;
    transform: translateX(-50%);
    left: 50%;
  }

  .cart-msg {
    position: static;
    max-width: 100%;
  }

}

/* Landscape phones and down upto 576px */
@media all and (max-width: 576px) {

}

/* Landscape phones and down upto 480px */
@media all and (max-width: 480px) {

}