/*!
Theme Name: royalgifts
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: royalgifts
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.

royalgifts 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: 'Work Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Work Sans', sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Work Sans', sans-serif;
}

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;
	margin-bottom: 1.5em;
}

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: 1025px) {

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


/*======================custom-css======================*/

@font-face { font-family: Century Gothic; src: url(https://www.royalgifts.co.in/wp-content/themes/royalgifts/fonts/CenturyGothic.ttf); font-weight: normal; }


body{
	font-family: 'Work Sans', sans-serif;
}

.top-bar {
    background: #fff;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.top-bar .table-row {
    width: 100%;
    margin: 0 auto;
    padding: 4px 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.top-bar .table-row .list-inline {
    display: flex;
    align-items: center;
}

ul.list-inline {
    margin: 0;
    list-style: none;
}

.top-bar .table-row .list-inline>li:first-child {
    padding-left: 0;
}

.top-bar .table-row .list-inline>li {
    line-height: 28px;
    font-size: 10px;
    padding: 0 15px;
    position: relative;
    color: #000;
    vertical-align: middle;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.top-bar .table-row .list-inline>li:before {
    content: "";
    height: 15px;
    width: 1px;
    background: rgb(0 0 0 / 10%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.top-bar .table-row .list-inline>li:last-child {
    padding-right: 0;
}

.top-bar .table-row .list-inline>li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    color: #000;
        font-weight: 500;
}

.top-bar .table-row .list-inline li svg {
    margin-right: 7px;
}

.top-bar .table-row .top-bar-right {
    text-align: end;
}

p.woocommerce-store-notice.demo_store {
    display: none !important;
}


.header-main {
    padding: 5px 0;
}

.header-main .site-branding img {
    width: 100%;
    height: 80px;
}



.cart_wrap .basket {
    float: right;
    width: 20px;
    position: relative;
    margin-top: 4px;
}

.cart_wrap .basket .items {
    position: absolute;
    left: 13px;
    top: -1px;
    font-size: 9px;
    padding: 0 5px;
    line-height: 18px;
    height: 16px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    font-weight: 900;
    background: #6d928b;
    color: #fff;
}

div#mini-cart-count {
    font-family: 'Work Sans';
    font-weight: 500;
}

.header-main .row {
    align-items: center;
}

div#search_toggle_desc {
    width: 90%;
    margin: auto;
}

input#s {
    border: 2px solid #6d928b;
    border-radius: 50px;
    padding: 0 70px 0 25px;
    height: 42px;
    width: 100%;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #8f8f8f;
}
button.search-btn {
    background: #6d928b;
    position: absolute;
    right: -2px;
    height: 42px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 80px;
}
button.search-btn svg path {
    fill: #fff;
}
input#s:focus-visible {
    outline: none;
}


.header-search-form form {
    position: relative;
    width: 90%;
}


.header-navigation .row {
    align-items: center;
}

.header-navigation {
    background: #678c84;
}

.header-social ul li a {
    color: #fff;
}

.header-social ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 12px;
    justify-content: flex-end;
}

.header-navigation {
    background: #678c84;
    /*padding: 10px 0;*/
}


ul#primary-menu li {
    margin: 0 15px;
}

ul#primary-menu > li > a {
    color: #fff;
    padding: 15px 0;
}

.header-navigation .main-navigation ul .sub-menu {
    flex-direction: column;
    box-shadow: 0 6px 12px rgba(0,0,0,0.176);
    background: #fff;
    transform: translateY(70px);
    visibility: hidden;
    transition: all 0.5s;

}

.header-navigation .main-navigation ul .sub-menu li {
    margin: 0 !important;
}

.header-navigation .main-navigation ul .sub-menu li a {
    padding: 10px 14px;
    border-bottom: 1px solid #ebebeb;
    width: 250px;
}

header#masthead ul ul li:hover {
    background: #F7F8F9;
}


.header-navigation .main-navigation ul .menu-item-has-children:hover .sub-menu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.header-navigation .main-navigation ul .sub-menu li a {
    color: #000;
}


.sub-menu-cls > .sub-menu {
    position: absolute;
    right: -248px;
    left: auto;
    display: none;
}

.sub-menu-cls:hover > .sub-menu {
    display: block;
}

.header-navigation .main-navigation ul .menu-item-has-children > a:before {
    content: '\f078';
    position: absolute;
    font-family: 'FontAwesome';
    right: -16px;
    top: 21px;
    font-size: 10px;
    font-weight: 300;
}

li#menu-item-2994 > a:before {
   margin-right: 20px;
    top: 27px;
    transform: rotate(270deg);
    font-size: 12px;
}

.header-navigation .main-navigation ul .menu-item-has-children > a {
    position: relative;
    margin-right: 5px;
}

.top-bar .table-row .list-inline>li a svg path {
    color: #678c84;
    fill: #678c84;
}

li.customer-account svg path {
    color: #678c84;
    fill: #678c84;
}

ul#primary-menu .menu-item-has-children .icon-arrow-custom {
    display: none;
}

.shop-page-container .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-top: 20px !important;
}

.shop-page-container .woocommerce-Reviews-title {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 500;
}

.shop-page-container #reviews .cr-summaryBox-wrap .ivole-summaryBox table a {
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
}


.shop-page-container #reviews .cr-ajax-reviews-cus-images-div p {
    font-weight: 500;
}

.shop-page-container #reviews .cr-ajax-search {
    position: relative;
}

.shop-page-container #reviews .cr-ajax-search .cr-button-search {
    position: absolute;
    right: 0;
    height: 42px;
    background: #678c84;
    color: #fff;
    border-radius: 0 4px 4px 0;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) { clear:none }

.single-product .site-main .flex-control-nav {
    margin-top: 20px !important;
    display: flex;
    justify-content: center;
}

.single-product .site-main .flex-control-nav button.pull-left {
    position: absolute;
    background: transparent;
    border: none;
    color: #000;
    top: 50%;
    font-size: 30px;
    padding: 0;
    transform: translateY(-50%);
    left: 10px;
    z-index: 99;
}

.single-product .site-main .flex-control-nav button.pull-right {
    position: absolute;
    background: transparent;
    border: none;
    color: #000;
    top: 50%;
    font-size: 30px;
    padding: 0;
    transform: translateY(-50%);
    right: 10px;
}

.single-product .site-main .flex-control-nav li img {
    width: 70px !important;
    margin: auto !important;
    border-radius: 5px;
}





/*=====================slider===================*/

div#slick-carousel_last .inner-slide {
    padding: 40px 0;
    /*background: #f6eee0;*/
        background: linear-gradient(0deg, rgba(103,140,132,1) 0%, rgba(192,222,233,1) 100%);
}

.slide-flex {
    display: flex!important;
    align-items: center!important;
}

.slidedes {
    overflow: hidden;
    position: relative;
    z-index: 9;
    left: 145px;
    direction: ltr;
}

.slick-current.slick-active .slidedes h3 {
    transform: none;
    opacity: 1;
}

.slidedes h3 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all 1.5s ease;
    transform: translateX(100px);
}

.slick-current.slick-active .slidecap h2 {
    transform: none;
    opacity: 1;
}
.slidecap h2 {
       color: #fff;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
    max-width: 550px;
    margin: 0;
    transform: translateX(300px);
    opacity: 0;
    transition: opacity 0.3s 0.8s,-webkit-transform 0.5s 0.8s;
}

.slick-current.slick-active .slidecap p {
    transform: none;
    opacity: 1;
}

.slidecap p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 20px 0 25px 0;
    transform: translateX(-300px);
    opacity: 0;
    transition: opacity 0.5s 1s,-webkit-transform 0.5s 1s;
}

span.slidebtn a {
    color: #121212;
    background-color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    transition: 0.3s ease;
    border-radius: 0;
    padding: 13px 36px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
    border: 2px solid #fff;
}

span.slidebtn a:hover{
	background: #678c84;
	border-color:#678c84;
	color: #fff;
}

.inner-slide img {
    display: block;
    margin: auto;
}

.slick-carousel_main button.slick-prev {
    left: 15px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(1,1,1,.06);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: #777;
    transition: 0.3s ease-in-out;
    z-index: 99;
}

.slick-carousel_main .slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 20px;
    z-index: 9999;
    color: #000;
}

.slick-carousel_main button.slick-next {
    right: 15px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(1,1,1,.06);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: #777;
    transition: 0.3s ease-in-out;
}

.slick-carousel_main .slick-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 20px;
    z-index: 9999;
    color: #000;
}

div#slick-carousel_last .inner-slide img {
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}


@keyframes float-bob-y{
	0% {
	  -webkit-transform: translateY(-40px);
	  transform: translateY(-40px);
	}
	50% {
	  -webkit-transform: translateY(-10px);
	  transform: translateY(-10px);
	}
	100% {
	  -webkit-transform: translateY(-40px);
	  transform: translateY(-40px);
	}
}


/*=====================block gift===============*/

.gift-box-cls .elementor-icon {
    background-color: #d5dbe6;
    padding: 20px;
    border-radius: 50px;
    transition: all 0.5s;
}

.gift-box-cls:hover .elementor-icon{
	background: #D5DBE680;
}

.gift-box-cls {
    position: relative;
}



