/*!
Theme Name: Resoto
Theme URI: https://mysticalthemes.com/wordpress-themes/resoto
Author: bnayawpguy
Author URI: https://mysticalthemes.com
Description: Resoto Hotel WordPress Theme is a perfect template designed for resort, hotel, villas , guesthouse or other travel tourism and hotel business. The template is based on Elementor plugin which gives you wide range of opportunity to uniquely design attractive beautiful website. The template is based on WP Hotel Booking plugin which provides the options to configure the hotel accomodations. The template is not only limited to the resorts and hotel website you may also use the template to create a stunning corporate, blog website and many more. Demo at http://demo.mysticalthemes.com/resoto
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: resoto
Tags: blog, e-commerce, one-column, two-columns, right-sidebar, footer-widgets, custom-menu, custom-logo, featured-images, threaded-comments, full-width-template, translation-ready, theme-options, sticky-post
Tested up to: 5.3.2
Requires PHP: 5.2.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resoto is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography: ;
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #616161;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 27px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

td, th {
    padding: 0;
    border: 1px solid #eee;
    padding: 10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 0px;
    background: #ec6a2a;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 10px 10px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: black;
}

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #616161;
}

a:visited {
	color: #616161;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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,
.main-navigation ul ul li.is-focused > ul{
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li.is-focused > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/** General Styles **/
.rcontainer {
    width: 1200px;
    margin: auto;
}

/** Top Header **/
.top-header {
    background-color: #57ade0;
    color: #fff;
}

.top-header .rcontainer {
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
    font-size: 14px;
}

.top-header .rcontainer .left-block span {
	display: inline-block;
	margin-right: 15px;
}

.top-header .rcontainer .left-block span i {
	margin-right: 4px;
}

.top-header .rcontainer .right-block a {
    text-decoration: none;
    color: #ffffff;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.top-header .rcontainer .right-block a:last-child {
	margin-right: 0;
}

/** Header Style **/
header .main-navigation ul li a {
    text-decoration: none;
    color: #616161;
    font-size: 14px;
    font-weight: 500;
}

header .site-branding h1.site-title,
header .site-branding p.site-title {
    font-size: 40px;
    margin: 0px;
    font-weight: 800;
    line-height: 40px;
}

header .site-branding h1.site-title a,
header .site-branding p.site-title a {
    text-decoration: none;
    color: #6b6b6b;
    text-transform: uppercase;
}

header .site-branding .site-description {
    margin: 0;
}

/** Header Search Form **/
.resoto-search > span,
.resoto-hotelcart > span{
	font-size: 22px;
	cursor: pointer;
	line-height: 50px;
}

.resoto-search > span:hover,
.resoto-hotelcart > span:hover {
    color: #ec6a2a;
}

.resoto-hotelcart > span i {
	text-align: center;
    position: absolute;
    font-size: 12px;
    background: #ec6a2a;
    height: 16px;
    width: 16px;
    line-height: 15px;
    right: -5px;
    top: 5px;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    display: block;
    font-style: normal;
}

/** Resoto Search Form **/
.resoto-search-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    left: 0;
    z-index: 9;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s ease;
    opacity: 0;
}

.resoto-search-form.active {
	visibility: visible;
	opacity: 1;
}

.resoto-search-form .search-form input[type="search"] {
    min-width: 500px;
    background: none;
    border: none;
    border-bottom: 1px solid #cecece;
    padding: 10px 0px;
    color: #cecece;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 0;
}

.resoto-search-form .search-form input[type="search"]::placeholder {
	color: #616161;
}

.resoto-search-form .search-form input[type="submit"] {
	display: none;
}

.resoto-search-form > span {
    color: #616161;
    font-size: 40px;
    position: absolute;
    top: 20%;
    right: 10%;
    cursor: pointer;
}

.resoto-search-form > span:hover {
    color: #ec6a2a;
}

/** Header Mini Cart **/
.resoto-hotelcart {
    position: relative;
    width: 40px;
}

.resoto-hotelcart .hotel_booking_mini_cart {
	transition: all 0.5s ease;
	visibility: hidden;
    position: absolute;
    right: 0;
    background: #ffffff;
    width: 250px;
    border: 1px solid #efefef;
    text-align: left;
    padding: 0px 15px;
    z-index: 3;
}

.resoto-hotelcart:hover > .hotel_booking_mini_cart {
    visibility: visible;
}

.resoto-hotelcart .hotel_booking_mini_cart .hb_mini_cart_item {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 15px 0px;
    overflow: hidden;
}

.resoto-hotelcart .hotel_booking_mini_cart a {
	color: black;
}

.resoto-hotelcart .hotel_booking_mini_cart h4.hb_title {
    margin-top: 0;
    font-size: 15px;
    font-weight: 500;
}

.resoto-hotelcart .hotel_booking_mini_cart .hb_mini_cart_remove {
    font-size: 10px;
}

.resoto-hotelcart .hotel_booking_mini_cart .hb_mini_cart_remove:hover {
	background: none;
	color: #ec6a2a;
}

.resoto-hotelcart .hotel_booking_mini_cart .hb_mini_cart_number label,
.resoto-hotelcart .hotel_booking_mini_cart .hb_mini_cart_price label {
    font-size: 12px;
    font-weight: 500;
    color: #616161;
}

.resoto-hotelcart .hotel_booking_mini_cart .hb_mini_cart_number span,
.resoto-hotelcart .hotel_booking_mini_cart .hb_mini_cart_price span {
	font-weight: 500;
}

.resoto-hotelcart .hotel_booking_mini_cart .hb_mini_cart_price span {
	color: #ec6a2a;
}

.resoto-hotelcart .hb_mini_cart_price_packages ul {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
}

.resoto-hotelcart .hb_mini_cart_price_packages ul a {
    line-height: initial !important;
    font-weight: 400;
    color: #616161;
    font-size: 12px;
    margin: 5px 0px;
    font-style: normal;
}

