/**
Sections:
    - Layout
    - Header
    - Footer
    - Customised Gifts Page
    - Shop Page
    - Shop Inner Page
    - Contact Us Page
    - About Us Page
    - FAQ Page
    - Home Page
      - Home Page - Slideshow Section
      - Home Page - Icons Section
      - Home Page - Featured Categories Section
      - Home Page - Featured Products Section
      - Home Page - Logo Slider Section
    - Checkout Page
    - Fixes
*/

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/** Layout **/

body {
	overflow-x: hidden;
}

body,
p {
	font-family: "Jost", sans-serif !important;
	font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)) !important;
}

p {
	word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Optima", Verdana, Geneva, Tahoma, sans-serif !important;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]),
body h3,
#filter-groups .item-header {
	font-family: "Optima", Verdana, Geneva, Tahoma, sans-serif !important;
}

.form-control {
	border: thin solid #ddd;
	box-shadow: none;
}

.form-control:focus {
	box-shadow: none;
}

body input:focus,
body textarea:focus {
	border: thin solid #ddd !important;
}

.btn {
	text-transform: none;
}

.btn.btn-primary {
	border: none !important;
}

.btn.btn-primary-custom {
	padding: calc(10px + (20 - 10) * (100vw - 375px) / (1900 - 375)) calc(40px + (80 - 40) * (100vw - 375px) / (1900 - 375));
	border-radius: 50px;
	background: #ffe2d2;
	color: #f79051 !important;
	position: relative;
	border: none;
}

.btn.btn-primary-custom:before {
	content: "";
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-radius: 50px;
	border: thin dashed #f79051;
	position: absolute;
	top: 4px;
	left: 4px;
}

.btn.btn-white {
	padding: calc(6px + (12 - 6) * (100vw - 375px) / (1900 - 375)) calc(20px + (40 - 20) * (100vw - 375px) / (1900 - 375));
	border-radius: 50px;
	background: white;
	color: #f79051 !important;
	position: relative;
	border: none;
}

.btn.btn-white:before {
	content: "";
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-radius: 50px;
	border: thin dashed #f79051;
	position: absolute;
	top: 4px;
	left: 4px;
}

.btn.btn-filter {
	border: thin solid #eee;
	border-radius: 5px;
	color: #000;
}

body .btn-default:not(.btn-mi),
body .cart-buttons .btn-default:not(.btn-mi) {
	color: #000 !important;
}

.page-banner h3 {
	font-size: calc(32px + (60 - 32) * (100vw - 320px) / (1920 - 320)) !important;
	margin-bottom: calc(10px + (20 - 10) * (100vw - 375px) / (1900 - 375));
}

.page-banner .breadcrumb {
	margin: calc(10px + (20 - 10) * (100vw - 375px) / (1900 - 375)) 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumb>li>a {
	font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
}

.page-banner h3,
.page-banner a,
.page-banner a:hover {
	color: #fff !important;
}

.breadcrumb>li:last-child a {
	font-weight: 700;
}

.position-center-bottom {
	top: auto;
	left: 50%;
	right: auto;
	bottom: 5%;
	transform: translate(-50%, 0%);
}

.page-banner img {
	object-fit: cover;
	height: 435px !important;
}



body.information-information #content {
	margin-top: 50px;
	min-height: 10vh;
}

body.information-information #content>h2 {
	display: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination li a:hover,
.pagination li span:hover {
	background-color: #f79051 !important;
	border-color: #f79051 !important;
}

#content {
	margin-top: 50px;
}

.slick-nav i {
	background: #f79051;
}

select,
select.form-control {
	min-width: 80px;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%);
	background-position: calc(100% - 19px) 50%, calc(100% - 15px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.bg-full {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slick-nav .fa {
	font-size: 24px;
}

.slick-nav i {
	width: 36px;
	height: 36px;
}


/** Layout - End **/


/** Header **/

header {
	box-shadow: none;
}

.header-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

body .header-container>.header-menu {
	width: 40%;
}

body .header-container>.header-right {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 40%;
}

body .header-container>.header-right>.header-menu {
	width: 100%;
	/* justify-content: flex-start; */
}

body .header-container>.header-right>.header-top {
	min-width: 160px;
}


/* .header-right > div:first-of-type {
  margin-right: 10px;
} */

body .header-container {
	height: 105px;
}

.header-container .header-logo {
	align-self: flex-start;
	width: 20%;
}

.text_menu_color,
.header-container .header-menu #main-menu>li,
.header-container .header-menu #main-menu>li a {
	color: #000 !important;
}

.header-container .header-menu #main-menu>li a:hover {
	color: #000 !important;
}

.header-container .header-links>a,
.header-container #account>a[data-toggle="dropdown"],
.header-container #enquiry>a,
.header-container #cart>a,
.header-container ._search>a {
	width: auto;
}