.gift-box-cls:before {
    content: '';
    position: absolute;
    right: 0;
    width: 5px;
    height: 185px;
    top: 0;
    background-image: url(http://localhost/royalgifts/wp-content/uploads/2023/05/dot-line3.png);
}

div#gift-box-cls-2 .elementor-icon {
    background: #fbe6ce;
}

div#gift-box-cls-2:hover .elementor-icon {
    background: #FBE6CE80;
}

div#gift-box-cls-3 .elementor-icon {
    background: #fed2cc;
}

div#gift-box-cls-3:hover .elementor-icon {
    background: #FED2CC80;
}

div#gift-box-cls-3:before {
	display: none;
}


.gift-box-cls:hover h3 {
    color: #678c84 !important;
}
.gift-box-cls h3 {
    transition: all 0.5s;
}




.inner-col-cls .elementor-row .elementor-inner-column {
    transition: all 0.5s;
    border-radius: 10px;
}

.main-box-block:hover .inner-col-cls .elementor-row .elementor-inner-column {
    transform: scale(1.2);
}
.inner-col-cls .elementor-row {
    overflow: hidden;
}

.inner-col-cls .elementor-container .elementor-row {
    border-radius: 10px;
}


.inner-col-cls .elementor-container {
    border-radius: 10px;
}


.special-offer span {
    color: #000;
    font-weight: 400;
}

.special-offer h3 {
    color: #000;
    font-weight: 600;
}
.special-offer p {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.special-offer {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}


.shopnow-btn .elementor-button-text:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: repeat-x,repeat-x,repeat-y,repeat-y;
    background-size: 0 0,10px 2px,0 0,0 0;
    background-position: 50% 50%,0 100%,0% 0%,0% 0;
    bottom: -8px;
    background-image: linear-gradient(90deg,#be7374 50%,transparent 50%),linear-gradient(90deg,#be7374 50%,transparent 50%),linear-gradient(0deg,#be7374 50%,transparent 50%),linear-gradient(0deg,#be7374 50%,transparent 50%);
    transition: all 0.5s;
}

.shopnow-btn .elementor-button-text {
    position: relative;
}


.shopnow-btn a:hover .elementor-button-text:before{
	    animation: dash 1.5s linear infinite;
}


@keyframes dash{
	100% {
  background-position: 100% 100%;
}
}




/*=====================feature-product=================*/

.heading-ttile h2:before {
    content: '';
    height: 5px;
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: radial-gradient(circle at 1.5px,#b7c1d4 0.75px,rgba(255,255,255,0) 1.5px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-repeat: repeat-x;
    background-position: bottom center;
}

.heading-ttile h2 {
    padding-bottom: 15px;
    position: relative;
}



.product-grid-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.product-grid-row .product-grid-item {
    padding: 15px;
    flex: 0 0 25%;
    max-width: 25%;
}

.wrap-product-img {
    border-style: solid;
    padding: 10px;
    border-width: 2px;
    border-color: lightgray;
}


.wrap-product-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    flex-wrap: wrap;
    flex-direction: column;
     position: relative;
}

 .wrap-img {
    width: 100% !important;
    height: auto !important;
}


.wrap-img img {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
}


 .wrap-product-img>.quick_shop{
     background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    color: #000;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    border-radius: 50%;
    font-size: 0;
    padding: 8px;
     transform: scale(0);
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}


.product-grid-item:hover .wrap-product-img a.quick_shop{
  transform: scale(1);
}


 .wrap-product-img a.quick_shop {
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    color: #000;
    box-shadow: 1px 1px 1px rgba(0,0,0,.5);
    border-radius: 50%;
    font-size: 0;
    padding: 8px;
     transform: scale(0);
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}



 .quick_shop svg {
   height: 20px;
    width: 20px;
}

.quick_shop svg path {
    fill: #000;
}


.product-grid-item:hover .wrap-product-img>.quick_shop{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wrap-product-img>.quick_shop svg {
    height: 20px;
    width: 20px;

}


.wrap-product-img>.quick_shop svg path {
    
    fill: #000;
}

.product-grid-item .wrap-product-loop-buttons {
    position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
}


/*.wrap-product-loop-buttons .add_to_cart_button {
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    color: #000;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    border-radius: 50%;
    font-size: 0;
    padding: 8px;
     transform: scale(0);
    transition: all 0.5s;
        display: inline-block;

}*/


/*.product-grid-item:hover .wrap-product-loop-buttons .add_to_cart_button{
  transform: scale(1);
}*/

.wrap-product-loop-buttons .add_to_cart_button svg {
    width: 24px;
    height: 24px;
}


.yith-wcwl-add-to-wishlist i {
    font-size: 16px;
    margin-right: 0 !important;
    color: #000;
}
.yith-wcwl-add-to-wishlist {
     background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    color: #000;
    box-shadow: 1px 1px 1px rgba(0,0,0,.5);
    border-radius: 50%;
    font-size: 0;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
     transform: scale(0); 
    transition: all 0.5s;
    margin-top: 0;
    cursor: pointer;
}



.product-grid-item:hover .wrap-product-loop-buttons .yith-wcwl-add-to-wishlist{
  transform: scale(1);
}

.wrap-product-img a.quick_shop:hover {
    background: #c0dee9;
}

.yith-wcwl-add-to-wishlist:hover {
    background: #c0dee9;
}



.wrap-product-img a.add_to_cart_button {
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    color: #000;
    box-shadow: 1px 1px 1px rgba(0,0,0,.5);
    border-radius: 50%;
    font-size: 0;
    padding: 8px;
    transform: scale(0);
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-grid-item:hover .wrap-product-img a.add_to_cart_button {
    transform: scale(1);
}
.wrap-product-img a.add_to_cart_button:hover {
    background: #c0dee9;
}

.wrap-product-img a.add_to_cart_button svg {
    height: 20px;
    width: 20px;
}

.wrap-product-img a.add_to_cart_button svg path {
    fill: #000;
}

span.add-to-cart-custom .added_to_cart {
    position: absolute;
    top: 0;
    padding-top: 0;
    opacity: 0;
}
span.add-to-cart-custom {
    position: relative;
}

.product-grid-item span.onsale {
    left: 10px;
    top: 10px;
    width: 60px;
    height: 30px;
    border-radius: 0 0 5px 0;
    min-height: 30px;
    line-height: 26px;
    font-weight: 500;
    background: #CFAE7A;
    background: linear-gradient(180deg, rgba(103,140,132,1) 0%, rgba(192,222,233,1) 100%);
    color: #fff;
}


.product-grid-item .product-loop-title a {
    color: #000;
	text-decoration:none;
}

.product-grid-item .product-loop-title {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 500;
    transition: 0.3s ease;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-grid-item .price ins {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
    letter-spacing: 0;
    min-height: 22px;
}

.product-grid-item .price del bdi {
    color: #919191;
    font-size: 15px;
    font-weight: 500;
}

.product-grid-item .price {
    font-size: 15.5px !important;
}


.shipping-box-cls h3 {
    margin: 15px 0;
}

.shipping-box-cls {
    padding: 20px;
    position: relative;


}

.shipping-box-cls .elementor-icon-box-icon {
    margin-bottom: 0;
}

.shipping-box-cls:before {
    content: '';
    width: 2px;
    height: 100px;
    position: absolute;
    background: #e5e5e5;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

div#shipping-box-cls-2:before,div#shipping-box-cls-4:before{
	display: none;
}

div#shipping-box-cls-3:after, div#shipping-box-cls-4:after {
    content: '';
    width: 100px;
    height: 2px;
    position: absolute;
    background: #e5e5e5;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
}

div#shipping-box-cls-3, div#shipping-box-cls-4 {
    padding-top: 40px;
}

.shipping-box-cls:hover .elementor-icon.elementor-animation- {
    transform: rotateY(180deg);
}

.shipping-box-cls .elementor-icon.elementor-animation- {
    transition: all 0.5s;
}



/*=====================recent products=================*/

.main-carousel-selling .col-sm-3 {
    margin-bottom: 30px;
}


div.prod-rel {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e0e4f6;
    margin: 0 0 20px;
    padding: 0px 0 8px;
    height: 100%;
}

.prod-rel .prod-rel-img {
    display: block;
    margin: 0 5% 10px 0;
    width: 40%;
    max-height: 103px;
    text-align: right;
    border: none;
    float: left;
    overflow: hidden;
}

.prod-rel .prod-rel-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    max-height: 103px;
    width: auto;
    height: auto;
    margin: 0 auto;
    transition: all 0.5s;
}

.prod-rel .prod-rel-img:hover img {
    border-radius: 50px;
    opacity: 0.6;
}

.prod-rel .prod-rel-cont {
    float: left;
    width: 55%;
}

.prod-rel .prod-rel-cont:hover h3 a {
    color: #678c84;
}

.prod-rel h3 {
    font-size: 15px;
    color: #373d54;
    margin: 2px 0 9px;
    line-height: 120%;
}

.prod-rel h3 a {
   border: none;
    color: #373d54;
    transition: all 0.2s;
    line-height: 120%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prod-rel .prod-rel-price {
    color: #000;
    margin: 0 0 9px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
}


.prod-rel .prod-rel-price ins {
    background: transparent;
    color: #678c84;
    font-weight: 600;
}

.prod-rel .prod-rel-price del {
    color: #888;
    font-size: 14px;
}


.woocommerce-message .button.wc-forward:hover {
    background: transparent;
    color: #678c84;
}
.woocommerce-message .button.wc-forward {
    background: #678c84;
    padding: 10px 20px;
    margin-left: 20px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #678c84;
    border-radius: 3px;
    transition: all 0.5s;
}


.prod-rel-actions .quick_shop, .prod-rel-actions .btn-add-cart {
    position: relative;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #cacaca;
    margin: 0 15px 7px 0;
    border: none;
    transition: all 0.2s;
    padding: 0;
    background-color: transparent;
    font-weight: 400;
}


.prod-rel-actions .quick_shop:hover, .prod-rel-actions .btn-add-cart:hover{
	color: #678c84;
    background-color: transparent;
}

.prod-rel-actions .quick_shop:hover span, .prod-rel-actions .btn-add-cart:hover span{
	opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: visible;
}

.prod-rel .prod-rel-cont .prod-rel-actions .added_to_cart {
    background: #678c84;
    color: #fff;
    border-radius: 4px;
    padding: 6px 7px;
    font-size: 13px;
}

.prod-rel-actions .quick_shop span, .prod-rel-actions .btn-add-cart span {
    position: absolute;
    bottom: 100%;
    left: 50%;
        width: 90px;
    background: #678c84;
    display: block;
    margin: 0 0 10px -35px;
    border-radius: 4px;
    padding: 6px 0 7px;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(0,-4px,0);
    -moz-transform: translate3d(0,-4px,0);
    -ms-transform: translate3d(0,-4px,0);
    -o-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
    visibility: hidden;
    opacity: 0;
}



.average-rating .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}	


.average-rating .star-rating::before {
    color: #e48d34;
}

.average-rating .star-rating::before {
    content: "sssss";
    top: 0;
    left: 0;
    position: absolute;
}

.average-rating .star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.average-rating .star-rating span::before {
    color: #e48d34;
}

.average-rating .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
}