.resoto-hotelcart .hotel_booking_mini_cart .hb_mini_cart_footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.resoto-hotelcart .hotel_booking_mini_cart .hb_mini_cart_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0px;
}

.resoto-hotelcart .hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
    width: 48%;
    font-size: 14px;
    padding: 8px 0px;
    margin: 0;
    min-height: unset;
    background-color: #ec6a2a;
    border-radius: 20px;
    transition: all 0.5s ease;
}

.resoto-hotelcart .hotel_booking_mini_cart .hb_mini_cart_footer .hb_button:hover {
    background: black;
}

.resoto-hotelcart .hotel_booking_mini_cart .hb_mini_cart_empty {
	color: #616161;
    padding: 20px 0px;
    margin-top: 0px;
}

/** Responsive Menu Toggle **/
#simple-menu {
	font-size: 22px;
	display: none;
}

/** Header Layout 1**/
header.layout1 .site-branding {
    text-align: center;
    padding: 20px 0px;
}

header.layout1 .main-navigation {
    text-align: center;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    line-height: normal;
}

header.layout1.show-sc .main-navigation .rcontainer {
	display: flex;
}

header.layout1 .main-navigation .rcontainer {
	line-height: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

header.layout1 .main-navigation .menu {
	display: inline-block;
}

header.layout1 .main-navigation ul li a {
    padding: 0px 30px;
    line-height: 50px;
    position: relative;
    transition: all 0.5s ease;
}

header.layout1 .main-navigation ul li a:hover {
    color: #ec6a2a;
}

header.layout1 .main-navigation ul li a:after {
    content: "";
    display: inline-block;
    height: 35%;
    background: #f1f1f1;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

header.layout1 .main-navigation ul li:last-child a:after {
	display: none;
}

header.layout1 .main-navigation ul ul {
    display: flex;
    flex-flow: column;
    background: #fff;
}

header.layout1 .main-navigation ul ul li a {
    text-align: left;
}

header.layout1 .book-now-btn {
	background: #ec6a2a;
}

header.layout1 .book-now-btn a {
    color: #fff !important;
}

/** Header Layout 2 **/
header.layout2 .main-header {
    border-bottom: 2px solid #efefef;
}

header.layout2 .main-header .rcontainer {
    display: flex;
    align-items: center;
    line-height: normal;
}

header.layout2 .main-header .rcontainer .site-branding {
	width: 25%;
}

header.layout2 .main-header .rcontainer .main-navigation {
	width: 75%;
	text-align: right;
}

header.layout2 .main-header .rcontainer .main-navigation ul {
	display: flex;
    justify-content: flex-end;
}

header.layout2 .main-header .rcontainer .main-navigation ul li {
    padding: 0 20px;
    line-height: 90px;
    position: relative;
}

header.layout2 .main-header .rcontainer .main-navigation ul li:last-child {
	padding-right: 0;
}

header.layout2 .main-header .rcontainer .main-navigation ul li.current-menu-item > a,
header.layout2 .main-header .rcontainer .main-navigation ul li:hover > a {
	color: #ec6a2a;
	text-decoration: line-through;
}

header.layout2 .main-header .rcontainer .main-navigation ul ul {
	flex-direction: column;
	background-color: #ffffff;
}

header.layout2 .main-navigation ul li:hover > ul,
header.layout2 .main-navigation ul li.focus > ul {
	left: 0;
}

header.layout2 .main-header .rcontainer .main-navigation ul ul li {
	text-align: left;
}

header.layout2 .main-header .rcontainer .main-navigation ul ul li {
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
}

header.layout2 .resoto-search-hotelcart {
    margin-left: 40px;
    display: flex;
}

header.layout2 .resoto-search-hotelcart > * {
    margin-right: 20px;
}

header.layout2 .resoto-search-hotelcart .resoto-hotelcart {
	margin-right: 0px;
}

header.layout2 .resoto-hotelcart > span i {
	right: 0px;
}

/** Slider **/
.resoto-slider .slide {
	background-size: cover;
	background-repeat: no-repeat;
}

.resoto-slider .caption-text {
    padding: 180px 0px;
}

.resoto-slider .caption-text .slide-title {
    margin: 0;
    padding: 0;
    font-size: 50px;
    position: relative;
    font-weight: 800;
    color: #484848;
    line-height: 50px;
}

.resoto-slider .caption-text .slide-title span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.resoto-slider .caption-text .text {
    width: 500px;
    margin-top: 15px;
}

.slide-btn {
    display: inline-block;
    color: #fff;
    background-color: #ec6a2a;
    padding: 10px 35px;
    text-decoration: none;
    margin-top: 40px;
}

.slide-btn:hover {
    background: #000000;
}

.slide-btn:hover, .slide-btn:focus, .slide-btn:active, .slide-btn:visited {
	color: #fff;
}

.slide-btn i{
	margin-right: 8px;
}

.resoto-slider.layout1 .owl-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.resoto-slider .owl-nav span {
    padding: 18px 25px;
    border-radius: 50%;
    background-color: #ec6a2a;
    color: #fff;
}

.resoto-slider .owl-nav span.owl-prev {
	margin-right: 20px;
}

.resoto-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
}

.resoto-slider .owl-dots button.owl-dot {
    background-color: rgba(185, 131, 57, 0.4);
    width: 40px;
    height: 5px;
    transition: 0.5s all ease;
}

.resoto-slider .owl-dots button.owl-dot.active,
.resoto-slider .owl-dots button.owl-dot:hover {
    background: #ec6a2a;
}

.resoto-slider .owl-dots button:first-child {
    margin-right: 10px;
}

.resoto-slider.layout2 .caption-text {
	text-align: center;
}

.resoto-slider.layout2 .caption-text .text {
	margin: 35px auto 0 auto;
}

.resoto-slider.layout2 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    transition: all 0.5s ease;
}

.resoto-slider.layout2 .owl-nav .owl-prev:hover,
.resoto-slider.layout2 .owl-nav .owl-next:hover {
    background: black;
}

.resoto-slider.layout2 .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
	transition: all 0.5s ease;
}