.text_menu_font,
.header-container .header-menu #main-menu li,
.header-container .header-menu #main-menu li a {
	font-family: "Jost", sans-serif !important;
	font-size: calc(16px + (20 - 16) * (100vw - 1024px) / (1920 - 1024)) !important;
}

body .header-container .header-menu #main-menu>li>a {
	padding-right: 2vw;
}

body .header-container .header-right>.header-menu #main-menu>li>a {
	padding-right: 2vw;
}

.header-container .header-mobile-links {
	width: 40%;
}

.header-container .header-mobile-links .header-links {
	display: block;
	height: 100%;
	width: 50px;
	margin-top: 3px;
}

body .header-container .header-menu #main-menu a.has-submenu>span:before {
	top: 20%;
}

.fixed-header .header-container .header-menu #main-menu li>ul>li.active a,
.fixed-header .header-container .header-menu #main-menu li>ul>li:not(.active) a:hover {
	background: #f89051 !important;
}

.sliding-text {
	display: inline-block;
}

.header-top img {
	width: 24px;
}

#enquiry .img-thumbnail,
#cart .img-thumbnail {
	width: 100%;
}

.header-mobile .mobile-search .search-box img {
	width: 24px;
}

@media screen and (max-width: 1366px) {
	body .header-container>.header-right>.header-menu #main-menu>li>a {
		padding-right: 1vw;
	}
}

@media screen and (max-width: 540px) {
	body .header-container {
		padding: 0;
		height: 100%;
	}
	.header-container .header-mobile-links {
		width: 30%;
	}
	.header-container .header-logo {
		width: 40%;
		padding: 10px 0px;
	}
	body .header-container>.header-right {
		width: 30%;
	}
}


/** Header - End **/


/** Footer **/

footer {
	color: #fff !important;
	background: #f79051 !important;
	border: none;
	font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
	padding: 0;
}

body footer {
	box-shadow: none;
}

.footer-upper-contet {
	display: flex;
	flex-direction: column;
	padding-top: calc(40px + (80 - 40) * (100vw - 375px) / (1900 - 375));
	padding-bottom: calc(40px + (80 - 40) * (100vw - 375px) / (1900 - 375));
	align-items: center;
	justify-content: center;
}

body .footer-upper-contet>*:nth-child(1) {
	padding: 0;
	flex: 1 1 auto;
}

.footer-upper-contet>* {
	width: 100%;
	margin-bottom: calc(20px + (40 - 20) * (100vw - 375px) / (1900 - 375));
}

.footer-contact-links ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-contact-links ul>li {
	margin: 0 10px;
}

footer a {
	color: #fff !important;
}

footer a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.footer-bottom {
	background: transparent !important;
}

.footer-bottom>.container {
	display: flex;
	justify-content: space-between;
}

.footer-bottom>.container>* {
	width: 33%;
}

.footer-social-icons {
	padding: 0;
}

.footer-bottom .powered {
	text-align: left;
	order: 1;
}

.footer-bottom .footer-social-icons {
	text-align: center;
	order: 2;
}

.footer-bottom .fcs {
	text-align: right;
	order: 3;
}

footer .newsletter-module {
	width: 250px;
	margin: auto;
}

footer .newsletter-module .title {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

footer .newsletter-module .email-field input {
	background: #f79051;
	border: none;
	border-bottom: thin solid #fff;
	box-shadow: none;
	font-style: italic;
	color: #dbdbdb;
}

body footer .newsletter-module .btn-primary:not(.btn-mi) {
	top: 30%;
	width: 24px;
	height: 24px;
	background: url('../../../../../image/catalog/site/general/send_18x17.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.cd-accordion-menu a,
.cd-accordion-menu label {
	color: #fff !important;
}

.cd-accordion-menu {
	background: #f79051;
}

#ToTop {
	left: 20px;
	right: auto;
	width: 40px;
	height: 40px;
}

#ToTop:before {
	font-size: 30px;
	line-height: 35px;
}

.floating-icon {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	width: 40px;
	height: 40px;
}

.floating-icon>img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 540px) {
	.footer-contact-links ul {
		flex-direction: column;
	}
	.footer-contact-links ul>li {
		margin: 5px 0;
	}
	.footer-bottom>.container {
		flex-direction: column;
	}
	.footer-bottom>.container>* {
		width: 100%;
		margin-bottom: 10px;
	}
	.footer-bottom .powered {
		text-align: center;
		order: 2;
	}
	.footer-bottom .footer-social-icons {
		text-align: center;
		order: 1;
	}
	.footer-bottom .fcs {
		text-align: center;
		order: 3;
	}
}


/** Footer - End **/


/** Customised Gifts Page **/

.iid-7 #formbuilder {
	padding: 0;
}

body:not(.cke_editable).iid-7 form>h2:not(.swal2-title):not([style]) {
	text-align: left;
}