.prod-rel-cont .average-rating {
    margin-bottom: 10px;
}



/*======================gallery product==================*/

.prod-gallery-item .prod-gallery-inner .prod-galler-img {
    overflow: hidden;
}

.prod-gallery-item .prod-gallery-inner img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: auto;
    transition: all 1.2s;
}

.prod-gallery-item .prod-gallery-inner:hover img {
   transform: scale(1.08);
}

.prod-gallery-item .prod-gallery-inner {
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #aeaeae;
}

.prod-galler-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.5s;
}

.prod-galler-img:hover:before {
    opacity: 0.5;
}

.prod-galler-img {
    position: relative;
    z-index: 1;
}


.prod-galler-img .prod-gallery-content h3 {
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.prod-galler-img:hover .prod-gallery-content{
	opacity: 1;
	transform: scale(1.0);
}

.prod-galler-img .prod-gallery-content h3 a {
    color: #fff;
}

.prod-galler-img .prod-gallery-content {
    position: absolute;
    top: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s;
    z-index: 1;
}


.prod-galler-img .prod-gallery-content:before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}


.prod-galler-img .btn-add-cart span {
    background: #678c84;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    font-weight: 500;
    border: 2px solid #678c84;
    transition: all 0.5s;
}


.prod-galler-img .btn-add-cart:hover span{
	 background: transparent;
	  color: #fff;
	  border-color: #fff;
}


.main-carousel-gallery button.slick-next {
    right: 15px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(1,1,1,.06);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: #777;
    transition: 0.3s ease-in-out;
}

.main-carousel-gallery .slick-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 20px;
    z-index: 9999;
    color: #000;
}

.main-carousel-gallery button.slick-prev {
    left: 15px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(1,1,1,.06);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: #777;
    transition: 0.3s ease-in-out;
    z-index: 99;
}

.main-carousel-gallery .slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 20px;
    z-index: 9999;
    color: #000;
}


/*====================single product page======================*/
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        opacity: 1 !important;
    }



/*===================footer===================*/

footer#colophon {
    background: #F4F7F9;
    padding: 30px 0 50px;
}

.four-columns-1 img {
    width: 150px;
}

.four-columns-1 p {
    color: #55585B;
    /*font-weight: 500;*/
    max-width: 90%;
}

.tp-footer-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
    border-radius: 6px;
    color:#55585B ;
}


.tp-footer-social a:hover {
    background-color: rgba(103,140,132,1);
    color: #fff;
    box-shadow: none;
}


div#nav_menu-4 {
    padding-left: 40px;
    padding-top: 25px;
}

div#nav_menu-5 {
    padding-top: 25px;
    padding-left: 40px;
}


.four-columns-4 {
    padding-top: 25px;
}

.four-columns-2 h2, .four-columns-3 h2, .four-columns-4 h2 {
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
}


ul#menu-quick-links, ul#menu-our-stores {
    margin: 0;
    padding: 0;
    list-style: none;
}



ul#menu-quick-links li a, ul#menu-our-stores li a {
    cursor: pointer;
    font-size: 16px;
    line-height: 33px;
    color: #55585B;
    padding: 0;
    text-decoration: none;
    transition: all 0.5s;
    /*font-weight: 500;*/
    padding-left: 18px;
    position: relative;
}


ul#menu-quick-links li a:before, ul#menu-our-stores li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
    font-weight: 900;
    font-size: 17px;
}

ul#menu-quick-links li a:hover, ul#menu-our-stores li a:hover {
    color: rgba(103,140,132,1);
}

div#ftr-contact-details ul {
    margin: 0;
    list-style: none;
    padding: 0;
}


div#ftr-contact-details ul li:first-child a img {
    width: 20px;
    height: 28px;
    margin-right: 9px;
    margin-left: -5px;
}

div#ftr-contact-details ul li a img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}


div#ftr-contact-details ul li {
    padding-bottom: 12px;
}
div#ftr-contact-details ul li a img {
    position: absolute;
    left: 0;
    top: 3px;
}
div#ftr-contact-details ul li a {
    font-size: 16px;
    line-height: 25px;
    color: #55585B;
    text-decoration: none;
    display: flex;
    position: relative;
    padding-left: 30px;
    /*font-weight: 500;*/
}


.copyrightdiv .container {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(1, 15, 28, 0.1);
    padding: 20px 0 20px;
    justify-content: space-between;
}

.copyrightdiv {
    background: #F4F7F9;
}

.copyrightdiv ul li img {
    height: 22px;
    width: 55px;
    object-fit: contain;
}

.copyrightdiv ul li {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
    padding: 3px 3px;
}
.copyrightdiv ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}


.copyrightdiv p a {
    color: #55585b;
    text-decoration: none;
}

.copyrightdiv p {
    font-size: 15px;
    line-height: 25px;
    color: #55585B;
    text-decoration: none;
    /*display: flex;*/
    position: relative;
    /*font-weight: 500;*/
    margin-bottom: 0;
}


/*==================whatsapp icon===============*/

.whats-icon- {
    position: fixed;
    right: 40px;
    bottom: 70px;
    z-index: 999;
}

.whats-icon- a{
    text-decoration: none;
    display: block;
    margin-top: 50px;
}

.callmeMain1 {
    -moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #25d366;
    width: 60px;
    height: 60px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    display: flex;
    justify-content: center;
}
.callmeMain1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-animation: zcwphone2 1.5s linear infinite;
}

.callmeMain1 i {
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    font-size: 22px;
}

@keyframes zcwmini2{
0% {
    box-shadow: 0 0 4px 3px rgb(133 201 232 / 15%), 0 0 0 0 rgb(133 201 232 / 15%), 0 0 0 0 rgb(133 201 232 / 15%);
}

100% {
    box-shadow: 0 0 4px 3px rgb(133 201 232 / 15%), 0 0 0 20px rgb(133 201 232 / 15%), 0 0 0 20px rgb(133 201 232 / 15%);
}
}


/*--------------------testimonial---------------------  */

.gdlr-core-testimonial.clearfix.gdlr-core-outer-frame-element {
    box-shadow: 0 10px 10px rgba(0, 0, 0,0.06);
    -moz-box-shadow: 0 40px 40px rgba(0, 0, 0,0.06);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0,0.06);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #ffffff;
    padding: 30px 25px 30px 25px;
    margin: 20px;
}

.gdlr-core-testimonial-frame {
    display: flex;
    gap: 25px;
}

.gdlr-core-testimonial-author-image img {
    width: 240px;
    border-radius: 50%;
}

.gdlr-core-testimonial-content-head-wrap {
    display: flex;
    gap: 65px;
}

.gdlr-core-testimonial-title {
    color: #12022f;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Roboto';
}

span.gdlr-core-rating i {
    font-size: 16px !important;
}

.gdlr-core-testimonial-position.gdlr-core-skin-caption {
    color: #bebebe;
    font-size: 14px;
    font-style: normal;
}

.gdlr-core-testimonial-content p {
    font-size: 14px;
    font-style: normal;
    color: #565656;
    font-weight: 400;
    line-height: 25px;
}

.gdlr-core-item-mglr.slick-current {
    opacity: 1;
}

.gdlr-core-item-mglr {
    opacity: 0.5;
}

