/*

Additional styling for Splendid
Author: GeekRoom.pl

*/


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

* {
	background-repeat: no-repeat;
}

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: #FFFFFF;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	color: #4D4C4F;
	line-height: 1;
}

.woocommerce .woocommerce-order-details :last-child {
	margin: 0 0 0.5em 0;
}

.no-scroll {
	overflow: hidden;
}

.wcssb-add-to-cart-drawer .wcssb-drawer-header .wcssb-drawer-accent {
	background-color: #1C0D56;
}

.c-purple {
	color: #4A3BA3;
}

.add_to_cart_button {
	overflow: hidden;
}

.section-title {
	text-align: center;
	line-height: 32px;
}

.section-title h2 {
	margin-bottom: 8px;
}

.highlight {
	font-family: 'Damion', serif;
	color: #4A3BA3;
	font-weight: 400;
}

h2 .highlight {
	font-size: 43px;
	line-height: 52px;
}

h3 .highlight {
	font-size: 32px;
}

h4 .highlight {
	font-size: 24px;
}

h5 .highlight {
	font-size: 18-px;
}

p {
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.2;
	color: #1E1D1F;
	font-weight: 900;
	font-family: 'Archivo', sans-serif;
	margin: 0 0 .5em 0;
}

h1, .h1 {
	font-size: 43px;
}

h2, .h2 {
	font-size: 32px;
}

h3, .h3 {
	font-size: 24px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 12px;
}

.ff-secondary {
	font-family: 'Damion', serif;
}

.woocommerce table.my_account_orders .button:after,
.woocommerce table.my_account_orders .button:before {
	display: none;
}

.woocommerce table.my_account_orders .button {
	color: #fff !important;
	text-decoration: underline;
}

.woocommerce table.my_account_orders .button.pay {
	margin-right: 8px;
}

a:not(.btn),
a:not(.btn):visited {
	color: #4D4C4F;
	text-decoration: underline;
	-webkit-transition: 0.2s background ease-out;
	-moz-transition: 0.2s background ease-out;
	transition: 0.2s background ease-out;
}

a:not(.btn):hover,
a:not(.btn):active,
a:not(.btn):focus,
a:not(.btn).hover {
	color: #4D4C4F;
	text-decoration: none;
}

/* BUTTONS */

.btn,
.btn:visited,
input.btn,
input[type=button],
input[type=submit],
button,
a.wc-block-cart__submit-button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce .button,
.woocommerce-page .wc-block-components-button:not(.is-link) {
	font-size: 18px;
	position: relative;
	padding: .5em 1.5em .5em 1.5em;
	border:none;
	color: #fff;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	line-height: 1.42857143;
	text-decoration: none;
	border-radius: 4px;
	white-space: nowrap;
}

.woocommerce div.product form.cart .button.disabled {
	padding: .5em 1.5em .5em 1.5em !important;
}

.btn-default,
.btn-default:visited,
input.btn-default,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce .button,
.wp-element-button {
	background-color: #1C0D56;
	color: #fff;
	padding: 0.5em 2em 0.5em 2em;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.hover,
.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,
.wp-element-button:hover,
.wp-element-button:focus,
.wp-element-button:active {
	background-color: #1C0D56;
	color: #fff;
	border-color: transparent;
}

.btn-primary,
.btn-primary:visited,
input.btn-primary,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.alt,
.woocommerce .button.alt,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	background: linear-gradient(to right, rgb(247, 95, 0) 0%, rgb(247, 160, 2) 100%);
	color: #fff;
}

.btn-primary:before,
.btn-primary:visited:before,
input.btn-primary:before,
.woocommerce button.button.alt:before,
.woocommerce input.button.alt:before,
.woocommerce a.button.alt:before,
.woocommerce .button.alt:before,
.wc-block-cart__submit-button:before,
.wc-block-components-checkout-place-order-button:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right, rgb(247, 160, 2) 0%,  rgb(247, 95, 0) 100%);
	transition: opacity .4s linear;
	opacity: 0;
	z-index: -1;
}

.btn-primary:hover:before,
.btn-primary:hover:visited:before,
input.btn-primary:hover:before,
.woocommerce button.button.alt:hover:before,
.woocommerce input.button.alt:hover:before,
.woocommerce a.button.alt:hover:before,
.woocommerce .button.alt:hover:before,
.wc-block-cart__submit-button:hover:before,
.wc-block-components-checkout-place-order-button:hover:before {
	opacity: 1;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.hover,
.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,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus,
.wc-block-cart__submit-button:active,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button:focus,
.wc-block-components-checkout-place-order-button:active {
	border-color: transparent;
	outline: none;
	box-shadow: none;
	color: #fff;
}

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

.btn-secondary,
.btn-secondary:visited,
input.btn-secondary,
.btn-secondary,
.btn-secondary:visited,
input.btn-secondary {
	background: #4A3BA3;
}

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

.btn-white,
.btn-white:visited,
input.btn-white {
	background-color: #fff;
	color: #1C0D56;
}

.btn-white,
.btn-white:visited,
input.btn-white,
.btn-white,
.btn-white:visited,
input.btn-white {
	background: #fff;
	color: #1C0D56;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus,
.btn-white.hover {
	color: #1C0D56;
}

.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: #e6e6e6;
	border-color: #e6e6e6;
	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: 32px;
}

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

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

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

.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,
input.btn-arrow {
    background: linear-gradient(90deg, rgb(247, 95, 0) 0%, rgb(247, 160, 2) 100%);
}

.btn-arrow:hover:after,
input.btn-arrow:hover:after {
	right: -8px;
}

.btn-arrow:before,
input.btn-arrow:before {
	display: none;
}

.btn-arrow:after,
input.btn-arrow:after {
	content: '\f105';
	padding-left: .5em;
	font-family: 'FontAwesome';
	font-size: .75em;
	transform: skew(0deg);
	background: none;
	top: 50%;
    left: unset;
    right: 0;
    height: unset;
    min-height: unset;
    transform: translateY(-50%) !important;
    transition: .4s right ease;
}

.btn-no-border,
.no-border {
	border: none !important;
	background: none;
	color: #4D4C4F;
	font-weight: 400;
	padding: 0;
	text-decoration: underline;
}

.btn-no-border:hover,
.no-border:hover {
	color: #fff;
	background: none;
}

.btn-no-border:after,
.no-border:after,
.btn-no-border:before,
.no-border:before {
	display: none;
}

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

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	font-size: 14px;
}

/* 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 #e2e2e2;
	border-radius: 0;
	font-size: 18px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
	padding: .5em .666em .5em .666em;
	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.2;
}

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: #4D4C4F;
}
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: #4D4C4F;
}
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: #4D4C4F;
}
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: #4D4C4F;
}

ul, ol {
	margin: 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-family: 'DM Sans', sans-serif;
	font-weight: 700;
	color: #4D4C4F;
}

.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 > [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 > *,
.ratio-4-3 > *,
.ratio-2-1 > *,
.ratio-1-1 > * {
	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 > * {
	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);
}

.site-content {
	margin-top: 60px;
	margin-bottom: 90px;
}

body.page-template-front-page .site-content {
	margin-bottom: 0;
	margin-top: 0;
}

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

body.page-template-default .entry-header,
body .entry-header.changelog-header {
	margin-bottom: 45px;
}

body.woocommerce-checkout .entry-header {
	margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce-notice--success {
	display: none;
}

body.woocommerce-cart .entry-header {
	margin-bottom: 30px;
}

.hentry {
	margin-bottom: 0;
}

body.page-template-default:not(.woocommerce-page) .hentry.type-page {
	max-width: 720px;
}

form.lost_reset_password > p:first-child {
	margin-bottom: 30px;
	max-width: 800px;
}

.woocommerce form.lost_reset_password .form-row {
	float: none;
	width: 100%;
}

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

.lazy-video {
	position: relative;
}

.lazy-video > img,
.lazy-video > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lazy-video.loaded > img {
	display: none;
}

/*******************************************************
*********************** HEADER && MENU
******************************************************/

.navbar-header__account {
	display: none;
}

.header-cart-desc {
	padding-left: 8px;
}

.navbar-brand {
	cursor: pointer;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding: 0;
}

.navbar {
	display: flex;
	align-items: center;
	border-radius: 0px;
	border: none;
	margin-bottom: 0;
	min-height: 105px;
	background: linear-gradient(90deg, rgba(28, 13, 86, 1) 0%, rgba(101, 37, 131, 1) 100%);
	background-color: rgba(101, 37, 131, 1);
	position: relative;
	z-index: 9999;
}