.iid-7 .contact-form-with-map .form-col {
	padding: 0;
	background-color: transparent;
	width: 100%;
}

body:not(.cke_editable).iid-7 h2:not(.swal2-title):not([style]) {
	margin-bottom: 10px !important;
}

.iid-7 .contact-form-with-map .form-col input,
.iid-7 .contact-form-with-map .form-col select {
	height: 60px;
}

.iid-7 form .col-sm-12 {
	padding: 0;
}

.iid-7 #formbuilder .custom_formbuilder>.form-group input,
.iid-7 #formbuilder .custom_formbuilder>.form-group select,
.iid-7 #formbuilder .custom_formbuilder>.form-group button {
	height: 60px;
}

.iid-7 #formbuilder #google_recaptcha {
	margin-left: 0;
}

.iid-7 #formbuilder button.btn-primary {
	margin-right: 0;
}

#formbuilder button.btn-primary-custom {
	float: right;
	width: auto;
}

@media screen and (max-width: 540px) {
	#formbuilder button.btn-primary-custom {
		float: none;
		margin: auto;
	}
}


/** Customised Gifts Page - End **/


/** Shop Page **/

.product-category #column-left,
.product-category #content {
	margin-top: 30px;
}

.product-category .side-categories-level-1 .item.level-1,
.product-category .side-categories-level-1 .item.level-2 {
	border: none !important;
}

#side-categories .item.level-1 {
	border-radius: 5px !important;
	background: #e1e1e1 !important;
}

#side-categories .item.level-1:hover,
#side-categories .item.level-1.active {
	background: #f89051 !important;
}

#side-categories .item.level-1:hover a,
#side-categories .item.level-1:hover a:hover,
#side-categories .item.level-1.active a,
#side-categories .item.level-1.active a:hover {
	color: #fff !important;
}

#side-categories .level-1:hover.pointer:after {
	color: #fff !important;
}

.product-category .list-group-item {
	font-weight: normal;
}

body h3,
#filter-groups .item-header {
	font-size: calc(28px + (34 - 28) * (100vw - 320px) / (1920 - 320)) !important;
}

.text_category_menu_font,
.sticky-wrap .category-container .wrapper ul li a,
body #side-categories .group .item a,
body #side-manufacturer label,
body #side_filter label {
	font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320)) !important;
}

.text_category_menu_font,
.sticky-wrap .category-container .wrapper ul li a,
body #side-categories .group .item a,
body #side-manufacturer label,
body #side_filter label {
	font-family: 'Jost', sans-serif !important;
}

.product-category .checkmark {
	border: thin solid #e1e1e1 !important;
}

#side-price .ui-slider-range,
#side-price .ui-slider-handle {
	background: #f89051 !important;
}

#side-price .ui-slider-horizontal {
	height: 3px;
}

#side-price .ui-slider-handle {
	width: 12px;
	height: 12px;
}


/* #input-sort {
  display: none;
} */

#input-limit {
	min-width: 100px;
}

.input-group-b4>.form-control {
	border-radius: 5px;
}

.product-name h4 {
	margin: 0;
}

.product-image-block a>img {
	border-radius: 10px !important;
}

.sticker,
.special-sticker {
	text-decoration: none !important;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50% !important;
	font-size: 14px;
	text-align: center;
	left: 10px !important;
	font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
}

body .product-block .product-details .price {
	font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
}

.product-block .product-details .price .price-special {
	color: #b90404;
}

.product-block .product-details .price .price-old {
	color: #9b9b9b;
	opacity: 1;
	font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
}

.filters-wrap {
	background: #fff;
}


/** Shop Page - End **/


/** Shop Inner Page **/

.product-product #page-banner-text h3 {
	display: none;
}

.flex.vertical {
	align-items: center;
}

.product-product .vertical .product-image-additional-container .slick-nav.prev {
	top: 0;
}

.product-product .vertical .product-image-additional-container .slick-nav.next {
	bottom: 0;
}

.product-product .product-image-additional-container .slick-nav {
	position: static;
	width: 46px;
	height: 46px;
}

.product-product .product-image-main .image>.bg-full {
	width: 100%;
	height: 100%;
}

.product-product .product-image-main-container {
	margin-bottom: 0;
}

.product-product .old-prices,
.product-product .product-special-price {
	font-size: calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320)) !important;
}

.product-product .product-special-price {
	color: #b90404;
	margin-left: 0;
	margin-right: 10px;
}

.social-sharing {
	margin: 0 !important;
}

.product-product #product .form-group>label {
	font-weight: normal;
}

.product-product input,
.product-product select {
	height: 40px;
}

.product-product input[type="radio"],
.product-product input[type="checkbox"] {
	height: auto;
}

.product-product .quantity-button {
	display: flex;
	margin-top: 20px;
}

.product-product .quantity-wrapper,
.product-product #product .form-group:not(.product-button-group) {
	margin-right: 10px;
}