.resoto-slider.layout3 .caption-text {
	text-align: right;
}

.resoto-slider.layout3 .caption-text .text {
	margin-left: auto;
}

.resoto-slider.layout3 .owl-nav {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}

/** Hotel Search Rooms **/
.resoto-hb-search-room {
    width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    margin-top: -60px;
    background: #fff;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.2);
}

.resoto-hb-search-room .hotel-booking-search {
	padding: 40px 35px;
}

.resoto-hb-search-room .hotel-booking-search * {
	margin: 0;
}

.resoto-hb-search-room form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resoto-hb-search-room ul.hb-form-table {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 78%;
}

.resoto-hb-search-room .hotel-booking-search .hb-submit {
    width: 20%;
}

.resoto-hb-search-room .hotel-booking-search .hb-submit button {
    width: 100%;
    border-radius: 0px;
    background-color: #ec6a2a;
    border-color: #ec6a2a;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.resoto-hb-search-room .hotel-booking-search .hb-submit button:hover {
    background: black;
    border-color: black;
    letter-spacing: 7.4px;
}

.resoto-hb-search-room form ul li.hb-form-field {
	width: 24%;
}

.resoto-hb-search-room form ul li.hb-form-field .hb_input_field,
.resoto-hb-search-room form ul li.hb-form-field .hb_input_field input,
.resoto-hb-search-room form ul li.hb-form-field select {
	width: 100%;
}

.resoto-hb-search-room form ul li .hb_input_field:after{
	right: 10px;
    top: 15px;
}

.resoto-hb-search-room form ul li.hb-form-field .hb_input_field input,
.resoto-hb-search-room form ul li.hb-form-field select {
	border-radius: 0px;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
	background-color: #ec6a2a;
}

.resoto-hb-search-room .hotel-booking-search label {
    display: block;
}

/** Page Banner **/
.resoto-banner {
    text-align: center;
    background-size: cover;
    padding: 100px 0;
}

.resoto-banner h2.page-title {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.resoto-banner ul {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

.resoto-banner ul a {
    display: inline-block;
    text-decoration: none;
}

.resoto-banner ul a:hover,
.resoto-banner ul a:focus,
.resoto-banner ul .trail-end {
	color: #ec6a2a;
}

.resoto-banner ul a:after {
    content: "\ea46";
    font-family: lineicons;
    margin: 0 8px;
    font-size: 9px;
    font-weight: 600;
}

/** Content **/
#content {
    padding: 40px 0px;
}

#content .rcontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

body.right-sidebar #primary {
	width: 70%;
}

body.no-sidebar #primary {
	width: 100%;
}

/** Blog Page Styles **/
article a.readmore-btn {
    display: inline-block;
    color: #fff;
    background-color: #ec6a2a;
    padding: 8px 20px;
    text-decoration: none;
    margin-top: 20px;
    margin-left: 50px;
    transition: all 0.5s ease;
}

article a.readmore-btn:hover,
article a.readmore-btn:hover:focus {
	background-color: black;
}

article .post-title-metas a,
article .post-title-metas a:visited {
	color: #616161;
	transition: all 0.4s ease;
}

article .post-title-metas a:hover,
article .post-title-metas a:focus,
article .post-title-metas a:active {
    color: #ec6a2a;
}

/** Layout 1 (Classic) **/
body.blog-layout1 article,
body.search-results article {
    padding: 40px 0px;
    border-bottom: 1px solid #eaeaea;
}

body.blog-layout1 article.sticky .post-title::before {
    content: "\e949";
    font-family: lineicons;
    background-color: #ec6a2a;
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 50%;
    display: inline-block;
}

body.blog-layout1 article:first-child,
body.search-results article:first-child {
	padding-top: 0px;
}

body.blog-layout1 article .post-metas,
body.search-results article .post-metas,
.single article .post-metas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body.blog-layout1 article .post-image,
body.search-results article .post-image,
.single article .post-image {
    height: 400px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.47), 0 2px 10px 0 rgba(0,0,0,0.12);
}

body.blog-layout1 article .post-image img,
body.search-results article .post-image img,
.single article .post-image img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

