
/*
Table Of Contents

1.)  Typography
2.)  Container - Main
3.)  Header - Main
4.)  Content - Main
5.)  Footer - Main

===============================================*/


/*
 1.) Typography
----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap'); /*font-family: "Plus Jakarta Sans", sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap'); /*font-family: "Roboto Mono", monospace;*/

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap'); /*font-family: "Albert Sans", sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap'); /*font-family: "Roboto", sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap'); /*font-family: "Inter", sans-serif;*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
	padding: 0;
	margin: 0;
}


/* #Basic Styles
================================================== */

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Roboto Mono", sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #10100a;
	line-height: 32px;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

sub,
sup{
	font-size: 50%;
}

sup {
	top: -.6em;
}

sub,
sup{
	font-size: 50%;
}

img { 
	max-width: 100%;
	height: auto;
}


/* #Links
================================================== */

a {
	color: #5757ff;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #8f0ced;
	text-decoration: none;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #5757ff;
	text-decoration: none;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #8f0ced;
	text-decoration: none;
}


/* #Heading H1, H2, H3, H4, H5, H6, P
================================================== */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 { 
	font-family: "Plus Jakarta Sans", sans-serif; 
	font-weight: 600; 
	color: #808080;
	padding-bottom: 24px;
}

h1,
.h1 {
	font-size: 72px;
	line-height: 91px;
}

h2,
.h2 {
	font-size: 56px;
	line-height: 71px;
}

h3,
.h3 { 
	font-size: 32px;
	line-height: 40px;
}

h4,
.h4 { 
	font-size: 24px;
	line-height: 29px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 30px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 600; 
}

@media (max-width: 1199px) {
h1,
.h1 {
	font-size: 62px;
	line-height: 76px;
}

h2,
.h2 {
	font-size: 48px;
	line-height: 60px;
}
}

@media (max-width: 767px) {
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 { 
	padding-bottom: 16px;
}

h1,
.h1 {
	font-size: 56px;
	line-height: 71px;
}

h2,
.h2 {
	font-size: 32px;
	line-height: 40px;
}
}


/* #Unorder Styles
================================================= */

ul,
ol {
	list-style: none;
}

li {
	position: relative; 
	padding-left: 25px;
	padding-bottom: 10px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

li:last-child { 
	padding-bottom: 30px;
}

ul li ul,
ol li ol {
	padding: 15px 0 0 0;
}

ul li:before {
	content: ""; 
	width: 8px; 
	height: 8px; 
	float: left; 
	background: #10100a; 
	border-radius: 360px;
	position: absolute;
	top: 13px;
	left: 0;
}


/* #Order Styles
================================================= */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 40px;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 600;
	color: #10100a;
	position: absolute;
	top: -1px;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input
================================================= */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #8f0ced;
	line-height: 22px;
	padding: 0 0 13px 0;
	margin: 0;
}

label .required {
	color: #ff0000;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 68px;
	font-family: "Roboto Mono", monospace;
	font-weight: 400;
	font-size: 24px;
	color: #10100a;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;	
	background: #ffffff;	
	border: 1px solid #10100a;	
	border-radius: 13px;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 15px 25px;
	margin: 0;
}

textarea {
	height: 176px;
	border-radius: 16px;
	white-space: normal;
	outline: none;
	resize: none;
	padding-top: 25px;
	padding-bottom: 25px;
}

select {
	background-image: url(../svg/chevron-down.svg);
	background-size: 24px auto;
	background-repeat: no-repeat;
	background-position: top 20px right 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select.colorize option:not([disabled]) {
	color: #10100a;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #10100a;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #10100a;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #10100a;
}

::-moz-placeholder {
	color: #10100a;
}

::-ms-input-placeholder {
	color: #10100a;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #5757ff;
	outline: 0;
}

@media (max-width: 991px) {
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 60px;
	font-size: 20px;
	line-height: 26px;
}

textarea {
	height: 140px;
	border-radius: 13px;
}

select {
	background-size: 20px auto;
	background-position: top 18px right 25px;
}
}

@media (max-width: 767px) {
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-size: 18px;
	line-height: 24px;
}
}


/* #Button
================================================== */

.btn,
.button,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 16px;
	color: #595a5c;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	background: none;	
	border-radius: 360px;
	box-shadow: inset #595A5C 0 0 0 1px;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 24px 32px;
	margin: 0;
}