.slick-carousel_testi .slick-dots li button:before {
    font-size: 10px;
    color: transparent !important;
    border: 2px solid #cfae7a;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.slick-carousel_testi .slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-carousel_testi .slick-dots li button {
    background: transparent;
    width: 16px;
    height: 16px;
}

.slick-carousel_testi .slick-dots {
    bottom: -50px;
    margin: 0;
    padding: 0;
}



/*=====================single Product Page==================*/

.woocommerce div.product div.images img {
    display: block;
    width: 400px;
    height: auto;
    box-shadow: none;
    margin: auto;
}


.single-product .entry-content .entry-title {
    display: none;
}

.single-product .entry-content .product_title {
    display: block;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
}

.shop-page-container .entry-summary {
    margin-top: 0;
}

.single-product nav.navigation.post-navigation {
    display: none;
}

.single-product div#reviews{
	display: none;
}


.single-product .wcz-product-reviews div#reviews{
	display: block;
}

.shop-page-container {
    padding: 50px 0;
}

.shop-page-container .entry-content {
    margin: 0;
}

.woocommerce .star-rating span::before {
    color: #e48d34;
}
.shop-page-container .woocommerce-product-rating {
    margin-bottom: 10px !important;
}

.shop-page-container .price {
    margin-bottom: 10px;
    color: #007bff!important;
    font-size: 18px !important;
}

.shop-page-container .wcz-stock-sold {
    margin-bottom: 15px !important;
    color: #f91010;
    font-weight: 600;
}

.shop-page-container .woocommerce-product-details__short-description p {
    font-size: 14px;
}

.shop-page-container .variations_form .variations tr th label {
    font-weight: 400 !important;
    font-size: 15px;
}

.shop-page-container .variations_form .variations tr td select {
    width: 100%;
    height: 45px;
    padding: 0 8px;
    border: 1px solid #e3e3e3!important;
    font-size: 14px!important;
    background: transparent;
}

.wcff-label-info {
    color: #fff !important;
    background-color: #678c84 !important;
    border-color: #678c84 !important;
}

.wcff-label-info .wccpf-field.label {
    font-weight: 300;
    font-size: 15px;
}

.single-product .site-main .summary .cart .quantity input[type=number]::-webkit-inner-spin-button, .single-product .site-main .summary .cart .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.single-product .site-main .summary .cart .quantity input[type=number]  {
    -moz-appearance:textfield;
    -webkit-appearance: textfield;
}

.single-product .site-main .summary .cart .quantity .input-text.qty {
    border: none;
}

.single-product .site-main .summary .cart .quantity .minus {
    background: #678c84;
    padding: 8px 15px;
    color: #fff;
    margin-right: -6px;
    border-radius: 0;
}
.single-product .site-main .summary .cart .quantity .plus {
    background: #678c84;
    padding: 8px 15px;
    color: #fff;
    margin-left: -6px;
    border-radius: 0;
}

.single-product .site-main .summary .cart .quantity .input-text.qty {
    border: none;
    border-top: 1px solid #e3e3e3;
    border-radius: 0;
    width: 2.5em;
    border-bottom: 1px solid #e3e3e3;
    height: 33px!important;
}

.shop-page-container .single_add_to_cart_button {
    background: #678c84 !important;
    font-weight: 500 !important;
    margin-left: 10px !important;
    padding: 13px 17px !important;
    border-radius: 3px !important;
    transition: all 0.5s;
    border: 2px solid #678c84 !important;
}

.shop-page-container .single_add_to_cart_button:hover {
    background: transparent !important;
    color: #678c84 !important;
}

.shop-page-container .single_add_to_cart_button.disabled:hover{
	background: #678c84 !important;
	color:#fff !important;

}

.shop-page-container .variations_form {
    margin-bottom: 0 !important;
}

.shop-page-container .product_meta {
    font-size: 15px;
    margin-bottom: 15px;
}

.shop-page-container .product_meta .sku_wrapper {
    font-weight: 500;
}


.shop-page-container .product_meta .posted_in a {
    text-decoration: none;
    color: #678c84;
    font-weight: 500;
}

.shop-page-container .woocommerce-product-rating .woocommerce-review-link {
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
}

.shop-page-container .woocommerce-tabs {
    border: 1px solid #e3e3e3;
    padding: 20px;
}

.shop-page-container .woocommerce-tabs .tabs.wc-tabs {
    margin: 0 !important;
    padding: 0 !important;
}

.shop-page-container .woocommerce-tabs .tabs.wc-tabs li.active {
    background: #678c84 !important;
    border-radius: 4px 4px 0 0 !important;
    border: none;
    color: #fff !important;
    margin: 0;
}

.shop-page-container .woocommerce-tabs .tabs.wc-tabs li.active:hover{
	background: #678c84 !important;
	color: #fff !important;
}

.shop-page-container .woocommerce-tabs .tabs.wc-tabs li {
    background: transparent !important;
    border: none !important;
    border-radius: 4px 4px 0 0 !important;
    transition: all 0.5s;
}
.shop-page-container .woocommerce-tabs .tabs.wc-tabs li a{
	font-weight: 500 !important;
}


.shop-page-container .woocommerce-tabs .tabs.wc-tabs li:before,.shop-page-container .woocommerce-tabs .tabs.wc-tabs li:after{
	display: none;
}


.shop-page-container .woocommerce-tabs .tabs.wc-tabs li:not(:first-child){
	margin-left: 5px !important;
}

.shop-page-container .woocommerce-tabs ul.tabs li:hover {
    background: #000 !important;
    color: #fff !important;
}


.shop-page-container .woocommerce-tabs ul.tabs li:hover a{
    color: #fff !important;
}

.shop-page-container .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    display: none;
}

.shop-page-container .woocommerce-tabs .woocommerce-Tabs-panel {
    overflow: hidden;
    margin-bottom: 0 !important;
}

.single-product .woocommerce .single-product {
    position: relative;
}

.single-product .site-main .single-product .product.type-product.has-post-thumbnail span.onsale {
    left: 10px;
    top: 10px;
    width: 60px;
    height: 30px;
    border-radius: 0 0 5px 0;
    min-height: 30px;
    line-height: 26px;
    font-weight: 500;
    background: #678c84;
    color: #fff;
}



/*====================quick view ==================*/

.yith-wcqv-wrapper .yith-wcqv-main .price {
    margin-bottom: 10px;
    color: #007bff!important;
    font-size: 16px !important;
}

.yith-wcqv-wrapper .yith-wcqv-main .product_title.entry-title {
    display: block;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
}



.yith-wcqv-wrapper .yith-wcqv-main .summary .cart .quantity input[type=number]::-webkit-inner-spin-button, .single-product .site-main .summary .cart .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.yith-wcqv-wrapper .yith-wcqv-main .summary .cart .quantity input[type=number]  {
    -moz-appearance:textfield;
    -webkit-appearance: textfield;
}

.yith-wcqv-wrapper .yith-wcqv-main .summary .cart .quantity .input-text.qty {
    border: none;
}

.yith-wcqv-wrapper .yith-wcqv-main .summary .cart .quantity .minus {
    background: #678c84;
    padding: 8px 15px;
    color: #fff;
    margin-right: -6px;
    border-radius: 0;
}
.yith-wcqv-wrapper .yith-wcqv-main .summary .cart .quantity .plus {
    background: #678c84;
    padding: 8px 15px;
    color: #fff;
    margin-left: -6px;
    border-radius: 0;
}

.yith-wcqv-wrapper .yith-wcqv-main .summary .cart .quantity .input-text.qty {
    border: none;
    border-top: 1px solid #e3e3e3;
    border-radius: 0;
    width: 2.5em;
    border-bottom: 1px solid #e3e3e3;
    height: 33px!important;
}


.yith-wcqv-wrapper .yith-wcqv-main .single_add_to_cart_button {
    background: #678c84 !important;
    font-weight: 500 !important;
    margin-left: 10px !important;
    padding: 13px 17px !important;
    border-radius: 3px !important;
    transition: all 0.5s;
    border: 2px solid #678c84 !important;
}

.yith-wcqv-wrapper .yith-wcqv-main .single_add_to_cart_button:hover {
    background: transparent !important;
    color: #678c84 !important;
}

.yith-wcqv-wrapper .yith-wcqv-main .single_add_to_cart_button.disabled:hover{
	background: #678c84 !important;
	color:#fff !important;

}

.yith-wcqv-wrapper .yith-wcqv-main .product_meta {
    font-size: 15px;
    margin-bottom: 15px;
}



.yith-wcqv-wrapper .yith-wcqv-main .product_meta .sku_wrapper {
    font-weight: 500;
}


.yith-wcqv-wrapper .yith-wcqv-main .product_meta .posted_in a {
    text-decoration: none;
    color: #678c84;
    font-weight: 500;
}

div#yith-quick-view-modal .yith-wcqv-main .product.type-product.has-post-thumbnail span.onsale {
    left: 10px;
    top: 10px;
    width: 60px;
    height: 30px;
    border-radius: 0 0 5px 0;
    min-height: 30px;
    line-height: 26px;
    font-weight: 500;
    background: #678c84;
    color: #fff;
}


/*======================product-page=========================  */

div#custom-shop-id .product-grid-row {
    width: 100%;
}

	.shop-page-container .summary.entry-summary .woocommerce-tabs {
    display: none;
    margin-bottom: 20px;
}


