/*!
Theme Name: tringo.shop
Theme URI: http://underscores.me/
Author: Tri Ngo
Author URI: http://www.ngotri.com
Description: shop theme
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: shop-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
tringo.shop 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 {
	overflow:hidden;
	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: 'Satoshi-Variable';
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Satoshi-Variable';
	letter-spacing: 2px;
}

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;
}

ul {
	list-style: none;
}

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: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: 0 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: 0px;
	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: 0;
	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 {
	border:0;
	border-bottom: 1px solid grey; 
	border-radius: 0; 
	height: 30px; 
	background-color: rgba(255,255,255,0);	
	transition: all .5s ease !important; 
}

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;
}

input:focus {
	outline: none;
}


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: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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 ;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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;
}

/*---------------------------------------------------
 * NEW SITE 
 * --------------------------------------------------*/

/** NEW NEW HOME **/
/** NEW NEW HOME **//** NEW NEW HOME **//** NEW NEW HOME **//** NEW NEW HOME **//** NEW NEW HOME **/

/**SCROLL BAR**/
/* width */
::-webkit-scrollbar {
  width: 10px;	
	border-left: 1px solid #011F26;
	border-right: 1px solid #011F26;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
	border-left: 1px solid #011F26;
}
::-webkit-scrollbar-track-piece{
	background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.3); 
  opacity: .2;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black; 
	opacity: 1;
}


/** REMOVE DISPLAY NONE*/
.woocommerce-shipping-methods, /**flat rate text**/
table.shop_table_responsive thead, /**cart table header**/
table.woocommerce-checkout-review-order-table thead, 
table.woocommerce-checkout-review-order-table tbody, /**checkout items table header and body**/
.shipping-calculator-button, /**change of address**/
.product-quantity, /**cart table qty**/
.product-subtotal, /**cart table product total**/
.cart-collaterals, /**shipping info in cart**/
.actions, /**update cart button**/
.single_add_to_cart_button, /** add to cart button on product page**/
.return-to-shop, /**return to shop buttton**/
.restore-item, /**restore item undo**/
/**.shipping_address, change shipping address**/
.wc-forward, /**forward to cart**/
.woocommerce-tabs .panel h2:first-of-type, /**description h2**/
.woocommerce-tabs ul.tabs li a, /**description tab link**/
.price, /**price in produt page**/
/** .entry-summary h1,  product name in product page**/
.quantity, /**quantity**/
.shipping, /** row shipping in checkout**/
.woocommerce-breadcrumb,
.posted_in,
.related,
.product_meta,
.leftimage ul.tabs,
.leftimage .panel h2:first-of-type,
.woocommerce-product-gallery,
.columns-3,
.woocommerce-ordering,
.woocommerce-result-count{
	display:none !important;
}

/**input field - form**/
.input-text {
	height: 40px !important;
	width:100%;
	padding: 5px 8px !important;
	border-radius: 0 !important;
	border: 1px solid white;
	border-bottom: 1px solid grey !important;
	background-color: white;
}
.input-text:hover{
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

select {
	height: 40px !important;
	width:100%;
	padding: 5px !important;
	border-radius: 0 !important;
	border: 1px solid white;
	border-bottom: 1px solid grey !important;
	background-color: white;
}
select:hover{
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}
.select2 {
	height: 40px !important;
	width:100%;
	padding: 5px !important;
	border-radius: 0 !important;
	border: 1px solid white;
	border-bottom: 1px solid grey !important;
	background-color: white;
}
.select2:hover{
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.select2 {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}
 /**select dropdown menu**/
.select2-container--default .select2-selection--single{
	border: 0 !important;
	border-bottom: 0px !important;
	border-radius: 0 !important;
}

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

/**COVER-loading slider div**/
.project-cover{
		position: fixed; 
		height: 100vh; 
		width: calc(100vw + 1px); 
		top:0; 
		right: -1px; 
		z-index:10000; 
		background-color:white;
		box-shadow: -15px 0px 20px 0px rgba(0, 0, 0, 0.1);
		transition: all .5s ease; 
		opacity: 1;
}

	.clicked {
		right:-120% !important;
	}
/**side menu**/
#secondary{
	position:relative;
	z-index:2;
	max-width: 100vw;
	max-height: 100vh;
}
body:after{
	position: fixed;
	display: block;
	top:0;
	left:0;
    width: 1px;
	height:1px;
	opacity:0;
    content: url(https://img.ngo-tri.com/project-images/1000/Tri-Ngo-communion-bowl-20160512.jpg) url(https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmedia1.tenor.com%2Fimages%2F9b55307d2a869eb35e33c646b977a22a%2Ftenor.gif%3Fitemid%3D12189170&f=1&nofb=1) url(http://s.cdpn.io/79/sprite-steps.png);
	z-index:-1;
}

/**SITE MAIN**/
.site-main{
	width: 100vw; 
	height: 100vh;
	position: fixed;
	top: 0;
	left:0;
	overflow-x:hidden;
	overflow-y:auto;
}

/**div inside site main**/
.content-body{
	width: 1200px;
	height: auto;
	margin:auto;
	position:static;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding-bottom: 100px;
	transition: all 1s ease;
}

/**TOP MENU STARTS**/
.top-menu{
	transition: all 1s ease;
	z-index: 2; 
	position: fixed;
	top:0;
	--a: calc(100% - 1200px);
	left: calc(var(--a) / 2);
	width: 1200px;
	margin: auto;
	height:50px;
}

	.policies{
		height: 50px; 
		width: 900px; 
		font-size: 20px; 
		position: absolute; 
		top: 0; 
		left: 0;
		transition: all 1s ease; 
		z-index:1;
}
		.policies:hover .read-me{
    		animation-play-state: paused;
}
		.read-me{
	 		position: relative; 
			margin: 0px; 
			width: 900px; 
			height: 50px; 
			z-index: 2; 
			padding: 0 20px; 
			display: flex; 
			align-items: center;
			cursor:pointer;
			font-size: 20px;
			font-weight: 500;
			transition: all 1s ease;
}
			.read-me-animation{
				-webkit-animation: pulsing 1s infinite ease-in-out alternate /* Safari, Chrome and Opera > 12.1 */
      			 -moz-animation: pulsing 1s infinite ease-in-out alternate /* Firefox < 16 */
       			 -ms-animation: pulsing 1s infinite ease-in-out alternate /* Internet Explorer */
         			-o-animation: pulsing 1s infinite ease-in-out alternate; /* Opera < 12.1 */
            			animation: pulsing 1s infinite ease-in-out alternate;
				font-size: 21px;
				transition: all 1s ease;
}
				@keyframes pulsing {
 					from {font-size: 20px;}
  					to {font-size: 21px;}
}
				@keyframes pulsing {
 					from {font-size: 20px;}
  					to {font-size: 21px;}
}
					/* Firefox < 16 */
				@-moz-keyframes pulsing {
 					from {font-size: 20px;}
  					to {font-size: 21px;}
}
					/* Safari, Chrome and Opera > 12.1 */
				@-webkit-keyframes pulsing {
 					from {font-size: 20px;}
  					to {font-size: 21px;}
}
					/* Internet Explorer */
				@-ms-keyframes pulsing {
 					from {font-size: 20px;}
  					to {font-size: 21px;}
}
					/* Opera < 12.1 */
				@-o-keyframes pulsing {
 					from {font-size: 20px;}
  					to {font-size: 21px;}
}
		.tooltip-text{
			position: absolute; 
			top: 3px; 
			width: 780px; 
			height: 50px; 
			font-size: 15px; 
			font-weight: 300; 
			margin: auto; 
			transition: all 1s ease; 
			visibility: hidden; 
			opacity:0; 
			overflow: hidden; 
			display: flex; 
			align-items: center;
}
			.tooltip:hover .tooltip-text{
				visibility: visible !important;
				opacity: 1 !important;
}
			#read-me-tooltip{
				left:90px;
}

	.policies-menu-main{
		transition: all 1s ease; 
		width: 1200px; 
		height: 330px; 
		position: absolute; 
		top: -350px; 
		z-index:1;
}
		.policies-menu-item{
			cursor: pointer; 
			position: absolute;  
			left:0; 
			margin: 0; 
			padding: 10px 0 10px 40px;
			width: 1200px; 
			height: 50px; 
			transition: all 1s ease; 
			z-index: 1; 
}
		.policies-menu-item:hover{
			font-weight:600;
}

		#policies-menu-item1{
			top:70px;
}
			#policies-menu-item1-tooltip{
				left: 260px !important;
}
		#policies-menu-item2{
			top:120px;
}
			#policies-menu-item2-tooltip{
				left: 100px !important;
}
		#policies-menu-item3{
			top:170px;
}
			#policies-menu-item3-tooltip{
				left: 55px !important;
}
		#policies-menu-item4{
			top:220px;
}
			#policies-menu-item4-tooltip{
				left: 100px !important;
}
		#policies-menu-item5{
			top:260px;
			display: flex; 
			justify-content: center;
			align-items: center;
			font-size: 16px;
			font-weight:300;
			padding: 0 !important;
			margin-top: 10px;
			box-shadow: none !important;
}
		#policies-menu-item5:hover{
			font-size:18px;
			cursor: default !important;
}
			#policies-menu-item5 a{
				cursor: pointer;
}
	.search{
		height: 50px; 
		width: 300px; 
		display: flex; 
		justify-content: flex-end; 
		align-items:center; 
		margin: 0; 
		position: absolute; 
		top: 0; 
		right: 0; 
		z-index:5; 
		transition: all 1s ease;
}
/**SEARCH FORM**/
#search-form{
	width: 200px; 
	height: 30px; 
	display: flex; 
	flex-direction: row; 
	justify-content:center;
	align-items:center;
	margin: auto;
}
	#search{
	width: 130px; 
	border:0;
	border-bottom: 1px solid grey; 
	border-radius: 0; 
	height: 30px; 
	font-size:20px; 
	background-color: rgba(255,255,255,0);	
	transition: all 1s ease !important; 
}
#search:hover{
	width: 160px !important;
}
#search:hover::placeholder{
	color: transparent !important;
	transition: all 1s ease;
}
	.go{
	width: 40px !important; 
	padding: 0 !important;
	margin: auto; 
	background-color:white;
	color: black;
	border: 1px solid black !important; 
	height: 30px; 
	border-radius: 0; 
	font-size:18px; 
	justify-content:center; 
	align-items:center; 
	cursor: pointer;
	display: flex;
	position: absolute;
	right:20px;
	transition: all 1s ease !important; 
	} 
	.go:hover{ 
		box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.2); 
		background-color:black; 
		color:white;
		width: 50px !important;
		height: 35px !important;
		right: 25px !important;
	}

	.search-form{
		display: flex; 
		flex-direction: row;
	}
	.search-submit{
	padding: 0 10px !important;
	background-color:white !important;
	color: black;
	border: 1px solid black !important; 
	height: 30px; 
	border-radius: 0; 
	font-size:20px; 
	justify-content:center; 
	align-items:center; 
	cursor: pointer;
	display: flex;
	transition: all .5s ease !important; 
	margin-left: 10px;
	}
	.search-submit:hover{ 
		box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.2); 
		background-color:black !important; 
		color:white !important;
	}