.btn::before,
.button::before {
	content: "";
	width: 0;
	height: 100%;
	float: left;
	background: #595a5c;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.btn em,
.button em {
	font-size: 125%;
	position: relative;
	top: 2px; 
	margin-left: 4px;
}

.btn .count,
.button .count { 
	float: none; 
	display: inline-block; 
	vertical-align: middle; 
	font-family: "Plus Jakarta Sans", sans-serif; 
	font-size: 14px; 
	color: #5757FF; 
	line-height: 32px; 
	background: #ffffff; 
	border-radius: 360px; 
	position: relative; 
	top: -2px; 
	padding: 0 16px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.button.active,
.button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active, 
.button:not(:disabled):not(.disabled):active {
	color: #ffffff;
	text-decoration: none;
	box-shadow: none; 
	outline: 0;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
	background: #595a5c;
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before,
.btn:active:focus:before,
.btn.active:before,
.btn.active:focus:before,
.button:hover:before,
.button:focus:before,
.button:active:before,
.button:active:focus:before,
.button.active:before,
.button.active:focus:before {
	width: 100%;
}

.btn-blue, 
.button.btn-blue, 
input.btn-blue[type="button"], 
input.btn-blue[type="submit"] {
	color: #ffffff;
	background: #5757FF; 
	box-shadow: none;
}

.btn-blue::before,
.button.btn-blue::before {
	background: #8F0CED;
}

input[type="button"].btn-blue:hover,
input[type="button"].btn-blue:focus,
input[type="button"].btn-blue:active,
input[type="button"].btn-blue:active:focus,
input[type="button"].btn-blue.active,
input[type="button"].btn-blue.active:focus,
input[type="submit"].btn-blue:hover,
input[type="submit"].btn-blue:focus,
input[type="submit"].btn-blue:active,
input[type="submit"].btn-blue:active:focus,
input[type="submit"].btn-blue.active,
input[type="submit"].btn-blue.active:focus {
	background: #8F0CED;
}

.btn-gray, 
.button.btn-gray, 
input.btn-gray[type="button"], 
input.btn-gray[type="submit"] {
	color: #595a5c!important;
	background: #F6F5FF;	
	box-shadow: none;
}

.btn-gray::before,
.button.btn-gray::before {
	background: #d9d9d9;
}

input[type="button"].btn-gray:hover,
input[type="button"].btn-gray:focus,
input[type="button"].btn-gray:active,
input[type="button"].btn-gray:active:focus,
input[type="button"].btn-gray.active,
input[type="button"].btn-gray.active:focus,
input[type="submit"].btn-gray:hover,
input[type="submit"].btn-gray:focus,
input[type="submit"].btn-gray:active,
input[type="submit"].btn-gray:active:focus,
input[type="submit"].btn-gray.active,
input[type="submit"].btn-gray.active:focus {
	background: #d9d9d9;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0 0;
}

@media (max-width: 1199px) {
.btn,
.button,
input[type="button"],
input[type="submit"] {
	padding: 20px 32px;
}
}


figure,
.figure {
	vertical-align: top;
}


/* #Owl-carousel
=======================================================*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	width: 100%;
	display: inline-block;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}


/* No Js */
.no-js .owl-carousel {
	display: block;
}


/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	animation-duration: 100ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* Owl Carousel - Auto Height Plugin */
.owl-height {
	transition: height 500ms ease-in-out;
}


/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
/**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}


/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../404.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* Previous and Next */
.owl-nav button { 
	width: 64px; 
	height: 64px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-weight: inherit;
	font-size: 36px;
	color: #ffffff;
	line-height: 1em; 
	text-decoration: none;
	text-align: center;
	background: #070703; 
	border-radius: 360px;
	border: none;
	box-shadow: none;
	border-radius: 360px;
	position: absolute;
	top: 50%;	
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 2;
	outline: 0;
	padding: 0;
	margin: 0;
}

.owl-nav button:hover,
.owl-nav button:focus,
.owl-nav button:active {
	color: #ffffff;
	background: #5757FF;
	outline: 0;
}

.owl-nav button.owl-prev {
	left: 0; 
}

.owl-nav button.owl-next {
	right: 0;
}

.owl-nav button.disabled {
	color: rgba(0, 0, 0, 0.5);
	cursor: default; 
	opacity: 1;
}

.owl-nav button.disabled:hover,
.owl-nav button.disabled:focus,
.owl-nav button.disabled:active {
	color: rgba(0, 0, 0, 0.5);
}

.owl-nav.disabled {
	display: none;
}

@media (max-width: 1199px) {
.owl-nav button { 
	width: 56px; 
	height: 56px;
	font-size: 32px;
}
}

@media (max-width: 767px) {
.owl-nav button { 
	width: 40px; 
	height: 40px;
	font-size: 24px;
}
}


/* Bullets */
.owl-dots {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: .5em;
	margin: 24px 0 0 0;
}

.owl-dots button.owl-dot {
	width: 16px;
	height: 16px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #000000; 
	background: #000000;
	border-radius: 360px;
	box-shadow: none;
	border: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
	padding: 0;
	margin: 0 12px;
}

.owl-dots button.owl-dot:hover,
.owl-dots button.owl-dot:focus,
.owl-dots button.owl-dot:active,
.owl-dots button.owl-dot.active {
	background: #5757FF;
}

.owl-dots.disabled {
	display: none;
}


/* 
 2.) Container - Main
----------------------------------------*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;  
	display: flex;
	flex-direction: column;
  	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1355px;
	padding: 0 35px;
}

@media (max-width: 767px) {
.container {
	max-width: 640px;
	padding: 0 20px;
}
}


/* Newsletter - Form */
.newsletter-form {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 70px;
}

.newsletter-form:last-child {
	margin-bottom: 0;
}

.newsletter-form label {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #595a5c;
	line-height: 22px;
	padding-bottom: 0;
}

.newsletter-form form {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: -12px 0 0 0;
}

.newsletter-form select, 
.newsletter-form textarea, 
.newsletter-form input[type="text"], 
.newsletter-form input[type="password"], 
.newsletter-form input[type="datetime"], 
.newsletter-form input[type="datetime-local"], 
.newsletter-form input[type="date"], 
.newsletter-form input[type="month"], 
.newsletter-form input[type="time"], 
.newsletter-form input[type="week"], 
.newsletter-form input[type="number"], 
.newsletter-form input[type="email"], 
.newsletter-form input[type="url"], 
.newsletter-form input[type="search"], 
.newsletter-form input[type="tel"], 
.newsletter-form input[type="color"], 
.newsletter-form .uneditable-input {
	height: 94px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	font-size: 42px;
	color: #372585;
	line-height: 42px;
	background: none;
	border: none;
	border-bottom: 1px solid #5757ff;
	box-shadow: none;
	border-radius: 0;
	padding: 0 175px 0 0;
}

.newsletter-form select.colorize option:not([disabled]) {
	color: #372585;
}

.newsletter-form select.colorize option.def:not([disabled]),
.newsletter-form select.colorize.empty:not([disabled]) {
	color: #372585;
}

.newsletter-form ::-webkit-input-placeholder, 
.newsletter-form ::-webkit-textarea-placeholder {
	color: #372585;
}

.newsletter-form input::-moz-placeholder, 
.newsletter-form textarea::-moz-placeholder {
	color: #372585;
}

.newsletter-form ::-moz-placeholder {
	color: #372585;
}

.newsletter-form ::-ms-input-placeholder {
	color: #372585;
}

.newsletter-form select:focus, 
.newsletter-form textarea:focus, 
.newsletter-form input[type="text"]:focus, 
.newsletter-form input[type="password"]:focus, 
.newsletter-form input[type="datetime"]:focus, 
.newsletter-form input[type="datetime-local"]:focus, 
.newsletter-form input[type="date"]:focus, 
.newsletter-form input[type="month"]:focus, 
.newsletter-form input[type="time"]:focus, 
.newsletter-form input[type="week"]:focus, 
.newsletter-form input[type="number"]:focus, 
.newsletter-form input[type="email"]:focus, 
.newsletter-form input[type="url"]:focus, 
.newsletter-form input[type="search"]:focus, 
.newsletter-form input[type="tel"]:focus, 
.newsletter-form input[type="color"]:focus, 
.newsletter-form .uneditable-input:focus {
	border-bottom-color: #0078ff;
}

.newsletter-form .btn, 
.newsletter-form .button, 
.newsletter-form input[type="button"], 
.newsletter-form input[type="submit"] {
	width: 141px;
	height: 68px;
	float: right;
	font-size: 16px;
	color: #ffffff;
	line-height: 68px;
	background: #5757ff;
	box-shadow: none;
	border-radius: 900px;
	border: none;
	padding: 0;
	position: absolute;
	top: 13px;
	right: 0;
	z-index: 1;
}

.newsletter-form .btn:hover,
.newsletter-form .btn:focus,
.newsletter-form .btn:active,
.newsletter-form .btn:active:focus,
.newsletter-form .btn.active,
.newsletter-form .btn.active:focus,
.newsletter-form .button:hover,
.newsletter-form .button:focus,
.newsletter-form .button:active,
.newsletter-form .button:active:focus,
.newsletter-form .button.active,
.newsletter-form .button.active:focus,
.newsletter-form input[type="button"]:hover,
.newsletter-form input[type="button"]:focus,
.newsletter-form input[type="button"]:active,
.newsletter-form input[type="button"]:active:focus,
.newsletter-form input[type="button"].active,
.newsletter-form input[type="button"].active:focus,
.newsletter-form input[type="submit"]:hover,
.newsletter-form input[type="submit"]:focus,
.newsletter-form input[type="submit"]:active,
.newsletter-form input[type="submit"]:active:focus,
.newsletter-form input[type="submit"].active,
.newsletter-form input[type="submit"].active:focus,
.newsletter-form .btn:not(:disabled):not(.disabled).active, 
.newsletter-form .btn:not(:disabled):not(.disabled):active  {
	background: #0078ff;
}

@media (max-width: 991px) {
.newsletter-form form {
	margin: -5px 0 0 0;
}

.newsletter-form select, 
.newsletter-form textarea, 
.newsletter-form input[type="text"], 
.newsletter-form input[type="password"], 
.newsletter-form input[type="datetime"], 
.newsletter-form input[type="datetime-local"], 
.newsletter-form input[type="date"], 
.newsletter-form input[type="month"], 
.newsletter-form input[type="time"], 
.newsletter-form input[type="week"], 
.newsletter-form input[type="number"], 
.newsletter-form input[type="email"], 
.newsletter-form input[type="url"], 
.newsletter-form input[type="search"], 
.newsletter-form input[type="tel"], 
.newsletter-form input[type="color"], 
.newsletter-form .uneditable-input {
	height: 80px;
	font-size: 32px;
	line-height: 32px;
	padding: 0 175px 0 0;
}

.newsletter-form .btn, 
.newsletter-form .button, 
.newsletter-form input[type="button"], 
.newsletter-form input[type="submit"] {
	width: 140px;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	top: 10px;
}
}

@media (max-width: 639px) {
.newsletter-form form {
	margin: 0;
}

.newsletter-form select, 
.newsletter-form textarea, 
.newsletter-form input[type="text"], 
.newsletter-form input[type="password"], 
.newsletter-form input[type="datetime"], 
.newsletter-form input[type="datetime-local"], 
.newsletter-form input[type="date"], 
.newsletter-form input[type="month"], 
.newsletter-form input[type="time"], 
.newsletter-form input[type="week"], 
.newsletter-form input[type="number"], 
.newsletter-form input[type="email"], 
.newsletter-form input[type="url"], 
.newsletter-form input[type="search"], 
.newsletter-form input[type="tel"], 
.newsletter-form input[type="color"], 
.newsletter-form .uneditable-input {
	height: 60px;
	font-size: 24px;
	line-height: 32px;
	padding: 15px 0;
}

.newsletter-form .btn, 
.newsletter-form .button, 
.newsletter-form input[type="button"], 
.newsletter-form input[type="submit"] {
	width: 100%;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	position:relative;
	top: 0;
	margin-top: 20px;
}
}


/* 
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 120px;
	float: left;  
	background: #ffffff;
	border-bottom: 2px solid #F6F5FF;
}

.header-main .container {
	max-width: 1486px;
	padding: 0 35px;
}

.header-main .brand {
	float: left;
	height: 26px;
	line-height: 26px;
	position: relative;
	z-index: 1; 
	margin: 46px 0 0 0;
}

.header-main .brand img {
	max-height: 26px; 
	vertical-align: top;
}

@media (max-width: 1199px) {
.header-main {
	height: 92px;
}

.header-main .brand {
	margin: 32px 0 0 0;
}
}

@media (max-width: 767px) {
.header-main .container {
	max-width: 100%;
	padding: 0 20px;
}

.header-main .brand { 
	width: 100%;
	height: 20px;
	line-height: 20px; 
	text-align: center;
	margin: 34px 0 0 0;
}

.header-main .brand img {
	max-height: 20px; 
}
}


/* 
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;	
	flex: 1 0 auto;
}

/* Split - Cont */
.split-cont {
	width: 100%;
	overflow: hidden; 
	padding: 110px 0;
}

.split-cont .row {
	align-items: end;
	margin: 0 -30px -70px -30px;
}

.split-cont .row > div {
	padding: 0 30px 70px 30px;
}

.split-cont .row > div .newsletter-form-out { 
	width: 100%; 
	float: left;
}

.split-cont .row > div .newsletter-form-out h1,
.split-cont .row > div .newsletter-form-out .h1 { 
	font-weight: 700; 
	font-size: 128px; 
	line-height: 140px;
	background: linear-gradient(90deg, #372585 4.64%, #0078FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent; 
	padding-bottom: 65px;
}

.split-cont .row > div .newsletter-form-out h1:last-child,
.split-cont .row > div .newsletter-form-out .h1:last-child { 
	padding-bottom: 0;
} 

.split-cont .row > div .row > div {
	width: 100%;
	float: left;
}

.split-cont .row > div .row > div .heading-top {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 24px;
}

.split-cont .row > div .row > div .heading-top:last-child {
	padding-bottom: 0;
}

.split-cont .row > div .row > div .heading-top p {
	font-family: "Plus Jakarta Sans", sans-serif; 
	font-weight: 500; 
	color: #595A5C;
}

.split-cont .row > div .row > div .heading-top .aside {
	width: 100%;
	max-width: 420px;
	float: left;
}

.split-cont .row > div .row > div .article-wrap { 
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -40px;
}

.split-cont .row > div .row > div .article-list { 
	width: 100%; 
	float: left; 
	overflow: auto;
}

.split-cont .row > div .row > div .article-out {
	width: 610px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin: 0 -4px;
}

.split-cont .row > div .row > div .article {
	width: 33.33%;
	padding: 0 4px;
}

.split-cont .row > div .row > div .article .box {
	width: 100%;
	height: 100%;
	float: left;
	background: #F6F5FF;
	border-radius: 16px;
	padding: 14px 12px;
}

.split-cont .row > div .row > div .article .box .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	border-radius: 16px;
	margin-bottom: 10px;
}

.split-cont .row > div .row > div .article .box .figure img {
	width: 100%;
	border-radius: 16px;
}

.split-cont .row > div .row > div .article .box h3 {
	width: 100%;
	float: left;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px; 
	letter-spacing: normal;
	text-align: center;
	background: #ffffff;
	border-radius: 8px;
	padding: 9px 0;
}


.split-cont .row > div .row > div .arrows {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: -35px;
	left: 0;
}

.split-cont .row > div .row > div .arrows .arrow-right {
	width: 64px;
	height: 64px;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 42px;
	color: #ffffff;
	line-height: 64px;
	text-align: center;
	background: #00CCA2;
	border-radius: 360px;
	margin: 0 80px;
}

.split-cont .row > div .row > div .arrows .arrow-right.purple {
	background: #8F0CED;
}

.split-cont .row > div .row > div .arrows .arrow-right:hover,
.split-cont .row > div .row > div .arrows .arrow-right:focus,
.split-cont .row > div .row > div .arrows .arrow-right:active {
	background: #01ae8a;
}

.split-cont .row > div .row > div .arrows .arrow-right.purple:hover,
.split-cont .row > div .row > div .arrows .arrow-right.purple:focus,
.split-cont .row > div .row > div .arrows .arrow-right.purple:active {
	background: #7205c1;
}

@media (max-width: 1199px) {
.split-cont {
	padding: 70px 0;
}

.split-cont .row > div .newsletter-form-out h1,
.split-cont .row > div .newsletter-form-out .h1 { 
	font-size: 90px; 
	line-height: 100px;
}
}

@media (max-width: 991px) {
.split-cont .row > div .box {
	max-width: 100%;
}

.split-cont .row > div .box .box-inn {
	min-height: 295px;
}

.split-cont .row > div .box .box-inn textarea {
	height: 150px; 
}
}

@media (min-width: 768px) and (max-width: 991px) {
.split-cont .row > div .row > div .article-wrap { 
	margin-right: 0;
}

.split-cont .row > div .row > div .article-out {
	width:auto;
}
}

@media (max-width: 767px) {
.split-cont {
	padding: 60px 0;
}

.split-cont .row > div .newsletter-form-out h1,
.split-cont .row > div .newsletter-form-out .h1 { 
	font-size: 72px;
	line-height: 80px; 
	padding-bottom: 50px;
}

.split-cont .row > div .row > div .article-wrap { 
	margin-right: -20px;
}
}


/* 
 5.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	font-weight: 500;
	font-size: 16px;
	color: #595a5c;
	line-height: 20px;	
	flex-shrink: 0;
	background: url(../svg/icon-robot-2.svg) no-repeat bottom right;
	padding: 50px 0; margin-top: auto;
}

.footer-main .container {
	max-width: 1486px;
	padding: 0 35px;
}

.footer-main .icons {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-bottom: 20px;
}

.footer-main .icons:last-child {
	padding-bottom: 0;
}

.footer-main .icons img { 
	max-height: 48px;
}

.footer-main .brand {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 165px;
}

.footer-main .brand:last-child {
	padding-bottom: 0;
}

.footer-main .brand img { 
	max-height: 28px;
}

.footer-main .foot-sub-title {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	padding-bottom: 10px;
}

.footer-main .foot-sub-title:last-child {
	padding-bottom: 0;
}

.footer-main .foot-menu {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top; 
}

.footer-main .foot-menu ul {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 -20px -20px -20px;
}

.footer-main .foot-menu ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 20px 20px;
	margin: 0;
}

.footer-main .foot-menu ul li:before {
	display: none;
}

.footer-main .foot-menu ul li a {
	font-weight: 500;
	color: #595a5c;
	text-decoration: none;
}

.footer-main .foot-menu ul li a:hover,
.footer-main .foot-menu ul li a:focus,
.footer-main .foot-menu ul li a:active,
.footer-main .foot-menu ul li a.active {
	color: #5757ff;
}

.footer-main .foot-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 345px 0 0;
	margin-bottom: -20px;
}

.footer-main .foot-wrap:last-child {
	padding-bottom: 0;
}

.footer-main .foot-wrap p {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px 20px 0;
}

.footer-main .foot-wrap .foot-menu {
	width: auto;
	padding: 0;
}

@media (max-width: 1199px) {
.footer-main {
	background-size: auto 250px;
}

.footer-main .brand {
	padding-bottom: 100px;
}

.footer-main .icons img { 
	max-height: 42px;
}

.footer-main .foot-wrap {
	padding-right: 250px;
}
}

@media (max-width: 991px) {
.footer-main {
	background-size: auto 200px;
}

.footer-main .foot-wrap .foot-menu {
	width: auto;
	padding: 0 0 20px 0;
}
.footer-main .foot-menu ul {
	margin: 0 -13px -20px -13px;
}

.footer-main .foot-menu ul li {
	padding: 0 13px 20px 13px;
}

.footer-main .foot-wrap {
	padding-right: 200px;
}

.footer-main .foot-wrap p {
	padding: 0 20px 20px 0;
}
}

@media (max-width: 767px) {
.footer-main {
	background-size: auto 140px;
	padding: 40px 0;
}

.footer-main .container {
	max-width: 640px;
	padding: 0 20px;
}

.footer-main .brand {
	padding-bottom: 50px;
}

.footer-main .brand img { 
	max-height: 22px;
}

.footer-main .icons {
	padding-bottom: 50px;
}

.footer-main .foot-wrap {
	padding-right: 140px;
	margin-bottom: -10px;
}

.footer-main .foot-menu ul {
	margin: 0 -13px -10px -13px;
}

.footer-main .foot-menu ul li {
	padding: 0 13px 10px 13px;
}

.footer-main .foot-wrap p {
	padding: 0 20px 10px 0;
}
}


/* 
 3.) Header - Home
----------------------------------------*/

.header-home {
	width: 100%;
	height: 120px;
	float: left;
	background: #ffffff;
	border-bottom: 2px solid #F6F5FF;
}

.header-home .container {
	max-width: 1440px;
	padding: 0 35px;
}

.header-home .brand {
	width: 232px;
	float: left;
	height: 26px;
	line-height: 26px;
	position: relative;
	z-index: 1;
	margin: 45px -232px 0 0;
}

.header-home .brand img {
	max-height: 26px; 
	vertical-align: top;
}

.header-home .main-menu {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.header-home .main-menu .nav-bar {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 26px 476px 0 262px;
}

.header-home .main-menu .nav-inn {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.header-home .main-menu .nav-bar nav {
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 6;
}

.header-home .main-menu .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0 -40px 0 -40px;
}

.header-home .main-menu .nav-bar nav ul li {
	float: left;
	padding: 0;
	margin: 0 40px 0 40px;
}

.header-home .main-menu .nav-bar nav ul li:before {
	display: none;
}

.header-home .main-menu .nav-bar nav ul li a {
	height: 66px;
	float: left;
	font-family: "Roboto Mono", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #595A5C;
	line-height: 66px;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: none;
	position: relative;
}

.header-home .main-menu .nav-bar nav ul li a:after {
	content: "";
	width: 0;
	height: 2px;
	float: left;
	background: #5757FF;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	bottom: 15px;
	left: 50%;
}

.header-home .main-menu .nav-bar nav ul li a:hover,
.header-home .main-menu .nav-bar nav ul li a:focus,
.header-home .main-menu .nav-bar nav ul li.active a {
	color: #5757FF;
}

.header-home .main-menu .nav-bar nav ul li a:hover:after,
.header-home .main-menu .nav-bar nav ul li a:focus:after,
.header-home .main-menu .nav-bar nav ul li.active a:after {
	width: 100%;
	left: 0;
}

.header-home .main-menu .nav-bar .menu-close {
	position: absolute;
	top: 30px;
	right: 35px;
	display: none;
}

.header-home .main-menu .nav-bar .menu-close button {
	font-size: 32px;
	color: #5757ff;
	line-height: 1em;
	text-decoration: none;
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.header-home .main-menu .btn-out { 
	width: auto; 
	float: left;
	text-align: right;
	position: absolute;
	top: 26px;
	right: 0;
	z-index: 2;
	padding: 0 2px;
	margin: 0 0 -10px 0;
}

.header-home .main-menu .btn-out a {
	margin: 0 -2px 10px -2px;
}

.header-home .main-menu .btn-out .btn {
	height: 66px;
	line-height: 66px;
	padding: 0 30px;
}

.header-home .main-menu .btn-out .icon-user {
	width: 66px;
	height: 66px; 
	float: none; 
	display: inline-block; 
	vertical-align: top;
	font-size: 24px;
	color: #5757FF;
	line-height: 66px;
	background: #f6f5ff;
	border-radius: 360px;
	text-align: center;
}

.header-home .main-menu .btn-out .icon-user:hover,
.header-home .main-menu .btn-out .icon-user:focus,
.header-home .main-menu .btn-out .icon-user:active {
	background: #d9d9d9;
}

.header-home .menu-btn {
	width: 26px;
	height: 16px;
	float: left;
	display: none;
	cursor: pointer;
	z-index: 5;
	position: absolute;
	top: 36px;
	right: 35px;
}

.header-home .menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

.header-home .menu-btn .icon-bar span {
	width: 26px;
	height: 2px;
	float: right;
	background: #5757FF;
	border-radius: 360px;
	position: relative;
	margin: 7px 0 0 0;
}

.header-home .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #5757FF;
	border-radius: 360px;
	position: absolute;
	top: -7px;
	right: 0;
}

.header-home .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #5757FF;
	border-radius: 360px;
	position: absolute;
	top: 7px;
	right: 0;
}

.header-home .user-mbl {
	float: left;
	display: none;
	font-size: 24px;
	color: #5757ff;
	line-height: 1em;
	position: absolute;
	top: 32px;
	right: 87px;
	z-index: 5;
}

.header-home .profile-dropdown {
    width: 230px;
    float: left;
    display: none;
    text-align: left;
    background: #ffffff;
    box-shadow: 0px 10px 15px #e5e3f4;
    border-radius: 0px 0px 12px 12px;
    position: absolute;
    top: 92px;
    right: 0;
    z-index: 5;
    padding: 30px 24px;
}

.header-home .profile-dropdown ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 -16px 0;
}

.header-home .profile-dropdown ul li {
    width: 100%;
    float: left;
    font-family: "Roboto Mono", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #595a5c;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 16px 0;
}

.header-home .profile-dropdown ul li:before {
    display: none;
}

.header-home .profile-dropdown ul li a {
    color: #595a5c;
    text-transform: none;
    padding: 0 0 0 30px;
}

.header-home .profile-dropdown ul li a em {
    height: 17px;
    float: left;
    line-height: 17px;
    position: absolute;
    top: 1px;
    left: 0;
}

.header-home .profile-dropdown ul li a em img {
    max-height: 17px;
}

@media (max-width: 1399px) {
.header-home .main-menu .nav-bar nav ul {
	margin: 0 -30px 0 -30px;
}

.header-home .main-menu .nav-bar nav ul li {
	margin: 0 30px 0 30px;
}
}

@media (max-width: 1279px) {
.header-home .main-menu .nav-bar nav ul {
	margin: 0 -20px 0 -20px;
}

.header-home .main-menu .nav-bar nav ul li {
	margin: 0 20px 0 20px;
}
}

@media (min-width: 1200px) {
.header-home .main-menu .nav-bar {
	display: block !important;
}
}

@media (max-width: 1199px) {
.hidden-body {
	overflow: hidden;
}

.overlay {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(16, 16, 10, 0.35);
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

.overlay.show {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.header-home {
	height: 90px;
}

.header-home .brand {
	width: 100%;
	text-align: center;
	margin: 31px 0 0 0;
}

.header-home .main-menu {
	padding-right: 58px;
}

.header-home .main-menu {
	position: inherit;
	text-align: left;
}

.header-home .main-menu .nav-bar {
	width: 90%;
	max-width: 300px;
	height: 100%;
	float: right;
	background: #ffffff;
	overflow: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	display: none;
	padding: 0;
	margin: 0;
}

.header-home .main-menu .nav-inn {
	width: 100%;
	float: left;
	padding: 65px 40px;
}

.header-home .main-menu .nav-bar nav {
	width: 100%;
}

.header-home .main-menu .nav-bar nav ul {
	width: 100%;
	margin: 0;
}

.header-home .main-menu .nav-bar nav ul li {
	width: 100%;
	margin: 0;
}

.header-home .main-menu .nav-bar nav ul li a {
	width: 100%;
	height: auto;
	line-height: 20px;
	padding: 20px 0;
}

.header-home .main-menu .nav-bar nav ul li a:after {
	display: none;
}

.header-home .main-menu .nav-bar .menu-close {
	display: inline-block;
}

.header-home .main-menu .btn-out {
	width: auto;
	position: relative;
	top: 0;
	margin: 25px 0 -20px 0;
}

.header-home .main-menu .btn-out a {
	margin: 0 0 20px 0;
}

.header-home .main-menu .btn-out .btn {
	width: 100%;
}

.header-home .main-menu .btn-out .icon-user {
	display: none;
}

.header-home .main-menu .btn-out .profile-dropdown { 
	display: none;
}

.header-home .menu-btn {
	display: inline-block;
}

.header-home .user-mbl {
	display: block;
}

.header-home .user-mbl .profile-dropdown { 
	top: 56px;
}
}

@media (max-width: 767px) {
.header-home .container {
	max-width: 100%;
	padding: 0 20px;
}

.header-home .brand {
	height: 20px;
	line-height: 20px;
	margin: 33px 0 0 0;
}

.header-home .brand img {
	max-height: 20px; 
}


.header-home .main-menu .nav-inn {
	padding: 65px 30px;
}

.header-home .main-menu .nav-bar .menu-close {
	top: 25px;
	right: 30px;
}

.header-home .menu-btn {
	right: 20px;
}

.header-home .user-mbl {
	font-size: 24px;
	right: 67px;
}
}

@media (max-width: 399px) {
.header-home .brand {
	text-align: left;
}
}


/* Content - Inner */
.content-inner { 
	width: 100%; 
	float: left; 
	padding: 100px 0;
}

@media (max-width: 1199px) {
.content-inner { 
	padding: 70px 0;
}
}

@media (max-width: 767px) {
.content-inner { 
	padding: 60px 0;
}
}


/*= Form - Container */
.form-container {
	width: 100%;
	height: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 40px 40px;
}

.form-container .container {
	max-width: 1300px;
	padding: 0;
}

.form-container .container-box {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.form-container h2 {
	font-size: 36px;
	color: #000000;
	line-height: 45px;
}

.form-container h3 {
	font-size: 32px;
	color: #000000;
	line-height: 40px;
}

.form-container p {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #808080;
	line-height: 23px;
}

.form-container label {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	padding: 0 0 8px 0;
}

.form-container select,
.form-container textarea,
.form-container input[type="text"],
.form-container input[type="password"],
.form-container input[type="datetime"],
.form-container input[type="datetime-local"],
.form-container input[type="date"],
.form-container input[type="month"],
.form-container input[type="time"],
.form-container input[type="week"],
.form-container input[type="number"],
.form-container input[type="email"],
.form-container input[type="url"],
.form-container input[type="search"],
.form-container input[type="tel"],
.form-container input[type="color"],
.form-container .uneditable-input {
	height: 64px;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #10100A;
	line-height: 20px;
	border: 1px solid #10100A;
	border-radius: 16px;
	padding: 20px 24px;
}

.form-container textarea {
	height: 170px;
	border-radius: 16px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.form-container ::-webkit-input-placeholder,
.form-container ::-webkit-textarea-placeholder {
	color: #808080;
}

.form-container input::-moz-placeholder,
.form-container textarea::-moz-placeholder {
	color: #808080;
}

.form-container ::-moz-placeholder {
	color: #808080;
}

.form-container ::-ms-input-placeholder {
	color: #808080;
}

.form-container select:focus,
.form-container textarea:focus,
.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus,
.form-container input[type="datetime"]:focus,
.form-container input[type="datetime-local"]:focus,
.form-container input[type="date"]:focus,
.form-container input[type="month"]:focus,
.form-container input[type="time"]:focus,
.form-container input[type="week"]:focus,
.form-container input[type="number"]:focus,
.form-container input[type="email"]:focus,
.form-container input[type="url"]:focus,
.form-container input[type="search"]:focus,
.form-container input[type="tel"]:focus,
.form-container input[type="color"]:focus,
.form-container .uneditable-input:focus {
	border-color: #5757ff;
}

.form-container .btn,
.form-container .button,
.form-container input[type="button"],
.form-container input[type="submit"] {
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #595A5C;
	line-height: 20px;
	letter-spacing: 0.1em;
	border-radius: 16px;
	box-shadow: inset #10100A 0 0 0 1px;
	padding: 22px 24px;
}

.form-container .btn::before,
.form-container .button::before {
	background: #10100A;
}

.form-container .btn:hover,
.form-container .btn:focus,
.form-container .btn:active,
.form-container .btn:active:focus,
.form-container .btn.active,
.form-container .btn.active:focus,
.form-container .button:hover,
.form-container .button:focus,
.form-container .button:active,
.form-container .button:active:focus,
.form-container .button.active,
.form-container .button.active:focus,
.form-container input[type="button"]:hover,
.form-container input[type="button"]:focus,
.form-container input[type="button"]:active,
.form-container input[type="button"]:active:focus,
.form-container input[type="button"].active,
.form-container input[type="button"].active:focus,
.form-container input[type="submit"]:hover,
.form-container input[type="submit"]:focus,
.form-container input[type="submit"]:active,
.form-container input[type="submit"]:active:focus,
.form-container input[type="submit"].active,
.form-container input[type="submit"].active:focus,
.form-container .btn:not(:disabled):not(.disabled).active,
.form-container .button:not(:disabled):not(.disabled):active {
	color: #ffffff;
	background: #10100A;
}

.form-container .btn:hover:before,
.form-container .btn:focus:before,
.form-container .btn:active:before,
.form-container .btn:active:focus:before,
.form-container .btn.active:before,
.form-container .btn.active:focus:before,
.form-container .button:hover:before,
.form-container .button:focus:before,
.form-container .button:active:before,
.form-container .button:active:focus:before,
.form-container .button.active:before,
.form-container .button.active:focus:before {
	width: 100%;
}

.form-container .check-options {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.form-container .check-options input[type=checkbox],
.form-container .check-options input[type=radio] {
	display: none;
}

.form-container .check-options label {
	width: 100%;
	min-height: 18px;
	float: left;
	font-family: "Roboto Mono", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #808080;
	line-height: 20px;
	text-align: left;
	letter-spacing: normal;
	position: relative;
	padding: 0 0 0 28px;
	margin: 0;
}

.form-container .check-options label:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	background-repeat: no-repeat;
	background-size: 18px auto;
	border-radius: 0;
	position: absolute;
	top: 1px;
	right: auto;
	left: 0;
	z-index: 1;
}

.form-container .check-options input[type=checkbox]+label:before {
	background-image: url(../png/checkbox-3.png);
	background-position: top;
}

.form-container .check-options input[type=checkbox]:checked+label:before,
.form-container .check-options input[type=checkbox]:checked+label:focus:before {
	background-image: url(../png/checkbox-3.png);
	background-position: bottom;
}

.form-container .forgot-link {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Albert Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #0078FF;
	line-height: 20px;
	text-align: right;
}

.form-container .forgot-link a {
	color: #0078FF;
	text-decoration: none;
}

.form-container .forgot-link a:hover,
.form-container .forgot-link a:focus,
.form-container .forgot-link a:active {
	color: #8f0ced;
}

@media (max-width: 1199px) {
.form-container h2 {
	font-size: 32px;
	line-height: 40px;
}

.form-container h3 {
	font-size: 28px;
	line-height: 36px;
}

.form-container p {
	font-size: 16px;
	line-height: 22px;
}

.form-container select,
.form-container textarea,
.form-container input[type="text"],
.form-container input[type="password"],
.form-container input[type="datetime"],
.form-container input[type="datetime-local"],
.form-container input[type="date"],
.form-container input[type="month"],
.form-container input[type="time"],
.form-container input[type="week"],
.form-container input[type="number"],
.form-container input[type="email"],
.form-container input[type="url"],
.form-container input[type="search"],
.form-container input[type="tel"],
.form-container input[type="color"],
.form-container .uneditable-input {
	height: 56px;
	border-radius: 12px;
	padding: 16px 24px;
}

.form-container textarea {
	height: 150px;
	border-radius: 12px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.form-container .btn,
.form-container .button,
.form-container input[type="button"],
.form-container input[type="submit"] {
	border-radius: 12px;
	padding: 18px 24px;
}
}

@media (max-width: 767px) {
.form-container {
	padding: 40px 20px;
}

.form-container .container {
	max-width: 600px;
}

.form-container h2 {
	font-size: 30px;
	line-height: 38px;
}

.form-container h3 {
	font-size: 26px;
	line-height: 34px;
}
}


/*= Sign - In- Form */
.sign-in-form {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.sign-in-form .box {
	width: 100%;
	max-width: 600px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.sign-in-form h3 {
	padding-bottom: 32px;
}

.sign-in-form .brand {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
}

.sign-in-form .brand img {
	max-height: 33px;
}

.sign-in-form .heading-top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 32px;
}

.sign-in-form .heading-top:last-child {
	margin-bottom: 0;
}

.sign-in-form .heading-top h3 {
	width: 40%;
	padding: 0 15px 0 0;
}

.sign-in-form .heading-top p {
	width: 60%;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	text-align: right;
	padding: 0 0 0 15px;
}

.sign-in-form .heading-top p a {
	color: #0078FF;
	text-decoration: underline;
}

.sign-in-form .heading-top p a:hover,
.sign-in-form .heading-top p a:focus,
.sign-in-form .heading-top p a:active {
	color: #8f0ced;
	text-decoration: none;
}

.sign-in-form .form-field {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 24px;
}

.sign-in-form .form-field:last-child {
	margin-bottom: 0;
}

.sign-in-form .form-field .input-out {
	width: 100%;
	float: left;
	margin: 0 0 18px 0;
}

.sign-in-form .form-field .input-out:last-child {
	margin-bottom: 0;
}

.sign-in-form .form-field .btn-out {
	margin: 0;
}

.sign-in-form .form-field .btn,
.sign-in-form .form-field .button,
.sign-in-form .form-field input[type="button"],
.sign-in-form .form-field input[type="submit"] {
	width: 100%;
}

.sign-in-form .or-circle {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
}

.sign-in-form .or-circle:before {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #E8E8E8;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}

.sign-in-form .or-circle span {
	width: 54px;
	height: 54px;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #808080;
	line-height: 54px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	background: #ffffff;
	border-radius: 360px;
	position: relative;
	z-index: 1;
}

.sign-in-form .bottom-btns {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 28px;
}

.sign-in-form .bottom-btns:last-child {
	margin-bottom: 0;
}

.sign-in-form .bottom-btns ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -6px -12px -6px;
}

.sign-in-form .bottom-btns ul li {
	width: 33.33%;
	padding: 0 6px 12px 6px;
	margin: 0;
}

.sign-in-form .bottom-btns ul li:before {
	display: none;
}

.sign-in-form .bottom-btns ul li a {
	width: 100%;
	height: 100%;
	float: left;
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #595A5C;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #D9D9D9;
	border-radius: 16px;
	padding: 21px 32px;
}

.sign-in-form .bottom-btns ul li a em {
	position: relative;
	top: -2px;
	margin-right: 6px;
}

.sign-in-form .bottom-btns ul li a:hover,
.sign-in-form .bottom-btns ul li a:focus,
.sign-in-form .bottom-btns ul li a:active {
	color: #10100A;
	border-color: #10100A;
}

.sign-in-form .bottom-txt {
	width: 100%;
	float: left;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #595A5C;
	line-height: 20px;
	text-align: center;
}

.sign-in-form .bottom-txt a {
	color: #0078FF;
	text-decoration: underline;
}

.sign-in-form .bottom-txt a:hover,
.sign-in-form .bottom-txt a:focus,
.sign-in-form .bottom-txt a:active {
	color: #8f0ced;
	text-decoration: none;
}


@media (max-width: 1199px) {
.sign-in-form .bottom-btns ul li a {
	border-radius: 12px;
	padding: 16px 24px;
}
}

@media (max-width: 767px) {
.sign-in-form h3 {
	padding-bottom: 24px;
}

.sign-in-form .brand {
	margin-bottom: 32px;
}

.sign-in-form .brand img {
	max-height: 24px;
}

.sign-in-form .heading-top {
	margin-bottom: 24px;
}

.sign-in-form .bottom-btns {
	margin-bottom: 24px;
}

.sign-in-form .bottom-btns ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -6px -12px -6px;
}

.sign-in-form .bottom-btns ul li {
	width: 100%;
	padding: 0 6px 12px 6px;
	margin: 0;
}
}


/*= Split - Form */
.split-form {
	width: 100%;
	overflow: hidden;
}

.split-form .row {
	align-items: center;
	margin: 0 -20px -48px -20px;
}

.split-form .row > div {
	padding: 0 24px 48px 24px;
}

.split-form .row > div .figure {
	width: 100%;
	float: left;
	text-align: right;
	overflow: hidden;
}

.split-form .row > div .figure img {
	width: 100%;
	max-width: 503px;
}

.split-form .row > div .left-form {
	width: 100%;
	float: left;
}

.split-form .row > div .left-form h2,
.split-form .row > div .left-form h3 {
	padding-bottom: 40px;
}

.split-form .row > div .left-form h2:last-child,
.split-form .row > div .left-form h3:last-child {
	padding-bottom: 0;
}

.split-form .row > div .left-form .brand {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.split-form .row > div .left-form .brand:last-child {
	margin-bottom: 0;
}

.split-form .row > div .left-form .brand img {
	max-height: 34px;
}

.split-form .row > div .left-form .heading-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 32px;
}

.split-form .row > div .left-form .heading-txt:last-child {
	margin-bottom: 0;
}

.split-form .row > div .left-form .heading-txt .aside {
	width: 100%;
	max-width: 500px;
	float: left;
}

.split-form .row > div .form-field {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.split-form .row > div .form-field ul {
	width: 100%;
	float: left;
	padding: 0 0 24px 0;
	margin: 0 0 -20px 0;
}

.split-form .row > div .form-field ul:last-child {
	padding-bottom: 0;
}

.split-form .row > div .form-field ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
}

.split-form .row > div .form-field ul li:before {
	display: none;
}

.split-form .row > div .form-field .view {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Albert Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #595A5C;
	line-height: 20px;
	text-align: right;
}

.split-form .row > div .form-field .view em {
	position: relative;
	top: -1px;
}

.split-form .row > div .form-field .view em img {
	max-width: 19px;
}

.split-form .row > div .form-field .label-with-txt {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 8px;
}

.split-form .row > div .form-field .label-with-txt label {
	width: 75%;
	padding: 0 10px 0 0;
}

.split-form .row > div .form-field .label-with-txt .view {
	width: 25%;
	padding: 0 0 0 10px;
}


.split-form .row > div .form-field .required-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto Mono", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #F24730;
	line-height: 18px;
	padding: 8px 0 0 10px;
}


.split-form .row > div .form-field .verification-code {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 44px;
}

.split-form .row > div .form-field .verification-code ul {
	margin: 0 -8px -12px -8px;
}

.split-form .row > div .form-field .verification-code ul li {
	width: 67px;
	margin: 0 8px 12px 8px;
}

.split-form .row > div .form-field .verification-code input[type="text"],
.split-form .row > div .form-field .verification-code input[type="password"],
.split-form .row > div .form-field .verification-code input[type="datetime"],
.split-form .row > div .form-field .verification-code input[type="datetime-local"],
.split-form .row > div .form-field .verification-code input[type="date"],
.split-form .row > div .form-field .verification-code input[type="month"],
.split-form .row > div .form-field .verification-code input[type="time"],
.split-form .row > div .form-field .verification-code input[type="week"],
.split-form .row > div .form-field .verification-code input[type="number"],
.split-form .row > div .form-field .verification-code input[type="email"],
.split-form .row > div .form-field .verification-code input[type="url"],
.split-form .row > div .form-field .verification-code input[type="search"],
.split-form .row > div .form-field .verification-code input[type="tel"],
.split-form .row > div .form-field .verification-code input[type="color"],
.split-form .row > div .form-field .verification-code .uneditable-input {
	text-align: center;
}


.split-form .row > div .btn-out .btn,
.split-form .row > div .btn-out .button,
.split-form .row > div .btn-out input[type="button"],
.split-form .row > div .btn-out input[type="submit"] {
	min-width: 195px;
	margin: 0 0 12px 0;
}


.split-form .row > div .btn-out .btn-sml,
.split-form .row > div .btn-out .button.btn-sml,
.split-form .row > div .btn-out input.btn-sml[type="button"],
.split-form .row > div .btn-out input.btn-sml[type="submit"] {
	min-width: 156px;
}


.split-form .row > div .btn-out {
	text-align: right;
	margin: 0 0 -12px 0;
}


.split-form .row > div .forgot-password {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 18px;
}

.split-form .row > div .forgot-password:last-child {
	margin-bottom: 0;
}

.split-form .row > div .forgot-password .check-options {
	width: 50%;
	padding: 0 10px 0 0;
}

.split-form .row > div .forgot-password .forgot-link {
	width: 50%;
	padding: 0 0 0 10px;
}


.split-form .row > div .steps {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.split-form .row > div .steps ul {
	float: left;
	padding: 0;
	margin: 0 -3px -6px -3px;
}

.split-form .row > div .steps ul li {
	width: 14px;
	height: 14px;
	float: left;
	text-indent: -9999px;
	background: #D9D9D9;
	border-radius: 360px;
	padding: 0;
	margin: 0 3px 6px 3px;
}

.split-form .row > div .steps ul li:before {
	display: none;
}

.split-form .row > div .steps ul li.active {
	width: 16px;
	height: 16px;
	background: #19314B;
	border: 3px solid #0078ff;
	margin-top: -2px;
}

.split-form .row > div .bottom-btn {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.split-form .row > div .bottom-btn .steps {
	width: 27%;
	position: relative;
	right: 73%;
}

.split-form .row > div .bottom-btn .btn-out {
	width: 73%;
	position: relative;
	left: 27%;
}

.split-form .row > div .alert-box {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 24px;
}

.split-form .row > div .alert-box a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto Mono", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #599728;
	line-height: 18px;
	text-decoration: none;
	background: #F6F5FF;
	border-radius: 360px;
	padding: 10px 15px;
}


.split-form .row > div .share-link {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.split-form .row > div .share-link:last-child {
	margin-bottom: 0;
}

.split-form .row > div .share-link select,
.split-form .row > div .share-link textarea,
.split-form .row > div .share-link input[type="text"],
.split-form .row > div .share-link input[type="password"],
.split-form .row > div .share-link input[type="datetime"],
.split-form .row > div .share-link input[type="datetime-local"],
.split-form .row > div .share-link input[type="date"],
.split-form .row > div .share-link input[type="month"],
.split-form .row > div .share-link input[type="time"],
.split-form .row > div .share-link input[type="week"],
.split-form .row > div .share-link input[type="number"],
.split-form .row > div .share-link input[type="email"],
.split-form .row > div .share-link input[type="url"],
.split-form .row > div .share-link input[type="search"],
.split-form .row > div .share-link input[type="tel"],
.split-form .row > div .share-link input[type="color"],
.split-form .row > div .share-link .uneditable-input {
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
}

.split-form .row > div .share-link select:focus,
.split-form .row > div .share-link textarea:focus,
.split-form .row > div .share-link input[type="text"]:focus,
.split-form .row > div .share-link input[type="password"]:focus,
.split-form .row > div .share-link input[type="datetime"]:focus,
.split-form .row > div .share-link input[type="datetime-local"]:focus,
.split-form .row > div .share-link input[type="date"]:focus,
.split-form .row > div .share-link input[type="month"]:focus,
.split-form .row > div .share-link input[type="time"]:focus,
.split-form .row > div .share-link input[type="week"]:focus,
.split-form .row > div .share-link input[type="number"]:focus,
.split-form .row > div .share-link input[type="email"]:focus,
.split-form .row > div .share-link input[type="url"]:focus,
.split-form .row > div .share-link input[type="search"]:focus,
.split-form .row > div .share-link input[type="tel"]:focus,
.split-form .row > div .share-link input[type="color"]:focus,
.split-form .row > div .share-link .uneditable-input:focus {
	border-color: #5757ff;
}

.split-form .row > div .share-link .btn,
.split-form .row > div .share-link .button,
.split-form .row > div .share-link input[type="button"],
.split-form .row > div .share-link input[type="submit"] {
	width: 195px;
	min-width: inherit;
	background: #D9D9D9;
	box-shadow: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.split-form .row > div .share-link .btn::before,
.split-form .row > div .share-link .button::before {
	background: #10100A;
}

.split-form .row > div .share-link .btn:hover,
.split-form .row > div .share-link .btn:focus,
.split-form .row > div .share-link .btn:active,
.split-form .row > div .share-link .btn:active:focus,
.split-form .row > div .share-link .btn.active,
.split-form .row > div .share-link .btn.active:focus,
.split-form .row > div .share-link .button:hover,
.split-form .row > div .share-link .button:focus,
.split-form .row > div .share-link .button:active,
.split-form .row > div .share-link .button:active:focus,
.split-form .row > div .share-link .button.active,
.split-form .row > div .share-link .button.active:focus,
.split-form .row > div .share-link input[type="button"]:hover,
.split-form .row > div .share-link input[type="button"]:focus,
.split-form .row > div .share-link input[type="button"]:active,
.split-form .row > div .share-link input[type="button"]:active:focus,
.split-form .row > div .share-link input[type="button"].active,
.split-form .row > div .share-link input[type="button"].active:focus,
.split-form .row > div .share-link input[type="submit"]:hover,
.split-form .row > div .share-link input[type="submit"]:focus,
.split-form .row > div .share-link input[type="submit"]:active,
.split-form .row > div .share-link input[type="submit"]:active:focus,
.split-form .row > div .share-link input[type="submit"].active,
.split-form .row > div .share-link input[type="submit"].active:focus,
.split-form .row > div .share-link .btn:not(:disabled):not(.disabled).active,
.split-form .row > div .share-link .button:not(:disabled):not(.disabled):active {
	color: #ffffff;
	background: #10100A;
}

.split-form .row > div .share-link .btn:hover:before,
.split-form .row > div .share-link .btn:focus:before,
.split-form .row > div .share-link .btn:active:before,
.split-form .row > div .share-link .btn:active:focus:before,
.split-form .row > div .share-link .btn.active:before,
.split-form .row > div .share-link .btn.active:focus:before,
.split-form .row > div .share-link .button:hover:before,
.split-form .row > div .share-link .button:focus:before,
.split-form .row > div .share-link .button:active:before,
.split-form .row > div .share-link .button:active:focus:before,
.split-form .row > div .share-link .button.active:before,
.split-form .row > div .share-link .button.active:focus:before {
	width: 100%;
}

.split-form .row > div .share-link .input-out {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 207px 0 0;
}

@media (min-width: 1200px) {
.split-form .row {
	margin: 0 -50px -62px -50px;
}

.split-form .row > div {
	padding: 0 50px 62px 50px;
}
}

@media (max-width: 1199px) {
.split-form .row > div .left-form h2,
.split-form .row > div .left-form h3 {
	padding-bottom: 35px;
}

.split-form .row > div .left-form .brand {
	margin-bottom: 35px;
}


.split-form .row > div .form-field .verification-code ul {
	margin: 0 -6px -12px -6px;
}

.split-form .row > div .form-field .verification-code ul li {
	width: 60px;
	margin: 0 6px 12px 6px;
}


.split-form .row > div .btn-out .btn,
.split-form .row > div .btn-out .button,
.split-form .row > div .btn-out input[type="button"],
.split-form .row > div .btn-out input[type="submit"] {
	width: 100%;
	min-width: inherit;
}


.split-form .row > div .bottom-btn .steps {
	width: 100%;
	right: 0;
}

.split-form .row > div .bottom-btn .btn-out {
	width: 100%;
	left: 0;
	padding-bottom: 32px;
}

.split-form .row > div .bottom-btn .btn-out:last-child {
	padding-bottom: 0;
}


.split-form .row > div .share-link .btn,
.split-form .row > div .share-link .button,
.split-form .row > div .share-link input[type="button"],
.split-form .row > div .share-link input[type="submit"] {
	width: 100%;
	position: relative;
	margin: 12px 0 0 0;
}

.split-form .row > div .share-link .input-out {
	padding: 0;
}
}

@media (max-width: 767px) {
.split-form .row > div .figure img {
	max-width: 100%;
}

.split-form .row > div .left-form h2,
.split-form .row > div .left-form h3 {
	padding-bottom: 32px;
}

.split-form .row > div .left-form .brand {
	margin-bottom: 32px;
}

.split-form .row > div .left-form .brand img {
	max-height: 24px;
}

.split-form .row > div .left-form .heading-txt {
	margin-bottom: 24px;
}

.split-form .row > div .left-form .heading-txt .aside {
	max-width: 100%;
}

.split-form .row > div .form-field .verification-code {
	padding-bottom: 32px;
}
}


/*= Modal */
.modal-backdrop.show {
	background: #000000;
	opacity: .20;
}

@media (max-width: 767px) {
.modal-dialog {
	margin: 20px;
}
}

@media (min-width: 768px) {
.modal-dialog {
	max-width: 490px;
}
}

/*= Modal - Content */
.modal-content {
	min-height: 425px;
	font-family: "Albert Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	background: #FFFFFF;
	box-shadow: none;
	border-radius: 13px;
	padding: 62px 50px;
}

.modal-content h2 {
	font-size: 36px;
	color: #000000;
	line-height: 45px;
	padding-bottom: 18px;
}

.modal-content p {
	padding-bottom: 10px;
}

.modal-content .icon-close {
	width: 32px;
	height: 32px;
	float: right;
	position: absolute;
	top: 48px;
	right: 48px;
	cursor: pointer;
}

.modal-content .icon-close img {
	width: 100%;
}

@media (max-width: 1199px) {
.modal-content {
	padding: 56px 40px;
}

.modal-content h2 {
	font-size: 32px;
	line-height: 40px;
}

.modal-content .icon-close {
	width: 28px;
	height: 28px;
	top: 32px;
	right: 32px;
}
}

@media (max-width: 767px) {
.modal-content {
	min-height: inherit;
	padding: 56px 32px;
}

.modal-content h2 {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 12px;
}

.modal-content .icon-close {
	width: 24px;
	height: 24px;
	top: 24px;
	right: 24px;
}
}





/*= Shipping - Form */
.shipping-form {
	width: 100%;
	min-height: 780px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #f6f5ff url(../png/bg-5.png) no-repeat top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 40px 0;
}

.shipping-form .container {
	max-width: 1015px;
}

.shipping-form .row {
	margin: 0 -15px -30px -15px;
}

.shipping-form .row > div {
	padding: 0 15px 30px 15px;
}

.shipping-form .row > div h3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #595A5C;
	line-height: 25px;
	padding-bottom: 20px;
}


.shipping-form .row > div .btn,
.shipping-form .row > div .button {
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #10100A;
	line-height: 22px;
	letter-spacing: normal;
	border-radius: 360px;
	box-shadow: inset #10100A 0 0 0 1px;
	padding: 14px 16px;
}

.shipping-form .row > div .btn::before,
.shipping-form .row > div .button::before {
	background: #10100A;
}

.shipping-form .row > div .btn:hover,
.shipping-form .row > div .btn:focus,
.shipping-form .row > div .btn:active,
.shipping-form .row > div .btn:active:focus,
.shipping-form .row > div .btn.active,
.shipping-form .row > div .btn.active:focus,
.shipping-form .row > div .button:hover,
.shipping-form .row > div .button:focus,
.shipping-form .row > div .button:active,
.shipping-form .row > div .button:active:focus,
.shipping-form .row > div .button.active,
.shipping-form .row > div .button.active:focus,
.shipping-form .row > div input[type="button"]:hover,
.shipping-form .row > div input[type="button"]:focus,
.shipping-form .row > div input[type="button"]:active,
.shipping-form .row > div input[type="button"]:active:focus,
.shipping-form .row > div input[type="button"].active,
.shipping-form .row > div input[type="button"].active:focus,
.shipping-form .row > div input[type="submit"]:hover,
.shipping-form .row > div input[type="submit"]:focus,
.shipping-form .row > div input[type="submit"]:active,
.shipping-form .row > div input[type="submit"]:active:focus,
.shipping-form .row > div input[type="submit"].active,
.shipping-form .row > div input[type="submit"].active:focus,
.shipping-form .row > div .btn:not(:disabled):not(.disabled).active,
.shipping-form .row > div .button:not(:disabled):not(.disabled):active {
	color: #ffffff;
	background: #10100A;
}

.shipping-form .row > div .btn:hover:before,
.shipping-form .row > div .btn:focus:before,
.shipping-form .row > div .btn:active:before,
.shipping-form .row > div .btn:active:focus:before,
.shipping-form .row > div .btn.active:before,
.shipping-form .row > div .btn.active:focus:before,
.shipping-form .row > div .button:hover:before,
.shipping-form .row > div .button:focus:before,
.shipping-form .row > div .button:active:before,
.shipping-form .row > div .button:active:focus:before,
.shipping-form .row > div .button.active:before,
.shipping-form .row > div .button.active:focus:before {
	width: 100%;
}

.shipping-form .row > div .btn-blue,
.shipping-form .row > div .button.btn-blue {
	color: #ffffff;
	background: #5757FF;
	box-shadow: none;
}

.shipping-form .row > div .btn-blue::before,
.shipping-form .row > div .button.btn-blue::before {
	background: #8F0CED;
}

.shipping-form .row > div input[type="button"].btn-blue:hover,
.shipping-form .row > div input[type="button"].btn-blue:focus,
.shipping-form .row > div input[type="button"].btn-blue:active,
.shipping-form .row > div input[type="button"].btn-blue:active:focus,
.shipping-form .row > div input[type="button"].btn-blue.active,
.shipping-form .row > div input[type="button"].btn-blue.active:focus,
.shipping-form .row > div input[type="submit"].btn-blue:hover,
.shipping-form .row > div input[type="submit"].btn-blue:focus,
.shipping-form .row > div input[type="submit"].btn-blue:active,
.shipping-form .row > div input[type="submit"].btn-blue:active:focus,
.shipping-form .row > div input[type="submit"].btn-blue.active,
.shipping-form .row > div input[type="submit"].btn-blue.active:focus {
	background: #8F0CED;
}

.shipping-form .row > div .order-summary {
	width: 100%;
	float: left;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 20px 20px;
}

.shipping-form .row > div .order-summary h3 {
	padding-bottom: 22px;
}

.shipping-form .row > div .order-summary h3:last-child {
	padding-bottom: 0;
}

.shipping-form .row > div .order-summary .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 25px 0;
}

.shipping-form .row > div .order-summary .aside:last-child {
	padding-bottom: 0;
}

.shipping-form .row > div .order-summary .aside ul {
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
	margin: 0;
}

.shipping-form .row > div .order-summary .aside ul:last-child {
	padding-bottom: 0;
}

.shipping-form .row > div .order-summary .aside ul li {
	width: 100%;
	float: left;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #595A5C;
	line-height: 16px;
	padding: 0;
	margin: 0 0 10px 0;
}

.shipping-form .row > div .order-summary .aside ul li:before {
	display: none;
}

.shipping-form .row > div .order-summary .aside ul li:last-child {
	margin-bottom: 0;
}

.shipping-form .row > div .order-summary .aside .total {
	width: 100%;
	float: left;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #595A5C;
	line-height: 23px;
}

.shipping-form .row > div .order-summary .aside .left-l {
	width: 100%;
	float: left;
	position: relative;
	z-index: 5;
	padding: 0 100px 0 0;
}

.shipping-form .row > div .order-summary .aside .right-r {
	width: 90px;
	float: left;
	text-align: right;
	margin: 0 0 0 -90px;
}

.shipping-form .row > div .order-summary .btn-out {
	width: 100%;
	margin: 0 0 16px 0;
}

.shipping-form .row > div .order-summary .btn-out .btn,
.shipping-form .row > div .order-summary .btn-out .buttom {
	width: 100%;
}

.shipping-form .row > div .order-summary .gray-box {
	width: 100%;
	float: left;
	font-family: "Albert Sans", sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	color: #595A5C;
	line-height: 20px;
	background: rgba(241, 241, 241, 0.77);
	border-radius: 12px;
	padding: 10px 10px;
}

.shipping-form .row > div .order-details {
	width: 100%;
	float: left;
}

.shipping-form .row > div .order-details .steps {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 24px;
}

.shipping-form .row > div .order-details .steps ul {
	padding: 0;
	margin: 0 -3px -6px -3px;
}

.shipping-form .row > div .order-details .steps ul li {
	width: 14px;
	height: 14px;
	float: left;
	text-indent: -9999px;
	background: rgba(217, 217, 217, 0.6);
	border-radius: 360px;
	padding: 0;
	margin: 0 3px 6px 3px;
}

.shipping-form .row > div .order-details ul li:before {
	display: none;
}

.shipping-form .row > div .order-details ul li.active {
	width: 16px;
	height: 16px;
	background: #515188;
	border: 3px solid #6558F5;
	margin-top: -2px;
}


.shipping-form .row > div .order-details .bottom-btns {
	width: 102%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 24px;
	margin: 0 -1%;
}

.shipping-form .row > div .order-details .bottom-btns .btn,
.shipping-form .row > div .order-details .bottom-btns .button {
	width: 35.50%;
	margin: 0 1%;
}

.shipping-form .row > div .order-details .bottom-btns .btn:nth-child(even),
.shipping-form .row > div .order-details .bottom-btns .button:nth-child(even) {
	width: 60.50%;
}

.shipping-form .row > div .order-details .form-field {
	width: 100%;
	float: left;
}


.shipping-form .row > div .order-details .form-field label {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	padding: 0 0 8px 0;
}

.shipping-form .row > div .order-details .form-field select,
.shipping-form .row > div .order-details .form-field textarea,
.shipping-form .row > div .order-details .form-field input[type="text"],
.shipping-form .row > div .order-details .form-field input[type="password"],
.shipping-form .row > div .order-details .form-field input[type="datetime"],
.shipping-form .row > div .order-details .form-field input[type="datetime-local"],
.shipping-form .row > div .order-details .form-field input[type="date"],
.shipping-form .row > div .order-details .form-field input[type="month"],
.shipping-form .row > div .order-details .form-field input[type="time"],
.shipping-form .row > div .order-details .form-field input[type="week"],
.shipping-form .row > div .order-details .form-field input[type="number"],
.shipping-form .row > div .order-details .form-field input[type="email"],
.shipping-form .row > div .order-details .form-field input[type="url"],
.shipping-form .row > div .order-details .form-field input[type="search"],
.shipping-form .row > div .order-details .form-field input[type="tel"],
.shipping-form .row > div .order-details .form-field input[type="color"],
.shipping-form .row > div .order-details .form-field .uneditable-input {
	height: 50px;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #10100A;
	line-height: 20px;
	background: #F6F5FF;
	border: none;
	border-radius: 10px;
	padding: 15px 24px;
}

.shipping-form .row > div .order-details .form-field textarea {
	height: 120px;
	border-radius: 10px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.shipping-form .row > div .order-details .form-field ::-webkit-input-placeholder,
.shipping-form .row > div .order-details .form-field ::-webkit-textarea-placeholder {
	color: #595A5C;
}

.shipping-form .row > div .order-details .form-field input::-moz-placeholder,
.shipping-form .row > div .order-details .form-field textarea::-moz-placeholder {
	color: #595A5C;
}

.shipping-form .row > div .order-details .form-field ::-moz-placeholder {
	color: #595A5C;
}

.shipping-form .row > div .order-details .form-field ::-ms-input-placeholder {
	color: #595A5C;
}

.shipping-form .row > div .order-details .form-field select:focus,
.shipping-form .row > div .order-details .form-field textarea:focus,
.shipping-form .row > div .order-details .form-field input[type="text"]:focus,
.shipping-form .row > div .order-details .form-field input[type="password"]:focus,
.shipping-form .row > div .order-details .form-field input[type="datetime"]:focus,
.shipping-form .row > div .order-details .form-field input[type="datetime-local"]:focus,
.shipping-form .row > div .order-details .form-field input[type="date"]:focus,
.shipping-form .row > div .order-details .form-field input[type="month"]:focus,
.shipping-form .row > div .order-details .form-field input[type="time"]:focus,
.shipping-form .row > div .order-details .form-field input[type="week"]:focus,
.shipping-form .row > div .order-details .form-field input[type="number"]:focus,
.shipping-form .row > div .order-details .form-field input[type="email"]:focus,
.shipping-form .row > div .order-details .form-field input[type="url"]:focus,
.shipping-form .row > div .order-details .form-field input[type="search"]:focus,
.shipping-form .row > div .order-details .form-field input[type="tel"]:focus,
.shipping-form .row > div .order-details .form-field input[type="color"]:focus,
.shipping-form .row > div .order-details .form-field .uneditable-input:focus {
	box-shadow: inset #5757ff 0 0 0 1px;
}

.shipping-form .row > div .order-details .form-field ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 12px 0;
	margin: 0 -6px -12px -6px;
}

.shipping-form .row > div .order-details .form-field ul:last-child {
	padding-bottom: 0;
}


.shipping-form .row > div .order-details .form-field ul li {
	width: 100%;
	padding: 0 6px 12px 6px;
	margin: 0;
}

.shipping-form .row > div .order-details .form-field ul li.sml-cl {
	width: 50%;
}

.shipping-form .row > div .order-details .form-field .check-options {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 24px;
}

.shipping-form .row > div .order-details .form-field .check-options input[type=checkbox],
.shipping-form .row > div .order-details .form-field .check-options input[type=radio] {
	display: none;
}

.shipping-form .row > div .order-details .form-field .check-options label {
	width: 100%;
	min-height: 18px;
	float: left;
	font-family: "Roboto Mono", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #808080;
	line-height: 20px;
	text-align: left;
	letter-spacing: normal;
	position: relative;
	padding: 0 0 0 28px;
	margin: 0;
}

.shipping-form .row > div .order-details .form-field .check-options label:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	background-repeat: no-repeat;
	background-size: 18px auto;
	border-radius: 0;
	position: absolute;
	top: 1px;
	right: auto;
	left: 0;
	z-index: 1;
}

.shipping-form .row > div .order-details .form-field .check-options input[type=checkbox]+label:before {
	background-image: url(../png/checkbox-3.png);
	background-position: top;
}

.shipping-form .row > div .order-details .form-field .check-options input[type=checkbox]:checked+label:before,
.shipping-form .row > div .order-details .form-field .check-options input[type=checkbox]:checked+label:focus:before {
	background-image: url(../png/checkbox-3.png);
	background-position: bottom;
}

.shipping-form .row > div .order-details .radio-options {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 16px;
}

.shipping-form .row > div .order-details .radio-options:last-child {
	margin-bottom: 0;
}

.shipping-form .row > div .order-details .radio-options input[type=radio] {
	display: none;
}

.shipping-form .row > div .order-details .radio-options label {
	width: 100%;
	min-height: 18px;
	float: left;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	letter-spacing: normal;
	text-transform: none;
	position: relative;
	padding: 0 0 0 28px;
	margin: 0;
}

.shipping-form .row > div .order-details .radio-options label .sml {
	font-size: 14px;
}

.shipping-form .row > div .order-details .radio-options label em {
	height: 24px;
	line-height: 24px;
	position: relative;
	top: -2px;
}

.shipping-form .row > div .order-details .radio-options label em img {
	max-height: 24px;
	vertical-align: middle;
}

.shipping-form .row > div .order-details .radio-options label:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	background-repeat: no-repeat;
	background-size: 18px auto;
	border-radius: 0;
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 1;
}

.shipping-form .row > div .order-details .radio-options input[type=radio]+label:before {
	background-image: url(../png/radio-btn.png);
	background-position: top;
}

.shipping-form .row > div .order-details .radio-options input[type=radio]:checked+label:before,
.shipping-form .row > div .order-details .radio-options input[type=radio]:checked+label:focus:before {
	background-image: url(../png/radio-btn.png);
	background-position: bottom;
}


.shipping-form .row > div .order-details .paymment-method {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 12px 0 0 0;
}

.shipping-form .row > div .order-details .paymment-method p {
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	padding-bottom: 25px;
}

.shipping-form .row > div .order-details .paymment-method p a {
	color: #5757FF;
	text-decoration: underline;
}

.shipping-form .row > div .order-details .paymment-method p a:hover,
.shipping-form .row > div .order-details .paymment-method p a:focus,
.shipping-form .row > div .order-details .paymment-method p a:active {
	color: #8F0CED;
}

.shipping-form .row > div .order-details .paymment-method ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 -6px 0;
}

.shipping-form .row > div .order-details .paymment-method ul li {
	width: 100%;
	padding: 0;
	margin: 0 0 6px 0;
}

.shipping-form .row > div .order-details .paymment-method ul li:before {
	display: none;
}


.shipping-form .row > div .order-details .paymment-options {
	width: 100%;
	float: left;
	background: #ffffff;
	border-radius: 16px;
	padding: 30px 24px;
	margin-bottom: 30px;
}

.shipping-form .row > div .order-details .paymment-options:last-child {
	margin-bottom: 0;
}


.shipping-form .row > div .order-details .sharepay-box {
	width: 100%;
	float: left;
	background: #ffffff;
	border-radius: 16px;
	padding: 30px 24px;
	margin-bottom: 30px;
}

.shipping-form .row > div .order-details .sharepay-box:last-child {
	margin-bottom: 0;
}

.shipping-form .row > div .order-details .sharepay-box .radio-options {
	margin: 0;
}

.shipping-form .row > div .order-details .sharepay-box .radio-options label {
	font-weight: 700;
}


.shipping-form .row > div .order-details .sharepay-box p {
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	padding: 0 0 0 28px;
	margin: -6px 0 0 0;
}

.shipping-form .row > div .order-details .sharepay-box p a {
	color: #5757FF;
	text-decoration: underline;
}

.shipping-form .row > div .order-details .sharepay-box p a:hover,
.shipping-form .row > div .order-details .sharepay-box p a:focus,
.shipping-form .row > div .order-details .sharepay-box p a:active {
	color: #8F0CED;
}

.shipping-form .row > div .order-details .shipping-options {
	width: 100%;
	float: left;
	background: #ffffff;
	border-radius: 16px;
	padding: 30px 32px;
	margin-bottom: 30px;
}

.shipping-form .row > div .order-details .shipping-options:last-child {
	margin-bottom: 0;
}

.shipping-form .row > div .order-details .shipping-options ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 -16px 0;
}

.shipping-form .row > div .order-details .shipping-options ul li {
	width: 100%;
	padding: 0;
	margin: 0 0 16px 0;
}

.shipping-form .row > div .order-details .shipping-options ul li:before {
	display: none;
}


.shipping-form .row > div .order-details .shipping-options .radio-options label {
	color: #595A5C;
}


.shipping-form .row > div .order-details .place-order-box {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	border-radius: 16px;
	padding: 30px 30px;
	margin-bottom: 30px;
}

.shipping-form .row > div .order-details .place-order-box:last-child {
	margin-bottom: 0;
}

.shipping-form .row > div .order-details .place-order-box .left-btn {
	width: 38.60%;
	margin: 0 5.7%
}

.shipping-form .row > div .order-details .place-order-box .left-btn .btn,
.shipping-form .row > div .order-details .place-order-box .left-btn .button,
.shipping-form .row > div .order-details .place-order-box .left-btn input[type="button"],
.shipping-form .row > div .order-details .place-order-box .left-btn input[type="submit"] {
	width: 100%;
}

.shipping-form .row > div .order-details .place-order-box .left-btn .btn-out {
	width: 100%;
	padding: 0;
	margin: 0;
}

.shipping-form .row > div .order-details .place-order-box .aside {
	width: 38.60%;
	margin: 0 5.7%
}

.shipping-form .row > div .order-details .place-order-box .aside p {
	font-family: "Albert Sans", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 12px;
	color: #595A5C;
	line-height: 16px;
}

.shipping-form .row > div .order-details .place-order-box .aside .total {
	width: 100%;
	float: left;
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #000000;
	line-height: 28px;
	padding-bottom: 5px;
}

.shipping-form .row > div .order-details .place-order-box .box {
	width: 111.40%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -5.7%;
}


.shipping-form .row > div .order-details .review-order {
	width: 100%;
	float: left;
}

.shipping-form .row > div .order-details .review-order ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 -35px 0;
}

.shipping-form .row > div .order-details .review-order ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 35px 0;
}

.shipping-form .row > div .order-details .review-order ul li:before {
	display: none;
}

.shipping-form .row > div .order-details .review-order ul li h4 {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #595A5C;
	line-height: 20px;
	padding-bottom: 0;
}

.shipping-form .row > div .order-details .review-order ul li p {
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #595A5C;
	line-height: 18px;
}

.shipping-form .row > div .order-details .review-order ul li .figure {
	width: 70px;
	float: left;
	border: 1px solid #E7E7EC;
	border-radius: 15px;
}

.shipping-form .row > div .order-details .review-order ul li .figure img {
	width: 100%;
	border-radius: 15px;
}

.shipping-form .row > div .order-details .review-order ul li .price {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #595A5C;
	line-height: 24px;
}

.shipping-form .row > div .order-details .review-order ul li .qty {
	width: 40px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: rgba(232, 232, 232, 0.6);
	border-radius: 8px;
	position: relative;
	z-index: 5;
}

.shipping-form .row > div .order-details .review-order ul li .qty .bgnumber {
	width: 24px;
	float: left;
}

.shipping-form .row > div .order-details .review-order ul li .qty .number {
	width: 100%;
	height: 24px;
	float: left;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	text-align: center;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.shipping-form .row > div .order-details .review-order ul li .qty .plusminus {
	width: 9px;
	float: left;
}

.shipping-form .row > div .order-details .review-order ul li .qty .increment,
.shipping-form .row > div .order-details .review-order ul li .qty .decrement {
	width: 9px;
	height: 9px;
	float: right;
	background: url(../png/arrow-up.png) no-repeat center center;
	background-size: 7px auto;
	border: none;
	box-shadow: none;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 7px;
	padding: 0;
}

.shipping-form .row > div .order-details .review-order ul li .qty .decrement {
	background-image: url(../png/arrow-down-2.png);
	top: auto;
	bottom: 3px;
}

.shipping-form .row > div .order-details .review-order ul li .col-1,
.shipping-form .row > div .order-details .review-order ul li .col-2,
.shipping-form .row > div .order-details .review-order ul li .col-3,
.shipping-form .row > div .order-details .review-order ul li .col-4 {
	width: 21.85%;
	padding-right: 20px;
}

.shipping-form .row > div .order-details .review-order ul li .col-2 {
	width: 40.20%;
}

.shipping-form .row > div .order-details .review-order ul li .col-4 {
	width: 16.10%;
	text-align: right;
	padding-right: 0;
}

@media (min-width: 992px) {
.shipping-form .row {
	margin: 0 -24px -40px -24px;
}

.shipping-form .row > div {
	padding: 0 24px 40px 24px;
}
}

@media (max-width: 991px) {
.shipping-form .row > div .order-details .place-order-box .left-btn {
	width: 100%;
	margin: 0 0 16px 0;
}

.shipping-form .row > div .order-details .place-order-box .aside {
	width: 100%;
	margin: 0;
}

.shipping-form .row > div .order-details .place-order-box .box {
	width: 100%;
	margin: 0;
}

.shipping-form .row > div .order-details .review-order ul li .col-1,
.shipping-form .row > div .order-details .review-order ul li .col-2,
.shipping-form .row > div .order-details .review-order ul li .col-3,
.shipping-form .row > div .order-details .review-order ul li .col-4 {
	width: 50%;
	padding-right: 20px;
}

.shipping-form .row > div .order-details .review-order ul li .col-2 {
	width: 50%;
	padding-right: 0;
}

.shipping-form .row > div .order-details .review-order ul li .col-3 {
	margin-top: 24px;
}

.shipping-form .row > div .order-details .review-order ul li .col-4 {
	width: 50%;
	text-align: left;
	padding-right: 0;
	margin-top: 24px;
}
}

@media (max-width: 767px) {
.shipping-form {
	min-height: inherit;
	padding: 30px 0;
}

.shipping-form .container {
	max-width: 640px;
}

.shipping-form .row > div order-details .bottom-btns {
	padding: 0 16px;
}

.shipping-form .row > div .order-details .bottom-btns .btn,
.shipping-form .row > div .order-details .bottom-btns .button {
	width: 40.50%;
}

.shipping-form .row > div .order-details .bottom-btns .btn:nth-child(even),
.shipping-form .row > div .order-details .bottom-btns .button:nth-child(even) {
	width: 55.50%;
}

.shipping-form .row > div .order-details .form-field ul li.sml-cl {
	width: 100%;
}

.shipping-form .row > div .order-details .paymment-options {
	padding: 24px 16px;
}

.shipping-form .row > div .order-details .sharepay-box {
	padding: 24px 16px;
}

.shipping-form .row > div .order-details .shipping-options {
	padding: 30px 24px;
}

.shipping-form .row > div .order-details .place-order-box {
	padding: 30px 24px;
}
}


/*= Modal */
.paymment-modal {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 640px) {
.paymment-modal .modal-dialog {
	max-width: 640px;
}
}

/*= Modal - Content */
.paymment-modal .modal-content {
	min-height: 490px;
	font-family: "Albert Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	background: #FFFFFF;
	box-shadow: none;
	border-radius: 16px;
	position: relative;
	padding: 72px 30px;
}

.paymment-modal .modal-content h3 {
	font-weight: 700;
	font-size: 20px;
	color: #595A5C;
	line-height: 25px;
	padding-bottom: 21px;
}

.paymment-modal .modal-content p {
	padding-bottom: 22px;
}

.paymment-modal .modal-content p:last-child {
	padding-bottom: 0;
}

.paymment-modal .modal-content .btn,
.paymment-modal .modal-content .button {
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #10100A;
	line-height: 22px;
	letter-spacing: normal;
	border-radius: 360px;
	box-shadow: inset #10100A 0 0 0 1px;
	padding: 14px 32px;
}

.paymment-modal .modal-content .btn::before,
.paymment-modal .modal-content .button::before {
	background: #10100A;
}

.paymment-modal .modal-content .btn:hover,
.paymment-modal .modal-content .btn:focus,
.paymment-modal .modal-content .btn:active,
.paymment-modal .modal-content .btn:active:focus,
.paymment-modal .modal-content .btn.active,
.paymment-modal .modal-content .btn.active:focus,
.paymment-modal .modal-content .button:hover,
.paymment-modal .modal-content .button:focus,
.paymment-modal .modal-content .button:active,
.paymment-modal .modal-content .button:active:focus,
.paymment-modal .modal-content .button.active,
.paymment-modal .modal-content .button.active:focus,
.paymment-modal .modal-content input[type="button"]:hover,
.paymment-modal .modal-content input[type="button"]:focus,
.paymment-modal .modal-content input[type="button"]:active,
.paymment-modal .modal-content input[type="button"]:active:focus,
.paymment-modal .modal-content input[type="button"].active,
.paymment-modal .modal-content input[type="button"].active:focus,
.paymment-modal .modal-content input[type="submit"]:hover,
.paymment-modal .modal-content input[type="submit"]:focus,
.paymment-modal .modal-content input[type="submit"]:active,
.paymment-modal .modal-content input[type="submit"]:active:focus,
.paymment-modal .modal-content input[type="submit"].active,
.paymment-modal .modal-content input[type="submit"].active:focus,
.paymment-modal .modal-content .btn:not(:disabled):not(.disabled).active,
.paymment-modal .modal-content .button:not(:disabled):not(.disabled):active {
	color: #ffffff;
	background: #10100A;
}

.paymment-modal .modal-content .btn:hover:before,
.paymment-modal .modal-content .btn:focus:before,
.paymment-modal .modal-content .btn:active:before,
.paymment-modal .modal-content .btn:active:focus:before,
.paymment-modal .modal-content .btn.active:before,
.paymment-modal .modal-content .btn.active:focus:before,
.paymment-modal .modal-content .button:hover:before,
.paymment-modal .modal-content .button:focus:before,
.paymment-modal .modal-content .button:active:before,
.paymment-modal .modal-content .button:active:focus:before,
.paymment-modal .modal-content .button.active:before,
.paymment-modal .modal-content .button.active:focus:before {
	width: 100%;
}

.paymment-modal .modal-content .btn-blue,
.paymment-modal .modal-content .button.btn-blue {
	color: #ffffff;
	background: #5757FF;
	box-shadow: none;
}

.paymment-modal .modal-content .btn-blue::before,
.paymment-modal .modal-content .button.btn-blue::before {
	background: #8F0CED;
}

.paymment-modal .modal-content input[type="button"].btn-blue:hover,
.paymment-modal .modal-content input[type="button"].btn-blue:focus,
.paymment-modal .modal-content input[type="button"].btn-blue:active,
.paymment-modal .modal-content input[type="button"].btn-blue:active:focus,
.paymment-modal .modal-content input[type="button"].btn-blue.active,
.paymment-modal .modal-content input[type="button"].btn-blue.active:focus,
.paymment-modal .modal-content input[type="submit"].btn-blue:hover,
.paymment-modal .modal-content input[type="submit"].btn-blue:focus,
.paymment-modal .modal-content input[type="submit"].btn-blue:active,
.paymment-modal .modal-content input[type="submit"].btn-blue:active:focus,
.paymment-modal .modal-content input[type="submit"].btn-blue.active,
.paymment-modal .modal-content input[type="submit"].btn-blue.active:focus {
	background: #8F0CED;
}

.paymment-modal .modal-content .bottom-btns {
	width: 102%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	padding: 35px 0 0 0;
	margin: 0 -1%;
}

.paymment-modal .modal-content .bottom-btns .btn,
.paymment-modal .modal-content .bottom-btns .button {
	width: 48%;
	margin: 0 1%;
}

.paymment-modal .modal-content .icon-close {
	width: 32px;
	height: 32px;
	float: right;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.paymment-modal .modal-content .icon-close img {
	width: 100%;
}

.paymment-modal .modal-content .form-field {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.paymment-modal .modal-content .form-field ul {
	width: 100%;
	float: left;
	padding: 0 0 14px 0;
	margin: 0 0 -12px 0;
}

.paymment-modal .modal-content .form-field ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 12px 0;
}

.paymment-modal .modal-content .form-field ul li:before {
	display: none;
}

.paymment-modal .modal-content .form-field label {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	padding: 0 0 8px 0;
}

.paymment-modal .modal-content .form-field select,
.paymment-modal .modal-content .form-field textarea,
.paymment-modal .modal-content .form-field input[type="text"],
.paymment-modal .modal-content .form-field input[type="password"],
.paymment-modal .modal-content .form-field input[type="datetime"],
.paymment-modal .modal-content .form-field input[type="datetime-local"],
.paymment-modal .modal-content .form-field input[type="date"],
.paymment-modal .modal-content .form-field input[type="month"],
.paymment-modal .modal-content .form-field input[type="time"],
.paymment-modal .modal-content .form-field input[type="week"],
.paymment-modal .modal-content .form-field input[type="number"],
.paymment-modal .modal-content .form-field input[type="email"],
.paymment-modal .modal-content .form-field input[type="url"],
.paymment-modal .modal-content .form-field input[type="search"],
.paymment-modal .modal-content .form-field input[type="tel"],
.paymment-modal .modal-content .form-field input[type="color"],
.paymment-modal .modal-content .form-field .uneditable-input {
	height: 50px;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #10100A;
	line-height: 20px;
	background: #F6F5FF;
	border: none;
	border-radius: 10px;
	padding: 15px 24px;
}

.paymment-modal .modal-content .form-field textarea {
	height: 120px;
	border-radius: 10px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.paymment-modal .modal-content .form-field ::-webkit-input-placeholder,
.paymment-modal .modal-content .form-field ::-webkit-textarea-placeholder {
	color: #595A5C;
}

.paymment-modal .modal-content .form-field input::-moz-placeholder,
.paymment-modal .modal-content .form-field textarea::-moz-placeholder {
	color: #595A5C;
}

.paymment-modal .modal-content .form-field ::-moz-placeholder {
	color: #595A5C;
}

.paymment-modal .modal-content .form-field ::-ms-input-placeholder {
	color: #595A5C;
}

.paymment-modal .modal-content .form-field select:focus,
.paymment-modal .modal-content .form-field textarea:focus,
.paymment-modal .modal-content .form-field input[type="text"]:focus,
.paymment-modal .modal-content .form-field input[type="password"]:focus,
.paymment-modal .modal-content .form-field input[type="datetime"]:focus,
.paymment-modal .modal-content .form-field input[type="datetime-local"]:focus,
.paymment-modal .modal-content .form-field input[type="date"]:focus,
.paymment-modal .modal-content .form-field input[type="month"]:focus,
.paymment-modal .modal-content .form-field input[type="time"]:focus,
.paymment-modal .modal-content .form-field input[type="week"]:focus,
.paymment-modal .modal-content .form-field input[type="number"]:focus,
.paymment-modal .modal-content .form-field input[type="email"]:focus,
.paymment-modal .modal-content .form-field input[type="url"]:focus,
.paymment-modal .modal-content .form-field input[type="search"]:focus,
.paymment-modal .modal-content .form-field input[type="tel"]:focus,
.paymment-modal .modal-content .form-field input[type="color"]:focus,
.paymment-modal .modal-content .form-field .uneditable-input:focus {
	box-shadow: inset #5757ff 0 0 0 1px;
}

.paymment-modal .modal-content .form-field .btn,
.paymment-modal .modal-content .form-field .button {
	width: 100%;
}

.paymment-modal .modal-content .form-field .btn-out {
	padding: 0;
	margin: 0 0 30px 0;
}

.paymment-modal .modal-content .form-field .btn-out:last-child {
	margin-bottom: 0;
}

.paymment-modal .modal-content .form-field .share-link {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.paymment-modal .modal-content .form-field .share-link select,
.paymment-modal .modal-content .form-field .share-link textarea,
.paymment-modal .modal-content .form-field .share-link input[type="text"],
.paymment-modal .modal-content .form-field .share-link input[type="password"],
.paymment-modal .modal-content .form-field .share-link input[type="datetime"],
.paymment-modal .modal-content .form-field .share-link input[type="datetime-local"],
.paymment-modal .modal-content .form-field .share-link input[type="date"],
.paymment-modal .modal-content .form-field .share-link input[type="month"],
.paymment-modal .modal-content .form-field .share-link input[type="time"],
.paymment-modal .modal-content .form-field .share-link input[type="week"],
.paymment-modal .modal-content .form-field .share-link input[type="number"],
.paymment-modal .modal-content .form-field .share-link input[type="email"],
.paymment-modal .modal-content .form-field .share-link input[type="url"],
.paymment-modal .modal-content .form-field .share-link input[type="search"],
.paymment-modal .modal-content .form-field .share-link input[type="tel"],
.paymment-modal .modal-content .form-field .share-link input[type="color"],
.paymment-modal .modal-content .form-field .share-link .uneditable-input {
	background: #f5f5f5;
	padding-right: 145px;
}

.paymment-modal .modal-content .form-field .share-link ::-webkit-input-placeholder,
.paymment-modal .modal-content .form-field .share-link ::-webkit-textarea-placeholder {
	color: #808080;
}

.paymment-modal .modal-content .form-field .share-link input::-moz-placeholder,
.paymment-modal .modal-content .form-field .share-link textarea::-moz-placeholder {
	color: #808080;
}

.paymment-modal .modal-content .form-field .share-link ::-moz-placeholder {
	color: #808080;
}

.paymment-modal .modal-content .form-field .share-link ::-ms-input-placeholder {
	color: #808080;
}

.paymment-modal .modal-content .form-field .share-link .input-out {
	width: 100%;
	float: left;
	position: relative;
}

.paymment-modal .modal-content .form-field .share-link .copy-btn {
	float: left;
	position: absolute;
	top: 0;
	right: 0;
}

.paymment-modal .modal-content .form-field .share-link .copy-btn a {
	height: 50px;
	float: left;
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #5757FF;
	line-height: 50px;
	text-decoration: underline;
	padding: 0 27px;
}

@media (max-width: 1199px) {
.paymment-modal .modal-content {
	padding: 62px 30px;
}

.paymment-modal .modal-content .icon-close {
	width: 28px;
	height: 28px;
}
}

@media (max-width: 767px) {
.paymment-modal .modal-content {
	min-height: inherit;
	padding: 56px 24px;
}

.paymment-modal .modal-content .icon-close {
	width: 24px;
	height: 24px;
}

.paymment-modal .modal-content .bottom-btns {
	width: 100%;
	padding: 24px 0 0 0;
	margin: 0 0 -12px 0;
}

.paymment-modal .modal-content .bottom-btns .btn,
.paymment-modal .modal-content .bottom-btns .button {
	width: 100%;
	margin: 0 0 12px 0;
}
}


/*= Profile Page */
.profile-tabs {
	width: 100%;
	min-height: 780px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #f6f5ff;
	padding: 40px 0;
}

.profile-tabs .container {
	max-width: 1015px;
}

.profile-tabs h1,
.profile-tabs h2 {
	font-size: 32px;
	color: #595A5C;
	line-height: 40px;
	text-align: center;
	padding-bottom: 16px;
}

.profile-tabs .btn,
.profile-tabs .button {
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #10100A;
	line-height: 22px;
	letter-spacing: normal;
	border-radius: 360px;
	box-shadow: inset #10100A 0 0 0 1px;
	padding: 14px 32px;
}

.profile-tabs .btn::before,
.profile-tabs .button::before {
	background: #10100A;
}

.profile-tabs .btn:hover,
.profile-tabs .btn:focus,
.profile-tabs .btn:active,
.profile-tabs .btn:active:focus,
.profile-tabs .btn.active,
.profile-tabs .btn.active:focus,
.profile-tabs .button:hover,
.profile-tabs .button:focus,
.profile-tabs .button:active,
.profile-tabs .button:active:focus,
.profile-tabs .button.active,
.profile-tabs .button.active:focus,
.profile-tabs input[type="button"]:hover,
.profile-tabs input[type="button"]:focus,
.profile-tabs input[type="button"]:active,
.profile-tabs input[type="button"]:active:focus,
.profile-tabs input[type="button"].active,
.profile-tabs input[type="button"].active:focus,
.profile-tabs input[type="submit"]:hover,
.profile-tabs input[type="submit"]:focus,
.profile-tabs input[type="submit"]:active,
.profile-tabs input[type="submit"]:active:focus,
.profile-tabs input[type="submit"].active,
.profile-tabs input[type="submit"].active:focus,
.profile-tabs .btn:not(:disabled):not(.disabled).active,
.profile-tabs .button:not(:disabled):not(.disabled):active {
	color: #ffffff;
	background: #10100A;
}

.profile-tabs .btn:hover:before,
.profile-tabs .btn:focus:before,
.profile-tabs .btn:active:before,
.profile-tabs .btn:active:focus:before,
.profile-tabs .btn.active:before,
.profile-tabs .btn.active:focus:before,
.profile-tabs .button:hover:before,
.profile-tabs .button:focus:before,
.profile-tabs .button:active:before,
.profile-tabs .button:active:focus:before,
.profile-tabs .button.active:before,
.profile-tabs .button.active:focus:before {
	width: 100%;
}

.profile-tabs .btn-blue,
.profile-tabs .button.btn-blue {
	color: #ffffff;
	background: #5757FF;
	box-shadow: none;
}

.profile-tabs .btn-blue::before,
.profile-tabs .button.btn-blue::before {
	background: #8F0CED;
}

.profile-tabs input[type="button"].btn-blue:hover,
.profile-tabs input[type="button"].btn-blue:focus,
.profile-tabs input[type="button"].btn-blue:active,
.profile-tabs input[type="button"].btn-blue:active:focus,
.profile-tabs input[type="button"].btn-blue.active,
.profile-tabs input[type="button"].btn-blue.active:focus,
.profile-tabs input[type="submit"].btn-blue:hover,
.profile-tabs input[type="submit"].btn-blue:focus,
.profile-tabs input[type="submit"].btn-blue:active,
.profile-tabs input[type="submit"].btn-blue:active:focus,
.profile-tabs input[type="submit"].btn-blue.active,
.profile-tabs input[type="submit"].btn-blue.active:focus {
	background: #8F0CED;
}

.profile-tabs .profile-tab-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 0 30px 0;
}

.profile-tabs .profile-tab-links:last-child {
	padding-bottom: 0;
}

.profile-tabs .profile-tab-links ul {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 -18px -20px -18px;
}

.profile-tabs .profile-tab-links ul li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 18px 20px 18px;
}

.profile-tabs .profile-tab-links ul li:before {
	display: none;
}

.profile-tabs .profile-tab-links ul li a {
	float: left;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #595A5C;
	line-height: 22px;
	padding: 8px 0;
}

.profile-tabs .profile-tab-links ul li a:hover,
.profile-tabs .profile-tab-links ul li a:focus,
.profile-tabs .profile-tab-links ul li a.active {
	color: #5757FF;
	box-shadow: #5757FF inset 0 -2px 0 0;
}

@media (max-width: 1199px) {
.profile-tabs h1,
.profile-tabs h2 {
	font-size: 28px;
	line-height: 36px;
}
}

@media (max-width: 767px) {
.profile-tabs {
	padding: 30px 0;
}

.profile-tabs .container {
	max-width: 640px;
}

.profile-tabs h1,
.profile-tabs h2 {
	font-size: 26px;
	line-height: 34px;
}
}


/*= Profile - Info */
.profile-info {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.profile-info .row {
	margin: 0 -15px -30px -15px;
}

.profile-info .row > div {
	padding: 0 15px 30px 15px;
}

.profile-info .row > div .profile-box {
	width: 100%;
	float: left;
	text-align: center;
	background: #FFFFFF;
	border-radius: 16px;
	position: relative;
	padding: 30px 30px;
}

.profile-info .row > div .profile-box .icon-user { 
	width: 100%; 
	float:left;
	margin-bottom: 20px;
}

.profile-info .row > div .profile-box .icon-user:last-child {
	margin-bottom: 0;
}

.profile-info .row > div .profile-box .icon-user a {
	width: 104px;
	height: 104px;
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 104px;
	text-align: center;
	background: #F6F5FF;
	border-radius: 360px;
}

.profile-info .row > div .profile-box .aside {
	width: 100%;
	float: left;
	text-align: left;
}

.profile-info .row > div .profile-box .aside .name {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #595A5C;
	line-height: 25px;
	padding-bottom: 5px;
}

.profile-info .row > div .profile-box .aside p {
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #595A5C;
	line-height: 22px; 
	padding-bottom: 24px;
}

.profile-info .row > div .profile-box .aside p:last-child { 
	padding-bottom: 0;
}

.profile-info .row > div .profile-box .aside p a {
	color: #595A5C;
	text-decoration: none;
}

.profile-info .row > div .profile-box .aside p a:hover,
.profile-info .row > div .profile-box .aside p a:focus,
.profile-info .row > div .profile-box .aside p a.active {
	color: #5757FF;
}

.profile-info .row > div .profile-box .btn { 
	width: 100%; 	
	font-family: "Albert Sans", sans-serif;
	font-weight: 500; 
	font-size: 14px; 
	color: #808080; 
	line-height: 20px; 
	text-transform: none;
	background: rgba(240, 240, 240, 0.6); 
	box-shadow: none; 
	border-radius: 10px;
}

.profile-info .row > div .profile-box .btn:before { 
	display: none;
}

.profile-info .row > div .profile-box .btn:hover,
.profile-info .row > div .profile-box .btn:focus,
.profile-info .row > div .profile-box .btn:active,
.profile-info .row > div .profile-box .btn:active:focus,
.profile-info .row > div .profile-box .btn.active,
.profile-info .row > div .profile-box .btn.active:focus {
	background: rgba(217, 217, 217, 0.5);
}

.profile-info .row > div .profile-box .btn-out { 
	padding: 0; 
	margin: 0;
}

.profile-info .row > div .profile-box .icon-edit {
	float: right;
	position: absolute;
	top: 20px;
	right: 20px;
}

.profile-info .row > div .profile-box .icon-edit a {
	width: 31px;
	height: 31px;
	float: left;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	background: rgba(217, 217, 217, 0.4);
	border-radius: 360px;
}

.profile-info .row > div .purchase-history {
	width: 100%;
	float: left;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 30px 0 0 0;
}

.profile-info .row > div .purchase-history h3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #595A5C;
	line-height: 25px;
	padding-bottom: 30px;
}

.profile-info .row > div .purchase-history h3:last-child {
	padding-bottom: 0;
}

.profile-info .row > div .purchase-history .title-bar {
	width: 100%;
	float: left;
	padding: 0 24px 15px 24px;
}

.profile-info .row > div .purchase-history .credits-heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px 30px -10px;
}

.profile-info .row > div .purchase-history .credits-heading h2 {
	width: 50%;
	font-weight: 700;
	text-align: left;
	padding: 0 10px;
}

.profile-info .row > div .purchase-history .credits-heading .btn-out {
	width: 50%;
	text-align: right;
	padding: 0 10px;
	margin: 0;
}

.profile-info .row > div .purchase-history .credits-heading .btn-out .btn,
.profile-info .row > div .purchase-history .credits-heading .btn-out .button {
	min-width: 180px;
}


@media (min-width: 1200px) {
.profile-info .row {
	margin: 0 -24px -40px -24px;
}

.profile-info .row > div {
	padding: 0 24px 40px 24px;
}
}

@media (max-width: 1199px) {
.profile-info .row > div .purchase-history .title-bar {
	padding: 0 24px 16px 24px;
}

.profile-info .row > div .purchase-history .credits-heading {
	justify-content: center;
}

.profile-info .row > div .purchase-history .credits-heading h2 {
	width: 100%;
	text-align: center;
	padding: 0 0 16px 0;
}

.profile-info .row > div .purchase-history .credits-heading .btn-out {
	width: 100%;
	text-align: center;
	padding: 0;
}
}

@media (max-width: 767px) {
.profile-info .row > div .profile-box {
	padding: 30px 24px;
}
}


/* Product - Table */
.product-table {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.product-table:last-child {
	margin-bottom: 0;
}

.product-table table {
	width: 100%;
	align-items: center;
}

.product-table table tr {
	background: rgba(217, 217, 217, 0.2);
}

.product-table table tr:nth-child(even) {
	background: #ffffff;
}

.product-table th,
.product-table td {
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #595A5C;
	line-height: 20px;
	position: relative;
	padding: 30px 15px;
}

.product-table h4 {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #595A5C;
	line-height: 20px;
	padding: 0;
}

.product-table p {
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #595A5C;
	line-height: 20px;
	padding: 0;
}

.product-table thead th {
	color: #000000;
	text-transform: uppercase;
	background: #ffffff;
	padding-top: 16px;
	padding-bottom: 16px;
}

@media (min-width: 992px) {
.product-table table th:nth-child(1),
.product-table table td:nth-child(1) {
	width: 38%;
	padding-left: 30px;
}

.product-table table th:nth-child(2),
.product-table table td:nth-child(2) {
	width: 24.40%;
}

.product-table table th:nth-child(3),
.product-table table td:nth-child(3) {
	width: 20.15%;
}

.product-table table th:nth-child(4),
.product-table table td:nth-child(4) {
	width: 17.45%;
	padding-right: 30px;
}
}

@media (max-width: 991px) {
.product-table tr {
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
}

.product-table tr:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.product-table td {
	width: 100%;
	min-height: 48px;
	float: left;
	border-bottom: 1px solid #d6d6d6;
	position: relative;
	padding: 14px 16px 14px 45%;
}

.product-table td:last-child {
	border-bottom: none;
}

.product-table td:before {
	width: 40%;
	height: 100%;
	float: left;
	content: attr(data-label);
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	text-transform: uppercase;
	background: #5757FF;
	position: absolute;
	top: 0;
	left: 0;
	padding: 14px 30px
}

.product-table thead {
	display: none;
}
}

@media (max-width: 767px) {
.product-table td:before {
	padding: 14px 24px
}
}


/* Breadcrumb */
.breadcrumb {
	width: 100%;
	float: left;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #6558F5;
	line-height: 18px;
	background: #ffffff;
	border: none;
	border-bottom: 2px solid #F6F5FF;
	border-radius: 0;
	padding: 13px 16px;
	margin: 0;
}

.breadcrumb ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -8px -12px -8px;
}

.breadcrumb ul li {
	padding: 0 25px 0 0;
	margin: 0 8px 12px 8px;
}

.breadcrumb ul li:before {
	display: none;
}

.breadcrumb ul li:after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	color: #595A5C;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.breadcrumb ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumb ul li:last-child:after {
	display: none;
}

.breadcrumb ul li a {
	font-weight: 400;
	color: #595A5C;
	text-decoration: none;
	position: relative;
}

.breadcrumb ul li a:hover,
.breadcrumb ul li a:focus,
.breadcrumb ul li a.active {
	color: #5757FF;
}


/* Feature - List */
.select-feature-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 30px 0;
}

