<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Additional styling for OneBackend
Author: GeekRoom.pl

*/


/*******************************************************
***********************SOME STUFF
******************************************************/

* {
	background-repeat: no-repeat;
}

html {
	font-size: 18px;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body,
html {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Inter', 'Arial', sans-serif;
	color: #333;
	line-height: 1;
}

body {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.15;
	color: #333;
	font-weight: 400;
	font-family: 'Inter', 'Arial', sans-serif;
	margin: 0 0 .5em 0;
}

h1, .h1 {
	font-size: 2.0736rem;
}

h2, .h2 {
	font-size: 1.728rem;
}

h3, .h3 {
	font-size: 1.44rem;
}

h4, .h4 {
	font-size: 1.2rem;
}

h5, .h5 {
	font-size: 1rem;
}

h6, .h6 {
	font-size: 0.8333rem;
}

a,
a:visited {
	color: #337ab7;
	text-decoration: none;
	-webkit-transition: 0.2s background ease-out;
	-moz-transition: 0.2s background ease-out;
	transition: 0.2s background ease-out;
}

a:hover,
a:active,
a:focus,
a.hover {
	color: #337ab7;
	text-decoration: none;
}

/* BUTTONS */

.btn,
.btn:visited,
input.btn,
button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce .button {
	border-radius: 0;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 1.225em 1.75em 1.225em 1.75em;
	color: #ccc;
	font-family: 'Inter', 'Arial', sans-serif;
	-webkit-transition: 0.2s all ease-out;
	-moz-transition: 0.2s all ease-out;
	transition: 0.2s all ease-out;
	line-height: 1;
	background-color: #fff;
	box-sizing: border-box;
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: bold;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce div.product form.cart .button.disabled,
.woocommerce-account form.lost_reset_password button[type=submit]:disabled {
	padding: 1.225em 1.75em 1.225em 1.75em !important;
}

.btn-default,
.btn-default:visited,
input.btn-default,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce .button {
	background-color: #fff;
	border-color: #1a1a1a;
	color: #1a1a1a;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.hover,
.btn-default:hover:active,
.btn-default:active:focus,
.woocommerce button.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce .button:hover,
.woocommerce .button:active,
.woocommerce .button:focus {
	background-color: #fff;
	border-color: #2a2a2a;
	color: #2a2a2a;
}

.btn-primary,
.btn-primary:visited,
input.btn-primary,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.alt,
.woocommerce .button.alt,
.woocommerce button.button[type=submit],
.woocommerce-account form.lost_reset_password button[type=submit]:disabled {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.hover,
.btn-primary:hover:active,
.btn-primary:active:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:active,
.woocommerce a.button.alt:focus,
.woocommerce .button.alt:hover,
.woocommerce .button.alt:active,
.woocommerce .button.alt:focus,
.woocommerce button.button[type=submit]:hover,
.woocommerce button.button[type=submit]:focus,
.woocommerce button.button[type=submit]:active,
.woocommerce-account form.lost_reset_password button[type=submit]:hover:disabled,
.woocommerce-account form.lost_reset_password button[type=submit]:focus:disabled,
.woocommerce-account form.lost_reset_password button[type=submit]:active:disabled {
	background-color: #2a2a2a;
	border-color: #2a2a2a;
	color: #fff;
}

.btn-secondary,
.btn-secondary:visited,
input.btn-secondary {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.hover {
	background-color: #eea236;
	border-color: #eea236;
	color: #fff;
}

.btn-white,
.btn-white:visited,
input.btn-white {
	background-color: #fff;
	border-color: #337ab7;
	color: #337ab7;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus,
.btn-white.hover {
	background-color: #337ab7;
	border-color: #337ab7;
	color: #fff;
}

.btn.disabled,
.btn.disabled:visited,
input.btn.disabled,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #e5e5e5;
	border-color: #e5e5e5;
	color: #999;
	cursor: not-allowed;
}

.btn.disabled:hover,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled.hover {
	background-color: #d6d6d6;
	border-color: #d6d6d6;
	color: #999;
}

.btn-xl,
input.btn-xl {
	font-size: 28px;
}

.btn-lg,
input.btn-lg {
	font-size: 21px;
}

.btn-sm,
input.btn-sm {
	font-size: 12px;
}

.btn-xs,
input.btn-xs {
	font-size: 10px;
}

.btn-100,
input.btn-100 {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.btn-center,
input.btn-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.btn-arrow:after,
input.btn-arrow:after {
	content: '\f105';
	padding-left: .5em;
	font-family: 'FontAwesome';
	font-size: .8333em;
}

.btn-no-border,
.no-border {
	border: none !important;
}

.btn-no-border:active,
.no-border:active,
.btn-no-border:focus,
.no-border:focus {
	box-shadow: none !important;
}


/* NO SELECT */


.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}

/* INPUTS */
input {
	color: #383838;
}


input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=search],
input[type=password],
input[type=file],
textarea,
textarea.form-control {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	font-size: 16px;
	padding: .2em .5em .4em .5em;
	color: #383838;
	line-height: 16px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: top;
}

textarea,
textarea.form-control {
	line-height: 1.6;
}

input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777777;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777777;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777777;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777777;
}

ul, ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: disc;
}

.clear {
	clear: both;
}

a.svg {
	position: relative;
	display: inline-block;
}

a.svg:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

label,
.label {
	font-weight: normal;
	color: #3d3d3d;
}

.wp-caption {
	border: none;
}

::selection {
	color: #fff;
  background: #fb5e66; /* WebKit/Blink Browsers */
}

::-moz-selection {
	color: #fff;
  background: #fb5e66; /* Gecko Browsers */
}

legend {
	border: none;
}

.row.equal-columns {
	overflow: hidden;
}

.row.equal-columns &gt; [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

/* RATIOS */

.ratio-16-9,
.ratio-4-3,
.ratio-2-1,
.ratio-1-1 {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ratio-16-9:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.ratio-4-3:before{
	content: "";
	display: block;
	padding-top: 75%;
}
.ratio-2-1:before{
	content: "";
	display: block;
	padding-top: 50%;
}
.ratio-1-1:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.ratio-16-9 &gt; *,
.ratio-4-3 &gt; *,
.ratio-2-1 &gt; *,
.ratio-1-1 &gt; * {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.focus-outline {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  outline: rgba(15,153,248,.8) auto 5px;
  outline: -webkit-focus-ring-color auto 5px;
  outline: Highlight auto 5px;
  outline-offset: -2px;
}

a.visible-on-focus:focus {
  width: auto;
  height: auto;
  font-size: 10px;
  border: none;
  padding-left: 5px !important;
  position: static;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

form.search-form &gt; * {
	vertical-align: top;
}

.has-img-bckg {
	position: relative;
	overflow: hidden;
}

img.img-bckg-contain,
img.img-bckg-cover {
	position: absolute;
	left: -10000%;
	right: -10000%;
	top: -10000%;
	bottom: -10000%;
	margin: auto auto;
	width: auto;
	height: auto;
	z-index: 1;
}

img.img-bckg-contain {
	max-width: 10%;
	max-height: 10%;
	min-width: initial;
	min-height: initial;
	-webkit-transform: scale(10);
	transform: scale(10);
}

img.img-bckg-cover {
	min-width: 1000%;
	min-height: 1000%;
	max-width: initial;
	max-height: initial;
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
}

.page-content,
.entry-content,
.entry-summary {
	margin-top: 0;
}

.hentry {
	margin-bottom: 0;
}

a.gk-edit-link {
	position: fixed;
	left: 15px;
	bottom: 15px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	color: #0073aa;
	background-color: #fff;
	z-index: 99999;
	border-radius: 99999em;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}


/*******************************************************
*********************** HEADER &amp;&amp; MENU
******************************************************/

.navbar-brand {
	cursor: pointer;
}

.navbar {
	border-radius: 0px;
	border: none;
	margin-bottom: 45px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

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

	.dropdown-menu li:hover &gt; .sub-menu {
	    visibility: visible;
	}

	.dropdown:hover &gt; .dropdown-menu {
	    display: block;
	}

}

/* dropdown-submenus */

.dropdown-submenu {
	position:relative;
}

.dropdown-submenu &gt;.dropdown-menu {
	top:0;left:100%;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}

.dropdown-submenu:active &gt; .dropdown-menu,
.dropdown-submenu:hover &gt; .dropdown-menu {
	display: block;
}

.dropdown-submenu &gt; a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#ccc;
	margin-top:5px;
}

.dropdown-submenu:active &gt; a:after{
	border-left-color:#fff;
}

.dropdown-submenu.pull-left {
	float:none;
}

.dropdown-submenu.pull-left &gt; .dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}

.last-of-menu {
  padding: 0 !important;
  margin: 0;
}

.navbar-nav &gt; li &gt; .dropdown-menu {
  z-index: 100000;
}

.navbar-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 105px;
}

.navbar-header {
	flex: 0 0 auto;
	width: auto;
	margin-right: auto;
	order: 1;
	float: none;
}

.navbar-header img.custom-logo {
	height: 39px;
	width: auto;
}

.navbar-default .navbar-collapse {
	flex: 0 0 auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 45px;
	order: 2;
}

.navbar-nav {
	float: none;
}

.navbar-nav &gt; li {
	margin: 0 15px;
}

.navbar-nav &gt; li:last-child {
	margin: 0;
}

.navbar-default .navbar-nav &gt; li a,
.navbar-default .navbar-nav &gt; li &gt; a,
.navbar-default .navbar-nav &gt; li &gt; a:focus,
.navbar-default .navbar-nav &gt; li &gt; a:hover {
	color: #333;
}

.navbar-nav &gt; li &gt; a {
	padding: 0;
	font-size: 18px;
}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:focus,
.navbar-default .navbar-nav &gt; .active &gt; a:hover {
	background-color: #fff;
	color: #333;
}

.navbar-default .navbar-nav &gt; li .dropdown-menu {
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding-left: 0;
    padding-right: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-nav &gt; li &gt; .dropdown-menu {
	padding-top: 8px;
    left: -15px;
    right: -15px;
    min-width: 220px;
}

.navbar-nav .dropdown-menu li,
.navbar-nav .dropdown-menu li &gt; a {
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	white-space: initial;
}

.navbar-nav .dropdown-menu li {
	padding: 0;
	margin: 0;
}

.navbar-nav .dropdown-menu li &gt; a {
	padding: 9px 15px;
	margin: 0;
}

.navbar-nav .dropdown-menu li:hover &gt; a,
.navbar-nav .dropdown-menu li:focus &gt; a,
.navbar-nav .dropdown-menu li:active &gt; a,
.navbar-nav .dropdown-menu &gt; li.active &gt; a,
.navbar-nav .dropdown-menu &gt; li.active &gt; a:hover,
.navbar-nav .dropdown-menu &gt; li.active &gt; a:focus {
	background-color: #333;
	color: #fff;
}

.navbar-default .navbar-nav .caret {
	border: none;
    height: 8px;
    width: 10px;
    position: relative;
}

.navbar-default .navbar-nav .caret:before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 12px;
}

.gk-header-myaccount {
	flex: 0 0 auto;
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	order: 9;
	margin-right: 23px;
}

.gk-header-myaccount .header-myaccount-icon-wrap {
	flex: 0 0 28px;
	position: relative;
	font-size: 24px;
	padding-top: 4px;
}

.gk-header-cart {
	flex: 0 0 auto;
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	order: 10;
}

body.woocommerce-cart .gk-header-cart {
	display: none;
}

.gk-header-cart .header-cart-icon-wrap {
	flex: 0 0 28px;
	position: relative;
	font-size: 28px;
	padding-top: 3px;
}

.gk-header-cart .header-cart-count {
	position: absolute;
	z-index: 2;
	top: -5px;
	right: -10px;
	background-color: #333;
	font-weight: bold;
	color: #fff;
	line-height: 14px;
	font-size: 14px;
	padding: 4px 6px;
	min-width: 22px;
	text-align: center;
	border-radius: 99999em;
}

.gk-header-cart .header-cart-desc {
	margin-left: 15px;
}

.gk-header-cart .header-cart-content-price {
	font-size: 14px;
	line-height: 1;
	color: #333;
	font-weight: bold;
}

.gk-header-cart .header-cart-content-price .amount {
	font-weight: bold;
}


/*******************************************************
*********************** WOOCOMMERCE INPUTS
******************************************************/

form .form-row {
	position: relative;
}

.woocommerce form .form-row {
	position: relative;
	padding-left: 0;
	margin-bottom: 15px;
}

.woocommerce form .form-row label {
	line-height: 1;
	margin: 0;
}

.woocommerce form .form-row label abbr {
	cursor: default;
}

.woocommerce form .form-row:not(.form-row-checkbox) label:not(.woocommerce-form-login__rememberme):not(.checkbox):not(.radio),
.woocommerce form .form-row.form-row-radio &gt; label {
	position: absolute;
	left: 15px;
	top: 26px;
	color: #c4c4c4;
	z-index: 10;
	line-height: 1;
	padding: 0;
	margin: 0;
	transition: transform .15s ease-out, font-size .15s ease-out, opacity .15s .15s ease-out;
	transform: translateY(-10px);
	font-size: 10px;
	opacity: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.woocommerce form .form-row.is-ready:not(.form-row-checkbox) label:not(.woocommerce-form-login__rememberme):not(.checkbox):not(.radio),
.woocommerce form .form-row#billing_country_field label,
.woocommerce form .form-row#shipping_country_field label,
.woocommerce form .form-row#billing_state_field label,
.woocommerce form .form-row#shipping_state_field label {
	opacity: 1;
}

.woocommerce form .form-row.has-no-value:not(.form-row-checkbox) label:not(.woocommerce-form-login__rememberme):not(.checkbox):not(.radio) {
	transform: translateY(0);
	font-size: 14px;
	color: #686868;
}

.woocommerce form .form-row.gk-has-only-one-country label,
.woocommerce form .form-row.form-row-radio &gt; label {
	top: 0 !important;
	left: 0 !important;
	opacity: 1 !important;
	transform: none !important;
	position: static !important;
	padding-bottom: 8px !important;
	color: #686868 !important;
}

.woocommerce form .form-row.form-row-radio &gt; label {
	padding-bottom: 15px !important;
}

.woocommerce-checkout .woocommerce form .form-row#billing_country_field.gk-has-only-one-country strong,
.woocommerce-checkout.woocommerce-page form .form-row#billing_country_field.gk-has-only-one-country strong,
.woocommerce-checkout .woocommerce form .form-row#shipping_country_field.gk-has-only-one-country strong,
.woocommerce-checkout.woocommerce-page form .form-row#shipping_country_field.gk-has-only-one-country strong {
	font-weight: normal;
	font-size: 16px;
	color: #3d3d3d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
form .form-row input.input-text,
form .form-row textarea {
	position: relative;
	width: 100%;
	outline: 0;
	border: 1px solid #686868;
	transition: box-shadow .15s ease-out;
	color: #333;
	background-color: transparent;
	line-height: 1;
	font-size: 16px;
	border-radius: 2px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
	font-size: 1rem;
}

.woocommerce form .form-row input.input-text,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	padding: 27px 8px 7px 15px;
	height: 60px;
}

.woocommerce form .form-row textarea {
	padding: 27px 8px 9px 15px;
	min-height: 60px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	line-height: 1.3333;
}

.woocommerce form .form-row [placeholder]::-webkit-input-placeholder {
	opacity: 0;
	color: #686868;
}

.woocommerce form .form-row [placeholder]::-moz-placeholder {
	opacity: 0;
	color: #686868;
}

.woocommerce form .form-row [placeholder]::placeholder {
	opacity: 0;
	color: #686868;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: none;
	transition: none;
	opacity: 1;
}

.woocommerce form .form-row [placeholder]:focus::-moz-placeholder {
	-webkit-transition: none;
	transition: none;
	opacity: 1;
}

.woocommerce form .form-row [placeholder]:focus::placeholder {
	-webkit-transition: none;
	transition: none;
	opacity: 1;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #686868;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row .required {
	border-color: #ff0000;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #ff0000;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	top: 23px;
}

.woocommerce form .form-row .radio input[type="radio"],
.woocommerce form .form-row .radio-inline input[type="radio"],
.woocommerce form .form-row .woocommerce-input-wrapper input[type="radio"],
.woocommerce form .form-row .checkbox input[type="checkbox"],
.woocommerce form .form-row .checkbox-inline input[type="checkbox"],
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input[type="checkbox"],
.woocommerce-checkout .form-row#gk-gift-wrap_field input[type="checkbox"] {
	position: static;
	margin: 0;
	padding: 0;
	margin-right: 4px;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox,
.woocommerce form .form-row label.radio,
.woocommerce-page form .form-row label.radio,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label,
.woocommerce-checkout .form-row#gk-gift-wrap_field label {
	line-height: 1.15;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	text-indent: -22px;
	padding-left: 23px;
	margin-bottom: 0;
}

.woocommerce form .form-row.form-row-radio .woocommerce-input-wrapper &gt; label {
	display: block;
	padding-left: 23px;
	text-indent: 0;
	margin-top: -16px;
	margin-bottom: 8px;
}

.woocommerce form .form-row.form-row-radio .woocommerce-input-wrapper &gt; label:last-child {
	margin-bottom: 0;
}

form .form-row span.gk-form-field-description,
.woocommerce-checkout form .form-row span.gk-checkout-field-description,
.woocommerce-checkout form .form-row span.gk-checkout-field-invalid-desc {
	text-indent: 0;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 11px;
	display: block;
	opacity: .75;
	font-size: .8333rem;
	line-height: 1.3333;
}

.woocommerce-checkout form .form-row span.gk-checkout-field-invalid-desc {
	color: #ff0000;
	margin-bottom: 0;
}

.woocommerce form .form-row .select2-container {
	line-height: 1;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single {
	border-radius: 2px;
	border-color: #686868;
	height: 60px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 60px;
	padding-left: 15px;
	line-height: 60px;
	color: #333;
	font-weight: normal;
	font-size: 16px;
}

.select2-search--dropdown {
	padding: 8px 8px 8px 8px;
}

.select2-results__option {
	padding: 8px 8px 8px 15px;
}

.select2-dropdown,
.select2-container--open .select2-dropdown--below {
	border-color: #686868;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
	background-color: #f8f8f8;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #686868;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 58px;
	width: 38px;
	background-color: #f8f8f8;
	border-left: 1px solid #999;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 48%;
}

span.woocommerce-payu_recurring_terms-and-conditions-checkbox-text,
span.woocommerce-gk_payurecurring_terms-and-conditions-checkbox-text {
	text-indent: 0;
	padding: 0;
	padding-left: 4px;
}


/*******************************************************
*********************** TABS AND FAQ
******************************************************/

.wp-block-gk-faq {
	margin-top: 45px;
	margin-bottom: 45px;
}

.entry-content &gt; .wp-block-gk-faq:first-child {
	margin-top: 0;
}

body:not(.woocommerce-page) .entry-content h2.wp-block-gk-faq-title {
	margin-bottom: 23px;
	font-size: 1.728rem;
}

body.single-post:not(.woocommerce-page) article &gt; .entry-content {
	margin-bottom: 45px;
}

.product-section-faq {
	margin-bottom: 30px;
}

.faq-section-questions {
	margin-bottom: 60px;
}

.wp-block-gk-faq .faq-section-questions {
	margin-bottom: 0;
}

.faq-section-questions .faq-question-wrap:last-child {
	margin-bottom: 0;
}

.tab-wrap,
.faq-question-wrap {
	margin-bottom: 23px;
	background-color: #fff;
	padding: 23px;
	border-radius: 0;
	border: 1px solid #e5e5e5;
}

.tab-title-wrap,
.faq-question-title-wrap {
 	display: table;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.tab-title,
.faq-question-title {
	flex: 0 1 auto;
	margin: 0;
	margin-bottom: 0 !important;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.2;
}

html.gk-woocommerce .tab-title {
	font-size: 1.44rem;
	color: #686868;
}

.tab-title &gt; img,
.faq-question-title &gt; img {
	max-height: 2em !important;
	width: auto !important;
	margin-right: .5em;
}

.tab-toggle-icon,
.faq-question-toggle-icon {
	margin-left: 23px;
	flex: 0 0 auto;
	font-size: 1.728rem;
	text-align: right;
	color: #1a1a1a;
}

.tab-toggle-icon .fa,
.faq-question-toggle-icon .fa {
	vertical-align: 0;
	transition: .3s all ease-in-out;
}

.tab-wrap.active .tab-toggle-icon .fa,
.faq-question-wrap.active .faq-question-toggle-icon .fa {
	transform: rotate(-180deg);
}

.tab-title-wrap.is-empty,
.faq-question-title-wrap.is-empty {
	cursor: initial;
}

.tab-title-wrap.is-empty .tab-toggle-icon,
.faq-question-title-wrap.is-empty .faq-question-toggle-icon {
	display: none;
}

.tab-content-wrap,
.faq-question-content-wrap {
	padding-top: 23px;
	padding-bottom: 15px;
	font-size: .8333rem;
}

html.gk-woocommerce .tab-content-wrap {
	color: #686868;
	font-size: 1rem;
}

.tab-content-wrap p,
.faq-question-content-wrap p {
	line-height: 1.6;
}

body:not(.woocommerce-page) .entry-content .faq-question-content-wrap p:last-child {
	margin-bottom: 0;
}


/*******************************************************
*********************** ARCHIVES
******************************************************/

body.blog .site-main &gt; .page-header,
body.category .site-main &gt; .page-header {
	text-align: center;
	margin-top: 0;
	margin-bottom: 45px;
}

body.blog h1.page-title,
body.category h1.page-title {
	margin-bottom: 0;
}

.blog-page-desc {
	margin: 30px auto 0 auto;
	max-width: 750px;
	line-height: 1.3333;
}

.post-boxes {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.post-boxes .post-box-wrap {
	flex: 0 0 33.3333%;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.post-box {
	border: 1px solid #e5e5e5;
	padding: 15px;
	padding-bottom: 30px;
	height: 100%;
}

.post-box-thumbnail-cont {
	margin-bottom: 23px;
}

.post-box-thumbnail-cont.has-no-thumbnail {
	background-image: url( ./img/admin-logo.png );
	background-position: center center;
	background-size: 120px;
	opacity: .75;
	background-color: #f8f8f8;
}

.post-box h1.entry-title {
	font-size: 1rem;
	margin-bottom: 15px;
}

.post-box h1.entry-title a {
	color: #1a1a1a;
}

.post-box-excerpt-wrap p {
	font-size: .8333rem;
	line-height: 1.3333;
	margin: 0;
	color: #686868;
}


/*******************************************************
*********************** PAGINATION
******************************************************/

.bottom_pagination,
.woocommerce nav.woocommerce-pagination {
	margin: 45px auto;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
	margin: 0;
	padding: 0;
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	padding: 0;
	margin: 0;
}

.bottom_pagination &gt; a,
.bottom_pagination &gt; span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	text-decoration: none;
	font-weight: 400;
	font-size: 0.8333rem;
	border-radius: 0;
	border: 1px solid #e5e5e5;
	padding: 5px 15px;
	margin-left: 10px;
	color: #337ab7;
	margin-bottom: 10px;
  	display: inline-block;
}

.bottom_pagination &gt; span,
.woocommerce nav.woocommerce-pagination ul li span.current {
	font-weight: bold;
	color: #333;
	background-color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	background-color: #fff;
	color: #337ab7;
}


/*******************************************************
*********************** ARTICLE
******************************************************/

body.single-post .navbar {
	margin-bottom: 0;
}

.entry-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-header-wrap {
	position: relative;
	margin-bottom: 45px;
}

.entry-header-wrap.has-no-thumbnail {
	margin-top: 45px;
	margin-bottom: 60px;
}

.entry-header-thumbnail-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.entry-header-wrap &gt; .entry-header {
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 2;
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.entry-header-wrap.has-thumbnail &gt; .entry-header {
	display: table;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 600px;
	color: #fff;
	padding-top: 45px;
	padding-bottom: 45px;
}

.entry-header-wrap &gt; .entry-header h1.entry-title {
	font-size: 3.5832rem;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 auto;
}

.entry-header-wrap.has-thumbnail &gt; .entry-header h1.entry-title {
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,.75);
}

.entry-header-wrap &gt; .entry-header .entry-excerpt {
	line-height: 1.3333;
	font-size: 1.44rem;
	margin-top: 45px;
}

.entry-header-wrap.has-thumbnail &gt; .entry-header .entry-excerpt {
	margin-top: 75px;
}

body:not(.woocommerce-page) .entry-content {
	margin: 0;
}

body.single-post .entry-content  {
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
}

body:not(.woocommerce-page) .entry-content &gt; *:not(img):not(div) {
	max-width: 930px;
}

body:not(.woocommerce-page) .entry-content h1,
body:not(.woocommerce-page) .entry-content h2,
body:not(.woocommerce-page) .entry-content h3,
body:not(.woocommerce-page) .entry-content h4,
body:not(.woocommerce-page) .entry-content h5,
body:not(.woocommerce-page) .entry-content h6 {
	margin: 1.5em 0 .5em 0;
}

body:not(.woocommerce-page) .entry-content h1:first-child,
body:not(.woocommerce-page) .entry-content h2:first-child,
body:not(.woocommerce-page) .entry-content h3:first-child,
body:not(.woocommerce-page) .entry-content h4:first-child,
body:not(.woocommerce-page) .entry-content h5:first-child,
body:not(.woocommerce-page) .entry-content h6:first-child {
	margin-top: 0;
}

body:not(.woocommerce-page) .entry-content p {
	line-height: 1.6;
	margin-bottom: 23px;
}

body:not(.woocommerce-page) .entry-content blockquote {
	line-height: 1.6;
	margin-bottom: 23px;
	font-size: 1rem;
}

body:not(.woocommerce-page) .entry-content blockquote p:last-child {
	margin-bottom: 0;
}

body:not(.woocommerce-page) .entry-content ul,
body:not(.woocommerce-page) .entry-content ol {
	max-width: 600px;
	padding-left: 2em;
	margin-bottom: 23px;
}

body:not(.woocommerce-page) .entry-content ul {
	list-style-type: circle;
}

body:not(.woocommerce-page) .entry-content ul li,
body:not(.woocommerce-page) .entry-content ol li {
	line-height: 1.6;
	margin-bottom: 15px;
}

body:not(.woocommerce-page) .entry-content img {
	max-width: 100%;
	height: auto !important;
}

.edit-link {
	display: block;
	margin-top: 1em;
}

.edit-link,
.edit-link a {
	color: #555;
}

.edit-link a:hover {
	color: #333;
}

.wp-block-gk-researches {
	margin-top: 45px;
	margin-bottom: 45px;
}

body:not(.woocommerce-page) .entry-content h2.wp-block-gk-researches-title {
	margin-bottom: 45px;
	font-size: 2.0736;
}

.wp-block-gk-researches .researches-wrap {
	margin-bottom: 0;
}

.wp-block-gk-researches .research-wrap {
	margin-bottom: 60px;
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.wp-block-gk-researches .research-wrap:last-child {
	margin-bottom: 0;
}

.wp-block-gk-researches .research-wrap .research-icon-wrap {
	flex: 0 0 105px;
	text-align: center;
	padding-top: 8px;
}

.wp-block-gk-researches .research-wrap .research-icon-wrap .fa {
	font-size: 30px;
	color: #999;
}

.wp-block-gk-researches .research-wrap .research-content-wrap {
	flex: 0 1 auto;
}

.wp-block-gk-researches .research-title {
	line-height: 1.33333;
	color: #686868;
}

.wp-block-gk-researches a.research-link {
	display: table;
	width: auto;
	color: #1a1a1a;
	text-decoration: underline;
	margin-top: 15px;
	font-size: .8333rem;
}

.wp-block-gk-authors {
	margin-top: 45px;
	margin-bottom: 45px;
	border: 1px solid #e5e5e5;
	padding: 38px 15px;
}

.wp-block-gk-authors-wrap {
	max-width: 640px;
	margin: 0 auto;
}

body:not(.woocommerce-page) .entry-content h2.wp-block-gk-authors-title {
	margin-bottom: 45px;
	font-size: 1.2rem;
}

.wp-block-gk-authors .authors-wrap {
	margin-bottom: 0;
}

.wp-block-gk-authors .author-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 640px;
	margin-bottom: 38px;
}

.wp-block-gk-authors .author-wrap:last-child {
	margin-bottom: 0;
}

.wp-block-gk-authors .author-wrap .author-img-wrap {
	flex: 0 0 90px;
	text-align: center;
	margin-right: 30px;
}

.wp-block-gk-authors .author-wrap .author-content-wrap {
	flex: 0 1 auto;
}

.wp-block-gk-authors .author-name {
	line-height: 1.15;
	color: #686868;
	font-size: .8333rem;
	font-weight: bold;
}

.wp-block-gk-authors .author-desc-wrap {
	margin-top: 15px;
}

.wp-block-gk-authors .author-desc-wrap p {
	line-height: 1.3333;
	font-size: .8333rem;
	margin: 8px 0 0 0 !important;
	color: #686868;
}

.wp-block-gk-authors .author-desc-wrap p:first-child {
	margin: 0 !important;
}

.wp-block-gk-box {
	margin-top: 45px;
	margin-bottom: 45px;
	background-color: #f8f8f8;
	padding: 90px 45px 45px 45px;
	text-align: center;
	position: relative;
}

.wp-block-gk-box.horizontal {
	display: table;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 90px;
}

.wp-block-gk-box:before {
	content: '';
	display: block;
	position: absolute;
	top: 45px;
	border-bottom: 2px solid #686868;
	width: 150px;
	left: 50%;
	transform: translateX(-50%);
}

.wp-block-gk-box.horizontal:before {
	display: none;
}

.wp-block-gk-box &gt; *:last-child {
	margin-bottom: 0 !important;
}

.wp-block-gk-box.horizontal .box-img-wrap {
	flex: 0 0 33.3333%;
	margin-right: 45px;
}

.wp-block-gk-box.vertical .box-img-wrap {
	margin: 0 auto;
	max-width: 300px;
	margin-bottom: 45px;
}

.wp-block-gk-box .box-wysiwyg-wrap {
	margin-bottom: 45px;
}

.wp-block-gk-box .box-wysiwyg-wrap p {
	font-size: 1.2rem;
}

.wp-block-gk-box .box-wysiwyg-wrap &gt; *:last-child,
.wp-block-gk-box .box-content-wrap &gt; *:last-child {
	margin-bottom: 0 !important;
}

.wp-block-gk-box.horizontal .box-content-wrap {
	flex: 0 1 auto;
	max-width: 930px;
	text-align: left;
}

.wp-block-gk-box .box-author-wrap {
	margin-bottom: 45px;
	color: #686868;
}

.wp-block-gk-box .box-author-job {
	font-size: .8333rem;
	margin-top: 8px;
}

.wp-block-gk-box .btn-wp-block-gk-box {
	background-color: transparent !important;
	margin-bottom: 45px;
}

.wp-block-gk-box.vertical .btn-wp-block-gk-box {
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

body:not(.woocommerce-page) .entry-content .alignwide {
    margin-left: -90px;
    margin-right: -90px;
}

body:not(.woocommerce-page) .entry-content .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw !important;
}

.wp-block-gk-toc {
	margin-top: 30px;
	margin-bottom: 30px;
}

.wp-block-gk-toc ul.toc-wrap {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
}

.wp-block-gk-toc li {
	font-size: .8333rem !important;
	line-height: 1.15 !important;
}

.wp-block-gk-toc li.level-h2 {
	position: relative;
	padding-left: 1rem;
}

.wp-block-gk-toc li.level-h2:before {
	position: absolute;
	content: '';
	display: block;
	vertical-align: top;
	top: 5px;
	left: 0;
	height: 6px;
	width: 6px;
	border-radius: 99999px;
	background-color: #999;
}

.wp-block-gk-toc li.level-h3 {
	margin-left: 45px;
	list-style-type: none;
}

.wp-block-gk-toc li:last-child {
	margin-bottom: 0 !important;
}

.wp-block-gk-toc ul.toc-wrap a {
	color: #1a1a1a;
}

.single-post-share-wrap {
	margin-top: 45px;
	border: 1px solid #e5e5e5;
	padding: 23px 15px;
	text-align: center;
}

.single-post-share-title {
	font-size: 0.8333rem;
	line-height: 1.15;
	margin-bottom: 30px;
}

.share-btns-wrap {
	display: table;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.share-btns-wrap &gt; a,
.share-btns-wrap &gt; span {
	flex: 0 0 auto;
	width: 45px;
	height: 45px;
	border: 2px solid #1a1a1a;
	color: #1a1a1a;
	text-align: center;
	line-height: 45px;
	font-size: 24px;
	border-radius: 9999em;
	margin-left: 23px;
}

.share-btns-wrap &gt; a:first-child,
.share-btns-wrap &gt; span:first-child {
	margin-left: 0;
}

.share-btns-wrap &gt; a .fa {
	vertical-align: 0;
}

.share-btns-wrap &gt; a svg.gk-icon-facebook-o {
	vertical-align: -1px;
}

.share-btns-wrap &gt; a svg.gk-icon-twitter {
	vertical-align: -2px;
}

.share-btns-wrap &gt; a svg.gk-icon-envelope {
	vertical-align: -1px;
}

.single-post-related-title {
	font-size: 1.2rem;
	text-align: center;
	margin: 0 auto 30px auto;
}

.wp-block-embed {
	margin-bottom: 1em;
}

.wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
    text-align: center;
}

.wp-block-embed iframe {
    max-width: 100%;
}

.wp-block-embed__wrapper {
	position: relative;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
	content: "";
	display: block;
	padding-top: 50%;
}

.wp-has-aspect-ratio iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
	padding-top: 42.85%;
}

.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
	padding-top: 50%;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
	padding-top: 56.25%;
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
	padding-top: 75%;
}

.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
	padding-top: 100%;
}

.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
	padding-top: 66.66%;
}