/**search form ends**/
/**TOP MENU ENDS**/

/**INFO DIVS START**/

.info-div{
	width: 1200px; 
	height: 100%; 
	position: fixed; 
	--a: calc(100% - 1200px); 
	left: calc( var(--a) / 2); 
	transition: all 1s ease; 
	overflow-y: scroll; 
	padding: 50px;
	overflow-x: hidden;
}
.info-top-div{
	top: 100%; 
}
.info-bottom-div{
	top: 100%; 
}
.show-div{
	top: 0 !important;
	background: rgba(255,255,255,.9);
	opacity:1;
	box-shadow: -10px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.close-cata{
	position: sticky; 
	position: -webkit-sticky;
	top:20px; 
	z-index:10; 
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: calc(100% - 40px);
	transition: all 1s ease;
	transition-delay: .5s;
}
.close-cata::before{
	border: 1px solid grey;
	background: grey;
	color: white;
	width: 35px;
	height: 35px;
	border-radius:50%;
	content: "X";
	align-items: center;
    display: flex;
    justify-content: center;
	cursor: pointer;
	font-weight:100 !important;
	letter-spacing: 0 !important;
	transition: all 1s ease;
	}
	.close-cata:hover::before {
		background:black;
		border: 1px solid black !important;
		color: white !important;
		box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.2);
		font-size: 25px !important;
		width: 50px !important;
		height: 50px !important;
	}
	.close-cata::after {
		content: "close";
		opacity:0;
		color: none;
		position: absolute;
		bottom: -10px;
		transition: all 1s ease;
	}
	.close-cata:hover::after {
		opacity: 1 !important;
		color: black !important;
		bottom: -25px !important;
	}
	.close-cata-move{
		--a: calc(100% - 50px);
		left: calc(var(--a) / 2) !important;
}
.close-cata-move::before{
	color:grey;
	background: transparent;
	border: 1px solid grey;
}

.heading{
	position: absolute; 
	top: 160px; 
	right: 50px; 
	font-size: 120px; 
	font-weight: 900; 
	color: transparent;
	-webkit-text-stroke-width: 1px; 
	-webkit-text-stroke-color: #181818; 
	display: flex;
}

.heading2{
	position: absolute; 
	top: 150px; 
	width:100%;
	text-align:center;
	right: 0; 
	font-size: 50px; 
	font-weight: 900; 
	color: #181818;
	-webkit-text-stroke-width: 1px; 
	-webkit-text-stroke-color: #181818; 
}
.cata-menu-main{
	padding-top: 180px;
	width: 100%; 
	height: 220px; 
	display: flex; 
	justify-content: flex-start; 
	align-items: center; 
}
.cata-menu{
	width: auto; 
	height: 80px; 
	display: flex; 
	justify-content: flex-start; 
	align-items: center;
	margin: 0;
	padding-right: 30px;
	cursor:pointer;
	transition: all 1s ease;
}
.cata-menu:hover{
	font-weight:bold;
	font-size: 20px;
}
.cata-inner{
	width: 100%; 
	height: auto; 
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	margin-bottom:100px;
	padding: 50px;
	
}

.updated-info{
	color:grey; 
	font-size:12px; 
	font-weight: 200; 
	text-align:right;
}

/**INFO DIVS END**/