.home .navbar {
	margin-bottom: 0;
}

.navbar-default--login {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: none;
}

.navbar-default--login .custom-logo-link img {
	display: none;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}

.underline-animation li,
.woocommerce-MyAccount-navigation ul li a {
	position: relative;
}

.underline-animation li:after,
.woocommerce-MyAccount-navigation ul li:not(.is-active) a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 1px;
	width: 0;
	background-color: #FFF;
	transition: width ease .4s, left ease .4s;
}

.woocommerce-MyAccount-navigation ul li:not(.is-active) a:after {
	background-color: #4D4C4F;
	bottom: -5px;
}

.underline-animation li:hover:after,
.woocommerce-MyAccount-navigation ul li:not(.is-active) a:hover:after  {
	width: 100%;
	left: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-decoration: none;
	font-family: 'DM Sans', sans-serif;
	transition: .4s font-family ease;
	font-weight: 400;
	font-size: 18px;
}

.navbar-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background: none;
}

.cart-wrapper {
	display: flex;
	align-items: center;
	padding-left: 60px;
}

.cart-wrapper > * {
	color: #fff;
}

.cart-wrapper .gk-icon {
	fill: #fff;
	width: 30px;
	height: 30px;
}

.collapse-navbar-wrapper {
	display: flex;
	align-items: center;
}

.collapse-navbar-handler {
	display: flex;
}

.header-cart {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none !important;
}

a.header-cart:hover {
	color: #fff;
}

.header-cart-title {
	display: none;
	visibility: hidden;
}

.header-cart-content-price {
	color: inherit;
}

.header-cart-content-price .amount {
	color: #fff;
	text-decoration: none !important;
}

.header-cart-count {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	top: -8px;
	right: -9px;
	color: #fff;
	width: 20px;
	height: 20px;
	background: #F75F00;
	border-radius: 50%;
}

.header-my-account {
	margin-right: 40px;
}

.header-my-account  a  {
	display: flex;
	align-items: center;
	color: #fff !important;
	text-decoration: none !important;
}

.header-my-account .header-account-icon {
	margin-right: 8px;
	transition: .4s background-color ease;
}

.header-cart-icon {
	position: relative;
/*	margin-right: 17px;*/
	display: inline;
	transition: .4s background-color ease;
}

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

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

	.dropdown:hover > .dropdown-menu {
	    display: block;
	}

}

/* dropdown-submenus */

.dropdown-submenu {
	position:relative;
}

.dropdown-submenu >.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 > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > 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:#cccccc;
	margin-top:5px;
}

.dropdown-submenu:active > a:after{
	border-left-color:#ffffff;
}

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

.dropdown-submenu.pull-left > .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 > li > .dropdown-menu {
  z-index: 100000;
}

.custom-logo {
	height: 50px;
	width: auto;
}

/*******************************************************
*********************** PRODUCT
******************************************************/

.product-cover {
	position: relative;
	color: #fff;
	background: linear-gradient(90deg, rgba(28, 13, 86, 1) 0%, rgba(101, 37, 131, 1) 100%);
	padding-top: 22px;
	padding-bottom: 110px;
}

.product-cover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(28, 13, 86, 1) 0%, rgba(101, 37, 131, 1) 100%);
}

.product-cover__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.product-cover__content {
	flex: 0 0 60%;
}

.product-cover__buttons-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 30px;
}

.product-cover__buttons-wrapper .btn {
	min-height: 100%;
}

.product-cover__buttons-wrapper a.product-cover__link {
	text-align: left;
	margin-top: 30px;
	color: #fff !important;
}

.product-cover__content {
	padding: 45px 30px 14px 0;
}

.product-cover__content  h1 {
	position: relative;
	color: inherit;
	margin-bottom: 30px;
}

.product-cover__content p {
	position: relative;
	max-width: 535px;
}

.product-cover-overlay {
	position: absolute;
	content: "";
	filter: drop-shadow(0px -14px 42px RGBA(41, 30, 84, 0.35) );
	width: 100%;
	bottom: -19px;
	left: 0;
	z-index: 0;

}

.product-cover-overlay--1 {
	display: block;
	clip-path: polygon(0 0, 100% 72%, 100% 100%, 0 83%);
	background: #37246E;
	height: 405px;
	animation: overlay-height-1 1.4s ease;
}

.product-cover-overlay--2 {
	display: block;
	clip-path: polygon(0 0, 100% 80%, 100% 100%, 0 83%);
	background: #492D7D;
	height: 230px;
	animation: overlay-height-2 1.4s ease;
}

.product-cover-overlay--3 {
	display: block;
	clip-path: polygon(0 0, 100% 95%, 100% 100%, 0 83%);
	background: #603A93;
	height: 110px;
	animation: overlay-height-3 1.4s ease;
}

@keyframes overlay-height-1 {
	from { height: 0 }
	to { height: 405px }
}

@keyframes overlay-height-2 {
	from { height: 0 }
	to { height: 230px }
}

@keyframes overlay-height-3 {
	from { height: 0 }
	to { height: 110px }
}

.product-cover-video {
  padding-bottom: 133.333%
}

.product-cover-video-cont {
  max-width: 360px;
  margin-left: auto;
  flex: 1 0 auto;
  z-index: 2;
  border-radius: 10px;
  border: 4px solid #FF7804;
  overflow: hidden;
}

@media (max-width:767.98px) {
  .product-cover-video-cont {
    margin-right: auto
  }
}

.product-cover-video-placeholder {
  padding-bottom: 133.333%;
  background: #FBFBFC;
  position: relative;
  overflow: hidden
}

.product-cover-video-wrap {
  position: absolute;
  width: 100%
}

.product-advantages {
	margin-top: 90px;
}

.product-advantages__wrapper {
	display: flex;
}

.product-advantages__single {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex: 0 0 33.333%;
}

.product-advantages__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #4A3BA3;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	margin-bottom: 22px;
}

.product-advantages__single .h3 {
	display: block;
	margin-bottom: 15px;
}

.product-advantages__single .gk-icon {
	fill: #4A3BA3;
	height: 35px;
	width: 35px;
}

.demo-shortcode {
	display: flex;
	align-items: flex-end;
	padding-top: 15px;
}

.demo-shortcode__button {
	margin-right: 8px;
}

.demo-shortcode__button .added_to_cart {
	display: none;
	visibility: hidden;
}

.product-why-sales-booster__content .demo-shortcode p {
	margin-bottom: 0;
}

.demo-shortcode__button > span {
	display: block;
	color: #4A3BA3;
	margin-bottom: 8px;
}

.demo-shortcode p {
	color: #4D4C4F;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.product-why-sales-booster__wrapper {
	margin-top: 8px;
}

.product-why-sales-booster {
	margin-top: 60px;
}

.product-why-sales-booster h2 {
	margin-bottom: 75px;
}

.product-why-sales-booster__single {
	display: flex;
	position: relative;
	align-items: center;
	margin-bottom: 45px;
	z-index: 0;
}

.product-why-sales-booster__single:last-child {
	margin-bottom: 0;
}

.product-why-sales-booster__single .product-why-sales-booster__image {
	padding-left: 15px;
}

.product-why-sales-booster__single .product-why-sales-booster__image img {
	border-radius: 10px;
}

.product-why-sales-booster__single:nth-child(2n) .product-why-sales-booster__content {
	order: 2;
	padding-left: 15px;
	padding-right: 0;
}

.product-why-sales-booster__single:nth-child(2n) .product-why-sales-booster__image {
	order: 1;
	padding-left: 0;
	padding-right: 45px;
}

.product-why-sales-booster__content .btn-no-border {
	text-align: left;
	padding: 0;
	color: #4D4C4F;
}

.product-why-sales-booster__content,
.product-why-sales-booster__image {
	flex: 0 0 50%;
}

.product-why-sales-booster__content {
	padding-right: 45px;
}

.product-why-sales-booster__content a:not(.btn) {
	color: #4D4C4F;
	font-size: 18px;
	text-decoration: underline;
}

.product-why-sales-booster__content h3 {
	margin-bottom: 30px;
}

.product-why-sales-booster__content p {
	margin-bottom: 30px;
}

.product-why-sales-booster__content p:has(> span ) {
	display: block;
	margin-bottom: 0;
}

.product-why-sales-booster__content p span {
	font-size: 24px;
	margin-bottom: 0;
}


.product-features {
	margin-top: 75px;
}

.product-features .section-title h2 {
	margin-bottom: 8px;
}

.product-features__footer {
	margin-top: -22px;
}

.product-features__wrapper {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 60px -15px 0 -15px;
}