body.blog-layout1 article .post-metas > span,
body.search-results article .post-metas > span,
.single article .post-metas > span{
    margin-right: 35px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

body.blog-layout1 article .post-metas > span:last-child,
body.search-results article .post-metas > span:last-child,
.single article .post-metas > span:last-child{
	margin-right: 0;
}

body.blog-layout1 article .post-metas > span::after,
body.search-results article .post-metas > span::after,
.single article .post-metas > span::after{
    content: "";
    height: 6px;
    width: 6px;
    background: #c3c3c3;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    right: -20px;
    transform: translateY(-50%);
}

body.blog-layout1 article .post-metas > span:last-child::after,
body.search-results article .post-metas > span:last-child::after,
.single article .post-metas > span:last-child::after{
	display: none;
}

body.blog-layout1 article .post-metas .posted-by,
body.search-results article .post-metas .posted-by,
.single article .post-metas .posted-by {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

body.blog-layout1 article .post-metas .posted-by img,
body.search-results article .post-metas .posted-by img,
.single article .post-metas .posted-by img {
	border-radius: 50%;
	margin-right: 10px;
}

body.blog-layout1 article .entry-content,
body.search-results article .entry-content {
    margin-top: 20px;
    margin-left: 50px;
}

/** Blog Layout 2 (Grid Layout) **/
body.blog-layout2 .site-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.blog-layout2 .site-main article {
    width: 48%;
    border: 1px solid #e4e4e4;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    background: #fbfbfb;
    margin-bottom: 40px;
}

body.blog-layout2 .blog-post-contents {
    padding: 20px;
}

body.blog-layout2 .blog-post-contents .post-title-metas .post-metas {
    font-size: 12px;
}

body.blog-layout2 .blog-post-contents .post-title-metas .post-metas span:after {
    content: "/";
    margin: 0 4px;
}

body.blog-layout2 .blog-post-contents .post-title-metas .post-metas span:last-child::after {
	display: none;
}

body.blog-layout2 article a.readmore-btn {
	margin-left: 0px;
}

/** Single Post **/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin-top: 40px;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous,
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	width: 48%;
}

.nav-previous a,
.nav-next a {
    color: #fff;
    background: #ec6a2a;
    padding: 10px;
    display: inline-block;
    transition: all 0.4s ease;
}

.nav-previous a:hover,
.nav-next a:hover {
	background-color: #000000;
	color: #fff;
}

.nav-previous a::before {
    content: "\ea54";
    margin-right: 10px;
    font-family: lineicons;
}

.nav-next a::after {
    content: "\ea55";
    margin-left: 10px;
    font-family: lineicons;
}

.wp-block-button__link {
	transition: all 0.4s ease;
}

.wp-block-button__link:hover {
    background: #000000;
}

.is-style-outline .wp-block-button__link:hover {
	border-color: #000000;
	background-color: #000000;
	color: #ffffff;
}

.has-large-font-size {
    line-height: 45px;
}

.wp-block-file a.wp-block-file__button {
    background: #ec6a2a;
    transition: all 0.4s ease;
}

.wp-block-file a.wp-block-file__button:hover {
    background: #000000;
}

.page-links span {
    color: #ec6a2a;
    font-weight: bold;
}

.page-links a {
    transition: all 0.4s ease;
}

.page-links a:hover {
    color: #ec6a2a;
}

.post-password-form input {
    border-radius: 0px;
}

/** Pagination Styles **/
.pagination-wrap {
    text-align: center;
    margin-top: 40px;
}

.pagination-wrap a,
.pagination-wrap span {
    background: #ec6a2a;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.pagination-wrap span,
.pagination-wrap a:hover {
    background: #000000;
}

/** Hotel Search Page **/
#hotel-booking-results form .hb_button.hb_checkout,
#hotel-booking-results form button.hb_add_to_cart,
#hotel-booking-results form button[type="submit"]  {
	display: inline-block;
    color: #fff;
    background-color: #ec6a2a;
    padding: 8px 20px;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 0px;
}

#hotel-booking-results form .hb_button.hb_checkout:hover,
#hotel-booking-results form button.hb_add_to_cart:hover,
#hotel-booking-results form button[type="submit"]:hover {
    background-color: black;
}

#hotel-booking-results .hb-search-results>.hb-room .hb-room-name {
	font-size: 22px;
}

.hb-booking-room-details table tr td.hb_search_item_price,
#hotel-booking-results .hb-search-results>.hb-room .hb-room-name a:hover {
	color: #ec6a2a;
}

.hb-booking-room-details .hb_search_room_item_detail_price_close:hover {
	background-color: #ec6a2a;
}

.hb-select-extra-results ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.hb-select-extra-results ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.hb-select-extra-results .check-wrap,
.hb_payment_all .check-wrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hb_payment_all .check-wrap {
    display: inline-block;
    font-size: 14px;
}

.hb-select-extra-results .check-wrap input,
.hb_payment_all .check-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.hb-select-extra-results .checkmark,
.hb_payment_all .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    transition: all 0.5s ease;
    border: 1px solid #d0d0d0;
}

.hb_payment_all .checkmark {
    height: 15px;
    width: 15px;
    margin-top: 6px;
}

.hb_payment_all p {
	margin: 0;
}

.hb-select-extra-results .check-wrap:hover input ~ .checkmark,
.hb_payment_all .check-wrap:hover input ~ .checkmark {
  background-color: #ccc;
}

.hb-select-extra-results .check-wrap input:checked ~ .checkmark,
.hb_payment_all .check-wrap input:checked ~ .checkmark {
    background-color: #ec6a2a;
    border-color: #ec6a2a;
}

.hb-select-extra-results .checkmark::after,
.hb_payment_all .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.hb-select-extra-results .check-wrap input:checked ~ .checkmark::after,
.hb_payment_all .check-wrap input:checked ~ .checkmark::after {
  display: block;
}

.hb-select-extra-results .check-wrap .checkmark::after,
.hb_payment_all .check-wrap .checkmark::after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hb_payment_all .check-wrap .checkmark::after {
    left: 4px;
    top: 1px;
}

.hb-select-extra-results .hb_button {
    background: #ec6a2a;
    border-radius: 0px;
    display: inline-block;
    margin-top: 30px;
}

.hb-select-extra-results .hb_button:hover {
    background: #000000;
}

.hb-select-extra-results .hb_button:first-child {
	margin-right: 20px;
}

.hb-booking-room-details table tr td.hb_search_item_total_description {
    font-weight: 500;
    font-style: normal;
}

/** Hotel Cart Page **/
#hotel-booking-cart table a,
#hotel-booking-payment table a {
	color: #616161;
	text-decoration: none;
}

#hotel-booking-cart table a:hover,
#hotel-booking-cart table a:focus,
#hotel-booking-payment table a:hover,
#hotel-booking-payment table a:focus {
	color: #ec6a2a;
	text-decoration: none;
}

#hotel-booking-cart table th, #hotel-booking-payment table th,
#hotel-booking-cart table tr.hb_checkout_item td,
#hotel-booking-payment table tr.hb_checkout_item td {
	text-align: left;
	border: 1px solid #efefef;
}

.hb-cart-form,
#hb-payment-form{
	overflow-x: auto;
}

#hotel-booking-cart .hb_button.hb_checkout,
#hotel-booking-cart button[type="button"],
#hotel-booking-cart button[type="submit"],
#hotel-booking-payment .hb_button.hb_checkout,
#hotel-booking-payment button[type="button"],
#hotel-booking-payment button[type="submit"] {
	border-radius: 0px;
	background-color: #ec6a2a;
	transition: all 0.4s ease;
	color: #fff;
}

#hotel-booking-cart .hb_button.hb_checkout:hover,
#hotel-booking-cart button[type="button"]:hover,
#hotel-booking-cart button[type="submit"]:hover,
#hotel-booking-payment .hb_button.hb_checkout:hover,
#hotel-booking-payment button[type="button"]:hover,
#hotel-booking-payment button[type="submit"]:hover {
	background-color: black;
}