.select-feature-list .container {
	max-width: 1440px;
	padding: 0 35px;
}

.select-feature-list .item {
	width: 100%;
	float: left;
	text-align: center;
}

.select-feature-list .row-container {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.select-feature-list .container-inn {
	width: 100%;
	max-width: 746px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}


.select-feature-list .heading-top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: end;
	padding-bottom: 24px;
}

.select-feature-list .heading-top h2 {
	width: 60%;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #595A5C;
	line-height: 29px;
	padding: 0 10px 0 0;
}

.select-feature-list .heading-top .results {
	width: 40%;
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #5757FF;
	line-height: 20px;
	text-align: right;
	padding: 0 0 0 10px;
}


.select-feature-list .select-merch {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.select-feature-list .select-merch .row {
	margin: 0 -10px -20px -10px;
}

.select-feature-list .select-merch .row > div {
	padding: 0 10px 20px 10px;
}

.select-feature-list .select-merch .row > div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	box-shadow: 0px 5px 10px #e5e3f4;
	border-radius: 15px;
	position: relative;
}

.select-feature-list .select-merch .row > div .box .figure {
	width: 100%;
	text-align: center;
	border-radius: 15px;
	overflow: hidden;
}

.select-feature-list .select-merch .row > div .box .figure img {
	width: 100%;
	border-radius: 15px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.select-feature-list .select-merch .row > div .box .aside {
	width: 100%;
	height: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: rgba(87, 87, 255, 0.35);
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.select-feature-list .select-merch .row > div .box .aside .expand-btn {
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #5757FF;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 8px 24px;
}

.select-feature-list .select-merch .row > div .box .aside .number {
	width: 45px;
	height: 45px;
	float: left;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	background: #5757ff;
	border-radius: 15px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.select-feature-list .select-merch .row > div .box:hover .figure img,
.select-feature-list .select-merch .row > div .box.selected:focus .figure img,
.select-feature-list .select-merch .row > div .box:active .figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.select-feature-list .select-merch .row > div .box.selected .aside {
	opacity: 1;
}

.select-feature-list .btn-out {
	width: 100%;
	text-align: center;
	padding: 30px 0 0 0;
	margin: 0;
}

.select-feature-list .show-mbl { 
	display: none;
}

.select-feature-list .btn-out .btn,
.select-feature-list .btn-out .button {
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;
	padding: 16px 24px;
}

.select-feature-list .owl-carousel {
	padding: 0 98px;
}

@media (max-height: 780px) {
.select-feature-list { 
	padding: 20px 0;
}

.select-feature-list .container-inn {
	max-width: 440px;
}

.select-feature-list .heading-top {
	padding-bottom: 12px;
}

.select-feature-list .heading-top h2 {
	font-size: 20px;
	line-height: 24px;
}

.select-feature-list .heading-top .results {
	font-size: 14px;
	line-height: 18px;
}

.select-feature-list .select-merch .row {
	margin: 0 -5px -10px -5px;
}

.select-feature-list .select-merch .row > div {
	padding: 0 5px 10px 5px;
}

.select-feature-list .select-merch .row > div .box {
	border-radius: 10px;
}

.select-feature-list .select-merch .row > div .box .figure {
	border-radius: 10px;
}

.select-feature-list .select-merch .row > div .box .figure img {
	border-radius: 10px;
}

.select-feature-list .select-merch .row > div .box .aside {
	border-radius: 10px;
}

.select-feature-list .select-merch .row > div .box .aside .expand-btn {
	font-size: 10px;
	line-height: 14px;
	top: 6px;
	left: 6px;
	padding: 6px 18px;
}

.select-feature-list .select-merch .row > div .box .aside .number {
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border-radius: 6px;
}

.select-feature-list .btn-out {
	padding: 20px 0 0 0;
}

.select-feature-list .btn-out .btn,
.select-feature-list .btn-out .button {
	font-size: 14px;
	line-height: 18px;
	padding: 12px 24px;
}

.select-feature-list .owl-carousel {
	padding: 0 98px;
}

.select-feature-list .owl-nav button { 
	width: 42px; 
	height: 42px;
	font-size: 18px;
}
}

@media (max-width: 1199px) {
.select-feature-list .owl-carousel {
	padding: 0 13px;
}

.select-feature-list .owl-nav button.owl-prev {
	left: -12px;
}

.select-feature-list .owl-nav button.owl-next {
	right: -12px;
}
}

@media (max-width: 767px) {
.select-feature-list .container {
	max-width: 640px;
	padding: 0 20px;
}

.select-feature-list .select-merch .row > div {
	width: 50%;
}

.select-feature-list .select-merch .row > div .box .aside .number {
	width: 39px;
	height: 39px;
	line-height: 39px;
	border-radius: 40px;
}

.select-feature-list .show-mbl {
	display: block;
}

.select-feature-list .owl-carousel {
	padding: 0 10px;
}
}

/* Bottom - Thumbnails */
.bottom-thumbnails {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top; 
	background: #ffffff;
	border: 2px solid #F6F5FF;
	border-left: none;
	border-right: none;
	padding: 16px 0;
}

.fixed.bottom-thumbnails {
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    left: 0; 
	z-index: 101;
}

.bottom-thumbnails .container {
	max-width: 1440px;
	padding: 0 35px;
}

.bottom-thumbnails .thumbnails-inn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -16px;
}

.bottom-thumbnails .thumbnails {
	width: 75%;
	padding: 0 16px;
}

.bottom-thumbnails .thumbnails ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px -30px -15px;
}

.bottom-thumbnails .thumbnails ul li {
	width: 12.5%;
	padding: 0 15px 30px 15px;
}

.bottom-thumbnails .thumbnails ul li:before {
	display: none;
}

.bottom-thumbnails .thumbnails ul li .box {
	width: 100%;
	float: left;
	position: relative;
}

.bottom-thumbnails .thumbnails ul li .box .figure {
	width: 100%;
	float: left;
	border-radius: 5px;
}

.bottom-thumbnails .thumbnails ul li .box .figure img {
	width: 100%;
	border-radius: 5px;
}

.bottom-thumbnails .thumbnails ul li .box .aside {
	width: 100%;
	height: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #333399;
	border-radius: 5px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.bottom-thumbnails .thumbnails ul li .box .aside .number {
	width: 45px;
	height: 45px;
	float: left;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	background: #5757FF;
	border-radius: 360px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.bottom-thumbnails .thumbnails ul li .box.selected .aside {
	opacity: 1;
}

.bottom-thumbnails .btn-out {
	width: 25%;
	text-align: right;
	padding: 0 16px;
	margin: 0;
}

.bottom-thumbnails .btn-out .btn,
.bottom-thumbnails .btn-out .button {
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;
	padding: 16px 24px;
}

@media (max-height: 780px) {
.bottom-thumbnails {
	padding: 10px 0;
}

.bottom-thumbnails .thumbnails-inn {
	margin: 0 -10px;
}

.bottom-thumbnails .thumbnails {
	padding: 0 10px;
}

.bottom-thumbnails .thumbnails ul {
	margin: 0 -5px -10px -5px;
}

.bottom-thumbnails .thumbnails ul li {
	width: 8%;
	padding: 0 5px 10px 5px;
}

.bottom-thumbnails .thumbnails ul li .box .aside .number {
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border-radius: 6px;
}

.bottom-thumbnails .thumbnails ul li .box.selected .aside {
	opacity: 1;
}

.bottom-thumbnails .btn-out {
	padding: 0 6px;
}

.bottom-thumbnails .btn-out .btn,
.bottom-thumbnails .btn-out .button {
	font-size: 12px;
	line-height: 18px;
	padding: 12px 18px;
}
}

@media (max-width: 1199px) {
.bottom-thumbnails .thumbnails {
	width: 70%;
}

.bottom-thumbnails .thumbnails ul {
	margin: 0 -8px -24px -8px;
}

.bottom-thumbnails .thumbnails ul li {
	width: 16.667%;
	padding: 0 8px 24px 8px;
}

.bottom-thumbnails .thumbnails ul li .box .aside .number {
	width: 36px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
}

.bottom-thumbnails .btn-out {
	width: 30%;
	padding: 0 16px;
}
}

@media (max-width: 767px) {
.bottom-thumbnails .thumbnails {
	width: 100%;
	padding: 0;
}

.bottom-thumbnails .thumbnails ul {
	margin: 0 -3px -6px -3px;
}

.bottom-thumbnails .thumbnails ul li {
	padding: 0 3px 6px 3px;
}

.bottom-thumbnails .thumbnails ul li .box .aside .number {
	width: 24px;
	height: 24px;
	font-size: 10px;
	line-height: 24px;
	border-radius: 5px;
}

.bottom-thumbnails .thumbnails ul li .box.selected .aside {
	opacity: 1;
}

.bottom-thumbnails .btn-out {
	width: 100%; 
	text-align: center;
	padding: 10px 0 0 0;
}

.bottom-thumbnails .btn {	
	font-size: 12px;
	line-height: 18px;
	padding: 12px 18px;
}
}


/* Pricing Page */
.pricing-tables {
	width: 100%;
	min-height: 780px;
	background: #f6f5ff url(../png/bg-5.png) no-repeat top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 40px 0;
}

.pricing-tables .container {
	max-width: 830px;
}

.pricing-tables h1,
.pricing-tables h2 {
	font-size: 32px;
	color: #595A5C;
	line-height: 40px;
	text-align: center;
	padding-bottom: 51px;
}

.pricing-tables .row {
	margin: 0 -10px -20px -10px;
}

.pricing-tables .row>div {
	padding: 0 10px 20px 10px;
}

.pricing-tables .row>div .box {
	width: 100%;
	height: 100%;
	float: left;
	background: #FFFFFF;
	box-shadow: 0px 10px 15px #E5E3F4;
	border-radius: 15px;
}

.pricing-tables .row>div .box h3 {
	font-size: 32px;
	color: rgba(89, 90, 92, 0.8);
	line-height: 32px;
	text-align: center;
	padding: 24px 24px;
}

.pricing-tables .row>div .box .price-out {
	width: 100%;
	float: left;
	text-align: center;
	background: rgba(217, 217, 217, 0.2);
	padding: 24px 24px;
}

.pricing-tables .row>div .box .price-out .price {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 29px;
	color: #595A5C;
	line-height: 1em;
	letter-spacing: normal;
	padding: 0;
	margin: 0;
}

.pricing-tables .row>div .box .price-out p {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Albert Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: rgba(89, 90, 92, 0.8);
	line-height: 16px;
	letter-spacing: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}

.pricing-tables .row>div .box .btn,
.pricing-tables .row>div .box .button {
	width: 100%;
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #10100A;
	line-height: 22px;
	letter-spacing: normal;
	background: none;
	border-radius: 360px;
	box-shadow: inset #10100A 0 0 0 1px;
	padding: 14px 32px;
}

.pricing-tables .row>div .box .btn::before,
.pricing-tables .row>div .box .button::before {
	background: none;
}

.pricing-tables .row>div .box .btn-out {
	width: 100%;
	padding: 24px 24px;
	margin: 0;
}

.pricing-tables .row>div .box.selected {
	box-shadow: #5757FF 0 0 0 2px;
}

.pricing-tables .row>div .box.selected .btn,
.pricing-tables .row>div .box.selected .button {
	color: #FFFFFF;
	background: #5757FF;
	box-shadow: none;
}

@media (max-width: 1199px) {
.pricing-tables h1,
.pricing-tables h2 {
	font-size: 28px;
	line-height: 36px;
	padding-bottom: 42px
}

.pricing-tables .row>div .box h3 {
	font-size: 28px;
	line-height: 30px;
}

.pricing-tables .row>div .box .price-out .price {
	font-size: 26px;
}
}

@media (max-width: 767px) {
.pricing-tables { 
	min-height: inherit;
	padding: 30px 0;
}

.pricing-tables .container {
	max-width: 640px;
}

.pricing-tables h1,
.pricing-tables h2 {
	font-size: 26px;
	line-height: 34px;
	padding-bottom: 32px;
}

.pricing-tables .row>div .box h3 {
	font-size: 26px;
	line-height: 28px;
}

.pricing-tables .row>div .box .price-out .price {
	font-size: 24px;
}
}


/* Profile - Tabs  */
.profile-tabs .profile-tab-links2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 0 30px 0;
}

.profile-tabs .profile-tab-links2:last-child {
	padding-bottom: 0;
}

.profile-tabs .profile-tab-links2 ul {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 -18px -20px -18px;
}

.profile-tabs .profile-tab-links2 ul li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 18px 20px 18px;
}

.profile-tabs .profile-tab-links2 ul li:before {
	display: none;
}

.profile-tabs .profile-tab-links2 ul li a {
	float: left;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #6558F5;
	line-height: 22px;
	padding: 8px 0;
}

.profile-tabs .profile-tab-links2 ul li a:hover,
.profile-tabs .profile-tab-links2 ul li a:focus,
.profile-tabs .profile-tab-links2 ul li a.active {
	color: #5757FF;
	box-shadow: #5757FF inset 0 -2px 0 0;
}

@media (max-width: 767px) {
.profile-tabs .profile-tab-links2 ul {
	margin: 0 -12px -12px -12px;
}

.profile-tabs .profile-tab-links2 ul li {
	margin: 0 12px 12px 12px;
}
}


/* Profile - Popup */
.profile-popup {
	width: 100%;
	float: left;
}

.profile-popup .box {
	width: 100%;
	float: left;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	position: relative;
	padding: 0 38px 24px 38px;
	margin: 52px 0 18px 0;
}

.profile-popup .box:last-child {
	margin-bottom: 0;
}

.profile-popup .box h3 {
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #595A5C;
	line-height: 28px;
	padding-bottom: 22px;
}

.profile-popup .box .icon-user {
	width: 104px;
	height: 104px;
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 104px;
	text-align: center;
	background: #F6F5FF;
	border-radius: 360px;
	position: relative;
	margin: -52px 0 18px 0;
}

.profile-popup .box .icon-user .icon-edit {
	float: right;
	position: absolute;
	bottom: 2px;
	right: -7px;
}

.profile-popup .box .icon-user .icon-edit a {
	width: 31px;
	height: 31px;
	float: left;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	background: rgba(217, 217, 217, 0.4);
	border-radius: 360px;
}


.profile-popup .box .btn {
	width: 100%;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #7C7C7C;
	line-height: 22px;
	letter-spacing: normal;
	text-transform: none;
	background: #F2F2F2;
	border-radius: 50px;
	box-shadow: none;
	padding: 17px 24px;
}

.profile-popup .box .btn:before {
	display: none;
}

.profile-popup .box .btn:hover,
.profile-popup .box .btn:focus,
.profile-popup .box .btn:active,
.profile-popup .box .btn:active:focus,
.profile-popup .box .btn.active,
.profile-popup .box .btn.active:focus {
	background: rgba(217, 217, 217, 0.5);
}

.profile-popup .box .btn-out {
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-popup .box .form-field {
	width: 100%;
	float: left;
}

.profile-popup .box .form-field ul {
	width: 100%;
	float: left;
	padding: 0 0 24px 0;
	margin: 0 0 -8px 0;
}

.profile-popup .box .form-field ul:last-child {
	padding-bottom: 0;
}

.profile-popup .box .form-field ul li {
	width: 100%;
	float: left;
	border: 1px solid #A5ABC0;
	border-radius: 5px;
	padding: 10px 10px;
	margin: 0 0 8px 0;
}

.profile-popup .box .form-field ul li:before {
	display: none;
}

.profile-popup .box .form-field ul li label {
	width: 92px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #7C7C7C;
	line-height: 16px;
	text-align: left;
	margin-right: -92px;
	position: relative;
	z-index: 1;
	padding: 0 16px 0 0;
}


.profile-popup .box .form-field ul li input[type="text"],
.profile-popup .box .form-field ul li input[type="password"],
.profile-popup .box .form-field ul li input[type="datetime"],
.profile-popup .box .form-field ul li input[type="datetime-local"],
.profile-popup .box .form-field ul li input[type="date"],
.profile-popup .box .form-field ul li input[type="month"],
.profile-popup .box .form-field ul li input[type="time"],
.profile-popup .box .form-field ul li input[type="week"],
.profile-popup .box .form-field ul li input[type="number"],
.profile-popup .box .form-field ul li input[type="email"],
.profile-popup .box .form-field ul li input[type="url"],
.profile-popup .box .form-field ul li input[type="search"],
.profile-popup .box .form-field ul li input[type="tel"],
.profile-popup .box .form-field ul li input[type="color"],
.profile-popup .box .form-field ul li .uneditable-input {
	height: 36px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	background: none;
	border: none;
	border-radius: 0;
	padding: 5px 0;
}

.profile-popup .box .form-field ul li .input-out {
	width: 100%;
	padding: 0 0 0 92px;
}

.profile-popup .box .form-field ul li .input-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


.profile-popup .box .form-field ul li .update-btn {
	width: 73px;
	position: absolute;
	top: 0;
	right: 0;
}

.profile-popup .box .form-field ul li .update-btn .btn,
.profile-popup .box .form-field ul li .update-btn .button,
.profile-popup .box .form-field ul li .update-btn input[type="button"],
.profile-popup .box .form-field ul li .update-btn input[type="submit"] {
	width: 100%;
	height: 36px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #152749;
	line-height: 36px;
	letter-spacing: normal;
	text-transform: none;
	border-radius: 5px;
	box-shadow: inset #A5ABC0 0 0 0 1px;
	padding: 0 12px;
}

.profile-popup .box .form-field ul li .update-btn .btn::before,
.profile-popup .box .form-field ul li .update-btn .button::before {
	display: none;
}

.profile-popup .box .form-field ul li .update-btn .btn:hover,
.profile-popup .box .form-field ul li .update-btn .btn:focus,
.profile-popup .box .form-field ul li .update-btn .btn:active,
.profile-popup .box .form-field ul li .update-btn .btn:active:focus,
.profile-popup .box .form-field ul li .update-btn .btn.active,
.profile-popup .box .form-field ul li .update-btn .btn.active:focus,
.profile-popup .box .form-field ul li .update-btn .button:hover,
.profile-popup .box .form-field ul li .update-btn .button:focus,
.profile-popup .box .form-field ul li .update-btn .button:active,
.profile-popup .box .form-field ul li .update-btn .button:active:focus,
.profile-popup .box .form-field ul li .update-btn .button.active,
.profile-popup .box .form-field ul li .update-btn .button.active:focus,
.profile-popup .box .form-field ul li .update-btn input[type="button"]:hover,
.profile-popup .box .form-field ul li .update-btn input[type="button"]:focus,
.profile-popup .box .form-field ul li .update-btn input[type="button"]:active,
.profile-popup .box .form-field ul li .update-btn input[type="button"]:active:focus,
.profile-popup .box .form-field ul li .update-btn input[type="button"].active,
.profile-popup .box .form-field ul li .update-btn input[type="button"].active:focus,
.profile-popup .box .form-field ul li .update-btn input[type="submit"]:hover,
.profile-popup .box .form-field ul li .update-btn input[type="submit"]:focus,
.profile-popup .box .form-field ul li .update-btn input[type="submit"]:active,
.profile-popup .box .form-field ul li .update-btn input[type="submit"]:active:focus,
.profile-popup .box .form-field ul li .update-btn input[type="submit"].active,
.profile-popup .box .form-field ul li .update-btn input[type="submit"].active:focus,
.profile-popup .box .form-field ul li .update-btn .btn:not(:disabled):not(.disabled).active,
.profile-popup .box .form-field ul li .update-btn .button:not(:disabled):not(.disabled):active {
	background: #A5ABC0;
	box-shadow: inset #A5ABC0 0 0 0 1px;
}

.profile-popup .box .form-field ul li .input-with-btn {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 85px 0 0;
}


.profile-popup .box .form-field .check-options {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.profile-popup .box .form-field .check-options input[type=checkbox],
.profile-popup .box .form-field .check-options input[type=radio] {
	display: none;
}

.profile-popup .box .form-field .check-options label {
	width: 100%;
	min-height: 30px;
	float: left;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align: left;
	letter-spacing: normal;
	position: relative;
	padding: 7px 0 7px 42px;
	margin: 0;
}

.profile-popup .box .form-field .check-options label a {
	color: #000000;
	text-decoration: underline;
}

.profile-popup .box .form-field .check-options label:before {
	content: "";
	display: block;
	width: 25px;
	height: 30px;
	float: left;
	background-repeat: no-repeat;
	background-size: 25px auto;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
	z-index: 1;
}

.profile-popup .box .form-field .check-options input[type=checkbox]+label:before {
	background-image: url(../png/checkbox-4.png);
	background-position: top;
}

.profile-popup .box .form-field .check-options input[type=checkbox]:checked+label:before,
.profile-popup .box .form-field .check-options input[type=checkbox]:checked+label:focus:before {
	background-image: url(../png/checkbox-4.png);
	background-position: bottom;
}


.profile-popup .box .form-field .options-list {
	width: 100%;
	float: left;
	padding-bottom: 24px;
}

.profile-popup .box .form-field .options-list:last-child {
	padding-bottom: 0;
}

.profile-popup .box .form-field .options-list h4 {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-align: left;
	padding-bottom: 16px;
}

.profile-popup .box .form-field .options-list .options-out {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -16px -16px -16px;
}

.profile-popup .box .form-field .options-list .options-inn {
	width: 50%;
	padding: 0 16px 16px 16px;
	margin: 0;
}


.profile-popup .box .form-field.alt ul li label {
	width: 100%;
	padding: 0;
}

.profile-popup .box .form-field.alt ul li .input-out {
	width: 100%;
	padding: 0;
}

.profile-popup .box .icon-close {
	width: 22px;
	height: 22px;
	float: right;
	position: absolute;
	top: 24px;
	right: 24px;
	cursor: pointer;
}

.profile-popup .box .icon-close img {
	width: 100%;
}

.profile-popup .cancel-btn {
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.profile-popup .cancel-btn a {
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 767px) {
.profile-popup .box {
	padding: 0 24px 24px 24px;
}

.profile-popup .box .form-field ul li label {
	width: 100%;
	padding: 0;
}

.profile-popup .box .form-field ul li .input-out {
	width: 100%;
	padding: 0;
}

.profile-popup .box .form-field .options-list .options-out {
	margin: 0 0 -16px 0;
}

.profile-popup .box .form-field .options-list .options-inn {
	width: 100%;
	padding: 0 0 16px 0;
}
}


/* Price - Table */
.price-table-out {
	width: 100%;
	float: left;
}

.price-table {
	width: 100%;
	float: left;
}

.price-table ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.price-table ul li {
	width: 100%;
	float: left;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #595A5C;
	line-height: 16px;
	padding: 0 24px;
	margin: 0;
}

.price-table ul li:before {
	display: none;
}

.price-table ul li .col-1,
.price-table ul li .col-2,
.price-table ul li .col-3,
.price-table ul li .col-4,
.price-table ul li .col-5 {
	width: 28%;
	padding-right: 12px;
}

.price-table ul li .col-2 {
	width: 31.45%;
}

.price-table ul li .col-3 {
	width: 26.20%;
}

.price-table ul li .col-4 {
	width: 10%;
}

.price-table ul li .col-5 {
	width: 4.35%;
	padding-right: 0;
}

.price-table ul li .col-5 .arrow {
	width: 8px;
	height: 10px;
	float: left;
	text-indent: -99999px;
	position: relative;
}

.price-table ul li .col-5 .arrow:before {
	content: "";
	width: 0;
	height: 0;
	float: left;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #595A5C;
}

.price-table ul li .price-accord-link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 32px 0;
}

.price-table ul li .price-accord-cont {
	display: none;
}

.price-table ul li .price-accord-cont.active {
	display: block;
}

.price-table ul li.table-heading {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 12px;
	color: #000000;
	padding-top: 24px;
	padding-bottom: 16px;
}

.price-table ul li .thumbnails {
	width: 100%;
	float: left;
	padding: 12px 0 24px 0;
}

.price-table ul li .thumbnails .thumbnails-inn {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -4px -8px -4px;
}

.price-table ul li .thumbnails .item {
	width: 16.66%;
	padding: 0 4px 8px 4px;
	margin: 0;
}

.price-table ul li .thumbnails .item .figure {
	width: 100%;
	float: left;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

.price-table ul li .thumbnails .item .figure img {
	width: 100%;
	border-radius: 5px;
}

.price-table ul li .order-details {
	width: 100%;
	float: left;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 18px 32px 0;
}

.price-table ul li .order-details .box {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -10px;
}

.price-table ul li .order-details .left-txt,
.price-table ul li .order-details .right-txt {
	width: 50%;
	padding: 0 10px;
}

.price-table ul li .order-details .right-txt {
	text-align: right;
}

.price-table ul li .order-details .green {
	color: #00CCA2;
}

.price-table ul li:nth-child(even) {
	background: rgba(217, 217, 217, 0.15);
}

.price-table.alt ul li .col-1,
.price-table.alt ul li .col-2,
.price-table.alt ul li .col-3,
.price-table.alt ul li .col-4,
.price-table.alt ul li .col-5 {
	width: 43.70%;
}

.price-table.alt ul li .col-2 {
	width: 21.85%;
}

.price-table.alt ul li .col-3 {
	width: 20.10%;
}

.price-table.alt ul li .col-4 {
	width: 10%;
}

.price-table.alt ul li .col-5 {
	width: 4.35%;
}

@media (max-width: 991px) {
.price-table-out {
	width: 100%;
	overflow: auto;
}

.price-table {
	width: 620px;
}
}


/*= Modal */
.profile-modal {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.modal-backdrop.show {
	background: #000000;
	opacity: .90;
}

@media (min-width: 768px) {
.select-merch-modal .modal-dialog {
	max-width: 650px!important;
}
}


/*= Modal - Content */
.profile-modal .modal-content { 
	width: 100%;
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	position: relative;
	padding: 0;
}


/* Product - Details */
.select-merch-modal .product-details {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    background: none;
    overflow: hidden;
    padding: 0 0;
}

.select-merch-modal .product-details .heading-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 12px;
}

.select-merch-modal .product-details .heading-top h2 {
    width: 80%; 
	font-size: 24px; 
	color:#ffffff; 
	line-height: 29px; 
	letter-spacing: normal;
    padding: 0 10px 0 0;
}

.select-merch-modal .product-details .heading-top .close-out { 
    width: 20%; 
    padding: 0 0 0 10px;
}

.select-merch-modal .product-details .heading-top .close { 
	float: right; 
	cursor: pointer; 
}

.select-merch-modal .product-details .heading-top .close img { 
	max-width: 24px;
}

.select-merch-modal .product-details .product-img-out { 
	width: 100%; 
	float: left; 
}

.select-merch-modal .product-details .product-img {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.select-merch-modal .product-details .product-img .product-lrg {	
	width: 76.76%;
	float: left; 
	padding: 0 16px 0 0;
}

.select-merch-modal .product-details .product-img .show {
	width: 100%;
	float: left; 
	text-align: center; 
	background: #ffffff; 
	border:1px solid #595A5C;
	box-shadow: 0px 21px 42px rgba(4, 0, 43, 0.02);
	border-radius: 12px;
	padding: 32px 32px; 
	margin: 0 0 16px 0;
	position: relative;
	z-index: 20;
}

.select-merch-modal .product-details .product-img .show img { 
	max-width: 326px;
}

.select-merch-modal .product-details .product-img .small-img {
	width: 23.24%;
	height: 450px; 
	float: left; 
	overflow: auto; 
	overflow-x: hidden; 
	padding: 0 8px 0 0; 
	position: relative; 
}

.select-merch-modal .product-details .product-img .small-container {
	width: 100%; 
	float: left;
	overflow: hidden;
	margin: 0;
}

.select-merch-modal .product-details .product-img .small-container div {
	width: 100%;
	position: relative;
}

.select-merch-modal .product-details .product-img .small-container .show-small-img {
	width: 100%; 
	float: left; 
	font-family: "Albert Sans", sans-serif; 
	font-weight: 700;
	font-size: 12px; 
	color: #ffffff; 
	line-height:15px; 
	cursor: pointer;
	margin: 0 0 4px 0;
}

.select-merch-modal .product-details .product-img .small-container .show-small-img:last-child { 
	margin-bottom: 0;
}

.select-merch-modal .product-details .product-img .small-container .show-small-img .thumbs {
	width: 100%; 
	float: left; 
	border: 1px solid #595A5C;
	border-radius: 12px; 
	margin: 0 0 4px 0;
}

.select-merch-modal .product-details .product-img .small-container .show-small-img .thumbs img {
	width: 100%; 
	border-radius: 12px; 
}

.select-merch-modal .product-details .product-img .small-container .show-small-img p { 
	padding: 0;
}

.select-merch-modal .product-details .product-img .small-container .show-small-img:last-of-type {
	margin-right: 0;
}

.select-merch-modal .product-details .product-img .panel-box,
.select-merch-modal .product-details .product-img .layer-box {
	display: none!important;
}

.select-merch-modal .product-details .product-img .bottom-btns { 
	width: 100%; 
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; 
	align-items: center; 
}

.select-merch-modal .product-details .product-img .bottom-btns .btn-out { 
	width: 50%; 
	padding: 0 6px 0 0; 
	margin: 0;
}

.select-merch-modal .product-details .product-img .bottom-btns .btn-out:nth-child(even) { 
	padding-right: 0; 
	padding-left: 6px;
}

.select-merch-modal .product-details .product-img .bottom-btns .btn { 
	width: 100%; 
	font-family: "Albert Sans", sans-serif; 
	font-weight: 700;
	font-size: 16px; 
	color: #ffffff;
	line-height: 22px;
	letter-spacing: normal; 
	text-transform: none; 
	background: #333399; 
	border: none; 
	box-shadow: none;
	padding: 12px 24px;
}

.select-merch-modal .product-details .product-img .bottom-btns .btn::before {
	background: #5757FF;
}

.select-merch-modal .product-details .product-img .bottom-btns .btn-blue {
	background: #5757FF;
}

.select-merch-modal .product-details .product-img .bottom-btns .btn-blue::before {
	background: #333399; 
}

@media (max-width: 767px) {
.select-merch-modal .product-details .product-img-out { 
	position: relative; 
	padding: 0 0 60px 0;
}

.select-merch-modal .product-details .product-img .product-lrg {	
	width: 100%; 
	padding: 0;
}

.select-merch-modal .product-details .product-img .show {
	padding: 20px 20px; 
	margin: 0 0 16px 0;
}

.select-merch-modal .product-details .product-img .show img { 
	max-width: 240px;
}

.select-merch-modal .product-details .product-img .small-img {
	width: 100%; 
	height: auto; 
	overflow: inherit; 
	padding: 0;
}

.select-merch-modal .product-details .product-img .product-lrg .bottom-btns { 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	margin: 0;
}

.select-merch-modal .product-details .product-img .small-container {
	width: 100%; 
	float: left;
	overflow: hidden;
	margin: 0;
}

.select-merch-modal .product-details .product-img .small-container div {
	width: 104%; 
	margin: 0 -2% -3% -2%;
}

.select-merch-modal .product-details .product-img .small-container .show-small-img {
	width: 29.33%; 
	margin: 0 2% 3% 2%;
}
}


/*= Modal */
.select-merch-modal {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 640px) {
.select-merch-modal .modal-dialog {
	max-width: 560px;
}
}

/*= Modal - Content */
.select-merch-modal .modal-content {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	position: relative;
	padding: 0;
}






/* Summary Review Page
----------------------------------------*/

/*= Order - Reviews */
.order-reviews {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    background: #f6f5ff;
    padding: 36px 0;
}

.order-reviews .container {
    max-width: 1290px;
}

.order-reviews h1,
.order-reviews .h1 {
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #808080;
    line-height: 29px;
    padding-bottom: 16px;
}

.order-reviews h1:last-child,
.order-reviews .h1:last-child {
    padding-bottom: 0;
}

.order-reviews .box-out {
    width: 100%;
    float: left;
    background: #ffffff;
    border-radius: 32px;
    margin-bottom: 16px;
}

.order-reviews .box-out:last-child {
    margin-bottom: 0;
}

.order-reviews .box {
    width: 100%;
    float: left;
    padding: 8px 0;
}

.order-reviews .box .pagination {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 32px;
    margin: 0 0 8px 0;
}

.order-reviews .box .pagination nav {
    display: block;
}

.order-reviews .box .pagination nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 -4px -8px -4px;
}

.order-reviews .box .pagination nav ul li {
    padding: 0;
    margin: 0 4px 8px 4px;
}

.order-reviews .box .pagination nav ul li:before {
    display: none;
}

.order-reviews .box .pagination nav ul li a {
    width: 32px;
    height: 32px;
    float: left;
    font-family: "Roboto Mono", monospace;
    font-weight: 700;
    font-size: 14px;
    color: #212b36;
    line-height: 30px;
    text-align: center;
    border: 1px solid #dfe3e8;
    border-radius: 4px;
}

.order-reviews .box .pagination nav ul li a:hover,
.order-reviews .box .pagination nav ul li a:focus,
.order-reviews .box .pagination nav ul li a.active {
    color: #5757ff;
    border-color: #5757ff;
}

.order-reviews .box .pagination nav ul li .previous,
.order-reviews .box .pagination nav ul li .next {
    font-size: 18px;
    color: #dfe3e8;
}

.order-reviews .box .pagination nav ul li .previous:hover,
.order-reviews .box .pagination nav ul li .previous:focus,
.order-reviews .box .pagination nav ul li .previous.active,
.order-reviews .box .pagination nav ul li .next:hover,
.order-reviews .box .pagination nav ul li .next:focus,
.order-reviews .box .pagination nav ul li .next.active {
    color: #ffffff;
    border-color: #5757ff;
    background: #5757ff;
}

.order-reviews .box .pagination nav ul li.disabled .previous,
.order-reviews .box .pagination nav ul li.disabled .next {
    color: #ffffff;
    border-color: #919eab;
    background: #919eab;
    cursor: not-allowed;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.order-reviews .box .btm-btns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 32px;
}

.order-reviews .box .btm-btns .shopping-cart {
    width: 50%;
}

.order-reviews .box .btm-btns .shopping-cart .cart-btn {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-family: "Albert Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #070703;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    background: none;
    border-radius: 16px;
    box-shadow: inset #000000 0 0 0 1px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding: 10px 16px 13px 16px;
    margin: 0;
}

.order-reviews .box .btm-btns .shopping-cart .cart-btn em {
    font-weight: 300;
    font-size: 200%;
    position: relative;
    top: 2px;
}

.order-reviews .box .btm-btns .shopping-cart .cart-btn:hover,
.order-reviews .box .btm-btns .shopping-cart .cart-btn:focus,
.order-reviews .box .btm-btns .shopping-cart .cart-btn:active,
.order-reviews .box .btm-btns .shopping-cart .cart-btn:active:focus,
.order-reviews .box .btm-btns .shopping-cart .cart-btn.active,
.order-reviews .box .btm-btns .shopping-cart .cart-btn.active:focus {
    color: #ffffff;
    text-decoration: none;
    box-shadow: inset #000000 0 0 0 1px;
    background: #000000;
    outline: 0;
}

.order-reviews .box .btm-btns .btn-out {
    width: 50%;
    text-align: right;
    padding: 0;
    margin: 0;
}

.order-reviews .alert-box {
    width: 100%;
    overflow: hidden;
}

.order-reviews .alert-box .box-inn {
    width: 100%;
    max-width: 700px;
    float: left;
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-size: 14px;
    color: #595a5c;
    line-height: 22px;
    background: #ffffff;
    border-radius: 8px;
    padding: 8px;
}

.order-reviews .alert-box .box-inn p em {
    position: relative;
    top: -2px;
}

@media (max-width: 991px) {
.order-reviews .box .pagination {
    padding: 0 24px;
}

.order-reviews .box .btm-btns { 
    padding: 0 24px;
}
}

@media (max-width: 767px) {
.order-reviews .container {
	max-width: 640px;
}

.order-reviews .box-out {
	border-radius: 24px;
}

.order-reviews .box .btm-btns { 
	text-align: center;
}

.order-reviews .box .btm-btns .shopping-cart {
    width: 100%; margin: 0 0 8px 0;
}

.order-reviews .box .btm-btns .btn-out {
    width: 100%;
    text-align: center;
}
}

/*= Review - Table */
.review-table {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 16px;
}

.review-table ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.review-table ul li {
    width: 100%;
    float: left;
    font-family: "Albert Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #070703;
    line-height: 20px;
    background: #f5f5f5;
    padding: 8px 32px !important;
    margin: 0;
}

.review-table ul li:before {
    display: none;
}

.review-table ul li:nth-child(even) {
    background: #ffffff;
}

.review-table ul li .col-1,
.review-table ul li .col-2,
.review-table ul li .col-3,
.review-table ul li .col-4 {
    width: 70.5%;
    padding-right: 16px;
}

.review-table ul li .col-2 {
    width: 10.8%;
}

.review-table ul li .col-3 {
    width: 11.7%;
}

.review-table ul li .col-4 {
    width: 7%;
    text-align: center;
    padding-right: 0;
}

.review-table ul li .arrow {
    width: 12px;
    height: 16px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-indent: -99999px;
    position: relative;
    top: -1px;
    margin-left: 36px;
}

.review-table ul li .arrow:before {
    content: "";
    width: 0;
    height: 0;
    float: left;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #5757ff;
}

.review-table ul li .thumbs {
    width: 100%;
    max-width: 764px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit;
    position: relative;
}

.review-table ul li .thumbs p {
    width: 90px;
    position: relative;
    z-index: 1;
    padding: 0;
    margin-right: -90px;
}

.review-table ul li .thumbs p a {
    color: #070703;
    text-decoration: underline;
}

.review-table ul li .thumbs p a:hover,
.review-table ul li .thumbs p a:focus,
.review-table ul li .thumbs p a:active {
    color: #8f0ced;
}

.review-table ul li .thumbs .aside {
    width: 100%;
    padding: 0 0 0 90px;
}

.review-table ul li .thumbs .aside ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0 -4px -8px -4px;
}

.review-table ul li .thumbs .aside ul li {
    width: 14.285%;
    background: none !important;
    position: relative;
    padding: 0 4px 8px 4px !important;
    margin: 0 !important;
}

.review-table ul li .thumbs .aside ul li .box-inn {
    width: 100%;
    float: left;
    text-decoration: none;
    position: relative;
}

.review-table ul li .thumbs .aside ul li .box-inn .figure {
    width: 100%;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}

.review-table ul li .thumbs .aside ul li .box-inn .figure img {
    width: 100%;
    border-radius: 8px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.review-table ul li .thumbs .aside ul li .box-inn .number-out {
    width: 100%;
    height: 100%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.review-table ul li .thumbs .aside ul li .box-inn .number {
    width: 32px;
    height: 32px;
    float: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
    background: #5757ff;
    border-radius: 360px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.review-table ul li .thumbs .aside ul li .box-inn:hover .figure img,
.review-table ul li .thumbs .aside ul li .box-inn.selected:focus .figure img,
.review-table ul li .thumbs .aside ul li .box-inn:active .figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.review-table ul li .thumbs .aside ul li .box-inn.active:before {
    content: "";
    width: 100%;
    height: 6px;
    float: left;
    display: block;
    background: #5757ff;
    border-radius: 360px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1;
}

.review-table ul li .thumbs .aside ul li .box-inn.selected .number-out {
    opacity: 1;
}

.review-table ul li .check-options {
    width: 34px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.review-table ul li .check-options input[type="checkbox"] {
    display: none;
}

.review-table ul li .check-options label {
    width: 100%;
    min-height: 32px;
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
}

.review-table ul li .check-options label:before {
    content: "";
    display: block;
    width: 34px;
    height: 32px;
    float: left;
    background-repeat: no-repeat;
    background-size: 34px auto;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    z-index: 1;
}

.review-table ul li .check-options input[type="checkbox"] + label:before {
    background-image: url(../png/checkbox-5.png);
    background-position: top;
}

.review-table ul li .check-options input[type="checkbox"]:checked + label:before,
.review-table ul li .check-options input[type="checkbox"]:checked + label:focus:before {
    background-image: url(../png/checkbox-5.png);
    background-position: bottom;
}

.review-table ul li .review-accord-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.review-table ul li .review-accord-link.active .arrow {
    width: 16px;
    height: 12px;
}

.review-table ul li .review-accord-link.active .arrow:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #5757ff;
    border-bottom: none;
}

.review-table ul li.table-heading {
    font-family: "Albert Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    background: #ffffff;
    border-radius: 32px 32px 0 0;
    padding-top: 16px !important;
    padding-bottom: 24px !important;
}

.review-table .review-product-slider {
    width: 100%;
    float: left;
    display: none;
    padding: 16px 24px 0 0;
}

.review-table .review-product-slider .item {
    width: 100%;
    float: left;
}

.review-table .review-product-slider .item a {
    width: 100%;
    float: left;
    border: 1px solid #595a5c;
    border-radius: 5px;
}

.review-table .review-product-slider .item a img {
    width: 100%;
    border-radius: 5px;
}

.review-table .review-product-slider .item a.selected {
    border: 1px solid #5757ff;
}

.review-table .review-product-slider .owl-carousel {
    padding: 0 40px;
}

.review-table .review-product-slider .owl-nav button {
    width: 32px;
    height: 32px;
    font-size: 18px;
}

.review-table .review-product-slider.active {
    display: block;
}

@media (max-width: 1199px) {
.review-table ul li {
    font-size: 14px;
}

.review-table ul li .col-1,
.review-table ul li .col-2,
.review-table ul li .col-3,
.review-table ul li .col-4 {
    width: 64.5%;
}

.review-table ul li .col-2 {
    width: 14.8%;
}

.review-table ul li .col-3 {
    width: 12.7%;
}

.review-table ul li .col-4 {
    width: 8%;
}

.review-table ul li .thumbs {
    max-width: 100%;
}

.review-table ul li .thumbs p {
    width: 80px;
    margin-right: -80px;
}

.review-table ul li .thumbs .aside {
    width: 100%;
    padding: 0 0 0 90px;
}

.review-table ul li .thumbs .aside ul li .box-inn .number {
    width: 24px;
    height: 24px;
    float: left;
    font-size: 12px;
    line-height: 24px;
}

.review-table ul li .review-accord-link.active .arrow {
    width: 16px;
    height: 12px;
}

.review-table ul li .review-accord-link.active .arrow:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #5757ff;
    border-bottom: none;
}

.review-table ul li.table-heading {
    font-size: 14px;
}
}

@media (max-width: 991px) {
.review-table ul li {
    padding: 8px 16px !important;
}

.review-table ul li .arrow {
    margin-left: 16px;
}

.review-table ul li .col-1,
.review-table ul li .col-2,
.review-table ul li .col-3,
.review-table ul li .col-4 {
    width: 100%; 
	position:relative; 
	padding: 8px 0 8px 100px;
}

.review-table ul li .col-2 {
    width: 100%;
}

.review-table ul li .col-3 {
    width: 100%;
}

.review-table ul li .col-4 {
    width: 100%;
    text-align: left; 
	padding: 8px 0 8px 100px;
}

.review-table ul li .col-1:before,
.review-table ul li .col-2:before,
.review-table ul li .col-3:before,
.review-table ul li .col-4:before {
	width: 90px;
	float: left;
	content: attr(data-label);
	display: flex;
	flex-wrap: wrap;
	font-weight: 700; 
	font-size: 14px;
	color: #000000; 
	line-height: 20px; 
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 0;	
	transform: translate(0, -50%);
	padding: 8px 0;
}

.review-table ul li.table-heading { 
	display: none;
}

.review-table ul li .thumbs p {
    width: 100%; 
	padding:0 0 8px 0;
}

.review-table ul li .thumbs .aside {
    padding: 0;
}

.review-table ul li .thumbs .aside ul li {
    width: 16.66%;
}

.review-table ul li .thumbs .aside ul li .box-inn.active:before {
    height: 3px;
    bottom: -6px;
}


.review-table .review-product-slider {
    padding: 16px 0 0 0;
}

.review-table .review-product-slider .owl-carousel {
    padding: 0 32px;
}

.review-table .review-product-slider .owl-nav button {
    width: 24px;
    height: 24px;
    font-size: 12px;
}
}

@media (max-width: 767px) {
.review-table ul li .thumbs .aside ul li {
    width: 33.33%;
}
}



/*= Choose - Art */


/*= Breadcrumb */
.breadcrumb.alt { 
	padding-right: 0; 
	padding-left: 0;
}

.breadcrumb.alt .container {
	max-width: 1440px;
	padding: 0 35px;
}

@media (max-width: 767px) {
.breadcrumb.alt .container {
	max-width: 100%;
	padding: 0 20px;
}
}


/* Feature - Art */
.feature-art {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px solid #F6F5FF;
	padding: 24px 0 64px 0;
}

.feature-art .container {
	max-width: 830px;
	padding: 0 35px;
}

.feature-art .heading-top { 
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 24px; 
}

.feature-art .heading-top h2 {
	width: 60%;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #595A5c;
	line-height: 29px; 
	padding: 0 10px 0 0;
}

.feature-art .heading-top .see-more {
	width: 40%;
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #5757FF;
	line-height: 20px;
	text-align: right;
	padding: 0 0 0 10px;
}

.feature-art .row { 
	padding-bottom: 24px;
	margin: 0 -10px -20px -10px;
}

.feature-art .row:last-child { 
	padding-bottom: 0;
}

.feature-art .row > div {
	padding: 0 10px 20px 10px;
}

.feature-art .row > div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	box-shadow: 0 10px 15px #e5e3f4;
	border-radius: 5px;
	position: relative;
}

.feature-art .row > div .box .figure {
	width: 100%;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

.feature-art .row > div .box .figure img {
	width: 100%;
	border-radius: 5px;
}

.feature-art .row > div .box .aside {
	width: 100%;
	height: 100%;
	float: left; 
	font-family: "Roboto Mono", sans-serif; 
	font-weight: 400; 
	font-size: 14px; 
	color: #ffffff; 
	line-height: 18px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	align-items: center;
	background: #5757ff;
	border-radius: 5px; 
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto; 
	overflow-x: hidden; 
	opacity: 0;
}

.feature-art .row > div .box .aside p { 
	padding-bottom: 24px;
}

.feature-art .row > div .box .aside p:last-child { 
	padding-bottom: 0;
}

.feature-art .row > div .box .aside .icon-info { 
	width: 100%; 
	float: left; 
	text-align: center; 
	overflow: hidden; 
	margin-bottom: 20px;
}

.feature-art .row > div .box .aside .icon-info img { 
	max-height: 33px;
}

.feature-art .row > div .box .aside .txt-max { 
	width: 100%; 
	float: left; 
	text-align: center; 
	padding: 12px 12px;
}

.feature-art .row > div .box .aside .btn { 
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: normal;
	box-shadow: inset #ffffff 0 0 0 1px;
	padding: 14px 24px;
}

.feature-art .row > div .box .aside .btn::before {
	background: #ffffff;
}

.feature-art .row > div .box .aside .btn:hover,
.feature-art .row > div .box .aside .btn:focus,
.feature-art .row > div .box .aside .btn:active,
.feature-art .row > div .box .aside .btn:active:focus,
.feature-art .row > div .box .aside .btn.active,
.feature-art .row > div .box .aside .btn.active:focus {
	color: #5757ff;
}

.feature-art .row > div .box .aside .btn-out { 
	padding: 8px 0 0 0;  
	margin: 0;
}

.feature-art .row > div .box:hover .aside,
.feature-art .row > div .box:focus .aside,
.feature-art .row > div .box:active .aside {
	opacity: 1;
}

.feature-art .btn-out {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.feature-art .btn-out .btn,
.feature-art .btn-out .button {
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: normal;
	padding: 14px 24px;
}

@media (max-width: 767px) {
.feature-art .container {
	max-width: 640px;
	padding: 0 20px;
}

.feature-art .row > div { 
	width: 50%;
}
}

@media (max-width: 479px) {
.feature-art .row > div { 
	width: 100%;
}
}



/* Crop - Popup */



/*= Modal */
.crop-image-modal {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.modal-backdrop.show {
	background: #000000;
	opacity: .90;
}

.crop-image-modal .modal-content { 
	width: 100%;
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	position: relative;
	padding: 0;
}

@media (min-width: 768px) {
.crop-image-modal .modal-dialog {
	max-width: 408px!important;
}
}


/* Crop - Image */
.crop-image {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
	background: #ffffff;
	border: none;
	box-shadow: none;
	border-radius: 16px;
	position: relative;
	padding: 24px 24px;
}

.crop-image .heading-top { 
	width: 100%; 
	float: none; 
	display: inline-block; 
	vertical-align:top;
	font-family: "Albert Sans", sans-serif; 
	font-weight: 400;
	font-size: 16px; 
	color: #808080; 
	line-height: 30px; 
	padding: 0 60px 16px 0; 
}

.crop-image .heading-top h2 {
	font-family: "Albert Sans", sans-serif; 
	font-weight: 500;
	font-size: 24px; 
	color: #070703;
	line-height: 29px; 
	letter-spacing: normal;
    padding: 0;
}

.crop-image .heading-top p { 
	padding-bottom: 0;
}

.crop-image .heading-top .close { 
	width: 24px; 
	float: left; 
	cursor: pointer; 
	position: absolute; 
	top: 24px; 
	right: 24px; 
}

.crop-image .heading-top .close img { 
	width: 100%;
}

.crop-image .figure { 
	width: 100%; 
	float: left; 
	margin: 0 0 16px 0;
}

.crop-image .figure img { 
	width: 100%;
}

.crop-image .btn-out { 
	width: 100%; 
	padding: 0; 
	margin: 0;
}

.crop-image .btn-out .btn { 
	width: 100%; 
	font-family: "Albert Sans", sans-serif; 
	font-weight: 700;
	font-size: 16px; 
	color: #ffffff;
	line-height: 18px;
	letter-spacing: normal; 
	text-transform: none; 
	background: #333399; 
	border: none; 
	box-shadow: none;
	padding: 16px 24px; 
	margin: 0 0 8px 0;
}

.crop-image .btn-out .btn:last-child { 
	margin-bottom: 0;
}

.crop-image .btn-out .btn::before {
	background: #5757FF;
}

.crop-image .btn-out .btn-blue {
	background: #5757FF;
}

.crop-image .btn-out .btn-blue::before {
	background: #333399; 
}






/* Order - Summary2 */
.shipping-form .row > div .order-summary2 {
	width: 100%;
	float: left;
	background: #ffffff;
	border-radius: 16px 16px;
	padding: 24px 16px 16px 16px;
}

.shipping-form .row > div .order-summary2 h3,
.shipping-form .row > div .order-summary2 .h3 {
	padding-bottom: 10px;
}

.shipping-form .row > div .order-summary2 h3:last-child,
.shipping-form .row > div .order-summary2 .h3:last-child {
	padding-bottom: 0;
}

.shipping-form .row > div .order-summary2 .sub-heading {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #070703;
	line-height: 20px;
	padding-bottom: 8px;
}

.shipping-form .row > div .order-summary2 .sub-heading:last-child {
	padding-bottom: 0;
}


.shipping-form .row > div .order-summary2 .order-info {
	width: 100%;
	float: left;
	padding: 0 0 5px 0;
}

.shipping-form .row > div .order-summary2 .order-info ul {
	width: 100%;
	float: left;
	padding: 0 0 1px 0;
	margin: 0;
}

.shipping-form .row > div .order-summary2 .order-info ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #f5f5f5;
	border-right: none;
	border-left: none;
	padding: 5px 0;
	margin: 0 0 -1px 0;
}

.shipping-form .row > div .order-summary2 .order-info ul li:before {
	display: none;
}

.shipping-form .row > div .order-summary2 .order-info .left-cont {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	padding: 0 96px 0 0;
}

.shipping-form .row > div .order-summary2 .order-info .left-cont h4,
.shipping-form .row > div .order-summary2 .order-info .left-cont .h4 {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	padding-bottom: 0;
}

.shipping-form .row > div .order-summary2 .order-info .left-cont .figure {
	width: 48px;
	position: relative;
	z-index: 1;
	margin: 0 -48px 0 0;
}

.shipping-form .row > div .order-summary2 .order-info .left-cont .figure img {
	width: 100%;
}

.shipping-form .row > div .order-summary2 .order-info .left-cont .aside {
	width: 100%;
	padding: 0 0 0 56px;
}


.shipping-form .row > div .order-summary2 .order-info .price {
	width: 80px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-align: right;
	position: relative;
	z-index: 1;
	margin: 0 0 0 -80px;
}


.shipping-form .row > div .order-summary2 .price-info {
	width: 100%;
	float: left;
	padding: 0 0 13px 0;
}

.shipping-form .row > div .order-summary2 .price-info:last-child {
	padding-bottom: 0;
}

.shipping-form .row > div .order-summary2 .price-info ul {
	width: 100%;
	float: left;
	padding: 0 0 5px 0;
	margin: 0;
}

.shipping-form .row > div .order-summary2 .price-info ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Albert Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #070703;
	line-height: 20px;
	border-bottom: 1px solid #f5f5f5;
	padding: 8px 0;
	margin: 0;
}

.shipping-form .row > div .order-summary2 .price-info ul li:before {
	display: none;
}

.shipping-form .row > div .order-summary2 .price-info ul li:last-child {
	margin-bottom: 0;
}

.shipping-form .row > div .order-summary2 .price-info .total {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #595a5c;
	line-height: 23px;
}

.shipping-form .row > div .order-summary2 .price-info .left-l {
	width: 100%;
	padding: 0 96px 0 0;
}

.shipping-form .row > div .order-summary2 .price-info .right-r {
	width: 80px;
	text-align: right;
	position: relative;
	z-index: 1;
	margin: 0 0 0 -80px;
}

.shipping-form .row > div .order-summary2 .checkbox-out {
	width: 100%;
	float: left;
	background: rgba(241, 241, 241, 0.77);
	border-radius: 12px;
	padding: 10px 8px 8px 10px;
}


.shipping-form .row > div .order-summary2 .checkbox-out .check-options {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.shipping-form .row > div .order-summary2 .checkbox-out .check-options input[type=checkbox],
.shipping-form .row > div .order-summary2 .checkbox-out .check-options input[type=radio] {
	display: none;
}

.shipping-form .row > div .order-summary2 .checkbox-out .check-options label {
	width: 100%;
	min-height: 19px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Roboto Mono", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 10px;
	color: #595a5c;
	line-height: 13px;
	text-align: left;
	letter-spacing: normal;
	position: relative;
	padding: 0 0 0 37px;
	margin: 0;
}

.shipping-form .row > div .order-summary2 .check-options label:before {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	float: left;
	background-repeat: no-repeat;
	background-size: 19px auto;
	border-radius: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	z-index: 1;
}

.shipping-form .row > div .check-options input[type=checkbox]+label:before {
	background-image: url(../png/checkbox-6.png);
	background-position: top;
}

.shipping-form .row > div .check-options input[type=checkbox]:checked+label:before,
.shipping-form .row > div .check-options input[type=checkbox]:checked+label:focus:before {
	background-image: url(../png/checkbox-6.png);
	background-position: bottom;
}


/* Thankyou Page */

/* Thankyou Box */
.thankyou-box {
	width: 100%;
	text-align: center;
	background: #f6f5ff;
	overflow: hidden;
	padding: 100px 0;
}

.thankyou-box .box {
	width: 100%;
	max-width: 620px;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Albert Sans", sans-serif; 
	font-weight: 500;
	font-size: 16px;
	color: #595A5C;
	line-height: 20px;
	background: #ffffff;
	border-radius: 16px;
	padding: 32px 32px 40px 32px;
}

.thankyou-box .box h1,
.thankyou-box .box .h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	font-size: 32px;
	color: #595A5C;
	line-height: 40px;
	padding-bottom: 8px;
}

.thankyou-box .box h1:last-child,
.thankyou-box .box .h1:last-child {
	padding-bottom: 0;
}

.thankyou-box .box p {
	padding-bottom: 8px;
}

.thankyou-box .box p:last-child {
	padding-bottom: 0;
}

.thankyou-box .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 8px;
}

.thankyou-box .box .figure:last-child {
	margin-bottom: 0;
}

.thankyou-box .box .figure img {
	max-width: 100%;
}

.thankyou-box .box .btn,
.thankyou-box .box .button {
	width: 100%;
	max-width: 469px;
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	letter-spacing: normal;
	box-shadow: inset #000000 0 0 0 1px;
	padding: 12px 32px;
}

.thankyou-box .box .btn::before,
.thankyou-box .box .button::before {
	background: #000000;
}

.thankyou-box .box .btn:hover,
.thankyou-box .box .btn:focus,
.thankyou-box .box .btn:active,
.thankyou-box .box .btn:active:focus,
.thankyou-box .box .btn.active,
.thankyou-box .box .btn.active:focus,
.thankyou-box .box .button:hover,
.thankyou-box .box .button:focus,
.thankyou-box .box .button:active,
.thankyou-box .box .button:active:focus,
.thankyou-box .box .button.active,
.thankyou-box .box .button.active:focus {
	color: #ffffff;
	text-decoration: none;
	box-shadow: none;
	outline: 0;
}

.thankyou-box .box .btn:hover:before,
.thankyou-box .box .btn:focus:before,
.thankyou-box .box .btn:active:before,
.thankyou-box .box .btn:active:focus:before,
.thankyou-box .box .btn.active:before,
.thankyou-box .box .btn.active:focus:before,
.thankyou-box .box .button:hover:before,
.thankyou-box .box .button:focus:before,
.thankyou-box .box .button:active:before,
.thankyou-box .box .button:active:focus:before,
.thankyou-box .box .button.active:before,
.thankyou-box .box .button.active:focus:before {
	width: 100%;
}

.thankyou-box .box .btn-out {
	padding: 0;
	margin: 0;
}


.thankyou-box .box .step-cricle {
	width: 100%;
	overflow: hidden;
	margin-bottom: 32px;
}

.thankyou-box .box .step-cricle:last-child {
	margin-bottom: 0;
}

.thankyou-box .box .step-cricle ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 -4px -8px -4px;
}

.thankyou-box .box .step-cricle ul li {
	width: 16px;
	height: 16px;
	float: left;
	text-indent: -99999px;
	background: #D9D9D9;
	border-radius: 360px;
	padding: 0;
	margin: 0 4px 8px 4px;
}


.thankyou-box .box .step-cricle ul li:before {
	display: none;
}


.thankyou-box .box .step-cricle ul li.active {
	background: #5757FF;
}

@media (max-width: 1199px) {
.thankyou-box {
	padding: 70px 0;
}
}

@media (max-width: 767px) {
.thankyou-box {
	padding: 60px 0;
}
}


/* My Creations */

/* Choose Feature - List */
.choose-feature-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 100px 0;
}

.choose-feature-list .container {
	max-width: 1070px;
	padding: 0 35px;
}

.choose-feature-list h1,
.choose-feature-list .h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	font-size: 32px;
	color: #595A5C;
	line-height: 40px;
	padding-bottom: 35px;
}

.choose-feature-list h1:last-child,
.choose-feature-list .h1:last-child {
	padding-bottom: 0;
}

.choose-feature-list .container-inn {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.choose-feature-list .select-merch {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.choose-feature-list .select-merch .row {
	margin: 0 -10px -20px -10px;
}

.choose-feature-list .select-merch .row>.col-md-3 {
	width: 20%;
	padding: 0 10px 20px 10px;
}

.choose-feature-list .select-merch .row>div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	box-shadow: 0px 5px 10px #e5e3f4;
	border-radius: 15px;
	position: relative;
}

.choose-feature-list .select-merch .row>div .box .figure {
	width: 100%;
	text-align: center;
	border-radius: 15px;
	overflow: hidden;
}

.choose-feature-list .select-merch .row>div .box .figure img {
	width: 100%;
	border-radius: 15px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.choose-feature-list .select-merch .row>div .box .aside {
	width: 100%;
	height: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: rgba(87, 87, 255, 0.35);
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.choose-feature-list .select-merch .row>div .box .aside .expand-btn {
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #5757FF;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 8px 24px;
}

.choose-feature-list .select-merch .row>div .box .aside .number {
	width: 45px;
	height: 45px;
	float: left;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	background: #5757ff;
	border-radius: 15px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.choose-feature-list .select-merch .row>div .box:hover .figure img,
.choose-feature-list .select-merch .row>div .box.selected:focus .figure img,
.choose-feature-list .select-merch .row>div .box:active .figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.choose-feature-list .select-merch .row>div .box.selected .aside {
	opacity: 1;
}

.choose-feature-list .btn-out {
	width: 100%;
	text-align: center;
	padding: 30px 0 0 0;
	margin: 0;
}

.choose-feature-list .show-mbl {
	display: none;
}

.choose-feature-list .btn-out .btn,
.choose-feature-list .btn-out .button {
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;
	padding: 16px 24px;
}

.choose-feature-list .owl-carousel {
	padding: 0 98px;
}

@media (max-height: 780px) {
.choose-feature-list {
	padding: 32px 0;
}

.choose-feature-list .container-inn {
	max-width: 800px;
}

.choose-feature-list h1,
.choose-feature-list .h1 {
	font-size: 24px;
	line-height: 32px;
}

.choose-feature-list h1:last-child,

.choose-feature-list .h1:last-child {
	padding-bottom: 0;
}


.choose-feature-list .select-merch .row {
	margin: 0 -5px -10px -5px;
}

.choose-feature-list .select-merch .row>div {
	padding: 0 5px 10px 5px;
}

.choose-feature-list .select-merch .row>div .box {
	border-radius: 10px;
}

.choose-feature-list .select-merch .row>div .box .figure {
	border-radius: 10px;
}

.choose-feature-list .select-merch .row>div .box .figure img {
	border-radius: 10px;
}

.choose-feature-list .select-merch .row>div .box .aside {
	border-radius: 10px;
}

.choose-feature-list .select-merch .row>div .box .aside .expand-btn {
	font-size: 10px;
	line-height: 14px;
	top: 6px;
	left: 6px;
	padding: 6px 18px;
}

.choose-feature-list .select-merch .row>div .box .aside .number {
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border-radius: 6px;
}

.choose-feature-list .btn-out {
	padding: 20px 0 0 0;
}

.choose-feature-list .btn-out .btn,
.choose-feature-list .btn-out .button {
	font-size: 14px;
	line-height: 18px;
	padding: 12px 24px;
}
}

@media (max-width: 1199px) {
.choose-feature-list {
	padding: 70px 0;
}

.choose-feature-list .select-merch .row>.col-md-3 {
	width: 33.33%;
}
}

@media (max-width: 767px) {
.choose-feature-list {
	padding: 50px 0;
}

.choose-feature-list .container {
	max-width: 640px;
	padding: 0 20px;
}

.choose-feature-list .select-merch .row>.col-md-3 {
	width: 50%;
}

.choose-feature-list .select-merch .row>div .box .aside .number {
	width: 39px;
	height: 39px;
	line-height: 39px;
	border-radius: 40px;
}

.choose-feature-list .show-mbl {
	display: block;
}
}


/* Bottom - Thumbnails */
.bottom-thumbnails.alt .thumbnails ul li .box .aside .number {
	border-radius: 360px;
}

.bottom-thumbnails.alt .btn-out .btn em,
.bottom-thumbnails.alt .btn-out .button em {
	font-size: 150%;
	position: relative;
	top: 2px;
	margin-left: 0;
}

.bottom-thumbnails.alt .btn-next {
	width: 25%;
	text-align: right;
	padding: 0 16px;
	margin: 0;
	position: relative;
	z-index: 101;
}

.bottom-thumbnails.alt .btn-next .btn {
	font-family: "Roboto Mono", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;
	padding: 16px 24px;
}

.bottom-thumbnails.alt .btn-next .btn em {
	top: 2px;
	margin: 0;
}

.bottom-thumbnails.alt .btn-next .btn-blue:before {
	background: #5757ff;
}

.bottom-thumbnails.alt .btn-next.active .btn {
	box-shadow: #ffffff 0 0 0 2px;
}

@media (max-height: 780px) {
.bottom-thumbnails.alt .btn-next {
	padding: 0 6px;
}

.bottom-thumbnails.alt .btn-next .btn {
	font-size: 12px;
	line-height: 18px;
	padding: 12px 18px;
}
}

@media (max-width: 1199px) {
.bottom-thumbnails.alt .btn-next {
	width: 30%;
	padding: 0 16px;
}
}

@media (max-width: 767px) {
.bottom-thumbnails.alt .btn-next {
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
}

.bottom-thumbnails.alt .btn-next .btn {
	font-size: 12px;
	line-height: 18px;
	padding: 12px 18px;
}
}


/* Expand Popup */
.choose-merch-modal .product-details {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	padding: 100px 24px 32px 24px;
}

.choose-merch-modal .product-details .heading-top {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Albert Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #808080;
	line-height: 22px;
	padding-bottom: 24px;
}

.choose-merch-modal .product-details .heading-top h2 {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #595A5C;
	line-height: 25px;
	letter-spacing: normal;
	padding: 0 0 16px 0;
}

.choose-merch-modal .product-details .heading-top h2:last-child {
	padding-bottom: 0;
}

.choose-merch-modal .product-details .heading-top .close-out {
	width: 20%;
	padding: 0 0 0 10px;
}

.choose-merch-modal .product-details .close {
	width: 32px;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 42px;
	right: 32px;
}

.choose-merch-modal .product-details .close img {
	width: 100%;
}

.choose-merch-modal .product-details .product-img .product-out {
	width: 100%;
	height: 246px;
	float: left;
	overflow: auto;
	overflow-x: hidden;
	padding: 0 15px 0 0;
	margin: 0 0 70px 0;
	position: relative;
}

.choose-merch-modal .product-details .product-img .product-out:last-child {
	margin-bottom: 0;
}

.choose-merch-modal .product-details .product-img .article-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px -20px -10px;
}

.choose-merch-modal .product-details .product-img .article-wrap .article {
	width: 33.33%;
	padding: 0 10px 20px 10px;
	margin: 0;
}

.choose-merch-modal .product-details .product-img .article-wrap .article .box {
	width: 100%;
	float: left;
	border-radius: 15px;
	box-shadow: rgba(87, 87, 225, 0.35) 0 5px 10px;
	position: relative;
	margin: 8px 0 0 0;
}

.choose-merch-modal .product-details .product-img .article-wrap .article .box .figure {
	width: 100%;
	float: left;
	text-align: center;
	border-radius: 15px;
	overflow: hidden;
}

.choose-merch-modal .product-details .product-img .article-wrap .article .box .figure img {
	width: 100%;
	border-radius: 15px;
}

.choose-merch-modal .product-details .product-img .article-wrap .article .box .icon-close {
	width: 24px;
	height: 24px;
	float: right;
	position: absolute;
	top: -8px;
	right: 0;
}

.choose-merch-modal .product-details .product-img .article-wrap .article .box .icon-close a {
	width: 24px;
	height: 24px;
	float: left;
	font-weight: inherit;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	background: #FF3333;
	border-radius: 360px;
}

.choose-merch-modal .product-details .product-img .bottom-btns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -6px -12px -6px;
}

.choose-merch-modal .product-details .product-img .bottom-btns .btn-out {
	width: auto;
	float: left;
	padding: 0;
	margin: 0 6px 12px 6px;
}

.choose-merch-modal .product-details .product-img .bottom-btns .btn {
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	letter-spacing: normal;
	text-transform: none;
	background: none;
	border: none;
	box-shadow: inset #000000 0 0 0 1px;
	padding: 12px 24px;
}

.choose-merch-modal .product-details .product-img .bottom-btns .btn:hover,
.choose-merch-modal .product-details .product-img .bottom-btns .btn:focus,
.choose-merch-modal .product-details .product-img .bottom-btns .btn:active,
.choose-merch-modal .product-details .product-img .bottom-btns .btn:active:focus,
.choose-merch-modal .product-details .product-img .bottom-btns .btn.active,
.choose-merch-modal .product-details .product-img .bottom-btns .btn.active:focus {
	color: #ffffff;
}

.choose-merch-modal .product-details .product-img .bottom-btns .btn::before {
	background: #000000;
}

.choose-merch-modal .product-details .product-img .bottom-btns .btn-blue {
	color: #ffffff;
	background: #5757FF;
	box-shadow: none;
}

.choose-merch-modal .product-details .product-img .bottom-btns .btn-blue::before {
	background: #333399;
}

@media (max-width: 767px) {
.choose-merch-modal .product-details .close {
	width: 24px;
	right: 24px;
}

.choose-merch-modal .product-details .product-img .product-out {
	margin: 0 0 40px 0;
}

.choose-merch-modal .product-details .product-img .article-wrap {
	margin: 0 -10px -20px -10px;
}

.choose-merch-modal .product-details .product-img .article-wrap .article {
	width: 50%;
	padding: 0 10px 20px 10px;
}
}


/*= Modal */
.choose-merch-modal {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 768px) {
.choose-merch-modal .modal-dialog {
	max-width: 720px;
}
}

@media (min-width: 992px) {
.choose-merch-modal .modal-dialog {
	max-width: 832px;
}
}

/*= Modal - Content */
.choose-merch-modal .modal-content {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	position: relative;
	padding: 0;
}


/*= Storefront - Buttons */
.storefront-buttons-out {
	width: 100%;
	height: 100%;
	float: left;
	display: none;
	background: rgba(0, 0, 0, 0.2);
	padding: 110px 32px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.storefront-buttons-out .box {
	width: 100%;
	height: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: end;
	justify-content: right;
}

.storefront-buttons {
	width: 100%;
	max-width: 453px;
	float: right;
	background: #F5F5F5;
	border-radius: 32px;
	padding: 24px 24px;
}

.storefront-buttons h2,
.storefront-buttons .h2 {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #595A5C;
	line-height: 20px;
	padding-bottom: 24px;
}

.storefront-buttons h2:last-child,
.storefront-buttons .h2:last-child {
	padding-bottom: 0;
}

.storefront-buttons .btn {
	width: 100%;
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: normal;
	background: #5757ff;
	padding: 24px 32px;
}

.storefront-buttons .button-wrap {
	width: 100%;
	float: left;
}

.storefront-buttons .button-out {
	width: 100%;
	padding: 0;
	margin: 0 0 24px 0;
}

.storefront-buttons .button-out:last-child {
	margin-bottom: 0;
}


/*= Storefront - Modal */
.storefront-modal {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.storefront-modal .heading-top {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Albert Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #808080;
	line-height: 22px;
	padding-bottom: 24px;
}

.storefront-modal .heading-top h2 {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #595A5C;
	line-height: 25px;
	letter-spacing: normal;
	padding: 0 0 24px 0;
}

.storefront-modal .heading-top h2:last-child {
	padding-bottom: 0;
}

.storefront-modal .heading-top .close-out {
	width: 20%;
	padding: 0 0 0 10px;
}

.storefront-modal .close {
	width: 32px;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 42px;
	right: 32px;
}

.storefront-modal .close img {
	width: 100%;
}

.storefront-modal .form-field {
	width: 100%;
	float: left;
}

.storefront-modal .form-field form {
	width: 100%;
	float: left;
}

.storefront-modal .form-field select,
.storefront-modal .form-field textarea,
.storefront-modal .form-field input[type="text"],
.storefront-modal .form-field input[type="password"],
.storefront-modal .form-field input[type="datetime"],
.storefront-modal .form-field input[type="datetime-local"],
.storefront-modal .form-field input[type="date"],
.storefront-modal .form-field input[type="month"],
.storefront-modal .form-field input[type="time"],
.storefront-modal .form-field input[type="week"],
.storefront-modal .form-field input[type="number"],
.storefront-modal .form-field input[type="email"],
.storefront-modal .form-field input[type="url"],
.storefront-modal .form-field input[type="search"],
.storefront-modal .form-field input[type="tel"],
.storefront-modal .form-field input[type="color"],
.storefront-modal .form-field .uneditable-input {
	width: 100%;
	height: 60px;
	font-family: "Albert Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #F6F5FF;
	border: none;
	border-radius: 10px;
	padding: 15px 25px;
}

.storefront-modal .form-field ::-webkit-input-placeholder,
.storefront-modal .form-field ::-webkit-textarea-placeholder {
	color: #595A5C;
}

.storefront-modal .form-field input::-moz-placeholder,
.storefront-modal .form-field textarea::-moz-placeholder {
	color: #595A5C;
}

.storefront-modal .form-field ::-moz-placeholder {
	color: #595A5C;
}

.storefront-modal .form-field ::-ms-input-placeholder {
	color: #595A5C;
}

.storefront-modal .form-field .btn {
	width: 100%;
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: normal;
	padding: 14px 32px;
}

@media (max-width: 767px) {
.storefront-modal .close {
	width: 24px;
	right: 24px;
}
}


/*= Modal */
.storefront-merch-modal1 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.storefront-merch-modal1 .modal-content {
	min-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	padding: 100px 24px 32px 24px;
}

@media (min-width: 768px) {
.storefront-merch-modal1 .modal-dialog {
	max-width: 620px;
}
}


/*= Storefront - Modal */
.storefront-modal2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.storefront-modal2 .heading-top {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Albert Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #808080;
	line-height: 22px;
	padding-bottom: 24px;
}

.storefront-modal2 .heading-top h2 {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 20px;
	color: #595A5C;
	line-height: 25px;
	letter-spacing: normal;
	padding: 0 0 8px 0;
}

.storefront-modal2 .heading-top h2:last-child {
	padding-bottom: 0;
}

.storefront-modal2 .heading-top .close-out {
	width: 20%;
	padding: 0 0 0 10px;
}

.storefront-modal2 .close {
	width: 32px;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 42px;
	right: 32px;
}

.storefront-modal2 .close img {
	width: 100%;
}

.storefront-modal2 ul {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 24px 0;
	margin: 0;
}

.storefront-modal2 ul:last-child {
	padding-bottom: 0;
}

.storefront-modal2 ul li {
	width: 100%;
	padding: 0;
	margin: 0 0 14px 0;

}

.storefront-modal2 ul li:last-child {
	margin-bottom: 0;
}

.storefront-modal2 ul li:before {
	display: none;
}

.storefront-modal2 ul li a {
	width: 100%;
	float: left;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #27272E;
	line-height: 22px;
	background: #ffffff;
	box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
	filter: drop-shadow(0px 0px 1px rgba(12, 26, 75, 0.24));
	border-radius: 8px;
	position: relative;
	padding: 30px 30px 30px 80px;
}

.storefront-modal2 ul li a:before {
	content: "\ 09";
	width: 48px;
	height: 48px;
	float: left;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	background: #4C6FFF;
	border-radius: 360px;
	position: absolute;
	top: 50%;
	left: 17px;
	transform: translate(0, -50%);
}

.storefront-modal2 ul li.active a {
	box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05), inset 0 0 0 2px #5757FF;
}

.storefront-modal2 .button-wrap {
	width: 100%;
	float: left;
}

.storefront-modal2 .button-wrap .btn {
	width: 100%;
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-size: 16px;
	color: #333399;
	line-height: 22px;
	letter-spacing: normal;
	box-shadow: inset #5757FF 0 0 0 1px;
	padding: 14px 32px;
}

.storefront-modal2 .button-wrap .btn::before,
.storefront-modal2 .button-wrap .button::before {
	background: #5757FF;
}

.storefront-modal2 .button-wrap .btn em,
.storefront-modal2 .button-wrap .button em {
	font-size: 125%;
	position: relative;
	top: 1px;
	margin: 0;
}

.storefront-modal2 .button-wrap .btn:hover,
.storefront-modal2 .button-wrap .btn:focus,
.storefront-modal2 .button-wrap .btn:active,
.storefront-modal2 .button-wrap .btn:active:focus,
.storefront-modal2 .button-wrap .btn.active,
.storefront-modal2 .button-wrap .btn.active:focus,
.storefront-modal2 .button-wrap .button:hover,
.storefront-modal2 .button-wrap .button:focus,
.storefront-modal2 .button-wrap .button:active,
.storefront-modal2 .button-wrap .button:active:focus,
.storefront-modal2 .button-wrap .button.active,
.storefront-modal2 .button-wrap .button.active:focus {
	color: #ffffff;
}

.storefront-modal2 .button-wrap .btn-blue,
.storefront-modal2 .button-wrap .button.btn-blue {
	color: #ffffff;
}

.storefront-modal2 .button-wrap .btn-blue::before,
.storefront-modal2 .button-wrap .button.btn-blue::before {
	background: #8F0CED;
}

.storefront-modal2 .button-wrap .button-out {
	width: 100%;
	float: left;
	margin: 0 0 16px 0;
}

.storefront-modal2 .button-wrap .button-out:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
.storefront-modal2 .close {
	width: 24px;
	right: 24px;
}
}


/*= Modal */
.storefront-merch-modal2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.storefront-merch-modal2 .modal-content {
	min-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	padding: 100px 24px 32px 24px;
}

@media (min-width: 768px) {
.storefront-merch-modal2 .modal-dialog {
	max-width: 658px;
}
}


/* Storefront Page */

/* Store - Cont */
.store-cont {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 100px 0;
}

.store-cont h1,
.store-cont .h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 31px;
	color: #595A5C;
	line-height: 39px;
	margin-bottom: 44px;
}

.store-cont h1:last-child,
.store-cont .h1:last-child {
	margin-bottom: 0;
}

.store-cont .inner-cont {
	width: 100%;
	max-width: 640px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.store-cont .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 44px;
}

.store-cont .figure:last-child {
	margin-bottom: 0;
}

.store-cont .figure img {
	max-width: 100%;
}

.store-cont .box {
	width: 100%;
	max-width: 412px;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Albert Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #808080;
	line-height: 19px;
	background: #F6F5FF;
	border-radius: 32px;
	padding: 24px 24px;
}

.store-cont .box a {
	color: #5757FF;
	text-decoration: underline;
}

.store-cont .box a:hover,
.store-cont .box a:focus,
.store-cont .box a:active {
	color: #8f0ced;
}

@media (max-width: 1199px) {
.store-cont {
	padding: 70px 0;
}
}

@media (max-width: 767px) {
.store-cont {
	padding: 50px 0;
}

.store-cont h1,
.store-cont .h1 {
	margin-bottom: 32px;
}

.store-cont .figure {
	margin-bottom: 32px;
}
}


/* Congrats Page */

/* Congrats - Cont */
.congrats-cont {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 100px 0;
}

.congrats-cont .inner-cont {
	width: 100%;
	max-width: 610px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.congrats-cont .box {
	width: 100%;
	float: left;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #808080;
	line-height: 29px;
	background: #FFFFFF;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
	border-radius: 32px;
	padding: 32px 32px;
	margin: 0 0 12px 0;
}

.congrats-cont .box h1,
.congrats-cont .box .h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	font-size: 56px;
	color: #333399;
	line-height: 71px;
	padding-bottom: 8px;
}

.congrats-cont .box h1:last-child,
.congrats-cont .box .h1:last-child {
	padding-bottom: 0;
}

.congrats-cont .box p {
	padding-bottom: 20px;
}

.congrats-cont .box p:last-child {
	padding-bottom: 0;
}

.congrats-cont .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.congrats-cont .box .figure img {
	max-width: 100%;
}

.congrats-cont .bottom-btns .btn {
	width: 100%;
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-size: 16px;
	color: #333399;
	line-height: 22px;
	letter-spacing: normal;
	text-transform: none;
	background: none;
	border: none;
	box-shadow: inset #5757FF 0 0 0 1px;
	padding: 14px 24px;
}

.congrats-cont .bottom-btns .btn:hover,
.congrats-cont .bottom-btns .btn:focus,
.congrats-cont .bottom-btns .btn:active,
.congrats-cont .bottom-btns.btn:active:focus,
.congrats-cont .bottom-btns .btn.active,
.congrats-cont .bottom-btns .btn.active:focus {
	color: #ffffff;
}

.congrats-cont .bottom-btns .btn::before {
	background: #5757FF;
}

.congrats-cont .bottom-btns .btn-blue {
	color: #ffffff;
	background: #5757FF;
	box-shadow: none;
}

.congrats-cont .bottom-btns .btn-blue::before {
	background: #333399;
}

.congrats-cont .bottom-btns .btn-out {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}

.congrats-cont .bottom-btns .btn-out:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
.congrats-cont {
	padding: 70px 0;
}

.congrats-cont .box {
	font-size: 22px;
	line-height: 28px;
}

.congrats-cont .box h1,
.congrats-cont .box .h1 {
	font-size: 48px;
	line-height: 64px;
}
}

@media (max-width: 767px) {
.congrats-cont {
	padding: 60px 0;
}

.congrats-cont .box {
	font-size: 20px;
	line-height: 26px;
}

.congrats-cont .box h1,
.congrats-cont .box .h1 {
	font-size: 40px;
	line-height: 56px;
}
}



/* My Storefront Pages */


/* Storefront - BG */
.storefront-bg {
	background: url(../png/storefront-bg.png) no-repeat top left;
	background-size: 100% auto;
}


/* Footer */
.storefront-footer {
	background: #ffffff;
	border-top: 1px solid #F6F5FF;
}


/* Storefront - Pagination */
.storefront-pagination {
	width: 100%;
	float: left;
}

.storefront-pagination .pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.storefront-pagination .pagination .select-page {
	width: 85px;
	float: left;
	margin-right: 16px;
}

.storefront-pagination .pagination .select-page select {
	width: 100%;
	height: 48px;
	font-family: "Albert Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #282828;
	line-height: 20px;
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	background: none;
	background-image: url(../png/select-arrow-down-2.png);
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: top 13px right 22px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 32px;
	padding-bottom: 0;
}

.storefront-pagination .pagination select::-ms-expand {
	display: none;
}

.storefront-pagination .pagination select.colorize option:not([disabled]) {
	color: #282828;
}

.storefront-pagination .pagination select.colorize option.def:not([disabled]),
.storefront-pagination .pagination select.colorize.empty:not([disabled]) {
	color: #282828;
}


.storefront-pagination .pagination .page {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 10px;
}

.storefront-pagination .pagination .page .number {
	width: 56px;
	float: left;
	font-family: "Albert Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #282828;
	line-height: 20px;
	text-align: center;
	padding: 0 8px;
}

.storefront-pagination .pagination .page .arrow-prev,
.storefront-pagination .pagination .page .arrow-next {
	width: 8px;
	height: 9px;
	float: left;
}

.storefront-pagination .pagination .page .arrow-prev img,
.storefront-pagination .pagination .page .arrow-next img {
	max-height: 9px;
	vertical-align: top;
}


/* Product - Tabs */
.store-product-tabs {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.store-product-tabs .container {
	max-width: 1410px;
}

.store-product-tabs .row-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.store-product-tabs .row-box h2,
.store-product-tabs .row-box .h2 {
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #595A5C;
	line-height: 29px;
	padding-bottom: 24px;
}

.store-product-tabs .left-cl {
	width: 25.80%;
	padding: 0 16px;
}

.store-product-tabs .left-cl .box {
	width: 100%;
	float: left;
	background: #F5F4FD;
	border-radius: 16px;
	padding: 24px 24px;
}

.store-product-tabs .left-cl .box ul {
	width: 100%;
	float: left;
	padding: 0 0 16px 0;
	margin: 0;
}

.store-product-tabs .left-cl .box ul:last-child {
	padding-bottom: 0;
}

.store-product-tabs .left-cl .box ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 8px 0;
}

.store-product-tabs .left-cl .box ul li:last-child {
	margin-bottom: 0;
}

.store-product-tabs .left-cl .box ul li:before {
	display: none;
}

.store-product-tabs .left-cl .box ul li a {
	width: 100%;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background: #ffffff;
	border-radius: 360px;
	padding: 10px 12px;
}

.store-product-tabs .left-cl .box .icon {
	width: 52px;
	height: 52px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #F5F4FD;
	border-radius: 360px;
	margin-right: -52px;
}

.store-product-tabs .left-cl .box .aside {
	width: 100%;
	float: left;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #595A5C;
	line-height: 14px;
	padding: 0 0 0 60px;
}

.store-product-tabs .left-cl .box .aside h4,
.store-product-tabs .left-cl .box .aside .h4 {
	font-family: "Roboto Mono", monospace;
	font-weight: 500;
	font-size: 14px;
	color: #372585;
	line-height: 22px;
	padding-bottom: 4px;
}


.store-product-tabs .right-cl {
	width: 74.20%;
	padding: 0 16px;
}

.store-product-tabs .right-cl .tab-links-wrap {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0 24px 0;
}

.store-product-tabs .right-cl .tab-links-wrap:last-child {
	padding-bottom: 0;
}


.store-product-tabs .right-cl .tab-links3 {
	width: 100%;
	float: left;
	padding: 0 312px 0 0;
}

.store-product-tabs .right-cl .tab-links3 ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -16px -8px -16px;
}

