/*!
Theme Name: Whello
Theme URI: http://underscores.me/
Author: Whello Developer
Author URI: https://whello.id
Description: Whello Theme standard
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whello
Tags: 

This theme, like WordPress, is icensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

.btn-banner-primary.btn-flat-orange.btn-icon-arrow-bowwhite.btn-icon-arrow-bowwhite.naarkassabutton{
	width: 100%;
	height: 100%;
	padding: 30px 40px;
	border-radius: 20px;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 700;
	line-height: 1.57;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
  @media (min-width: 601px) and (max-width: 1199px){
	.btn-banner-primary.btn-flat-orange.btn-icon-arrow-bowwhite.btn-icon-arrow-bowwhite.naarkassabutton{
		padding: 30px 35px;
	  }
  }
  @media (max-width: 600px) {
	.btn-banner-primary.btn-flat-orange.btn-icon-arrow-bowwhite.btn-icon-arrow-bowwhite.naarkassabutton{
	  padding: 20px 25px;
	}
  }

@font-face {
	font-family: 'Roboto';
	src: local('Roboto-Regular'),
		url('assets/fonts/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url('assets/fonts/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('assets/fonts/Roboto-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Abril Fatface';
	src: url('assets/fonts/AbrilFatface-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


* {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	text-shadow: rgba(0, 0, 0, 0) 0 0 1px;
	vertical-align: baseline;
	background-clip: border-box;
	word-break: break-word;
}

*:focus,
*:active,
*:visited,
*:hover {
	outline: 0
}

*:before,
*:after {
	box-sizing: border-box
}

::-moz-selection {
	color: #fff;
	background-color: #202544;
	text-shadow: none
}

::selection {
	color: #fff;
	background-color: #202544;
	text-shadow: none
}



/* STYLE SCREEN READERS */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	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;
	-webkit-clip-path: none;
	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;
}

html.prevent-scroll {
	overflow: hidden;
}

html {
	scroll-behavior: smooth;
	width: 100%;
	overflow-x: hidden;
}

.scroll-deactive {
	overflow: hidden;
}

body {
	margin: 0;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #1d2242;
	-moz-block-height: normal;
	line-height: 1.57;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	word-break: break-word;
}

mark {
	background-color: #ffd07b;
	color: inherit;
	padding: 2px 5px
}

article,
aside,
details,
figcaption,
figure,
label,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
	width: 100%;
}

p:empty {
	display: none;
}

p+p {
	margin-top: 20px;
}

p+table {
	margin-top: 16px;
}

p+ol,
p+ul,
ol+p,
ul+p {
	margin-top: 30px;
}

ol,
ul {
	margin: 0;
	padding-left: 24px;
}

li {
	width: 100%;
}

li:not(:last-child) {
	margin-bottom: 16px;
}

ul {
	list-style: outside disc;
}

ol {
	list-style: outside decimal;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	cursor: hand;
	transition: .3s;
}

a * {
	cursor: pointer;
	cursor: hand
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Abril Fatface", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	line-height: normal;
	font-weight: normal;
}


h1,
h2,
h3,
h4 {
	margin-bottom: 20px;
}

h5,
h6 {
	margin-bottom: 10px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p a,
ul a,
ol a,
table a {
	transition: .2s;
}

p a,
ul a,
ol a,
table a {
	color: #1d2242;
	font-weight: bold;
}

p a:hover,
ul a:hover,
ol a:hover,
table a:hover {
	color: #ebb803;
}

strong,
b {
	font-weight: 700;
}

img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		img {
			-webkit-mask-image: -webkit-radial-gradient(white, black);
		}
	}
}

img:not([src*="png"]):not([src*="svg"]) {
	background-color: #252b53;
}

p img {
	width: 100%;
	margin-top: 30px;
}

::-webkit-input-placeholder {
	font-size: 14px;
	color: #b5bbdd;
	opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
	font-size: 14px;
	color: #b5bbdd;
	opacity: 1;
}