/** Hotel Checkout Styles **/
#hotel-booking-cart h3,
#hotel-booking-payment h3 {
    font-size: 24px;
}

/** Single Post Design **/
.single article .post-metas {
    margin: 20px 0px 5px 0px;
}

#comments {
    margin-top: 50px;
}

.comments-title::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
}

.comments-title span {
    color: #ec6a2a;
}

.single ol {
	list-style: none;
}

.single .comments-area .comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single .comments-area .comment-body {
	position: relative;
	margin-bottom: 40px;
}

.single .comments-area .comment-body .comment-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.single .comments-area .comment-body .comment-meta a {
    color: #616161;
}

.single .comments-area .comment-body .comment-meta a:hover,
.single .comments-area .comment-body .comment-meta a:focus,
.single .comments-area .comment-body .reply a:hover,
.single .comments-area .comment-body .reply a:focus {
    color: #ec6a2a;
}

.single .comments-area .comment-body .comment-author,
.single .comments-area .comment-body .comment-metadata {
    display: inline-flex;
    padding: 10px 0px;
}

.single .comments-area .comment-body .comment-author .says {
	margin-left: 4px;
}

.single .comments-area .comment-body .comment-author img {
	border-radius: 50%;
	margin-right: 10px;
}

.single .comments-area .comment-body .comment-content {
    padding: 15px 20px;
    border: 2px solid #f1f1f1;
    margin-top: 10px;
    position: relative;
    border-radius: 10px;
    border-top-left-radius: 0;
    background-color: #f1f1f1;
}

.single .comments-area .comment-body .comment-content::after {
    content: '';
    position: absolute;
    top: -11px;
    left: -2px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: solid 10px #f1f1f1;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.single .comments-area .comment-body .reply {
    display: inline-block;
    position: absolute;
    right: 0;
    background-color: #fff;
    padding: 0px 10px;
    margin-top: 5px;
}

.comment-edit-link {
    display: inline-block;
    margin-left: 20px;
    background: #3c3c3c;
    padding: 0px 7px;
    color: #fff !important;
    font-size: 10px;
}

/** Room Page Layout Styles **/
.tp-hotel-booking.list-layout {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-hotel-booking .entry-summary {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    border: 1px solid #e4e4e4;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    background: #fbfbfb;
}

a.view-more-btn {
    display: inline-block;
    background: #ec6a2a;
    color: #fff;
    padding: 5px 20px;
}

a.view-more-btn:hover {
	background-color: #000000;
}

.tp-hotel-booking .star-rating span:before, .tp-hotel-booking .star-rating:before {
	color: #ec6a2a;
}

.tp-hotel-booking .price-infos .title h4 a:hover {
    color: #ec6a2a;
}
/** List Layout **/
.tp-hotel-booking.list-layout {
	flex-flow: column;
}

.tp-hotel-booking.list-layout .hb_room {
	padding: 0;
}

.tp-hotel-booking.list-layout .media {
    width: 40%;
    max-height: 332px;
    overflow: hidden;
}

.tp-hotel-booking .media a:before {
	display: none;
}

.tp-hotel-booking.list-layout .price-infos {
    width: 60%;
    padding: 30px;
    position: relative;
}

.tp-hotel-booking.list-layout .price-infos p {
	margin-top: 0;
	margin-bottom: 20px;
}

.tp-hotel-booking .price-infos .title h4 {
	font-size: 22px;
	margin: 0px;
	margin-bottom: 15px;
}

.tp-hotel-booking .price-infos .room-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    justify-content: space-between;
}

.tp-hotel-booking.list-layout .price-infos .room-features li {
    text-align: center;
}

.tp-hotel-booking.list-layout .price-infos .room-features li:last-child {
    border: none;
}

.tp-hotel-booking .price-infos .room-features li span.icon {
    font-size: 35px;
    font-weight: 300;
    display: block;
}

.tp-hotel-booking .price-infos .room-features li span.name {
    font-size: 12px;
}

.tp-hotel-booking .price-readmore-btn {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    border-top: 1px solid #eaeaea;
    justify-content: space-between;
    align-items: center;
}

.tp-hotel-booking .hb_room .summary:hover .price {
	transform: none;
	-webkit-transform: none;
}

.tp-hotel-booking .price-readmore-btn .price {
	position: relative;
	text-align: left;
	right: auto;
    bottom: auto;
    display: inline-flex;
}

.tp-hotel-booking .price-readmore-btn .price span {
	color: #616161;
}

.tp-hotel-booking .price-readmore-btn .price span.price_value {
	color: #ec6a2a;
}

.tp-hotel-booking .price-readmore-btn .price span.price_value:after {
    content: "/";
    color: #616161;
    padding: 0px 6px;
    font-weight: 500;
}

.tp-hotel-booking.list-layout .price-infos .rating {
    top: 0;
    left: -100px;
    width: 100px;
    padding-right: 12px;
    height: 40px;
    padding-top: 10px;
    border-bottom-left-radius: 10px;
    background: #fbfbfb;
}

/** Room (Grid Layout) **/
.tp-hotel-booking.grid-layout {
    margin: 0;
    padding: 0;
    flex-flow: row;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.tp-hotel-booking.grid-layout > li.hb_room {
	width: 32%;
	padding: 0;
}

.tp-hotel-booking.grid-layout .media {
	width: 100%;
}

.tp-hotel-booking.grid-layout .price-infos {
	padding: 20px;
	position: relative;
}

.tp-hotel-booking.grid-layout .price-infos .room-features {
	margin-bottom: 12px;
}

.tp-hotel-booking.grid-layout .room-features li {
    width: 50%;
    display: inline-flex;
    align-items: center;
    padding: 0px 0px 15px 0px;
}

.tp-hotel-booking.grid-layout .price-infos .room-features li span.icon {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}

.tp-hotel-booking.grid-layout .rating {
    background: #fbfbfb;
    width: 120px;
    height: 35px;
    left: 0px;
    padding-top: 14px;
    padding-right: 23px;
    top: -43px;
    border-top-right-radius: 10px;
}

/** Room Single Page **/
.resoto-room-wrap.no-sidebar {
	width: 100%;
}

.resoto-room-wrap.has-sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-shrink: 1;
    max-width: 100%;
}	