/*====================Media-Query===================*/

@media(max-width: 650px){
	.top-bar {
    background: #6d928b;
        border-bottom: 1px solid #759d96;
}
	
	.header-main .col-sm-4,.header-main .col-sm-6,.header-main .col-sm-2 {
    width: 100%;
}

.top-bar .header-contact-box {
    display: none;
}

.top-bar .top-bar-right .store-location {
    display: none !important;
}

.top-bar .table-row .list-inline>li a {
    font-size: 10px;
    color: #fff;
}

.top-bar .table-row .list-inline>li a svg path {
    color: #fff;
    fill: #fff;
}

li.customer-account svg path {
    fill: #fff;
}

.header-main {
    background: #6d928b;
    position: relative;
    padding: 10px 0;
}
button.menu-toggle:before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 13px;
}

button.menu-toggle {
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
}	

.site-branding {
    display: flex;
    gap: 45px;
    align-items: center;
}

.header-main .site-branding img {
    width: 100%;
    height: 50px;
    filter: invert(1) brightness(25);
}

.header-navigation {
    background: #6d928b;
    /* padding: 10px 0; */
}


.header-navigation .main-navigation ul .menu-item-has-children > a:before{
	display: none;
}

ul#primary-menu .menu-item-has-children .icon-arrow-custom {
    position: absolute;
    right: -38px;
    top: 20px;
    display: block;
}

#primary-menu .sub-menu.is-active li a {
    color: #fff;
    border-bottom: none;
}

#primary-menu .sub-menu.is-active {
    position: relative !important;
    opacity: 1;
    display: block;
    box-shadow: none !important;
    background: transparent;
    float: none;
    left: 0;
    visibility: visible;
    transform: translateY(0px);
}

ul#primary-menu > .menu-item-has-children > a {
    width: 80%;
}

ul#primary-menu .menu-item-has-children > a {
    position: relative;
}


header#masthead ul ul li:hover {
    background: transparent;
}

.header-navigation .main-navigation ul .menu-item-has-children:hover .sub-menu{
	left: 0;
	box-shadow:none;
    background: transparent;
    display: none;
}

.cart_wrap {
    position: absolute;
    top: 8px;
    right: 18px;
}

.top-bar .table-row {
    justify-content: center;
}

.header-navigation .col-sm-3 {
    display: none;
}

button.search-btn {
    display: none;
}

.header-search-form form {
    width: 100%;
}

div#search_toggle_desc {
    width: 100%;
    margin-top: 8px;
}

input#s {
    border-radius: 10px;
}

.cart_wrap .basket svg path {
    stroke: #fff !important;
}

.cart_wrap .basket .items {
    background: #fff;
}

div#mini-cart-count {
    font-family: 'Work Sans';
    font-weight: 500;
    color: #6d928b;
}

.slide-flex {
    flex-direction: column-reverse;
}

.slidedes {
    left: 20px;
}

.slidecap h2 {
    font-size: 35px;
}

.slick-carousel_main {
    margin-bottom: 0;
}

.product-grid-row .product-grid-item {
    max-width: 100%;
    flex: 0 0 100%;
}

.gdlr-core-testimonial-frame {
    flex-direction: column;
}

.gdlr-core-testimonial-author-image img {
    width: 60px;
}


.average-rating .star-rating {
    font-size: 15px;
}


footer#colophon {
    padding: 30px 0;
}

div#nav_menu-4 {
    padding-left: 5px;
    padding-top: 5px;
}

.four-columns-4 {
    padding-top: 5px;
}

div#nav_menu-5 {
    padding-left: 5px;
    padding-top: 5px;
}

div#ftr-contact-details ul li a {
    font-size: 15px;
}

.copyrightdiv .container {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.copyrightdiv ul {
    justify-content: center;
}


.gift-box-cls:before {
    top: auto;
    bottom: 3px;
    height: 5px;
    width: 100%;
}

.heading-ttile h2 {
    padding-bottom: 0;
}

.copyrightdiv p {
    text-align: center;
}

.whats-icon- {
    right: 25px;
}

.callmeMain1 {
    width: 45px;
    height: 45px;
}

.callmeMain1 i {
    line-height: 45px;
}

.four-columns-1 p {
    font-size: 15px;
    max-width: 100%;
}

ul#menu-quick-links li a, ul#menu-our-stores li a {
    font-size: 15px;
}

ul#menu-quick-links li a:before, ul#menu-our-stores li a:before {
    top: -9px;
}
	
	
/* ==================product-page==================	 */
	
	.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
	
	.shop-page-container .summary.entry-summary .woocommerce-tabs {
    display: block;
    margin-bottom: 20px;
}
	
	.shop-page-container {
    padding-top: 0 !important;
}
	
	p.whats-num-cls {
    font-size: 12px;
    padding: 3px;
    font-weight: 500;
    margin-top: -8px;
}

}

@media(max-width: 320px){
	.gdlr-core-testimonial.clearfix.gdlr-core-outer-frame-element {
    margin: 0;
}

span.gdlr-core-rating i {
    font-size: 15px !important;
}

span.gdlr-core-rating {
    font-size: 15px !important;
}

.average-rating .star-rating {
    font-size: 14px;
}

.prod-rel h3 a {
    font-size: 14px;
}


}


/*===============desktop new banner======================  */

div#slick-carousel_last-desk .inner-slide-new {
/*     background-image: url(http://www.royalgifts.co.in/wp-content/uploads/2023/06/1-2.png); */
    background-size: 100% 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


div#slick-carousel_last-desk .inner-slide-new.innerslider-desk {
/*     background-image: url(http://www.royalgifts.co.in/wp-content/uploads/2023/06/E02CA53C-8F8E-463B-8037-A35E71834009.png); */
    background-size: 100% 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.main-image-cls img {
    width: 100%;
}

div#slick-carousel_last-desk .slidedes {
    display: none;
}


div#slick-carousel_last-desk .inner-slide-new {
/*     min-height: 560px; */
	position:relative;
}

div#slick-carousel_last-desk .inner-slide-new a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

div#slick-carousel_last-desk .inner-slide-new .slideimg img {
    height: auto;
    -webkit-animation-name: none;
    width: 295px;
    transition: opacity .3s .8s,-webkit-transform .5s .8s;
    border-radius: 0;
    opacity: 0;
    position: absolute;
    top: 170px;
    right: 320px;
    transform: translate(-120%, 0px);
}

div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}

/*===============gallery==============  */

.prod-gallery-item .prod-gallery-inner img{
	height:auto;
}


.main-carousel-gallery button.slick-prev, .main-carousel-gallery button.slick-next {
    top: 41%;
}

@media(max-width:650px){
	.main-carousel-gallery button.slick-prev, .main-carousel-gallery button.slick-next {
    top: 45%;
}
}

@media(max-width:380px){
	div#slick-carousel_last .inner-slide {
    min-height: 384px !important;
}
	
	div#slick-carousel_last .mobile-slider.inner-slide img{
		    transform: translate(-130%, 86px);
	}
	
	div#slick-carousel_last .mobile-slider.inner-slide.slick-current img{
		    transform: translate(-20px, 86px);
	}
	
	div#slick-carousel_last .mobile-slider.inner-slide.innerslider-2.slick-current img {
    transform: translate(20px, 80px);
    opacity: 1;
}
	
	div#slick-carousel_last .mobile-slider.inner-slide.innerslider-2 img{
		transform: translate(-130%, 80px);
	}
	
}



@media(min-width:381px) and (max-width:650px){
	
	
	div#slick-carousel_last .mobile-slider.inner-slide img{
		    transform: translate(-130%, 100px) !important;
	}
	
	div#slick-carousel_last .mobile-slider.inner-slide.slick-current img{
		    transform: translate(-20px, 100px) !important;
	}
	
	div#slick-carousel_last .mobile-slider.inner-slide.innerslider-2.slick-current img {
    transform: translate(20px, 80px) !important;
    opacity: 1;
}
	
	div#slick-carousel_last .mobile-slider.inner-slide.innerslider-2 img{
		transform: translate(-130%, 80px) !important;
	}
	
}


@media(min-width:1025px) and (max-width:1150px){
	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
   transform: translate(0,0);
    opacity: 1;
}

	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
		width: 205px;
		top: 125px;
		right: 250px;
		
	}		
}

@media(min-width:1150px) and (max-width:1250px){
	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
   transform: translate(0,0);
    opacity: 1;
}

	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
		width: 205px;
		top: 134px;
    right: 295px;
		
	}
	
	.header-main .site-branding a {
    width: 140px;
}
	
	
}



@media(min-width:1250px) and (max-width:1350px){
	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
     transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
		width: 205px;
		    top: 144px;
    right: 315px;
		
	}	
	
		.header-main .site-branding a {
      width: 140px;
}
	
}

@media(min-width:1350px) and (max-width:1450px){
	
	body,html{
		overflow-x:hidden;
	}
	
	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
		width: 205px;
	top: 157px;
    right: 335px;
		
	}

}

@media(min-width:1450px) and (max-width:1600px){
	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	    width: 245px;
    top: 171px;
    right: 360px;
		
	}
	
	
}

