/*!
Theme Name: rajskaptica
Theme URI: http://underscores.me/
Author: www.areadizajn.com
Author URI: http://www.areadizajn.com
Description: www.areadizajn.com
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: themeslug
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.

turizamsrbije 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
	 ========================================================================== */

@font-face {
font-family: 'BebasNeueBook'; /* Choose a descriptive name */
src: url('https://rajskaptica.areadizajn.com/wp-content/themes/rajskaptica/asset/fonts/BebasNeue-Book.ttf') format('truetype');
font-weight: normal; /* Adjust as needed for different weights */
font-style: normal;  /* Adjust as needed for italic styles */
font-display: swap;  /* Recommended for better performance */
}
@font-face {
font-family: 'BebasNeueLight'; /* Choose a descriptive name */
src: url('https://rajskaptica.areadizajn.com/wp-content/themes/rajskaptica/asset/fonts/BebasNeue-Light.ttf') format('truetype');
font-weight: normal; /* Adjust as needed for different weights */
font-style: normal;  /* Adjust as needed for italic styles */
font-display: swap;  /* Recommended for better performance */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	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: 0;
}

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="tturizamsrbije"],
input[type="datetturizamsrbije"],
input[type="datetturizamsrbije-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="tturizamsrbije"]:focus,
input[type="datetturizamsrbije"]:focus,
input[type="datetturizamsrbije-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: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0 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;
}


#awdAgeCheck {
	position: fixed;
	z-index: 999999998;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background-image: url('asset/img/contact-bck.jpg');
	background-size: cover;
	overflow-y: scroll;
}
.awdAgeCheckTextWrap{
	/* position: absolute;
	top: 50%;
	transform: translateY(-30%); */
	/* left: 0;
	right: 0; */
	color: #9D7554;
	width: 90%;
	margin: 3em auto;
	text-transform: uppercase;
	line-height: 0.9;
}
.awdAgeCheckTextInner {
	width: 80%;
	margin: 0 auto;
	padding-top: 2em;
}
.awdAgeCheckText{
	color: #9D7554;
	font-size: 3em;
	text-transform: uppercase;
	line-height: 0.9;
	padding-top: 1em;
}
.awdAgeCheckTextWrap .awdSectionBttn {
	display: inline-block;
	padding: 3em 1em 0;
}
.awdAgeCheckTextWrap .awdSectionBttn.awdAgeNO {
	padding-top: 2em;
}
.post,
.page {
	margin: 0;
}
.awdNav {
	display: none;
	position: relative;
}
.awdNav ul {
	margin: 0;
	padding: 0;
}
.awdNav li {
	display: inline-block;
	padding: 0 2em;
}
.awdNav li:first-child {
	padding-left: 0;
}
.awdNav li a {
	color: #1D1B2D;
	text-decoration: none;
}
.menu-menu-top-left-container li:last-child {padding-right: 0;}
.site-footer .awdNav li a {
	color: #FFE3D2;
}
.site-header .awdNav li.current-menu-item a, .site-header .awdNav li.current_page_item a, .page-template-awd-Tim .site-header .awdNav li.current_page_item a, .site-header .mobmenu-wrap li.current_page_item a {
	color: #FFE3D2;
	text-decoration: none;
}
.site-footer .awdNav li.current-menu-item a, .site-footer .awdNav li.current_page_item a, .site-footer .page-template-awd-Tim .awdNav li.current_page_item a, .site-footer  .mobmenu-wrap li.current_page_item a {
	color: #FFE3D2;
	text-decoration: none;
}
.site-header {
	position: absolute;
	padding: 2em 0;
	right: 0;
	left: 0;
	width: 100%;
}
.site-header .row {position: relative;}
.single-product .site-header {
	position: relative;
	background-image: url('asset/img/contact-bck.jpg');
	background-size: cover;
	background-position: center top;
	padding-bottom: 10em;
}
.single-product .site-header::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -133px;
  width: 100%;
  height: 300px;
  background-image: url('asset/img/top-border-trans.png');
  background-repeat: no-repeat;
}
.single-product #awdProductWrap {
	padding-top: 3em;
}
.single-product #awdProductWrap .qty {
	background: #faeadd;
}
.single-product #awdProductWrap .quantity {
	display: inline-block;
	width: 3.9em;
	line-height: 2.5;
	border: 2px solid #9D7554;
	background: #faeadd;
	font-weight: 600;
}
.single-product #awdProductWrap button.single_add_to_cart_button {
	background: #9D7554;
  	border: 1px solid #9D7554;
	padding: 1em 1.3em;
}

#awdPageWrap h1 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 5.5em;
	color: #9d7554;
	text-transform: uppercase;
	padding-bottom: 1em;
}
#awdPageWrap strong {
	font-size: 1.8em;
	color: #9d7554;
	text-transform: uppercase;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}