.store-product-tabs .right-cl .tab-links3 ul li {
	float: left;
	padding: 0;
	margin: 0 16px 8px 16px;
}

.store-product-tabs .right-cl .tab-links3 ul li:before {
	display: none;
}

.store-product-tabs .right-cl .tab-links3 ul li a {
	float: left;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #282828;
	line-height: 20px;
	text-decoration: none;
	padding: 10px 0;
}

.store-product-tabs .right-cl .tab-links3 ul li a:hover,
.store-product-tabs .right-cl .tab-links3 ul li a:focus,
.store-product-tabs .right-cl .tab-links3 ul li a.active {
	color: #282828;
	box-shadow: #5757FF inset 0 -2px 0 0;
}


.store-product-tabs .right-cl .profile {
	width: 280px;
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -280px;
	position: relative;
	z-index: 10;
	padding: 0 0 0 36px;
}

.store-product-tabs .right-cl .profile .icon {
	width: 52px;
	float: left;
	margin-right: -52px;
	position: relative;
	z-index: 5;
}

.store-product-tabs .right-cl .profile .icon img {
	width: 100%;
}

.store-product-tabs .right-cl .profile .name {
	width: 100%;
	float: left;
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #5757FF;
	line-height: 20px;
	padding: 0 0 0 68px;
}