.resoto-room-wrap.has-sidebar .hb_single_room{
	width: 70%;
}

.resoto-room-wrap.has-sidebar .sroom-sidebar {
	width: 27%
}

.resoto_hb_gallery .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.resoto_hb_gallery .owl-nav span.owl-prev {
    left: 20px;
    position: absolute
}

.resoto_hb_gallery .owl-nav .owl-next {
    right: 20px;
    position: absolute;
}

.gallery-slider-wrap .owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.gallery-slider-wrap .owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #ec6a2a;
}

.gallery-slider-wrap .owl-carousel button.owl-dot:hover,
.gallery-slider-wrap .owl-carousel button.owl-dot.active {
    background: #ec6a2a;
}

.gallery-slider-wrap .owl-carousel button.owl-dot:last-child {
    margin-right: 0;
}

.resoto_hb_gallery .owl-nav span {
    display: inline-block;
    font-size: 18px;
    background: #525868;
    padding: 10px 15px;
    color: #ffffff;
    transition: all 0.5s ease;
}

.resoto_hb_gallery .owl-nav span:hover {
    background-color: #ec6a2a;
}

.sroom-sidebar .hotel-booking-search h3 {
    margin-top: 0;
}

.sroom-sidebar .hotel-booking-search {
	padding: 0px;
}

.sroom-sidebar .hotel-booking-search .hb-form-table label{
	display: block;	
}

.sroom-sidebar .hotel-booking-search input[type="text"],
.sroom-sidebar .hotel-booking-search select,
.sroom-sidebar .hotel-booking-search .hb_input_field,
.sroom-sidebar .hotel-booking-search button {
	min-width: auto;
	width: 100%;
	border-radius: 0px;
}

.sroom-sidebar .hotel-booking-search button {
	border-color: #ec6a2a;
	background-color: #ec6a2a;
}

.sroom-sidebar .hotel-booking-search button:hover,
.sroom-sidebar .hotel-booking-search button:focus {
	background-color: #000000;
	border-color: #000000;
}

.resoto-room-wrap ul.room-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.resoto-room-wrap ul.room-features li {
    text-align: center;
    cursor: crosshair;
    transition: all 0.5s ease;
}

.resoto-room-wrap ul.room-features li:hover {
    color: #ec6a2a;
}

.resoto-room-wrap ul.room-features li span:first-child {
    font-size: 40px;
    margin-bottom: 8px;
    display: block;
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs {
	padding-bottom: 10px;
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs {
    padding-left: 0px;
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active::after {
    background: #ec6a2a;
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs>li a::after {
	bottom: -12px;
}

.hb_single_room .hb_single_room_details .hb_single_room_tabs_content {
    padding: 10px 0;
}

.hb_single_room .price {
    float: none;
    font-size: 16px;
    display: inline-block;
    background: #353535;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
}

.hb_single_room .price span.title-price {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.bg_single_price_wrap {
    text-align: center;
    position: relative;
    margin: 50px 0px;
}

.hb_single_room .price::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #353535;
    position: absolute;
    top: 30%;
    left: 0;
    z-index: -1;
}

.hb_single_room_details #comments .commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hb_single_room_details .comment_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hb_single_room_details #comments .commentlist .comment-avatar-wrap {
    width: 6%;
}

.hb_single_room_details #comments .commentlist .comment-avatar-wrap img {
    border-radius: 50%;	
}

.hb_single_room_details #comments .commentlist .comment-text {
    padding: 15px 20px;
    border: 2px solid #f1f1f1;
    margin-top: 10px;
    position: relative;
    border-radius: 10px;
    border-top-left-radius: 0;
    background-color: #f1f1f1;
    margin-left: 20px;
    width: 90%;
}

.hb_single_room_details #comments .commentlist .comment-text::after {
	content: '';
    position: absolute;
    top: -4px;
    left: -11px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: solid 15px transparent;
    border-left: solid 15px #f1f1f1;
    border-right: solid 15px transparent;
    transform: rotateZ(-45deg);
}

.hb_single_room #reviews #review_form_wrapper form p textarea {
    border-radius: 0px;
}

.hb_single_room #reviews #review_form_wrapper form .form-submit input[type=submit] {
    border-radius: 0px;
    background: #ec6a2a;
    color: #fff;
}

.hb_single_room table.hb_room_pricing_plans tr th,
.hb_single_room table.hb_room_pricing_plans tr td {
    text-align: left;
    padding-left: 0;
}

/** Room Widgets **/
.rs-reviews-posts > h3 {
	margin-top: 0px;
}

.rs-reviews-posts .room-list-wrap {
	margin: 0;
	list-style: none;
	padding: 0;
}

.rs-reviews-posts li {
    display: inline-flex;
    margin-bottom: 15px;
}

.rs-reviews-posts li:last-child {
	margin-bottom: 0;
}

.rs-reviews-posts li .img-wrap {
    width: 100px;
}

.rs-reviews-posts li .room-details {
	margin-left: 20px;
}

.rs-reviews-posts li .room-details h4 {
    margin: 0;
    font-size: 16px;
}

.rs-reviews-posts li .room-details .price {
    color: #969696;
    font-size: 13px;
    margin: 8px 0px;
}

.rs-reviews-posts li .room-details a.book-now-btn {
    background: #ec6a2a;
    padding: 4px 8px;
    color: #fff;
}

.rs-reviews-posts li .room-details a.book-now-btn:hover {
    background: #000000;
}

/** Sidebar Styles **/
.right-sidebar #secondary {
    width: 27%;
}

.right-sidebar #secondary .widget {
	margin-bottom: 40px;
}