/**BOTTOM MENU STARTS**/
.bottom-menu{
	background: rgba(255,255,255,.7); 
	width: 100%; 
	height: 80px; 
	position: fixed; 
	bottom: 0; 
	left:0; 
	z-index: 10;
}
.bottom-menu:hover{
	box-shadow: -10px -3px 10px 0px rgba(0, 0, 0, 0.0);
}
.menu-font{
	font-size: 50px;
	font-weight: 900;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #181818;
	transition-duration: .3s;
	margin: 0;
}
.menu-font:hover{
	color: black;
}
	.art-button{
		height: 80px; 
		width:900px; 
		position: fixed; 
		display: flex; 
		align-items:center; 
		bottom:0; 
		--a: calc(100% - 1200px); 
		left: calc( var(--a) / 2); 
		transition: all 1s ease; 
		flex-direction: row; 
		z-index: 2;
}
		#art-text{
			height: 80px; 
			z-index:10; 
			width: 900px; 
			display: flex; 
			justify-content: center; 
			transition: all 1s ease; 
			cursor:pointer;
}
		.art-button-submenu{
			flex-direction: row; 
			justify-content: flex-end; 
			align-items:center; 
			display: flex; 
			transition: all 1s ease; 
			width: 600px; 
			height: 80px; 
			position: absolute; 
			opacity: 0; 
			visibility: hidden;
}
			.art-sub-menu-item{
				width: 200px; 
				height: 80px; 
				display: flex; 
				justify-content: center; 
				align-items:center; 
				margin: 0; 
				cursor: pointer;
				transition: font-size 1s ease;
}
			.menu-tooltip:hover .menu-tooltip-text{
				visibility: visible !important;
				opacity: 1 !important;
				top: -50px !important;
}
		.menu-tooltip-text{
			position: absolute; 
			top: 100px; 
			left: 0; 
			width: 1200px; 
			height: 150px; 
			font-size: 18px; 
			font-weight:normal;
			margin: auto; 
			transition: all 1s ease; 
			visibility: hidden; 
			padding-top: 13px;
			opacity: 0; 
			display: flex; 
			align-items: top; 
			justify-content: center; 
			background: rgba(255,255,255,.9); 
			z-index: -1;
			box-shadow: -10px -3px 10px 0px rgba(0, 0, 0, 0.2);
			border-radius: 40px 40px 0 0;
}
		#new:hover,
		#two:hover,
		#three:hover{
			font-weight:bold;
			font-size: 25px;
}
		.art-text-butts-active{
			font-weight:bold;
			font-size:25px;
}

	.cart-button{
		height: 80px; 
		width: 300px; 
		position: fixed; 
		bottom:0;
		--a: calc(100% - 1200px); 
		right: calc( var(--a) / 2); 
		transition: all 1s ease; 
		z-index: 6;
}
		#cart-text{
			margin: auto; 
			z-index:10; 
			width: 100%; 
			height: 80px; 
			display: flex; 
			justify-content: center; 
			position: absolute; 
			top: 0; 
			left:0; 
			cursor:pointer;
}

/**CART MENU**/

.cart-slide{
	width: 300px;
	height: max-content;
	padding-top:100px;
	transition: all 1s ease !important; 
}

.shop-now{
	background-color: white; 
	border: 1px solid black;
	height: 50px; 
	width: 250px; 
	margin:auto;
	font-weight:900;
	color: black;
	text-align:center;
	font-size:20px; 
	justify-content:center;
	align-items:center;
	display: none;
	transition: all 1s ease;
}
.shop-now:hover{
	background-color:black;
	color: white;
	border: 1px solid black;
	box-shadow: -10px 5px 10px 0px rgba(0, 0, 0, 0.2);
	font-size: 23px; 
	width: 270px;
	cursor:pointer;
}

.checkout-button{
	position: sticky; 
	position: -webkit-sticky;
	bottom: 15px; 
	left:0; 
	background-color: black; 
	height: 50px; 
	width: 250px; 
	text-align:center;
	margin:auto;
	font-weight:900;
	color: white;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:20px;
	transition: all 1s ease;
}
.checkout-button:hover{
	background-color:white;
	color:black;
	border: 1px solid black;
	box-shadow: -10px 5px 10px 0px rgba(0, 0, 0, 0.2);
	font-size: 23px; 
	width: 270px;
	cursor:pointer;
}

/**CART ITEMS**/
.cart_item{
	display:flex;
	justify-content:center;
	flex-direction: column;
	margin: 35px auto !important;
	border: 1px solid grey;
	padding: 5px;
	background-color: rgba(255,255,255,.5);
	width:240px;
	transition: all 1s ease;
}
.cart_item:hover .remove{
	opacity:1;
}
.cart_item:hover{
	box-shadow: -10px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.product-thumbnail{
	display:flex !important;
	justify-content:center;
	width:200px;
	margin:auto;
}

.product-name,
.product-price{
	width:200px;
	height:auto;
	margin:auto;
}
.product-name a{
	color: black;
	text-decoration: none;
}
.product-price {
	font-weight:200;
	color: #b02604 ;
	text-decoration: none;
}

/**remove item cart menu**/
.product-remove{
	width: 200px !important;
	font-size:25px;
	font-weight:900;
	display:flex !important;
	justify-content: flex-end;
	margin:auto;
	position:relative;
	top:-25px;
	left:35px;
}
.product-remove a{
	color:grey;
	font-weight:100;
}

/**item's x on cart menu**/
.remove{
	text-decoration:none;
	height:30px;
	width: 30px;
	color: grey;
	background-color: white;
	border: 1px solid grey;
	border-radius:50%;
	letter-spacing: 0 !important;
	font-weight: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 5px;
	opacity: 0;
	transition: all 1s ease;
}
.remove:hover{
	background-color: black;
	color:white;
	border: 1px solid black;
}

/**item's thumbnail**/
.size-woocommerce_thumbnail{
	width: 300px;
	height: auto;
}
/**CART ENDS**/
/**BOTTOM MENU ENDS**/


/**CHECK OUT PAGE**/
/**place order button**/
.checkout-inner{
	margin: 50px auto 100px auto;
	width: 900px; 
	display: flex; 
	flex-direction:row; 
	justify-content: space-evenly;
}
.checkout-inner-cart{
	width: 300px; 
	padding-top:150px
}
#place_order{
	background-color: black; 
	border: 1px solid black;
	height: 50px; 
	width: calc(100% - 30px); 
	margin:auto;
	margin-top: 50px;
	font-weight:900;
	color: white;
	text-align:center;
	font-size:20px; 
	justify-content:center;
	align-items:center;
	display:flex;
	transition: all 1s ease;
	padding:0;
}
#place_order:hover{
	background-color:white;
	font-size:25px; 
	width: 100%;
	color: black;
	border: 1px solid black;
	box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.2);
	cursor:pointer;
}

.woocommerce-privacy-policy-link{
	-webkit-animation: pulsing2 2s infinite ease-in-out alternate /* Safari, Chrome and Opera > 12.1 */
      			 -moz-animation: pulsing2 2s infinite ease-in-out alternate /* Firefox < 16 */
       			 -ms-animation: pulsing2 2s infinite ease-in-out alternate /* Internet Explorer */
         			-o-animation: pulsing2 2s infinite ease-in-out alternate; /* Opera < 12.1 */
            			animation: pulsing2 2s infinite ease-in-out alternate;
}
				@keyframes pulsing2 {
 				from {font-weight: 300;}
  				to {font-weight: 500;}
}
					/* Firefox < 16 */
				@-moz-keyframes pulsing2 {
 				from {font-weight: 300;}
  				to {font-weight: 500;}
}
					/* Safari, Chrome and Opera > 12.1 */
				@-webkit-keyframes pulsing2 {
 				from {font-weight: 300;}
  				to {font-weight: 500;}
}
					/* Internet Explorer */
				@-ms-keyframes pulsing2 {
 				from {font-weight: 300;}
  				to {font-weight: 500;}
}
					/* Opera < 12.1 */
				@-o-keyframes pulsing2 {
 				from {font-weight: 300;}
  				to {font-weight: 500;}
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-checkout-payment
{
	padding:50px 0;
	border-bottom: solid black 3px;
}

#order_comments{
	height: auto !important;
}