.product-product #product .btn-number[data-type="minus"] {
	border-right: none;
	border-radius: 5px 0 0 5px;
}

.product-product #product .btn-number[data-type="plus"] {
	border-left: none;
	border-radius: 0 5px 5px 0;
}

.product-block div.required .control-label:after,
.product-product #product div.required .control-label:after {
	content: "*";
	color: black;
	right: auto;
}

.product-block .product-option .form-group>div:not(.input-group),
.product-product #product>.form-group>div:not(.input-group) {
	border: none !important;
}

.product-product .form-group .radio.radio_wo_image {
	width: auto;
	margin-right: 10px;
	margin-top: 0;
	padding: 5px 10px;
	border: thin solid #ddd;
	border-radius: 50px;
}

.product-product .form-group .radio.radio_wo_image.active,
.product-product .form-group .radio.radio_wo_image:hover {
	border-color: #000;
}

.product-product .form-group .radio.radio_wo_image input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.product-product .quantity-button .btn.btn-primary-custom {
	padding: 10px 40px;
	height: 40px;
}


/* .product-product .total-price {
  margin: 10px 0;
  font-size: calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320)) !important;
} */

.product-product .total-price {
	display: none !important;
}

.product-product .price {
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-product .rating .fa-star {
	color: #ffeea3;
}

.product-product .rating .fa-star.active {
	color: #ffd309;
}

.date-added {
	color: #767676 !important;
	font-style: italic;
}

.table-bordered {
	border: thin solid #eee;
}

.table-striped>tbody>tr:nth-of-type(odd) td {
	border-bottom: thin solid #eee;
}

.product-product #input-payment-captcha>div {
	margin: 0;
}

.review-captcha-button {
	display: flex;
	justify-content: space-between;
}

.review-captcha-button .button-container {
	text-align: right;
}

.review-captcha-button div#google_recaptcha {
	margin: 0;
}

#waiting_list .waiting_list_container {
	border: none;
	-webkit-box-shadow: 0 0 8px 0px rgb(0 0 0 / 10%);
	box-shadow: 0 0 8px 0px rgb(0 0 0 / 10%);
	padding: 20px;
}

#waiting_list .waiting_list_container p {
	color: #767676 !important;
}

#waiting_list .flex-group input {
	border: thin solid #ddd;
}

#waiting_list .flex-group button {
	margin-left: 10px;
	background: #ffe2d2 !important;
	color: #f79051 !important;
	padding: 4px;
	border: none !important;
}

#waiting_list .flex-group button>.button-inner {
	border-radius: 50px;
	border: thin dashed #f79051;
	height: 100%;
	position: relative;
}

#waiting_list .flex-group button>.button-inner>span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 540px) {
	.review-captcha-button div#google_recaptcha {
		margin: 0 0 0 -28px;
	}
}

@media screen and (max-width: 415px) {
	.review-captcha-button {
		flex-direction: column;
		justify-content: center;
	}
	.product-product #input-payment-captcha>div {
		margin: auto;
	}
	.review-captcha-button div#google_recaptcha {
		margin: 0 0 0 -28px;
	}
	.review-captcha-button .button-container {
		text-align: center;
		margin-top: 10px;
	}
}


/** Shop Inner Page - End **/


/** Contact Us Page **/

.information-contact #content>h2 {
	display: none;
}

.information-contact .form-control {
	border: thin solid #eee;
}

.information-contact input {
	height: 50px;
}


/** Contact Us Page - End **/


/** About Us Page **/

.iid-8 .information-row {
	margin: 0 0 calc(20px + (80 - 20) * (100vw - 375px) / (1900 - 375)) 0;
}

.iid-8 .information-row>*.information-col {
	padding: 0;
	margin: 0;
}

.iid-8 .information-row>.image {
	flex: 1 1 50%;
	padding-top: 0;
	padding-bottom: calc(10px + (100 - 10) * (100vw - 375px) / (1900 - 375));
	position: relative;
}

.iid-8 .information-row>.image>.bg-image {
	width: 100%;
	height: 100%;
}