.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
	padding-top: 200%;
}


/*******************************************************
*********************** WOOCOMMERCE
******************************************************/

html.gk-woocommerce {
	font-size: 14px;
}

html.gk-woocommerce h1, .html.gk-woocommerce h1 {
	font-size: 2.0736rem;
}

html.gk-woocommerce h2, .html.gk-woocommerce h2 {
	font-size: 1.728rem;
}

html.gk-woocommerce h3, .html.gk-woocommerce h3 {
	font-size: 1.44rem;
}

html.gk-woocommerce h4, .html.gk-woocommerce h4 {
	font-size: 1.2rem;
}

html.gk-woocommerce h5, .html.gk-woocommerce h5 {
	font-size: 1rem;
}

html.gk-woocommerce h6, .html.gk-woocommerce h6 {
	font-size: 0.8333rem;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	color: #333;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f8f8f8;
	font-size: 14px;
}

ul.woocommerce-error li {
	margin-top: 15px;
}

ul.woocommerce-error li:first-child {
	margin-top: 0;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	top: 15px;
}

.woocommerce-error {
	border-top-color: #ff0000;
}

.woocommerce-error::before {
	color: #ff0000;
}

.woocommerce-notice-wrap {
	display: table;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.woocommerce-notice-text {
	flex: 0 1 auto;
	line-height: 1.15;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button,
.woocommerce-error .btn,
.woocommerce-info .btn,
.woocommerce-message .btn {
	font-size: 14px;
	padding-top: .7em;
	padding-bottom: .7em;
	margin-left: 15px;
}

.woocommerce-error .woocommerce-notice-wrap &gt; a.button,
.woocommerce-info .woocommerce-notice-wrap &gt; a.button,
.woocommerce-message .woocommerce-notice-wrap &gt; a.button,
.woocommerce-error .woocommerce-notice-wrap &gt; .btn,
.woocommerce-info .woocommerce-notice-wrap &gt; .btn,
.woocommerce-message .woocommerce-notice-wrap &gt; .btn {
	flex: 0 0 auto;
	order: 999;
	float: none !important;
}

.woocommerce table {
	border-radius: 0 !important;
	font-size: 1rem;
	border-color: #e5e5e5;
	color: #686868;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce .cart_totals table.shop_table tbody th,
.woocommerce .cart_totals table.shop_table tfoot td,
.woocommerce .cart_totals table.shop_table tfoot th {
	font-size: 1.2rem;
	line-height: 1;
	padding: 15px 15px;
}

.woocommerce table.shop_table th {
	padding-left: 15px;
	padding-right: 15px;
	font-size: .8333rem;
	color: #686868;
}

.woocommerce table.shop_table td {
	padding-left: 15px;
	padding-right: 15px;
}

.woocommerce table.shop_table td ins {
	font-weight: bold;
	background-color: transparent;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce table.shop_table,
.woocommerce #add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	border-radius: 0;
	border-color: #e5e5e5;
	margin-top: 0;
}

.woocommerce .woocommerce-customer-details address {
	border: 1px solid #e5e5e5;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-radius: 0;
}

.woocommerce form .form-row#billing_faktura_field span.optional {
	display: none;
}

body.woocommerce-account .entry-header .entry-title {
	display: none;
}

.woocommerce-view-order table.shop_table.order_details {
	margin-bottom: 30px;
}

.woocommerce-view-order p.order-again {
	margin-bottom: 30px;
}

.woocommerce-view-order p.order-again a.button {
	font-size: 12px;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper + p {
	margin-bottom: 30px;
}

.woocommerce-MyAccount-content form .woocommerce-address-fields &gt; p:last-child,
.woocommerce-MyAccount-content form.edit-account &gt; p:last-child {
	margin-top: 23px;
}

.woocommerce form .form-row span em {
	font-size: 14px;
	color: #333;
	padding-top: 8px;
	display: inline-block;
	vertical-align: top;
}

.woocommerce-MyAccount-content form fieldset {
	margin-top: 30px;
}

.woocommerce-MyAccount-content mark {
	font-weight: bold;
	color: #333;
	background-color: transparent;
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 11px;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #394346;
}

div.product div.quantity input[type=number]::-webkit-inner-spin-button,
div.product div.quantity input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	padding-top: 15px;
	padding-bottom: 15px;
}

.woocommerce-cart .shop_table.cart .actions .coupon {
	display: none;
}

.woocommerce-cart .shop_table.cart .actions .show-coupon {
	float: left;
	cursor: pointer;
	padding-top: 3px;
	font-size: 14px;
	color: #333;
	text-decoration: underline;
}

.woocommerce-page table.cart td.actions .coupon .input-text {
	width: 150px !important;
	font-size: 16px;
	padding: .5em 1.5em .5em 1.5em;
}

.woocommerce .cart .actions .button,
.woocommerce .cart .actions input.button {
	font-size: .8333rem !important;
	padding: .5em 1em .5em 1em !important;
	border: none;
	display: table;
	width: auto;
}

.woocommerce table.subscription_details .button,
.woocommerce table.subscription_details input.button,
.woocommerce .gk-myaccount-subscription-actions a.button,
.woocommerce .gk-myaccount-subscription-actions a.btn,
.woocommerce-account .btn-account-dashboard-action,
.woocommerce-account a.btn-account-dashboard-action,
.woocommerce a.btn-gk-cart-item-type-switch,
.woocommerce a.btn-gk-cart-item-tip {
	font-size: .8333rem !important;
	padding: .5em 0 !important;
	margin-right: 1em;
	border: none;
	display: table;
	width: auto;
	background-color: transparent !important;
}

.woocommerce span.onsale {
	min-height: initial;
	min-width: initial;
	line-height: 1;
	padding: .5em 1em;
	border-radius: 0;
	font-size: .8333em;
}

.woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
	display: table;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 15px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb span {
	flex: 0 1 auto;
	margin-right: 4px;
	color: #333;
	line-height: 1;
}

.woocommerce .woocommerce-order &gt; p {
	color: #686868;
	margin-bottom: 23px;
}

.woocommerce .woocommerce-order &gt; p &gt; a {
	color: #686868;
	text-decoration: underline;
}

.woocommerce ul.order_details + p {
	margin-bottom: 23px;
}

.woocommerce .woocommerce-order &gt; p + p {
	margin-bottom: 30px;
}


/*******************************************************
*********************** LOGIN AND REGISTER FORMS
******************************************************/

html.gk-woocommerce .myaccount-forms-box &gt; h2 {
	font-size: 2.0736rem;
	text-align: center;
	margin-bottom: 30px;
}

.woocommerce-account:not(.logged-in) .col2-set .col-1,
.woocommerce-page.woocommerce-account:not(.logged-in) .col2-set .col-1,
.woocommerce-account:not(.logged-in) .col2-set .col-2,
.woocommerce-page.woocommerce-account:not(.logged-in) .col2-set .col-2,
.woocommerce-account:not(.logged-in) form.lost_reset_password {
	width: 100%;
	max-width: 750px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-account:not(.logged-in) form.login,
.woocommerce-account:not(.logged-in) form.register,
.woocommerce-account:not(.logged-in) form.lost_reset_password,
.refund-form form.login {
	border: none;
	padding: 30px 30px;
	border: 1px solid #e5e5e5;
}

.woocommerce-account:not(.logged-in) form.register .newsletter-privacy-policy {
	margin-bottom: 15px;
}

.woocommerce-account:not(.logged-in) form.lost_reset_password .form-row.form-row-first,
.woocommerce-account:not(.logged-in) form.lost_reset_password .form-row.form-row-last {
	width: 100%;
	float: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
.refund-form .woocommerce-form-login .woocommerce-form-login__rememberme  {
	margin-top: 15px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
	font-size: 1rem;
}

.woocommerce form.login .woocommerce-LostPassword.lost_password {
	margin-top: 30px;
}

.woocommerce .lost_password a,
.woocommerce .woocommerce-LostPassword.lost_password a,
.refund-form form.login .lost_password a {
	color: #1a1a1a;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 1rem;
}

.myaccount-forms-box-back-link {
	text-align: center;
	font-size: 1rem;
}

.myaccount-forms-box-back-link a {
	color: #1a1a1a;
	text-decoration: underline;
	font-weight: bold;
}

.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper,
body.woocommerce-lost-password .woocommerce-message {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

form.lost_reset_password &gt; p:first-child,
body.woocommerce-lost-password .entry-content &gt; .woocommerce &gt; p  {
	margin: 0 auto 30px auto;
	max-width: 750px;
	line-height: 1.3333;
}


/*******************************************************
*********************** MYACCOUNT
******************************************************/

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.woocommerce-account .myaccount-dashboard-wrap,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content,
.woocommerce-account.woocommerce-view-subscription .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content &gt; .woocommerce-notices-wrapper,
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content {
	max-width: 840px;
	margin: 0 auto;
}

html.gk-woocommerce .woocommerce-account h2.myaccount-dashboard-title,
html.gk-woocommerce .woocommerce-account h2.myaccount-view-order-title,
html.gk-woocommerce .woocommerce-account h2.myaccount-view-subscription-title,
html.gk-woocommerce h2.subscription-payment-method-change-title  {
	font-size: 2.4883rem;
	text-align: center;
	margin: 0 auto 45px auto;
}

html.gk-woocommerce h2.subscription-payment-method-change-title {
	margin-bottom: 23px;
}

.woocommerce-account .myaccount-dashboard-wrap p {
	line-height: 1.6;
}

.woocommerce-account .myaccount-dashboard-no-orders-wrap {
	margin-bottom: 60px;
}

.woocommerce-account .myaccount-dashboard-no-orders-wrap p {
	text-align: center;
}

.woocommerce-account .tab-content-wrap table.shop_table {
	margin-bottom: 0;
}

.woocommerce-account .tab-content-wrap table.shop_table + .woocommerce-pagination {
	margin-top: 30px;
}

.woocommerce table.my_account_orders {
	font-size: .8333rem;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding: 8px 8px;
}

.woocommerce-account table.shop_table tr.order .gk-order-product-name,
.woocommerce-page table.shop_table tr.order .gk-order-product-name {
	display: block;
	line-height: 1.15;
	margin-top: 8px;
	font-weight: bold;
}

.woocommerce-account table.shop_table tr.order .gk-order-product-name:first-child,
.woocommerce-page table.shop_table tr.order .gk-order-product-name:first-child {
	margin-top: 0;
}

.woocommerce-account table.shop_table tr.order .gk-order-product-name .product-quantity,
.woocommerce-page table.shop_table tr.order .gk-order-product-name .product-quantity {
	display: table;
	font-weight: normal;
}

table.shop_table.my_account_orders tr.order td.woocommerce-orders-table__cell-order-total {
	font-size: 1px;
	line-height: 1;
	color: transparent;
}

table.shop_table.my_account_orders tr.order td.woocommerce-orders-table__cell-order-total span.amount,
table.shop_table.my_account_orders tr.order td.woocommerce-orders-table__cell-order-total del {
	font-size: .8333rem;
	color: #686868;
}

table.shop_table.my_account_orders tr.order td.woocommerce-orders-table__cell-order-total del {
	margin-right: .333em;
}

.woocommerce-account .woocommerce table.shop_table.my_account_subscriptions,
.woocommerce-account .woocommerce table.shop_table.my_account_subscriptions tbody,
.woocommerce-account .woocommerce table.shop_table.my_account_subscriptions tr {
	display: block;
	border: none;
	margin: 0;
}

.woocommerce-account .woocommerce table.shop_table.my_account_subscriptions thead {
	display: none;
}

.woocommerce-account .woocommerce table.my_account_orders.shop_table td.gk-myaccount-subscription-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border: 1px solid #e5e5e5;
	padding: 23px 8px;
	margin-bottom: 23px;
	color: #686868;
	line-height: 1;
	font-size: 1rem;
}

.woocommerce-account .gk-myaccount-subscription-items-wrap,
.woocommerce-account .gk-myaccount-subscription-details-wrap {
	flex: 0 0 50%;
	padding: 0 8px;
}

.woocommerce-account .gk-myaccount-subscription-item-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
	padding-right: 30px;
}

.woocommerce-account .gk-myaccount-subscription-item-wrap:first-child {
	margin-top: 0;
}

.woocommerce-account .gk-myaccount-subscription-item-img-wrap {
	flex: 0 0 90px;
	height: 90px;
	margin-right: 15px;
}

.woocommerce-account .gk-myaccount-subscription-item-name {
	flex: 0 1 auto;
	font-size: 1.2rem;
	font-weight: bold;
}

.woocommerce-account .gk-myaccount-subscription-item-name .product-quantity {
	display: table;
	padding-top: 4px;
	font-weight: normal;
}

.woocommerce-account ul.gk-myaccount-subscription-data {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.woocommerce-account ul.gk-myaccount-subscription-data li {
	margin: 0;
	padding: 0;
	margin-top: 8px;
	line-height: 1.15;
}

.woocommerce-account ul.gk-myaccount-subscription-data li:first-child {
	margin-top: 0;
}

.woocommerce-account ul.gk-myaccount-subscription-data li .fa {
	margin-left: 2px;
}

.gk-myaccount-subscription-actions:not(:first-child) {
	margin-top: 15px;
}

.woocommerce-account .tab-content-wrap form &gt; h3:first-child {
	display: none;
}

.woocommerce-account .tab-content-wrap form .woocommerce-address-fields p#billing_email_field {
	display: none;
}

.woocommerce-account .tab-content-wrap form .woocommerce-address-fields p#billing_country_field .woocommerce-input-wrapper &gt; strong,
.woocommerce-account .tab-content-wrap form .woocommerce-address-fields p#shipping_country_field .woocommerce-input-wrapper &gt; strong {
	font-weight: normal;
}

.woocommerce-account .gk-myaccount-password-wrap {
	padding-bottom: 15px;
}

.woocommerce-account .gk-myaccount-password-wrap form.edit-account &gt; .form-row {
	display: none;
}

.woocommerce-account .gk-myaccount-password-wrap form.edit-account legend {
	color: #686868;
	font-size: 1.2rem;
}

.woocommerce-account .gk-myaccount-shipping-pickup-change-wrap {
	padding-top: 23px;
}

.info-box-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

.info-box-wrap &gt; .fa {
	flex: 0 0 auto;
	margin-right: 8px;
	font-size: 1.44rem;
	color: #686868;
	opacity: .6666;
}

.info-box-wrap .info-box-message {
	flex: 0 1 auto;
	padding-top: 2px;
	max-width: 540px;
}

.info-box-wrap .info-box-message p {
	line-height: 1.3333;
	font-size: 0.8333rem;
	margin: 0;
	margin-top: 15px;
}

.info-box-wrap .info-box-message p:first-child {
	margin-top: 0;
}

.woocommerce-account button[type=submit] {
	font-size: 12px;
}

.woocommerce-account .gk-myaccount-ref-coupon-wrap {
	margin-bottom: 30px;
}

.woocommerce-account .ref-coupon-code-box {
	margin-bottom: 30px;
}

.woocommerce-account .gk-myaccount-ref-coupon-next-order-discount-wrap {
	margin-bottom: 15px;
}

.woocommerce-account .gk-myaccount-ref-coupon-next-order-discount-label {
	max-width: 240px;
	line-height: 1.3333;
	margin-bottom: 8px;
	font-size: 0.8333rem;
}

.woocommerce-account .gk-myaccount-ref-coupon-next-order-discount-amount {
	font-size: 2.0736rem;
    font-weight: bold;
}

.woocommerce-account .myaccount-tab-desc:not(:last-child) {
	margin-bottom: 23px;
}

.woocommerce-account .myaccount-tab-desc p {
	color: #686868;
	line-height: 1.6;
	margin: 0;
	margin-top: 15px;
}

.woocommerce-account .myaccount-tab-desc p:first-child {
	margin-top: 0;
}

p.subscription-payment-method-change-desc {
	text-align: center;
	line-height: 1.3333;
	margin-bottom: 30px;
}

.woocommerce-checkout .subscription-payment-method-change-wrap #order_review table.shop_table tfoot th,
.woocommerce-checkout .subscription-payment-method-change-wrap #order_review table.shop_table tfoot td {
	font-size: 1rem;
}

.woocommerce-checkout .subscription-payment-method-change-wrap #payment &gt; div.form-row {
	padding: 0;
}