.store-product-tabs .right-cl .tab-content {
	width: 100%;
	float: left;
	background: #F5F4FD;
	border-radius: 16px;
	padding: 24px 24px;
}


.store-product-tabs h2 {
	font-family: "Albert Sans", monospace;
	font-weight: 500;
	font-size: 24px;
	color: #595A5C;
	line-height: 28px;
	padding-bottom: 10px;
}

.store-product-tabs h2:last-child {
	padding-bottom: 0;
}

.store-product-tabs .breadcrumb {
	font-family: "Albert Sans", monospace;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0 0 10px 0;
	margin: 0;
}

.store-product-tabs .breadcrumb:last-child {
	padding-bottom: 0;
}

.store-product-tabs .breadcrumb ul {
	margin: 0 -8px -12px -8px;
}

.store-product-tabs .breadcrumb ul li {
	padding: 0 27px 0 0;
	margin: 0 8px 12px 8px;
}

.store-product-tabs .breadcrumb ul li:after {
	font-weight: 900;
	font-size: 17px;
}

.store-product-tabs .breadcrumb ul li a {
	font-weight: 500;
}

.store-product-tabs .breadcrumb ul li a:hover {
	text-decoration: underline;
}


.store-product-tabs .breadcrumb-wrap {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 51px 16px 0;
}