table.woocommerce-checkout-review-order-table{
	border-collapse: collapse;
	text-align:center;
}
table.woocommerce-checkout-review-order-table td{
	border: 1px solid grey !important;	
	padding: 10px;
}
table.woocommerce-checkout-review-order-table th {
	border: 1px solid grey !important;
}
/**checkout form fields**/
.woocommerce-input-wrapper{
	display:block;
	width: 100%;
	margin: 5px;
}
/**payment box**/

label[for=payment_method_stripe]{
	margin-top: 10px;
	width: 100%; 
	height: 100%;
	font-weight: 900;
	cursor: pointer;
	transition: all .5s ease;
	font-size: 50px;
	text-align:left;
	padding-left:50px;
}

label[for=payment_method_stripe] img{
	display:none;
}
label[for=payment_method_paypal] img{
	display:none;
}

label[for=payment_method_paypal]{
	margin-top: 10px;
	width: 100%; 
	height: 100%;
	font-weight: 900;
	cursor: pointer;
	transition: all .5s ease;
	font-size: 50px;
	text-align:left;
	display: flex;
	flex-direction: column;
	padding-left:50px;
}
.about_paypal{font-size: 20px;}

input[type="radio"] {
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-right: 15px;
    position: absolute;
    width: 20px;
    -webkit-appearance: none;
}
input[type="radio"]:before {
    background-color: white;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 5px;
    position: relative;
    top: 5px;
    width: 10px;
}
input[type="radio"]:checked:before {
    background-color: red;
}

input[type="radio"]:after {
	font-size: 25px;
	content: 'Pay with';
	display: block;
    height: 20px;
    left: 25px;
    position: relative;
    top: -23px;
    width: 200px;
	margin-bottom: 20px;
	color:#ddd;
}
input[type="radio"]:checked:after {
	color: black;
}

#wc-stripe-cc-form{
	background-color:white !important;
}
.stripe-source-errors ul li{
	width: 300px;
	padding: 0;
	margin: auto;
	border: 0px solid white;
}
.stripe-source-errors ul li:hover{
	box-shadow: 0 0 0 0 white;
}

.stripe-payment-data{
	transition: all .5 ease;
}

.wc_payment_methods{
	margin: 0 0 50px 0 !important;
	list-style: none !important;
	padding-left: 0 !important;
}