#awdPageWrap .entry-content{
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
	padding-bottom: 5em;
}
.page-template-default {
	background: #000;
	color: #F9E9DF;
}
.page-template-awd-Contact {
	background: url('asset/img/contact-bck.jpg');
	background-size: cover;
	background-position: center;
	color: #F9E9DF;
}
.page-template-default .site-header, .page-template-awd-Contact .site-header {
	position: relative;
}
.site-header a {
	line-height: 1;
}
.awd__mobile_menu {
	position: fixed;
	top: 0;
	left: -100%;
	bottom: 0;
	z-index: 99999;
	background: #0e0e0e;
	color: #F9E9DF;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.awd__mobile_menu ul {
	list-style: none;
	padding: 3em 0 0;
	margin: 0;
	text-align: center;
}
.awd__mobile_menu li {
 	padding-bottom: 1em
}
.awd__mobile_menu a {
	text-decoration: none;
	color: #F9E9DF;
}
.awdMobContent {
	display: none;
}
.site-header .awd__close_bttn {
	position: absolute;
	right: 0.5em;
	top: 1.3em;
	width: 33px;
	max-width: 33px;
	padding: 0;
	color: #fff;
	z-index: 133333;
	font-size: 2em;
	display: none;
}
.awdOpenMobMenu .awd__close_bttn {
	display: block;
}
#awdHeroSection {
	color: #fff;
	padding: 9em 0;
	background-size:cover;
}
.awdHeroTitle {
	font-size: 5em;
	font-weight: 600;
	max-width: 600px;
	line-height: 1;
}
.awdHeroDesc {
	font-size: 1.1em;
	font-weight: 200;
	max-width: 600px;
	line-height: 1.5;
	letter-spacing: 1.5px;
	padding-top: 1em;
}
.awdHeroBttn {
	margin: 2.8em 0;
}
.awdHeroBttn a {
	background: #D4B483;
	padding: 0.8em 1.8em;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	font-weight: 700;
}

.awdPageHeaderTitle {
	font-size: 5em;
	font-weight: 600;
	line-height: 1;
}
#awdAboveFooter {
	position: relative;
	background: #D4B483;
	padding: 5em 0;
}
.awdNewsletterWrap {

}
.awdNewsletterWrapTitle {
	font-size: 3em;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}
.awdNewsletterEmail {
	padding-top: 3em;
}
.awdNewsletterEmail input {
	max-width: 100%;
	padding: 0.7em 1em;
	border-radius: 7px;
}
.awdContactFormBttn input {
	background: #3D9096;
	color: #fff;
	font-weight: 500;
	padding: 1em 1em;
	border: 0;
}

.awdSectionImg img {border-radius: 20px;}
#awdShowWhereToGo, #awdShowInstagram, #awdAboutProject, #awdAboveFooterPartners, #awdOurDestinations {
	padding: 10em 0;
}
#awdOurDestinations {padding-bottom: 3em;}
.awdTableWrap {
	padding-top: 5em;
}

.home #awdShowWhereToGo, .home #awdShowInstagram, .home #awdAboutProject, .page-template-awd-AboutProject #awdAboutProject {
	padding-bottom: 0;
}
#awdShowInstagram .row .awdInstIMG, .awdDestBox {
	padding-bottom: 1em;
}
.awdInstagramLink {
	padding-top: 4.5em;
}
.awdInstagramLink a, .awdDestBoxLink a {
	background: #D4B483;
	padding: 0.8em 1.8em;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	font-weight: 700;
}
.awdSectionShortTitle {
	text-transform: uppercase;
	color: #656774;
	letter-spacing: 2px;
}
#awdAllCenterTTIMGBttn { padding-top: 10em; }
#awdAllCenterTTIMGBttn .awdSectionTitle{
	padding: 0.2em 0 1em 0;
}
.awdSectionIcon img {
	max-height: 110px;
}
.awdSectionIconText {
	padding: 1em 0 0.5em 0;
	font-weight: 500;
}
.awdSectionIconDesc {
	font-weight: 200;
	color: #656774;
}
.awdDestBoxTitle {
	color: #656774;
	padding: 1em 0 2em;
  	font-weight: 300;
}
.awdDestBoxTitle a {
	color: #656774;
	text-decoration: none;
}
#awdShowWhereToGo .awdSectionTitle, #awdAboutProject .awdSectionTitle, #awdOurParticipition .awdSectionTitle {
	padding: 0.2em 0 0.6em 0;
}
#awdShowWhereToGo .awdSectionDesc, #awdAboutProject .awdSectionDesc {
	color: #656774;
	font-weight: 300;
	line-height: 1.6;
}
#awdAllCenterTTIMGBttn .awdSectionDesc, #awdOurParticipition .awdSectionDesc, #awdOurDestinations .awdSectionDesc {
	color: #656774;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.6;
}
#awdOurDestinations .awdDestBox { padding-bottom: 6em; }
#awdOurDestinations .awdDestBoxTitle {
	font-weight: 500;
	font-size: 1.3em;
	padding-bottom: 0;
}
#awdOurDestinations .awdDestBoxTitle a {
	color: #1D1B2D;
}
#awdOurDestinations .awdDestBoxDesc {
	color: #656774;
	font-weight: 300;
	padding-top: 0.5em;
	height: 80px;
	overflow: hidden;
}
#awdOurDestinations .awdDestBoxLink {
	padding-top: 2.1em;
}
#awdShowDestinationTable .awdShowDestinationTableTitle {
	font-size: 4em;
	line-height: 1.2;
	font-weight: 600;
	padding: 0.2em 0 0.2em 0;
}
#awdShowDestinationTable .awdShowDestinationTableDesc {
	color: #656774;
	font-weight: 300;
	line-height: 1.6;
}
.awdTableWrap {
	
}
.awdTableWrapCol {
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
}
.awdTableWrapColLeft div:nth-child(2n-1), .awdTableWrapColRight div:nth-child(2n) {
	background: #EAEAEA;
}
.awdTableHeader {
	font-weight: 600;
	border-top: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
	padding: 0.5em 0.7em;
}
.awdTableCell {
	border-bottom: 1px solid #B9B9B9;
	padding: 0.5em 0.7em;
	font-weight: 300;
	color: #848698;
}