.store-product-tabs .breadcrumb-wrap:last-child {
	padding-bottom: 0;
}

.store-product-tabs .breadcrumb-wrap .breadcrumb {
	padding-bottom: 0;
}


.store-product-tabs .breadcrumb-wrap .check-options {
	width: 43px;
	float: left;
	position: absolute;
	top: 4px;
	right: 0;
}

.store-product-tabs .breadcrumb-wrap .check-options input[type=checkbox],
.store-product-tabs .breadcrumb-wrap .check-options input[type=radio] {
	display: none;
}

.store-product-tabs .breadcrumb-wrap .check-options label {
	width: 43px;
	min-height: 23px;
	text-indent: -99999px;
	padding: 0;
	margin: 0;
}

.store-product-tabs .breadcrumb-wrap .check-options label:before {
	content: "";
	display: block;
	width: 43px;
	height: 23px;
	float: left;
	background-repeat: no-repeat;
	background-size: 43px auto;
	border-radius: 0;
	position: absolute;
	top: 1px;
	right: auto;
	left: 0;
	z-index: 1;
}

.store-product-tabs .breadcrumb-wrap .check-options input[type=checkbox]+label:before {
	background-image: url(../png/checkbox-7.png);
	background-position: top;
}

.store-product-tabs .breadcrumb-wrap .check-options input[type=checkbox]:checked+label:before,
.store-product-tabs .breadcrumb-wrap .check-options input[type=checkbox]:checked+label:focus:before {
	background-image: url(../png/checkbox-7.png);
	background-position: bottom;
}

