/*!
Theme Name: Tile Base
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tile-base
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Tile Base is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 767px) {
	
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	
}

/*.site-main .comment-navigation,*/
/*.site-main*/
/*.posts-navigation,*/
/*.site-main*/
/*.post-navigation {*/
/*	margin: 0 0 1.5em;*/
/*}*/

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/*.post,*/
/*.page {*/
/*	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;*/
/*}*/

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	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. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*-----------------------------------------------------------------*/

/* Tile Base Custom Styling */

/* Fixes */
*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box !important;
}

a{
  text-decoration: none;
  
}

ul{
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
	
}

i{
    display: inline-block;   
    cursor: pointer;
} 

img{
    cursor: pointer;
}

h1, h2 , h3 , h4 , h5, h6{
    margin: 0px;
}

p{
    margin-bottom: 0px;
}

.btn-check:focus+.btn, 
.btn:focus,
.form-control:focus,
.form-select:focus {
    border-color: #666 !important;
    box-shadow: none !important;
}

/* Fixes Ends */

/* Pre def Class*/

.m-y-auto{
    margin-top: auto;
    margin-bottom: auto;
}

.flex-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-end{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Header Styling*/

.sticky-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 3px 4px -4px black;
    -moz-box-shadow: 0 3px 4px -4px black;
    box-shadow: 0 3px 4px -4px black;
    opacity: 1;
    animation-name: sticky-header;
    animation-duration: 0.3s;
}

@keyframes sticky-header {
  0% {opacity: 0;}
  50% {opacity: 0.5;}
  100% {opacity: 1; }
}

.header-top{
    padding: 5px 0;
    background-color: #3B434E;
}

.header-top p,
.header-top a{
    color: #FFF;
}

.header-top .text-free,
.header-top a > i{
    color: #edd651;
}

.header-top .top-number{
    margin-left: 20px;
}

.header-middle{
    padding: 10px 0;
}

.header-middle .top-searchbar{
    border: 1px solid #CFCFCF;
    border-radius: 25px;
    display: inline-block;
    padding: 5px 20px;
}

.top-searchbar .top-search-input{
    border: none;
    outline: none;
    background: transparent;
    width: 300px;
    padding: 6px;
}

.top-searchbar .fa-search{
    color: #edd651;
    font-size: 24px;
    vertical-align: middle;
} 

.middle-right-icons i{
    color: #454545;
    font-size: 22px;
    padding: 0 10px;
}

.middle-right-icons a:not(:last-of-type){
    border-right: 1px solid #CFCFCF;
}

.header-lower{
    background-color: #3B434E;
}

.main-navigation .menu-item a{
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 15px;
}

.main-navigation .menu-item a:hover{
    color: #3B434E;
    background-color: #edd651;
}

/* Header Styling Ends*/

/* Home Styling*/

.hone-yellow-heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.hone-yellow-heading .yellow-bg{
    position: relative;    
}

.hone-yellow-heading .bg-title{
    position: absolute;
    color: #E2E2E2;
    z-index: -1;
    font-size: 78px;
    top: -34px;
}

.hone-yellow-heading .yellow-bg::after{
    content: "";
    position: absolute;
    background-color: #edd651;
    height: 16px;
    width: 100%;
    left: 0;
    bottom: 5px;
    z-index: -1;
}

.grey-outline-btn .vc_btn3{
    color: #3c434e !important;
    border: 3px solid #3c434e !important;
    background-color: transparent !important;
    font-weight: 700;
    padding: 10px 30px !important;
    font-size: 16px !important;
}

.grey-outline-btn .vc_btn3:hover{
    color: #f0d92c !important;
    background-color: #3c434e !important;
}

/* Home Category */

.home-categories .product-category{
    position: relative;
}

.home-categories .product-category img{
    margin: 0 !important;
}

.home-categories .product-category h2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 10px 20px !important;
    color: #FFF;
    font-size: 20px !important;
    font-weight: bold;
    background-color: #0000008c;
}

.home-categories .product-category .count{
    display: none;
}

/*  */

.home-testimonial .lvca-testimonial{
	position: relative;
}