.awdDestBoxIMG img {border-radius: 20px;}
#awdOurDestinations .awdSectionShortTitle {
	padding-bottom: 1.1em;
	font-size: 1em;
  	font-weight: 500;
}
#awdOurDestinations .awdSectionDesc {padding-bottom: 5em;}

.awdSingleTopHeaderWrap {
	padding: 4em 0;
}
.awdSingleTopTitle {
	font-size: 5em;
	font-weight: 600;
	line-height: 1;
}
.awdSingleTopDesc {
	color: #656774;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.6;
	padding-top: 2em;
}
#awdSingleTitleContent {
	padding: 3em 0;
}
.awdSingleImg {text-align: center;}
.awdSingleImg img {
	border-radius: 20px;
}
.awdSingleTitle {
	font-size: 1.7em;
	font-weight: 600;
	color: #1D1B2D;
}
.awdSingleContent {
	color: #656774;
}
.awdSingleAllImgs .awdSingleAddImg {
	padding-bottom: 6em;
}

#awdOurParticipition {padding-top: 5em;}
.awdNumbBoxNumb {
	font-size: 4.8em;
	color: #D4B483;
}
.awdNumbBoxDesc {
	color: #656774;
	font-weight: 300;
	line-height: 1.6;

}
#awdShowWhereToGo .awdSectionDesc {
	padding-bottom: 4em;
  	max-width: 600px;
  	width: 70%;
  	margin: 0 auto;
}
.awdSectionPartnerLogo img {
	max-width: 230px;
}
.awdAboveFooterImg {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
.awdAboveFooterImg img {
	max-width: 560px;
	width: 100%;
}
.site-footer {
	background: #010101;
	color: #FFE3D2;
}
.site-footer a {
	text-decoration: none;
}
.awdFooterNavWrap {
	border-top: 1px solid #57361B;
	border-bottom: 1px solid #57361B;
	padding: 3em 0;
}
.awdSocialFooter .bi {
	font-size: 1.2em;
	color: #fff;
	padding: 0 0.5em;
}
.awdCopyright {
	padding: 1.5em 0;
  	font-size: 0.9em;
}
.awdCopyright ul {
	padding: 0;
	margin: 0;
}
.awdCopyright li {
	display: inline-block;

}
.awdCopyright li:first-child::after {
	content: ' | ';
	display: inline-block;
	margin-left: 0.3em;
}
.awdCopyright a {
	text-decoration: none;
	color: #F9E9DF;
}

.awdContactForm .awdContactFormField {
	padding-bottom: 1.3em;
}
.awdContactForm input, .awdContactForm textarea {
	width: 100%;
	border: 0;
	border: 1px solid #9D7554;
	border-radius: 0;
	padding: 0.7em 1.3em;
	background: transparent;
}
.awdContactForm .wpcf7-submit {
	background: #9D7554;
	color: #fff;
	display: block;
	border: 0;
	border-radius: 3px;
	padding: 1em 2.5em;
	transition-duration: 0.3s;
}
.awdContactForm .wpcf7-submit:hover {
	background: #694A30;
}
.awd_contact_PageInfoTitle {
	text-transform: uppercase;
	font-size: 3em;
	color: #9d7554;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.1;
}
.awd_contact_PageInfoDesc {
	color: #F9E9DF;
	font-weight: 300;
	line-height: 1.6;
	padding-top: 2em;
}
.page-template-awd-Contact .awdContactForm {
	background: #F9E9DF;
	padding: 1em 0.6em;
	color: #1F1F1F;
}
.awdContactFormFields label {
	width: 100%;
}




.bebas-neue-regular {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.lora-400 {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}  
.lora-500 {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}  
.lora-600 {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}  
.lora-700 {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}  
.awdLogo img {
	width: 100px;
}
.site-header .awdNav {
	position: relative;
	z-index: 99;
	text-transform: uppercase;
}
.site-header .awdNav li a {
	color: #9D7554;
	font-size: 1.5em;
	letter-spacing: 1px;
}
#awdHPWrap {
	padding-top: 14em;
	background-image: url('asset/img/hp_bck_3.jpg');
	background-size: cover;
	background-position: center bottom;
	min-height: 1140px;
}
.awdSection1Wrap {
	max-width: 900px;
	margin: 0 auto;
}
.awdSectionTitle {
	font-size: 5em;
	line-height: 0.9;
	font-weight: 500;
	padding: 0.5em 0 0.1em 0;
	color: #9D7554;
	text-transform: uppercase;
}
.awdSectionDesc {
	font-size: 1.1em;
	padding-bottom: 1em;
	color: #F9E9DF;
	line-height: 1.2;
	letter-spacing: 1px;
}
.awdSectionBttn {
	padding-top: 1.5em;
}
.awdSectionBttn a {
	border: 1px solid #9D7554;
	padding: 0.3em 0.9em;
	font-size: 1.4em;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}
.awdSectionBttn a {
		position: relative;
	box-sizing: border-box;
	display: inline-block;
	margin: 0px 3px 6px;
	text-align: center;
	border: 1px solid #9D7554;
	text-decoration: none;
	color: rgb(255, 255, 255);
	white-space: nowrap;
	z-index: 0;
}
.awdSectionBttn a:before {
	position: absolute;
	content: "";
	background: #9D7554;
	transition-duration: 0.3s;
	z-index: -1;
	inset: auto auto 0px 0px;
	width: 100%;
	height: 0px;
	opacity: 1;
}
.awdSectionBttn a:hover:before{
		width: 100%;
	height: 100%;
	opacity: 1;
}

#awdShowAboutSection {
	background: #000;
	padding: 5em 0;
}
.page-template-awd-ONama #awdShowAboutSection {
	background-image: url('asset/img/page_bck_2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	padding-bottom: 20em;
}
.awd_aboutUsShortTitle {
	color: #F9E9DF;
  	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 4px;
	padding-bottom: 1.3em;
}
.awd_aboutUsDesc {
	color: #9D7554;
	line-height: 1.3;
	padding: 1.3em 0;
	font-family: 'BebasNeueLight';
	text-transform: uppercase;
	font-size: 2.1em;
	letter-spacing: 1px;
}