.methods{
	width: 100%; 
	height: auto;
	display:flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.methods li{
	width: 100%;
	height: auto;
	background-color:white; 
	display: flex; 
	border: 1px solid grey; 
	flex-direction: column; 
	padding: 20px !important;
	transition: all 1s ease;
	margin-bottom:50px;
}
.methods li:hover{
	box-shadow: -10px 3px 10px 0px rgba(0,0,0,.2);
}
/**checkout form**/
.checkoutform-div{
	padding: 30px; 
	border: solid white 1px; 
	margin:50px auto; 
	width:800px;
	transition: all 1s ease;
}
	.checkoutform-div:hover{
		box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

/**SEARCH RESULT PAGE**/
/**for search result**/
.page-header{
	padding: 70px 40px;
	width: 100%; 
	height: auto;
}
article.product{
	width: 300px; 
	height: 100%; 
	background-color: white;
	padding: 20px;
	margin: 20px;
	transition: all 1s ease;
}
article.product:hover{
	box-shadow: -10px 3px 10px 0px rgba(0,0,0,.2);
}

.entry-title{
	font-size: 1rem;
	text-decoration: none;
	font-weight: 400;
}

.attachment-post-thumbnail{
	width: 100%;
}

/**additional Classes when click or hover**/
.top-menu:hover {
	background: rgba(255,255,255,.9) !important;
}

.policies-menu-item:hover{
	background: white !important;
	padding-left: 50px !important;
	box-shadow: -10px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.read-me:hover .tooltip-text,
.policies-menu-item:hover .tooltip-text{
	padding-left: 40px !important;
}

.show-cata{
	top: 0 !important;
	opacity: 1 !important;
}

.bottom-menu:hover{
	background:white !important;
}

.show-policies-menu{
	background: rgba(255,255,255,.9) !important;
	top: -10px !important;
	box-shadow: -10px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.art-button-hover-submenu{
	width: 900px !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.art-cart-button-hover-font{
	width: 300px !important;
	color: black !important;
}

.cart-button-hover{
	height: 100% !important;
	background: rgba(255,255,255,.8);
	overflow-y: scroll;
	overflow-x:hidden;
	box-shadow: -10px 3px 10px 0px rgba(0, 0, 0, 0.2);
}


/**PRODUCT PAGE**/

#product-div{
	width: 1200px; 
	margin: auto; 
	height: auto; 
	display: flex; 
	flex-direction: row; 
	margin-top: 100px; 
	margin-bottom: 100px; 
	padding: 20px;
	justify-content: space-evenly; 
	align-items: start; 
	background-color: white;
	z-index: 1;
	position:relative;
}
.entry-summary{
	width: 1000px;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items:center;
	margin: 100px auto 0 auto;
	padding:0;
}

.entry-summary h1{
	font-size: 60px;
	margin: auto;
	font-weight: 900;
}

.product-info{
	width: 450px; 
	height: auto; 
	padding: 100px 50px 50px 50px;
	transition: all 1s ease !important; 
	position: relative;
	background-color:white;
}
.product-info:hover{
	box-shadow: -10px 3px 10px 0px rgba(0,0,0,.2);
}
#price-buy{
	width:100%; 
	height: auto; 
	display: flex; 
	justify-content: flex-end;
	align-items:center;
	font-size:40px;
	font-weight:600;
	background:transparent !important;
	color:red;
	margin: 50px 0 0 0;
}

.buy-butt{
	background-color: white; 
	border: 1px solid black;
	height: 50px; 
	width: 250px; 
	font-weight:900;
	color: black !important;
	text-align:center;
	font-size:22px; 
	justify-content:center;
	align-items:center;
	transition: all 1s ease;
	margin: 30px auto 50px auto;
	display:flex;
}
.buy-butt:hover{
	box-shadow: -10px 5px 10px 0px rgba(0,0,0,.2);
	background-color:black;
	color: white !important;
	width: 270px !important;
	font-size:25px;
}

.care-info{
	background-color: transparent;
	transition: all .3s ease !important; 
	color: grey;
	width: auto;
	height: auto;
	display:flex;
	justify-content: flex-end;
	align-items:center;
	cursor: pointer
}
.care-info:hover{
color: rgba(0,0,0,.3);
}
.care-info-info{
	transition: all 1s ease !important; 
	background: white;
	width: 100%;
	min-height: 100%;
	display: block;
	padding: 20px 0 10px 0;
	margin-bottom: 10px;
	color: grey;
}
.product-image{
	width: 650px; 
	height: auto; 
	padding: 20px;
	position: relative;
	top:0;
	right:0;
	background: white;
	display: flex; 
	justify-content: center;
	transition: all 1s ease;
}
.product-image:hover{
	box-shadow: -10px 3px 10px 0px rgba(0,0,0,.2);
}

.to-front{z-index: 999999 !important;}
.to-back{z-index: -1 !important;}

.lightbox {
  	display: none;
	transition: all .5s ease !important; 
	position: fixed;
  	z-index: 99999999999;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
    padding: 1em;
  	background: rgba(255, 255, 255, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
	transition: all 1s ease;
	-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

.lightbox span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
	transition: all 1s ease;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/**contents inside info divs**/
/**contact form**/

.contact-form-form{
	transition: all 1s ease;
	padding: 20px !important;
}

.contact-form-form:hover{
	box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.2);
		background: white !important;
}
.contact-form-form textarea,
.contact-form-form input{
	background:transparent !important;
}

.send-button{ 
	background: black !important;
	border:1px solid black !important;
	height: 50px !important; 
	width: 240px !important; 
	text-align:center;
	font-weight:900 !important;
	color: white !important;
	display:flex !important;
	justify-content: center !important;
	align-items:center !important;
	font-size:20px !important;
	transition: all 1s ease !important;
	margin: auto !important;
}
.send-button:hover{
	box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;
	background: white !important; 
		width: 260px !important; 
	font-size:23px !important;
	color: black !important;
}

.selections{
	width:100%;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-evenly;
}
.ajax-project{
	width: 300px; 
	height: 100%; 
	background: transparent;
	padding: 20px;
	margin: 10px;
	transition: all 1s ease;	
}
.ajax-project:hover{
	box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.2) !important;
	background:white;
}
.ajax-project p{
	font-size: 15px;
	font-weight:300;
}

/**home page**/
.homepage-main{
	 padding:0; 
	width: 1200px; 
	height: 100vh; 
	margin:auto;
	position: relative;
}
.welcome-text{
	position: absolute; 
	top: 150px; 
	--a: calc(100% - 1000px); 
	left:calc(var(--a) / 2); 
	font-size:100px; 
	font-weight:900; 
	width:450px; 
	margin:0; 
	line-height:75px; 
	letter-spacing:0; 
	word-spacing: 27px
}
.welcome-text:hover .welcome-text-span{
	opacity:1;
	bottom:-70px; 
}
.welcome-text-span{
	width: auto; 
	height:auto; 
	position: absolute; 
	bottom:-50px; 
	left:50px; 
	font-size: 18px; 
	font-weight: 200; 
	word-spacing: 10px;
	opacity:0; 
	transition: all 1s ease;
}


/**TEST**/
#pic {
	position: absolute; 
	bottom: 100px; 
	right:100px;
    width: 450px;
    height: 700px;
    background-image: url("http://s.cdpn.io/79/sprite-steps.png");
    background-repeat: no-repeat !important;
    -webkit-animation: play .8s steps(10) infinite;
       -moz-animation: play .8s steps(10) infinite;
        -ms-animation: play .8s steps(10) infinite;
         -o-animation: play .8s steps(10) infinite;
            animation: play .8s steps(10) infinite;
}
.no-click{
	pointer-events: none !important;
}
.on{
	cursor: pointer;
}
.off{
	cursor: pointer;
}

@-webkit-keyframes play {
   from { background-position:    0px; }
     to { background-position: -500px; }
}

@-moz-keyframes play {
   from { background-position:    0px; }
     to { background-position: -500px; }
}

@-ms-keyframes play {
   from { background-position:    0px; }
     to { background-position: -500px; }
}

@-o-keyframes play {
   from { background-position:    0px; }
     to { background-position: -500px; }
}

@keyframes play {
   from { background-position:    0px; }
     to { background-position: -500px; }
}

/** TABLET STYLING*/
 @media (max-width:1200px) and (min-width:801px) {
	 
/**div inside site main**/
.content-body{
	width: 100%;
	height: auto;
	margin:auto;
	position:static;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding-bottom: 100px;
	transition: all 1s ease;
}
	 
	 /**TOP MENU STARTS**/
.top-menu{
	transition: all 1s ease;
	z-index: 2; 
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	margin: auto;
	height: 50px;
}

	.policies{
		height: 50px; 
		font-size: 20px; 
		width: calc(100% - 300px);
		position: absolute; 
		top: 0; 
		left: 0;
		transition: all 1s ease; 
		z-index:1;
}
		.policies:hover .read-me{
    		animation-play-state: paused;
}
		.read-me{
	 		position: relative; 
			margin: 0px; 
			width: 100%; 
			height: 50px; 
			z-index: 2; 
			padding: 0 20px; 
			display: flex; 
			align-items: center;
			cursor:pointer;
			font-size: 20px;
			font-weight: 500;
			transition: all 1s ease;
}
		.tooltip-text{
			position: absolute; 
			top: 3px; 
			width: auto; 
			height: 50px; 
			font-size: 15px; 
			font-weight: 300; 
			margin: auto; 
			transition: all 1s ease; 
			visibility: hidden; 
			opacity:0; 
			overflow: hidden; 
			display: flex; 
			align-items: center;
}
			#read-me-tooltip{
				top:10px;
				left:100px;
				width: 500px;
}

	.policies-menu-main{
		transition: all 1s ease; 
		width: 100vw; 
		height: 330px; 
		position: absolute; 
		top: -350px; 
		left: 0;
		z-index:1;
}
		.policies-menu-item{
			cursor: pointer; 
			position: absolute;  
			left:0; 
			margin: 0; 
			padding: 10px 0 10px 40px;
			width: 100%; 
			height: 50px; 
			transition: all 1s ease; 
			z-index: 1; 
}
		#policies-menu-item1{
			top:70px;
}
			#policies-menu-item1-tooltip{
				left: 260px !important;
}
		#policies-menu-item2{
			top:120px;
}
			#policies-menu-item2-tooltip{
				left: 100px !important;
}
		#policies-menu-item3{
			top:170px;
}
			#policies-menu-item3-tooltip{
				left: 55px !important;
}
		#policies-menu-item4{
			top:220px;
}
			#policies-menu-item4-tooltip{
				left: 100px !important;
}
		#policies-menu-item5{
			top:260px;
			display: flex; 
			justify-content: center;
			align-items: center;
			font-size: 16px;
			font-weight:300;
			padding: 0 !important;
			margin-top: 10px;
			box-shadow: none !important;
}
		#policies-menu-item5:hover{
			font-size:18px;
			cursor: default !important;
			background: transparent !important;
}
			#policies-menu-item5 a{
				cursor: pointer;
}
	.search{
		height: 50px; 
		width: 300px; 
		display: flex; 
		justify-content: flex-end; 
		align-items:center; 
		margin: 0; 
		position: absolute; 
		top: 0; 
		right: 0; 
		z-index:5; 
		transition: all 1s ease;
}
	 
	 /**INFO DIVS START**/

.info-div{
	width: calc(100% - 60px); 
	height: 100%; 
	position: fixed; 
	left: 30px; 
	transition: all 1s ease; 
	overflow-y: scroll; 
	padding: 50px;
	overflow-x: hidden;
}

.cata-inner{
	width: 100%; 
	height: auto; 
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	margin-bottom:100px;
	padding: 50px 0;	
}
/**INFO DIVS END**/
	 