@media(min-width:1600px) and (max-width:1750px){
	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	    width: 245px;
     top: 185px;
    right: 410px;
		
	}
	
}

@media(min-width:1750px) and (max-width:1850px){
	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	 width: 245px;
    top: 208px;
    right: 460px;
		
	}
	
}

@media(min-width:1850px) and (max-width:1950px){
	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	 width: 285px;
    top: 210px;
    right: 460px;
		
	}
	
}

@media(min-width:1950px) and (max-width:2100px){
	
	
	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}

	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	 width: 285px;
     top: 221px;
    right: 495px;
		
	}
	
}



@media(min-width:2100px) and (max-width:2250px){

	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	 width: 285px;
     top: 240px;
    right: 515px;
		
	}

}


@media(min-width:2250px) and (max-width:2350px){

	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	 width: 325px;
     top: 255px;
    right: 555px;
		
	}

}


@media(min-width:2350px) and (max-width:2450px){

	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	 width: 325px;
     top: 255px;
    right: 580px;
		
	}

}


@media(min-width:2450px) and (max-width:2580px){

	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	 width: 325px;
     top: 270px;
    right: 635px;
		
	}

}


@media(min-width:2750px) and (max-width:2900px){

	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	     width: 425px;
    top: 315px;
    right: 680px
		
	}

}


@media(min-width:2750px) and (max-width:2900px){

	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	     width: 425px;
    top: 315px;
    right: 680px
		
	}

}


@media(min-width:2950px) and (max-width:3075px){

	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	 width: 425px;
    top: 325px;
    right: 745px;
		
	}

}


@media(min-width:3750px) and (max-width:3850px){

	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	 width: 545px;
    top: 419px;
    right: 24%;
		
	}

}


@media(min-width:4550px) and (max-width:4650px){

	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	width: 585px;
    top: 495px;
    right: 25%;
		
	}

}


@media(min-width:5650px) and (max-width:5780px){

	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	width: 785px;
    top: 620px;
    right: 24.5%;
		
	}

}


@media(min-width:6050px) and (max-width:6150px){

	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	width: 790px;
    top: 660px;
    right: 25%;
		
	}

}


@media(min-width:7550px) and (max-width:7690px){

	div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}
	
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
	    width: 990px;
    top: 790px;
    right: 25%;
		
	}

}




@media(min-width:651px) and (max-width:1028px){
	body,html{
		overflow-x:hidden;
	}
	
	.top-bar {
    background: #6d928b;
        border-bottom: 1px solid #759d96;
}

.top-bar .header-contact-box {
    display: none;
}

.top-bar .top-bar-right .store-location {
    display: none !important;
}

.top-bar .table-row .list-inline>li a {
    font-size: 10px;
    color: #fff;
}

.top-bar .table-row .list-inline>li a svg path {
    color: #fff;
    fill: #fff;
}

li.customer-account svg path {
    fill: #fff;
}

.header-main {
    background: transparent;
    position: relative;
    padding: 10px 0;
}
button.menu-toggle:before {
    content: '\f0c9';
    font-family: fontawesome;
    font-size: 35px;
    color: #6d928b;
    position: absolute;
    top: -15px;
    left: -25px;
}

button.menu-toggle {
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
}	

.site-branding {
    display: flex;
    gap: 45px;
    align-items: center;
}

.header-main .site-branding img {
    filter: none;
    width: 100% !important;
    display: flex;
       margin-left: -26px;
    height: 75px;
}

.header-navigation {
    background: #6d928b;
    /* padding: 10px 0; */
}


.header-navigation .main-navigation ul .menu-item-has-children > a:before{
	display: none;
}

ul#primary-menu .menu-item-has-children .icon-arrow-custom {
    position: absolute;
    right: -38px;
    top: 20px;
    display: block;
}

#primary-menu .sub-menu.is-active li a {
    color: #fff;
    border-bottom: none;
}

#primary-menu .sub-menu.is-active {
    position: relative !important;
    opacity: 1;
    display: block;
    box-shadow: none !important;
    background: transparent;
    float: none;
    left: 0;
    visibility: visible;
    transform: translateY(0px);
}

ul#primary-menu > .menu-item-has-children > a {
    width: 80%;
}

ul#primary-menu .menu-item-has-children > a {
    position: relative;
}


header#masthead ul ul li:hover {
    background: transparent;
}

.header-navigation .main-navigation ul .menu-item-has-children:hover .sub-menu{
	left: 0;
	box-shadow:none;
    background: transparent;
    display: none;
}

.cart_wrap {
    position: absolute;
    top: 8px;
    right: 18px;
}

.top-bar .table-row {
    justify-content: center;
}

.header-navigation .col-sm-3 {
    display: none;
}

button.search-btn {
    display: none;
}

.header-search-form form {
    width: 100%;
}

div#search_toggle_desc {
    width: 100%;
    margin-top: 8px;
}

input#s {
    border-radius: 10px;
}

.cart_wrap .basket svg path {
    stroke: #fff !important;
}

.cart_wrap .basket .items {
    background: #fff;
}

div#mini-cart-count {
    font-family: 'Work Sans';
    font-weight: 500;
    color: #6d928b;
}

	span.mobile-search-head {
        position: absolute;
    top: 40px !important;
    right: 70px !important;
    display: block !important;
}
	span.mobile-search-head svg {
    width: 20px;
    height: 20px;
}
	
	div#search_toggle_desc {
    display: none;
}
	
	span.mobile-search-head svg path {
    fill: #6d928b;
}
	
	.header-main .col-sm-4,.header-main .col-sm-6,.header-main .col-sm-2 {
    width: 100%;
}
	
	.cart_wrap {
    position: absolute;
    top: 34px !important;
    right: 30px !important;
}
	.cart_wrap .basket {
    float: right;
    width: 20px;
    position: relative;
    margin-top: 4px;
}
	
	.cart_wrap .basket svg path {
    stroke: #6d928b !important;
}
	
	.cart_wrap .basket .items {
    background: #6d928b;
}
	
	div#mini-cart-count {
    font-family: 'Work Sans';
    font-weight: 500;
    color: #fff;
}

	

div#slick-carousel_last-desk .slidedes {
    display: none;
}


div#slick-carousel_last-desk .inner-slide {
/*     min-height: 300px; */
	position:relative;
}

div#slick-carousel_last-desk .inner-slide-new .slideimg img {
    height: auto;
    -webkit-animation-name: none;
    width: 125px;
    transition: opacity .3s .8s,-webkit-transform .5s .8s;
    border-radius: 0;
    opacity: 0;
    position: absolute;
    transform: translate(-120%, 0px);
}

div#slick-carousel_last-desk .inner-slide-new.slick-current .slideimg img {
    transform: translate(0,0);
    opacity: 1;
}

div#mainfooter .col-sm-3 {
    width: 50%;
}
	
	div#nav_menu-5 {
    padding: 0;
}
	
	div#nav_menu-4 {
    padding-left: 0;
}
	
	.copyrightdiv .container {
    flex-direction: column;
    gap: 10px;
}
	
	.main-carousel-selling .col-sm-3 {
    width: 33.33%;
}
	
	.gdlr-core-testimonial-frame img {
    width: 50px;
}
	
	.gdlr-core-testimonial-frame img {
    width: 50px;
}
	
	.gdlr-core-testimonial-content-head-wrap {
    gap: 10px;
    justify-content: space-between;
}
	
	.home-page-action-bar {
    padding: 0 !important;
}
	
}

@media(min-width:651px) and (max-width:750px){
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
		top: 80px;
		right: 160px;
	}
	
	.header-main .site-branding a {
  width: 120px;
}
	
	.shop-page-custom .col-sm-3 {
    display: none;
}
	.shop-page-custom .col-sm-9 {
    width: 100%;
}
	
	div#custom-shop-id .product-grid-row {
    width: 100%;
    margin: 0;
}
	
p.woocommerce-result-count {
    padding-left: 15px;
}	
	
	.shop-page-custom .entry-title {
    padding-left: 15px;
}
	
}

@media(min-width:750px) and (max-width:850px){
	div#slick-carousel_last-desk .inner-slide-new .slideimg img{
		    top: 95px;
    		right: 185px;
	}
	
	.product-grid-row .product-grid-item {
    flex: 0 0 50%;
    max-width: 50%;
}
	.header-main .site-branding a {
  width: 120px;
}
	
		.main-art-banner {
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
	.main-art-banner .mobile-art-banner-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
	
	.mobile-art-banner-cls {
    width: 100%;
    height: 100%;
}
	
	.main-art-banner .mobile-art-banner-inner a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}
	
	.gdlr-core-item-mglr.slick-active {
    opacity: 1;
}
	
	.gdlr-core-testimonial.clearfix.gdlr-core-outer-frame-element{
		margin:10px
	}
	
	.gdlr-core-testimonial-frame {
    flex-direction: column;
}
	
		.shop-page-custom .col-sm-3 {
    display: none;
}
	.shop-page-custom .col-sm-9 {
    width: 100%;
}
	
	div#custom-shop-id .product-grid-row {
    width: 100%;
    margin: 0;
}
	
	p.woocommerce-result-count {
    padding-left: 15px;
}
	
	.shop-page-custom .entry-title {
    padding-left: 15px;
}
	
}