#awdShowProducts, #awdShowProductsList {
	position: relative;
	background: url('asset/img/bck3.jpg');
	background-size: cover;
	padding-top: 13em;
}
.awdShowProductWrap {padding-bottom: 3em;}
#awdShowProductsList {padding-top: 3em;padding-bottom: 7em;}
#awdShowProducts:before {
	content: '';
	display: block;
	position: absolute;
  	left: 0; top: 0;
	width: 100%;height: 300px;
	background-image: url('asset/img/top-border.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}
#awdFilterBttn {
	padding-bottom: 0em;
	font-size: 1.3em;
	letter-spacing: 3px;
}
#awdShowProductsList::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -120px;
	width: 100%;
	height: 140px;
	background-image: url('asset/img/top-border-trans.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.awdSectionProductsTitle, .awdSection4Title {
	position: relative;
  	padding-top: 0.3em;
	color: #9D7554;
  	font-size: 5em;
	line-height: 1;
}
.awdSection4Title {
	padding-bottom: 0.3em;
}
.awdSectionProductsDesc {
	color: #1F1F1F;
  	font-size: 1.2em;
}

.awdShowProductsWrap {
	padding-top: 5em;
}
#awdSingleAccordion .awdShowProductTitle {
	color: #9D7554;
	font-size: 1.9em;
}
.awdShowProductTitle {padding-top: 1.3em;}
.awdShowProductTitle a {
	font-size: 2.2em;
	color: #9D7554;
	text-decoration: none;
	text-transform: uppercase;
}
.awdShowProductPrice {
	font-size: 1.6em;
	color: #9D7554;
	padding: 0.6em 0;
}
.awdShowProductShortDesc {
	min-height: 80px;
	width: 80%;
	margin: 0 auto;
	max-width: 400px;
	font-size: 1.1em;
}
.awdShowProductBttnMore {
	display: inline-block;
	border: 1px solid #9D7554;
	padding: 0.3em 0.9em;
	font-size: 1.3em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}