.iid-8 .information-row>.image>.background {
	display: block;
	background: #ffe2d1;
	width: 10vw;
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.iid-8 .information-row>.text {
	flex: 1 1 50%;
	padding-top: calc(10px + (100 - 10) * (100vw - 375px) / (1900 - 375));
	padding-bottom: 0;
}

.iid-8 .information-row>.text>.text-inner {
	background: #ffe2d1;
	height: 100%;
	padding: calc(10px + (50 - 10) * (100vw - 375px) / (1900 - 375));
}

.iid-8 .information-row.rtl>.image {
	flex: 1 1 50%;
	padding-top: calc(10px + (100 - 10) * (100vw - 375px) / (1900 - 375));
	padding-bottom: 0;
	position: relative;
}

.iid-8 .information-row.rtl>.image>.background {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
}

.iid-8 .information-row.rtl>.text {
	flex: 1 1 50%;
	padding-top: 0;
	padding-bottom: calc(10px + (100 - 10) * (100vw - 375px) / (1900 - 375));
}

@media screen and (max-width: 540px) {
	.iid-8 .information-row {
		margin: 0 10px calc(10px + (50 - 10) * (100vw - 375px) / (1900 - 375)) 10px;
	}
	.iid-8 .information-row>.image {
		flex: 1 1 100%;
		padding-bottom: 0;
	}
	.iid-8 .information-row>.image>.background {
		display: none;
	}
	.iid-8 .information-row>.text {
		flex: 1 1 100%;
		padding-top: 0;
	}
}


/** About Us Page - End **/


/** FAQ Page **/

.information-faq #content>h2 {
	display: none;
}

.information-faq .tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}

.information-faq a.tab {
	display: block;
	padding: 4px;
	border-radius: 50px;
	background: #d0d0d0;
	color: #fff !important;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: ease-in-out 0.3s opacity;
}

.information-faq a.tab .tab-inner {
	padding: 6px 36px;
}

.information-faq a.tab:hover {
	opacity: 0.7;
}

.information-faq a.tab.active {
	background: #ffe2d2;
	color: #f79051 !important;
}

.information-faq a.tab.active .tab-inner {
	border-radius: 50px;
	border: thin dashed #f79051;
	height: 100%;
}

.information-faq .panel-group .panel {
	border-radius: 0;
	border: none;
}

.information-faq .panel-heading {
	border-radius: 0;
	border: none;
}

.information-faq .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}

.information-faq h4 {
	text-transform: none;
}

.information-faq .panel-title>a {
	background: #eaeaea !important;
	color: #000 !important;
	position: relative;
}

.information-faq .panel-title>a:before {
	content: "";
	width: 19px;
	height: 11px;
	background-image: url("../../../../../image/catalog/site/FAQ/chevron-down.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform-origin: center;
	transform: translate(-50%, -50%) rotate(180deg);
	transition: ease-in-out 0.3s transform;
}

.information-faq .panel-title>a.collapsed:before {
	transform: translate(-50%, -50%) rotate(0deg);
}


/** FAQ Page - End **/


/** Home Page **/

body.common-home #content {
	margin-top: 0;
}


/** Home Page - Slideshow Section **/

#slideshow0 .align-left .slider-slideshow-description-texts,
#slideshow0 .align-right .slider-slideshow-description-texts {
	width: 55%;
}

#slideshow0 .align-left .slider-slideshow-description-texts {
	margin-left: 30px;
	margin-right: auto;
}

.slider-slideshow-description-texts {
	text-align: center;
}

.slider-slideshow-description-texts:not(.btn) {
	text-shadow: 0px 0px 4px rgba(150, 150, 150, 1);
}

body .slider-slideshow-description-texts h3 {
	font-size: calc(20px + (60 - 20) * (100vw - 320px) / (1920 - 320)) !important;
	font-family: 'Matiz', sans-serif !important;
	text-transform: uppercase !important;
	color: #fff !important;
	text-shadow: 2px 2px #ababab !important;
}

.slider-slideshow-description-texts p {
	font-size: calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320)) !important;
	color: #fff !important;
}

.slider-slideshow-description-texts p.subtitle {
	font-size: calc(14px + (30 - 14) * (100vw - 320px) / (1920 - 320)) !important;
	padding: 0px !important;
	margin: 0px !important;
}

body .slideshow .slider-custom-dots .owl-dot {
	background: #ffe2d1;
	width: 8px;
	height: 8px;
}

.slideshow .slider-custom-dots .owl-dot {
	border-radius: 50px;
}

body .slideshow .slider-custom-dots .owl-dot.active {
	width: 20px;
	background: #ffe2d1 !important;
}

.slideshow .slider-custom-dots {
	text-align: center;
}

body .slideshow .banner-overlay {
	display: none;
}

@media screen and (max-width: 768px) {
	body.common-home .section-space.slideshow .owl-carousel {
		position: static;
	}
	body .section-space.slideshow+.section-space {
		margin-top: 0 !important;
	}
}

@media screen and (max-width: 541px) {
	#slideshow0 .align-left .slider-slideshow-description-texts,
	#slideshow0 .align-right .slider-slideshow-description-texts {
		width: 100%;
		margin-left: 15px !important;
		margin-top: -191px !important;
	}
	.slider-slideshow-description-3 .show-img {
		top: 34px;
		position: relative;
	}
}


/** Home Page - Icons Section **/

.home_icons .items .item {
	text-align: center;
}

.home_icons .items .item.border {
	border-left: 3px solid #ffe1d1 !important;
}

.home_icons .items .item>h4 {
	font-size: 20px !important;
}

.home_icons .items .item>.image {
	margin-bottom: 20px;
}