.right-sidebar #secondary .widget-title,
.right-sidebar .widget_hb_widget_cart h3,
.sroom-sidebar .widget h3 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.right-sidebar #secondary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-sidebar #secondary ul ul {
    margin-left: 30px;
    margin-top: 5px;
}

.right-sidebar #secondary ul ul li {
	border-top: 1px solid #f1f1f1 !important;
	border-bottom: none;
}

.right-sidebar #secondary ul li {
    padding: 8px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.right-sidebar #secondary ul li:last-child {
	padding-bottom: 0;
	border: none;
}

.right-sidebar #secondary ul a, .right-sidebar #secondary ul a:visited {
    color: #616161;
    position: relative;
    transition: all 0.3s ease;
}

.right-sidebar #secondary ul a:hover,
.right-sidebar #secondary ul a:focus {
    color: #ec6a2a;
    padding-left: 10px;
}

ul.wp-block-archives,
ul.wp-block-categories,
ul.wp-block-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.wp-block-categories ul {
	padding-left: 10px;
}

ul.wp-block-archives a,
ul.wp-block-categories a {
    display: inline-block;
    min-width: 190px;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
}

ul.wp-block-categories ul li:first-child a {
	border-bottom: 1px solid #f1f1f1;
}

ul.wp-block-archives li:last-child a,
ul.wp-block-categories li:last-child a {
    border: none;
}

.wp-block-archives select {
    border-radius: 0px;
    background: #fbfbfb;
    padding: 10px;
    border-color: #f1f1f1;
}

ol.wp-block-latest-comments {
    padding: 0;
}

ol.wp-block-latest-comments li:last-child {
    border: none;
}

.wp-block-latest-posts {
    list-style: none;
    margin: 0;
    width: 200px;
    padding: 0;
}

.wp-block-latest-posts li {
    min-width: 200px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ececec;
    background: #fdfdfd;
}

/** Minicart Widget **/
.right-sidebar .hotel_booking_mini_cart .hb_mini_cart_item .hb_title {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 500;
}

.right-sidebar .hotel_booking_mini_cart .hb_mini_cart_footer {
	text-align: left;
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_title a {
	color: #616161;
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_title a:hover {
	color: #ec6a2a;
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:hover {
	background: none;
	color: #ec6a2a;
}

.hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
	color: #ec6a2a;
}

.hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
	border-radius: 0px;
	background-color: #ec6a2a;
	transition: all 0.5s ease;
}

.hotel_booking_mini_cart .hb_mini_cart_footer .hb_button:hover {
	background-color: #000;
}

.hotel_booking_mini_cart .hb_mini_cart_empty {
	text-align: left;
}

/** 404 Error **/
.error404 #content {
	padding: 150px 0px;
}

.error-404 {
    text-align: center;
}

.error-404 .page-header .e404 {
    background: #57ade0;
    color: #fff;
    display: block;
    width: 170px;
    height: 170px;
    font-size: 50px;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 30px;
    line-height: 50px;
    font-weight: bold;
    box-shadow: 0px 0px 25px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.2);
}

.error-404 .search-form input {
	border-radius: 0px;
}

.error-404 .search-form input {
    border-radius: 0px;
    padding: 10px;
    height: 40px;
}

.error-404 .search-form input[type="search"] {
    width: 370px;
}

.error-404 .search-form input[type="submit"] {
    width: 140px;
}

/** Widget Dropdown (Select) **/
.widget select {
    width: 100%;
    padding: 8px;
}

/** Widget Input (Text) **/
.widget.widget_search label {
    width: 100%;
    display: block;
}

.widget.widget_search label input[type="search"] {
    width: 100%;
    border-radius: 0px;
    background: #fbfbfb;
    padding: 10px;
    border-color: #f1f1f1;
}

.widget.widget_search input[type="submit"] {
    border-radius: 0px;
    background-color: #ec6a2a;
    color: #fff;
    padding: 15px 35px;
    margin-top: 0px;
    text-transform: uppercase;
    margin-top: 12px;
}

.widget.widget_search input[type="submit"]:hover {
	background-color: #000000;
}

/** Calender Widget **/
.widget_calendar .calendar_wrap {
    background: #ec6a2a;
}

.widget.widget_calendar table caption {
    color: #fff !important;
    padding: 10px 0;
    background: #d6581a;
}

.widget.widget_calendar table th {
    padding: 10px 5px;
    font-size: 12px;
    color: #fff;
    border: none;
}

.widget.widget_calendar table td {
    padding: 10px 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border: none;
}

.widget.widget_calendar table td a {
    font-weight: bold;
    color: #fff;
}

/** Tag Cloud **/
.right-sidebar a.tag-cloud-link {
    border: 1px solid #616161;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 12px;
    margin: 0px 8px 8px 0px;
    transition: all 0.3s ease;
}

.right-sidebar a.tag-cloud-link:hover {
    color: #ec6a2a;
    border-color: #ec6a2a;
}

/** Search Form **/
.right-sidebar #secondary .hotel-booking-search {
    padding: 0px;
}

.right-sidebar .hotel-booking-search form {
    background-color: #353535;
    padding: 15px;
}

.right-sidebar #secondary .hotel-booking-search ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right-sidebar #secondary .hotel-booking-search ul li {
    width: 48%;
    border: none;
}

.right-sidebar #secondary .hb_input_field,
.right-sidebar #secondary .hb_input_field input[type="text"],
.right-sidebar #secondary select,
.right-sidebar #secondary button {
    width: 100%;
    min-width: auto;
    border-radius: 0;
}

.right-sidebar #secondary .hb_input_field input[type="text"] {
	padding-left: 10px;
}

.right-sidebar #secondary .hb_input_field input[type="text"]::placeholder,
/* .right-sidebar #secondary .hb_input_field input[type="text"]::-ms-input-placeholder,
.right-sidebar #secondary .hb_input_field input[type="text"]::-ms-input-placeholder, */
.right-sidebar #secondary select {
	font-size: 12px;
	padding: 10px;
}


.right-sidebar #secondary .hb-submit {
	margin: 0 0 10px 0;
}