/* Hover */
.awdShowProductBttnMore, .awdShowProductBttnAddToCart {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	/*! overflow: hidden; */
	padding: 0;
	margin: 0px 3px 6px;
	text-align: center;
	border: 1px solid #9D7554;
	text-decoration: none;
	color: rgb(255, 255, 255);
	white-space: nowrap;
	z-index: 0;
}
.awdShowProductBttnMore::before, .awdShowProductBttnAddToCart::before {
	position: absolute;
	content: "";
	background: #9D7554;
	transition-duration: 0.3s;
	z-index: -1;
	inset: auto auto 0px 0px;
	width: 100%;
	height: 0px;
	opacity: 1;
}
.awdShowProductBttnMore:hover::before, #awdShowSectionAboveFooter input:hover::before {
	width: 100%;
	height: 100%;
	opacity: 1;
} 
.awdShowProductBttnAddToCart:hover::before {
	width: 100%;
	height: 100%;
	opacity: 1;
	background: #694A30;
} 
.awdShowProductBttnMore:hover {
	color: rgb(0, 0, 0);
	background: rgb(255, 255, 255);
	transition: color 0.3s, background 0s 0.3s;
} 


#awdShowSectionAboveFooter input {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	/*! overflow: hidden; */
	/* padding: 0; */
	margin: 0px 3px 6px;
	text-align: center;
	/* border: 1px solid #9D7554; */
	text-decoration: none;
	color: rgb(255, 255, 255);
	white-space: nowrap;
	z-index: 0;
}
#awdShowSectionAboveFooter input::before {
	position: absolute;
	content: "";
	background: #9D7554;
	transition-duration: 0.3s;
	z-index: -1;
	inset: auto auto 0px 0px;
	width: 100%;
	height: 0px;
	opacity: 1;
}
#awdShowSectionAboveFooter input:hover::before {
	width: 100%;
	height: 100%;
	opacity: 1;
	background: red;
} 
/* end Hover */



.awdShowProductBttnAddToCart {
	position: relative;
	display: inline-block;
	background: #9D7554;
	border: 1px solid #9D7554;
	font-size: 1.3em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	margin-left: 1em;
	letter-spacing: 1px;
}

.awdShowProductBttnMore a {
	display: block;
	text-decoration: none;
	color: #1F1F1F;
	padding: 0.3em 0.9em;
}
.awdShowProductBttnMore:hover a {
	color: #fff;
}
.awdShowProductBttnAddToCart a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: none;
	padding: 0.3em 0.9em;
}
#awdSingleRelatedProduct .awdShowProductBttnAddToCart a {
	text-decoration: none;
	color: #fff;
	background: none;
	padding: 0;
}
#awdShowSectionTDG {
	background: url('asset/img/bck3.jpg');
	background-size: cover;
	padding: 6em 0 3em 0;
}
.page-template-awd-NaseRakije #awdShowSectionTDG .awdSection4Title {
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 4px;
	padding-bottom: 1.3em;
	color: #1F1F1F;
}
#awdShowSectionTDG .awd_aboutUsDesc {
	/* font-family: 'BebasNeueku'; */
	font-family: 'BebasNeueLight';
	text-transform: uppercase;
	font-size: 2.1em;
	letter-spacing: 1px;
}
.awdIMGsCarousel {padding: 7em 0;}
.awdIMGsCarousel .slick-track {
  display: flex;
}
.awdIMGsCarousel .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.awdIMGsCarouselItems {

}
.awdIMGsCarouselItems img {
	padding: 0 1.5em;
	max-width: 370px
}
#awdShowSectionAboveFooter {
	position: relative;
	background-image: url('asset/img/above-footer.jpg');
	background-size: cover;
	background-position: center top;
	padding-top: 11em;
}

.page-template-awd-ONama .awdPageHeaderTitleDesc {
	padding-top: 14em;
	padding-bottom: 11em;
	/* background-image: url('asset/img/Final-About-us.jpg'); */
	background-image: url('asset/img/O-nama-min.jpg');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 1300px;
}
.page-template-awd-NaseRakije .awdPageHeaderTitleDesc {
	padding-top: 14em;
	padding-bottom: 11em;
	background: url('asset/img/page_bck_2.jpg') no-repeat;
	background-size: cover;
	background-position: center right;
}


/* #awdShowSectionAboveFooter:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background-image: url('asset/img/border-top-black.png');
	background-repeat: no-repeat;
} */
#awdShowSectionAboveFooter .awd_aboutUsDesc {
	font-size: 1.3em;
	color: #F9E9DF;
	padding: 0em 0 2em 0;
	line-height: 1.3;
}
#awdShowSectionAboveFooter input {
	color: #F9E9DF;
	transition-duration: 0.3s;
}
#awdShowSectionAboveFooter input:hover {
  background: #694A30;
}
.awdFooterLogo img {
	width: 100%;
}




.awdMarqueeContainer {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-image: url('asset/img/bck3.jpg');
}
.page-template-awd-Contact .awdMarqueeContainer {
	background-image: none;
	padding: 4em 0 5em;
}
.page-template-awd-ONama .awdMarqueeContainer {
	background-color: #000;
	background-image: none;
}