.product-features__wrapper li {
	position: relative;
	padding: 0 15px;
	flex: 0 0 33.333%;
	margin-bottom: 45px;
}

.product-features__wrapper li p {
	padding-top: 5px;
}

.product-features__wrapper li .h3 {
	display: flex;
	position: relative;
	align-items: center;
	padding-left: 30px;
}

.product-features__wrapper li .h3::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	margin-right: 15px;
	background: #623297;
	width: 10px;
	height: 12px;
	transform: rotate(15deg) translateY(-50%);
	border-radius: 50%;
}

.product-features__footer p {
	margin-bottom: 0;
	line-height: 26px;
}

.product-reviews {
	background: #FBFBFC;
	padding-top: 60px;
	padding-bottom: 90px;
	margin-top: 60px;
}

.product-reviews h2 {
	margin-bottom: 22px;
}

.product-reviews__wrapper {
	display: flex;
	margin: 0 -15px;
}

.product-reviews__single {
	padding: 0 15px;
	flex: 0 0 50%;
}

.product-reviews__single-wrapper {
	background: #fff;
	border: 1px solid #E9E9E9;
	border-radius: 10px;
	padding: 22px;
}

.product-reviews__header {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 22px;
}

.product-reviews__avatar {
	flex: 0 0 auto;
}

.product-reviews__header img {
	width: 86px;
	height: 86px;
	object-fit: cover;
	border-radius: 50%;
}

.product-reviews__header-content {
	display: flex;
	flex-direction: column;
	margin-left: 15px;
}

.product-reviews__header-content span:not( .h3 ) {
	font-size: 14px;
	color: rgba( 77, 76, 79, 0.7 );
}

.product-reviews__header-content .h3 {
	margin-bottom: 8px;
}

.product-reviews__content p {
	margin-bottom: 0;
}

.product-reviews__content .h4 {
	display: block;
	margin-bottom: 8px;
}

.product-reviews__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-bottom: 15px;
}

.product-reviews__meta {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: rgba( 77, 76, 79, 0.7 );
}

.product-reviews__meta span {
	display: block;
	line-height: 20px;
}

.product-reviews__rating .star {
	content: '\2605';
	display: inline-block;
}

.product-reviews__rating .star-rating {
	color: #FF7804;
	letter-spacing: .2em;
	font-size: 20px;
    width: 6.2em;
}

.product-reviews__rating .star-rating::before {
	content: "\53\53\53\53\53";
	color: #ffecdd;
}

.product-reviews__advantages {
	display: flex;
}

.product-reviews__advantages a {
	text-decoration: none;
}

.product-reviews__archeving,
.product-reviews__installations {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	flex: 0 0 50%;
}

.product-reviews__archeving {
	margin-top: 45px;
}

.product-reviews__archeving .h1 {
	margin-bottom: 8px;
	text-transform: lowercase;
}

.product-reviews__archeving-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.product-reviews__archeving-wrapper::before {
	content: '{';
	position: absolute;
	left: -45px;
	top: 50%;
	transform: translateY(-50%);
	transition: .4s left ease;
	font-family: 'Archivo', sans-serif;
	font-weight: 900;
	color: #1E1D1F;
	font-size: 74px;
}

.product-reviews__archeving-wrapper::after {
	content: '}';
	position: absolute;
	right: -45px;
	top: 50%;
	transform: translateY(-50%);
	transition: .4s right ease;
	font-family: 'Archivo', sans-serif;
	font-weight: 900;
	color: #1E1D1F;
	font-size: 74px;
}

.product-reviews__archeving:hover .product-reviews__archeving-wrapper::before {
	left: -60px;
}

.product-reviews__archeving:hover .product-reviews__archeving-wrapper::after {
	right: -60px;
}

.product-reviews__archeving .h4 {
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	color: #4D4C4F;
}

.product-reviews__archeving .h3 {
	color: #4A3BA3;
	font-weight: 400;
	margin-bottom: 0;
}

.product-reviews__installations {
	margin-top: 60px;
}

.product-reviews__installations .h2 {
	color: #4A3BA3;
	font-weight: 400;
	margin-bottom: 0;
}

.product-reviews__counting {
	position: relative;
	margin-bottom: 0;
}

.product-reviews__counting::before {
	content: '+';
	position: relative;
}

.product-packages {
	margin-top: 60px;
}

.product-packages .section-title {
	text-align: left;
}

.product-packages__wrapper {
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
}

.product-packages__single {
	flex: 0 0 32%;
	z-index: 0;
}

.product-packages__single:nth-child(1) .product-packages__handler {
	border-radius: 0 0 0 10px;
}

.product-packages__single:nth-child(1) .product-packages__handler .product-packages__header {
	border-radius: 10px 0 0 0;
}

.product-packages__single:nth-child(3) .product-packages__handler {
	border-radius: 0 0 10px 0;
}

.product-packages__single:nth-child(3) .product-packages__handler .product-packages__header {
	border-radius: 0 10px 0 0;
}

.product-packages__single:nth-child(2) {
	flex: 0 0 36%;
	z-index: 2;
}

.product-packages__single .product-packages__handler {
	border-radius: 10px;
	padding-bottom: 45px;
	background: #fff;
	box-shadow: 0px 8px 12px 3px rgba(0,0,0, 0.11);
	z-index: 1;
}

.product-packages__single:nth-child(2) .product-packages__handler {
	margin-top: -22px;
	z-index: 2;
}

.product-packages__header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 45px 0 40px 0px;
	background: linear-gradient(90deg, rgba(28, 13, 86, 1) 0%, rgba(101, 37, 131, 1) 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
	border-radius: 10px 10px 0 0;
}

.product-packages__header .h1,
.product-packages__header .h3 {
	color: #fff;
}

.product-packages__header .h1 {
	margin-bottom: 8px;
}

.product-packages__header .h3 {
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
}

.product-packages__content {
	margin-top: 8px;
	padding: 0 30px 0 22px;
}

.product-packages__content ul li {
	display: flex;
	align-items: baseline;
	position: relative;
	color: #4D4C4F;
	line-height: 26px;
	list-style-type: none;
	margin-bottom: 15px;
}

.product-packages__content ul li::before {
	content: '.';
	position: relative;
	width: 15px;
	min-width: 15px;
	display: inline-block;
	top: 0;
	font-size: 34px;
	font-family: 'Damiano', sans-serif;
	color: #4A3BA6;
	transform: translateY(-25%);
}

.product-packages__content ul li:last-child {
	margin-bottom: 0;
}