/**BOTTOM MENU STARTS**/
.bottom-menu{
	background: rgba(255,255,255,.7); 
	width: 100%; 
	height: 80px; 
	position: fixed; 
	bottom: 0; 
	left:0; 
	z-index: 10;
}

	.art-button{
		height: 80px; 
		width:calc(100% - 300px); 
		position: fixed; 
		display: flex; 
		align-items:center; 
		bottom:0; 
		left: 0;
		transition: all 1s ease; 
		flex-direction: row; 
		z-index: 2;
}
		#art-text{
			height: 80px; 
			z-index:10; 
			width: 100%; 
			display: flex; 
			justify-content: center; 
			transition: all 1s ease; 
			cursor:pointer;
}
		.art-button-submenu{
			flex-direction: row; 
			justify-content: flex-end; 
			align-items:center; 
			display: flex; 
			transition: all 1s ease; 
			width: calc(100% - 400px); 
			height: 80px; 
			position: absolute; 
			opacity: 0; 
			visibility: hidden;
}
 		.art-button-hover-submenu{
			width: calc(100vw - 300px) !important;
			opacity: 1 !important;
			visibility: visible !important;
}
		.art-cart-button-hover-font{
			width: 300px !important;
			color: black !important;
}
			.art-sub-menu-item{
				--b: calc(100% - 300px);
				width: calc(var(--b) / 3); 
				height: 80px; 
				display: flex; 
				justify-content: center; 
				align-items:center; 
				margin: 0; 
				cursor: pointer;
				transition: font-size 1s ease;
}
			.menu-tooltip:hover .menu-tooltip-text{
				visibility: visible !important;
				opacity: 1 !important;
				top: -50px !important;
}
		.menu-tooltip-text{
			position: absolute; 
			top: 100px; 
			left: 50px; 
			width: calc(100vw - 100px); 
			height: 150px; 
			font-size: 18px; 
			font-weight:normal;
			margin: auto; 
			transition: all 1s ease; 
			visibility: hidden; 
			padding-top: 13px;
			opacity: 0; 
			display: flex; 
			align-items: top; 
			justify-content: center; 
			background: rgba(255,255,255,.9); 
			z-index: -1;
			box-shadow: -10px -3px 10px 0px rgba(0, 0, 0, 0.2);
			border-radius: 40px 40px 0 0;
}

	.cart-button{
		height: 80px; 
		width: 300px; 
		position: fixed; 
		bottom:0;
		right: 0;
		transition: all 1s ease; 
		z-index: 6;
}
		#cart-text{
			margin: auto; 
			z-index:10; 
			width: 100%; 
			height: 80px; 
			display: flex; 
			justify-content: center; 
			position: absolute; 
			top: 0; 
			left:0; 
			cursor:pointer;
}
	.remove{
	text-decoration:none;
	height:30px;
	width: 30px;
	color: grey;
	background-color: white;
	border: 1px solid grey;
	border-radius:50%;
	letter-spacing: 0 !important;
	font-weight: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 5px;
	opacity: 1;
	transition: all 1s ease;
}

/**BOTTOM MENU ENDS**/	 
	 
/**CHECK OUT PAGE**/
/**place order button**/
.checkout-inner{
	margin: 50px auto 100px auto;
	padding:20px;
	width: 100%;
	max-width:600px;
	display: flex; 
	flex-direction:row; 
	justify-content: space-evenly;
}

/**PRODUCT PAGE**/

#product-div{
	width: 100%; 
	margin: auto; 
	height: auto; 
	display: flex; 
	flex-direction: row; 
	margin-top: 100px; 
	margin-bottom: 100px; 
	padding: 20px;
	justify-content: space-evenly; 
	align-items: start; 
	background-color: transparent;
	z-index: 1;
	position:relative;
	flex-wrap: wrap-reverse;
}
.entry-summary{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items:center;
	margin: 100px auto 0 auto;
	padding:0 30px;
}

.product-info{
	width: 400px;
	max-width: 500px;
	height: auto; 
	padding: 100px 50px 50px 50px;
	transition: all 1s ease !important; 
	position: relative;
	background-color:white;
}

.product-image{
	min-width: 400px;
	max-width: calc(100% - 500px);
	height: auto; 
	padding: 20px;
	position: relative;
	top:0;
	right:0;
	background: white;
	display: flex; 
	justify-content: center;
	transition: all 1s ease;
}

	 
.selections{
	width:100%;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-evenly;
} 
.ajax-project{
	width: 300px; 
	height: 100%; 
	background: transparent;
	padding: 20px;
	margin: 10px;
	transition: all 1s ease;	
}


/**home page**/
.homepage-main{
	padding:0; 
	width: 100vw; 
	height: 100vh; 
	margin:auto;
	position: relative;
}
.welcome-text{
	position: absolute; 
	top: 150px;  
	left: 100px; 
	font-size:100px; 
	font-weight:900; 
	width:450px; 
	margin:0; 
	line-height:75px; 
	letter-spacing:0; 
	word-spacing: 27px
}
.welcome-text:hover .welcome-text-span{
	opacity:1;
	bottom:-70px; 
}
.welcome-text-span{
	width: auto; 
	height:auto; 
	position: absolute; 
	bottom:-50px; 
	left:50px; 
	font-size: 18px; 
	font-weight: 200; 
	word-spacing: 10px;
	opacity:0; 
	transition: all 1s ease;
}

#pic {
	background-color:red;
	position: absolute; 
	bottom: 90px; 
	right: 50px;
    width: 40vh;
    height: 60vh;
    background-image: url("http://s.cdpn.io/79/sprite-steps.png");
    background-repeat: no-repeat !important;
    -webkit-animation: play .8s steps(10) infinite;
       -moz-animation: play .8s steps(10) infinite;
        -ms-animation: play .8s steps(10) infinite;
         -o-animation: play .8s steps(10) infinite;
            animation: play .8s steps(10) infinite;
}
	 
}/*TABLET ENDS**/