.awdMarqueeContent {
	display: inline-block; 
	/* background: url('asset/img/gold-bck.png'); */
	background: url('asset/img/gold-bck.svg');
	color: #F9E9DF;
	padding: 1.4em 0 1em 0;
	background-size: cover;
	background-position: center;
	height: 90px;
}
.awdMarqueeContent span {
	font-size: 2em;
  	padding-left: 0.9em;
}
.awdMarqueeContent span::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	top: -5px;
	left: 11px;
}

.site-header .awdCartWrap {
	color: #fff;
	text-align: left;
	position: absolute;
	left: 1em;
	top: 2.5em;
	width: auto;
	background-image: url('asset/img/cart-icon.svg');
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	background-size: 35px;
}
.site-header .awdCartNumb {
	position: relative;
	top: 17px;
	left: 42px;
	background-color: #9D7554;
	color: #fff;
	padding: 0.2em;
	border-radius: 15px;
	line-height: 1;
	width: 25px;
  	text-align: center;
}
.site-header .awdMobBttn {
	position: absolute;
	right: 1em;
	top: 3em;
	width: 33px;
	max-width: 33px;
	padding: 0;
}
.awdMobBttn:hover {
	cursor: pointer;
}
.awdMobBttn span {
	width: 33px;
	height: 1px;
	background: #9D7554;
	display: block;
	margin-bottom: 13px;
}

#awdShowSectionHalfIMgSTTD {
	position: relative;
	padding-top: 13em;
	background: url('asset/img/bck3.jpg');
	background-size: auto;
	background-size: cover;
	padding-top: 13em;
}
.HalfIMgSTTDsTITLE {
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 4px;
	padding-bottom: 0.1em;
	color: #1F1F1F;
}
.HalfIMgSTTDTITLE {
	color: #9D7554;
	font-size: 4.1em;
	line-height: 1;
	padding: 0.1em 0 0.5em 0;
	max-width: 60%;
}
.HalfIMgSTTDdESC {
	color: #1F1F1F;
	line-height: 1.5;
}
#awdShowSectionHalfIMgSTTD:before {
	content: '';
	display: block;
	position: absolute;
  	left: 0; top: -179px;;
	width: 100%;height: 300px;
	background-image: url('asset/img/top-border-trans.png');
	/* background-size: cover; */
	background-repeat: no-repeat;
}
.awdShowSectionHalfIMgSTTD .row {

}
.awdOrnamenBttw { padding: 5em 0; }
.page-template-awd-ONama .awdIMGsCarousel, #awdShowTestProduct {
	background: url('asset/img/bck3.jpg');
  	background-size: cover;	
}
#awdShowTestProduct {padding-bottom: 8em;}
#awdProductWrap {
	position: relative;
	background: url('asset/img/bck3.jpg');
	background-size: cover;
	padding-top: 13em;
	padding-bottom: 6em;
}
.awdSingleProductImg img {max-width: 370px;}
.awdSingleProductTitle {
	color: #9D7554;
	font-size: 3.3em;
}
.awdSingleProductDesc {
	color: #1F1F1F;
}
.awdSingleProductPrice {
	color: #9D7554;
	font-size: 1.7em;
}
#awdSingleRelatedProduct {
	position: relative;
	background: url('asset/img/bck3.jpg');
	background-size: cover;
}
.awdSingleProductAboutProces {
	border-top: 1px solid #d2b19a;
	padding-top: 1.5em;
	margin-top: 3em;
}
.awdAboutProcesTitle {
	font-weight: 600;
}

#awdSingleAccordion {
	padding-top: 11em;
}
#awdSingleAccordionWrap {
	border-top: 1px solid #d2b19a;
}
button.accordion {
	width: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	text-align: left;
	padding: 15px 20px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	transition: background-color 0.2s linear;
  }
  
  button.accordion:after {
	display: inline-block;
	content: '\F64D';
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
  }
  
  button.accordion.is-open:after {
	content: "\F659";
  }
  
  button.accordion:hover,
  button.accordion.is-open {

  }
  
  .accordion-content {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-in-out;
	margin-bottom: 20px;
	display: none;
  }