.product-packages__content .h1 {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

.product-packages__content .gk-icon {
	margin-left: 8px;
	margin-top: 2px;
	color: #4A3BA3;
	width: 0.75rem;
	height: 0.75rem;
}

.product-packages__content .added_to_cart {
	display: none;
	visibility: hidden;
}

.product-packages__content .btn {
	margin-top: 30px;
}

a.product-packages__link {
	margin-top: 30px;
	display: table;
	width: auto;
}

.product-packages__pricing {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.product-packages__price .h1 {
	display: flex;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.product-packages__price p {
	margin-bottom: 22px;
}

.product-packages__price .h1 > span.ff-secondary {
	font-size: 24px;
	font-weight: 400;
}

.product-packages__footer {
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
}

.product-payment {
	margin-top: 45px;
}

.product-payment__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

.product-payment__demo,
.product-payment__testing,
.product-payment__methods {
	display: flex;
	flex-direction: column;
	flex: 0 0 33.333%;
	align-items: center;
	text-align: center;
}

.product-payment__demo .h2,
.product-payment__testing .h2 {
	margin-bottom: 15px;
	line-height: 1;
}

.product-payment__demo .h2 .highlight,
.product-payment__testing .h2 .highlight {
	font-size: 43px;
}

.product-payment__methods img {
	height: 51px;
	width: auto;
}

.product-payment__logo {
	display: flex;
	margin-bottom: 15px;
}

.product-screenshots {
	margin-top: 75px;
}

.product-screenshots .section-title {
	text-align: left;
}

.product-screenshots div.product div.images.woocommerce-product-gallery {
	margin-top: 15px;
	max-width: 740px;
	width: 100%;
	z-index: 0;
}

.product-screenshots div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
	margin-top: 8px;
}

.product-screenshots div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
	width: 120px;
	height: 68px;
	margin-right: 8px;
}

.product-screenshots div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:last-child {
	margin-right: 0;
}

.product-screenshots div.product div.images.woocommerce-product-gallery .flex-control-thumbs img {
	object-fit: contain;
	width: 100%;
	height: 68px;
}

.product-faq {
	margin-top: 90px;
}

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

.product-faq__wrapper {
	display: flex;
	align-items: flex-start;
}

.product-faq__wrapper .panel-group {
	flex: 0 0 66%;
	margin-right: 30px;
}

.product-faq__panel {
	margin-bottom: 22px;
	transition: .4s box-shadow ease;
}

.product-faq__panel a {
	text-decoration: none;
}

.product-faq__panel--active {
	border-radius: 10px;
	box-shadow: 0px 16px 42px rgba(41,30,84, 0.084834);
}

.product-faq__panel:last-child {
	margin-bottom: 0;
}

.product-faq__title a {
	display: flex;
	justify-content: space-between;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	border-radius: 10px;
	background-color: rgba(251,251,252, 1);
	transition: .4s background-color ease;
	padding: 22px 30px;
	color: #4D4C4F;
}

.product-faq__title a[aria-expanded="false"] .product-faq__arrow  .gk-icon{
	transform: rotate(0deg);
	transition: .4s transform ease;
}

.product-faq__title a[aria-expanded="true"] {
	background-color: #fff;
}

.product-faq__title a[aria-expanded="true"] .product-faq__arrow .gk-icon {
	transform: rotate(180deg) translateY(0);
	transition: .4s transform ease;
}

.product-faq__arrow .gk-icon {
	color: #4A3BA3;
}

.product-faq__collapse {
	padding: 0px 30px 1px 30px;
}

.product-details {
	flex: 0 0 34%;
	border-radius: 10px;
	padding: 30px;
	border: 1px solid rgba(233,233,233, 1);
	background-color: rgba(255,255,255, 1);
	z-index: 0;
}

.product-details__single {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 30px;
}

.product-details__single:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.product-details__title,
.product-details__value {
	flex: 0 0 50%;
	font-size: 14px;
}

.product-details__value {
	text-align: left;
}

.product-details__single .product-details__value a {
	font-size: 14px;
	color: #4D4C4F;
	padding: 0;
	min-width: 100%;
	min-height: 100%;
	text-align: left;
}

.product-details__title {
	color: #4D4C4F;
	font-weight: 700;
}

.product-details .h4 {
	display: block;
	margin-bottom: 30px;
}

.product-details__single--update .product-details__value {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.product-details__single--update .product-details__value a {
	margin-top: 8px;
}

.product-footer {
	position: relative;
	bottom: -85px;
	margin-top: 45px;
}

body.home .product-footer {
	bottom: -90px;
}

.product-footer__subtitle p:last-child {
	margin-bottom: 0;
}

.product-footer__wrapper {
	display: flex;
	flex-direction: row;
}

.product-footer__left {
	flex: 0 0 40%;
}

.product-footer__left .btn {
	margin-top: 15px;
}

.product-footer__left h2 {
	text-align: left;
	line-height: 25px;
	margin-bottom: 15px;
	max-width: 300px;
}

.product-footer__left span.highlight {
	font-size: 32px;
	margin-left: 0;
}

.product-footer__right {
	flex: 0 0 60%;
}

/*******************************************************
*********************** CHANGELOG
******************************************************/

.changelog-content {
	font-family: monospace;
}

/*******************************************************
*********************** FRONT PAGE
******************************************************/


/*******************************************************
*********************** SIDEBAR
******************************************************/

/*******************************************************
*********************** LOGIN
******************************************************/
.login-container {
	display: flex;
	height: 100vh;
}

.login-form-wrapper {
	padding-left: calc( ( 100vw - 1140px ) / 2);
	margin-right: 30px;
	padding-top: 30px;
}

.login-form-wrapper .login-logo {
	margin-bottom: 75px;
}

.login-form-wrapper p {
	margin-bottom: 15px;
}

.login-form-wrapper .btn-primary {
	width: 100%;
}

.lost_password a,
.lost_password a:visited,
.lost_password a:focus {
	color: #4D4C4F;
}

.login-backlogs {
	padding-right: calc( ( 100vw - 1170px ) / 2);
}

.login-backlogs a.login-backlogs__return_link {
	display: table;
	float: right;
	margin-bottom: 115px;
	color: #FFF;
}

.login-form-wrapper,
.login-backlogs {
	flex: 0 0 50%;
}

.login-backlogs {
	background-image: linear-gradient(270deg, rgba(96, 35, 128, 1) 0%, rgba(28, 13, 86, 1) 100%);
	padding-left: 75px;
	padding-top: 45px;
}

.login-backlogs__wrapper,
.login-backlogs h3 {
	color: #fff;
	margin-bottom: 30px;
}

.login-backlogs__wrapper .btn-no-border {
	font-size: 14px;
	text-align: left;
	color: #fff;
}

.login-backlogs .h4 {
	display: block;
	color: #fff;
}

.login-backlogs__single {
	margin-bottom: 30px;
}

.login-backlogs__single p {
	font-size: 14px;
	line-height: 20px;
	max-width: 80%;
	margin-bottom: 8px;
}

a.login-backlogs__single_link {
	color: #fff !important;
	font-size: 14px;
}

.login-page .site-content {
	margin-bottom: 0;
}

.login-page:not(.logged-in) .entry-header {
	display: none;
	visibility: hidden;
}

.woocommerce form.login {
	border: none;
}

.login-form-footer {
	display: flex;
	justify-content: space-between;
}

form .login-form-footer p {
	margin-bottom: 0 !important;
}

.login-form-footer a {
	font-size: 14px;
}

.login-form-wrapper input {
	background: #F3F4F1;
	border: 0;
}

.login-form-footer label {
	font-weight: 400;
	font-size: 14px;
}

.woocommerce form.login.woocommerce-form-login {
	padding-left: 0;
}

.geek-face {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
}

.geek-face-hair--1 svg {
	width: 180px;
	fill: #9B9B9B;
}

.geek-face--password .geek-face__glases span.eyeball {
	left: 50%;
	top: 50%;
	height: 2px;
}

.geek-face__glases {
	display: flex;
	justify-content: space-between;
	width: 50px;
	margin-top: -3px;
}

.geek-face__glases span:not(.eyeball) {
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 3px solid #9B9B9B;
}

.geek-face__glases span.eyeball {
	position: absolute;
	left: 3px;
	top: 2px;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #9B9B9B;
	transition: .2s transform, .2s left, .2s top, .4s height ease;
}

.geek-face__glases span:not(.eyeball):first-child:after {
	content: '';
	display: block;
	position: absolute;
    right: -15px;
    width: 15px;
    height: 10px;
	border: 3px solid #9B9B9B;
	border-color: #9B9B9B transparent transparent transparent;
	border-radius: 50%/10px 10px 0 0;
}

.geek-face__mouth svg {
	width: 180px;
	transform: translateY(-40px);
	fill: #9B9B9B;
}

.login-logo img {
	width: 200px;
	height: auto;
}

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

body.blog .blog-page-title {
	text-align: center;
}

body.blog .blog-page-desc {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

body.blog .blog-page-desc p {
	margin: 0;
	margin-top: 15px;
}

body.blog .blog-page-desc p:first-child {
	margin-top: 0;
}

body.blog .blog-page-content {
	margin-top: 75px;
	background: #FBFBFC;
	margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.posts-loop__post-wrap {
	flex: 0 0 33.333%;
	padding: 0 15px;
	margin-bottom: 30px;
	display: flex
}

.posts-loop__post-wrap>a {
	border-radius: 10px;
	overflow: hidden;
	color: #4D4C4F;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border: 1px solid #E9E9E9;
	background: #fff;
}

.posts-loop__post-wrap>a:active,.posts-loop__post-wrap>a:focus,.posts-loop__post-wrap>a:focus-within,.posts-loop__post-wrap>a:hover {
	color: #4D4C4F
}

.posts-loop__post-img-wrap {
	position: relative;
	padding-bottom: 75%
}

.posts-loop__post-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.posts-loop__post {
	padding: 38px 30px;
	flex: 1 1 100%
}

.posts-loop__post-title {
	font-size: 24px;
	margin: 0;
	margin-bottom: 15px
}

.posts-loop__post-desc p {
	margin: 0;
	margin-top: 15px;
	font-size: 14px;
}

.posts-loop__post-desc p:first-child {
	margin-top: 0
}

.posts-loop__post-read-more {
	display: inline-block;
	margin-top: 23px;
	text-decoration: underline;
	font-size: 14px
}

.posts-loop {
	margin-top: 60px;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
	margin-bottom: 45px;
}

.bottom_pagination {
	margin: 45px auto;
	text-align: center;
}

.bottom_pagination > a,
.bottom_pagination > span {
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
	border-radius: 8px;
	border: 1px solid #ddd;
	padding: 5px 15px;
	margin-left: 10px;
	color: #337ab7;
	margin-bottom: 10px;
  	display: inline-block;
}

.bottom_pagination > span {
	font-weight: bold;
	color: #333;
}


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

body.single-post .site-main {
	max-width: 800px;
	margin: 0 auto;
}

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

body.single-post .entry-meta {
	color: #4D4C4F;
	font-size: 14px;
	margin-top: 15px;
}

.single-post-thumbnail-wrap {
    margin-top: 45px
}

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

body.single-post .entry-content {
	margin-top: 45px;
}

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

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.4;
	margin-bottom: 23px;
}

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

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.4;
	margin-bottom: 15px;
}

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

.table-wrap {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 1.25em;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #E9E9E9;
	background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)),
	linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%,
    radial-gradient(
      farthest-side at 0% 50%,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0)
    ),
	radial-gradient(
        farthest-side at 100% 50%,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0)
      )
      0 100%;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
	background-position: 0 0, 100%, 0 0, 100%;
	background-attachment: local, local, scroll, scroll;
}