.right-sidebar #secondary button {
	background-color: #ec6a2a;
	border-color: #ec6a2a;
	cursor: pointer;
	transition: all 0.3s ease;
}

.right-sidebar #secondary button:hover {
	background-color: #000000;
	border-color: #000000;
}

.right-sidebar #secondary .hb_input_field::after {
    right: 11px;
    top: 13px;
}

#secondary .hotel-booking-search label {
    display: block;
    color: #fff;
}

/** Footer Styles **/
.site-footer {
	background-color: #292929;
    padding: 40px 0px;
}
.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/** Footer (Layout1) **/
.site-footer.layout1 .top-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.site-footer.layout1 .top-footer .fwidget {
	width: 22%;
}

.site-footer.layout1 .widget-title {
	color: #ffffff;
}

.site-footer.layout1 ul li a,
.site-footer.layout1 .tagcloud a {
	color: #616161;
}

.site-footer.layout1 .tagcloud a {
    border: 1px solid #616161;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 12px;
    margin: 0px 8px 8px 0px;
}

.site-footer.layout1 ul li a:hover,
.site-footer.layout1 ul li a:focus,
.site-footer.layout1 .tagcloud a:hover,
.site-footer.layout1 .tagcloud a:focus {
	color: #ec6a2a;
}

.site-footer.layout1 .tnp-widget-minimal input.tnp-email {
	border-radius: 0px;
}

.site-footer.layout1 .tnp-widget-minimal input.tnp-submit {
    margin-top: 10px;
    background-color: #ec6a2a;
    transition: all 0.5s ease;
}

.site-footer.layout1 .tnp-widget-minimal input.tnp-submit:hover,
.site-footer.layout1 .tnp-widget-minimal input.tnp-submit:focus {
	background-color: #000000;
}

.bottom-footer {
    background: #191919;
    padding: 20px 0px;
    text-align: center;
}

/** Footer (Layout2) **/
.site-footer.layout2 {
    text-align: center;
}

.site-footer.layout2 ul {
    display: inline-flex;
    flex-wrap: wrap;
}

.site-footer.layout2 .footer-menu {
    margin: 15px 0px;
}

.site-footer.layout2 ul li a {
    color: #616161;
    display: inline-block;
    margin-right: 40px;
}

.site-footer.layout2 .footer-social-links {
	margin-bottom: 30px;
}

.site-footer.layout2 .footer-social-links a {
	color: #ffffff;
}

.site-footer.layout2 ul li:last-child a {
	margin-right: 0px;
	transition: all 0.3s ease;
}

.site-footer.layout2 ul li a:hover,
.site-footer.layout2 ul li a:focus {
	color: #ec6a2a;
}

/** Hotel Search Form **/
.elementor-widget-wp-widget-hb_widget_search h5 {
    font-size: 22px;
    padding-left: 35px;
    color: #fff;
    margin: 0px;
    padding: 25px 0px 25px 35px;
}

.elementor-widget .hotel-booking-search {
    padding-top: 0px;
    padding-bottom: 15px;
}

.elementor-widget .hotel-booking-search form .hb-form-table li {
    width: 100%;
}

.elementor-widget .hotel-booking-search form .hb-form-table li {
	display: block;
	color: #fff;
}

.elementor-widget .hotel-booking-search form .hb-form-table li .hb_input_field,
.elementor-widget .hotel-booking-search form .hb-form-table li input[type="text"],
.elementor-widget .hotel-booking-search form .hb-form-table li select,
.elementor-widget .hotel-booking-search form .hb-submit button{
	width: 100%;
	border-radius: 0px;
}

.elementor-widget .hotel-booking-search form .hb-submit button {
    background-color: black;
    border: none;
    color: #fff;
    transition: all 0.4s ease;
}

.elementor-widget .hotel-booking-search form .hb-submit button:hover {
    background: #656565;
}

/** Go to TOp **/
#resoto-goto-top {
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 30px;
    font-size: 18px;
    line-height: 18px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
    visibility: hidden;
    border-radius: 50%;
    box-shadow: 0px 0px 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.1);
    background: #fff;
    color: #ec6a2a;
    transition: all 0.5s ease;
}

#resoto-goto-top.active {
	visibility: visible;
}

/** Preloader **/
#resoto-preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    transition: all 1s ease;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ec6a2a;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/** Woocommerce Styles **/
.woocommerce .woocommerce-ordering select {
	font-size: 12px;
    padding: 10px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline-block;
	margin-right: 10px;
    transition: all 0.5s ease;
    padding: 5px 10px;
    color: #fff;
    background-color: #ec6a2a;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000000;
}

.woocommerce ul.products li.product .price {
	color: #ec6a2a;
}

.woocommerce span.onsale {
	background-color: #ec6a2a;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 0;
    background-color: #ec6a2a;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #000000;
	color: #ffffff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #ec6a2a;
	color: #ffffff;
    padding: 10px 20px;
	transition: all 0.4s ease;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #000000;
}

.woocommerce .quantity .qty,
.woocommerce #review_form #respond textarea,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	border-radius: 0px;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 120px;
    padding: 3px 8px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-message::before,
.woocommerce-info::before {
	color: #ec6a2a;
}

.woocommerce-message,
.woocommerce-info {
	border-color: #ec6a2a;
}

.woocommerce table.shop_table {
    border-radius: 0px;
    border: 1px solid #efefef;
}

.woocommerce table td, .woocommerce table th {
	border: 1px solid #efefef;	
}

.woocommerce form .form-row input.input-text {
    border-radius: 0px;
    padding: 10px 15px;
}

.woocommerce form .form-row textarea {
    width: 250px !important;
    padding: 10px;
    border-radius: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #ec6a2a;
    width: 100%;
    border-bottom: 1px solid white;
    color: #fff;
    transition: all 0.4s ease;
}

.woocommerce div.product form.cart .variations td.label {
    vertical-align: middle;
}

.woocommerce div.product form.cart .variations select {
	padding: 10px 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #000000;
}