.woocommerce-page #awdPageWrap .woocommerce-cart-form a {
	text-decoration: none;
	color: #F9E9DF;
}
.woocommerce-page #awdPageWrap .woocommerce-cart-form tr.cart_item .product-thumbnail {
	background: #F9E9DF;
	text-align: center;
}
.woocommerce-page #awdPageWrap .woocommerce-cart-form tr.product-quantity .input-text.qty.text {

}
.woocommerce-page #awdPageWrap .woocommerce-cart-form img {
	width: 70px;
}
.woocommerce-page #awdPageWrap .woocommerce-cart-form a.remove {
	color: #9d7554 !important;
	background: #F9E9DF;
}
.woocommerce-page #awdPageWrap .woocommerce .cart-collaterals .cart_totals, .woocommerce-page #awdPageWrap .cart-collaterals .cart_totals {
  	width: 100%;
	float: none;
}
.woocommerce-page #awdPageWrap .shop_table.shop_table_responsive {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.woocommerce #awdPageWrap .cart .button, #awdPageWrap .woocommerce .cart input.button {
	background: #9d7554;
  	color: #fff;
}
#page .woocommerce form .form-row .input-text, #page .woocommerce form .form-row select {
	background: #000;
	border: 1px solid #57361B;
	color: #fff;
}
#page .woocommerce form .form-row {
	margin-bottom: 1.5em;
}
#page .woocommerce form .form-row.woocommerce-invalid label {
	border: 1px solid #a00;
}
#page .woocommerce form .form-row .required {
	color: #9d7554;
}
#page .woocommerce-checkout #payment {
	background: transparent;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	padding-top: 1.5em;
}
#page .woocommerce-checkout #payment div.payment_box::before {display: none;}
#page .woocommerce-checkout #payment div.payment_box {
	background: #000;
	color: #F9E9DF;
	padding-top: 0;
}
#page .payment_methods label {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5em;
}
#page #payment .payment_box.payment_method_bacs {
	margin-left: 0.7em;
}
#page #add_payment_method #payment ul.payment_methods li input, #page .woocommerce-cart #payment ul.payment_methods li input, #page .woocommerce-checkout #payment ul.payment_methods li input {

}
#page .woocommerce #payment #place_order, #page .woocommerce-page #payment #place_order {
	display: block;
	width: 100%;
	background: #9D7554;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4em;
	letter-spacing: 1px;
}
    input[type="radio"] {
      appearance: none; /* Remove default styling */
      -webkit-appearance: none; /* For Safari */
      position: absolute; /* Take it out of flow */
      opacity: 0; /* Make it invisible */
      width: 0;
      height: 0;
    }

    .wc_payment_method label {
      display: inline-block;
      position: relative;
      padding-left: 25px; /* Space for the custom radio icon */
      cursor: pointer;
      line-height: 20px; /* Align text with the custom icon */
    }

    .wc_payment_method label::before { /* Create the outer circle */
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 2px solid #ccc;
      border-radius: 50%;
      /* background-color: #fff; */
    }

    .wc_payment_method label::after { /* Create the inner dot when checked */
      content: '';
      position: absolute;
      left: 4px;
      top: 4px;
      width: 10px;
      height: 10px;
      background-color: #9D7554; /* Color of the checked dot */
      border-radius: 50%;
      opacity: 0; /* Hidden by default */
      transition: opacity 0.2s ease-in-out;
    }
    input[type="radio"]:checked + label::before {
      border-color: #9D7554; /* Change border color when checked */
    }

    input[type="radio"]:checked + label::after {
      opacity: 1; /* Show the inner dot when checked */
    }
    input[type="radio"]:focus-visible + label::before {
      outline: 2px solid #9D7554; /* Focus indicator */
      outline-offset: 2px;
    }


.cart-collaterals {
	padding: 1.5em 1em;
  	border: 1px solid #57361B;
}
.cart-collaterals h2 {
	text-align: center;
}
.cart-subtotal .amount {
	color: #9D7554;
}
#awdPageWrap .checkout-button.button.alt.wc-forward {
	background: #9d7554;
	padding: 0.7em 0;
	margin-bottom: 0;
}
.awdCHKRight {
	padding: 2em 1em;
  	border: 1px solid #57361B;
}
#order_review_heading {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 2em;
}
.shop_table.woocommerce-checkout-review-order-table thead tr {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3em;
  	letter-spacing: 1px;
}
#page .woocommerce table.shop_table {
	border-bottom: 1px solid #57361B;
	border-radius: 0;
	padding-bottom: 3em;
	border-spacing: 0;
}
#page .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	border-bottom: 0;
}
#page .woocommerce table.shop_table .cart-subtotal th, #page .woocommerce table.shop_table .cart-subtotal td, #page .woocommerce table.shop_table .order-total th, #page .woocommerce table.shop_table .order-total td{
	border-top: 1px solid #57361B;
}
#page .shop_table.woocommerce-checkout-review-order-table thead th {
	border-bottom: 1px solid #9D7554;
}
#page .woocommerce table.shop_table .product-total,
#page .woocommerce table.shop_table .cart-subtotal td,
#page .woocommerce table.shop_table .order-total td
{ text-align: right; }
#page .woocommerce table.shop_table .product-name .product-quantity {
	font-size: 1.1em;
	color: #F9E9DF;
}
#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
	border-top: 1px solid #9D7554;
	padding-top: 1.7em;
	margin-top: 1.7em;
}
#page .woocommerce .quantity .qty {
	background: #000;
	color: #F9E9DF;
 	width: 5em;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	display: none;
	visibility: hidden;
}
.shop_table.shop_table_responsive .cart-subtotal th {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
#page .woocommerce table.shop_table .cart-subtotal th {
	width: 70%;
}
#page .woocommerce table.shop_table .cart-subtotal th, #page .woocommerce table.shop_table .cart-subtotal .amount {
	color: #F9E9DF;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .woocommerce-Price-amount.amount {
	color: #9d7554;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-price .woocommerce-Price-amount.amount {
	color: #F9E9DF;
}