.table-wrap:focus {
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
	outline: 0.1em solid rgba(0, 0, 0, 0.1);
}

.table-wrap table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
    max-width: 100%;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.333;
    font-size: 18px;
    color: #4D4C4F;
}

.table-wrap th,
.table-wrap td {
	padding: .75em 1em .75em .75em;
	vertical-align: text-top;
	text-align: left;
}

.table-wrap th {
	vertical-align: bottom;
	background-color: rgba(0,0,0,.1);
	color: #1E1D1F;
}

.table-wrap tr:nth-child(even) {
	background-color: rgba(0,0,0,.025);
}

.table-wrap th *,
.table-wrap td * {
	font-family: 'DM Sans', sans-serif !important;
	font-size: 18px !important;
	line-height: 1.333 !important;
	background: transparent !important;
	display: initial !important;
	word-break: initial !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #4D4C4F !important;
}

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

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

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

/*******************************************************
*********************** PAGE
******************************************************/

.entry-title {
	margin-bottom: 0;
}

body:not(.woocommerce-page) .site-main .entry-content p {
	line-height: 1.4;
}


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

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	color: #4D4C4F;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #f7f6f7;
}

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: 18px;
}

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

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

.woocommerce-notice-text {
	flex: 0 1 auto;
	line-height: 1.2;
	margin-right: auto;
}

.woocommerce table {
	border-radius: 0 !important;
	font-size: 16px;
	border-color: #EEEEEE;
}

.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: 16px;
	line-height: 16px;
	padding: 15px 15px;
}

.woocommerce table.shop_table th {
	font-size: 16px;
}

.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: #EEEEEE;
	margin-top: 0;
}

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

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

.woocommerce form .form-row label {
	line-height: 1;
	margin-bottom: 8px;
}

.woocommerce form .form-row .radio input[type="radio"],
.woocommerce form .form-row .radio-inline input[type="radio"],
.woocommerce form .form-row .checkbox input[type="checkbox"],
.woocommerce form .form-row .checkbox-inline 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 {
	line-height: 1.2;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	text-indent: -22px;
	padding-left: 23px;
	margin-bottom: 0;
}

.woocommerce form .form-row textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

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

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

.toggle-woocommerce-myaccount-nav {
	font-size: 21px;
	cursor: pointer;
    padding: 0;
    margin: 0;
    padding: 23px;
    text-align: left;
    border: none;
    display: none;
}

.toggle-woocommerce-myaccount-nav .fa {
	transition: all .3s ease-in-out;
	float: right;
	vertical-align: -4px;
	display: none;
}

.toggle-woocommerce-myaccount-nav .fa.active {
	transform: rotate(180deg);
}

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

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

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

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

.woocommerce form .form-row span em {
	font-size: 12px;
	color: #1A1A1A;
	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: #1A1A1A;
	background-color: transparent;
}

.woocommerce-MyAccount-navigation {
	white-space: nowrap;
	overflow: auto;
}

.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;
}

.woocommerce-MyAccount-navigation a {
	text-decoration: none;
}


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: 12px;
	color: #1A1A1A;
	text-decoration: underline;
}

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

.woocommerce .cart .actions .button,
.woocommerce .cart .actions input.button {
	font-size: 12px !important;
	padding: .5em 1em .5em 1em !important;
}

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

.woocommerce-widgets {
	display: block;
}

.toggle-woocommerce-filters {
	display: none;
}

.woocommerce ul.woocommerce-sidebar-widgets {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.woocommerce-sidebar-widgets-title {
	font-size: 21px;
    padding: 0;
    margin: 0;
    margin-bottom: 23px;
    text-align: left;
    border: none;
}

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

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

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


/*******************************************************
*********************** FOOTER
******************************************************/

.site-footer {
	position: relative;
	background: linear-gradient(90deg, rgba(28, 13, 86, 1) 0%, rgba(101, 37, 131, 1) 100%);
	clip-path: polygon(0 0, 100% 16%, 100% 100%, 0% 100%);
	padding-top: 100px;
	padding-bottom: 45px;
	margin-top: 60px;
}

body.page-template-front-page .site-footer {
	margin-top: 0;
}

.site-footer a {
	color: #fff !important;
	text-decoration: none;
}

.site-footer--login {
	position: absolute;
	bottom: 30px;
	left: 50%;
    transform: translateX(-50%);
	background: none;
	clip-path: none;
	padding: 0;
}

.site-footer--login .site-info {
	color: #000;
}

.site-designer {
	text-align: right;
}

.site-meta {
	display: flex;
	align-items: center;
}

.site-meta .site-info {
	margin-bottom: 0;
	text-align: left;
}

.site-designer,
.site-info {
	font-family: 'DM Sans', sans-serif;
	color: #fff;
	font-size: 14px;
}

.footer-helpdesk {
	display: flex;
	margin-bottom: 105px;
}

.footer-helpdesk .col {
	padding: 0;
	float: none !important;
}

.footer-helpdesk .col:first-child {
	padding-right: 0;
}

.footer-helpdesk__wrapper {
	flex: 0 0 33.333%;
}

.footer-helpdesk a {
	color: #fff;
}

.footer-helpdesk a:hover .footer-helpdesk__arrow {
	right: -8px;
	transition: .4s right ease;
}

.footer-helpdesk a:hover .footer-helpdesk__icon {
	background-color: #fff;
}

.footer-helpdesk a:hover .footer-helpdesk__icon .gk-icon {
	fill: #1C0D56;
}

.footer-helpdesk__single {
	display: flex;
	align-items: center;
}

.footer-helpdesk__content {
	display: flex;
	margin-left: 15px;
}

.footer-helpdesk__content h4 {
	color: inherit;
	margin-bottom: 0;
	font-weight: 400;
}


.footer-helpdesk__content span {
	display: block;
	font-size: 24px;
	color: #F9F9F9;
}

.footer-helpdesk__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 3px solid #fff;
	border-radius: 50%;
	transition: .4s background ease;
}

.footer-helpdesk__icon svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

.footer-helpdesk__arrow {
	position: relative;
	align-self: end;
	margin-left: 15px;
	bottom: -2px;
	right: 0;
	transition: .4s right ease;
}

.footer-helpdesk__arrow .gk-icon {
	height: 29px;
	width: 29px;
	transition: .4s fill ease;
}

.footer-logo {
	width: 200px;
	height: auto;
}

.footer-logo__wrapper {
	flex: 0 0 33.333%;
}

.site-footer__menu {
	display: table;
	display: flex;
	margin-bottom: 110px;
}

.menu-footer-container {
	display: flex;
	flex: 0 0 66.666%;
}

.footer-menu {
	display: flex;
	width: 100%;
	list-style: none;
}

.footer-menu > li {
	flex: 0 0 50%;
	padding-right: 15px;
}

.footer-menu ul {
	list-style: inherit;
	margin: 0;
}

.footer-menu > li > a:first-child {
	display: block;
	font-family: 'Archivo', sans-serif;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 23px;
}

.footer-menu a {
	color: #fff;
}

.footer-menu .sub-menu li {
	margin-bottom: 22px;
}

.footer-menu .sub-menu li:last-child {
	margin-bottom: 0;
}

.footer-company-logo {
	width: 235px;
	height: auto;
}

.site-designer a {
	float: right;
}

/*******************************************************
*********************** MY ACCOUNT
******************************************************/

.woocommerce-account .site-content {
	margin-top: 60px;
}