.slick-slide img {
	margin: auto;
}

.home_icons .slick-nav.left {
	left: 0;
}

.home_icons .slick-nav.right {
	right: 0;
}


/** Home Page - Featured Categories Section **/

body:not(.cke_editable) .fcategory h2:not(.swal2-title):not([style]) {
	text-transform: uppercase !important;
}

.fcategory .cat-gutter {
	border-radius: 15px;
}

.fcategory .cat-gutter a {
	display: block;
	position: relative;
	border-radius: 15px;
}

.fcategory .cat-gutter a>.category {
	border-radius: 15px;
}

.cat-gutter:hover .category {
	border-radius: 15px;
}

.fcategory .cat-gutter a>h3 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: calc(10px + (20 - 10) * (100vw - 375px) / (1900 - 375));
	margin-bottom: 0 !important;
	background: rgba(255, 225, 209, 0.8);
	border-radius: 0 0 15px 15px;
	text-transform: uppercase !important;
	font-weight: bold !important;
}

.fcategory .slick-nav {
	top: 50%;
}

.fcategory .slick-nav.left.bottom,
.fcategory .slick-nav.right.bottom {
	bottom: -318px;
}

.fcategory .slick-nav.left {
	left: auto;
	right: 68px;
}

.fcategory .slick-nav.right {
	right: 13px;
}

.fcategory .scroll {
	margin-top: 24px;
	height: 5px;
	background: #fff9f6;
	width: 92%;
	margin-right: auto;
}

.fcategory .scroll>.scroll-handle {
	height: 100%;
	background: #ffe1d1;
}

@media screen and (max-width: 1600px) {
	.fcategory .slick-nav.left.bottom,
	.fcategory .slick-nav.right.bottom {
		bottom: -276px;
	}
}

@media screen and (max-width: 1536px) {
	.fcategory .scroll {
		margin-top: 30px;
		width: 90%;
	}
}

@media screen and (max-width: 1366px) {
	.fcategory .slick-nav.left.bottom,
	.fcategory .slick-nav.right.bottom {
		bottom: -252px;
	}
}

@media screen and (max-width: 1024px) {
	.fcategory .slick-nav {
		top: 105%;
	}
	.fcategory .scroll {
		margin-top: 26px;
		width: 87%;
	}
}

@media screen and (max-width: 992px) {
	.fcategory .scroll {
		margin-top: 35px;
		width: 87%;
	}
}

@media screen and (max-width: 768px) {
	.fcategory .scroll {
		margin-top: 33px;
		width: 84%;
	}
}

@media screen and (max-width: 767px) {
	.fcategory .scroll {
		display: none;
	}
	
    .iid-7 #page-banner-text {
       left: 55% !important;
       text-align: left;
       bottom: 15% !important;
    }

div#page-banner-text {}

div#page-banner-text {}


}

@media screen and (min-width: 1024px) {

.cid div#page-banner-text {
    text-align:left;
    padding: 30px 20px;
    width: 42% !important;
    align-items: flex-start;
    justify-content: flex-start;
    margin: inherit;
    left: 28% !important;
    right: inherit;
    bottom: 30%;
}
}
/** Home Page - Featured Products Section **/

body:not(.cke_editable) .featured h2:not(.swal2-title):not([style]) {
	text-transform: uppercase !important;
}

.featured-module .slick-nav.left,
.featured-module .slick-nav.prev {
	left: -45px;
}

.featured-module .slick-nav.right,
.featured-module .slick-nav.next {
	right: -45px;
}

.featured-module .product-block {
	background: transparent !important;
}


/** Home Page - Logo Slider Section **/

body:not(.cke_editable) .logo_slider h2:not(.swal2-title):not([style]),
body h3,
#filter-groups .item-header {
	text-transform: uppercase !important;
}

.logo-slider .slick-slide {
	border: thin solid #eee;
}

.logo-slider .slick-slide img {
	padding: 0;
}


/** Home Page - End **/


/** Checkout Page **/

.checkout_step li {
	padding: 5px 10px;
	font-size: 10px;
}

.checkout_step li {
	background-color: #ffe1d1;
}

.checkout_step li:before {
	border-top: 18.5px solid #ffe1d1;
	border-bottom: 18.5px solid #ffe1d1;
}

.checkout_step li:after {
	border-left: 12px solid #ffe1d1;
}

.checkout_step li.active {
	background-color: #f78f51;
}

.checkout_step li.active:after {
	border-left: 12px solid #f78f51;
}

.checkout_step li.active:before {
	border-top: 18.5px solid #f78f51;
	border-bottom: 18.5px solid #f78f51;
}

.quickcheckout-checkout #checkout .quickcheckout-heading,
.quickcheckout-checkout #shipping-method .quickcheckout-heading,
.quickcheckout-checkout #payment-method .quickcheckout-heading,
.quickcheckout-checkout #payment-address .quickcheckout-heading,
.quickcheckout-checkout #shipping-address .quickcheckout-heading {
	background-color: #ffe1d1 !important;
}