.fee td {
	text-align: right;
	font-weight: 300;
}
#page .fee th {
	font-weight: 300;
	border-top: 1px solid #9D7554;
}
#page .fee td {
	font-weight: 300;
	border-top: 1px solid #9D7554;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	color: #757377;
}
.awdBeloweOrderNotes {
	color: #F9E9DF;
}
.awdCurrentCatFilter.awdCatId {
	text-decoration: underline;
  	color: #9D7554;
}
.awdCatId:hover {
	cursor: pointer;
}







#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.98);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}

.spinner {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

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





/***************************************************
 * Generated by SVG Artista on 11/22/2025, 5:22:10 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

svg.active .svg-elem-1 {
  fill: rgb(249, 233, 223);
}

svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
          transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

svg.active .svg-elem-2 {
  fill: rgb(249, 233, 223);
}

svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
          transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

svg.active .svg-elem-3 {
  fill: rgb(249, 233, 223);
}

svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.30000000000000004s;
          transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.30000000000000004s;
}

svg.active .svg-elem-4 {
  fill: rgb(249, 233, 223);
}

svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
          transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}

svg.active .svg-elem-5 {
  fill: rgb(249, 233, 223);
}

svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
          transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

svg.active .svg-elem-6 {
  fill: rgb(249, 233, 223);
}

svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6000000000000001s;
          transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6000000000000001s;
}

svg.active .svg-elem-7 {
  fill: rgb(249, 233, 223);
}

svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7000000000000001s;
          transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7000000000000001s;
}

svg.active .svg-elem-8 {
  fill: rgb(249, 233, 223);
}

svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
          transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}

svg.active .svg-elem-9 {
  fill: rgb(249, 233, 223);
}

svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s;
          transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s;
}

svg.active .svg-elem-10 {
  fill: rgb(249, 233, 223);
}

svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
          transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}

svg.active .svg-elem-11 {
  fill: rgb(249, 233, 223);
}

svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
          transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
}

svg.active .svg-elem-12 {
  fill: rgb(249, 233, 223);
}

svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2000000000000002s;
          transition: fill 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2000000000000002s;
}

svg.active .svg-elem-13 {
  fill: rgb(249, 233, 223);
}







@media screen and (max-width: 991px) {
	.awdNavFooter {padding-bottom: 2em;}
	.awdNav li {
		display: block;
		padding: 1em 0;
	}
	#awdShowSectionAboveFooter {
		background-image: url('asset/img/above-footer1.jpg');
		/* background-position: center top; */
		background-position: center bottom;
		padding-bottom: 41em;
	}
	.awdShowProductBttnAddToCart {margin-top: 1em;}
	.HalfIMgSTTDsTITLE {padding-top: 1em;}
}
@media screen and (max-width: 767px) {
	.awdTableWrapColRight .awdTableHeader {
		display: none;
	}
	.awdMarqueeContent {background-size: cover;}
	.awdSectionProductsTitle, .awdSection4Title {
		font-size: 4em;
		word-wrap: break-word;
	}
}
@media screen and (min-width: 700px) {
	#awdHPWrap {
		min-height: 1300px;
	}
}
@media screen and (min-width: 992px) {
	.awdAgeCheckText{
		font-size: 4em;
	}
	.awdAgeCheckTextInner {
		padding-top: 8em;
	}
	.site-header .awdCartWrap {
		left: auto;right: 40px;
	}
	#awdHeroSection .container-xl {
		min-height: 450px;
	}
	.awdSectionTitle {
		font-size: 9em;
	}
	.awdSectionDesc {
		font-size: 1.3em;
	}
	#awdShowSectionHalfIMgSTTD .awdHalfIMgSTTDRight {
		padding-left: 4em;
	}
	#awdShowSectionHalfIMgSTTD .awdHalfIMgSTTDLeft {
		padding-right: 4em;
	}
	#awdHPWrap {
		background-image: url('asset/img/hp_bck_1.jpg');
		background-position: center bottom;
		min-height: 2150px;
	}
	.awdSingleProductImg img {max-width: 510px;}
	.awdShowProductBttnAddToCart {
		margin-left: 1em;
	}
	.page-template-awd-ONama .awdPageHeaderTitleDesc {
		/* background-image: url('asset/img/Final-About-us.jpg'); */
		background-image: url('asset/img/O-nama-min.jpg');
		min-height: 2280px;
	}
	#awdShowSectionAboveFooter {
		min-height: 2000px;
  		background-position: center bottom;
	}
	
}