@media(min-width:850px) and (max-width:950px){
div#slick-carousel_last-desk .inner-slide-new .slideimg img{
		top: 100px;
    	right: 215px;
	}
	
	.product-grid-row .product-grid-item {
    flex: 0 0 50%;
    max-width: 50%;
}
	
	.header-main .site-branding a {
  width: 120px;
}
		.main-art-banner {
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
	.main-art-banner .mobile-art-banner-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
	
	.mobile-art-banner-cls {
    width: 100%;
    height: 100%;
}
	
	.main-art-banner .mobile-art-banner-inner a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}
	
	.gdlr-core-item-mglr.slick-active {
    opacity: 1;
}
	
	.gdlr-core-testimonial.clearfix.gdlr-core-outer-frame-element{
		margin:10px
	}
	
	.gdlr-core-testimonial-frame {
    flex-direction: column;
}
	
		.shop-page-custom .col-sm-3 {
    display: none;
}
	.shop-page-custom .col-sm-9 {
    width: 100%;
}
	
	div#custom-shop-id .product-grid-row {
    width: 100%;
    margin: 0;
}
	
	p.woocommerce-result-count {
    padding-left: 15px;
}
	
	.shop-page-custom .entry-title {
    padding-left: 15px;
}
	
}

@media(min-width:950px) and (max-width:1024px){
div#slick-carousel_last-desk .inner-slide-new .slideimg img {
    top: 110px;
    right: 245px;
}
	.product-grid-row .product-grid-item {
    flex: 0 0 50%;
    max-width: 50%;
}
	.header-main .site-branding a {
  width: 120px;
}
	
	.main-art-banner {
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
	.main-art-banner .mobile-art-banner-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
	
	.mobile-art-banner-cls {
    width: 100%;
    height: 100%;
}
	
	.main-art-banner .mobile-art-banner-inner a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}	
	
	.gdlr-core-item-mglr.slick-active {
    opacity: 1;
}
	
	.gdlr-core-testimonial.clearfix.gdlr-core-outer-frame-element{
		margin:10px
	}
	
	.gdlr-core-testimonial-frame {
    flex-direction: column;
}
	
		.shop-page-custom .col-sm-3 {
    display: none;
}
	.shop-page-custom .col-sm-9 {
    width: 100%;
}
	
	div#custom-shop-id .product-grid-row {
    width: 100%;
    margin: 0;
}
	
	p.woocommerce-result-count {
    padding-left: 15px;
}
	
	.shop-page-custom .entry-title {
    padding-left: 15px;
}
	
}




@media(min-width:1025px) and (max-width:1198px){
	.site-title a {
    color: #000;
    text-decoration: none;
        font-size: 20px !important;
    font-weight: 600;
}
	.site-description {
        top: 40px !important;
    font-size: 11px !important;
}
	
	.main-art-banner {
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
	.main-art-banner .mobile-art-banner-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
	
	.mobile-art-banner-cls {
    width: 100%;
    height: 100%;
}
	
	.main-art-banner .mobile-art-banner-inner a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}	
	
	.header-main .site-branding a {
    width: 140px;
}
	
}




.nameplatedesk-sec-cls .elementor-image a {
    width: 100%;
}

.nameplatedesk-sec-cls .elementor-image img {
    width: 100%;
}


.desktop-wallart img {
    width: 100%;
}


/*===============================Registration Form==================*/
.woocommerce-Input ,input#username {
    border: 1px solid;
    border-color: #e8e8e1;
    /* border-color: var(--colorBorder); */
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 0;
    width: 100%;
    height: 50px;
}

.woocommerce-form-register  label, .woocommerce-form-login label {
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 16px;
}
p.woocommerce-FormRow.form-row {
    text-align: center;
}
h6.registration-heading {
    margin-bottom: 0;
    /* font-family: Avenir LT Pro; */
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:before , button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button:before{
    position: absolute;
    content: "";
    background-color: transparent;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    z-index: -1;
    transition: all 0.5s;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit , button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
    position: relative;
    color: #000;
    padding: 14px 28px;
    line-height: normal;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: .2em;
    border-color: #000;
    background: transparent;
    transition: all 0.5s;
    z-index: 1;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover:before ,button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button:hover:before{
	  transform: scaleX(1);
    background: #000;
} 
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover , button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button:hover {
	color: #fff;
}
  h2.signup-title {
    font-size: 18px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    width: 100%;
    margin-bottom: 15px;
}
h2.signup-title {
    font-size: 16px;
    margin-bottom: 20px;
}
p.lost_password a {
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 13px;
    color: #000;
}
h2.login-text a {
    font-size: 16px;
    color: #2a2a2a;
}
h2.login-title {
    text-align: center;
    margin-bottom: 20px;
}
.woocommerce-Input:focus-visible ,input#username:focus-visible{
	outline:none;
}


/*===================ajax-search==================  */

div#search_toggle_desc .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    color: #666;
        letter-spacing: 1px;
		font-weight:400;
}
div#search_toggle_desc .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    outline: none;
    padding: 10px 24px 10px 48px;
    line-height: 24px;
    border: 2px solid #678c84;
	background:transparent;
}

div#search_toggle_desc .dgwt-wcas-search-submit svg path {
    fill: #678c84;
}

div#search_toggle_desc .dgwt-wcas-search-submit{
    top: 18px;
}

.dgwt-wcas-suggestions-wrapp a {
    text-decoration: none;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp {
    color: #678c84;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp bdi {
    font-weight: 600;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp ins {
    background: transparent;
    font-size: 13px;
    font-weight: 600;
}

/*==================search-page====================  */

.search-results header.page-header {
    background-image: url(https://www.royalgifts.co.in/wp-content/uploads/2020/10/IMG-1347-scaled.jpg);
    background-position: 0 -206px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 270px;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.search-results header.page-header:before{
	content:'';
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: #000000;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	z-index: -1;
}

.search-results header.page-header h1.page-title {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 500;
}
.search-results header.page-header h1.page-title span {
    text-transform: capitalize;
}

.search-results .site-main {
    max-width: 100%;
    margin: 30px auto;
	
}

.search-results .site-main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
   padding:0 50px;
}

.search-results .site-main article {
    width: 23%;
    box-shadow: 0 10px 25px rgb(0 0 0/.2);
    padding: 1em 1.2em;
    border-radius: 10px;
}

.search-results .site-main article .entry-title {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}

.search-results .site-main article .entry-title a {
    color: #000;
    text-decoration: none;
	transition:all 0.5s;
}

.search-results .site-main article .entry-title a:hover{
	color:#678C84;
}

.search-results .site-main article .entry-summary {
    display: none;
}

.search-results .site-main article img {
    border-style: solid;
    padding: 10px;
    border-width: 4px;
    border-color: #a1c1c5;
    height: 230px !important;
    object-fit: contain;
}

.search-results .site-main .navigation.posts-navigation {
    width: 100%;
    margin-top: 20px;
}

.search-results .site-main .navigation.posts-navigation .nav-links a {
    text-decoration: none;
    text-transform: capitalize;
    background: #678C84;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.5px;
    color: #fff;
    padding: 10px 12px;
    border-radius: 2px;
}


/*==================search page query=================  */

@media(max-width:767px){
	
	.search-results header.page-header h1.page-title {
    font-size: 30px;
    text-align: center;
}
	.search-results .site-main {
    padding: 0 10px;
	margin-bottom: 0;
}
	
	.search-results .site-main article {
    width: 47%;
    box-shadow: none;
    padding: 0;
}
	
	.search-results .site-main article img {
    height: 125px!important;
    padding: 8px;
    border-width: 3px;
}
	
	.search-results .site-main article .entry-title {
    font-size: 14px;
}
	
	.main-art-banner {
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
	.main-art-banner .mobile-art-banner-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
	
	.mobile-art-banner-cls {
    width: 100%;
    height: 100%;
}
	
	.main-art-banner .mobile-art-banner-inner a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}
	
}


/*===================shop-page-sidebar===============  */

.shoppage_sidebar {
    margin: 25px 15px 0;
}

.shoppage_sidebar #block-6 {
    margin-bottom: 40px;
    border: 1px solid #f1f1f1;
    padding: 30px 20px 0;
}
.shoppage_sidebar #block-6 h3:before {
    content: '';
    position: absolute;
    background: #678c84;
    height: 100%;
    width: 2.5px;
    left: 0;
}
.shoppage_sidebar #block-6 h3 {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
    padding-left: 15px;
}


.shoppage_sidebar #block-9 {
    margin-bottom: 40px;
    border: 1px solid #f1f1f1;
    padding: 30px 20px 0;
	display:none;
}


.shoppage_sidebar #block-9 h2:before {
    content: '';
    position: absolute;
    background: #678c84;
    height: 100%;
    width: 2.5px;
    left: 0;
}
.shoppage_sidebar #block-9 h2 {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
    padding-left: 15px;
}


.shoppage_sidebar .product-cat-cls ul li:hover a {
    color: #678c84;
}
.shoppage_sidebar .product-cat-cls ul li a {
    color: #000;
    border-radius: 0;
    padding: 10px 0;
    display: inline-block;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.5s;
}
.shoppage_sidebar .product-cat-cls ul li {
    color: #626c84;
    border-bottom: 1px dashed #f1f1f1;
    list-style: none;
    font-family: sans-serif;
}
.shoppage_sidebar .product-cat-cls ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.shoppage_sidebar #block-10 {
    margin-bottom: 40px;
    border: 1px solid #f1f1f1;
    padding: 30px 20px 0;
	display:none;
}