/**MOBILE **/
@media screen and (max-width: 800px) {
	/**div inside site main**/
.content-body{
	width: 100%;
	height: auto;
	margin:auto;
	position: static;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding-bottom: 100px;
	transition: all 1s ease;
}
	 
/**TOP MENU STARTS**/
.top-menu{
	transition: all 1s ease;
	z-index: 2; 
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	margin: auto;
	height: 50px;
}
	.policies{
		height: 50px; 
		width: calc(100% - 200px); 
		font-size: 15px; 
		position: absolute; 
		top: 0; 
		left: 0;
		transition: all 1s ease; 
		z-index:1;
}
	
		.read-me{
	 		position: relative; 
			margin: 0px; 
			width: 100%; 
			height: 50px; 
			z-index: 2; 
			padding: 0 20px; 
			display: flex; 
			align-items: center;
			cursor:pointer;
			font-size: 15px;
			font-weight: 500;
			transition: all 1s ease;
}
			.read-me-animation{
				-webkit-animation: pulsing 1s infinite ease-in-out alternate /* Safari, Chrome and Opera > 12.1 */
      			 -moz-animation: pulsing 1s infinite ease-in-out alternate /* Firefox < 16 */
       			 -ms-animation: pulsing 1s infinite ease-in-out alternate /* Internet Explorer */
         			-o-animation: pulsing 1s infinite ease-in-out alternate; /* Opera < 12.1 */
            			animation: pulsing 1s infinite ease-in-out alternate;
				font-size:18px;
				transition: all 1s ease;
}
				@keyframes pulsing {
 					from {font-size: 15px;}
  					to {font-size: 18px;}
}
				@keyframes pulsing {
 					from {font-size: 15px;}
  					to {font-size: 18px;}
}
					/* Firefox < 16 */
				@-moz-keyframes pulsing {
 					from {font-size: 15px;}
  					to {font-size: 18px;}
}
					/* Safari, Chrome and Opera > 12.1 */
				@-webkit-keyframes pulsing {
 					from {font-size: 15px;}
  					to {font-size: 18px;}
}
					/* Internet Explorer */
				@-ms-keyframes pulsing {
 					from {font-size: 15px;}
  					to {font-size: 18px;}
}
					/* Opera < 12.1 */
				@-o-keyframes pulsing {
 					from {font-size: 15px;}
  					to {font-size: 18px;}
}
		.tooltip-text{
			position: absolute; 
			top: 0; 
			width: 100vw; 
			height: 50px; 
			font-size: 15px; 
			font-weight: 300; 
			margin: auto; 
			transition: all 1s ease; 
			visibility: hidden; 
			opacity:0; 
			overflow: hidden; 
			display: flex; 
			align-items: center;
}
			.tooltip:hover .tooltip-text{
				visibility: visible !important;
				opacity: 0 !important;
				font-size: 15px; 
				padding: 5px;
				background: white;
}
			#read-me-tooltip{
				left:0;
}

	.policies-menu-main{
		transition: all 1s ease; 
		width: 100vw; 
		height: 330px; 
		position: absolute; 
		top: -350px; 
		z-index:1;
}
		.policies-menu-item{
			cursor: pointer; 
			position: absolute;  
			left:0; 
			margin: 0; 
			padding: 15px 30px 5px 30px;
			width: 100vw; 
			height: 50px; 
			transition: all 1s ease; 
			z-index: 10; 
}
		.policies-menu-item:hover{
			font-weight:600;
}
		#policies-menu-item1{
			top:70px;
}
		#policies-menu-item2{
			top:120px;
}
		#policies-menu-item3{
			top:170px;
}
		#policies-menu-item4{
			top:220px;
}
		#policies-menu-item5{
			top:260px;
			display: flex; 
			justify-content: center;
			align-items: center;
			font-size: 16px;
			font-weight:300;
			padding: 0 !important;
			margin-top: 10px;
			box-shadow: none !important;
}
		#policies-menu-item5:hover{
			font-size:18px;
			cursor: default !important;
}
			#policies-menu-item5 a{
				cursor: pointer;
}
	.search{
		height: 50px; 
		width: 150px;
		max-width: 200px;
		display: flex; 
		justify-content: flex-end; 
		align-items:center; 
		margin: 0; 
		position: absolute; 
		top: 0; 
		right: 0; 
		z-index:5; 
		transition: all 1s ease;
}
/**SEARCH FORM**/
#search-form{
	width: 150px;
	height: 30px; 
	display: flex; 
	flex-direction: row; 
	justify-content: space-between;
	align-items:center;
	margin: auto;
}
	#search{
	width: 95px; 
	border:0;
	border-bottom: 1px solid grey; 
	border-radius: 0; 
	height: 30px; 
	font-size:15px; 
	background-color: rgba(255,255,255,0);	
	transition: all 1s ease !important; 
}
#search:hover{
	width: 95px !important;
}
#search:hover::placeholder{
	color: transparent !important;
	transition: all 1s ease;
}
	.go{
	width: 30px !important; 
	padding: 0 !important;
	margin: auto; 
	background-color:white;
	color: black;
	border: 1px solid black !important; 
	height: 30px; 
	border-radius: 0; 
	font-size:15px; 
	justify-content:center; 
	align-items:center; 
	cursor: pointer;
	display: flex;
	position: absolute;
	right:20px;
	transition: all 1s ease !important; 
	} 
	.go:hover{ 
		box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.2); 
		background-color:black; 
		color:white;
		width: 30px !important;
		height: 30px !important;
		right: 10px !important;
	}

	.search-form{
		display: flex; 
		flex-direction: row;
	}
	.search-submit{
	padding: 0 10px !important;
	background-color:white !important;
	color: black;
	border: 1px solid black !important; 
	height: 30px; 
	border-radius: 0; 
	font-size:15px; 
	justify-content:center; 
	align-items:center; 
	cursor: pointer;
	display: flex;
	transition: all .5s ease !important; 
	margin-left: 10px;
	}
	.search-submit:hover{ 
		box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.2); 
		background-color:black !important; 
		color:white !important;
	}
/**search form ends**/
/**TOP MENU ENDS**/
	
	
	 
/**INFO DIVS START**/

.info-div{
	width: calc(100% - 10px); 
	height: 100%; 
	position: fixed; 
	left: 10px; 
	transition: all 1s ease; 
	overflow-y: scroll; 
	padding: 20px;
	overflow-x: hidden;
}

.cata-inner{
	width: 100%; 
	height: auto; 
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	margin-bottom:100px;
	padding: 50px 0;	
}
.close-cata{
	position: sticky; 
	position: -webkit-sticky;
	z-index:10; 
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s ease;
	transition-delay: .5s;
	top: calc(100vh - 140px) !important;
	left: calc(100% - 40px) !important;
}
	
.close-cata::before{
	border: 1px solid grey;
	background: grey;
	color: white;
	width: 35px;
	height: 35px;
	border-radius:50%;
	content: "X";
	align-items: center;
    display: flex;
    justify-content: center;
	cursor: pointer;
	font-weight:100 !important;
	letter-spacing: 0 !important;
	transition: all 1s ease;
	}
	.close-cata:hover::before {
		background:black;
		border: 1px solid black !important;
		color: white !important;
		box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.2);
		font-size: 25px !important;
		width: 50px !important;
		height: 50px !important;
	}
	.close-cata::after {
		content: "close";
		opacity:0;
		color: none;
		position: absolute;
		bottom: -10px;
		transition: all 1s ease;
	}
	.close-cata:hover::after {
		opacity: 1 !important;
		color: black !important;
		bottom: -25px !important;
	}
	.close-cata-move{
		top:20px !important; 
}
.close-cata-move::before{
	color:grey;
	background: transparent;
	border: 1px solid grey;
}	
	
.heading{
	position: absolute; 
	top: 100px; 
	width:100%;
	text-align:center;
	right: 0; 
	font-size: 30px; 
	font-weight: 900; 
	color: #181818;
	-webkit-text-stroke-width: 1px; 
	-webkit-text-stroke-color: #181818; 
	justify-content:center;
}

.heading2{
	position: absolute; 
	top: 100px; 
	width:100%;
	text-align:center;
	right: 0; 
	font-size: 30px; 
	font-weight: 900; 
	color: #181818;
	-webkit-text-stroke-width: 1px; 
	-webkit-text-stroke-color: #181818; 
}
.cata-menu-main{
	padding-top: 100px;
	width: 100%; 
	height: auto; 
	display: flex; 
	justify-content: flex-start; 
	align-items: center; 
}
.cata-menu{
	font-size: 15px;
	width: auto; 
	height: 50px; 
	display: flex; 
	justify-content: space-evenly; 
	align-items: center;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	cursor:pointer;
	transition: all 1s ease;
}
.cata-menu:hover{
	font-weight:bold;
	font-size: 15px;
}
.cata-inner{
	width: 100%; 
	height: auto; 
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	margin-bottom:100px;
	padding: 20px;	
}
/**INFO DIVS END**/
	 