.woocommerce-checkout .subscription-payment-method-change-wrap #payment #place_order {
	display: table;
	font-size: 1.2rem;
	margin-left: auto;
	margin-right: auto;
}

body.woocommerce-view-order h2.myaccount-view-order-title + p {
	font-size: 1rem;
	margin-bottom: 30px;
}

body.woocommerce-edit-address .woocommerce-address-fields .woocommerce-address-fields__field-wrapper + p {
	font-size: 1rem;
}


/*******************************************************
*********************** CART
******************************************************/

.woocommerce-cart span.amount,
.woocommerce-checkout span.amount {
	font-weight: bold;
}

.woocommerce-cart .gk-cart-table-items-count {
	margin-top: -4px;
	opacity: .75;
	margin-bottom: 15px;
	font-size: .8333rem;
}

.woocommerce-cart table.cart th.product-remove,
.woocommerce-cart table.cart td.product-remove {
	width: 38px;
}

.woocommerce-cart table.shop_table a.remove,
.woocommerce-cart table.shop_table a.remove:hover,
.woocommerce-cart table.shop_table a.remove:focus,
.woocommerce-cart table.shop_table a.remove:active {
	color: #1a1a1a !important;
	background-color: transparent !important;
	font-weight: initial;
}

.woocommerce-cart table.shop_table {
	border: none;
	margin-bottom: 30px;
}

.woocommerce table.shop_table.cart tbody tr td {
	border-top: 1px solid #e5e5e5;
}

.woocommerce-cart table.shop_table.cart tbody tr td:first-child {
	border-left: 1px solid #e5e5e5;
}

.woocommerce-cart table.shop_table.cart tbody tr td:last-child {
	border-right: 1px solid #e5e5e5;
}

.woocommerce-cart table.shop_table.cart tbody tr:nth-last-child(2) td {
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce-cart table.cart .product-thumbnail {
	min-width: 120px;
	width: 120px;
	padding-left: 0;
	padding-right: 0;
}

.woocommerce-cart table.cart img {
	width: 120px;
}

.woocommerce-cart table.shop_table.cart th.product-price,
.woocommerce-cart table.shop_table.cart td.product-price {
	display: none;
}

.woocommerce .subscription-price {
	line-height: 1.15;
	display: inline-block;
	vertical-align: top;
}

.woocommerce-cart table.shop_table.cart td.product-name a:first-child {
	font-size: 1.2em;
	color: #686868;
	font-weight: bold;
	line-height: 1.15;
	display: inline-block;
	vertical-align: top;
}

.woocommerce-cart table.shop_table.cart td.product-name a.btn-gk-cart-item-type-switch,
.woocommerce-cart table.shop_table.cart td.product-name a.btn-gk-cart-item-tip {
	margin-top: 4px;
	white-space: initial;
	text-align: left;
	line-height: 1.2;
}

.woocommerce-cart table.shop_table.cart td.gk-product-order-type {
	line-height: 1;
	color: #333;
}

.woocommerce-cart table.shop_table.cart td.gk-product-order-type span.gk-product-order-type-subscription-period,
.gk-cart-items-products .cart_item .product-details span.gk-product-order-type-subscription-period,
.woocommerce-checkout .gk-checkout-order-summary table.shop_table span.gk-product-order-type-subscription-period,
.woocommerce-checkout .gk-checkout-order-summary table.shop_table .gk-checkout-next-renewal-summary,
.drawer-cart .gk-checkout-order-summary table.shop_table span.gk-product-order-type-subscription-period {
	display: block;
	font-size: .8333rem;
	margin-top: 4px;
	opacity: .75;
}

.woocommerce-checkout .gk-checkout-order-summary table.shop_table .gk-checkout-next-renewal-summary {
	line-height: 1.3333;
	max-width: 210px;
	margin-left: auto;
}

.woocommerce-cart table.shop_table.cart tr td.actions {
	display: none;
}

.woocommerce-cart .cart .actions .button[name=update_cart] {
	display: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	display: table;
	display: flex;
	justify-content: center;
	align-items: center;
}

.woocommerce-cart .cart_totals &gt; h2,
.woocommerce-cart .cart_totals table.shop_table {
	display: none;
}

.woocommerce-cart .wc-proceed-to-checkout {
	flex: 0 0 auto;
	order: 2;
	padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin: 0;
}

.woocommerce-cart a.btn-cart-continue-shopping {
	flex: 0 0 auto;
	order: 1;
	padding: 0;
	background: none !important;
	margin-right: auto;
}


/*******************************************************
*********************** NEWSLETTER
******************************************************/

.newsletter-form-fields-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.newsletter-form-fields-wrap p.form-row.newsletter-email {
	flex: 0 1 auto;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-right: 15px;
}

.newsletter-form-fields-wrap p.form-row.newsletter-email label {
	top: 23px !important;
}

.newsletter-form-fields-wrap button.btn-newsletter {
	flex: 0 0 auto;
	margin-left: auto;
	min-width: 135px;
}

form.newsletter-form p.form-row.form-row-checkbox {
	margin-top: 15px;
}

form.newsletter-form p.form-row.form-row-checkbox label {
	font-size: .8333rem;
	color: #838383;
}

.newsletter-wrap .newsletter-response {
	background-color: #e5e5e5;
	padding: 15px;
}

.newsletter-privacy-policy {
    font-size: 0.6944em;
    line-height: 1.3333;
    margin-top: 15px;
    opacity: .75;
}

.newsletter-privacy-policy p {
	margin-bottom: 8px;
}

.newsletter-privacy-policy p:last-child {
	margin-bottom: 0;
}

.newsletter-privacy-policy a {
	color: #333;
	text-decoration: underline;
}


/*******************************************************
*********************** QUANTITY SELECTOR
******************************************************/

.gk-quantity-selector {
    display: flex;
    width: 100%;
    min-width: 100px;
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    border-radius: 0;
	border: none;
}

.woocommerce-cart .cart .gk-quantity-selector,
body.single-product form.cart .gk-quantity-selector {
	max-width: 90px;
}

body.single-product form.cart .gk-quantity-selector,
.woocommerce div.product form.cart div.quantity.gk-quantity-selector {
	float: left;
	margin: 0;
	margin-right: 15px;
	height: 60px;
}

.gk-quantity-selector input.gk-quantity-selector__input {
	border-radius: 3px;
    display: block;
	width: 100%;
    font-size: 16px;
    order: 2;
    min-width: 40px;
    flex: 1 1 auto;
    border: 0;
    padding: .4em 0;
    margin: 0;
    text-align: center;
    background: transparent;
    box-shadow: none;
    color: #333;
    line-height: 1;
    vertical-align: middle;
    -moz-appearance: textfield;
    font-weight: bold;
}

.gk-quantity-selector input.gk-quantity-selector__input::-webkit-outer-spin-button,
.gk-quantity-selector input.gk-quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gk-quantity-selector input.gk-quantity-selector__input[type=number] {
  -moz-appearance: textfield;
}

.gk-quantity-selector input.gk-quantity-selector__input:focus {
    background: #f3f4f5;
    outline: 1px solid #d7dade;
}

.gk-quantity-selector .gk-quantity-selector__button {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none;
    font-size: 1rem;
    min-width: 30px;
    cursor: pointer;
    color: #1a1a1a;
    font-style: normal;
    text-align: center;
    border-radius: 0 !important;
    font-weight: bold;
}

.gk-quantity-selector .gk-quantity-selector__button--minus {
    order: 1;
}

.gk-quantity-selector .gk-quantity-selector__button--plus {
    order: 3;
}

.gk-quantity-selector .gk-quantity-selector__button:disabled {
    color: #999;
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none;
    cursor: not-allowed;
}


/*******************************************************
*********************** ADD TO CART FORM
******************************************************/

.woocommerce div.product form.cart .gk-variable-set-cart-form-child-wrap:after {
	content: '';
	display: table;
	clear: both;
}


/*******************************************************
*********************** TIPS
******************************************************/

.tip {
	background-color: #f8f8f8;
	padding: 15px;
	padding-right: 38px;
	position: relative;
	text-align: left;
	margin-top: 1em;
}

.tip:before {
    content: '';
    display: block;
    border: 1em solid #f8f8f8;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 50%;
    transform: translateX(-50%);
    margin: -1em 0 0 0;
}

.tip-dismiss {
	position: absolute;
	right: -6px;
	top: 0;
	cursor: pointer;
	font-size: 10px;
	vertical-align: top;
	line-height: 1;
	padding: 12px 18px 18px 18px;
	color: #1a1a1a;
}

.tip-desc {
	font-size: .8333rem;
	line-height: 1.333;
}


/*******************************************************
*********************** DRAWER
******************************************************/

body.no-scroll {
	overflow: hidden;
	box-sizing: border-box;
	height: 100%;
	height: 100vh;
	height: calc( 100vh - 1px );
	height: calc( ( var(--vh, 1vh) * 100 ) - 1px );
}

body.no-scroll #page {
	position: fixed;
	left: 0;
	right: 0;
	overflow-y: scroll;
}

.drawer {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 999999;
	background-color: #f8f8f8;
	width: 100%;
	max-width: 100%;
	text-align: left;
	transform: translateX(-100%);
	pointer-events: none;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	overflow-x: hidden;
	overflow-y: auto;
	transition: .3s ease-in-out transform;
}

.drawer.drawer-right {
	left: initial;
	right: 0;
	transform: translateX(100%);
}

.drawer.drawer-popup {
	left: 50%;
	top: 50%;
	width: auto;
	max-width: 90vw;
	height: auto;
	max-height: 90vh;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
}

.drawer.active {
	transform: translateX(0);
	pointer-events: initial;
	transition: .3s ease-in-out transform;
}

.drawer.drawer-popup.active {
	transform: translateX(-50%) translateY(-50%);
	opacity: 1;
	transition: .3s ease-in-out all;
}

.drawer-close {
	position: absolute;
	vertical-align: top;
	top: 20px;
	right: 20px;
	font-size: 18px;
	line-height: 1;
	padding: 13px 13px;
	text-align: right;
	cursor: pointer;
	font-weight: initial;
	color: #1a1a1a;
}

.drawer.drawer-popup .drawer-close {
	background-color: #fff;
	z-index: 100;
	border-radius: 99999em;
	max-width: 45px;
	max-height: 45px;
}

.drawer-wrap {
	max-width: 100%;
	width: 100%;
	margin-left: auto;
}

.drawer-title {
	font-size: 1.728rem;
	margin-bottom: 15px;
	padding-right: 53px;
}

.drawer-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1a1a1a;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	z-index: 999990;
}

.drawer-mask.active {
	opacity: .75;
	pointer-events: initial;
	transition: .3s ease-in-out opacity;
}


/*******************************************************
*********************** CART WIDGET
******************************************************/

.drawer.drawer-cart {
	max-width: 540px;
	font-size: 14px;
	background-color: #fff;
	border-left: 1px solid #e5e5e5;
}

.drawer-cart .drawer-title {
	height: 30px;
	font-size: 1.728em;
}

.drawer-cart .drawer-title .gk-cart-table-items-count {
	display: inline;
}

.drawer-cart .drawer-title .gk-cart-table-items-count .items-count-label {
	display: none;
}

.drawer-cart .drawer-title .gk-cart-table-items-count .items-count:before {
	content: '(';
	display: inline;
}

.drawer-cart .drawer-title .gk-cart-table-items-count .items-count:after {
	content: ')';
	display: inline;
}

.drawer-cart .cart-widget-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	height: 100%;
	height: 100vh;
	height: calc( 100vh - 56px /* Chrome on Android bar */ - ( 2 * 30px /* drawer top and bottom paddings */ ) - ( 30px + 15px /* drawer title height and bottom padding */ ) );
	height: calc( calc( var(--vh, 1vh) * 100 ) /* the actual 100vh taken form custom CSS property */ - ( 2 * 30px /* drawer top and bottom paddings */ ) - ( 30px + 15px /* drawer title height and bottom padding */ ) );
	overflow: hidden;
	position: relative;
	transition: .2s height ease;
}

.drawer-cart .cart-widget-wrap:after {
	position: absolute;
	content: '';
	display: block;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: .1s ease-in-out opacity;
}

.drawer-cart .cart-widget-wrap.loading:after {
	cursor: loading;
	opacity: 1;
}

.drawer-cart .cart-widget-notices {
	width: 100%;
}

.drawer-cart .cart-widget-notices a.wc-forward {
	display: none;
}

.drawer-cart .cart-widget-notices ul.woocommerce-error {
	margin-bottom: 15px;
}

.drawer-cart .cart-widget-notices li {
	margin-bottom: 15px;
}