.quickcheckout-checkout #checkout,
.quickcheckout-checkout #shipping-method,
.quickcheckout-checkout #payment-method,
.quickcheckout-checkout #payment-address,
.quickcheckout-checkout #shipping-address {
	border: thin solid #ffe1d1;
}

.quickcheckout-cart thead td {
	border-bottom: 1px solid #ffe1d1 !important;
}

.quickcheckout-cart thead td,
.quickcheckout-checkout #coupon-heading,
.quickcheckout-checkout #reward-heading {
	background-color: #ffe1d1 !important;
}

table.quickcheckout-cart {
	border: thin solid #ffe1d1 !important;
}


/** Checkout Page - End **/


/** Fixes **/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	#ToTop {
		font-size: 40px;
		font-family: "FontAwesome" !important;
		transition: margin ease 0.5s;
		color: #000 !important;
		text-shadow: 0px 2px 3px rgb(0 0 0 / 30%);
	}
	#ToTop>span {
		transform: translateY(-70%);
	}
}

.pulse {
	animation: pulse 2s infinite;
}

.pulse:hover {
	animation: none;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(248, 144, 81, 0.5);
		box-shadow: 0 0 0 10px rgba(248, 144, 81, 0.5);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(248, 144, 81, 0.5);
		box-shadow: 0 0 0 0 rgba(248, 144, 81, 0.5);
	}
}

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

body .slider-slideshow-description-3 .slider-slideshow-description-texts h3 {
	color: #f89051 !important;
	animation: glow .5s ease-in-out infinite alternate;
	margin-bottom: 10px;
}

@keyframes glow {
	from {
		text-shadow: 0 0 5px #f89051;
		transform: scale(1.5);
	}
	to {
		text-shadow: 0 0 30px #f89051, 0 0 10px #f89051;
		transform: scale(1);
	}
}

@keyframes moveLogo {
	from {
		text-shadow: 0 0 5px #f89051;
		transform: scale(1.5) rotate(-10deg);
	}
	to {
		text-shadow: 0 0 30px #f89051, 0 0 10px #f89051;
		transform: scale(1) rotate(17deg);
	}
}

.show-img {
	max-width: 100px;
	animation: moveLogo 1s ease-in-out infinite alternate;
}

.slider-slideshow-description-0 .show-img,
.slider-slideshow-description-4 .show-img {
	animation: none;
	max-width: 150px !important;
	margin-top: 0px;
	margin-left: 80px;
	position: relative;
	top: 90px;
}

.slider-slideshow-description-1 .show-img {
	animation: none;
	max-width: 150px !important;
	margin-top: 162px !important;
	margin-left: -135px;
	top: -35px;
	position: relative;
}

.slider-slideshow-description-2 .show-img {
	animation: none;
	max-width: 150px !important;
	margin-top: 40px;
	margin-left: -100px;
	position: relative;
	top: 48px;
}