/**BOTTOM MENU STARTS**/
.bottom-menu{
	background: rgba(255,255,255,.7); 
	width: 100%; 
	height: 60px; 
	position: fixed; 
	bottom: 0; 
	left:0; 
	z-index: 10;
	box-shadow: -10px -3px 10px 0px rgba(0, 0, 0, 0.1);
}

.menu-font{
	font-size: 30px;
	font-weight: 900;
	color: black;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #181818;
	transition-duration: .3s;
	margin: 0;
}

	.art-button{
		height: 60px; 
		width:150px; 
		position: fixed; 
		display: flex; 
		align-items:center; 
		--c: calc(100vw - 300px);
		bottom:0; 
		left: calc(var(--c) / 4);
		transition: all 1s ease; 
		flex-direction: row; 
		z-index: 2;
}
		#art-text{
			height: auto; 
			z-index:10; 
			width: 150px; 
			height: 60px;
			display: flex; 
			justify-content: center; 
			align-items:center;
			transition: all 1s ease; 
			cursor:pointer;
}
		.art-button-submenu{
			flex-direction: row; 
			justify-content: space-evenly; 
			align-items:center; 
			display: flex; 
			transition: all 1s ease; 
			width: 100vw; 
			height: 60px; 
			position: fixed; 
			opacity: 0; 
			visibility: hidden;
			bottom: 0;
			left: 0;
			box-shadow: -10px -10px 10px 0px rgba(0, 0, 0, 0.1);
			font-size: 15px;
			background: rgba(255,255,255,.9);
}
	.art-button-hover-submenu{
		bottom: 60px;
		width: 100vw !important;
		opacity: 1 !important;
		visibility: visible !important;
}
			.art-sub-menu-item{
				width: calc(100% / 3); 
				height: 60px; 
				display: flex; 
				justify-content: center; 
				align-items:center; 
				margin: 0; 
				cursor: pointer;
				transition: font-size 1s ease;
}
			.menu-tooltip:hover .menu-tooltip-text{
				visibility: visible !important;
				opacity: 1 !important;
				top: -50px !important;
}
		.menu-tooltip-text{
			position: absolute; 
			top: 100px; 
			left: 10px; 
			width: calc(100% - 20px); 
			height: 200px; 
			font-size: 15px; 
			font-weight:normal;
			margin: auto; 
			transition: all 1s ease; 
			visibility: hidden; 
			padding-top: 13px;
			opacity: 0; 
			display: none; 
			align-items: top; 
			justify-content: center; 
			background: rgba(255,255,255,.9); 
			z-index: -1;
			box-shadow: -10px -3px 10px 0px rgba(0, 0, 0, 0.2);
			border-radius: 40px 40px 0 0;
}
		#new:hover,
		#two:hover,
		#three:hover{
			font-weight:bold;
			font-size: 15px;
}
		.art-text-butts-active{
			font-weight:bold;
			font-size:15px;
}

	.cart-button{
		height: 60px; 
		width: 300px; 
		position: fixed; 
		bottom:0;
		right: 0; 
		transition: all 1s ease; 
		z-index: 6;
		display: flex; 
		align-items:center; 
		flex-direction: column;
		transition: all 1s ease;
}
.cart-button-hover{
	height: 100% !important;
	background: rgba(255,255,255,.8);
	overflow-y: scroll;
	overflow-x:hidden;
	box-shadow: -10px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
		#cart-text{
			z-index:10; 
			width: 150px; 
			height: 60px; 
			display: flex; 
			justify-content: center; 	
			align-items:center;
			cursor:pointer;
			position: absolute;
			top: 0 ;
			left: unset;
			--a: calc(100vw - 300px);
			right: calc(var(--a) /4) !important;
			transition: all 1s ease;
}
	.cart-button-hover #cart-text{margin: auto !important; width: 300px; right: 0 !important;}

/**CART MENU**/
.cart-slide{
	width: 300px;
	height: max-content;
	padding-top:100px;
	transition: all 1s ease !important; 
}

/**item's x on cart menu**/
.remove{
	text-decoration:none;
	height:30px;
	width: 30px;
	color: grey;
	background-color: white;
	border: 1px solid grey;
	border-radius:50%;
	letter-spacing: 0 !important;
	font-weight: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 5px;
	opacity: 1;
	transition: all 1s ease;
}
.remove:hover{
	background-color: black;
	color:white;
	border: 1px solid black;
}
	table.shop_table_responsive tr td::before {
		display:none
	}

/**CART ENDS**/
/**BOTTOM MENU ENDS**/	 
	 
/**CHECK OUT PAGE**/
/**place order button**/
.checkout-inner{
	margin: 10px 0 ;
	padding:20px;
	width: 100%; 
	display: flex; 
	flex-direction:row; 
	justify-content: space-evenly;
}

/**PRODUCT PAGE**/

#product-div{
	width: 100%; 
	margin: auto; 
	height: auto; 
	display: flex; 
	flex-direction: row; 
	margin-top: 50px; 
	margin-bottom: 50px; 
	padding: 20px;
	justify-content: center; 
	align-items: start; 
	background-color: transparent;
	z-index: 1;
	position:relative;
	flex-wrap: wrap-reverse;
}
.entry-summary{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items:center;
	margin: 100px auto 0 auto;
	padding:0 30px;
}
	.entry-summary h1{
		font-size: 40px;
	}

.product-info{
	width: 100%;
	height: auto; 
	padding: 100px 50px 50px 50px;
	transition: all 1s ease !important; 
	position: relative;
	background-color:white;
}

.product-image{
	width: 100%;
	height: auto; 
	padding: 20px;
	position: relative;
	top:0;
	right:0;
	background: white;
	display: flex; 
	justify-content: center;
	transition: all 1s ease;
}

	 
.selections{
	width:100%;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-evenly;
} 
.ajax-project{
	width: 300px; 
	height: 100%; 
	background: transparent;
	padding: 20px;
	margin: 10px;
	transition: all 1s ease;	
}


/**home page**/
.homepage-main{
	padding:0; 
	width: 100vw; 
	height: 100vh; 
	margin:auto;
	position: relative;
}
.welcome-text{
	position: absolute; 
	top: 80px;  
	left: 20px; 
	font-size:80px; 
	font-weight:900; 
	width:300px; 
	margin:0; 
	line-height:60px; 
	letter-spacing:0; 
	word-spacing: 27px
}

.welcome-text-span{
	width: auto; 
	height:auto; 
	position: absolute; 
	bottom:-50px; 
	left:50px; 
	font-size: 18px; 
	font-weight: 200; 
	word-spacing: 5px;
	opacity:1; 
	transition: all 1s ease;
		line-height:20px; 
}

#pic {
	background-color:red;
	position: absolute; 
	bottom: 60px; 
	right: 20px;
    width: 40vh;
    height: 60vh;
    background-image: url("http://s.cdpn.io/79/sprite-steps.png");
    background-repeat: no-repeat !important;
    -webkit-animation: play .8s steps(10) infinite;
       -moz-animation: play .8s steps(10) infinite;
        -ms-animation: play .8s steps(10) infinite;
         -o-animation: play .8s steps(10) infinite;
            animation: play .8s steps(10) infinite;
}
}/**MOBILE ENDS**/