.drawer-cart .cart-widget-items {
	flex: 0 1 auto;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.drawer-cart .gk-cart-items-products .cart_item .product-details .product-name-wrap {
	font-size: 1.2em;
}

.drawer-cart .gk-cart-items-products .cart_item .gk-product-order-type {
	font-size: 1em;
}

.drawer-cart .gk-cart-items-products .cart_item .product-details span.gk-product-order-type-subscription-period {
	font-size: .8333em;
}

.drawer-cart .gk-quantity-selector input.gk-quantity-selector__input {
	font-size: 16px;
}

.drawer-cart .gk-quantity-selector .gk-quantity-selector__button {
	font-size: 1em;
}

.drawer-cart span.amount {
	font-weight: bold;
}

.drawer-cart .woocommerce a.btn-gk-cart-item-type-switch,
.drawer-cart .woocommerce a.btn-gk-cart-item-tip {
	font-size: .8333em !important;
	display: table;
	margin: 8px auto 0 auto;
}

.drawer-cart .tip-desc,
.gk-checkout-order-summary-content .tip-desc {
	font-size: 1em;
}

.drawer-cart .tip-desc &gt; p,
.gk-checkout-order-summary-content .tip-desc &gt; p {
	margin: 0;
	margin-top: 8px;
}

.drawer-cart .tip-desc &gt; p:first-child,
.gk-checkout-order-summary-content .tip-desc &gt; p:first-child {
	margin-top: 0;
}

.drawer-cart .cart-widget-summary {
	flex: 0 0 auto;
	width: 100%;
	margin-top: auto;
	padding-top: 15px;
}

.drawer-cart .woocommerce .cart-widget-summary table.shop_table {
	font-size: 1em;
}

.drawer-cart .woocommerce .cart-widget-summary table.shop_table tbody th {
	font-size: 1.2em;
}

.drawer-cart .gk-checkout-order-summary table.shop_table tr.cart-discount {
	display: none;
}

.drawer-cart .gk-checkout-order-summary table.shop_table tr.order-total td {
	font-size: 1.2em;
}

.drawer-cart .gk-checkout-order-summary table.shop_table span.gk-product-order-type-subscription-period {
	font-size: .8333em;
}

.drawer-cart .gk-checkout-order-summary table.shop_table td small.includes_tax {
	display: none;
}

.drawer-cart .woocommerce .cart-widget-summary .gk-checkout-next-renewal-summary {
	display: none;
}

.drawer-cart .gk-checkout-order-summary table.shop_table tr.order-total td {
	padding-bottom: 0;
}

.drawer-cart .gk-checkout-order-summary table.shop_table tr.order-total-due {
	display: none;
}

.drawer-cart .gk-cart-empty {
	padding-top: 45px;
	text-align: center;
}

.drawer-cart .gk-cart-empty p {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.2em;
}

.drawer-cart .cart-widget-actions {
	display: table;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
}

.drawer-cart .cart-widget-actions &gt; * {
	flex: 0 0 auto;
}

.drawer-cart .btn-drawer-cart-proceed {
	order: 2;
}

.drawer-cart .btn-drawer-cart-continue-shopping {
	padding: 15px 0;
	background-color: transparent !important;
}

.drawer-cart .cart-widget-cross-sells {
	margin-top: 23px;
	padding-bottom: 15px;
}

.drawer-cart .cart-widget-cross-sells-title {
	color: #686868;
	font-size: 1em;
	margin-bottom: 23px;
}

.cart-widget-cross-sell-items {
	display: table;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    margin: 0;
    padding-bottom: 23px;
}

.cart-widget-cross-sell-items::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: rgba(0,0,0,.1);
}

.cart-widget-cross-sell-items::-webkit-scrollbar-track {
	border: none;
	background-color: rgba(0,0,0,.1);
}

.cart-widget-cross-sell-items::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,1);
	border-radius: 99999em;
}

.cart-widget-cross-sell-item {
	flex: 0 0 165px;
    margin: 0;
    margin-left: 15px;
    padding: 0;
	text-align: center;
	padding-bottom: 1px;
}

.cart-widget-cross-sell-item:first-child {
	margin-left: 0;
}

.drawer-cart .cart-widget-cross-sell-item-img-wrap {
	margin: 0 auto 15px auto;
}

.drawer-cart .cart-widget-cross-sell-item-img {
	margin: 0 auto;
	max-width: 90px;
}

.drawer-cart .cart-widget-cross-sell-item-title {
	font-size: 1.2em;
	margin: 0 auto 8px auto;
    font-weight: bold;
    color: #686868;
    line-height: 1.15;
}

.drawer-cart .cart-widget-cross-sell-item-price {
	color: #686868;
	margin-bottom: 15px;
	font-size: .8333em;
}

.drawer-cart .btn-gk-cart-cross-sell-item-add-to-cart {
	padding: 0;
	background-color: transparent !important;
}


/*******************************************************
*********************** CHECKOUT
******************************************************/

.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay) .navbar {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
}

.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay) .gk-header-cart,
.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay) .gk-header-myaccount {
	display: none;
}

.woocommerce-checkout:not(.woocommerce-order-received):not(.woocommerce-order-pay) .navbar-header {
	flex: 0 0 100%;
	width: 100%;
	display: table;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar-header a.header-back-to-shop {
	flex: 0 0 auto;
	color: #1a1a1a;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: .8333rem;
}

.header-checkout-flow-indicator-wrap {
	margin-left: auto;
	margin-right: auto;
	display: table;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	color: #999;
	text-align: center;
	position: relative;
	list-style-type: none;
	min-height: 75px;
}

.header-checkout-flow-indicator-wrap-mobile {
	display: none;
}

.header-checkout-flow-item-wrap {
	flex: 0 0 auto;
	margin-right: 100px;
	position: relative;
	height: 55px;
	width: 40px;
}

.header-checkout-flow-item-wrap.checkout-step-link {
	cursor: pointer;
}

.header-checkout-flow-item-wrap.checkout-step-link.active,
.header-checkout-flow-item-wrap.checkout-step-link.active ~ .header-checkout-flow-item-wrap.checkout-step-link {
	cursor: default;
}

.header-checkout-flow-item-wrap:last-child {
	margin-right: 0;
}

.header-checkout-flow-item-wrap:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 100px;
	border-top: 2px solid #686868;
	z-index: 10;
}

.header-checkout-flow-item-wrap:last-child:after {
	display: none;
}

.header-checkout-flow-item-wrap.active:after,
.header-checkout-flow-item-wrap.active ~ .header-checkout-flow-item-wrap:after {
	border-top-style: dotted;
	border-color: #c4c4c4;
}

.header-checkout-flow-item-wrap a {
	color: #686868;
}

.header-checkout-flow-item-icon {
	width: 38px;
	height: 38px;
	border-radius: 99999em;
	border: 2px solid #686868;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
	box-sizing: content-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	background-color: #fff;
	color: #686868;
	z-index: 11;
}

.header-checkout-flow-item-icon .gk-icon {
	font-size: 21px;
	vertical-align: middle;
}

.header-checkout-flow-item-wrap.active ~ .header-checkout-flow-item-wrap .header-checkout-flow-item-icon {
	color: #c4c4c4;
	background-color: #fff;
	border-color: #c4c4c4;
}

.header-checkout-flow-item-label {
	font-size: .6944rem;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	padding-top: 3px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1px;
	color: #686868;
	white-space: nowrap;
}

.header-checkout-flow-item-wrap.active .header-checkout-flow-item-icon {
	background-color: #686868;
	color: #fff;
	border-color: #686868;
}

.header-checkout-flow-item-wrap.active .header-checkout-flow-item-label {
	color: #686868;
}

.header-checkout-flow-item-wrap.active ~ .header-checkout-flow-item-wrap .header-checkout-flow-item-label {
	color: #c4c4c4;
}

.woocommerce-checkout .entry-header {
	display: none;
}

.woocommerce-checkout .site-footer {
	margin-top: 0;
}

html.gk-woocommerce h2.gk-checkout-step-title {
	font-size: 1.4444rem;
	margin-bottom: 30px;
}

.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .col2-set .col-1,
.woocommerce-checkout.woocommerce-page:not(.woocommerce-order-received) .col2-set .col-1,
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce .col2-set .col-2,
.woocommerce-checkout.woocommerce-page:not(.woocommerce-order-received) .col2-set .col-2 {
	float: none;
	width: 100%;
	clear: both;
}

.woocommerce-checkout.woocommerce-order-pay .site-main &gt; article {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	font-size: 18px;
}

.woocommerce-checkout .checkout .woocommerce-additional-fields &gt; h3 {
	display: none;
}

.woocommerce-checkout .checkout .woocommerce-shipping-fields

.woocommerce-checkout .checkout .shipping_address {
	padding-top: 15px;
}

.woocommerce form .form-row .optional,
.woocommerce-checkout .form-row#gk-gift-wrap_field .optional {
	display: none;
	visibility: hidden;
}

.woocommerce-checkout .woocommerce-account-fields,
.woocommerce-checkout form .form-row.create-account {
	display: none;
}

.woocommerce-checkout form .form-row.gk-checkout-createaccount span.gk-checkout-field-description {
	margin-bottom: 0;
}

.woocommerce-checkout #payment {
	background-color: transparent;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

.gk-checkout-wrap {
	display: table;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.gk-checkout-content-wrap {
	padding-top: 30px;
	flex: 0 1 50%;
	max-width: 50%;
	padding-right: 45px;
	border-right: 1px solid #e5e5e5;
	padding-bottom: 45px;
}

.gk-checkout-order-summary-wrap {
	padding-top: 30px;
	flex: 0 1 50%;
	padding-left: 45px;
}

.woocommerce-form-login-toggle .checkout-account-login-wrap {
	margin-bottom: 30px;
}

.woocommerce-form-login-toggle .woocommerce-info {
	padding: 0;
	border: none;
	margin: 0;
	box-shadow: none;
	text-align: left;
	margin-bottom: 30px;
	background-color: transparent;
	font-size: .8333rem;
}

.woocommerce-form-login-toggle .woocommerce-info:before {
	display: none;
}

.woocommerce-form-login-toggle .woocommerce-info .woocommerce-notice-wrap {
	justify-content: flex-start;
}

.woocommerce-form-login-toggle .woocommerce-info .woocommerce-notice-wrap a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login,
.woocommerce-checkout form.register {
	padding: 15px;
}

.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
	padding-top: 4px;
	font-size: 1rem;
}

.woocommerce-checkout form.login p.form-row.form-row-first,
.woocommerce-checkout form.login p.form-row.form-row-last {
	float: none;
	width: 100%;
}

.woocommerce-checkout form.login .lost_password a {
	color: #1a1a1a;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 1rem;
}

.woocommerce-checkout form.login &gt; p:first-child {
	font-size: .8333rem;
	line-height: 1.3333;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce-billing-fields &gt; h3 {
	display: none;
}

.woocommerce-checkout #order_review_heading {
	display: none;
}

.woocommerce-checkout #customer_details {
	padding-top: 0;
	margin-bottom: 15px;
}

.woocommerce-checkout form #payment .form-row.place-order {
	padding: 0;
	margin: 0;
	margin-bottom: 45px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none;
	font-size: 1.4444rem;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper:after {
	content: '';
	display: table;
	clear: both;
}

.woocommerce .woocommerce-terms-and-conditions-checkbox-text a {
	color: #333;
	text-decoration: underline;
}

.woocommerce-checkout .woocommerce form .form-row label.checkbox,
.woocommerce-checkout.woocommerce-page form .form-row label.checkbox {
	margin-left: 0;
	margin-top: 0;
}

.woocommerce-checkout .woocommerce form .form-row label.checkbox a,
.woocommerce-checkout.woocommerce-page form .form-row label.checkbox a {
	color: #333;
	text-decoration: underline;
}

html.gk-woocommerce h2.gk-checkout-order-summary-heading {
	margin: 0;
	margin-bottom: 30px;
	font-size: 1.4444rem;
}

.woocommerce-checkout .form-row#gk-gift-wrap_field {
	margin: 0;
	margin-top: 30px;
}

.checkout-coupon-container {
	margin-top: 30px;
	margin-bottom: 30px;
}

.woocommerce .checkout-coupon-container .woocommerce-error,
.woocommerce .checkout-coupon-container .woocommerce-message {
	margin-bottom: 8px;
}

.woocommerce .checkout-coupon-container form .form-row {
	margin-bottom: 8px;
}

.woocommerce .showcoupon.gk-checkout-coupon-toggle {
	color: #1a1a1a;
	text-decoration: underline;
	margin-bottom: 15px;
	display: table;
	text-transform: uppercase;
	font-size: 1rem;
}

.woocommerce-form-coupon-wrap .optional {
	display: none;
}

.woocommerce-checkout #payment ul.payment_methods {
	text-align:left;
	padding: 0;
	border-bottom: none;
	margin:0;
	list-style:none outside;
	margin-bottom: 30px;
}

.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
	content:' ';
	display:table
}

.woocommerce-checkout #payment ul.payment_methods::after {
	clear:both
}

.woocommerce-checkout .woocommerce ul#shipping_method li,
.woocommerce-checkout #payment ul.payment_methods &gt; li {
	line-height:1;
	text-align:left;
	margin:0;
	font-weight:400;
	border: 1px solid #e5e5e5;
	padding: 8px 30px;
	margin-bottom: 23px;
	position: relative;
	display: table;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	border-radius: 0;
	text-align: left;
	flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce ul#shipping_method li {
	padding-right: 15px;
	margin-bottom: 15px;
	min-height: 83px;
}

.woocommerce-checkout #payment ul.payment_methods &gt; li {
	min-height: 105px;
}

.woocommerce-checkout .woocommerce ul#shipping_method li:last-child,
.woocommerce-checkout #payment ul.payment_methods li:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce ul#shipping_method li.active,
.woocommerce-checkout #payment ul.payment_methods li.active {
	align-items: center;
}

.woocommerce-checkout .woocommerce ul#shipping_method li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 0 0 0;
}

.woocommerce-checkout .woocommerce ul#shipping_method li &gt; input,
.woocommerce-checkout #payment ul.payment_methods li &gt; input {
	opacity: 0;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	position: absolute;
}

.woocommerce-checkout .woocommerce ul#shipping_method li &gt; label,
.woocommerce-checkout #payment ul.payment_methods li &gt; label {
	order: 2;
	margin-bottom: 0;
	display: table;
	display: flex;
	font-weight: normal;
	cursor: pointer;
}

.woocommerce-checkout .woocommerce ul#shipping_method li &gt; label {
	flex: 1 1 66.666%;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 1rem;
	line-height: 1.15;
	padding-top: 8px;
	padding-bottom: 8px;
}

.woocommerce-checkout .woocommerce ul#shipping_method li &gt; label &gt; * {
	flex: 0 0 100%;
}

.woocommerce-checkout #payment ul.payment_methods li &gt; label {
	flex: 0 1 89%;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
}

.woocommerce-checkout #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li .gk-icon {
	vertical-align:middle;
	margin:-2px 0 0 .5em;
	padding:0;
	position:relative;
	margin-left: auto;
	flex: 0 0 auto;
}

.woocommerce-checkout #payment ul.payment_methods li .gk-icon {
	font-size: 2rem;
}

.woocommerce-checkout #payment ul.payment_methods li img + img {
	margin-left: 2px;
}

.woocommerce-checkout .woocommerce ul#shipping_method li img.checkout-shipping-method-logo-img {
	flex: 0 0 auto;
	margin-left: auto;
	order: 3;
	max-width: 120px;
	max-height: 60px;
	width: auto !important;
	height: auto !important;
	padding-left: 12px;
	cursor: pointer;
}

.woocommerce-checkout .woocommerce ul#shipping_method li &gt; label .amount {
	font-weight: bold;
	color: #686868;
}

.woocommerce-checkout .woocommerce ul#shipping_method li &gt; label .amount:before,
.woocommerce-checkout .woocommerce ul#shipping_method li &gt; label .amount:after {
	display: inline;
	font-weight: normal;
}

.woocommerce-checkout .woocommerce ul#shipping_method li &gt; label .amount:before {
	content: '(';
}

.woocommerce-checkout .woocommerce ul#shipping_method li &gt; label .amount:after {
	content: ')';
}

.woocommerce-checkout .woocommerce ul#shipping_method li &gt; label .gk-shipping-method-desc,
.woocommerce-checkout .woocommerce #payment ul.payment_methods li &gt; label .gk-payment-method-desc {
	opacity: .75;
	font-size: .8333rem;
	order: 2;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
	display: block;
	width: 100%;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
	content:' ';
	display:table
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
	clear:both
}

.woocommerce-checkout #payment div.payment_box {
	position:relative;
	box-sizing:border-box;
	padding:15px 15px;
	margin: 0;
	margin-left: 0;
	margin-top: 8px;
	font-size: 0.8333em;
	border-radius:0px;
	line-height:1.333;
	background-color:#f8f8f8;
	color:#686868;
	flex: 0 1 100%;
	order: 5;
	margin-bottom: 15px;
}

.woocommerce-checkout #payment div.payment_box.payment_method_gk_payurecurring {
	padding-bottom: 23px;
}

.gk-payment-method-title-wrap {
	line-height: 1.15;
	padding-right: 15px;
	font-size: 1rem;
}

.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
	background-color: #fff;
	font-size: 16px;
	border-color: #686868;
}

.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
	color:#bbb3b9
}

.woocommerce-checkout #payment div.payment_box:-moz-placeholder {
	color:#bbb3b9
}

.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
	color:#bbb3b9
}

.woocommerce-checkout #payment div.payment_box span.help {
	font-size:.857em;
	color:#777;
	font-weight:400
}

.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 1em;
	padding: 3px;
	padding-left: 0;
}

.woocommerce-checkout #payment div.payment_box p {
	margin-top: 0;
	font-size: 1rem;
}

.woocommerce-checkout #payment div.payment_box p:last-child {
	margin-bottom:0
}

.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce-checkout #payment div.payment_box ul.woocommerce_error {
	margin: 0;
}

.woocommerce-checkout #payment div.payment_box ul.woocommerce_error li {
	line-height: 1.15;
}

.woocommerce-checkout .woocommerce ul#shipping_method li .checkout-shipping-method-radio,
.woocommerce-checkout #payment ul.payment_methods li .checkout-payment-method-radio {
	flex: 0 0 auto;
	margin-right: 23px;
	display: block;
	height: 15px;
	width: 15px;
	color: #fff;
	border: 5px solid #ccc;
	border-radius: 9999em;
	box-sizing: content-box;
	order: 1;
	cursor: pointer;
}

.woocommerce-checkout .woocommerce ul#shipping_method li.active .checkout-shipping-method-radio,
.woocommerce-checkout #payment ul.payment_methods li.active .checkout-payment-method-radio {
	border-color: #333;
}