.slider-slideshow-description-0 h3,
.slider-slideshow-description-4 h3 {
	margin-bottom: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-slideshow-description-1 h3 {
	margin-top: -32%;
	margin-bottom: 0%;
}

.slider-slideshow-description-2 h3 {
	margin-top: -14%;
	margin-bottom: 0%;
}

body .slider-slideshow-description-3 .slider-slideshow-description-texts h3 {
	text-shadow: 2px 2px #383838 !important;
}

@media screen and (min-width: 2560px) {
	.slider-slideshow-description-0 .show-img,
	.slider-slideshow-description-4 .show-img {
		animation: none;
		max-width: 140px;
		margin-top: 59px;
		margin-left: 0px;
	}
	.slider-slideshow-description-0 h3,
	.slider-slideshow-description-4 h3 {
		margin-top: -14%;
		margin-bottom: 0%;
	}
}

@media screen and (max-width: 1600px) {
	.slider-slideshow-description-0 .show-img,
	.slider-slideshow-description-1 .show-img,
	.slider-slideshow-description-2 .show-img,
	.slider-slideshow-description-4 .show-img {
		max-width: 99px;
	}
}

@media screen and (max-width: 1440px) {
	.slider-slideshow-description-0 .show-img,
	.slider-slideshow-description-1 .show-img,
	.slider-slideshow-description-2 .show-img,
	.slider-slideshow-description-4 .show-img {
		max-width: 88px;
	}
	.slider-slideshow-description-1 .show-img {
		margin-top: 178px;
	}
	.slider-slideshow-description-1 h3 {
		margin-top: -30%;
	margin-left: 3%;}
}

@media screen and (max-width: 1366px) {
	body .slider-slideshow-description-texts h3 {
		font-size: calc(18px + (60 - 20) * (100vw - 320px) / (1920 - 320)) !important;
	}
}

@media screen and (max-width: 1024px) {
	.slider-slideshow-description-0 .show-img,
	.slider-slideshow-description-1 .show-img,
	.slider-slideshow-description-2 .show-img,
	.slider-slideshow-description-4 .show-img {
		max-width: 65px;
		margin-left: -54px;
	}
	.slider-slideshow-description-2 .show-img {
		margin-top: 40px;
		margin-left: -47px;
	}
	.slider-slideshow-description-1 .show-img {
		margin-left: -50px;
	}
}

@media screen and (max-width: 768px) {
	.slider-slideshow-description-0 h3,
	.slider-slideshow-description-4 h3 {
		margin-left: 9%;
	}
	.slider-slideshow-description-1 .show-img {
		margin-top: 92px;
		margin-left: -62px;
	}
	.slider-slideshow-description-1 h3 {
		margin-top: -38%;
		margin-left: 2%;
	}
	body .slider-slideshow-description-texts h3 {
		font-size: calc(16px + (60 - 20) * (100vw - 320px) / (1920 - 320)) !important;
	}
	.slider-slideshow-description-texts {
		margin-left: 21px;
	}
	.slider-slideshow-description-2 h3 {
		margin-left: 2%;
	}
	.slider-slideshow-description-1 .slider-slideshow-description-texts {
		margin-left: 37px !important;
		
	}
	.slider-slideshow-description-2 .slider-slideshow-description-texts {
		margin-left: 37px !important;
		margin-top: -165px !important;
	}
	.iid-8 .information-row>.image>.bg-image {
    width: 100%;
    height: 520px;
  }
}

@media screen and (max-width: 600px) {
	.slider-slideshow-description-0 .show-img,
	.slider-slideshow-description-1 .show-img,
	.slider-slideshow-description-2 .show-img,
	.slider-slideshow-description-4 .show-img {
		max-width: 55px;
	}
	.slider-slideshow-description-1 .slider-slideshow-description-texts h3,
	.slider-slideshow-description-2 .slider-slideshow-description-texts h3,
	.slider-slideshow-description-2 .slider-slideshow-description-texts h3 {
		font-size: calc(20px + (60 - 20) * (100vw - 320px) / (1920 - 320)) !important;
		color: #f89051 !important;
	}
	.slider-slideshow-description-1 .slider-slideshow-description-texts p.subtitle,
	.slider-slideshow-description-2 .slider-slideshow-description-texts p.subtitle,
	.slider-slideshow-description-3 .slider-slideshow-description-texts p.subtitle {
		color: #f89051 !important;
		font-weight: bold;
	}
	.slider-slideshow-description-0 {
		margin-top: 34px !important;
	}
	.slider-slideshow-description-0 h3,
	.slider-slideshow-description-4 h3 {
		margin-left: 0;
		margin-top: -18%;
	}
	.slider-slideshow-description-1 .slider-slideshow-description-texts,
	.slider-slideshow-description-2 .slider-slideshow-description-texts {
		margin-left: 0 !important;
	}
	.slider-slideshow-description-2 .show-img {
		margin-left: -31px;
		top: 10px;
		max-width: 76px !important;
	}
	.slider-slideshow-description-1 h3 {
		margin-top: -26%;
		margin-left: 4%;
	}
	.slider-slideshow-description-1 .show-img {
		margin-top: 72px !important;
		margin-left: -39px;
		top: -30px;
		max-width: 75px !important;
	}
	.slider-slideshow-description-0 .show-img {
		top: -52px !important;
		position: relative !important;
		margin-left: -6px;
		max-width: 75px !important;
	}
	.show-img {
		max-width: 46px;
	}
	.slider-slideshow-description-3 .slider-slideshow-description-texts {
		position: relative;
		top: 20px !important;
	}
	
	.page-banner img {
	    height: 229px !important;
	}
	
	.cid div#page-banner-text {
    text-align:left;
    padding: 5px 0px;
    align-items: flex-start;
    justify-content: flex-start;
    margin: inherit;
    right: inherit;
    width: 90% !important;
    min-width: auto;
    bottom: 28%;
    left: 48% !important;
}

	.cid div#page-banner-text h3{font-size: 27px !important;margin-bottom: 0px !important;}
	.cid div#page-banner-text .breadcrumb-container a{
	font-size: 13px !important;}

	.slider-slideshow-description-link {padding-top: 0px !important;}
}


/** Fixes - End **/

.information-contact #page-banner-text {
	text-align: center;
}

 #page-banner-text {
    background: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80% !important;
    margin: 0 auto;
    padding: 0px;
    right: auto;
    bottom: 30%;
    left: 50% !important;
}
.information-faq #page-banner-text {
    text-align: left;
    left: 55% !important;
}

.slider-slideshow-description-4 .show-img {display: none !important;}
.slider-slideshow-description-4 h3 {display: none;}