.woocommerce-account.login-page .site-content {
	margin-top: 0;
}

.myaccount-page-title {
	font-size: 43px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content--licenses .licenses {
	border-radius: 10px;
	border: 1px solid rgba(233,233,233, 1);
	padding: 45px 30px;
	margin-bottom: 30px;
}


.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content--licenses .licenses .licenses__details .resubscribe {
	margin-top: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content--licenses .licenses:last-child {
	margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100%;
}

.woocommerce-MyAccount-navigation ul {
	display: flex;
	align-items: center;
	width: 100%;
}

.woocommerce-MyAccount-navigation ul li {
	font-size: 18px;
	color: #4D4CAF;
	margin:0 15px;
}

.woocommerce-MyAccount-navigation ul li:first-child {
	margin-left: 0;
}

.woocommerce-MyAccount-navigation ul li:last-child {
	margin-right: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active {
	padding: 8px 15px;
	border-radius: 10px;
	background-color: rgba(74, 59, 163, 0.1 );
}

.woocommerce-MyAccount-navigation ul li:last-child {
	margin-right: 0;
}

.woocommerce table.my_account_orders .button {
	text-decoration: none;
}

.woocommerce table.shop_table td.product-name a,
.woocommerce .woocommerce-MyAccount-content legend {
	line-height: 1.2;
	color: #1E1D1F;
	font-weight: 900;
	font-family: 'Archivo', sans-serif;
	text-decoration: none;
}

.woocommerce table.my_account_orders .button,
.woocommerce table.subscription_details .button {
	font-size: 14px;
}

.woocommerce .woocommerce-Address-title a {
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-block;
}


/*******************************************************
*********************** LICENSES
******************************************************/

.licenses__details,
.licenses__download {
	display: flex;
	font-family: 'DM Sans', sans-serif;
	color: #4D4C4F;
	margin-top: 45px;
	padding-top: 8px;
}

.licenses h3 {
	margin-bottom: 45px;
}

.licenses__details > div,
.licenses__download > div {
	flex: 0 0 33.333%;
}

.licenses__details a,
.licenses__details a:visited,
.licenses__details a:focus,
.licenses__download a:not(.btn, .resubscribe),
.licenses__download a:not(.btn, .resubscribe):visited,
.licenses__download a:not(.btn, .resubscribe):focus,
.licenses__sites a,
.licenses__sites a:visited,
.licenses__sites a:focus {
	color: inherit;
	text-decoration: underline;
}

.licenses__download a {
	display: block;
	max-width: 230px;
}

.licenses__download a:not(.btn, .resubscribe) {
	width: 100%;
}

.licenses__details a:hover,
.licenses__download a:not(.btn):hover,
.licenses__sites a:hover {
	color: inherit;
}

.licenses__details > div .h4,
.license-key .h4,
.licenses__download .h4,
.licenses__sites  .h4 {
	display: block;
	width: 100%;
	font-family: inherit;
	color: inherit;
	margin-bottom: 15px;
}

.licenses__sites {
	font-size: 18px;
	margin-top: 45px;
}

.licenses__sites td {
	font-size: 18px;
	padding: 22px 0;
}

.licenses__sites tr {
	border-top: 1px solid #E9E9E9;
}

.licenses__sites tr:last-child {
	border-bottom: 1px solid #E9E9E9;
}

.licenses__plugin-version a,
.licenses__plugin-info a {
	margin-top: 15px;
}

.licenses__plugin-info a:first-child {
	margin-top: 0;
}

.subscription-status {
	font-size: 14px;
	color: #fff;
	border-radius: 10px;
	background: transparent;
	padding: 4px 8px;
	margin-left: 8px;
}

.subscription-status-active {
	background: #39D300;
}

.subscription-status-on-hold {
	background: #F8DDA7;
	color: #946919;
}

.subscription-status-expired {
	background: #F75F00;
}

.subscription-status-cancelled,
.subscription-status-pending-cancel {
	background: #FF0000;
}

.licenses__subscription-details .expires-date {
	display: block;
	margin-top: 15px;
	width: 100%;
}

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

.license-key {
	margin-top: 45px;
	padding-top: 8px;
}

.license-key__data {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 15px;
}

.license-key__data input[type=text] {
	flex: 0 1 80%;
	font-family: monospace !important;
	border: none !important;
	outline: none;
	box-shadow: none;
	background: #F2F3F0;
	color: #4D4C4F !important;
	line-height: 1.42857143;
	margin-bottom: 8px;
}

.license-key__data input::selection {
	background: none !important;
	color: #4D4C4F !important;
}

.license-key__data input:focus {
	outline: none;
	box-shadow: none;
}

.license-key__data .btn {
	flex: 1 1 20%;
	margin-left: 15px;
}

@media (max-width:991px) {

	.licenses__download {
		flex-direction: column;
	}

	.licenses__download>div {
		margin-bottom: 30px;
	}

	.licenses__download>div:last-child {
		margin-bottom: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-content--licenses div.licenses {
		padding: 15px;
	}

	.license-key__data input {
		flex: 0 0 70%;
	}

	.license-key__data .btn {
		flex: 0 0 30%;
		max-width: 180px;
	}
}

@media (max-width: 767px) {
	.license-key__data {
		flex-direction: column;
		align-items: flex-start;
	}

	.license-key__data input {
		margin-bottom: 15px;
	}

	.license-key__data input,
	.license-key__data .btn {
		width: 100%;
		flex: 0 0 100%;
	}

	.license-key__data .btn  {
		margin-left: 0;
	}

	.licenses__details {
		flex-direction: column;
	}

	.licenses__details > div {
		margin-bottom: 30px;
	}

	.licenses__details > div:last-child {
		margin-bottom: 0;
	}
}

@media(max-width:599px) {
	.licenses__sites td {
		font-size: 14px;
	}
}

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

.wc-block-components-order-summary-item__quantity {
	width: 20px;
	height: 20px;
	box-shadow: none;
	background: #F75F00;
	color: #fff;
}

.wc-block-components-order-summary-item__quantity span {
	font-size: 14px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
.wc-block-components-product-price {
	line-height: 1.2;
}


body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text,
body .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body .wcs-recurring-totals-panel .wcs-recurring-totals-panel__title .wc-block-components-totals-item__label,
body .wcs-recurring-totals-panel__details .wcs-recurring-totals-panel__details-total .wc-block-components-totals-item__label,
body .wc-block-checkout__sidebar .wc-block-components-product-name {
	line-height: 1.2;
	color: #1E1D1F;
	font-weight: 900;
	font-family: 'Archivo', sans-serif;
	text-decoration: none;
}

body .wcs-recurring-totals-panel__title .wc-block-components-totals-item__description {
	margin: 8px 0;
}

body .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 1em;
}

body .wc-block-components-address-card__edit {
	font-weight: bold;
	text-decoration: underline;
}

.wc-block-checkout__terms {
	line-height: 1.4;
	font-size: .875em;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-message {
	margin-top: 23px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .wc-block-components-formatted-money-amount {
	margin-right: .25em;
}

/*******************************************************
*********************** CONTACT
******************************************************/

/*******************************************************
*********************** EXIT POPUP
******************************************************/

.exit-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(33, 33, 33, 0.8);
	display: none;
	z-index: 99999999;
}

.exit-popup.visible {
	display: block;
}

.exit-popup-form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	max-width: 95vw;
	max-height: 95vh;
	overflow: scroll;
}

.exit-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	font-size: 30px;
	padding: 8px 15px;
	background: #fff;
	border-radius: 9999em;
}

/*******************************************************
*********************** MEDIA
******************************************************/

/* md */
@media(max-width:1199px){

	.product-cover {
		padding-bottom: 60px;
		padding-top: 10px;
	}

	.product-cover__content h1 {
		margin-bottom: 15px;
	}

	.product-cover__content {
		padding: 15px 30px 45px 0;
	}

	.login-form-wrapper {
		padding-left: calc( ( 100vw - 940px ) / 2);
	}

	.login-backlogs {
    	padding-right: calc( ( 100vw - 940px ) / 2);
	}

	.product-packages__content {
		padding: 0 30px;
	}

}

/* sm */
@media(max-width:991px){
	.woocommerce table.my_account_orders .button.pay {
		margin-right: 0;
	}

	.product-cover__content h1 {
		font-size: 32px;
		line-height: 38px;
	}

	.product-cover {
		padding-top: 58px;
		padding-bottom: 60px;
	}

	.product-cover__content {
		padding: 15px 30px 0 0;
	}

	.header-my-account {
		margin-left: 20px;
	}

	.product-footer__left {
		margin-bottom: 60px;
	}

	body.home .product-footer {
		bottom: 0;
	}

	body.home .site-content {
		margin-bottom: 0;
	}

	.product-footer__wrapper {
		flex-wrap: wrap;
	}

	.product-reviews__archeving-wrapper .h1,
	.product-reviews__installations .h1 {
		font-size: 43px;
	}

	.product-reviews__installations .h2 {
		font-size: 32px;
	}

	.product-reviews__archeving-wrapper .h3 {
		font-size: 24px;
	}

	.product-reviews__archeving-wrapper .h4 {
		font-size: 18px;
	}

	.footer-helpdesk__single {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-helpdesk__content {
		margin-left: 0;
	}

	.product-packages__single:nth-child(1) .product-packages__handler {
		border-radius: 10px;
	}

	.product-packages__single:nth-child(1) .product-packages__handler .product-packages__header {
		border-radius: 10px 10px 0 0;
	}

	.product-packages__single:nth-child(3) .product-packages__handler {
		border-radius: 10px;
	}

	.product-packages__single:nth-child(3) .product-packages__handler .product-packages__header {
		border-radius: 10px 10px 0 0;
	}

	.site-footer {
		clip-path: none;
		margin-top: 60px;
	}

	body.home .site-footer {
		margin-top: 0;
	}

	.login-form-wrapper {
		padding-left: calc( ( 100vw - 720px ) / 2);
	}

	.login-backlogs {
    	padding-right: calc( ( 100vw - 720px ) / 2);
	}

	.site-meta {
		margin-top: 60px;
		width: 100%;
	}

	.footer-helpdesk .col {
		margin-bottom: 30px;
	}

	.product-footer__left,
	.product-footer__right {
		flex: 0 0 100%;
	}

	.product-footer__right {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.product-footer {
		padding: 0;
	}

	.product-packages__wrapper {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -15px;
	}

	.product-packages__single {
		flex: 0 0 100% !important;
		border-radius: 10px;
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.product-packages__single:last-child {
		margin-bottom: 0;
	}

	.product-packages__single:nth-child(2) {
		z-index: 0;
	}

	.product-packages__single:nth-child(2) .product-packages__handler {
		margin-top: 0;
	}

	.product-faq__wrapper .panel-group,
	.product-details {
		flex: 0 0 100%;
	}

	.product-details {
		margin-top: 30px;
	}

	.product-faq__wrapper {
		flex-wrap: wrap;
	}

	.product-features__wrapper li {
		padding: 0 8px;
	}

	.product-cover__buttons-wrapper a.product-cover__link {
		margin-left: 0;
	}

	/** menu **/

    .navbar-header {
    	display: flex;
    	position: relative;
        float: none;
        width: 100%;
        z-index: 9999;
    }

    .navbar-header__account {
	   	display: flex;
	    align-items: center;
	    justify-content: flex-end;
    }

    .navbar-header__cart {
    	display: flex;
    	align-items: center;
    	justify-content: flex-end;
    	width: 100%;
    }

    .navbar-header__cart a {
    	display: flex;
    	align-items: center;
    	align-self: flex-end;
    }

    .navbar-header__account  .header-cart-desc {
    	display: none;
    	visibility: hidden;
    }

    .navbar-header__account .gk-icon {
    	color: #fff;
    	width: 20px;
    	height: 20px;
    }

    .navbar-header__account .header-cart-icon {
    	margin-right: 0;
    }

    .navbar-header__account .header-cart-count {
    	width: 15px;
    	height: 15px;
    	font-size: 11px;
    }

    .custom-logo-link {
    	text-align: left;
    }

    .custom-logo-link {
    	flex: 0 0 150px;
    }

		.navbar-header__account a {
    	padding: 11px 12px;
    }

    button.navbar-toggle {
    	min-width: auto;
    }

    .navbar-header__right {
    	display: flex;
    	align-items: center;
    	justify-content: flex-end;
    	flex: 1 0 auto;
    }

    .navbar-default .navbar-toggle {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background: transparent !important;
        border: none;
        float: left;
        padding: 12px 7px;
        margin: 0;
        -webkit-appearance: none;
    	-moz-appearance:    none;
    	appearance:         none;
    	border-radius: 0;
    }

    .navbar-default .navbar-toggle:hover .icon-bar:nth-child(2),
    .navbar-default .navbar-toggle:hover .icon-bar:nth-child(4) {
    	width: 30px;
    }


    .navbar-default .navbar-toggle:before,
    .navbar-default .navbar-toggle:after {
    	display: none;
    	visibility: hidden;
    }

	.navbar-default .navbar-toggle .icon-bar {
		width: 30px;
	    height: 2px;
	    margin: 0;
	    margin-bottom: 6px;
	    background-color: #fff;
	    -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    border-radius: 0;
	}

	.navbar-toggle.open .icon-bar {
		width: 30px !important;
	}

	.navbar-toggle.open .icon-bar:nth-child(4) {
		opacity: 0 !important;
	}

	.navbar-toggle.open .icon-bar {
		transform-origin: center;
	}

	.navbar-toggle.open .icon-bar:nth-child(2) {
		transform: translateY(9px) rotate(45deg) !important;
	}

	.navbar-toggle.open .icon-bar:nth-child(3) {
		transform: translateY(0px) rotate(-45deg) !important;
	}

	.cart-wrapper {
		padding: 0;
	}

	.cart-wrapper .header-cart {
		display: none;
		visibility: hidden;
	}

	.collapse-navbar-handler {
		display: flex;
		width: 750px;
		margin: 0 auto;
	}

	.navbar {
		min-height: 75px;
	}

	.collapse-navbar-wrapper {
		display: flex;
	    flex-direction: column;
	    align-items: flex-start;
		position: absolute;
		left: -100%;
		top: 75px;
		padding-top: 8px;
		height: 100vh;
		width: 100vw;
		transition: .4s left ease;
		background: linear-gradient(90deg, rgba(28, 13, 86, 1) 0%, rgba(101, 37, 131, 1) 100%);
		z-index: 9999;
	}

	.navbar-collapse.in .collapse-navbar-wrapper {
		left: 0;
		transition: .4s left ease;
	}

	.collapse-navbar-wrapper .cart-wrapper {
		display: none;
		visibility: hidden;
	}

	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 0;
	}
	.navbar-toggle .icon-bar:nth-child(4) {
		margin-bottom: 0;
		width: 20px;
	}
	.navbar-toggle .icon-bar:nth-child(2) {
		width: 20px;
	    -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 18px;
    }
    .navbar-nav>li {
        float: none;
        padding: 10px 0;
        margin-bottom: 5px;
        display: table;
        width: auto;
    }
    .navbar-nav>li:not(.menu-item-object-custom):first-child {
    	padding: 10px 0;
    }

    .navbar-nav>li:not(.menu-item-object-custom) {
   	 padding: 15px 0 10px 0;
    }
    .navbar-nav>li>a {
    	padding: 0;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    .navbar-nav > li > .dropdown-menu {
		display: block;
		position: static;
		width: 100%;
		border: none;
		border-radius: 0;
		box-shadow: none;
		min-width: auto;
		float: none;
  	}
	.dropdown-menu > li {
		margin: 0;
		font-size: 16px;
		border-bottom: 1px solid #eee;
		padding: 10px 0 10px 30px;
	}

    /** --- menu **/

    /* Product page */
    .demo-shortcode {
    	flex-wrap: wrap;
    }

    /** -- product page **/

    /* 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;
	}

	/* –––––––– */

	.posts-loop__post-wrap {
		flex:0 0 50%
	}

	.product-payment__demo,
	.product-payment__testing,
	.product-payment__methods {
		flex-basis: 50%;
		margin-bottom: 30px;
	}

	.product-payment__wrapper > *:last-child {
		margin-bottom: 0;
	}
}

/* xs */
@media(max-width:767px){
	.collapse-navbar-handler {
		width: 100%;
	}

	.site-footer {
		padding-top: 45px;
	}

	.navbar-default .container {
		width: 100%;
	}

	.collapse-navbar-handler {
		width: 100%;
	}

	.product-cover {
		padding-top: 12px;
		padding-bottom: 60px;
		margin-bottom: 0;
	}

	.product-cover__content h1 {
		line-height: 1.2;
	}

	.product-packages__single:nth-child(2),
	.product-packages__single {
		z-index: 0;
	}

	.site-footer {
		padding-top: 45px;
	}

	.product-features__wrapper {
		margin: 60px 0 0 0;
	}

	.footer-helpdesk__desc {
		margin-left: 15px;
	}

	.footer-helpdesk__single {
		flex-direction: row;
		align-items: center;
		margin-bottom: 30px;
	}

	.footer-helpdesk {
		flex-wrap: wrap;
		justify-content: column;
	}

	.footer-helpdesk__wrapper {
		flex: 0 0 100%;
	}

	.footer-helpdesk,
	.footer-logo__wrapper {
		margin-bottom: 60px;
	}

	.site-footer__menu {
		display: block;
		margin-top: 60px;
	}

	.site-footer--login {
		position: relative;
		color: #fff;
		background-image: linear-gradient(270deg, rgba(96, 35, 128, 1) 0%, rgba(28, 13, 86, 1) 100%);
		bottom: 0;
		margin-top: 0;
		padding-top: 30px;
		border-top: 1px solid #fff;
		padding-bottom: 30px;
	}

	.site-footer--login .site-meta {
		margin-top: 0;
	}

	.site-footer--login .site-info {
		color: inherit;
	}

	.login-container {
		flex-direction: column;
		height: 100%;
	}

	.login-form-wrapper,
	.login-backlogs {
		width: 100%;
		padding: 30px 15px;
	}

	.product-cover__wrapper {
		flex-wrap: wrap;
	}

	.product-cover__content {
		flex: 0 0 100%;
		margin: 0 0 45px 0;
		padding: 0;
		max-width: 500px;
	}

	.product-cover-video-cont {
		flex: 0 0 100%;
	}

	.navbar-default .container {
		width: 100%;
	}

	.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;
	}

	.sidebar-woocommerce {
		margin-bottom: 30px;
	}

	.toggle-woocommerce-filters {
		display: block;
		cursor: pointer;
		font-size: 21px;
   		padding: 15px;
    	text-align: left;
    	margin: 0;
    	background-color: #fff;
    	border: none;
    	color: #1A1A1A;
    	border-radius: 0;
	}

	.toggle-woocommerce-filters .fa {
		transition: all .3s ease-in-out;
		float: right;
	}

	.toggle-woocommerce-filters .fa.active {
		transform: rotate(180deg);
	}

	.woocommerce-widgets {
		display: none;
	}

	.toggle-woocommerce-myaccount-nav {
		display: block;
	}

	.site-content {
		margin-top: 30px;
	}

	body.blog .blog-page-content {
		margin-top: 45px;
	}

	.posts-loop__post-desc p {
		font-size:14px
	}

	.posts-loop__post {
		padding:30px 23px
	}

	.posts-loop {
		margin-top:45px
	}

	.login-backlogs a.login-backlogs__return_link {
		margin-bottom: 45px;
	}

	body.woocommerce-checkout .wcs-recurring-totals-panel__details.wc-block-components-panel .wc-block-components-panel__button {
		padding-left: 16px !important;
	}

	body.page-template-default .entry-header,
	body .entry-header.changelog-header {
		margin-bottom: 30px;
	}

	body .woocommerce ul.order_details li {
		display: block;
		border: none;
		margin-top: 15px;
		width: 100%;
	}

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

}

@media(max-width:599px){
	.site-meta {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	.site-meta .site-info {
		margin-bottom: 15px;
		text-align: center;
	}

	h1, .h1 {
		font-size: 32px;
	}

	h2, .h2 {
		font-size: 24px;
	}

	h3, .h3 {
		font-size: 18px;
	}

	h4, .h4 {
		font-size: 14px;
	}

	h5, .h5 {
		font-size: 12px;
	}

	.site-designer {
		display: flex;
		justify-content: center;
	}

	.custom-logo {
		max-width: 100%;
	}

	.navbar-header__handler {
		margin-right: -4px;
    margin-left: 4px;
	}

	.navbar-header__handler .navbar-toggle {
		min-width: 40px;
		max-width: 40px;
	}

	.woocommerce table.my_account_orders .button.view {
		margin-left: 8px;
	}

	.woocommerce table.my_account_orders .button.pay {
		margin-right: 0;
	}

	.product-cover__content {
		max-width: 100%;
	}

	.product-footer {
		bottom: 0;
	}

	h2 .highlight,
	.product-payment__demo .h2 .highlight,
	.product-payment__testing .h2 .highlight {
		font-size: 32px;
		line-height: 1;
	}

	.product-cover::before {
		padding-bottom: 90px;
	}

	.site-footer__menu {
		margin-bottom: 15px;
	}

	.footer-menu {
		flex-wrap: wrap;
	}

	.footer-menu > li {
		flex: 0 0 100%;
		margin-bottom: 30px;
		padding-right: 0;
	}

	.site-meta {
		flex-direction: column;
	}

	.site-meta .site-info {
		margin-bottom: 15px;
	}

	.woocommerce form.login.woocommerce-form-login {
		padding-right: 0;
	}

	.login-form-footer {
		flex-direction: column;
		padding-bottom: 45px;
	}

	.login-form-footer a {
		text-align: left;
	}

	h1, .h1 {
		font-size: 32px;
	}

	h2, .h2 {
		font-size: 24px;
	}

	h3, .h3 {
		font-size: 18px;
	}

	h4, .h4 {
		font-size: 14px;
	}

	h5, .h5 {
		font-size: 12px;
	}

	.site-designer {
		display: flex;
		justify-content: center;
	}

	.product-footer__left,
	.product-footer__right {
		flex: 0 0 100%;
	}

	.product-packages__single {
		flex: 0 0 100%;
	}

	.product-why-sales-booster__image {
		order: 1;
		margin-bottom: 45px;
	}

	.product-why-sales-booster__content {
		order: 2;
	}

	.product-why-sales-booster__single .product-why-sales-booster__image,
	.product-why-sales-booster__single:nth-child(2n) .product-why-sales-booster__content {
		padding-left: 0;
	}

	.product-cover {
		padding-bottom: 45px;
	}

	.product-cover__content {
		margin-top: 0;
	}

	.custom-logo {
		max-width: 100%;
	}

	.navbar-header__handler .navbar-toggle {
		min-width: 40px;
		max-width: 40px;
	}

	.product-payment__wrapper {
		flex-wrap: wrap;
	}

	.product-payment__demo,
	.product-payment__testing,
	.product-payment__methods {
		flex: 0 0 100%;
	}

	.product-reviews__advantages {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.product-features__wrapper li {
		flex: 0 0 100%;
	}

	.product-reviews__wrapper {
		overflow: scroll;
	}

	.product-reviews__wrapper--single .product-reviews__single {
		flex: 0 0 100%;
	}

	.product-reviews__single {
		flex: 0 0 90%;
	}

	.product-why-sales-booster__single {
		flex-wrap: wrap;
	}

	.product-why-sales-booster__content,
	.product-why-sales-booster__image {
		flex: 0 0 100%;
		padding: 0;
	}

	.product-why-sales-booster__single:nth-child(2n) .product-why-sales-booster__image {
		padding: 0;
	}

	.product-advantages__wrapper {
		flex-wrap: wrap;
	}

	.product-advantages__single {
		flex: 0 0 100%;
	}

	.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;
	}

	.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 #EEEEEE;
	}

	.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-cart 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,
	.woocommerce-page table.shop_table_responsive tr td {
		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;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		display: block;
	}

	.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 .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%;
	}

	.posts-loop__post-wrap {
		flex:0 0 100%
	}

	.myaccount-page-title {
		font-size: 32px;
	}

}

/* xxs */
@media(max-width:479px){

	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message {
		padding-right: 15px;
	}

	.woocommerce-error .woocommerce-notice-wrap > a.button,
	.woocommerce-info .woocommerce-notice-wrap > a.button,
	.woocommerce-message .woocommerce-notice-wrap > a.button,
	.woocommerce-error .woocommerce-notice-wrap > .btn,
	.woocommerce-info .woocommerce-notice-wrap > .btn,
	.woocommerce-message .woocommerce-notice-wrap > .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%;
	}

}

/*******************************************************
*********************** 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.33333333333334%;
	}
	.col-sm-9 {
	  width: 75%;
	}
	.col-sm-8 {
	  width: 66.66666666666666%;
	}
	.col-sm-7 {
	  width: 58.333333333333336%;
	}
	.col-sm-6 {
	  width: 50%;
	}
	.col-sm-5 {
	  width: 41.66666666666667%;
	}
	.col-sm-4 {
	  width: 33.33333333333333%;
	 }
	 .col-sm-3 {
	   width: 25%;
	 }
	 .col-sm-2 {
	   width: 16.666666666666664%;
	 }
	 .col-sm-1 {
	  width: 8.333333333333332%;
	 }

}