.home-testimonial .lvca-testimonials-slider .lvca-testimonial-text i{
	position: absolute;
	margin-bottom: 0;
	color: #edd651;
	top: 0;
    right: 0;
    transform: rotate(180deg);;
}

/* Home Styling Ends*/

/* Footer Stylings*/
.hr-seperator{
    opacity: 1;
    background-color: #909090;
}

.site-footer{
    background-color: #3B434E;
    padding: 60px 0 30px 0;
}

.site-footer p,
.site-footer li a,
.site-footer li i{
    color: #FFF;
}

.site-footer h5{
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.site-footer h5::after{
    content: "";
    position: absolute;
    background-color: #edd651;
    width: 50%;
    height: 3px;
    left: 0;
    bottom: -12px;
}

.site-footer p{
    margin: 10px 0;    
}

.site-footer li{
    margin: 6px 0;
}

.footer-col-1 ul li{
    display: inline-block;
    padding-right: 10px;
    font-size: 30px;
}

.footer-col-1 ul li:hover i,
.footer-col-2 ul li:hover a,
.footer-col-3 ul li:hover a{
    color: #edd651;
}

.footer-col-3 ul i{
    color: #edd651;
    margin-right: 15px;
}

.terms-condition li{
    display: inline-block;    
}

/* Footer Stylings Ends*/

/* Cart Page Styling*/
/* .woocommerce{
    padding: 30px 0;
	
} */
.cart-container {
    overflow-y: auto;
    height: 300px;
}

.cart_item .product-quantity .quantity{
    display: flex !important;
}
.modal {
    z-index: 999999;
}
#mcart-widget a.remove, .woocommerce a.remove{
    background-color: #edd651;
    line-height: 0.8em;
}


/* Cart Page Styling Ends*/


.modal{
     z-index: 9999999;
}

.modal.fade .modal-dialog {
    transition: transform .2s ease-out;
    transform: translate(560px,0);
}

.modal.show .modal-dialog{
    transform: translate(0,0);
}

.modal-content .modal-header{
    color: #fff;
    background-color: #3B434E;
    border-radius: 0;
}

.modal-header .btn-close{
    margin: 0;
    background-color: #fff;
    padding: 12px;
    opacity: 1;
}

.modal-dialog {
    margin: 0px;
    position: fixed;
    right: 0px;
    width: 500px;
    max-width: 100%;
}

.modal-content {
    height: 100vh;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0;
}


/* Responsiveness */

@media screen and (max-width:992px){
	.site-branding {
		width:230px;
	}
	
	#rmp-menu-wrap-50 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: #dc9f27 !important;
}
    .top-searchbar .top-search-input {
        width: 250px;
    }
    
    .middle-right-icons i {
        font-size: 22px;
        padding: 0 6px;
    }
    
    .main-navigation ul li a {
        padding: 10px 9px;
        font-size: 13px !important;
    }

}

@media screen and (max-width:812px){
   
    .tabcontent span {
right: 78% !important;
    top: 54% !important;
    }
    .home-categories .wpb_single_image img {
    height: 270px;
}

#mcart-stotal {
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin-left: 0 !important;
}
    .product .des-woocommerce-tabs {
    width: 100% !important;
            padding: 10px !important;
    }
}

@media screen and (max-width:767px){
    
    
    .sticky-header,
    .header-lower{
        display: none !important;
    }
    
    .top-text{
        text-align: center;
    }
    
    .site-info-top{
        justify-content: center;
    }
    
    .header-top p, .header-top a {
        font-size: 12px;
    }
    
    .hone-yellow-heading .bg-title{
        font-size: 62px;
        top: -27px;
    }
    
    /*Home Testimonial*/
    .testimonial-slider > row{
        position: relative;
    }
    
    .testimonial-slider .test-quote-img{
        position: absolute;
    }
    
    .testimonial-slider .test-quote-img img{
        width: 60px;
        display: block;
        padding-right: 10px;
        margin: auto 0 auto auto;
    } 
    
    .testimonial-slider .testimonial-image img{
        display: block;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    
    .testimonial-slider .testimonial-content p{
         text-align: center;
    }
    
    .testimonial-slider .testimonial-content h2{
        margin: 10px 0;
        text-align: center;
    }
	.woocommerce .summary
	{
	     position: static !important;
	}
	 .woocommerce div.product div.summary
	{
	    margin-bottom: 0!important;
    
	}
	.product #accordion-container {
     width: 100% !important;
		margin:30px 0px;
		}
	
	.home-testimonial .lvca-testimonials-slider .lvca-testimonial-text i{
		position: static;
		margin-bottom: 0;
		color: #edd651;
		transform: rotate(0deg);;
	}

}