input[type="file"]::-ms-value,
input[type="file"]::-ms-browse {
	display: none;
}

button {
	background-color: rgba(0, 0, 0, 0);
}

.gform_wrapper form .ginput_container_fileupload,
input,
textarea,
select {
	width: 100%;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	caret-color: #000000;
	border: solid 1px #f0f0f0;
	border-radius: 5px;
	color: #000000;
	font-size: 14px;
	background-color: #f4f7fb;
	padding: 13px 17px;
	height: 49px;
	word-break: normal;
	transition: .2s;
}

.gform_wrapper form .ginput_container_fileupload,
input,
textarea,
select  {
	appearance: none;
    -moz-appearance: none;
-webkit-appearance: none;
}

select {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	padding-right: 58px;
	word-wrap: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #f9fafd url(/wp-content/uploads/2021/05/angle-down.svg) calc(100% - 40px) center/14px no-repeat;
}

select::-ms-expand {
	display: none;
}

select option {
	background-color: #f2f6f7;
	color: #202544;
}

select option[disabled] {
	display: none;
}

textarea {
	height: 108px;
	resize: none;
	overflow: auto;
}

textarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	background-color: #202544;
}

textarea::-webkit-scrollbar {
	width: 7px;
	background-color: #202544;
}

textarea::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #202544;
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:active,
select:focus,
select:hover,
.ginput_container.ginput_container_fileupload:hover {
	border-color: #202544;
	outline: none;
}

.ginput_container.ginput_container_fileupload:hover {
	border-color: #202544 !important;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-clear-button {
	cursor: pointer;
	opacity: 0;
}

input[type="range"] {
	cursor: -webkit-grab;
	cursor: grab;
}

input[type="range"]:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

input[type="date"] {
	background: url(assets/images/icon-calendar-grey.svg) calc(100% - 24px) center/24px 26px no-repeat;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 28px;
	min-width: 28px;
	height: 28px;
	min-height: 28px;
	padding: 0;
	line-height: normal;
	border: solid 1px #f0f0f0;
	cursor: pointer;
	background: center/14px 10px no-repeat;
	background-color: #f4f7fb;
	box-sizing: border-box;
	padding: 0;
	cursor: pointer;
	transition: .3s;
}

input[type="checkbox"] {
	border-radius: 5px;
	margin-right: 13px;
}

input[type="checkbox"]:checked {
	background-image: url(assets/images/icon-checkmark-darkgrey.svg);
}

input[type="checkbox"]:hover,
input[type="checkbox"]:checked {
	border-color: #202544;
}

input[type="radio"] {
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
	border-radius: 50%;
	background-color: #fff;
	transition: border-color .3s;
}

input[type="radio"]:checked {
	border-width: 6px;
	border-color: #fff;
	background-color: #b5bbdd;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 16px;
	border: 0;
	overflow: visible;
	box-shadow: none;
	-webkit-appearance: button
}