.shoppage_sidebar #block-10 h2:before {
    content: '';
    position: absolute;
    background: #678c84;
    height: 100%;
    width: 2.5px;
    left: 0;
}
.shoppage_sidebar #block-10 h2 {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    letter-spacing: 1px;
    padding-left: 15px;
}

.shoppage_sidebar .more-prod-cls ul li:hover a {
    color: #678c84;
}
.shoppage_sidebar .more-prod-cls ul li a {
    color: #000;
    border-radius: 0;
    padding: 10px 0;
    display: inline-block;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.5s;
}
.shoppage_sidebar .more-prod-cls ul li {
    color: #626c84;
    border-bottom: 1px dashed #f1f1f1;
    list-style: none;
    font-family: sans-serif;
}
.shoppage_sidebar .more-prod-cls ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shoppage_sidebar .more-prod-cls ul li .wc-block-product-categories-list-item-count span {
    font-size: 14px;
}

.shoppage_sidebar .more-prod-cls ul li ul {
    border-top: 1px dashed #f1f1f1;
    padding-left: 15px;
    display: block;
    margin-top: 5px;
}

.filter-price-csl .wc-block-components-price-slider__range-input-progress {
    background: #678c84;
}
/*=======================404 Temp==================*/
.error-page-top-wrapper {
    background: #f8fffd;
    padding: 30px 0 184px;
}
.error-page-top-wrapper .page-content {
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
}
.error-page-top-wrapper h1.page-title {
    display: inline-block;
    font-size: 6.25em;
    color: #000000;
    letter-spacing: .05em;
    line-height: 1.1;
    font-style: normal;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    font-size: 9.375em;
}
.error-page-top-wrapper p.sub-title {
    color: #000;
    font-size: 1.1em;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding: 0 50px;
    letter-spacing: .2em;
    margin-bottom: 30px;
}
.error-page-top-wrapper p.sub-title:before {
    content: "";
    position: absolute;
    top: 13px;
    width: 36px;
    height: 1px;
    background-color: #000;
    width: 64px;
    height: 1px;
    left: -20px;
}
.error-page-top-wrapper p.sub-title:after {
    content: "";
    position: absolute;
    top: 13px;
    width: 36px;
    height: 1px;
    background-color: #000;
    width: 64px;
    height: 1px;
    /* left: -20px; */
}
.error-page-top-wrapper a.btn-primary {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    padding: 16px 32px;
}


@media(max-width:767px){
	.shop-page-custom .col-sm-3 {
    display: none;
}
}



.cls_table {
    border: 1px solid rgb(206 212 218);
	    margin-bottom: 80px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-radius: 5px;
    padding: 30px;
}

.cls_on {
    background: #f8dda7 !important;
    padding: 6px 10px;
    border-radius: 5px;
	color: #94660c;
	    font-weight: 500;
}

.cls_processing {
    background: #c6e1c6;
    padding: 6px 10px;
    border-radius: 5px;
    color: #5b841b;
	    font-weight: 500;
}

.cls_completed {
    background: #c8d7e1;
    padding: 6px 10px;
    border-radius: 5px;
    color: #2e4453;
    font-weight: 500;
}

.cls_pending {
    background: #e5e5e5;
    padding: 6px 10px;
    border-radius: 5px;
    color: #777;
    font-weight: 500;
}

.cls_cancelled {
    background: #e5e5e5;
    padding: 6px 10px;
    border-radius: 5px;
    color: #777;
    font-weight: 500;
}

.cls_refunded {
    background: #e5e5e5;
    padding: 6px 10px;
    border-radius: 5px;
    color: #777;
    font-weight: 500;
}

.cls_draft {
    background: #e5e5e5;
    padding: 6px 10px;
    border-radius: 5px;
    color: #777;
    font-weight: 500;
}

.cls_failed {
    background: #eba3a3;
    padding: 6px 10px;
    border-radius: 5px;
    color: #761919;
    font-weight: 500;
}

h3.order-tracking-cls {
    color: #000;
    font-size: 30px;
    letter-spacing: 0.5px;
	    margin-top: 20px;
}

.cls_table mark {
    font-weight: 600;
}

.cls_table th {
    color: #000000;
}

.woocommerce-form-track-order input {
    padding: 0 1em;
    background-color: #f6f6f6;
    height: 50px;
    color: var(--heading);
    border: 2px solid #ededed;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 10px;
}

.woocommerce-form-track-order .button:hover {
    background: transparent !important;
    color: #678c84 !important;
}

.woocommerce-form-track-order .button {
    background: #678c84!important;
    font-weight: 500!important;
    padding: 13px 25px!important;
    border-radius: 3px!important;
    transition: all .5s;
    border: 2px solid #678c84!important;
    color: #fff !important;
    margin-top: 15px !important;
}




.page-id-19511 .woocommerce-order-details, .page-id-19511 .woocommerce-customer-details {
    display: none;
}


.cls_table tr, .cls_table th, .cls_table td {
    border: none;
    padding: 22px 50px;
}

.cls_table td .order-number, .cls_table td .order-date {
    background: transparent;
}


.page-id-5 .shop-page-custom .col-sm-9 {
    width: 100%;
    max-width: 80%;
    margin: auto;
}

.page-id-5 .shop-page-custom .col-sm-3 {
    display: none;
}

.page-id-5 .shop-page-custom .product-quantity .minus,  .page-id-5 .shop-page-custom .product-quantity .plus {
    background: transparent;
    border: none;
}

.page-id-5 .shop-page-custom .product-quantity .qty {
    padding: 6px;
    width: 22px;
    background: transparent;
    border: none;
}

.page-id-5 .shop-page-custom .product-quantity input[type=number]::-webkit-inner-spin-button, .page-id-5 .shop-page-custom .product-quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.page-id-5 .shop-page-custom .product-quantity input[type=number]  {
    -moz-appearance:textfield;
}


.woocommerce-cart-form {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 20px 0;
    margin-bottom: 30px;
}

.woocommerce-cart-form .shop_table {
    border: none !important;
    margin-bottom: 0 !important;
}

.cart_totals h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.cart_totals .shop_table {
    border: none !important;
}
.cart_totals {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 20px 0;
}


.wc-proceed-to-checkout {
    text-align: center;
    display: flex;
    justify-content: center;
}

.wc-proceed-to-checkout a {
    border: 2px solid #678c84 !important;
    background: #678c84 !important;
    max-width: 450px;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin: 0 auto;
    display: block !important;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
}

.wc-proceed-to-checkout a:hover {
    background: transparent !important;
    color: #678c84 !important;
}

.coupon .button:hover {
    background: transparent !important;
    color: #678c84 !important;
}

.coupon .button {
    border: 2px solid #678c84 !important;
    background: #678c84 !important;
    color: #fff !important;
    font-weight: 500 !important;
    transition: all 0.5s;
}

.woocommerce-cart-form td.product-name a {
    color: #678c84;
    font-weight: 500;
}

.cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
    color: #678c84;
    font-weight: 600;
}

.woocommerce-checkout .shop-page-custom .col-sm-9 {
    width: 100%;
    max-width: 85%;
    margin: auto;
}

.woocommerce-checkout .shop-page-custom .col-sm-3 {
    display: none;
}

.woocommerce-checkout .shop-page-custom .elementor-container {
    margin: 0;
}

.woocommerce-billing-fields input,.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper input{
    height: 2.5rem;
    width: 100%;
}

.woocommerce-billing-fields span.selection,.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper span.selection {
    height: 2.5rem;
}

.woocommerce-billing-fields span.select2-selection.select2-selection--single,.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper span.select2-selection.select2-selection--single{
    height: 2.5rem;
}

.woocommerce-billing-fields .select2-selection__rendered,.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .select2-selection__rendered{
	line-height: 36px !important;
    height: 2.5rem;
}

.woocommerce-billing-fields span.select2-selection__arrow {
    height: 2.5rem !important;
    top: 5px;
}


.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper span.select2-selection__arrow  {
    height: 2.1rem !important;
    top: 5px;
}

input#_whatsapp_field {
    width: 48%;
    height: 2.5rem;
}

button#place_order:hover {
    background: transparent !important;
    color: #678c84 !important;
}


button#place_order {
    background: #678c84;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #678c84;
    border-radius: 3px;
    transition: all 0.5s;
}

.top_info_bar {
    background: #678c84;
    padding: 5px 0;
    text-align: center;
    color: #fff;
}

.top_info_bar p {
    margin-bottom: 0;
    font-size: 14px;
}

.top_info_bar p a {
    padding: 2px 8px;
    border: 2px dashed #fff;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    margin-left: 5px;
}

p.return-to-shop .button:hover {
    background: transparent;
    color: #678c84 !important;
}

p.return-to-shop .button {
    background: #678c84;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #678c84;
    border-radius: 3px;
    transition: all 0.5s;
}

footer.entry-footer {
    display: none;
}



p#whatsapp_field_field input {
    width: 48%;
    height: 2.5rem;
}