@media screen and (max-width:576px){
    .hone-yellow-heading{
        font-size: 18px;
    }
    
     .hone-yellow-heading .bg-title{
        font-size: 52px;
        top: -30px;
    }
	
}

@media screen and (max-width: 320px){
    .top-searchbar .top-search-input {
        width: 225px;
    }
    
    .hone-yellow-heading{
        font-size: 16px;
    }
    
     .hone-yellow-heading .bg-title{
        font-size: 39px;
        top: -30px;
    }
}
/*.shop h1 {*/
/*    padding: 60px 0 60px 0;*/
/*    color: #edd651;*/
/*    text-align: center;*/
/*    text-shadow: 2px 0px 2px #000000;*/
/*    background: #3b434ec7;*/
/*}*/
.shop {
  margin-bottom: 20px;
    padding: 0;
    margin-top: 20px;
    padding-left: 12px;
}
.woocommerce .products ul li, .woocommerce ul.products li {
    text-align: left;
}
.woocommerce-loop-product__title {
    color: #3b414d;
}
.woocommerce ul.products li.product .price {
    color: #3b414d;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
   color: #edd651;
    background-color: #3b434e;
    /*width: 100%;*/
    text-align: center;
}
.products .button {
    width: 100%;
}
.quick-view-button {
    color: #3b434e !important;
    background-color: #edd651 !important;
    margin-top: 7px !important;
}
.woocommerce .woocommerce-breadcrumb {
    display:none;
}
.sn-pro {
    margin-top: 50px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #e7b900;
    font-size: 22px;
    font-weight: 600;
}
.woocommerce div.product .product_title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
        margin-bottom: 6px;
}
.woocommerce div.product .stock {
    color: #795548;
    margin: 15px 0 15px 0;
    font-weight: 600;
    text-transform: capitalize;
}
.woocommerce .quantity .qty {
    padding: 5px;
    color: #3b434e;
    border: 1px solid #e7b900;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #edd651 !important;
    color: #3b434e !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #edd651;
    color: #fff;
}
.posted_in a {
    color: #edd651;
}
.related h2 {
    margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #3b434e;
    background-color: #3b434e;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}
.reviews_tab a {
     color: #e7b900 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #3b434e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    box-shadow: 2px 2px 0 #3b434e;
}


/* Umair CSS starts here */

	/* About us footer page */
	.colored-box-about-us
	{
		background: #3b434e;
	}

	.about-us-para
	{
	  font-family :Hurme, sans-serif;
	  font-size:16px;
	  color:black;
	  font-weight:500;
	}

  /* 	deliver page footer */

		.delivery-page-headings
		{
			color:black;
			font-weight:600;
		}

	/* FAQ PAGE */
	.faq-btns .vc_btn3:hover
	{
		background: #3b424d!important;
		color:white !important;
	}

	.faq-btns 
	{
	  margin:0px !important;    
	}

	.faq-btns .vc_btn3
	{
		padding:25px!important;
		cursor: pointer;
	}


/* 	Contact page */

	.contact-name input{
		padding:7px;
		width:100%;
	}

	.submit-btn {
	 text-align:center !important;
	}

	.submit-btn input{
	  background:#edd651;
	}

	.msg-box textarea{
		height:180px !important;
		
	}





#tab-suitable-for .accordion__content li
{
	display: inline-block;
	margin-left:25px;
	margin-top:12px;
		
}

.wc-tab h2 {
	margin-bottom:10px !important;
}

/* Tile Specifications */
#tab-tile-specifications p
{   
	margin-top:10px;
	margin-bottom:10px;
	line-height: 2.3 !important;
    font-weight: 500;
}
#tab-tile-specifications strong
{  
    font-weight: 500;
}
/* Delivery */

#tab-delivery-returns ul
{
	margin-top:10px;
	margin-bottom:10px;
}

.woocommerce .woocommerce-product-rating .star-rating{
    margin: 0;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
}

.woocommerce-product-rating .container-rating{
     display: flex;
     justify-content: flex-end;
     align-items: center;
}

.woocommerce .summary .quantity{
    display: flex;
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .qty {
    border-radius: 0;
    outline: none;
    border: 1px solid #e7b900;
    padding: 15px 10px 15px 10px !important;
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus{
    background-color: transparent;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
}

.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover{
    background-color: #e7b900;
}

.woocommerce .quantity .minus{
    border-left: none;
    border-radius: 0 3px 3px 0;
}

.woocommerce .summary .qty-label{
    margin-bottom: 5px;
}

.woocommerce .quantity .qty {
    padding: 5px;
    color: #3b434e;
    width: 100%;
    border-right: none;
    border-radius: 3px 0 0 3px;
    
}

/* Chrome, Safari, Edge, Opera */
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  opacity: 0;
  margin: 0px;
}

/* Firefox */
.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce div.product form.cart{
  display: flex;
  flex-direction: column;
}

.woocommerce div.product form.cart .button{
    margin-top: 20px;
    width: 50%;
}

.summary .product-extra{
    margin-top: 20px;
    padding: 10px;
    background-color: #F4F4F4;
}

.summary .product-extra ul li::before{
    content: '✓';
    display: inline-block;
    padding-right: 10px;
    color: #212a2f;
    font-weight: bold;
}

.summary .product-extra ul li{
    color: #212a2f;
    list-style-position: inside;
    padding: 5px 0;
    font-weight: 500;
}

.product #accordion-container{
    width: 50%;
	display: inline-block;
	
}

.product .related {
    margin-top: 20px;
	
	
}
 .woocommerce div.product div.summary
{
	margin-bottom: 30em;
    
}




.woocommerce .summary {
    min-height: auto;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 7%;

}


.drawer{
    border-top: 0;
}

.drawer .accordion-header{
    min-height: 44px;
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    border-bottom: 2px solid #0000001f;
}

.drawer .accordion-item{
    border-radius: 0;
    border: none;
}

.drawer .accordion-content{
    border-top: 0;
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    border-bottom: 1px solid #0000001f;
}

.drawer h1{
    color: #212a2f;
    font-weight: bold;
    font-size: 17px;
}

.drawer .accordion-content h2{
    display: none;
}

.accordion__content .accordion-info{
    margin-top: 10px;
}

.order-by-area {
    border: 1px solid #edd651 !important;
    padding: 15px 10px 15px 10px !important;
    position: relative;
}

.tabcontent span{
    position: absolute;
    right: 85%;
    top: 57%;
    transform: translate(-70%,-50%);
    font-weight: 800;
}


/*Order tabs starts here*/
/* Style the tab */
.tab {
  overflow: hidden;
 
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/*.price .woocommerce-Price-amount {*/
/*    display:none;*/
/*}*/


.amount_needed {
   position: relative;
}
.amount_needed:after { /*could use :before if you wanted too*/
   content: "M";
   display: block;
}
.amount_needed:focus .amount_needed:before {
   display: none;
}

/*Tabs links css*/

.tablinks {
    padding: 0 15px 8px 0px !important;
    cursor: pointer;
    font-weight: 700;
    color: #bbb;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
}
.cs-hr{
    height: 3px !important;
    padding: 0;
    margin: -3px 0 16px 0;
    background: #ddd;
    opacity: 1;
}
.tab .active{
    border-bottom: 3px solid !important;
    position: relative;
}

.tabcontent {
        padding: 6px 0 0 0;
        position: relative;
}


.quantity,.order-by-area {
    width:100%;
}

#dis-res {
        padding: 20px 0 20px 0px;
    font-weight: 600;
    color: #3b434e;
    width:100%;
}
#dis-res-price {
    color: #3b434e;
    font-size: 24px;
    padding: 13px;
    font-weight: 600;
    text-align: center;
}
.woocommerce-product-details__short-description {
   padding: 5px 0px 5px 0px;
}
#dis-ext-text {
  font-size: 16px;
    color: #3b434e;
    font-weight: 600; 
	/*display:none;*/
}
.product .des-woocommerce-tabs {
    width: 50%;
        display: inline-block;
    padding: 0px 10px 10px 10px;
    background: #f8f8f8;
}
.des-woocommerce-tabs p {
    padding: 15px 0 15px 0px;
}
.woocommerce-review-link {
        color: #edd651;
}
.woocommerce-message {
    border-top-color: #edd651;
}
.woocommerce-message::before {
    content: "\e015";
    color: #edd651;
}
.woocommerce p.stars a {
    color: #edd651;
}
.woocommerce a.remove {
    color: #3b424d !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
}
.select2-container .select2-selection--single {
    height: 43px;
    padding: 6px;
}
.woocommerce-info {
    border-top-color: #edd651;
    margin-top: 10px;
}
.woocommerce-info::before {
    color: #edd651;
}
.columns-4 .star-rating {
    margin-left:auto !important;
     margin-right:auto !important;
}
.columns-4 .star-rating span::before {
    color: #edd651;
}
#searchsubmit {
        background: transparent;
    border: transparent;
}
#mcart-stotal {
      opacity: 1;
    font-size: 12px;
    color:#3b424d;
    font-weight: bold;
    background: #edd651;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    margin-left: -7px;
}
.mini-cart-row {
        background: #eee;
    padding: 10px;
    margin-bottom:15px;
}
.mini-cart-img {
    display:flex;
    align-items:center;
    color:#000 !important;
}