@media (max-width: 1199px) {
.store-product-tabs .left-cl {
	width: 36%;
}

.store-product-tabs .right-cl {
	width: 64%;
}

.store-product-tabs .right-cl .tab-links3 {
	order: 2;
	padding: 0;
}

.store-product-tabs .right-cl .profile {
	width: 100%;
	order: 1;
	margin-left: 0;
	padding: 0 0 16px 0;
}
}

@media (max-width: 991px) {
.store-product-tabs .row-box {
	margin: 0;
}

.store-product-tabs .left-cl {
	width: 100%;
	padding: 0 0 40px 0;
}

.store-product-tabs .left-cl:last-child {
	padding-bottom: 0;
}

.store-product-tabs .right-cl {
	width: 100%;
	padding: 0;
}
}

@media (max-width: 767px) {
.store-product-tabs .container {
	max-width: 640px;
}

.store-product-tabs .left-cl .box {
	border-radius: 12px;
	padding: 20px 20px;
}

.store-product-tabs .right-cl .tab-content {
	border-radius: 12px;
	padding: 20px 20px;
}

.store-product-tabs .right-cl .tab-links3 ul {
	margin: 0 -8px -8px -8px;
}

.store-product-tabs .right-cl .tab-links3 ul li {
	margin: 0 8px 8px 8px;
}
}