#add_payment_method #payment div.payment_box hr,
.woocommerce-cart #payment div.payment_box hr,
.woocommerce-checkout #payment div.payment_box hr {
	display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table td,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table thead,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tbody,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table thead,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tbody {
	display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr {
	display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.woocommerce-shipping-totals {
	display: block;
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.woocommerce-shipping-totals th {
	display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .fs-pickup-point-select {
	flex: 0 0 100%;
	order: 99;
	margin: 0;
	padding: 15px 0;
	border: none;
	overflow: hidden;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .fs-pickup-point-select .form-row {
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .fs-pickup-point-select .form-row#paczkomat_name_field {
	display: none;
}

.woocommerce-checkout #paczkomat_id_wrapper span.woocommerce-input-wrapper {
	margin: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .fs-pickup-point-select &gt; div &gt; strong,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table ul#shipping_method li .fs-pickup-point-select &gt; label {
	font-weight: normal;
	color: #686868;
	font-size: 1rem;
	display: block;
	margin-bottom: 8px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .fs-pickup-point-select select {
	width: 100%;
	max-width: 100%;
	margin-bottom: 23px;
	font-weight: normal;
	height: 60px;
	font-size: 16px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .fs-pickup-point-select select:focus {
	font-size: 16px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .fs-pickup-point-select .select2-container {
	width: 100% !important;
	margin-bottom: 23px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .fs-pickup-point-select .select2-container--default .select2-selection--single {
	border-radius: 2px;
    border-color: #686868;
    height: 60px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .fs-pickup-point-select a#open-geowidget,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .fs-pickup-point-select a.js--choose-point-dpd {
	font-weight: normal;
	font-size: 1rem;
	color: #1a1a1a;
	text-decoration: underline;
	text-transform: uppercase;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table ul#shipping_method li .fs-pickup-point-select ul {
	list-style-type: none;
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	text-align: left;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table ul#shipping_method li .fs-pickup-point-select ul li {
	flex: 0 1 33%;
	display: block;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
	padding-right: 15px;
	font-size: .8333rem;
	line-height: 1.333;
	min-height: initial;
	border: none;
}

.woocommerce-checkout #dpd_popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100000;
	display: none;
	left: 0;
	top: 0;
}

.woocommerce-checkout #dpd_popup &gt; a {
	position: absolute;
	right: 30px;
	color: white;
	top: 20px;
}

.woocommerce-checkout #dpd_map {
	position: fixed;
	z-index: 100001;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 80%;
	border: none;
}

.woocommerce-checkout .gk-checkout-step-payment-subscription-need-no-payment-desc-wrap p {
	margin: 0;
	line-height: 1.33333;
	margin-bottom: 30px;
	color: #686868;
}

.woocommerce-privacy-policy-text {
	margin-bottom: 23px;
	opacity: .75;
}

.woocommerce-privacy-policy-text p {
	font-size: .8333rem;
	line-height: 1.333;
    color: #686868;
    font-weight: normal;
	margin-bottom: 0;
}

.woocommerce-privacy-policy-text p a {
	color: #686868;
	text-decoration: underline;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order .newsletter-privacy-policy {
	margin-bottom: 23px;
}

.gk-cart-items-products .cart_item {
	border: 1px solid #e5e5e5;
	margin-top: 23px;
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 8px;
	color: #686868;
}

.gk-cart-items-products .cart_item:first-child {
	margin-top: 0;
}

.gk-cart-items-products .cart_item .product-thumbnail {
	flex: 0 0 120px;
	margin-right: 8px;
	position: relative;
}

.gk-cart-items-products .cart_item .product-details {
	flex: 1 1 100%;
	align-self: stretch;
	display: table;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	min-height: 100%;
	padding-right: 8px;
}

.gk-cart-items-products .cart_item .product-details &gt; * {
	width: 100%;
}

.gk-cart-items-products .cart_item .product-details .product-name-wrap {
	margin-top: 8px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.2rem;
	padding-right: 30px;
	position: relative;
	width: 100%;
	color: #686868;
	text-decoration: none;
}

.gk-cart-items-products .cart_item .product-details .product-name-wrap a {
	color: #686868;
	text-decoration: none;
}

.gk-cart-items-products .cart_item .product-details .product-name-wrap .gk-remove-cart-item {
	text-align: right;
	position: absolute;
	right: -16px;
	top: -14px;
	cursor: pointer;
	font-size: 10px;
	vertical-align: top;
	line-height: 1;
	padding: 18px;
	font-weight: initial;
	color: #1a1a1a;
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation,
.woocommerce td.product-details .wc-item-meta,
.woocommerce td.product-details dl.variation,
.gk-cart-items-products .cart_item dl.variation {
	font-size: .8333rem;
	padding-top: 4px;
	margin-bottom: 8px;
}

.woocommerce td.product-name .wc-item-meta li {
	vertical-align: top;
	line-height: 1.3333;
}

.woocommerce td.product-name .wc-item-meta li &gt; * {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

.woocommerce td.product-name .wc-item-meta li &gt; p {
	margin: 0;
}

.gk-cart-items-products .cart_item dl.variation {
	padding-top: 0;
	margin-bottom: 15px;
}

.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-details .wc-item-meta dt,
.woocommerce td.product-details dl.variation dt,
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-details .wc-item-meta dd,
.woocommerce td.product-details dl.variation dd,
.woocommerce .cart_item dl.variation dt,
.woocommerce .cart_item dl.variation dd {
	line-height: 1.15;
	font-size: .8333rem;
	display: inline;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.woocommerce .cart_item dl.variation dd p {
	margin: 0;
	width: auto;
}

.woocommerce .cart_item dl.variation dd:after {
	content: '';
	display: block;
	margin-bottom: 4px;
}

.woocommerce .cart_item dl.variation dt {
	display: inline-block;
	font-weight: bold;
}

.woocommerce td.product-name dl.variation dt:after {
	display: inline;
    content: ' ';
    white-space: pre;
}

.gk-cart-items-products .cart_item .gk-product-backorder-notification {
	margin: 0;
	margin-top: -4px;
	margin-bottom: 8px;
	line-height: 1.333;
	color: #333;
	font-size: .8333em;
	opacity: .75;
}

.gk-cart-items-products .cart_item .gk-product-order-type {
	margin-bottom: 15px;
	color: #333;
	font-size: 1rem;
}

.woocommerce-checkout .gk-cart-items-products .gk-cart-item-type-switch {
	display: none;
}

.woocommerce-checkout .gk-cart-items-products .tip.gk-cart-item-tip {
	display: none;
}

.woocommerce-checkout .gk-cart-items-products .tip.gk-cart-item-tip.gk-cart-item-tip-gift-wrap-product {
	display: block;
}

.woocommerce-checkout .gk-cart-empty .btn-gk-cart-empty {
	display: none;
}

.woocommerce-checkout .cart-widget-cross-sells {
	display: none;
}

.product-details-bottom {
	display: table;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.gk-cart-items-item-quantity-wrap {
	margin-right: auto;
	flex: 0 1 0;
}

.product-details-bottom .product-subtotal {
	text-align: right;
}

.woocommerce-checkout .gk-checkout-order-summary table.shop_table,
.drawer-cart .gk-checkout-order-summary table.shop_table {
	border: none;
	border-top: 1px solid #e5e5e5;
	margin: 0;
	font-weight: normal;
}

.woocommerce-checkout .gk-checkout-order-summary table.shop_table th,
.woocommerce-checkout .gk-checkout-order-summary table.shop_table td,
.drawer-cart .gk-checkout-order-summary table.shop_table th,
.drawer-cart .gk-checkout-order-summary table.shop_table td {
	font-weight: normal;
	border: none;
	line-height: 1.15;
	padding: 15px 0;
}

.woocommerce-checkout .gk-checkout-order-summary table.shop_table th,
.drawer-cart .gk-checkout-order-summary table.shop_table th {
	vertical-align: top;
}

.woocommerce-checkout .gk-checkout-order-summary table.shop_table tr:first-child th,
.woocommerce-checkout .gk-checkout-order-summary table.shop_table tr:first-child td,
.woocommerce-checkout .gk-checkout-order-summary table.shop_table tr.order-total th,
.woocommerce-checkout .gk-checkout-order-summary table.shop_table tr.order-total td,
.drawer-cart .gk-checkout-order-summary table.shop_table tr:first-child th,
.drawer-cart .gk-checkout-order-summary table.shop_table tr:first-child td,
.drawer-cart .gk-checkout-order-summary table.shop_table tr.order-total th,
.drawer-cart .gk-checkout-order-summary table.shop_table tr.order-total td {
	padding-top: 23px;
}

.woocommerce-checkout .gk-checkout-order-summary table.shop_table tr:nth-last-child(2) th,
.woocommerce-checkout .gk-checkout-order-summary table.shop_table tr:nth-last-child(2) td,
.drawer-cart .gk-checkout-order-summary table.shop_table tr:nth-last-child(2) th,
.drawer-cart .gk-checkout-order-summary table.shop_table tr:nth-last-child(2) td {
	padding-bottom: 23px;
}

.woocommerce-checkout .gk-checkout-order-summary table.shop_table td,
.drawer-cart .gk-checkout-order-summary table.shop_table td  {
	text-align: right;
}

.woocommerce-checkout .gk-checkout-order-summary table.shop_table tr.order-total th,
.woocommerce-checkout .gk-checkout-order-summary table.shop_table tr.order-total td,
.drawer-cart .gk-checkout-order-summary table.shop_table tr.order-total th,
.drawer-cart .gk-checkout-order-summary table.shop_table tr.order-total td {
	border-top: 1px solid #e5e5e5;
}

.woocommerce-checkout .gk-checkout-order-summary table.shop_table tr.order-total td {
	font-size: 1.2rem;
}

.woocommerce-checkout .gk-checkout-order-summary table.shop_table td small.includes_tax {
	display: block;
	margin-top: 4px;
	font-size: .8333rem;
}

.woocommerce-checkout .gk-checkout-order-summary table.shop_table a.woocommerce-remove-coupon {
	color: #1a1a1a;
	text-decoration: underline;
	text-transform: uppercase;
}

.woocommerce-checkout .cart-widget-actions {
	display: none;
}

.woocommerce-checkout .checkout-step-payment-legal-desc {
    font-size: 0.6944em;
    line-height: 1.3333;
    margin-bottom: 30px;
    opacity: .75;
}

.woocommerce-checkout .checkout-step-payment-legal-desc p {
	margin-bottom: 8px;
}

.woocommerce-checkout .checkout-step-payment-legal-desc p:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout .checkout-step-payment-legal-desc a {
	color: #333;
	text-decoration: underline;
}

.woocommerce-checkout .checkout-summary-payment-logos-wrap {
	margin: 30px auto 60px auto;
	max-width: 480px;
}

.woocommerce-checkout .checkout-summary-payment-logos-wrap img {
	margin: 0 auto;
}

a.checkout-back-to-shop {
	display: none;
}

/*******************************************************
*********************** THANK YOU
******************************************************/

.woocommerce-order-received .site-main &gt; article &gt; .entry-content {
	margin: 0 auto 45px auto;
	max-width: 750px;
}

.woocommerce-order-received h2.woocommerce-order-received-title {
	margin: 0 auto 38px auto;
	text-align: center;
	font-size: 2.4883rem;
}

.woocommerce-order-received .thankyou-success-msg {
	line-height: 1.3333;
	text-align: center;
	margin: 0 auto 45px auto;
	font-size: 1.2rem;
}

.woocommerce-order-received .thankyou-success-msg a,
.woocommerce-order-received .woocommerce-order-details p a {
	color: #333;
	text-decoration: underline;
}

.woocommerce-order-received .woocommerce-order p.woocommerce-thankyou-order-received {
	display: none;
}

.woocommerce-order-received .woocommerce ul.order_details li {
	margin-bottom: 23px;
}

.woocommerce-order-received .woocommerce ul.order_details {
	margin-bottom: 0;
}

html.gk-woocommerce .woocommerce .woocommerce-order-details h2,
html.gk-woocommerce .woocommerce .woocommerce-bacs-bank-details h2,
html.gk-woocommerce .woocommerce-view-subscription .woocommerce .woocommerce-MyAccount-content &gt; h2:not(.myaccount-view-subscription-title),
html.gk-woocommerce .woocommerce-view-subscription .woocommerce .woocommerce-MyAccount-content &gt; header &gt; h2,
html.gk-woocommerce .woocommerce .woocommerce-customer-details h2 {
	font-size: 1.2rem;
	color: #686868;
	margin: 0;
	margin-bottom: .5em;
}

html.gk-woocommerce .woocommerce .woocommerce-order-details h3,
html.gk-woocommerce .woocommerce-view-subscription .woocommerce .woocommerce-MyAccount-content &gt; h3,
html.gk-woocommerce .woocommerce .woocommerce-customer-details h3 {
	font-size: 1rem;
	color: #686868;
	margin: 0;
	margin-bottom: .5em;
}

.woocommerce .woocommerce-order-details table.shop_table,
.woocommerce-view-subscription .woocommerce table.shop_table,
.woocommerce .woocommerce-customer-details table.shop_table {
	margin-bottom: 45px;
}

.woocommerce table.shop_table.order_details tr th:last-child,
.woocommerce table.shop_table.order_details tr td:last-child {
	text-align: right;
}

.woocommerce table.shop_table.order_details td.product-name {
	font-weight: normal;
}

.woocommerce table.shop_table.order_details td.product-name a {
	font-weight: bold;
	color: #686868;
}

.woocommerce table.shop_table.order_details td.product-name .product-quantity {
	font-weight: normal;
}

.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table.order_details tfoot td {
	font-size: 1rem;
}

.woocommerce table.shop_table.order_details .includes_tax,
.woocommerce table.shop_table.order_details .shipped_via {
	display: block;
	margin-top: 4px;
}

.woocommerce table.my_account_orders td:first-child:not(.gk-myaccount-subscription-wrap) a {
	color: #686868;
	font-weight: bold;
}

.woocommerce table.my_account_orders th:first-child,
.woocommerce table.my_account_orders td:first-child {
	padding-left: 15px;
}

.woocommerce table.my_account_orders th {
	padding: 8px;
}

.woocommerce table.my_account_orders .button,
.woocommerce-account td.gk-myaccount-subscription-wrap .gk-myaccount-subscription-actions .button,
.woocommerce-account td.gk-myaccount-subscription-wrap .gk-myaccount-subscription-actions a.btn {
	font-size: 12px;
	padding: .5em .5em;
	border: none !important;
	display: table;
	width: auto !important;
}

.woocommerce .woocommerce-customer-details address {
	line-height: 1.333;
	padding: 15px;
	color: #686868;
}

.woocommerce .woocommerce-customer-details p {
	margin: 0;
	margin-top: 8px;
	line-height: 1.15;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
	padding-left: 0;
	word-break: break-word;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	display: none;
}

.woocommerce-order-received .woocommerce-order &gt; section:last-child {
	margin-bottom: 0;
}

.woocommerce-order-received .thankyou-tab-desc:not(:last-child) {
	margin-bottom: 23px;
}

.woocommerce-order-received .thankyou-tab-desc p {
	color: #686868;
	line-height: 1.6;
	margin: 0;
	margin-top: 15px;
}

.woocommerce-order-received .thankyou-tab-desc p:first-child {
	margin-top: 0;
}

.thankyou-tab-customer-service-person-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.thankyou-tab-customer-service-person-img-wrap {
	flex: 0 0 120px;
	margin-right: 23px;
}

.thankyou-tab-customer-service-person-details-wrap {
	flex: 0 1 auto;
}

.thankyou-tab-customer-service-person-firstname {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 8px;
}

.thankyou-tab-customer-service-person-job {
	font-size: 0.8333rem;
	margin-bottom: 8px;
	line-height: 1.333;
}

.thankyou-tab-customer-service-links-wrap:not(:first-child) {
	margin-top: 30px;
}

a.thankyou-tab-customer-service-link {
	display: block;
	width: auto;
	margin-top: 15px;
	color: #1a1a1a;
	font-size: 1.2rem;
	text-decoration: underline;
}

a.thankyou-tab-customer-service-link:first-child {
	margin-top: 0;
}

html.gk-woocommerce .woocommerce .woocommerce-order-details header,
html.gk-woocommerce .woocommerce .woocommerce-order-details header p {
	color: #686868;
}

html.gk-woocommerce .woocommerce .woocommerce-order-details header p {
	margin-bottom: 8px;
}

.woocommerce-page.woocommerce-view-subscription .woocommerce table.shop_table.subscription_details td:first-child {
	font-weight: bold;
	line-height: 1.2;
}


/*******************************************************
*********************** REFUND FORM
******************************************************/

body.refund-form h1.entry-title {
	margin-bottom: 23px;
}

.refund-form-steps {
	display: table;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.refund-form-step {
	flex: 0 0 auto;
}

.refund-form-step,
.refund-form-step a {
	font-size: .8333rem;
	color: #999;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1px;
    font-weight: bold;
}

.refund-form-step-divider {
	flex: 1 0 auto;
	border-top: 2px solid #999;
	margin: 0 15px;
}

.refund-form-step.active,
.refund-form-step.active a {
	color: #686868;
}

.refund-form-step.active ~ .refund-form-step,
.refund-form-step.active ~ .refund-form-step a {
	color: #c4c4c4;
}

.refund-form-step.active ~ .refund-form-step-divider {
	border-color: #c4c4c4;
	border-style: dotted;
}

.refund-form-login-forms-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-left: -30px;
	margin-right: -30px;
}

.refund-form-login-wrap {
	flex: 0 0 50%;
	padding: 0 30px;
	border-left: 1px solid #e5e5e5;
}

.refund-form-login-wrap:first-child {
	border-left: none;
}

.refund-form-login-wrap &gt; h2 {
	font-size: 1.728rem;
	margin-bottom: 15px;
}

.woocommerce .refund-form-login-wrap form.login {
	margin-bottom: 0;
}

.woocommerce-checkout form.login p.form-row.form-row-first,
.refund-form form.login p.form-row.form-row-first,
.woocommerce-checkout form.login p.form-row.form-row-last,
.refund-form form.login p.form-row.form-row-last {
	float: none;
	width: 100%;
}

body.refund-form-link-sent .entry-content &gt; .woocommerce &gt; p  {
	line-height: 1.3333;
}

.refund-form .woocommerce table.my_account_orders .button:not(.gk_refund) {
	display: none;
}

html.gk-woocommerce h2.refund-form-step-title {
	margin-bottom: 23px;
}

body.refund-form .tab-title,
body.refund-form .faq-question-title {
	font-size: 1.2rem;
}

body.refund-form .tab-content-wrap,
body.refund-form .faq-question-content-wrap {
	font-size: 1rem;
}

body.refund-form .tab-content-wrap p,
body.refund-form .faq-question-content-wrap p {
	line-height: 1.6;
    margin-bottom: 23px;
}

body.refund-form .tab-content-wrap p:last-child,
body.refund-form .faq-question-content-wrap p:last-child {
	margin-bottom: 0;
}

.refund-form-faqs-btns-wrap .btn {
	margin-right: 15px;
}

.refund-form .woocommerce table.shop_table.refund-form-products {
	margin-bottom: 45px;
}

.refund-form .woocommerce table.shop_table.refund-form-products td {
	padding-top: 15px;
	padding-bottom: 15px;
}

.refund-form table.refund-form-products tr.refund-item-disallowed td &gt; * {
	opacity: .666;
}

.refund-form td.refund-item-checkbox-col label {
	margin: 0;
	padding: 0;
	position: relative;
}

.refund-form td.refund-item-checkbox-col input[type=checkbox] {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
}

.refund-form td.refund-item-checkbox-col .refund-item-toggle-faux-checkbox {
	cursor: pointer;
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	position: relative;
}

.refund-form .woocommerce table.shop_table td.refund-item-checkbox-col {
	width: 25px;
	padding-left: 30px;
}

.refund-form td.refund-item-checkbox-col .refund-item-toggle-faux-checkbox svg.gk-icon-checked {
	display: none;
}

.refund-form td.refund-item-checkbox-col input[type=checkbox]:checked + .refund-item-toggle-faux-checkbox {
	border-color: #333;
	background-color: #333;
}

.refund-form td.refund-item-checkbox-col input[type=checkbox]:checked + .refund-item-toggle-faux-checkbox svg.gk-icon-checked {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	font-size: 18px;
}

.refund-form table.refund-form-products tr:not(.refund-item-disallowed) td.refund-item-name-col {
	cursor: pointer;
}

.refund-form .refund-item-info-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.refund-form .refund-item-thumbnail-wrap {
	flex: 0 0 90px;
	margin-right: 30px;
}

.refund-form .refund-item-item-wrap {
	flex: 0 0 auto;
}

.refund-form .refund-item-name {
	line-height: 1.15;
	font-size: 1.2rem;
	font-weight: bold;
}

.refund-form .refund-item-disallowed-label {
	margin-top: 4px;
	font-size: .8333rem;
	line-height: 1.15;
}

.refund-form .woocommerce td.product-name .wc-item-meta {
	margin-top: 4px;
}

.refund-form table.refund-form-products div.col-content {
	opacity: 0;
	transition: .2s opacity ease-in-out;
}

.refund-form .woocommerce table.shop_table.refund-form-products td.active div.col-content {
	opacity: 1;
}

.refund-form .woocommerce table.shop_table.refund-form-products td.refund-item-quantity-col {
	text-align: center;
}

.refund-form .refund-item-quantity-wrap {
	margin-top: 8px;
}

.refund-form .woocommerce table.shop_table.refund-form-products td.refund-item-total-col {
	text-align: right;
}

.refund-form .refund-item-total {
	font-weight: bold;
	font-size: 1.2rem;
	white-space: nowrap;
}

.refund-form .refund-item-cost {
	margin-top: 4px;
	font-size: .8333rem;
	line-height: 1.15;
}

.refund-form .woocommerce table.shop_table.refund-form-products tr.refund-item-reason-row td  {
	padding-top: 0;
}

.refund-form form.refund-form-form span.required {
	color: #ff0000;
}

.refund-form form.refund-form-form legend {
	margin: 0;
    padding: 0;
    margin-bottom: 8px;
    line-height: 1.15;
    font-size: 14px;
    color: #3d3d3d;
}

.refund-form form.refund-form-form p.form-row.form-row-radio {
	margin-bottom: 0;
}

.refund-form form.refund-form-form p.form-row.form-row-radio label {
	margin-top: -20px;
	line-height: 1.15;
}

.refund-form table.refund-form-products tr.refund-item-reason-row td {
	border-top: none;
	border-bottom: none;
}

.refund-form table.refund-form-products tfoot tr.refund-total-row td.refund-total-col {
	text-align: right;
}

.refund-form .refund-registered-content &gt; *:not(img):not(div) {
	max-width: 930px;
}

.refund-form .refund-registered-content h1,
.refund-form .refund-registered-content h2,
.refund-form .refund-registered-content h3,
.refund-form .refund-registered-content h4,
.refund-form .refund-registered-content h5,
.refund-form .refund-registered-content h6 {
	margin: 1.5em 0 .5em 0;
}

.refund-form .refund-registered-content h1:first-child,
.refund-form .refund-registered-content h2:first-child,
.refund-form .refund-registered-content h3:first-child,
.refund-form .refund-registered-content h4:first-child,
.refund-form .refund-registered-content h5:first-child,
.refund-form .refund-registered-content h6:first-child {
	margin-top: 0;
}

.refund-form .refund-registered-content p {
	line-height: 1.6;
	margin-bottom: 23px;
}

.refund-form .refund-registered-content blockquote {
	line-height: 1.6;
	margin-bottom: 23px;
	font-size: 1rem;
}

.refund-form .refund-registered-content blockquote p:last-child {
	margin-bottom: 0;
}

.refund-form .refund-registered-content ul,
.refund-form .refund-registered-content ol {
	max-width: 600px;
	padding-left: 2em;
	margin-bottom: 23px;
}

.refund-form .refund-registered-content ul {
	list-style-type: circle;
}

.refund-form .refund-registered-content ul li,
.refund-form .refund-registered-content ol li {
	line-height: 1.6;
	margin-bottom: 15px;
}


/*******************************************************
*********************** PRODUCT REVIEWS
******************************************************/

div.product #reviews {
	margin-bottom: 45px;
}

div.product #reviews h2.woocommerce-Reviews-title {
	text-align: center;
	margin-bottom: 45px;
}

.single-product-noreviews-wrap {
	text-align: center;
	margin: 0 auto;
}

p.woocommerce-noreviews {
	margin: 0;
	margin-bottom: 23px;
	line-height: 1.333;
}

.single-product-rating-summary-wrap {
	margin: 0 auto 30px auto;
	text-align: center;
}

.woocommerce div.product .single-product-rating-summary-wrap .woocommerce-product-rating {
	margin: 0 auto 15px auto;
	display: table;
	width: auto;
}

.woocommerce div.product .star-rating {
	width: 5.3em;
}

.woocommerce div.product .single-product-rating-summary-wrap .woocommerce-product-rating .star-rating {
	margin: 0;
}

.single-product-rating-summary {
	font-size: .8333em;
}

.woocommerce table.single-product-rating-counts {
	border: none;
	color: #333;
	max-width: 600px;
	margin: 0 auto 60px auto;
}

tr.single-product-rating-count {
	cursor: pointer;
}

tr.single-product-rating-count.empty {
	cursor: initial;
}

tr.single-product-rating-count.empty,
tr.single-product-rating-count.inactive {
	opacity: .333;
}

tr.single-product-rating-count.inactive:not(.empty):hover {
	opacity: 1;
	transition: .1s opacity ease-in-out;
}

tr.single-product-rating-count td {
	padding-top: 15px;
}

tr.single-product-rating-count:first-child td {
	padding-top: 0;
}

td.single-product-rating-count-desc-wrap {
	white-space: nowrap;
	padding-right: 23px;
}

.woocommerce .single-product-rating-count-desc-wrap .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
}

span.single-product-rating-count-desc {
	font-size: .8333em;
	margin-left: 15px;
}

td.single-product-rating-count-bar-wrap {
	width: 99%;
}

.single-product-rating-count-bar {
	background-color: #e5e5e5;
	height: 10px;
}

.single-product-rating-count-bar-fill {
	background-color: #333;
	height: 100%;
}

.single-product-reviews-nav {
	display: table;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.single-product-reviews-controls {
	flex: 0 1 auto;
	margin-right: 30px;
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.single-product-reviews-control-wrap {
	flex: 0 0 auto;
	margin-right: 30px;
}

.single-product-reviews-control-wrap label {
	margin-right: 8px;
}

.btn-single-product-reviews-reset {
	padding-left: 0;
	padding-right: 0;
}

.single-product-reviews-nav .btn-single-product-add-review {
	flex: 0 0 auto;
	margin-left: auto;
}

.woocommerce #reviews #comments ol.commentlist li {
	margin: 0;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}

.woocommerce #reviews #comments ol.commentlist li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
}

.product-review-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.drawer-review-details .product-review-wrap {
	flex-wrap: wrap;
}

.product-review-meta-wrap {
	flex: 0 0 25%;
}

ol.commentlist .product-review-meta-wrap {
	cursor: pointer;
}

.drawer-review-details .product-review-meta-wrap {
	flex: 0 0 100%;
	display: table;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.woocommerce .product-review-meta-wrap .star-rating {
	float: none;
	margin-bottom: 15px;
}

.woocommerce .drawer-review-details .product-review-meta-wrap .star-rating {
	margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text time.woocommerce-review__published-date,
.drawer-review-details time.woocommerce-review__published-date {
	display: block;
	font-size: .8333em;
}

img.product-review-google-translate-img {
	width: 122px;
}

.product-review-content-wrap {
	flex: 0 0 75%;
	max-width: 100%;
}

.drawer-review-details .product-review-content-wrap {
	flex: 0 0 100%;
}

.product-review-title {
	margin-bottom: 15px;
	font-weight: bold;
}

ol.commentlist .product-review-title {
	cursor: pointer;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description p,
.drawer-review-details .description p {
	line-height: 1.6;
	margin: 0;
	margin-top: 8px;
	font-size: .8333em;
	font-style: italic;
}

.drawer-review-details .description p {
	word-wrap: break-word;
}

.drawer-review-details .description p:first-child,
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:first-child {
	margin-top: 0;
}

.product-review-comment-text-wrap p span.read-more,
.product-review-comment-text-wrap span.read-less {
	font-style: normal;
	font-size: .8333rem;
}

.product-review-comment-text-wrap span.read-less {
	display: block;
	margin-top: 8px;
}

.product-review-comment-text-wrap a.more-link,
.product-review-comment-text-wrap a.less-link {
	color: #337ab7;
}

.product-review-author-wrap {
	margin-top: 15px;
	font-size: .8333em;
}

.product-review-imgs-thumbs-wrap {
	margin-top: 8px;
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.drawer-review-details .product-review-imgs-thumbs-wrap {
	display: none;
}

.product-review-img-thumb-wrap {
	flex: 0 0 75px;
	width: 75px;
	height: 75px;
	margin-top: 15px;
	margin-right: 15px;
	cursor: pointer;
}

img.product-review-img-thumb {
	float: none !important;
}

.product-review-bottom-wrap {
	display: table;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}

.drawer-review-details .product-review-bottom-wrap {
	flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 23px;
}

.product-review-verified-wrap {
	flex: 0 0 auto;
	font-size: .8333em;
	line-height: 1.333;
}

.drawer-review-details .product-review-verified-wrap {
	flex: 0 0 100%;
  margin-bottom: 15px;
}

.product-review-verified-wrap .gk-icon {
	vertical-align: -2px;
	margin-right: 4px;
}

.product-review-helpful-wrap {
	flex: 0 0 auto;
	display: table;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: auto;
	text-align: right;
}

.drawer-review-details .product-review-helpful-wrap {
	flex: 0 0 100%;
	justify-content: flex-start;
	text-align: left;
	margin-left: 0;
}

.product-review-helpful-label {
	flex: 0 0 auto;
	margin-right: 15px;
	font-size: .6944em;
}

.product-review-helpful-choices {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.product-review-helpful-choice {
	cursor: pointer;
	color: #337ab7;
	font-size: 16px;
	margin-right: 8px;
	display: block;
	min-width: 48px;
	text-align: center;
	height: 48px;
	line-height: 48px;
}

.product-review-helpful-choice &gt; * {
	line-height: 1;
}

.product-review-helpful-choice:last-child {
	margin-right: 0;
}

.product-review-helpful-choices.voted .product-review-helpful-choice {
	cursor: initial;
	color: #333333;
}

.product-review-helpful-choice.choosen {
	font-weight: bold;
}

.product-review-helpful-choice .gk-icon {
	margin-right: .2em;
}

.product-review-helpful-choice.product-review-helpful-choice-no .gk-icon {
	transform: rotate(180deg) translateY(-.2em);
}

.product-review-content-wrap span.edit-link {
	margin: 0;
	margin-top: 30px;
	font-size: .8333rem;
}

.drawer-review-details .product-review-content-wrap span.edit-link {
	margin-top: 23px;
}

.product-review-response-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 30px;
}

.drawer-review-details .product-review-response-wrap {
	flex-wrap: wrap;
	padding-left: 30px;
}

.product-review-response-meta-wrap {
	flex: 0 0 25%;
	padding-top: 30px;
}

.drawer-review-details .product-review-response-meta-wrap {
	flex: 0 0 100%;
  padding-top: 0;
}

.product-review-response-content-wrap {
	flex: 0 0 75%;
	max-width: 100%;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
}

.drawer-review-details .product-review-response-content-wrap {
	flex: 0 0 100%;
  border: none;
  padding-top: 15px;
}

.product-review-response-title {
	margin-bottom: 15px;
	font-weight: bold;
}

.product-review-response-title-label {
	padding-right: .2em;
}

.woocommerce #content div.product #reviews li.product-review .product-review-response-title img.custom-logo,
.drawer-review-details .product-review-response-title img.custom-logo {
	float: none;
	max-height: 1em !important;;
	width: auto !important;
	vertical-align: bottom;
}

.product-review-response-author {
	margin-top: 15px;
	font-size: .8333em;
}

.product-review-response-author-name {
	font-weight: bold;
}

.single-product-reviews-displaying-cnts {
	text-align: center;
	margin: 0 auto;
	margin-top: 45px;
	font-size: .6944em;
}

.btn-single-product-reviews-load-more {
	margin-top: 8px;
	background-color: transparent !important;
}


/*******************************************************
*********************** REVIEW FORM, REVIEW DETAILS
*********************** AND BACK IN STOCK FORM DRAWERS
******************************************************/

.drawer.drawer-review-form,
.drawer.drawer-review-details,
.drawer.drawer-back-in-stock-form {
	max-width: 540px;
	font-size: 14px;
	background-color: #fff;
	border-left: 1px solid #e5e5e5;
}

.drawer-review-form .drawer-title,
.drawer-review-details .drawer-title,
.drawer-back-in-stock-form .drawer-title {
	height: 30px;
	font-size: 1.728em;
}

.drawer-review-form .review-form-widget-wrap,
.drawer-review-details .review-details-widget-wrap,
.drawer-back-in-stock-form .back-in-stock-form-widget-wrap {
	height: 100%;
	height: 100vh;
	height: calc( 100vh - 56px /* Chrome on Android bar */ - ( 2 * 30px /* drawer top and bottom paddings */ ) - ( 30px + 15px /* drawer title height and bottom padding */ ) );
	height: calc( calc( var(--vh, 1vh) * 100 ) /* the actual 100vh taken form custom CSS property */ - ( 2 * 30px /* drawer top and bottom paddings */ ) - ( 30px + 15px /* drawer title height and bottom padding */ ) );
	transition: .2s height ease;
}

.drawer-review-form .review-form-widget-wrap,
.drawer-back-in-stock-form .back-in-stock-form-widget-wrap {
	overflow: auto;
	padding-right: 15px;
}

.drawer-review-details .review-details-widget-wrap {
	display: table;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.review-details-widget {
	flex: 0 1 auto;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.drawer-review-form .review-form-product-wrap {
	margin: 0 auto 23px auto;
	max-width: 255px;
}

.drawer-review-form .review-form-product-thumbnail-wrap {
	margin: 0 auto 15px auto;
	display: table;
	width: auto;
}

.drawer-review-form .review-form-product-title,
.drawer-review-details .review-details-product-title {
	text-align: center;
	line-height: 1.1;
	font-size: 1.44em;
}

.drawer-review-details .review-details-product-title {
	 margin-bottom: 30px;
}

.drawer-review-form .comment-form-rating {
	margin-bottom: 15px;
}

.drawer-review-form .comment-form-rating label,
.drawer-review-form form legend {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	line-height: 1.15;
    font-size: 14px;
    color: #3d3d3d;
}

.drawer-review-form form span.required,
.drawer-back-in-stock-form form span.required {
	color: #ff0000;
}

.drawer-back-in-stock-form .newsletter-privacy-policy {
	margin-bottom: 15px;
}

.drawer-review-form .comment-form-rating p.stars {
	margin: 0;
}

.drawer-review-form .comment-form-rating p.stars a {
	width: 18px;
	height: 18px;
	color: #333;
	font-size: 18px;
}

.drawer-review-form .comment-form-rating p.stars a::before {
	width: 18px;
	height: 18px;
}

.drawer-review-form .review-form-rating-desc {
	font-size: 1em;
	margin-top: 8px;
	line-height: 1.333;
	color: #777777;
}

.woocommerce .drawer-review-form form .form-row#comment_field .woocommerce-input-wrapper {
	position: relative;
	display: block;
}

.woocommerce .drawer-review-form form .form-row#comment_field .woocommerce-input-wrapper:before {
	display: block;
	content: '';
	position: absolute;
	background-color: #fff;
	top: 1px;
	left: 1px;
	right: 1px;
	height: 27px;
	z-index: 2;
}

.woocommerce #reviews .drawer-review-form form .form-row #comment {
	min-height: 120px;
}

.drawer-review-form form .review-form-imgs-wrap {
	margin-bottom: 8px;
	padding-right: 3px;
}

.review-form-imgs,
.review-form-imgs * {
  box-sizing: border-box;
}

.review-form-imgs {
  min-height: 90px;
  border: 1px dashed #686868;
  border-radius: 2px;
  position: relative;
  margin-bottom: 15px;
}

.review-form-imgs.dz-clickable {
  cursor: pointer;
}

.review-form-imgs.dz-clickable * {
  cursor: default;
}

.review-form-imgs.dz-clickable .dz-message,
.review-form-imgs.dz-clickable .dz-message * {
  cursor: pointer;
}

.review-form-imgs.dz-started {
	border-color: transparent;
	margin-bottom: 0;
}

.review-form-imgs.dz-started .dz-message {
  display: none;
}

.review-form-imgs.dz-drag-hover {
  border-style: solid;
}

.review-form-imgs.dz-drag-hover .dz-message {
  opacity: 0.333;
}

.review-form-imgs .dz-message {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0 15px;
}

.review-form-imgs .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-transform: none;
  color: #777777;
  line-height: 1.2;
}

.review-form-imgs .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 15px 0;
  min-height: 90px;
}

.review-form-imgs .dz-preview:hover {
  z-index: 1000;
}

.review-form-imgs .dz-preview.dz-file-preview .dz-image {
  background: #e5e5e5;
}

.review-form-imgs .dz-preview.dz-image-preview {
  background: #e5e5e5;
}

.review-form-imgs .dz-preview a.dz-remove {
	position: absolute;
  z-index: 501;
  top: -10px;
  right: -10px;
  background-color: #333;
  color: #fff;
  line-height: 29px;
  font-size: 14px;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 99999em;
  cursor: pointer;
  opacity: 0;
}

.review-form-imgs .dz-preview:hover a.dz-remove {
	opacity: 1;
}

.review-form-imgs .dz-preview a.dz-remove,
.review-form-imgs .dz-preview a.dz-remove * {
	cursor: pointer;
}

.review-form-imgs .dz-preview.dz-error:hover .dz-details {
  opacity: 1;
}

.review-form-imgs .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 100%;
  transform: translateY(-50%);
  opacity: 0;
  font-size: .6944rem;
  padding: 0 4px;
  text-align: center;
  line-height: 1;
  color: #1a1a1a;
}

.review-form-imgs .dz-preview .dz-details .dz-size {
	margin-bottom: 4px;
}

.review-form-imgs .dz-preview .dz-details .dz-filename {
	white-space: nowrap;
	overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 4px;
}

.review-form-imgs .dz-preview .dz-image {
  overflow: hidden;
  width: 90px;
  height: 90px;
  position: relative;
  display: block;
  z-index: 10;
}

.review-form-imgs .dz-preview .dz-image img {
  display: block;
}

.review-form-imgs .dz-preview.dz-error:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.review-form-imgs .dz-preview .dz-success-mark {
	display: none;
}

.review-form-imgs .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
}

.review-form-imgs .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 99999em;
  width: 45px;
  height: 45px;
  background-color: #f00;
}

.review-form-imgs .dz-preview .dz-error-mark:before {
	content: '!';
	display: block;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
}

.review-form-imgs .dz-preview:hover .dz-error-mark {
	opacity: 0;
}

.review-form-imgs .dz-preview .dz-error-mark svg {
  display: none;
}

.review-form-imgs .dz-preview .dz-progress {
	display: none;
}

.review-form-imgs .dz-preview.dz-error .dz-error-message {
  display: block;
}

.review-form-imgs .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  font-size: .5787rem;
  top: 100px;
  left: 0;
  width: 90px;
  background: #ff0000;
  padding: 8px 4px;
  color: #fff;
  line-height: 1.333;
  text-align: center;
  font-weight: bold;
}

.review-form-imgs .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  pointer-events: auto;
}

.review-form-imgs .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 39px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ff0000;
}

.drawer-review-form form .btn-review-form-imgs-add {
	padding: 0;
	margin-bottom: 15px;
}

.drawer-review-form form .review-form-imgs.dz-max-files-reached + .btn-review-form-imgs-add {
	display: none;
}

.woocommerce .drawer-review-form form .form-row#website_input_field,
.woocommerce .drawer-back-in-stock-form form .form-row#website_field_field {
	opacity: 0;
	margin: 0;
	padding: 0;
}

.woocommerce .drawer-review-form form .form-row span.gk-form-field-description {
	margin-bottom: 0;
}

.drawer-review-form .btn-review-form-submit,
.drawer-back-in-stock-form .btn-back-in-stock-form-submit {
	margin-top: 23px;
}

.drawer-review-form .woocommerce-error,
.drawer-back-in-stock-form .woocommerce-error {
	margin-bottom: 23px;
}

.review-form-success-wrap,
.back-in-stock-form-success-wrap {
	padding-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}

h2.review-form-success-title,
h2.back-in-stock-form-success-title {
	margin: 0;
	margin-bottom: 23px;
	font-size: 1.44em;
}

.review-form-success-desc p,
.back-in-stock-form-success-desc p {
	margin: 0;
	margin-top: 8px;
	line-height: 1.333;
}

.review-form-success-desc p:first-child,
.back-in-stock-form-success-desc p:first-child {
	margin-top: 0;
}

.owl-carousel.owl-theme.review-details-imgs {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.owl-carousel.owl-theme.review-details-imgs .owl-nav {
	margin: 0;
	margin-top: 8px;
	position: relative;
	text-align: center;
}

.owl-carousel.owl-theme.review-details-imgs .owl-nav.disabled {
	display: block;
}

.owl-carousel.owl-theme.review-details-imgs .owl-nav button[class*=owl-],
.owl-carousel.owl-theme.review-details-imgs .owl-nav button[class*=owl-]:hover,
.owl-carousel.owl-theme.review-details-imgs .owl-nav button[class*=owl-]:focus,
.owl-carousel.owl-theme.review-details-imgs .owl-nav button[class*=owl-]:active {
	background: transparent !important;
	outline: none !important;
	box-shadow: none !important;
	color: #333 !important;
}

.owl-carousel.owl-theme.review-details-imgs .owl-nav [class*=owl-] .gk-icon {
	font-size: 1.9em;
	vertical-align: -.3em;
	padding-left: .1em;
}

.owl-carousel.owl-theme.review-details-imgs .owl-nav .gk-slider-counter {
	text-align: center;
	padding: 0 15px;
	color: #333;
}

.drawer-review-details .review-details-img {
	margin-bottom: 30px;
}

.drawer-review-details .owl-carousel .review-details-img {
	margin-bottom: 0;
}

.drawer-review-details img.product-review-img {
	max-height: 435px !important;
	margin: 0 auto;
	width: auto !important;
}

.drawer-review-details .review-details-comment-wrap {
	font-size: 1rem;
	padding-bottom: 15px;
}

.drawer-review-details .review-details-toolbar {
	flex: 0 0 auto;
	display: table;
	display: flex;
	justify-content: space-between;
	align-items: center;
    width: 100%;
    margin-top: auto;
    padding-top: 8px;
    font-size: 1rem;
}

.drawer-review-details .review-details-nav-wrap {
	display: table;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.drawer-review-details .review-details-nav {
	font-size: 28px;
	cursor: pointer;
	margin-left: 8px;
	display: block;
	min-width: 48px;
	text-align: center;
	height: 48px;
	display: table;
	display: flex;
	justify-content: center;
	align-items: center;
}

.drawer-review-details .review-details-nav:first-child {
	margin-left: 0;
}

.drawer-review-details .review-details-nav.disabled {
	cursor: initial;
	opacity: .5;
}


/*******************************************************
*********************** REFERRAL COUPONS
******************************************************/

.ref-coupon-code-label {
	font-size: .6944rem;
	margin-bottom: 8px;
}

.ref-coupon-code-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.ref-coupon-code {
	flex: 0 0 auto;
	margin-right: 23px;
	font-size: 2.4883rem;
	font-weight: bold;
}

.ref-coupon-code-copy-wrap {
	flex: 0 0 auto;
	padding-bottom: 4px;
}

input.copy-el-input[type=text] {
	width: 1px;
	height: 1px;
	opacity: 0.0001;
	padding: 0;
	border: none;
	outline: none;
	margin: 0;
	font-size: 1px;
	line-height: 1;
}

.copy-el-label {
	cursor: pointer;
}

.ref-coupon-code-copy-wrap .copy-el-label {
	color: #1a1a1a;
	font-size: .8333rem;
}

.ref-coupon-code-copy-wrap .copy-el-label .fa {
	font-size: 1.2em;
	margin-right: 4px;
}

.ref-coupon-code-copy-wrap .copy-el-label span {
	text-decoration: underline;
	font-weight: bold;
}

.ref-coupon-page-content-wrap {
	display: table;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 60px;
	margin-bottom: 90px;
}

.ref-coupon-page-content-desc-wrap {
	flex: 0 1 58.33%;
	padding: 0 30px 15px 0;
	padding-left: calc( (100vw - 1140px) / 2 );
}

.ref-coupon-page-content-desc-wrap .ref-coupon-code-box {
	margin-bottom: 45px;
}

.ref-coupon-page-content-desc-wrap .ref-coupon-code-label {
	display: none;
}

.ref-coupon-page-content-img-wrap {
	flex: 0 0 41.66%;
}

h2.ref-coupon-page-coupon {
	font-size: 48px;
	margin-bottom: 15px;
}

span.ref-coupon-page-coupon-copy {
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 38px;
}

span.ref-coupon-page-coupon-copy-label {
	text-transform: uppercase;
}

p.ref-coupon-page-desc {
	font-size: 1.44rem;
	line-height: 1.3333;
	margin-bottom: 45px;
	max-width: 600px;
}


/*******************************************************
*********************** FOOTER
******************************************************/

.site-footer {
	margin-top: 60px;
	border-top: 1px solid #e5e5e5;
	padding: 30px 0;
	background-color: #fff;
	font-size: 14px;
}

.site-designer {
	text-align: right;
}


/*******************************************************
*********************** CONTACT
******************************************************/

.contact-page-container {
	overflow: hidden;
}

.contact-page-desc-wrap {
	margin-bottom: 45px;
}

h2.contact-page-title {
	margin-bottom: .75em;
}

.contact-page-desc p {
	line-height: 1.6;
	margin-bottom: 23px;
}

.contact-page-desc p:last-child {
	margin-bottom: 0;
}

.contact-page-person-wrap {
	margin-bottom: 60px;
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.contact-page-person-img-wrap {
	flex: 0 0 135px;
	width: 135px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 99999em;
	margin-right: 30px;
}

.contact-page-person-img-wrap:before {
	float: left;
	content: '';
	display: block;
	padding-bottom: 100%;
}

.contact-page-person-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	max-width: 100%;
}

.contact-page-person-info-wrap {
	flex: 0 1 auto;
}

.contact-page-person-name {
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 23px;
}

a.contact-page-link {
	margin: 0;
	margin-bottom: 8px;
	display: table;
	width: auto;
}

a.contact-page-link.contact-page-phone {
	text-decoration: none;
}

.contact-page-sidebar .entry-content {
	padding-left: 15px;
}

.contact-page-sidebar .entry-content h2,
.contact-page-sidebar .entry-content h3,
.contact-page-sidebar .entry-content h4,
.contact-page-sidebar .entry-content h5,
.contact-page-sidebar .entry-content h6 {
	margin: 1.5em 0 .75em 0 !important;
}

.contact-page-sidebar .entry-content h2:first-child,
.contact-page-sidebar .entry-content h3:first-child,
.contact-page-sidebar .entry-content h4:first-child,
.contact-page-sidebar .entry-content h5:first-child,
.contact-page-sidebar .entry-content h6:first-child {
	margin-top: 0 !important;
}

.contact-page-sidebar .entry-content p {
	line-height: 1.4;
	margin-bottom: 30px;
}


/*******************************************************
*********************** GLOBAL NOTICE
******************************************************/


.global-notice-wrap {
	background-color: #333;
	color: #fff;
	padding: 15px 23px;
	text-align: center;
	position: relative;
	font-size: 14px;
}

.global-notice-desc {
	padding: 0 45px;
	line-height: 1.333;
	font-size: 1em;
}

.global-notice-dismiss {
	position: absolute;
	vertical-align: top;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 8px;
	padding: 20px 18px 16px 18px;
	line-height: 1;
	color: #fff;
}


/*******************************************************
*********************** COOKIE NOTICE
******************************************************/

.cookie-notice {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	height: auto;
	width: 540px;
	max-width: calc(100vw - 30px);
	z-index: 1000000;
	font-size: 14px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: none;
	display: none;
	min-width: initial;
	box-shadow: 0 0 7px rgba(0,0,0,.13);
}

.cookie-notice.cookie-notice-visible {
	display: block;
}

.cookie-notice-container {
	position: relative;
    z-index: 2;
	padding: 23px 15px;
	line-height: 1.333;
}

.cookie-notice-container .cookie-notice-text p {
	font-size: 14px;
	line-height: 1.3333;
	margin-bottom: 8px;
}

.cookie-notice-container .cookie-notice-text a {
	color: #1a1a1a !important;
    text-decoration: underline !important;
    text-transform: uppercase;
    font-weight: bold;
}

.cookie-notice .cookie-notice-text span.cookie-notice-toggle-additional-desc {
    display: inline;
    text-decoration: underline !important;
	color: #1a1a1a !important;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.cookie-notice .cookie-notice-text span.cookie-notice-additional-desc {
	display: none;
}

.cookie-notice-buttons-container {
	display: block;
	margin-top: 15px;
}

.cookie-notice a.cookie-notice-accept {
	display: table;
	width: auto;
	margin: 0 auto;
}

.cookie-notice-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1a1a1a;
	opacity: 0;
	pointer-events: none;
	z-index: 999990;
}

.cookie-notice-mask.active {
	opacity: .5;
	pointer-events: initial;
	transition: .2s ease-in-out opacity;
}


/*******************************************************
*********************** MEDIA
******************************************************/

/* md */
@media(max-width:1199px){

	.woocommerce-checkout #payment ul.payment_methods li &gt; label {
		max-width: 85%;
	}

	.ref-coupon-page-content-desc-wrap {
		padding-left: calc( (100vw - 970px) / 2 );
	}

}

/* sm */
@media(max-width:991px){

	/** menu **/

    .navbar-header {
        float: none;
    }
    .navbar-default .navbar-toggle {
        display: block;
        background: transparent !important;
        border: none;
        padding: 0;
        margin: 0;
        margin-left: 23px;
        -webkit-appearance: none;
    	-moz-appearance:    none;
    	appearance:         none;
    	border-radius: 0;
    	overflow: hidden;
    }
	.navbar-default .navbar-toggle .icon-bar {
		width: 30px;
	    height: 2px;
	    margin: 0 auto;
	    margin-bottom: 7px;
	    background-color: #333;
	    -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    border-radius: 0;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 0;
	}
	.navbar-toggle .icon-bar:nth-child(4) {
		margin-bottom: 0;
	}
	.navbar-toggle .icon-bar:nth-child(2) {
	    -webkit-transform: translateY(9px) rotate(45deg);
	    transform: translateY(9px) rotate(45deg);
	}
	.navbar-toggle .icon-bar:nth-child(3) {
	    -webkit-transform: translateX(20px);
	    transform: translateX(20px);
	    opacity: 0;
	}
	.navbar-toggle .icon-bar:nth-child(4) {
	    -webkit-transform: translateY(-9px) rotate(-45deg);
	    transform: translateY(-9px) rotate(-45deg);
	}
	.navbar-toggle.collapsed .icon-bar {
		opacity: 1 !important;
		transform: none !important;
	}
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav&gt;li {
        float: none;
    }
    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    .navbar-nav &gt; li &gt; .dropdown-menu {
		display: block;
		position: static;
		width: 100%;
		border: none;
		border-radius: 0;
		box-shadow: none;
		min-width: auto;
		float: none;
  	}
	.dropdown-menu &gt; li {
		margin: 0;
		font-size: 18px;
		border-bottom: 1px solid #eee;
		padding: 10px 0 10px 30px;
	}

    /** --- menu **/

    /* WooCommerce reset default cart and checkout */

	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead {
		display: table-header-group;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: table-row;
	}

	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail,
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td,
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
		display: table-cell;
	}

	.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
	.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
		border-top: 1px solid rgba(0,0,0,.1);
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff;
	}

	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
		float: left;
	}

	.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
		width: auto;
	}

	.woocommerce-page table.cart td.actions {
		padding-left: 0;
		padding-right: 0;
	}

	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		width: auto;
		margin-bottom: 0;
	}

	/* â€“â€“â€“â€“â€“â€“â€“â€“ */

	.header-checkout-flow-indicator-wrap {
		padding-top: 3px;
	}

	.header-checkout-flow-item-wrap {
		margin-right: 45px;
	}

	.header-checkout-flow-item-wrap:after {
		width: 45px;
	}

	.header-checkout-flow-item-label {
		padding-top: 0;
	}

	.gk-checkout-content-wrap {
		padding-top: 23px;
		padding-right: 23px;
	}

	.gk-checkout-order-summary-wrap {
		padding-top: 23px;
		padding-left: 23px;
	}

	html.gk-woocommerce h2.gk-checkout-step-title {
		margin-bottom: 23px;
	}

	html.gk-woocommerce h2.gk-checkout-order-summary-heading {
		margin-bottom: 23px;
	}

	.woocommerce-checkout .woocommerce ul#shipping_method li {
		padding-left: 23px;
	}

	.woocommerce-checkout #payment ul.payment_methods &gt; li {
		padding-left: 15px;
		padding-right: 15px;
	}

	.woocommerce-checkout #payment ul.payment_methods li .checkout-payment-method-radio {
		margin-right: 15px;
	}

	.woocommerce-checkout .woocommerce ul#shipping_method li img.checkout-shipping-method-logo-img {
		max-width: 45px;
	}

	.gk-cart-items-products .cart_item .product-thumbnail {
		flex-basis: 105px;
	}

	.woocommerce-checkout form.login .form-row {
		width: 100%;
		float: none;
		clear: both;
	}

	.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
		padding-top: 0;
		padding-bottom: 23px;
	}

	.woocommerce .woocommerce-customer-details .col2-set .col-1,
	.woocommerce-page .woocommerce-customer-details .col2-set .col-1 {
		float: left;
		width: 48%;
	}

	.woocommerce .woocommerce-customer-details .col2-set .col-2,
	.woocommerce-page .woocommerce-customer-details .col2-set .col-2 {
		float: right;
		width: 48%;
	}

	.ref-coupon-page-content-wrap {
		margin-top: 30px;
		margin-bottom: 30px;
		flex-wrap: wrap;
	}

	.ref-coupon-page-content-desc-wrap {
		flex: 0 0 100%;
		padding: 0 15px 45px 15px;
		text-align: center;
	}

	.ref-coupon-page-content-img-wrap {
		flex: 0 0 100%;
	}

	.ref-coupon-page-content-wrap .waves {
		display: none;
	}

	p.ref-coupon-page-desc {
		text-align: center;
		font-size: 1.2rem;
		margin-left: auto;
		margin-right: auto;
	}

	.ref-coupon-page-content-desc-wrap .ref-coupon-code-wrap {
		justify-content: center;
	}

	.post-boxes .post-box-wrap {
		flex-basis: 50%;
	}

	.navbar-default .navbar-toggle {
		order: 999;
		margin: 0;
		margin-left: 23px;
	}

	.navbar-default .navbar-collapse {
		position: absolute;
		z-index: 999;
	    top: 100%;
	    overflow: hidden;
	    background-color: #fff;
	    left: calc(-50vw + 50%);
	    width: 100vw;
	    max-width: 100vw !important;
	    padding: 0 15px 0 15px;

	}

	.navbar-default .navbar-collapse.in {
		border-bottom: 1px solid #e5e5e5;
	}

	.navbar-nav {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.navbar-nav li .dropdown-menu {
		display: block;
		position: static;
		box-shadow: none;
	}

	.navbar-nav li .dropdown-menu,
	.navbar-nav li .dropdown-menu a {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.navbar-nav li .dropdown-menu {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-nav li,
	.navbar-nav li a {
		color: #1a1a1a !important;
		background-color: #fff !important;
		border: none;
	}

	.dropdown-submenu &gt; ul.dropdown-menu {
		margin: 0;
		padding: 0;
		margin-left: 23px;
	}

	.navbar-default .navbar-nav .caret {
		display: none;
	}

	.navbar-nav .dropdown-menu li {
		clear: both;
	}

	.navbar-nav li .dropdown-menu {
		display: block;
	}

	.navbar-nav &gt; li &gt; .dropdown-menu {
		margin-bottom: 0;
		padding-bottom: 0;
		margin-bottom: -8px;
		margin-left: 23px;
		box-shadow: none !important;
		padding-top: 0;
		padding-bottom: 8px;
	}

	.gk-header-myaccount .header-myaccount-icon-wrap {
		padding-top: 3px;
	}

	.gk-header-cart .header-cart-icon-wrap {
		padding-top: 1px;
	}

	.entry-header-wrap &gt; .entry-header .entry-excerpt {
		font-size: 1.2rem;
	}

	.entry-header-wrap &gt; .entry-header h1.entry-title {
		font-size: 2.9859rem;
	}

	.wp-block-gk-box.horizontal {
		flex-wrap: wrap;
	}

	.wp-block-gk-box.horizontal .box-img-wrap {
		flex: 0 0 100%;
		margin: 0;
		margin-bottom: 45px;
	}

	.wp-block-gk-box.horizontal .box-img-wrap img.img-responsive {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}

	.single-product-reviews-controls {
		flex-wrap: wrap;
	}

	.single-product-reviews-control-wrap {
		flex: 0 0 100%;
		margin-bottom: 8px;
	}

	.refund-form-login-forms-wrap {
		flex-wrap: wrap;
		margin: 0;
	}

	.refund-form-login-wrap {
		flex: 0 0 100%;
		padding: 0;
		border: none;
		margin-top: 38px;
		padding-top: 30px;
		border-top: 1px solid #e5e5e5;
	}

	.refund-form-login-wrap:first-child {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
}

/* xs */
@media(max-width:767px){

	.site-designer,
	.site-info {
		text-align: center;
	}

	.site-info {
		margin-bottom: 8px;
	}

	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	     max-height: initial;
	}

	.woocommerce-cart table.cart .product-thumbnail {
		width: 60px;
		min-width: 60px;
	}

	.woocommerce-cart table.cart img {
		max-width: 60px;
	}

	.woocommerce-cart table.shop_table.cart td.product-name a {
		font-size: 1rem;
	}

	.header-checkout-flow-indicator-wrap-desktop {
		display: none;
	}

	.header-checkout-flow-indicator-wrap-mobile {
		display: table;
		display: flex;
	}

	.header-checkout-flow-indicator-wrap {
		margin-top: 15px;
		padding-top: 0;
	}

	.header-checkout-flow-item-wrap {
		margin-right: 83px;
	}

	.header-checkout-flow-item-wrap:after {
		width: 83px;
	}

	.gk-checkout-wrap {
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		padding-top: 23px;
		overflow: hidden;
	}

	.gk-checkout-content-wrap,
	.gk-checkout-order-summary-wrap {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
		border-right: none;
	}

	.gk-checkout-content-wrap {
		padding-bottom: 45px;
		margin-bottom: 45px;
		border-bottom: 1px solid #e5e5e5;
	}

	.woocommerce-checkout .woocommerce ul#shipping_method li img.checkout-shipping-method-logo-img {
		max-width: 60px;
	}

	.woocommerce-checkout #dpd_map {
		width: 90%;
	}

	.woocommerce .woocommerce-order-details table.shop_table, .woocommerce .woocommerce-customer-details table.shop_table {
		margin-bottom: 30px;
	}

	.contact-page-sidebar {
		margin-top: 45px;
	}

	.contact-page-sidebar .entry-content {
		padding-left: 0;
	}

	.entry-header-wrap &gt; .entry-header h1.entry-title {
		font-size: 2.4883rem;
	}

	.wp-block-gk-researches .research-wrap .research-icon-wrap {
		flex-basis: 75px;
	}

	.wp-block-gk-box .box-wysiwyg-wrap p {
		font-size: 1rem;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table {
		border: none;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table thead {
		display: none;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr {
		display: block;
		margin-top: 23px;
		border: 1px solid #e5e5e5;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr:first-child {
		margin-top: 0;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr td {
		display: block;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tbody th {
		display: none;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr td.product-thumbnail::before {
		display: none;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tbody tr:first-child td:first-child:not(.gk-myaccount-subscription-wrap) {
		border-top: none;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr td:not(.gk-myaccount-subscription-wrap) {
		text-align: right !important;
	}

	.woocommerce table.my_account_orders th:first-child, .woocommerce table.my_account_orders td:first-child {
		padding-left: 8px;
		border-top: none;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions {
		text-align: center !important;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr td::before {
		display: block;
		font-size: .8333rem;
		color: #686868;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr td.gk-myaccount-subscription-wrap::before {
		display: none;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr td.woocommerce-orders-table__cell-order-actions::before {
		display: none;
	}

	.woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr:nth-child(2n) td {
		background-color: #fff;
	}

	.woocommerce table.shop_table_responsive.woocommerce-orders-table td:not(.gk-myaccount-subscription-wrap) .button {
		margin: 0 auto;
		display: table;
		width: auto;
	}

	.refund-form .woocommerce table.shop_table_responsive.woocommerce-orders-table td:not(.gk-myaccount-subscription-wrap) .button:not(.gk_refund) {
		display: none;
	}

	.woocommerce-account table.shop_table tr.order .gk-order-product-name .product-quantity,
	.woocommerce-page table.shop_table tr.order .gk-order-product-name .product-quantity {
		text-align: right;
		display: block;
	}

	.woocommerce-account .gk-myaccount-subscription-item-img-wrap {
		flex-basis: 60px;
		height: 60px;
	}

	.woocommerce-account .gk-myaccount-subscription-item-wrap {
		padding-right: 23px;
	}

	.woocommerce-page.woocommerce-view-subscription table.shop_table.order_details td,
	.woocommerce-page.woocommerce-view-subscription table.shop_table.order_details th {
		padding: 15px 8px;
	}

	.woocommerce table.shop_table.subscription_details td:last-child {
		text-align: right;
	}

	.woocommerce table.shop_table.subscription_details .button {
		text-align: right;
		margin-right: 0;
		margin-left: auto;
	}

	.product-review-bottom-wrap {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.product-review-verified-wrap {
		flex: 0 0 100%;
		margin-bottom: 15px;
	}

	.product-review-helpful-wrap {
		flex: 0 0 100%;
		justify-content: flex-start;
		text-align: left;
		margin-left: 0;
	}

	.product-review-content-wrap span.edit-link {
		margin-top: 23px;
	}

	.review-form-imgs .dz-preview a.dz-remove {
		opacity: 1;
	}

	.refund-form .woocommerce table.shop_table.refund-form-products td.refund-item-checkbox-col {
		padding-left: 15px;
		padding-right: 0;
	}

	.refund-form .refund-item-thumbnail-wrap {
		margin-right: 15px;
		flex-basis: 60px;
	}

	.refund-form .refund-item-name {
		font-size: 1rem;
	}

	.woocommerce-checkout .btn-verify-checkout {
		margin-left: auto;
		margin-right: auto;
	}

	a.checkout-back-to-shop {
		color: #1a1a1a;
	    margin: 30px auto 0 auto;
	    display: table;
	    font-size: 1rem;
	}

	a.checkout-back-to-shop .gk-icon {
		font-size: 1.2em;
		margin-right: 8px;
		vertical-align: top;
	}

	a.checkout-back-to-shop span {
		text-decoration: underline;
		text-transform: uppercase;
	}

	.navbar-header a.header-back-to-shop {
		margin-left: auto;
	}

}

@media(max-width:599px){

	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead {
		display: none;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: block;
		position: relative;
	}

	.woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr:not(:last-child),
	.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr:not(:last-child) {
		margin-bottom: 15px;
		border: 1px solid #e5e5e5;
		padding: 8px;
		padding-right: 15px;
	}

	.woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr:not(:last-child):after,
	.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr:not(:last-child):after {
		content: '';
		display: table;
		clear: both;
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		display: block;
	}

	.woocommerce table.shop_table_responsive tbody th,
	.woocommerce-page table.shop_table_responsive tbody th {
		display: none;
	}

	#add_payment_method table.cart .product-thumbnail,
	.woocommerce-checkout table.cart .product-thumbnail {
		width: 100%;
		margin-bottom: 15px;
	}

	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		display: block;
	}

	.woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
	.woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
		display: none;
	}

	#add_payment_method table.cart img,
	.woocommerce-cart table.cart img,
	.woocommerce-checkout table.cart img {
		max-width: 100%;
		width: 300px !important;
		margin: 0 auto;
		display: block;
		height: auto;
	}

	.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
	.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
		border-top: none;
	}

	.woocommerce table.shop_table_responsive tr td:not(.gk-myaccount-subscription-wrap),
	.woocommerce-page table.shop_table_responsive tr td:not(.gk-myaccount-subscription-wrap) {
		text-align: right !important;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td,
	.woocommerce-page table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td {
		border: none;
		padding: 0;
		padding-left: 8px;
		text-align: left !important;
		float: right;
		width: calc( 100% - 105px );
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-thumbnail {
		width: 105px;
		margin: 0;
		padding: 0;
		float: left;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-remove {
		position: absolute;
		width: auto;
		padding: 0;
		margin: 0;
		background-color: transparent;
		top: 0;
		right: 0;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-remove a.remove {
		position: absolute;
	    top: 23px;
	    left: initial;
	    right: 8px;
	    background-color: transparent;
	    box-shadow: none;
	    line-height: 1px;
	    opacity: 1;
	    vertical-align: top;
	    padding-top: .2rem;
	    font-size: 1.728rem;
	    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		display: block;
	}

	.woocommerce table.shop_table_responsive.cart tr td::before,
	.woocommerce-page table.shop_table_responsive.cart tr td::before {
		display: none;
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-name {
		padding-top: 8px;
		margin-bottom: 8px;
		padding-right: 23px;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-name dl.variation {
		padding-top: 8px;
		padding-bottom: 4px;
	}

	.woocommerce-cart table.shop_table.cart td.product-name a {
		font-size: 1.2rem;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.gk-product-order-type {
		margin-bottom: 15px;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-quantity {
		padding-bottom: 0;
		max-height: 30px;
		overflow: hidden;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-quantity .gk-quantity-selector {
		margin-left: 0;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-subtotal {
		text-align: right !important;
		max-width: 50%;
		margin-top: -23px;
		padding-bottom: 0;
	}


	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		float: left;
	}

	.woocommerce #content table.cart td.actions .coupon .button,
	.woocommerce #content table.cart td.actions .coupon .input-text,
	.woocommerce #content table.cart td.actions .coupon input,
	.woocommerce table.cart td.actions .coupon .button,
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon input,
	.woocommerce-page #content table.cart td.actions .coupon .button,
	.woocommerce-page #content table.cart td.actions .coupon .input-text,
	.woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce-page table.cart td.actions .coupon .button,
	.woocommerce-page table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon input {
		width: auto;
	}

	.woocommerce-page table.cart td.actions .coupon {
		width: 100%;
		margin-bottom: 8px;
	}

	.woocommerce-page .woocommerce table.cart td.actions div.coupon .button {
		float: none !important;
		margin: 0 !important;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .shipping_calculator {
		width: 100%;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		flex-wrap: wrap;
	}

	.woocommerce-cart .wc-proceed-to-checkout {
		flex: 0 0 100%;
		margin: 0 auto;
		order: 1;
	}

	.woocommerce-cart a.btn-cart-continue-shopping {
		margin: 30px auto 0 auto;
		order: 2;
	}

	.woocommerce-cart table.shop_table {
		margin-bottom: 15px;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		padding-bottom: 15px;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		color: #686868;
	}

	.woocommerce-cart .cart .gk-quantity-selector {
		margin-left: auto;
		margin-right: 0;
	}

	.woocommerce-cart table.cart .product-thumbnail {
		padding: 0;
	}

	.woocommerce-order-received h2.woocommerce-order-received-title {
		font-size: 1.728rem;
		margin-bottom: 23px;
	}

	.woocommerce-order-received .thankyou-success-msg {
		font-size: 1rem;
		margin-bottom: 30px;
	}

	html.gk-woocommerce .tab-title {
		font-size: 1.2rem;
	}

	.woocommerce table.woocommerce-orders-table tr {
		padding-bottom: 0;
	}

	.woocommerce table.woocommerce-orders-table th,
	.woocommerce table.woocommerce-orders-table td {
		padding: 8px 8px;
	}

	.woocommerce table.woocommerce-orders-table td:not(.gk-myaccount-subscription-wrap) .button {
		display: table;
		width: auto;
		margin: 0 auto !important;
	}

	.entry-header-wrap.has-thumbnail &gt; .entry-header {
		min-height: 480px;
	}

	.entry-header-wrap &gt; .entry-header h1.entry-title {
		font-size: 2.0736rem;
	}

	.entry-header-wrap &gt; .entry-header .entry-excerpt {
		font-size: 1rem;
	}

	.entry-header-wrap.has-thumbnail &gt; .entry-header .entry-excerpt {
		margin-top: 45px;
	}

	.wp-block-gk-box.horizontal .box-img-wrap img.img-responsive {
		max-width: 100%;
	}

	.woocommerce-account .woocommerce table.my_account_orders.shop_table td.gk-myaccount-subscription-wrap {
		flex-wrap: wrap;
		padding-left: 15px;
		padding-right: 15px;
	}

	.woocommerce-account .gk-myaccount-subscription-items-wrap,
	.woocommerce-account .gk-myaccount-subscription-details-wrap {
		padding: 0;
		flex: 0 0 100%;
	}

	.woocommerce-account .gk-myaccount-subscription-items-wrap {
		margin-bottom: 23px;
	}

	.woocommerce-checkout .gk-checkout-order-summary table.shop_table td,
	.drawer-cart .gk-checkout-order-summary table.shop_table td {
		text-align: right !important;
	}

	.woocommerce table.single-product-rating-counts {
		margin-bottom: 45px;
	}

	td.single-product-rating-count-desc-wrap {
		padding-right: 8px;
	}

	span.single-product-rating-count-desc {
		margin-left: 4px;
	}

	.single-product-reviews-nav {
		flex-wrap: wrap;
	}

	.single-product-reviews-nav .btn-single-product-add-review {
		order: 1;
		margin: 0 auto 45px auto;
	}

	.single-product-reviews-controls {
		order: 2;
		margin-right: 0;
	}

	.product-review-wrap {
		flex-wrap: wrap;
	}

	.product-review-meta-wrap {
		flex: 0 0 100%;
		display: table;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 15px;
	}

	.woocommerce .product-review-meta-wrap .star-rating {
		margin: 0;
	}

	.product-review-content-wrap {
		flex: 0 0 100%;
	}

	.woocommerce #reviews #comments ol.commentlist li .comment-text .description p,
	.drawer-review-details .description p {
		word-wrap: break-word;
	}

	.product-review-response-wrap {
		flex-wrap: wrap;
		padding-left: 30px;
	}

	.product-review-response-meta-wrap {
		flex: 0 0 100%;
		padding-top: 0;
	}

	.product-review-response-content-wrap {
		flex: 0 0 100%;
		border: none;
		padding-top: 15px;
	}

	.refund-form-steps {
		display: none;
	}

	body.refund-form h1.entry-title {
		margin-bottom: 30px;
	}

	.refund-form .woocommerce table.refund-form-products tr,
	.refund-form .woocommerce table.refund-form-products tr td {
		display: block;
		border: none;
	}

	.refund-form .woocommerce table.refund-form-products tr {
		clear: both;
		border-top: 1px solid #e5e5e5;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.refund-form .woocommerce table.refund-form-products tbody tr:first-child {
		border: none;
	}

	.refund-form .woocommerce table.refund-form-products tr.refund-item-reason-row {
		border: none;
		padding: 0;
	}

	.refund-form .woocommerce table.refund-form-products tr:after {
		display: table;
		content: '';
		clear: both;
	}

	.refund-form .woocommerce table.shop_table.refund-form-products td {
		padding: 0 15px;
	}

	.refund-form .woocommerce table.shop_table.refund-form-products td.refund-item-checkbox-col {
		float: left;
		box-sizing: content-box;
		padding-top: 15px;
	}

	.refund-form .woocommerce table.shop_table.refund-form-products td.refund-item-name-col {
		width: 83%;
		float: left;
	}

	.refund-form .refund-item-info-wrap {
		align-items: flex-start;
	}

	.refund-form .woocommerce table.shop_table.refund-form-products td.refund-item-quantity-col {
		clear: both;
		float: left;
		width: 50%;
		padding-top: 15px;
	}

	.refund-form .woocommerce table.shop_table.refund-form-products td.refund-item-total-col {
		float: left;
		width: 50%;
		padding-top: 15px;
	}

	.refund-form .woocommerce table.refund-form-products td.refund-item-quantity-col,
	.refund-form .woocommerce table.refund-form-products td.refund-item-total-col {
		display: none;
	}

	.refund-form .woocommerce table.refund-form-products td.refund-item-quantity-col.active,
	.refund-form .woocommerce table.refund-form-products td.refund-item-total-col.active {
		display: block;
	}

	.refund-form .refund-item-quantity-wrap {
		margin-top: 0;
	}

	.refund-form .refund-item-total {
		font-size: 1rem;
	}

	.refund-form .refund-item-cost {
		margin-top: 0;
	}

	.refund-form .woocommerce table.shop_table.refund-form-products tr.refund-item-reason-row td.refund-item-reason-col {
		padding-bottom: 15px;
	}

	.refund-form .woocommerce table.refund-form-products tfoot tr td {
		float: left;
		width: 50%;
	}

}

/* xxs */
@media(max-width:479px){

	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message {
		padding-right: 15px;
	}

	.woocommerce-error .woocommerce-notice-wrap &gt; a.button,
	.woocommerce-info .woocommerce-notice-wrap &gt; a.button,
	.woocommerce-message .woocommerce-notice-wrap &gt; a.button,
	.woocommerce-error .woocommerce-notice-wrap &gt; .btn,
	.woocommerce-info .woocommerce-notice-wrap &gt; .btn,
	.woocommerce-message .woocommerce-notice-wrap &gt; .btn {
		margin-left: 8px;
	}

	.woocommerce form .form-row-first,
	.woocommerce-page form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
	}

	.woocommerce-checkout .woocommerce ul#shipping_method li {
		padding-left: 15px;
	}

	.woocommerce-checkout .woocommerce ul#shipping_method li .checkout-shipping-method-radio {
		margin-right: 15px;
	}

	.woocommerce-checkout .woocommerce ul#shipping_method li img.checkout-shipping-method-logo-img {
		max-width: 45px;
	}

	.gk-cart-items-products .cart_item .product-thumbnail {
		flex-basis: 75px;
	}

	.gk-cart-items-products .cart_item .product-details {
		padding-right: 0;
	}

	.gk-cart-items-products .cart_item .product-details .product-name-wrap {
		margin-top: 0;
	}

	.gk-cart-items-products .cart_item .gk-product-order-type {
		margin-top: -8px;
		font-size: .8333rem;
	}

	.drawer-cart .gk-cart-items-products .cart_item .gk-product-order-type {
		font-size: .8333em;
	}

	.gk-cart-items-products .cart_item .product-details-bottom {
		margin-bottom: -8px;
	}

	.woocommerce-checkout #payment ul.payment_methods li img {
		max-width: 45px;
	}

	.woocommerce-checkout #payment ul.payment_methods li &gt; label {
		max-width: 80%;
	}

	body:not(.woocommerce-page) .entry-content h2.wp-block-gk-faq-title {
		font-size: 1.44rem;
	}

	.tab-wrap,
	.faq-question-wrap {
		padding: 23px 15px;
		margin-bottom: 15px;
	}

	.tab-content-wrap,
	.faq-question-content-wrap {
		padding-top: 23px;
	}

	.newsletter-form-fields-wrap {
		flex-wrap: wrap;
	}

	.newsletter-form-fields-wrap p.form-row.newsletter-email {
		flex: 0 0 100%;
		padding: 0;
		margin-bottom: 8px;
	}

	.newsletter-form-fields-wrap button.btn-newsletter {
		margin-left: auto;
		margin-right: auto;
	}

	.thankyou-tab-customer-service-person-wrap {
		flex-wrap: wrap;
	}

	.thankyou-tab-customer-service-person-img-wrap {
		margin: 0;
		margin-bottom: 23px;
	}

	.thankyou-tab-customer-service-person-details-wrap {
		flex: 0 0 100%;
	}

	.woocommerce .woocommerce-customer-details .col2-set .col-1,
	.woocommerce-page .woocommerce-customer-details .col2-set .col-1,
	.woocommerce .woocommerce-customer-details .col2-set .col-2,
	.woocommerce-page .woocommerce-customer-details .col2-set .col-2 {
		width: 100%;
		float: none;
	}

	.woocommerce .woocommerce-customer-details .col2-set .col-2,
	.woocommerce-page .woocommerce-customer-details .col2-set .col-2 {
		margin-top: 23px;
	}

	.woocommerce-order-received .woocommerce ul.order_details li {
		border: none;
		width: 100%;
		padding: 0;
		margin: 0;
		margin-bottom: 15px;
	}

	.contact-page-person-wrap {
		flex-wrap: wrap;
	}

	.contact-page-person-img-wrap {
		flex: 0 0 120px;
		padding: 0;
		margin: 0 auto 30px auto;
	}

	.contact-page-person-info-wrap {
		flex: 0 0 100%;
		text-align: center;
	}

	a.contact-page-link {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.contact-page-sidebar .entry-content h2 {
		font-size: 1.44rem;
	}

	.contact-page-desc p,
	.contact-page-sidebar .entry-content p {
		font-size: 1rem;
	}

	.woocommerce-account:not(.logged-in) form.login,
	.woocommerce-account:not(.logged-in) form.register,
	.woocommerce-account:not(.logged-in) form.lost_reset_password,
	.refund-form form.login {
		padding: 30px 23px;
	}

	.btn.btn-ref-coupon-page {
		font-size: 0.6944rem;
	}

	.ref-coupon-code-wrap {
		flex-wrap: wrap;
	}

	.ref-coupon-code {
		margin: 0;
		margin-bottom: 23px;
		flex: 0 0 100%;
	}

	.post-boxes .post-box-wrap {
		flex: 0 0 100%;
	}

	.navbar {
		margin-bottom: 30px;
	}

	.navbar-wrap {
		min-height: 90px;
	}

	.gk-header-myaccount {
		margin-right: 15px;
	}

	.gk-header-cart .header-cart-desc {
		display: none;
	}

	.navbar-default .navbar-toggle {
		margin-left: 15px;
	}

	.navbar-header img.custom-logo {
		height: auto;
		max-width: 150px;
	}

	.entry-header-wrap &gt; .entry-header h1.entry-title {
		font-size: 1.728rem;
	}

	.entry-header-wrap {
		margin-bottom: 30px;
	}

	.entry-header-wrap.has-no-thumbnail {
		margin-bottom: 45px;
	}

	.wp-block-gk-box {
		padding-left: 23px;
		padding-right: 23px;
	}

	.wp-block-gk-researches .research-wrap .research-icon-wrap {
		flex-basis: 75px;
	}

	.wp-block-gk-authors .author-wrap {
		flex-wrap: wrap;
	}

	.wp-block-gk-authors .author-wrap .author-img-wrap {
		flex: 0 0 100%;
		margin: 0;
		margin-bottom: 30px;
	}

	.wp-block-gk-authors .author-wrap .author-img-wrap img.img-responsive {
		max-width: 180px;
		margin: 0 auto;
	}

	.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
		display: block;
		width: 100%;
		margin-top: 0;
		margin-bottom: 23px;
	}

	.woocommerce-account ul.gk-myaccount-subscription-data li strong {
		display: block;
		margin-top: 2px;
	}

	html.gk-woocommerce .woocommerce-account h2.myaccount-dashboard-title,
	html.gk-woocommerce .woocommerce-account h2.myaccount-view-order-title,
	html.gk-woocommerce .woocommerce-account h2.myaccount-view-subscription-title,
	html.gk-woocommerce h2.subscription-payment-method-change-title {
		font-size: 2.0736rem;
		margin-bottom: 30px;
	}

	.woocommerce table.subscription_details .button {
		text-align: right;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-thumbnail {
		width: 75px;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td,
	.woocommerce-page table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td {
		width: calc( 100% - 75px );
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-subtotal {
		max-width: 33%;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-name {
		padding-top: 0;
		font-size: .8333rem;
		padding-right: 15px;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-remove a.remove {
		top: 15px;
		right: 4px;
		font-size: 1.44rem;
	}

	.woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr:not(:last-child),
	.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr:not(:last-child) {
		padding-right: 8px;
		padding-bottom: 4px;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.gk-product-order-type {
		font-size: .8333rem;
		margin-top: -4px;
	}

	.front-product-details {
		max-width: initial;
		width: 100%;
		padding-left: 15px;
    	padding-top: 15px;
	}

	.front-product-details-wrap {
		max-width: initial;
	}

	.drawer {
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.drawer-close {
		top: 13px;
		right: 8px;
	}

	.drawer-cart .drawer-title {
		font-size: 1.44em;
		height: 23px;
	}

	.woocommerce-checkout .gk-checkout-order-summary table.shop_table th,
	.woocommerce-checkout .gk-checkout-order-summary table.shop_table td,
	.drawer-cart .gk-checkout-order-summary table.shop_table th,
	.drawer-cart .gk-checkout-order-summary table.shop_table td {
		font-size: 1rem;
		padding: 8px 0;
	}

	.drawer-cart .gk-checkout-order-summary table.shop_table th,
	.drawer-cart .gk-checkout-order-summary table.shop_table td,
	.drawer-cart .woocommerce .cart-widget-summary table.shop_table tbody th {
		font-size: 1em;
	}

	.woocommerce-checkout .gk-checkout-order-summary table.shop_table tr:first-child th,
	.woocommerce-checkout .gk-checkout-order-summary table.shop_table tr:first-child td,
	.woocommerce-checkout .gk-checkout-order-summary table.shop_table tr.order-total th,
	.woocommerce-checkout .gk-checkout-order-summary table.shop_table tr.order-total td,
	.drawer-cart .gk-checkout-order-summary table.shop_table tr:first-child th,
	.drawer-cart .gk-checkout-order-summary table.shop_table tr:first-child td,
	.drawer-cart .gk-checkout-order-summary table.shop_table tr.order-total th,
	.drawer-cart .gk-checkout-order-summary table.shop_table tr.order-total td {
		padding-top: 15px;
	}

	.drawer-cart .cart-widget-actions {
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 23px;
	}

	.drawer-cart .btn-drawer-cart-proceed {
		order: 1;
		margin: 0 auto;
	}

	.drawer-cart .btn-drawer-cart-continue-shopping {
		flex: 0 0 100%;
		order: 2;
		margin-top: 0;
		padding-bottom: 0;
	}

	.drawer-cart .cart-widget-wrap {
		height: 100%;
		height: 100vh;
		height: calc( 100vh - 56px /* Chrome on Android bar */ - ( 2 * 15px /* drawer top and bottom paddings */ ) - ( 23px + 23px /* drawer title height and bottom padding */ ) );
		height: calc( calc( var(--vh, 1vh) * 100 ) /* the actual 100vh taken form custom CSS property */ - ( 2 * 23px /* drawer top and bottom paddings */ ) - ( 23px + 15px /* drawer title height and bottom padding */ ) );
	}

	.drawer-cart .cart-widget-summary {
		padding-top: 8px;
	}

	.gk-cart-items-products .cart_item .product-details .product-name-wrap {
		font-size: 1rem;
	}

	.drawer-cart .gk-cart-items-products .cart_item .product-details .product-name-wrap {
		font-size: 1em;
	}

	.drawer-cart .cart-widget-cross-sell-item-title {
		font-size: 1em;
	}

	.gk-cart-items-products .cart_item {
		margin-top: 15px;
	}

	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		font-size: 1rem;
	}

	.gk-cart-items-products .cart_item dl.variation {
		margin-top: -8px;
	}

	.gk-cart-items-products .cart_item dl.variation,
	.gk-cart-items-products .cart_item dl.variation dt,
	.gk-cart-items-products .cart_item dl.variation dd {
		font-size: .8333rem;
	}

	.drawer-cart .gk-cart-items-products .cart_item dl.variation {
		font-size: .8333em;
	}

	.drawer-cart .gk-cart-items-products .cart_item dl.variation dt,
	.drawer-cart .gk-cart-items-products .cart_item dl.variation dd {
		font-size: 1em;
	}

	.drawer-cart .cart-widget-cross-sells-title {
		margin-bottom: 15px;
	}

	.cookie-notice-container {
		padding: 23px 15px;
	}

	.drawer-review-form .drawer-title,
	.drawer-review-details .drawer-title,
	.drawer-back-in-stock-form .drawer-title {
		font-size: 1.44em;
		height: 23px;
	}

	.drawer-review-form .review-form-widget-wrap,
	.drawer-review-details .review-details-widget-wrap,
	.drawer-back-in-stock-form .back-in-stock-form-widget-wrap {
		height: 100%;
		height: 100vh;
		height: calc( 100vh - 56px /* Chrome on Android bar */ - ( 2 * 15px /* drawer top and bottom paddings */ ) - ( 23px + 23px /* drawer title height and bottom padding */ ) );
		height: calc( calc( var(--vh, 1vh) * 100 ) /* the actual 100vh taken form custom CSS property */ - ( 2 * 23px /* drawer top and bottom paddings */ ) - ( 23px + 15px /* drawer title height and bottom padding */ ) );
	}

	h2.review-form-success-title,
	h2.back-in-stock-form-success-title {
		font-size: 1.2em;
	}

	.refund-form-faqs-btns-wrap .btn {
		margin-right: 0;
		margin-bottom: 15px;
		display: table;
		width: auto;
	}

	html.gk-woocommerce h2.refund-form-step-title {
		font-size: 1.44rem;
	}

	.drawer-review-details .review-details-toolbar {
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		padding-top: 0;
	}

	.drawer-review-details .review-details-nav-wrap {
		margin-top: 8px;
		flex: 0 0 100%;
		justify-content: center;
	}

	.header-checkout-flow-item-wrap {
		margin-right: 53px;
	}

	.header-checkout-flow-item-wrap:after {
		width: 53px;
	}

}

@media(max-width:379px){

	.header-checkout-flow-item-wrap {
		margin-right: 38px;
	}

	.header-checkout-flow-item-wrap:after {
		width: 38px;
	}

	.header-checkout-flow-item-label {
		font-size: .5787rem;
	}

}

/*******************************************************
*********************** PRINT STYLES
******************************************************/

@page {
  size: A4;
}

@media print {

	html, body, .container {
		width: 1000px !important;
	}

	a[href]:after {
	    content: none !important;
	}

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  	float: left;
	}
	.col-sm-12 {
	  width: 100%;
	}
	.col-sm-11 {
	  width: 91.66666666666666%;
	}
	.col-sm-10 {
	  width: 83.33333334%;
	}
	.col-sm-9 {
	  width: 75%;
	}
	.col-sm-8 {
	  width: 66.66666666666666%;
	}
	.col-sm-7 {
	  width: 58.333333336%;
	}
	.col-sm-6 {
	  width: 50%;
	}
	.col-sm-5 {
	  width: 41.66666666666667%;
	}
	.col-sm-4 {
	  width: 33.33333333%;
	 }
	 .col-sm-3 {
	   width: 25%;
	 }
	 .col-sm-2 {
	   width: 16.666666666666664%;
	 }
	 .col-sm-1 {
	  width: 8.333333332%;
	 }

}
</pre></body></html>