.mini-cart-img img{
    width:50px;
    margin-right:10px;
    border-radius: 50px;
    border: 2px solid #b3b3b3;
}

.mini-cart-ctas{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.woocommerce .products .product .added_to_cart{
    display: none !important;
}

.woocommerce-pagination .page-numbers{
    color: #edd651;
    background: #222222;
}
    
.hide_product_text {
    font-weight:700;
    margin-bottom: 20px;
}    
.value select {
    border: 1px solid #979797 !important;
    padding: 10px !important;
    border-radius: 4px;
}
.reset_variations {
    color:#edd651;
}
.variations {
    margin-top: 16px;
}
/*.woocommerce-variation-description {*/
/*    display:none;*/
/*}*/


/* CUSTOM ON-HOVER IMAGE */

.woocommerce ul.products li.product a img:nth-of-type(2) {
    display: none;
}
.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
    display: block
}
.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
    display: none;
}
.term-description {
    margin: 10px 0px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    margin: 0px 8px 0px 8px;
}
.single-product .posted_in {
    display:none;
}
.home-cat {
    background: #000000b8;
    padding: 12px 12px 12px 12px;
    position: relative;
    bottom: 60px;
}
.home-cat h5 {
   margin-bottom: 0px;
    color: #fff;
    margin-top: 8px; 
}
.btn-yellow {
    background: transparent;
    border: 2px solid #edd651;
    color:#fff;
    font-weight:600;
    font-size: 14px;
}
.btn-yellow:hover {
    color: #3b434e;
    background: #edd651;
    font-weight:600;
}
.home-cat a {
    color:#fff;
}
.product-type-variable p:first-of-type{
    display:block !important;
    margin-bottom:0px;
    color:#444;
}
#coupon_code {
    width:48%;
}
.coupon button {
    width:50%;
}
.yith-wcqv-button {
    background: #edd651 !important;
    color: #3b424d !important;
}
.load-more-btn {
        border: 2px solid #3b434e;
    background: #fff;
    font-size: 16px;
    padding: 10px 50px 10px 50px;
    font-weight: 700;
    color: #3b434e;
}
.load-more-btn:hover {
    border: 2px solid #edd651;
    background: #edd651;
}
.woocommerce-variation-description {
    display:none;
}
#tab-tile-specifications p{
    line-height: 2.3;
    font-weight: 500;
}