/* Store - Details */
.store-details {
	width: 100%;
	float: left;
	padding-bottom: 16px;
}

.store-details:last-child {
	padding-bottom: 0;
}

.store-details .form-field {
	width: 100%;
	max-width: 640px;
	float: left;
}

.store-details .form-field h3,
.store-details .form-field .h3 {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #5757FF;
	line-height: 20px;
	padding-bottom: 16px;
}

.store-details .form-field h3:last-child,
.store-details .form-field .h3:last-child {
	padding-bottom: 0;
}

.store-details .form-field ul {
	width: 100%;
	float: left;
	padding: 0 0 16px 0;
	margin: 0 0 -16px 0;
}

.store-details .form-field ul:last-child {
	padding-bottom: 0;
}

.store-details .form-field ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 0 16px 0;
}

.store-details .form-field ul li:before {
	display: none;
}

.store-details .form-field label {
	width: 165px;
	float: left;
	font-family: "Albert Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	position: relative;
	z-index: 5;
	padding: 0 10px;
	margin: 0 -165px 0 0;
}

.store-details .form-field select,
.store-details .form-field textarea,
.store-details .form-field input[type="text"],
.store-details .form-field input[type="password"],
.store-details .form-field input[type="datetime"],
.store-details .form-field input[type="datetime-local"],
.store-details .form-field input[type="date"],
.store-details .form-field input[type="month"],
.store-details .form-field input[type="time"],
.store-details .form-field input[type="week"],
.store-details .form-field input[type="number"],
.store-details .form-field input[type="email"],
.store-details .form-field input[type="url"],
.store-details .form-field input[type="search"],
.store-details .form-field input[type="tel"],
.store-details .form-field input[type="color"],
.store-details .form-field .uneditable-input {
	height: 54px;
	font-family: "Roboto Mono", monospace;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	border: 1px solid #5757FF;
	border-radius: 4px;
	padding: 16px 112px 16px 16px;
}

.store-details .form-field textarea {
	height: 208px;
	border-radius: 4px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.store-details .form-field ::-webkit-input-placeholder,
.store-details .form-field ::-webkit-textarea-placeholder {
	color: #000000;
}

.store-details .form-field input::-moz-placeholder,
.store-details .form-field textarea::-moz-placeholder {
	color: #000000;
}

.store-details .form-field ::-moz-placeholder {
	color: #000000;
}

.store-details .form-field ::-ms-input-placeholder {
	color: #000000;
}

.store-details .form-field select:focus,
.store-details .form-field textarea:focus,
.store-details .form-field input[type="text"]:focus,
.store-details .form-field input[type="password"]:focus,
.store-details .form-field input[type="datetime"]:focus,
.store-details .form-field input[type="datetime-local"]:focus,
.store-details .form-field input[type="date"]:focus,
.store-details .form-field input[type="month"]:focus,
.store-details .form-field input[type="time"]:focus,
.store-details .form-field input[type="week"]:focus,
.store-details .form-field input[type="number"]:focus,
.store-details .form-field input[type="email"]:focus,
.store-details .form-field input[type="url"]:focus,
.store-details .form-field input[type="search"]:focus,
.store-details .form-field input[type="tel"]:focus,
.store-details .form-field input[type="color"]:focus,
.store-details .form-field .uneditable-input:focus {
	border-color: #000000;
}

.store-details .form-field .input-with-txt {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 165px;
}

.store-details .form-field .max-char {
	float: right;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #808080;
	line-height: 20px;
	position: absolute;
	bottom: 17px;
	right: 16px;
}

.store-details .form-field .btn-out {
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
}

.store-details .form-field .btn-out .btn,
.store-details .form-field .btn-out .button,
.store-details .form-field .btn-out input[type="button"],
.store-details .form-field .btn-out input[type="submit"] {
	min-width: 162px;
	font-family: "Roboto Mono", monospace;
	letter-spacing: 0.1em;
	padding: 16px 24px;
}

.store-details.alt .form-field textarea {
	height: 490px;
}

.store-details .size-variant {
	width: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.store-details .size-variant .size {
	width: 100%;
	float: left;
	padding: 0 0 0 165px;
}

.store-details .size-variant .size ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -4px -8px -4px;
}

.store-details .size-variant .size ul li {
	float: left;
	padding: 0 4px 8px 4px;
	margin: 0;
}

.store-details .size-variant .size ul li:before {
	display: none;
}

.store-details .size-variant .size ul li a {
	float: left;
	font-weight: 500;
	font-size: 14px;
	color: #5757FF;
	line-height: 22px;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #5757FF;
	border-radius: 360px;
	padding: 4px 16px;
}

.store-details .size-variant .size ul li a.selected {
	color: #ffffff;
	background: #5757FF;
}


@media (max-width: 1199px) {
.store-details .form-field label {
	width: 100%;
	padding: 0 0 12px 0;
	margin: 0;
}

.store-details .form-field .input-with-txt {
	padding: 0;
}

.store-details .size-variant .size {
	padding: 0;
}
}

@media (max-width: 991px) {
.store-details.alt .form-field textarea {
	height: 345px;
}
}

@media (max-width: 767px) {
.store-details .form-field textarea {
	height: 450px;
}


.store-details.alt .form-field textarea {
	height: 1090px;
}
}


/* Store - Collection */
.store-collection {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.store-collection h2 {
	font-family: "Albert Sans", monospace;
	font-weight: 500;
	font-size: 24px;
	color: #595a5c;
	line-height: 28px;
	padding-bottom: 10px;
}

.store-collection h2:last-child {
	padding-bottom: 0;
}

.store-collection .breadcrumb-out {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 16px;
}

.store-collection .breadcrumb-out:last-child {
	padding-bottom: 0;
}

.store-collection .breadcrumb-out .breadcrumb {
	width: 75%;
	float: left;
	padding: 0 32px 0 0;
	margin: 0;
}

.store-collection .breadcrumb-out .btn-out {
	width: 25%;
	float: left;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.store-collection .breadcrumb-out .btn-out .btn {
	width: 100%;
	border-radius: 4px;
	padding: 16px 0;
}

.store-collection .btns-out {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 16px;
	margin: 0 -8px -16px -8px;
}

.store-collection .btns-out:last-child {
	padding-bottom: 0;
}

.store-collection .btns-out .btn {
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	letter-spacing: normal;
	text-transform: none;
	box-shadow: inset #000000 0 0 0 1px;
	border-radius: 4px;
	padding: 12px 48px;
	margin: 0 8px 16px 8px;
}

.store-collection .btns-out .btn:before {
	background: #000000;
}

.store-collection .btns-out .btn:hover,
.store-collection .btns-out .btn:focus,
.store-collection .btns-out .btn:active {
	color: #ffffff;
}

.store-collection .table-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto", monospace;
	font-weight: 400;
	font-size: 12px;
	color: #141414;
	line-height: 18px;
}

.store-collection .table-cont .name {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto Mono", monospace;
	font-weight: 500;
	font-size: 14px;
	color: #372585;
	margin-bottom: 8px;
}

.store-collection .table-cont .name:last-child {
	margin-bottom: 0;
}

.store-collection .table-cont .name a {
	color: #372585;
	text-decoration: none;
}

.store-collection .table-cont .name a:hover,
.store-collection .table-cont .name a:focus,
.store-collection .table-cont .name a:active {
	color: #372585;
	text-decoration: underline;
}

.store-collection .table-cont .items-wrap {
	max-width: 570px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -4px -8px -4px;
}

.store-collection .table-cont .items-wrap .item {
	width: 16.66666666666667%;
	float: left;
	padding: 0 4px 8px 4px;
}

.store-collection .table-cont .items-wrap .item img {
	width: 100%;
}

.store-collection .table-cont .items-wrap .item .inn {
	width: 100%;
	float: left;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
}

.store-collection .table-cont .table-row {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.store-collection .table-cont .table-row .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	padding: 16px 0;
	margin: 0 0 -16px 0;
}

.store-collection .table-cont .table-row .box .table-col {
	width: 100%;
	float: left;
	padding: 0 10px 16px 10px;
}

.store-collection .table-cont .table-row .box .table-col:nth-child(1) {
	width: 10%;
	text-align: center;
}

.store-collection .table-cont .table-row .box .table-col:nth-child(2) {
	width: 19.5%;
}

.store-collection .table-cont .table-row .box .table-col:nth-child(3) {
	width: 70.5%;
}

.store-collection .table-cont .table-row .box:hover,
.store-collection .table-cont .table-row .box:focus,
.store-collection .table-cont .table-row .box:active {
	background: #e5e5e5;
}

.store-collection .table-cont .table-row .box:hover .name,
.store-collection .table-cont .table-row .box:focus .name,
.store-collection .table-cont .table-row .box:active .name {
	text-decoration: underline;
}

.store-collection .table-cont2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto", monospace;
	font-weight: 400;
	font-size: 12px;
	color: #141414;
	line-height: 18px;
}

.store-collection .table-cont2 .name {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto Mono", monospace;
	font-weight: 500;
	font-size: 14px;
	color: #372585;
	margin-bottom: 8px;
}

.store-collection .table-cont2 .name:last-child {
	margin-bottom: 0;
}

.store-collection .table-cont2 .name a {
	color: #372585;
	text-decoration: none;
}

.store-collection .table-cont2 .name a:hover,
.store-collection .table-cont2 .name a:focus,
.store-collection .table-cont2 .name a:active {
	color: #372585;
	text-decoration: underline;
}

.store-collection .table-cont2 .figure {
	width: 100%;
	overflow: hidden;
}

.store-collection .table-cont2 .figure img {
	width: 100%;
}

.store-collection .table-cont2 .col-inn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -8px -16px -8px;
}

.store-collection .table-cont2 .col-inn>div {
	width: 100%;
	float: left;
	padding: 0 8px 16px 8px;
}

.store-collection .table-cont2 .col-inn .figure {
	width: 19%;
	float: left;
}

.store-collection .table-cont2 .col-inn .name {
	width: 71%;
	float: left;
}

.store-collection .table-cont2 .btn-sts {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #141414;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	background: #68e0b1;
	border-radius: 900px;
	overflow: hidden;
	padding: 4px 12px;
}

.store-collection .table-cont2 .check-options {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.store-collection .table-cont2 .check-options input[type="checkbox"] {
	display: none;
}

.store-collection .table-cont2 .check-options label {
	width: 24px;
	height: 23px;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.store-collection .table-cont2 .check-options label:before {
	content: "";
	display: block;
	width: 24px;
	height: 23px;
	float: left;
	background-repeat: no-repeat;
	background-size: 24px auto;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
	z-index: 1;
}

.store-collection .table-cont2 .check-options input[type="checkbox"]+label:before {
	background-image: url(../png/checkbox-5.png);
	background-position: top;
}

.store-collection .table-cont2 .check-options input[type="checkbox"]:checked+label:before,
.store-collection .table-cont2 .check-options input[type="checkbox"]:checked+label:focus:before {
	background-image: url(../png/checkbox-5.png);
	background-position: bottom;
}

.store-collection .table-cont2 .table-body {
	width: 100%;
	float: left;
}

.store-collection .table-cont2 .table-head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Albert Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #282828;
	line-height: 20px;
	background: #ecebff;
	border-radius: 4px;
	padding: 14px 0;
}

.store-collection .table-cont2 .table-head .sort {
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 20px;
	padding-left: 8px;
	margin-left: 19%;
}

.store-collection .table-cont2 .table-head .sort:after {
	content: "";
	width: 10px;
	height: 20px;
	background: url(../png/pagination-arrow.png) no-repeat center center;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.store-collection .table-cont2 .table-head .table-col {
	width: 100%;
	float: left;
	padding: 0 10px;
}

.store-collection .table-cont2 .table-head .table-col:nth-child(1) {
	width: 6%;
}

.store-collection .table-cont2 .table-head .table-col:nth-child(2) {
	width: 70%;
}

.store-collection .table-cont2 .table-head .table-col:nth-child(3) {
	width: 24%;
	text-align: right;
}

.store-collection .table-cont2 .table-row {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.store-collection .table-cont2 .table-row .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	padding: 16px 0;
	margin: 0;
}

.store-collection .table-cont2 .table-row .box .table-col {
	width: 100%;
	float: left;
	padding: 0 10px;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(1) {
	width: 6%;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(2) {
	width: 70%;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(3) {
	width: 24%;
	text-align: right;
}

.store-collection .table-cont2 .table-row .box:hover,
.store-collection .table-cont2 .table-row .box:focus,
.store-collection .table-cont2 .table-row .box:active {
	background: #e5e5e5;
}

.store-collection .table-cont2 .table-row .box:hover .name,
.store-collection .table-cont2 .table-row .box:focus .name,
.store-collection .table-cont2 .table-row .box:active .name {
	text-decoration: underline;
}


.store-collection .storefront-pagination .pagination {
	justify-content: center;
	margin-top: 16px;
}

@media (max-width: 1199px) {
.store-collection .breadcrumb-out .breadcrumb {
	width: 100%;
	padding: 0 0 32px 0;
}

.store-collection .breadcrumb-out .btn-out {
	width: 33.33333333333333%;
	margin: 0 0 -46px 66.66666666666667%;
}

.store-collection .breadcrumb-out .btn-out .btn {
	font-size: 14px;
	line-height: 22px;
	padding: 12px 0;
}

.store-collection .btns-out {
	padding-right: 33.33333333333333%;
	margin: -15px 0 0 0;
}

.store-collection .btns-out .btn {
	width: 45%;
	padding: 12px 0;
	margin: 0 5% 0 0;
}

.store-collection .table-cont .table-row .box .table-col:nth-child(1) {
	width: 10%;
}

.store-collection .table-cont .table-row .box .table-col:nth-child(2) {
	width: 32%;
}

.store-collection .table-cont .table-row .box .table-col:nth-child(3) {
	width: 58%;
}

.store-collection .table-cont2 .table-head .table-col:nth-child(1) {
	width: 9%;
}

.store-collection .table-cont2 .table-head .table-col:nth-child(2) {
	width: 71%;
}

.store-collection .table-cont2 .table-head .table-col:nth-child(3) {
	width: 20%;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(1) {
	width: 9%;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(2) {
	width: 71%;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(3) {
	width: 20%;
}
}

@media (max-width: 991px) {
.store-collection .table-cont .table-row .box .table-col:nth-child(1) {
	width: 12%;
}

.store-collection .table-cont .table-row .box .table-col:nth-child(2) {
	width: 30%;
}

.store-collection .table-cont .table-row .box .table-col:nth-child(3) {
	width: 58%;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(1) {
	width: 7%;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(2) {
	width: 71%;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(3) {
	width: 22%;
}

.store-collection .table-cont2 .table-head .table-col:nth-child(1) {
	width: 7%;
}

.store-collection .table-cont2 .table-head .table-col:nth-child(2) {
	width: 71%;
}

.store-collection .table-cont2 .table-head .table-col:nth-child(3) {
	width: 22%;
}
}

@media (max-width: 767px) {
.store-collection h2 {
	font-size: 22px;
	line-height: 26px;
}

.store-collection .breadcrumb-out .breadcrumb {
	width: 100%;
	padding: 0 0 32px 0;
}

.store-collection .breadcrumb-out .btn-out {
	width: 100%;
	margin: 0;
}

.store-collection .breadcrumb-out .btn-out .btn {
	font-size: 16px;
	line-height: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.store-collection .btns-out {
	padding: 0 0 32px 0;
	margin: 0 -5% 0 0;
}

.store-collection .btns-out .btn {
	width: 45%;
	margin: 0 5% 0 0;
}

.store-collection .table-cont .table-row .box .table-col:nth-child(1) {
	width: 20%;
}

.store-collection .table-cont .table-row .box .table-col:nth-child(2) {
	width: 80%;
}

.store-collection .table-cont .table-row .box .table-col:nth-child(3) {
	width: 100%;
}

.store-collection .table-cont2 .check-options label {
	width: 20px;
	height: 19px;
}

.store-collection .table-cont2 .check-options label:before {
	width: 20px;
	height: 19px;
	background-size: 20px auto;
}

.store-collection .table-cont2 .table-head {
	font-size: 14px;
	line-height: 18px;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(1) {
	width: 10%;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(2) {
	width: 70%;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(3) {
	width: 20%;
}

.store-collection .table-cont2 .table-head .table-col:nth-child(1) {
	width: 10%;
}

.store-collection .table-cont2 .table-head .table-col:nth-child(2) {
	width: 70%;
}

.store-collection .table-cont2 .table-head .table-col:nth-child(3) {
	width: 20%;
}
}

@media (max-width: 479px) {
.store-collection .table-cont .items-wrap .item .inn {
	border-radius: 5px;
}

.store-collection .table-cont2 .col-inn .figure {
	width: 45%;
}

.store-collection .table-cont2 .col-inn .name {
	width: 55%;
}

.store-collection .table-cont2 .table-head .sort {
	margin-left: 25%;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(1) {
	width: 12%;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(2) {
	width: 57%;
}

.store-collection .table-cont2 .table-row .box .table-col:nth-child(3) {
	width: 30%;
}
}


/* Domain - Details */
.domain-details {
	width: 100%;
	max-width: 560px;
	float: left;
	font-weight: 500;
	font-size: 14px;
	color: #282828;
	line-height: 22px;
	padding: 0 0 16px 0;
}

.domain-details h3,
.domain-details .h3 {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #5757FF;
	line-height: 20px;
	padding-bottom: 16px;
}

.domain-details h3:last-child,
.domain-details .h3:last-child {
	padding-bottom: 0;
}

.domain-details p {
	padding-bottom: 24px;
}

.domain-details p:last-child {
	padding-bottom: 0;
}

.domain-details ul {
	padding: 0 0 0 32px;
}

.domain-details ul li {
	line-height: 32px;
	padding: 0 0 0 21px;
	margin: 0 0 4px 0;
}

.domain-details ul li:last-child {
	margin-bottom: 0;
}

.domain-details ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #282828;
	top: 8px;
}

.domain-details ul li span {
	display: inline;
	color: #ffffff;
	background: #282828;
	padding: 4px 8px;
}

.domain-details .search-form {
	width: 100%;
	float: left;
	padding: 0 0 16px 0;
}

.domain-details .search-form:last-child {
	padding-bottom: 0;
}

.domain-details .search-form label {
	font-family: "Roboto Mono", monospace;
	font-weight: 500;
	font-size: 14px;
	color: #595A5C;
	line-height: 22px;
	padding: 0 0 16px 0;
}

.domain-details .search-form form {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 86px 0 0;
}

.domain-details .search-form select,
.domain-details .search-form textarea,
.domain-details .search-form input[type="text"],
.domain-details .search-form input[type="password"],
.domain-details .search-form input[type="datetime"],
.domain-details .search-form input[type="datetime-local"],
.domain-details .search-form input[type="date"],
.domain-details .search-form input[type="month"],
.domain-details .search-form input[type="time"],
.domain-details .search-form input[type="week"],
.domain-details .search-form input[type="number"],
.domain-details .search-form input[type="email"],
.domain-details .search-form input[type="url"],
.domain-details .search-form input[type="search"],
.domain-details .search-form input[type="tel"],
.domain-details .search-form input[type="color"],
.domain-details .search-form .uneditable-input {
	height: 54px;
	font-family: "Roboto Mono", monospace;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	background: none;
	border: 1px solid #5757FF;
	border-radius: 4px;
	padding: 16px 16px;
}

.domain-details .search-form select.colorize option:not([disabled]) {
	color: #000000;
}

.domain-details .search-form select.colorize option.def:not([disabled]),
.domain-details .search-form select.colorize.empty:not([disabled]) {
	color: #000000;
}

.domain-details .search-form ::-webkit-input-placeholder,
.domain-details .search-form ::-webkit-textarea-placeholder {
	color: #000000;
}

.domain-details .search-form input::-moz-placeholder,
.domain-details .search-form textarea::-moz-placeholder {
	color: #000000;
}

.domain-details .search-form ::-moz-placeholder {
	color: #000000;
}

.domain-details .search-form ::-ms-input-placeholder {
	color: #000000;
}

.domain-details .search-form select:focus,
.domain-details .search-form textarea:focus,
.domain-details .search-form input[type="text"]:focus,
.domain-details .search-form input[type="password"]:focus,
.domain-details .search-form input[type="datetime"]:focus,
.domain-details .search-form input[type="datetime-local"]:focus,
.domain-details .search-form input[type="date"]:focus,
.domain-details .search-form input[type="month"]:focus,
.domain-details .search-form input[type="time"]:focus,
.domain-details .search-form input[type="week"]:focus,
.domain-details .search-form input[type="number"]:focus,
.domain-details .search-form input[type="email"]:focus,
.domain-details .search-form input[type="url"]:focus,
.domain-details .search-form input[type="search"]:focus,
.domain-details .search-form input[type="tel"]:focus,
.domain-details .search-form input[type="color"]:focus,
.domain-details .search-form .uneditable-input:focus {
	border-color: #000000;
}

.domain-details .search-form .btn,
.domain-details .search-form .button,
.domain-details .search-form input[type="button"],
.domain-details .search-form input[type="submit"] {
	width: 70px;
	height: 54px;
	float: right;
	font-size: 16px;
	color: #ffffff;
	line-height: 54px;
	background: #5757ff;
	box-shadow: none;
	border-radius: 4px;
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.domain-details .search-form .btn:hover,
.domain-details .search-form .btn:focus,
.domain-details .search-form .btn:active,
.domain-details .search-form .btn:active:focus,
.domain-details .search-form .btn.active,
.domain-details .search-form .btn.active:focus,
.domain-details .search-form .button:hover,
.domain-details .search-form .button:focus,
.domain-details .search-form .button:active,
.domain-details .search-form .button:active:focus,
.domain-details .search-form .button.active,
.domain-details .search-form .button.active:focus,
.domain-details .search-form input[type="button"]:hover,
.domain-details .search-form input[type="button"]:focus,
.domain-details .search-form input[type="button"]:active,
.domain-details .search-form input[type="button"]:active:focus,
.domain-details .search-form input[type="button"].active,
.domain-details .search-form input[type="button"].active:focus,
.domain-details .search-form input[type="submit"]:hover,
.domain-details .search-form input[type="submit"]:focus,
.domain-details .search-form input[type="submit"]:active,
.domain-details .search-form input[type="submit"]:active:focus,
.domain-details .search-form input[type="submit"].active,
.domain-details .search-form input[type="submit"].active:focus,
.domain-details .search-form .btn:not(:disabled):not(.disabled).active,
.domain-details .search-form .btn:not(:disabled):not(.disabled):active {
	background: #8F0CED;
}

.domain-details .box {
	width: 100%;
	float: left;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
	padding: 16px 16px;
	margin-bottom: 16px;
}

.domain-details .box:last-child {
	margin-bottom: 0;
}

.domain-details .box h3,
.domain-details .box .h3 {
	padding-bottom: 8px;
}

.domain-details .box h3:last-child,
.domain-details .box .h3:last-child {
	padding-bottom: 0;
}

.domain-details .box p {
	padding-bottom: 8px;
}

.domain-details .box p:last-child {
	padding-bottom: 0;
}


@media (max-width: 767px) {
.domain-details ul {
	padding: 0 0 0 16px;
}
}


/* Product - Slider */
.product-slider {
	width: 100%;
	float: left;
	border-bottom: 1px solid #E5E5EF;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.product-slider h3,
.product-slider .h3 {
	font-family: "Albert Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #5757FF;
	line-height: 20px;
	padding-bottom: 24px;
}

.product-slider h3:last-child,
.product-slider .h3:last-child {
	padding-bottom: 0;
}

.product-slider .item {
	width: 100%;
	float: left;
}

.product-slider .item .box {
	width: 100%;
	float: left;
	font-weight: inherit;
	font-size: 14px;
	color: inherit;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
}

.product-slider .item .box p {
	color: #372585;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	text-decoration: none;
}

.product-slider .item .box .figure {
	width: 100%;
	float: left;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 10px;
}

.product-slider .item .box .figure:last-child {
	margin-bottom: 0;
}

.product-slider .item .box .figure img {
	width: 100%;
	border-radius: 8px;
}

.product-slider .item .box:hover p,
.product-slider .item .box:focus p,
.product-slider .item .box:active p {
	color: #5757ff;
}

.product-slider .owl-nav button {
	width: 36px;
	height: 36px;
	text-indent: -999999px;
	background: none;
	border-radius: 0;
}

.product-slider .owl-nav button.owl-prev:before,
.product-slider .owl-nav button.owl-next:before {
	content: "";
	width: 36px;
	height: 36px;
	float: left;
	background: url(../png/arrow-left.png) no-repeat center center;
	background-size: 36px auto;
	position: absolute;
	top: 0;
	left: 0;
}

.product-slider .owl-nav button.owl-next:before {
	background-image: url(../png/arrow-right.png);
}

.product-slider .owl-carousel {
	padding: 0 60px;
}


/* Markups - Details */
.markups-details {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 20px;
}

.markups-details:last-child {
	padding-bottom: 0;
}

.markups-details h3 {
	font-family: "Albert Sans", monospace;
	font-weight: 700;
	font-size: 16px;
	color: #5757ff;
	line-height: 20px;
	padding-bottom: 32px;
}

.markups-details h3:last-child {
	padding-bottom: 0;
}

.markups-details .row-wrap {
	width: 100%;
	float: left; 
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 26px;
	margin-bottom: 26px;
}

.markups-details .row-wrap:last-child {
	margin-bottom: 0;
}

.markups-details .row-wrap .size-col {
	width: 64px;
	height: 64px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-family: "Roboto Mono", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #5757ff;
	line-height: 22px;
	text-transform: uppercase;
	background: #ffffff; 
	border: 1px solid #5757ff;
	border-radius: 900px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 -64px 0 0;
}

.markups-details .row-wrap .input-col {
	width: 100%;
	float: left; 
	padding: 0 0 0 90px;
}

.markups-details .row-wrap .items-wrap { 
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px -20px -10px;
}

.markups-details .row-wrap .items-wrap .item { 
	width: 25%; 
	float: left;
	padding: 0 10px 20px 10px;
}

.markups-details .row-wrap .items-wrap .item label { 
	width: 100%; 
	float: left;
	font-family: "Albert Sans", monospace;
	font-weight: 500;
	font-size: 14px;
	color: #5757ff;
	line-height: 18px;
	padding: 0 0 4px 0;
	margin: 0;
}

.markups-details .row-wrap .items-wrap .item input { 
	width: 100%;
	height: 39px; 
	float: left;
	font-family: "Albert Sans", monospace;
	font-weight: 600;
	font-size: 16px;
	color: #282828;
	line-height: 20px;
	background: none;
	border: 1px solid #808080;
	border-radius: 4px;
	padding: 10px;
	margin: 0;
}

.markups-details .row-wrap .items-wrap .item input.bg-white { 
	background: #ffffff;
	border-color: #5757ff;
}

@media (max-width: 767px) {
.markups-details .row-wrap .items-wrap .item { 
	width: 50%; 
}
}


/* Save Button */
.btn-save-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 20px;
}

.btn-save-wrap:last-child {
	padding-bottom: 0;
}

.btn-save-wrap .btn {
	min-width: 140px;
	border-radius: 4px;
	padding-top: 16px;
	padding-bottom: 16px;
}