button:not(:disabled),
input[type=submit]:not(:disabled),
input[type=reset]:not(:disabled),
input[type=button]:not(:disabled),
select {
	cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

button,
select {
	text-transform: none
}

fieldset {
	min-width: 0;
	border: 0
}

progress {
	vertical-align: baseline
}

table {
	font-size: 14px;
	border-collapse: collapse;
	border-spacing: 0
}

th,
td {
	vertical-align: middle;
}

audio,
video {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dd {
	margin-left: 0
}

pre,
code,
kbd,
samp {
	font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

svg {
	overflow: hidden;
	vertical-align: middle
}

.container {
	width: calc(100% - 40px);
	margin: 0 auto;
}

[hidden] {
	display: none !important
}

abbr[title] {
	border-bottom: none;
	text-decoration: none;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}



/* WORDPRESS RESET & PLUGIN STANDARD WHELLO */
.wpb_wrapper .wpb_content_element {
	margin-bottom: 0;
}

body>.site {
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body>.site>.site-main {
	flex: 1 0 auto;
}

.vc_row>.wpb_column.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

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



/* PAGINATION STYLE */
.pagination,
.tw-pagination,
.woocommerce-pagination ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
	width: 100%;
	margin-top: 75px;
}

.woocommerce-pagination ul.page-numbers li,
.tw-pagination li {
	width: auto;
	list-style: none;
	margin-left: 0;
}

.tw-pagination .next,
.tw-pagination .prev {
	display: none;
}

.pagination .page-numbers.current,
.tw-pagination .page.current,
.woocommerce-pagination ul.page-numbers .page-numbers.current {
	background-color: #fed664;
	color: #fff;
}

.pagination .page-numbers,
.tw-pagination .page,
.woocommerce-pagination ul.page-numbers .page-numbers {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 18px;
	color: #fed664;
	background-color: rgba(0, 0, 0, 0);
	transition: .2s;
}

.pagination .page-numbers:not(:last-child),
.tw-pagination .page:not(:last-child),
.woocommerce-pagination ul.page-numbers li:not(:last-child) {
	margin-right: 10px;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination ul.page-numbers .next,
.woocommerce-pagination ul.page-numbers .prev {
	width: 30px;
	border-radius: 0;
	font-size: 30px;
	line-height: 1;
	padding-bottom: 6px;
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover,
.woocommerce-pagination ul.page-numbers .next:hover,
.woocommerce-pagination ul.page-numbers .prev:hover {
	color: #fed664;
	background-color: rgba(0, 0, 0, 0);
}




/* LISTING STYLE */
.listing,
.listing .thumbnail-item {
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
}

.listing .listing-item,
.listing .wpb_column {
	position: relative;
}

.listing .listing-item {
	cursor: pointer;
}

.listing .wpb_column {
	float: none;
}

ul.listing li {
	list-style: none;
	margin-left: 0;
}

.vc_row.listing,
.vc_row.listing .vc_inner {
	margin: 0;
}

.vc_row.listing:before,
.vc_row.listing:after,
.vc_row.listing .vc_column-inner:before,
.vc_row.listing .vc_column-inner:after,
.vc_row.listing .vc_inner:before,
.vc_row.listing .vc_inner:after {
	display: none;
}

.vc_row.listing .wpb_column {
	float: none;
}

.vc_row.listing .wpb_column>.vc_column-inner {
	padding: 0;
}

@media screen and (min-width:0\0) and (min-resolution:+72dpi) {
	.listing {
		width: calc(100% + 1px);
	}
}

.vc_row.listing {
	width: 100%;
	margin: 0;
}

.vc_row.listing .vc_column-inner {
	padding: 0;
}

.site .listing[class*="lists-"] .listing-item:last-child,
.site .listing[class*="lists-"] .wpb_column:last-child {
	margin-right: 0;
}

.listing .title-listing,
.listing .content-item p,
.listing .wpb_text_column * {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}




/* CTA STYLE */
div.vc_btn3-container {
	margin-bottom: 0;
}

.vc_btn3-container a.vc_btn3:focus,
.vc_btn3-container button.vc_btn3:focus {
	background-color: rgba(0, 0, 0, 0);
}

header.woocommerce-Address-title a.edit,
form[class*="woocommerce"] button[type=submit],
.checkout-wizard #payment button#place_order,
.checkout-wizard .actions li a[href="#next"],
.summary-product-cart-button a.added_to_cart,
form.woocommerce-cart-form .coupon.coupon-form .button,
body[class*=woocommerce] .cart-wrapper .cart-collaterals a.checkout-button,
.summary-product-cart-button a.button,
.gform_wrapper .gform_button,
.vc_btn3-container[class*="btn-"] a.vc_btn3,
.vc_btn3-container[class*="btn-"] button.vc_btn3,
a[class*="btn-"],
[class*="btn-"] a,
button[class*="btn-"],
[class*="btn-"] button,
input[class*="btn-"],
[class*="btn-"] input {
	line-height: 1;
	color: #404141;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	border-color: rgba(0, 0, 0, 0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.vc_btn3-container[class*="btn-icon"] a.vc_btn3,
.vc_btn3-container[class*="btn-icon"] button.vc_btn3,
a[class*="btn-icon"],
[class*="btn-icon"] a,
button[class*="btn-icon"],
[class*="btn-icon"] button,
.gform_wrapper .gform_button,
.summary-product-cart-button a.button,
body[class*=woocommerce] .cart-wrapper .cart-collaterals a.checkout-button,
form.woocommerce-cart-form .coupon.coupon-form .button,
.summary-product-cart-button a.added_to_cart,
.checkout-wizard .actions li a[href="#next"],
.checkout-wizard #payment button#place_order,
form[class*="woocommerce"] button[type=submit],
header.woocommerce-Address-title a.edit {
	padding: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.vc_btn3-container[class*="btn-icon"] a.vc_btn3:after,
.vc_btn3-container[class*="btn-icon"] button.vc_btn3:after,
a[class*="btn-icon"]:after,
[class*="btn-icon"] a:after,
button[class*="btn-icon"]:after,
[class*="btn-icon"] button:after,
.gform_wrapper .gform_button:after,
.summary-product-cart-button a.button:after,
body[class*=woocommerce] .cart-wrapper .cart-collaterals a.checkout-button:after,
form.woocommerce-cart-form .coupon.coupon-form .button:after,
.summary-product-cart-button a.added_to_cart:after,
.checkout-wizard .actions li a[href="#next"]:after,
.checkout-wizard #payment button#place_order:after,
form[class*="woocommerce"] button[type=submit]:after,
header.woocommerce-Address-title a.edit:after {
	content: '';
	display: inline-block;
	margin-left: 12px;
	background-position: center right;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translateZ(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.vc_btn3-container[class*="btn-icon"]:not(.btn-icon-noanimate) a.vc_btn3:hover:after,
.vc_btn3-container[class*="btn-icon"]:not(.btn-icon-noanimate) button.vc_btn3:hover:after,
a[class*="btn-icon"]:not(.btn-icon-noanimate):hover:after,
[class*="btn-icon"]:not(.btn-icon-noanimate) a:hover:after,
button[class*="btn-icon"]:not(.btn-icon-noanimate):hover:after,
[class*="btn-icon"]:not(.btn-icon-noanimate) button:hover:after,
.gform_wrapper .gform_button:hover:after,
.summary-product-cart-button a.button:hover:after,
body[class*=woocommerce] .cart-wrapper .cart-collaterals a.checkout-button:hover:after,
form.woocommerce-cart-form .coupon.coupon-form .button:hover:after,
.summary-product-cart-button a.added_to_cart:hover:after,
.checkout-wizard .actions li a[href="#next"]:hover:after,
.checkout-wizard #payment button#place_order:hover:after,
form[class*="woocommerce"] button[type=submit]:hover:after,
header.woocommerce-Address-title a.edit:hover:after {
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-o-transform: translateX(3px);
	transform: translateX(3px);
}

.vc_btn3-container[class*="btn-flat-"] a.vc_btn3,
.vc_btn3-container[class*="btn-flat-"] button.vc_btn3,
a[class*="btn-flat-"],
[class*="btn-flat-"] a,
button[class*="btn-flat-"],
[class*="btn-flat-"] button,
input[class*="btn-flat-"],
[class*="btn-flat-"] input,
.vc_btn3-container[class*="btn-outline"] a.vc_btn3,
.vc_btn3-container[class*="btn-outline"] button.vc_btn3,
a[class*="btn-outline"],
[class*="btn-outline"] a,
button[class*="btn-outline"],
[class*="btn-outline"] button,
input[class*="btn-outline"],
[class*="btn-outline"] input,
.gform_wrapper .gform_button,
.summary-product-cart-button a.button,
body[class*=woocommerce] .cart-wrapper .cart-collaterals a.checkout-button,
form.woocommerce-cart-form .coupon.coupon-form .button,
.summary-product-cart-button a.added_to_cart,
.checkout-wizard .actions li a[href="#next"],
.checkout-wizard #payment button#place_order,
form[class*="woocommerce"] button[type=submit],
header.woocommerce-Address-title a.edit {
	border-radius: 30px;
	border: 1px solid;
	height: 48px;
	padding: 0 24px;
}

.vc_btn3-container[class*="btn-outline"] a.vc_btn3,
.vc_btn3-container[class*="btn-outline"] button.vc_btn3,
a[class*="btn-outline"],
[class*="btn-outline"] a,
button[class*="btn-outline"],
[class*="btn-outline"] button,
input[class*="btn-outline"],
[class*="btn-outline"] input {
	background-color: rgba(0, 0, 0, 0);
}

header.woocommerce-Address-title a.edit,
form[class*="woocommerce"] button[type=submit],
.checkout-wizard #payment button#place_order,
.checkout-wizard .actions li a[href="#next"],
.summary-product-cart-button a.added_to_cart,
form.woocommerce-cart-form .coupon.coupon-form .button,
body[class*=woocommerce] .cart-wrapper .cart-collaterals a.checkout-button,
.summary-product-cart-button a.button,
.gform_wrapper .gform_button,
.vc_btn3-container[class*="btn-flat-"] a.vc_btn3,
.vc_btn3-container[class*="btn-flat-"] button.vc_btn3,
.vc_btn3-container[class*="btn-flat-"][class*="btn-icon"] a.vc_btn3:hover,
.vc_btn3-container[class*="btn-flat-"][class*="btn-icon"] button.vc_btn3:hover,
a[class*="btn-flat-"],
[class*="btn-flat-"] a,
button[class*="btn-flat-"],
[class*="btn-flat-"] button,
input[class*="btn-flat-"],
[class*="btn-flat-"] input,
.vc_btn3-container[class*="btn-outline"] a.vc_btn3:hover,
.vc_btn3-container[class*="btn-outline"] button.vc_btn3:hover,
a[class*="btn-outline"]:hover,
[class*="btn-outline"] a:hover,
button[class*="btn-outline"]:hover,
[class*="btn-outline"] button:hover,
input[class*="btn-outline"]:hover,
[class*="btn-outline"] input:hover {
	color: #fff;
}

.vc_btn3-container.btn-icon-reverse a.vc_btn3,
.vc_btn3-container.btn-icon-reverse button.vc_btn3,
a.btn-icon-reverse,
.btn-icon-reverse a,
button.btn-icon-reverse,
.btn-icon-reverse button {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.vc_btn3-container.btn-icon-reverse a.vc_btn3:after,
.vc_btn3-container.btn-icon-reverse button.vc_btn3:after,
a.btn-icon-reverse:after,
.btn-icon-reverse a:after,
button.btn-icon-reverse:after,
.btn-icon-reverse button:after {
	margin-right: 8px;
	margin-left: 0;
}

.vc_btn3-container.btn-icon-reverse[class*="btn-icon-arrow"] a.vc_btn3:after,
.vc_btn3-container.btn-icon-reverse[class*="btn-icon-arrow"] button.vc_btn3:after,
a.btn-icon-reverse[class*="btn-icon-arrow"]:after,
.btn-icon-reverse[class*="btn-icon-arrow"] a:after,
button.btn-icon-reverse[class*="btn-icon-arrow"]:after,
.btn-icon-reverse[class*="btn-icon-arrow"] button:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.vc_btn3-container.btn-icon-reverse:not(.btn-icon-noanimate)[class*="btn-icon-arrow"] a.vc_btn3:hover:after,
.vc_btn3-container.btn-icon-reverse:not(.btn-icon-noanimate)[class*="btn-icon-arrow"] button.vc_btn3:hover:after,
a.btn-icon-reverse:not(.btn-icon-noanimate)[class*="btn-icon-arrow"]:hover:after,
.btn-icon-reverse:not(.btn-icon-noanimate)[class*="btn-icon-arrow"] a:hover:after,
button.btn-icon-reverse:not(.btn-icon-noanimate)[class*="btn-icon-arrow"]:hover:after,
.btn-icon-reverse:not(.btn-icon-noanimate)[class*="btn-icon-arrow"] button:hover:after {
	-webkit-transform: rotate(180deg) translateX(3px);
	-moz-transform: rotate(180deg) translateX(3px);
	-ms-transform: rotate(180deg) translateX(3px);
	-o-transform: rotate(180deg) translateX(3px);
	transform: rotate(180deg) translateX(3px);
}

.vc_btn3-container.btn-icon-rotatebottom a.vc_btn3:after,
.vc_btn3-container.btn-icon-rotatebottom button.vc_btn3:after,
a.btn-icon-rotatebottom:after,
.btn-icon-rotatebottom a:after,
button.btn-icon-rotatebottom:after,
.btn-icon-rotatebottom button:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.vc_btn3-container.btn-icon-rotatebottom:not(.btn-icon-noanimate) a.vc_btn3:hover:after,
.vc_btn3-container.btn-icon-rotatebottom:not(.btn-icon-noanimate) button.vc_btn3:hover:after,
a.btn-icon-rotatebottom:not(.btn-icon-noanimate):hover:after,
.btn-icon-rotatebottom:not(.btn-icon-noanimate) a:hover:after,
button.btn-icon-rotatebottom:not(.btn-icon-noanimate):hover:after,
.btn-icon-rotatebottom:not(.btn-icon-noanimate) button:hover:after {
	-webkit-transform: rotate(90deg) translateX(3px);
	-moz-transform: rotate(90deg) translateX(3px);
	-ms-transform: rotate(90deg) translateX(3px);
	-o-transform: rotate(90deg) translateX(3px);
	transform: rotate(90deg) translateX(3px);
}

.vc_btn3-container.btn-icon-arrow-bowwhite a.vc_btn3:after,
.vc_btn3-container.btn-icon-arrow-bowwhite button.vc_btn3:after,
a.btn-icon-arrow-bowwhite:after,
.btn-icon-arrow-bowwhite a:after,
button.btn-icon-arrow-bowwhite:after,
.btn-icon-arrow-bowwhite button:after,
.gform_wrapper .gform_button:after,
.summary-product-cart-button a:not(.added):not(.loading).button:after,
body[class*=woocommerce] .cart-wrapper .cart-collaterals a.checkout-button:after,
form.woocommerce-cart-form .coupon.coupon-form .button:after,
.summary-product-cart-button a.added_to_cart:after,
.checkout-wizard .actions li a[href="#next"]:after,
.checkout-wizard #payment button#place_order:after,
form[class*="woocommerce"] button[type=submit]:after,
header.woocommerce-Address-title a.edit:after {
	min-width: 10px;
	min-height: 10px;
	background-image: url(/wp-content/uploads/2021/05/fast-forward-double-right-arrows-white.svg);
}

input.btn-icon-arrow-bowwhite {
	background: url(/wp-content/uploads/2021/05/fast-forward-double-right-arrows-white.svg) -webkit-calc(100% - 30px) center/10px no-repeat;
	background: url(/wp-content/uploads/2021/05/fast-forward-double-right-arrows-white.svg) -moz-calc(100% - 30px) center/10px no-repeat;
	background: url(/wp-content/uploads/2021/05/fast-forward-double-right-arrows-white.svg) calc(100% - 30px) center/10px no-repeat;
	background: url(/wp-content/uploads/2021/05/fast-forward-double-right-arrows-white.svg) calc(100% - 30px) center/10px no-repeat;
	background: url(/wp-content/uploads/2021/05/fast-forward-double-right-arrows-white.svg) calc(100% - 30px) center/10px no-repeat;
}


.vc_btn3-container.btn-icon-arrow-boworange a.vc_btn3:after,
.vc_btn3-container.btn-icon-arrow-boworange button.vc_btn3:after,
a.btn-icon-arrow-boworange:after,
.btn-icon-arrow-boworange a:after,
button.btn-icon-arrow-boworange:after,
.btn-icon-arrow-boworange button:after {
	min-width: 10px;
	min-height: 10px;
	background-image: url(/wp-content/uploads/2021/05/fast-forward-double-right-arrows-orange.svg);
}

input.btn-icon-arrow-boworange {
	background: url(/wp-content/uploads/2021/05/fast-forward-double-right-arrows-orange.svg) -webkit-calc(100% - 30px) center/10px no-repeat;
	background: url(/wp-content/uploads/2021/05/fast-forward-double-right-arrows-orange.svg) -moz-calc(100% - 30px) center/10px no-repeat;
	background: url(/wp-content/uploads/2021/05/fast-forward-double-right-arrows-orange.svg) calc(100% - 30px) center/10px no-repeat;
	background: url(/wp-content/uploads/2021/05/fast-forward-double-right-arrows-orange.svg) calc(100% - 30px) center/10px no-repeat;
	background: url(/wp-content/uploads/2021/05/fast-forward-double-right-arrows-orange.svg) calc(100% - 30px) center/10px no-repeat;
}


@supports (not (-ms-ime-align:auto)) {

	input[type=submit]:hover,
	input[type=reset]:hover,
	input[type=button]:hover {
		background-position: -webkit-calc(100% - 27px) center;
		background-position: -moz-calc(100% - 27px) center;
		background-position: calc(100% - 27px) center;
	}
}

.vc_btn3-container.btn-outline-yellow a.vc_btn3,
.vc_btn3-container.btn-outline-yellow button.vc_btn3,
.vc_btn3-container.btn-outline-yellow[class*="btn-icon"] a.vc_btn3:hover,
.vc_btn3-container.btn-outline-yellow[class*="btn-icon"] button.vc_btn3:hover,
a.btn-outline-yellow,
.btn-outline-yellow a,
button.btn-outline-yellow,
.btn-outline-yellow button,
input.btn-outline-yellow,
.btn-outline-yellow input {
	border-color: #fed664;
}

.vc_btn3-container.btn-flat-orange a.vc_btn3,
.vc_btn3-container.btn-flat-orange button.vc_btn3,
.vc_btn3-container.btn-flat-orange[class*="btn-icon"] a.vc_btn3:hover,
.vc_btn3-container.btn-flat-orange[class*="btn-icon"] button.vc_btn3:hover,
a.btn-flat-orange,
.btn-flat-orange a,
button.btn-flat-orange,
.btn-flat-orange button,
input.btn-flat-orange,
.btn-flat-orange input,
.gform_wrapper .gform_button,
.summary-product-cart-button a.button,
body[class*=woocommerce] .cart-wrapper .cart-collaterals a.checkout-button,
form.woocommerce-cart-form .coupon.coupon-form .button,
.summary-product-cart-button a.added_to_cart,
.checkout-wizard .actions li a[href="#next"],
.checkout-wizard #payment button#place_order,
form[class*="woocommerce"] button[type=submit],
header.woocommerce-Address-title a.edit {
	border-color: #f2b10a;
	background: #f2b10a;
}


.vc_btn3-container .vc_btn3.vc_general,
.vc_btn3-container .vc_btn3.vc_general:hover {
	background-image: none;
	background-color: rgba(0, 0, 0, 0);
}





/* LIST BULLET STYLE */
[class*="list-bullet"] ul,
[class*="list-bullet"] ol,
[class*="list-bullet"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-left: 0;
}


[class*="list-bullet"] ul,
[class*="list-bullet"] ol {
	margin-top: 20px;
}

[class*="list-bullet"] li {
	position: relative;
	padding-left: 25px;
	line-height: normal;
	list-style: none;
}

[class*="list-bullet"] li:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background: center/contain no-repeat rgba(0, 0, 0, 0);
}

[class*="list-bullet"] li:not(:last-child) {
	margin-bottom: 7px;
}

.list-bullet-greencheck li:before {
	background-image: url(/wp-content/uploads/2021/05/list.svg);
}




/* SLICK SLIDER RESET STYLE */

.slick-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.slick-slider .slick-slide {
	float: none;
}

.slick-slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.slick-slider .slick-dots {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 10px;
	padding: 0;
}

.slick-slider .slick-dots li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	margin-bottom: 0;
}

.slick-slider .slick-dots li:not(:last-child) {
	margin-right: 16px;
}

.slick-slider .slick-dots button {
	width: 10px;
	height: 10px;
	border: 1px solid #c2d1d9;
	background-color: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.slick-slider .slick-dots button:hover {
	border-color: #424b5a;
}

.slick-dots .slick-active button {
	background-color: #424b5a;
	border-color: #424b5a;
}

.slick-slider .slick-arrow {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 44px;
	height: 44px;
	font-size: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	background: rgba(0, 0, 0, 0) center/44px 44px no-repeat;
}

.slick-slider.slick-dotted .slick-arrow {
	top: -webkit-calc(50% - 20px);
	top: -moz-calc(50% - 20px);
	top: calc(50% - 20px);
}

.slick-slider .slick-prev.slick-arrow {
	background-image: url(/wp-content/uploads/2021/05/oval-prev.svg);
}

.slick-slider .slick-prev.slick-arrow {
	right: 60px;
}

.slick-slider .slick-next.slick-arrow {
	right: 0;
}

.slick-slider .slick-next.slick-arrow {
	background-image: url(/wp-content/uploads/2021/05/oval-next.svg);
}

.slick-slider .slick-arrow.slick-disabled {
	opacity: 0.4;
}




/* RESET NICE SELECT STYLE */
div.nice-select {
	font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	width: 100%;
	background-color: #f4f7fb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	caret-color: #f0f0f0;
	border: solid 1px #f0f0f0;
	height: 49px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000000;
	padding: 13px 17px;
	padding-right: 45px;
	font-size: 14px;
	-webkit-appreance: none;
	word-break: normal;
	transition: .2s;
}

div.nice-select:after {
	border: none;
	width: 14px;
	height: 14px;
	background: url(/wp-content/uploads/2021/05/angle-down.svg) center/contain no-repeat;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
}

div.nice-select.open:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

div.nice-select.open .list {
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
}

div.nice-select>.current {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

div.nice-select .list {
	width: 100%;
	max-height: 300px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 16px;
}

div.nice-select .list .option {
	padding: 18px 30px;
	margin-bottom: 0;
	line-height: 1;
	min-height: auto;
}

div.nice-select .list .option.selected {
	font-weight: inherit;
}

div.nice-select .option:hover,
div.nice-select .option.focus,
div.nice-select .option.selected.focus {
	background-color: #f4f7fb;
}

div.nice-select:hover {
	border-color: #202544;
}



/* HIDDEN IN DASHBOARD */
.option[data-value="#hidden"],
option[value="#hidden"] {
	display: none;
}


/*Checkout Woo*/
#checkout_wizard [role=tablist] {
	display: none;
}

input.error, textarea.error {
    border-color: #f35926;
    background: rgb(247 190 104 / 50%);
}

input.valid, textarea.valid {
    border-color: #07cd6b;
}
