.sidenav ul,
.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?tex1iu");
	src: url("../fonts/icomoon.eot?tex1iu#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tex1iu") format("truetype"), url("../fonts/icomoon.woff?tex1iu") format("woff"), url("../fonts/icomoon.svg?tex1iu#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-stores:before {
	content: "\e924";
}

.icon-dollar:before {
	content: "\e921";
}

.icon-arrow:before {
	content: "\e902";
}

.icon-quiz:before {
	content: "\e906";
}

.icon-edit:before {
	content: "\e922";
}

.icon-delete:before {
	content: "\e923";
}

.icon-record:before {
	content: "\e91f";
}

.icon-cancel:before {
	content: "\e920";
}

.icon-lock:before {
	content: "\e910";
}

.icon-user-tick1:before {
	content: "\e911";
}

.icon-user-tick:before {
	content: "\e912";
}

.icon-withdrawal:before {
	content: "\e913";
}

.icon-balance:before {
	content: "\e914";
}

.icon-copy:before {
	content: "\e915";
}

.icon-first-level:before {
	content: "\e916";
}

.icon-info .path1:before {
	content: "\e917";
	color: #7166f9;
}

.icon-info .path2:before {
	content: "\e918";
	margin-left: -1em;
	color: white;
}

.icon-info .path3:before {
	content: "\e919";
	margin-left: -1em;
	color: white;
}

.icon-plus:before {
	content: "\e91a";
}

.icon-notification:before {
	content: "\e900";
}

.icon-wallet:before {
	content: "\e901";
}

.icon-roadmap:before {
	content: "\e903";
}

.icon-help:before {
	content: "\e904";
}

.icon-search:before {
	content: "\e905";
}

.icon-customer-service:before {
	content: "\e907";
}

.icon-camera:before {
	content: "\e908";
}

.icon-shipping:before {
	content: "\e909";
}

.icon-affiliate:before {
	content: "\e90a";
}

.icon-chat:before {
	content: "\e90b";
}

.icon-card:before {
	content: "\e90c";
}

.icon-cart:before {
	content: "\e90d";
}

.icon-inventory:before {
	content: "\e90e";
}

.icon-dashboard:before {
	content: "\e90f";
}

.icon-trash-o:before {
	content: "\e91b";
}

.icon-user:before {
	content: "\e91c";
}

.icon-keyboard_arrow_right:before {
	content: "\e91d";
}

.icon-keyboard_arrow_left:before {
	content: "\e91e";
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

#header .logo {
	width: 90px;
}

#header .logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

#header .icons-list {
	font-size: 14px;
	line-height: 1.25;
}

#header .icons-list a {
	margin-left: 5px;
	color: #191919;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 32px;
	min-height: 32px;
	padding: 5px;
	border-radius: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#header .icons-list a:hover {
	text-decoration: none;
	color: #fff;
	background: #7166f9;
}

#header .icons-list a:hover i {
	color: #fff;
}

#header .icons-list a.search-opener {
	margin: 0 !important;
}

.notify-slide-active #header .icons-list a.notification-opener {
	background: #7166f9;
}

.notify-slide-active #header .icons-list a.notification-opener i {
	color: #fff;
}

.proflie-slide-active #header .icons-list a.profile-opener {
	background: #7166f9;
   color:#fff;
}

.proflie-slide-active #header .icons-list a.profile-opener i {
	color: #fff;
}

#header .icons-list a i {
	font-size: 18px;
}

#header .icons-list a span {
	font-weight: 700;
	padding-left: 10px;
}

#header .profile-holder {
	position: relative;
}

#header .profile-slide {
	top: 60px;
	right: 0;
	width: 248px;
	opacity: 0;
	visibility: hidden;
	padding: 20px 15px;
	background: #fafafa;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
	position: absolute;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.proflie-slide-active #header .profile-slide {
	opacity: 1;
	visibility: visible;
}

#header .profile-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .profile-list li {
	position: relative;
}

#header .profile-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	width: 100%;
	min-height: 60px;
	margin: 0 !important;
	border-radius: 15px;
	padding: 10px 10px 10px 20px;
}

#header .profile-list li a .ico {
	display: block;
	padding: 0 !important;
	margin: 0 10px 0 0;
}

#header .profile-list li a .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #191919;
	padding: 0 !important;
}

#header .profile-list li a:hover {
	background: #7166f9;
}

#header .profile-list li a:hover path {
	fill: #fff;
}

#header .profile-list li a:hover .text {
	color: #fff;
}

#header .search-holder {
	position: relative;
}

.search-form {
	top: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.search-active .search-form {
	opacity: 1;
	visibility: visible;
}

.search-form .input-hold {
	width: 237px;
	height: 42px;
	position: relative;
}

.search-form .form-control {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #191919;
	padding: 10px 15px 10px 45px;
	background: #fff;
	border: 1px solid #ededed;
	box-shadow: inset -2px 2px 4px rgba(219, 219, 219, .25);
	border-radius: 15px;
}

.search-form .form-control::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}

.search-form .form-control:-ms-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}

.search-form .form-control::placeholder {
	color: #b8b8b8;
	opacity: 1;
}

.search-form .ico-search {
	top: 50%;
	left: 10px;
	width: 28px;
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 20px;
	position: absolute;
	background: #7166f9;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-form .ico-search .icon-search {
	color: #fff;
}

.sidenav {
	background: #ededed;
	padding: 20px;
	border-radius: 0 15px 15px 0;
	position: fixed;
	top: 70px;
	left: 0;
	bottom: 0;
	width: 240px;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 700;
	padding: 30px 0;
	overflow: auto;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.sidenav:before {
	background: #ededed;
	position: fixed;
	top: 0;
	left: 0;
	width: 240px;
	height: 100px;
	content: "";
	border-radius: 0 15px 0 0;
	display: none;
}

.nav-active .sidenav {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.sidenav .nav-holder {
	padding: 0 25px 0 15px;
}

.sidenav ul li {
	margin-bottom: 5px;
}

.sidenav ul li.active a {
	background: #7166f9;
	color: #fff;
}
.order-no-info .alert-success {
    background-color: #493CEB;
    border-color: #493CEB;
    opacity: 30%;
}

.sidenav ul a {
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 20px;
    border-radius: 10px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.sidenav ul a:hover {
	background: #7166f9;
	color: #fff;
	text-decoration: none;
}

.sidenav ul i {
	font-size: 18px;
}

.sidenav ul span {
	padding-left: 10px;
}

.sidenav .title {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	color: #191919;
}

.sidenav .title:before {
	position: absolute;
	top: 5px;
	right: 0;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #191919;
	border-radius: 2px;
	content: "";
}

.nav-opener {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	z-index: 999;
	background: -webkit-linear-gradient(left, #4a51d6 0%, #8e3fdd 100%);
	background: linear-gradient(to right, #4a51d6 0%, #8e3fdd 100%);
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 20%;
	right: 20%;
	height: 2px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener:hover {
	opacity: .9;
}

body {
	background: #ededed;
}

body.bg-gray {
	background: #fafafa;
}

body.bg-white {
	background: #fff;
}

body.invoice {
	min-width: 600px;
}

body.toast-overlay {
	overflow: hidden;
}

body.toast-overlay #header .icons-list {
	filter: blur(3px);
}

body.toast-overlay .main-content {
	filter: blur(3px);
}

body.toast-overlay:after {
	top: 0;
	left: 240px;
	right: 0;
	bottom: 0;
	content: "";
	position: fixed;
	background: rgba(255, 255, 255, .6);
}

#wrapper {
	position: relative;
	overflow:inherit;
}

a,
button {
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

.form-control,
.custom-select {
	border: 2px solid #eaeaea;
	border-radius: 10px;
	color: #000;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	height: 44px;
	padding: 7px 15px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	background: #f8f9fa;
	box-shadow: inset 0 2px 4px rgba(219, 219, 219, .25);
}

.form-control::-webkit-input-placeholder,
.custom-select::-webkit-input-placeholder {
	color: #b8b8b8;
}

.form-control::-moz-placeholder,
.custom-select::-moz-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.form-control:-moz-placeholder,
.custom-select:-moz-placeholder {
	color: #b8b8b8;
}

.form-control:-ms-input-placeholder,
.custom-select:-ms-input-placeholder {
	color: #b8b8b8;
}

.form-control.placeholder,
.custom-select.placeholder {
	color: #b8b8b8;
}

.form-control.disabled,
.custom-select.disabled {
	background: #e0e0e0;
	pointer-events: none;
}

.form-control.disabled::-webkit-input-placeholder,
.custom-select.disabled::-webkit-input-placeholder {
	color: #686868;
}

.form-control.disabled::-moz-placeholder,
.custom-select.disabled::-moz-placeholder {
	opacity: 1;
	color: #686868;
}

.form-control.disabled:-moz-placeholder,
.custom-select.disabled:-moz-placeholder {
	color: #686868;
}

.form-control.disabled:-ms-input-placeholder,
.custom-select.disabled:-ms-input-placeholder {
	color: #686868;
}

.form-control.disabled.placeholder,
.custom-select.disabled.placeholder {
	color: #686868;
}

.fake-select {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 40px;
}

#divOrderDataList .responsive-style .text-box .btn-danger {
    background: #c5c5c5;
    border-color: #c5c5c5;
}
#mainDashboard .modal {
    top:33px;
}
/*.fake-select select::-ms-expand {display: none;}
.fake-select select{
    display:inline-block;
    border:2px solid #eaeaea;
    height: 44px;
    margin:0;
    font:inherit;
    outline:none;
    line-height:1.2;
   	padding: 7px 15px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	background: $gray-100;
	color:#B8B8B8;
	box-shadow: inset 0 2px 4px rgba(219, 219, 219, 0.25);
    -webkit-appearance:none;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    appearance:none;
    border-radius:6px;
    width:100%;
    position: relative;
}
.fake-select:before{
    content:"";
    position:absolute;
    top:1px;
    right:1px;
    bottom:1px;
    width: 35px;
    background: $gray-100;
    pointer-events:none;
    border-radius:0 6px 6px 0;
    z-index: 1;
    box-shadow: inset 0 2px 4px rgba(219, 219, 219, 0.25);

}
.fake-select:after{
    position: absolute;
    right:12px;
    content:'';
    position:absolute;
    top:50%;
    margin-top:-3px;
    line-height: 0;
    z-index: 1;
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #B8B8B8;
}*/
.btn {
    border-radius: 15px;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    min-width: 150px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
}

.btn-primary {
	background: #7166f9;
	border: none;
	box-shadow: 1px 1px 6px rgba(113, 102, 249, .4);
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
	box-shadow: 1px 1px 9px rgba(113, 102, 249, .4);
	background: #675de4;
	border-radius: 15px;
}

.btn-primary.stroke {
	border: 1px solid #7166f9;
	color: #7166f9;
	background: #fff;
	box-shadow: none;
}

.btn-primary.stroke:active,
.btn-primary.stroke:hover,
.btn-primary.stroke:focus {
	box-shadow: none;
	background: #ffff;
	border-radius: 15px;
	color: #7166f9;
}

.link {
    color: #675de4;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}

.link.blue {
	margin-top: 3px;
	color: #1638d8;
}

.link:hover {
	color: #675de4;
}

.store-name {
	border: 1px solid #bbb;
	padding: 0 15px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	margin-bottom: 10px;
	text-decoration: none;
	min-width: 190px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 70px;
}

.store-name img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.store-name:hover {
	opacity: .7;
}

.main-container {
	padding-top: 70px;
	color: #191919;
}

.main-head h1 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 500;
}



.dashboard .chart-holder .card{
    background:#ededed;
    border:none;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 34px;
	text-decoration: none;
	background: none;
	border: none;
	color: #fff;
	z-index: 99;
}

.slick-arrow.slick-next {
	right: 15px;
}

.slick-arrow.slick-left {
	left: 15px;
}

.slick-arrow:hover {
	color: #000;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
}

.slick-dots li {
	margin: 0 5px;
}

.slick-dots li.slick-active button {
	background: #000;
}

.slick-dots button {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #c4c4c4;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	padding: 0;
	border: none;
}

.slick-dots button:hover {
	background: #000;
}

.head {
	border-bottom: 1px solid #ededed;
	padding-bottom: 25px;
	margin-bottom: 40px;
}

.head h1 {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 500;
	margin: 0;
}

.head .btn-white {
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
	border: 1px solid #ededed;
	border-radius: 15px;
	padding: 7px 12px;
	min-width: 86px;
	min-height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	color: #7166f9;
}

.head .btn-white .icon-plus {
	font-size: 18px;
}

.head .btn-white:hover {
	text-decoration: none;
}

/* The switch - the box around the slider */

.switch {
	position: relative;
	display: inline-block;
	width: 51px;
	height: 28px;
}

/* Hide default HTML checkbox */

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */

.circle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    -webkit-transition: .4s;
    transition: .4s;
}

.circle-slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 5px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	top: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
}


.round-derer {
    box-shadow: 0 0 1px #00d1a4;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    border-radius: 34px;
    position: absolute;
    content: "";
    -webkit-transition: .4s;
    transition: .4s;
    top: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    -webkit-transition: .4s;
    transition: .4s;
}

    .round-derer:before {
        box-shadow: 0 0 1px #00d1a4;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 5px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        top: 5px;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
        border-radius: 50%;
    }


.enable-derer {
    background-color: #00d1a4;
    border-radius: 34px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s;
}

    .enable-derer:before {
        border-radius: 50%;
        transform: translateX(23px);
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 5px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        top: 5px;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
    }



input:checked + .circle-slider {
	background-color: #00d1a4;
}

input:focus + .circle-slider {
	box-shadow: 0 0 1px #00d1a4;
}

input:checked + .circle-slider:before {
	-webkit-transform: translateX(23px);
	-ms-transform: translateX(23px);
	transform: translateX(23px);
}

/* Rounded sliders */

.circle-slider.round {
	border-radius: 34px;
}

.circle-slider.round:before {
	border-radius: 50%;
}

.message-toast {
	position: fixed;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-100px);
	-ms-transform: translateX(-50%) translateY(-100px);
	transform: translateX(-50%) translateY(-100px);
	background: #fafafa;
	-webkit-transition: 1s ease;
	transition: 1s ease;
	border: 1px solid #ededed;
	box-sizing: border-box;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
	border-radius: 10px;
	padding: 10px 10px 10px 40px;
	z-index: 999;
	font-size: 13px;
	line-height: 1.25;
	color: #675de4;
	font-weight: 500;
	width: 92%;
}

.toast-active .message-toast {
	-webkit-animation: mymove 5s;
	animation: mymove 5s;
}

.message-toast .img-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	max-width: 20px;
}

.message-toast .img-icon img {
	display: block;
}

.deal-type {
	display: none;
}

.deal-type.select-hold {
	display: none !important;
}

.deal-type.select-hold.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.resend-info-holder.refund,
.resend-info-holder.replacement {
	display: none;
}

.information-holder.update-shipping {
	display: none;
}

.update-active .information-holder.update-shipping {
	display: block;
}

/* sign in page, signup page, forgot password page*/

.full-page {
	min-height: 100vh;
	background: #675de4;
	font-size: 18px;
	line-height: 1.25;
	color: #000;
	padding: 25px 0;
	position: relative;
}

.full-page .text {
	color: #fff;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
	text-align: center;
	position: relative;
	z-index: 1;
}

.full-page h1 {
	font-size: 30px;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 15px;
}

.full-page h2 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 500;
}

.full-page h2.h2 {
	font-size: 24px;
	line-height: 28px;
}

.full-page .btn-holder {
	min-height: 150px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.full-page .btn-holder .btn {
	width: 46%;
}

.full-page .buttons .btn {
	width: 46%;
}

.full-page .h3 {
	font-size: 24px;
}

.full-page .shopify-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.full-page .shopify-wrap .input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 2px;
}

.full-page .shopify-wrap .domain {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
	line-height: 1.2;
	color: #686868;
	font-weight: 500;
	line-height: 17px;
	padding-left: 10px;
	width: 100px;
	padding-top: 10px;
}

.full-page .form-holder {
	position: relative;
}

.full-page .form-holder .img-bottom {
	position: absolute;
	right: -190px;
	bottom: -110px;
	z-index: 10;
	margin: 0 -90px -70px 0;
}

.full-page .form-holder .img-bottom.align-right {
	right: auto;
	bottom: 85px;
	z-index: 0;
	margin: 0 -90px -70px 0;
	left: -184px;
}

.full-page .form-holder .img-bottom .dollar-img {
	top: 0;
	left: -90px;
	position: absolute;
}

.full-page .form-holder .img-bottom .dollar-img img {
	display: block;
	height: auto;
	max-width: 100%;
}

.full-page .btn-go {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 202px;
	height: 40px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #675de4;
	background: #fff;
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
	border-radius: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.full-page .btn-go:hover {
	opacity: .7;
	text-decoration: none;
}

.full-page .refresh {
	margin-left: 5px;
	text-decoration: none;
}

.full-page .login-form {
	background: #fff;
	border-radius: 10px;
	padding: 30px 30px 15px;
	position: relative;
	z-index: 9;
	font-size: 14px;
	line-height: 1.25;
}

.full-page .login-form.right-align {
	padding: 30px 25px;
	width: 94%;
	margin: 0 auto;
}

.full-page .login-form.right-align .holder {
	width: 100%;
}

.full-page .login-form .alert-message {
	display: none;
	margin: 0 0 10px;
	color: #f00;
}

.full-page .login-form.alert .alert-message {
	display: block;
}

.full-page .login-form p {
	margin: 0;
}

.full-page .login-form .logo {
	width: 100px;
}

.full-page .login-form .logo img {
	width: 100%;
	height: auto;
	display: block;
}

.full-page .label {
	display: block;
}

.full-page label {
	font-size: 14px;
	line-height: 1.25;
	font-weight: 500;
	color: #686868;
	margin-bottom: 0;
}

.full-page label.txt-black {
	color: #191919;
}

.full-page .verification-field .form-control {
	width: 100%;
	margin-bottom: 10px;
}

.full-page .info {
	font-size: 12px;
	line-height: 18px;
}

.full-page ol {
	list-style: none;
	counter-reset: newCounter;
	padding: 0;
	margin: 0;
}

.full-page ol li {
	position: relative;
	padding-left: 15px;
}

.full-page ol li:before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: newCounter;
	content: counters(newCounter, ".") " ";
}

.full-page .store-holder {
	min-height: 300px;
}

.full-page .store-list {
	margin: 0 -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.full-page .store-list li {
	width: 50%;
	padding: 5px;
	margin-bottom: 10px;
}

.full-page .store-list .store-name {
	min-width: inherit;
	width: 100%;
	height: 100%;
	margin: 0; /*&.selected{
				border:1px solid  #7166F9;
				box-shadow: 0 2px 4px #7166F9;
				background: #7166F9;
				opacity: 1 !important;
			}*/
}

.full-page .img-block {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 35%;
}

.full-page .img-block.large img {
	width: 75%;
}

.full-page .img-block img {
	width: 60%;
	display: block;
	height: auto;
}

.full-page .img-block .img.d-flex {
	padding-right: 40px;
}

.full-page .img-block .img.d-flex img {
	float: right;
}

.full-page .img-block .img-right {
	position: absolute;
	bottom: 0;
	right: -100px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.full-page .img-block .img-right.animate {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.loaded .full-page .img-block .img-right.animate {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.full-page .head {
	border-bottom: 1px solid #bbb;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.full-page .btn-primary {
	display: block;
	width: 100%;
}

.full-page .note {
	font-size: 12px;
	line-height: 1.25;
	font-weight: 500;
}

.full-page .custom-control-label {
	font-size: 14px;
	line-height: 1.6;
}

.full-page .custom-control-label:before {
	width: 15px;
	height: 15px;
	border: 1px solid #675de4;
}

.full-page .btn-back {
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	text-decoration: none;
	color: #686868;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.25;
	position: relative;
	margin-top: 15px;
}

.full-page .btn-back img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.full-page .btn-back:hover {
	text-decoration: none;
	opacity: .7;
}

.full-page .details {
	border-top: 1px solid #bbb;
	padding-top: 30px;
	margin-bottom: 20px;
}

.full-page .form-group.active {
	display: none;
}

.full-page .input-holder {
	position: relative;
}

.full-page .input-holder .form-control {
	padding-left: 40px;
	padding-right: 35px;
}

.full-page .input-holder .form-control.padding-style {
	padding-right: 9px;
	padding-left: 9px;
}

.full-page .input-holder .cross,
.full-page .input-holder .img-store {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.full-page .input-holder .cross img,
.full-page .input-holder .img-store img {
	display: block;
}

.full-page .input-holder .img-store {
	left: 14px;
	right: auto;
}

.full-page .btn-primary.stroke {
	color: #7166f9;
	background: none;
	box-shadow: none;
}

.full-page .btn-primary.stroke:hover {
	background: #7166f9;
	color: #fff;
}

.full-page .btn-primary.stroke.white {
	border: 1px solid #fff;
	background: none;
	color: #fff;
	width: auto !important;
	max-width: 200px;
}

.full-page .btn-primary.stroke.white:hover {
	background: #fff;
	color: #7166f9;
}

.full-page .note-holder {
	padding: 0;
	border: none;
	border-radius: 0;
}

.full-page .note-holder p {
	margin: 0 0 15px;
}

.full-page .pig-img {
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.full-page .pig-img img {
	display: block;
	height: auto;
	max-width: 100%;
}

.full-page .pig-img .error {
	top: 40px;
	left: 50px;
	position: absolute;
}

.full-page .error-img {
	top: 50%;
	right: 430px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.full-page .error-img img {
	display: block;
	height: auto;
	max-width: 100%;
}

.msg-404-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
	padding: 0 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.msg-404-holder .wrap-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.msg-404-holder .img-hold {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 80px 0 0;
}

.msg-404-holder .img-hold img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.msg-404-holder .text-hold {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #fff;
}

.msg-404-holder .text-hold p {
	margin: 0 0 25px;
}

.msg-404-holder h1 {
	margin: 0 0 5px;
	font-size: 80px;
	line-height: 94px;
	font-weight: 500;
	color: #fff;
}

.msg-404-holder .title {
	margin: 0 0 5px;
	display: block;
	font-size: 48px;
	line-height: 56px;
	font-weight: 500;
	color: #fff;
}

.msg-404-holder .btn {
	min-width: 200px;
	height: 62px;
	padding: 5px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.store-list.style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.store-list.style li {
	margin: 0 20px 0 0;
}

.store-list.style li:last-child {
	margin: 0;
}

.store-list.style .store-name {
	min-width: 218px;
	border-radius: 15px;
	border: none;
}

.check-btn-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.check-btn-list li {
	margin: 0 15px 0 0;
}

.check-btn-list li:last-child {
	margin: 0;
}

.check-btn-list label {
	margin: 0;
}

.check-btn-list input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.check-btn-list input[type="checkbox"]:checked + .fake-input-check {
	background: #7166f9;
}

.check-btn-list input[type="checkbox"]:checked + .fake-input-check .ico {
	display: block;
}

.check-btn-list input[type="checkbox"]:checked + .fake-input-check .text {
	color: #fff;
}

.check-btn-list .fake-input-check {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px 10px;
	min-height: 40px;
	background: #fff;
	border: 1px solid #7166f9;
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
	border-radius: 10px;
	cursor: pointer;
}

.check-btn-list .fake-input-check .ico {
	display: none;
	margin: 0 8px 3px 0;
}

.check-btn-list .fake-input-check .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.check-btn-list .fake-input-check .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #7166f9;
}

.dashboard .slider .slide {
	border-radius: 10px;
	overflow: hidden;
}

.dashboard .slider img {
	width: 100%;
	display: block;
	height: auto;
}

.dashboard .dashboard-box,
.dashboard .notification-box {
	background: #ededed;
	padding: 20px;
	border-radius: 15px;
	width: 100%;
	min-height: 165px;
}

.dashboard .dashboard-box i,
.dashboard .notification-box i {
	font-size: 30px;
	margin-bottom: 15px;
	display: block;
}

.dashboard .dashboard-box .title,
.dashboard .notification-box .title {
	display: block;
	font-size: 14px;
	line-height: 1.35;
	margin-bottom: 10px;
}

.dashboard .dashboard-box h1,
.dashboard .notification-box h1 {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 500;
}

.dashboard .dashboard-box h2,
.dashboard .notification-box h2 {
	font-size: 28px;
	line-height: 1.2;
}

.dashboard .notification-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.dashboard .notification-box .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.dashboard .notification-box h4 {
	font-size: 14px;
	line-height: 1.25;
	max-width: 60%;
	position: relative;
	padding-left: 30px;
	font-weight: 700;
}

.dashboard .notification-box h4 i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	font-size: 22px;
	line-height: 1;
}

.dashboard .notification-box .all {
	color: #7166f9;
	text-decoration: none;
}

.dashboard .notification-box .all:hover {
	color: #000;
}

.dashboard .notification-box .info-status {
	color: #516079;
	font-size: 14px;
	line-height: 1.15;
	font-weight: 500;
}

.dashboard .dashboard-list {
	font-size: 14px;
	line-height: 1.25;
}

.dashboard .dashboard-list li {
	margin-bottom: 10px;
}

.dashboard .dashboard-list .img {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 37px;
	height: 37px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dashboard .dashboard-list .img img {
	width: 100%;
	display: block;
	height: auto;
}

.dashboard .dashboard-list .caption {
	color: #7166f9;
	margin-bottom: 3px;
}

.dashboard .dashboard-list p {
	font-weight: 400;
	margin-bottom: 0;
}

.dashboard .dashboard-list a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	border-radius: 12px;
	background: #fff;
	padding: 10px 25px 10px 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #191919;
	text-decoration: none;
	font-weight: 500;
}

.dashboard .dashboard-list a:hover {
	opacity: .8;
}

.dashboard .dashboard-list a.notify:after {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 14px;
	background: #7166f9;
	content: "";
}

.dashboard .dashboard-list a.notify.red:after {
	background: #e71d36;
}

.dashboard .dashboard-list a i {
	color: #7166f9;
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.dashboard .chart-holder {
	padding: 15px;
	background: #ededed;
	border-radius: 15px;
}

.dashboard .placeholder {
	position: relative;
}

.dashboard .placeholder img {
	width: 100%;
	display: block;
	height: auto;
}

.dashboard .list {
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0;
	right: 0;
	position: absolute;
	display: none;
	margin: 0 -4px;
}

.dashboard .list li {
	padding: 0 4px;
}

.dashboard .list li.active a {
	background: #7166f9;
	color: #fff;
}

.dashboard .list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 16px;
	min-height: 33px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	color: #7166f9;
	border-radius: 20px;
	border: 2px solid #7166f9;
}

.dashboard .list li a:hover {
	text-decoration: none;
	background: #7166f9;
	color: #fff;
}

.review-modal {
	top: 50%;
	left: 0;
	z-index: 5;
	padding: 0 15px;
	width: 100%;
	position: absolute;
	border-radius: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.review-modal .review_popup {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 15px;
	border: none;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.review-modal .modal-content {
	border: none;
	font-size: 16px;
	line-height: 19px;
	color: #675de4;
	font-weight: 500;
	border-radius: 15px;
}

.review-modal .modal-content p {
	margin: 0 0 30px;
}

.review-modal .logo-holder {
	margin: 0 0 20px;
	overflow: hidden;
}

.review-modal .logo-holder img {
	display: block;
	height: auto;
	max-width: 100%;
}

.review-modal h1 {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.title_contact_holder {
	margin: 0 0 25px;
	overflow: hidden;
}

.title_contact_holder .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.title_contact_holder .title .text {
	margin: 0 13px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #686868;
}

.title_contact_holder .title .ico {
	width: 100%;
	display: block;
	position: relative;
}

.title_contact_holder .title .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.title_contact_holder .title .popup {
	top: 1px;
	right: -30px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #1638d8;
	width: 100%;
	white-space: nowrap;
	position: absolute;
}

.account-boxes {
	color: #191919;
}

.account-boxes .box {
	padding: 20px;
	margin: 0 5px 30px;
	width: 100%;
	background: #fff;
	border-radius: 30px;
	box-shadow: 2px 2px 6px #ededed;
}

.account-boxes .box.style {
	width: 21.6%;
	padding: 42px 42px 33px;
}

.account-boxes .box.style ul {
	margin: 0 0 56px;
}

.account-boxes .box.style ul li {
	margin: 0 0 15px;
}

.account-boxes .box.uninstalled .switch {
	pointer-events: none;
}

.account-boxes .box.uninstalled .circle-slider {
	background: #fafafa;
}

.account-boxes .box ul {
	margin: 0 0 40px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
}

.account-boxes .box ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin-bottom: 15px;
}

.account-boxes .box ul li .title {
	width: 30%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #191919;
}

.account-boxes .box ul li .title.style {
	width: 40%;
}

.account-boxes .box ul li .description {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 10px;
	color: #60718e;
}

.account-boxes .box ul li .description.red {
	color: #60718e;
}

.account-boxes .box ul li .text-field {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 10px;
	color: #60718e;
	width: 100%;
	height: 30px;
	border: none;
	font-weight: 500;
	pointer-events: none;
}

.account-boxes .box ul li .text-field::-webkit-input-placeholder {
	color: #60718e;
	opacity: 1;
}

.account-boxes .box ul li .text-field:-ms-input-placeholder {
	color: #60718e;
	opacity: 1;
}

.account-boxes .box ul li .text-field::placeholder {
	color: #60718e;
	opacity: 1;
}

.account-boxes .box ul li .text-field:focus {
	box-shadow: 0 0 3px rgba(0, 0, 0, .25);
	border: none;
	outline: none;
	-webkit-appearance: none;
}

.account-boxes .box ul li .text-field.red {
	color: #e71d36;
}

.account-boxes .box.delete-card {
	display: none;
}

.account-boxes .box.active .text-field {
	pointer-events: inherit;
	box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}

.account-boxes .name {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	display: block;
	padding-right: 60px;
	min-height: 30px;
	padding-left: 45px;
}

.account-boxes .name img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	content: "";
	width: 25px;
	display: block;
	margin: -9px 0 0;
}

.account-boxes .logo {
	display: block;
	padding: 0 60px 0 0;
}

.account-boxes .logo img {
	display: block;
	height: auto;
	max-width: 100%;
}

.account-boxes .box-head {
	position: relative;
	border-bottom: 1px solid #ededed;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.account-boxes .box-head .switch {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	display: block;
}

.account-boxes .box-head.style {
	margin-bottom: 12px;
}

.account-boxes .box-head.style .switch {
	top: 4px;
}

.account-boxes .btn-list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.account-boxes .btn-list .btn {
	margin: 0 10px 10px 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 140px;
}

.account-boxes .btn-list .btn i {
	margin-right: 10px;
	font-size: 18px;
	line-height: 1.4;
	position: relative;
}

.account-boxes .btn-list .btn.style {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	min-width: 104px;
	padding: 6px 15px;
}

.modal-dialog.add-user-modal {
	max-width: 930px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	border-radius: 15px;
}

.modal-dialog.add-user-modal .modal-content {
	padding: 45px 45px 45px 46px;
	border-radius: 15px;
	position: relative;
}

.modal-dialog.add-user-modal .heading {
	margin: 0 0 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-dialog.add-user-modal .heading .ico-user {
	display: block;
	margin: 0 15px 0 0;
}

.modal-dialog.add-user-modal .heading .ico-user img {
	display: block;
	height: auto;
	max-height: 100%;
}

.modal-dialog.add-user-modal .heading .title {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.modal-dialog.add-user-modal .fields-wrap:after {
	clear: both;
	display: block;
	content: "";
}

.modal-dialog.add-user-modal .label {
	margin: 0 0 9px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #777;
	display: block;
}

.modal-dialog.add-user-modal .label sup {
	top: 0;
	color: #e71d36;
}

.modal-dialog.add-user-modal .input-hold {
	position: relative;
}

.modal-dialog.add-user-modal .form-control {
	padding: 0 8px;
	height: 40px;
	color: #191919; /*&.color-style {
			color: #191919;
		}*/
}

.modal-dialog.add-user-modal .form-control::-webkit-input-placeholder {
	color: #b8b8b8;
}

.modal-dialog.add-user-modal .form-control:-ms-input-placeholder {
	color: #b8b8b8;
}

.modal-dialog.add-user-modal .form-control::placeholder {
	color: #b8b8b8;
}

.modal-dialog.add-user-modal .form-control.textarea {
	height: 87px;
	padding: 10px;
	resize: none;
	color: #191919;
}

.modal-dialog.add-user-modal .jcf-select {
	background: #fafafa;
}

.menu_permission_block {
	margin: 0 0 28px;
	overflow: hidden;
}

.menu_permission_block.check #checkAll + .fake-checkbox:before,
.menu_permission_block.check2 #checkAll + .fake-checkbox:before {
	margin: -1px 0 0;
	width: 11px;
	height: 3px;
	background: url(../images/minus.png) no-repeat;
}

.menu_permission_block.check .sub-menu-items,
.menu_permission_block.check2 .sub-menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu_permission_block.check .sub-menu-items li,
.menu_permission_block.check2 .sub-menu-items li {
	margin: 0;
}

.menu_permission_block .menu-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu_permission_block .title {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #686868;
	margin: 0 34px 0 0;
}

.menu_permission_block .title sup {
	top: 0;
	color: #e71d36;
}

.menu_permission_block .fake-label {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #7166f9;
}

.menu_permission_block .fake-label.style {
	color: #191919;
}

.menu_permission_block .menu-items-holder {
	padding: 20px 10px 9px 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: rgba(96, 113, 142, .1);
	border-radius: 15px;
}

.menu-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px;
	width: 100%;
}

.menu-list > li {
	padding: 0 20px;
}

.menu-list .sub-menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-list .sub-menu-items li {
	margin: 0;
}

.menu-list .sub-menu-items li.uncheck > .item-hold .fake-checkbox:before {
	margin: -1px 0 0;
	width: 11px;
	height: 3px;
	background: url(../images/minus.png) no-repeat;
}

.menu-list .setting-list {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0 0 0 15px;
}

.menu-list .item-hold {
	padding: 5px 15px 7px 15px;
	margin: 0 0 11px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid transparent;
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
	border-radius: 10px;
}

.partialActive + .fake-checkbox {
	background: #7166f9 url(../images/minus.png) no-repeat 50% 50% !important;
}

.modal-dialog.store-modal {
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	border-radius: 15px;
}

.modal-dialog.store-modal.woo {
	max-width: 704px;
}

.modal-dialog.store-modal.shopify {
	max-width: 508px;
}

.modal-dialog.store-modal .modal-content {
	padding: 45px 45px 45px 46px;
	border-radius: 15px;
	position: relative;
}

.modal-dialog.store-modal.new-sttm {
	max-width: 1060px;
}

.modal-dialog.store-modal .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 24px;
	margin: 0 0 30px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: 1px solid #ededed;
}

.modal-dialog.store-modal .heading.style {
	padding: 0 0 20px;
	margin: 0 0 15px;
}

.modal-dialog.store-modal .heading .small-logo {
	display: block;
	margin: 0 16px 0 0;
}

.modal-dialog.store-modal .heading .small-logo img {
	display: block;
	height: auto;
	max-width: 100%;
}

.modal-dialog.store-modal .heading .slogan {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.modal-dialog.store-modal .label {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}

.modal-dialog.store-modal .form-control {
	height: 40px;
}

.modal-dialog.store-modal .info-wrap {
	padding: 24px 0 0 30px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #191919;
	position: relative;
	margin: 0 0 50px;
}

.modal-dialog.store-modal .info-wrap:after {
	top: 23px;
	left: 0;
	width: 18px;
	height: 19px;
	content: "";
	position: absolute;
	background: url(../images/ico-info3.png) no-repeat;
}

.modal-dialog.store-modal .info-wrap p {
	margin: 0;
}

.modal-dialog.store-modal .info-wrap p strong {
	font-weight: 700;
}

.modal-dialog.store-modal .title {
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #191919;
}

.modal-dialog.store-modal .domain {
	display: block;
	margin: 0 0 0 15px;
}

.modal-dialog.store-modal .create {
	padding: 0 0 0 35px;
	position: relative;
}

.modal-dialog.store-modal .create:after {
	top: 2px;
	left: 0;
	width: 18px;
	height: 19px;
	content: "";
	position: absolute;
	background: url(../images/ico-info3.png) no-repeat;
}

.modal-dialog.store-modal .create a {
	display: block;
	margin: 0 0 0 15px;
}

.modal-dialog.store-modal .note {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #1638d8;
}

.modal-dialog.store-modal .jcf-select {
	background: #fafafa;
}

.modal-dialog.store-modal .jcf-select .jcf-select-text {
	color: #b8b8b8;
}

.modal-dialog.store-modal .jcf-select.jcf-focus .jcf-select-text {
	color: #191919;
}

.modal-dialog.store-modal .login-form.was-validated .jcf-select {
	border-color: #e71d36;
}

.main-content {
	padding: 0 0 25px;
}

.main-content:after {
	clear: both;
	display: block;
	content: "";
}

.finance_info_holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 40px 0 22px;
}

.finance_info_holder.style {
	display: block;
}

.finance_info_holder .left_info {
	width: 58.7%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 1.9% 0 0;
}

.finance_info_holder .heading_holder {
	margin: 0 0 27px;
	font-size: 14px;
	line-height: 18px;
	color: #686868;
	font-weight: 400;
}

.finance_info_holder .heading_holder:after {
	clear: both;
	display: block;
	content: "";
}

.finance_info_holder .heading_holder p {
	margin: 0;
}

.finance_info_holder h1 {
	margin: 0 0 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.finance_info_holder h1 .head_text {
	margin: 0 16px 0 0;
	display: block;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	color: #191919;
}

.finance_info_holder h1 .icon-hold {
	display: block;
	position: relative;
}

.finance_info_holder h1 .icon {
	display: block;
}

.finance_info_holder h1 .icon img {
	display: block;
	height: auto;
	max-width: 100%;
}

.finance_info_holder .transfer_amount_holder {
	padding: 24px 39px 25px 39px;
	overflow: hidden;
	margin: 0 0 28px;
	background: #fff;
	border-radius: 15px;
}

.finance_info_holder .transfer_amount_holder .title-transfer {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #777;
	margin: 0 0 14px;
}

.finance_info_holder .transfer_amount_holder .title-transfer sup {
	top: 0;
	color: #e71d36;
}

.finance_info_holder .right_info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 39px 32px 35px 32px;
	background: #fff;
	border-radius: 15px;
}

.finance_info_holder .title-wallet {
	margin: 0 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.finance_info_holder .title-wallet .icon {
	display: block;
	margin: 0 19px 0 0;
}

.finance_info_holder .title-wallet .icon img {
	display: block;
	height: auto;
	max-width: 100%;
}

.finance_info_holder .title-wallet .text {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.finance_info_holder .btn-hold {
	margin: 0 0 23px;
	overflow: hidden;
}

.finance_info_holder .btn-hold.style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.finance_info_holder .btn-hold .logo-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.finance_info_holder .btn-hold .logo-holder img {
	display: block;
	height: auto;
	max-width: 100%;
}

.finance_info_holder .logos {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -2px;
}

.finance_info_holder .logos li {
	padding: 0 2px;
	margin: 0;
}

.finance_info_holder .logos li a {
	display: block;
}

.finance_info_holder .logos li a img {
	display: block;
	height: auto;
	max-width: 100%;
}

.finance_info_holder .btn-transfer {
	min-height: 32px;
	font-size: 14px;
	line-height: 18px;
	color: #7166f9;
	font-weight: 500;
	padding: 0 13px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(113, 102, 249, .1);
	border: 1px solid #7166f9;
	border-radius: 15px;
}

.finance_info_holder .btns-wrap:after {
	clear: both;
	display: block;
	content: "";
}

.finance_info_holder .btn-primary {
	margin: 0 0 20px;
	width: 100%;
	min-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.finance_info_holder .btn-primary:last-child,
.finance_info_holder .btn-primary:only-child {
	margin: 0;
}

.finance_info_holder .btn-primary .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}

.finance_info_holder .btn-primary .img {
	margin: 0 0 0 10px;
	display: block;
}

.finance_info_holder .btn-primary .img img {
	display: block;
	height: auto;
	max-width: 100%;
}

.finance_info_holder .btns-wrap {
	margin: 0 0 24px;
}

.finance_info_holder .btns-wrap:after {
	clear: both;
	display: block;
	content: "";
}

.note-holder {
	margin: 0 0 33px;
	padding: 16px 25px 15px 22px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #191919;
	border: 1px solid #686868;
	border-radius: 10px;
	overflow: hidden;
}

.note-holder p {
	margin: 0 0 20px;
}

.note-holder p strong {
	font-weight: 700;
}

.note-holder p:last-child {
	margin: 0;
}

.amount-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.amount-hold .dollar-sign {
	margin: 0 15px 0 0;
	display: block;
}

.amount-hold .dollar-sign img {
	display: block;
	height: auto;
	max-width: 100%;
}

.amount-hold .title-field {
	width: 170px;
	height: 65px;
	padding: 0 10px;
	font-size: 48px;
	line-height: 52px;
	font-weight: 500;
	color: #191919;
	position: relative;
	border: none;
	text-align: center;
	border-bottom: 1px solid #000;
}

.amount-hold .title-field::-webkit-input-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.amount-hold .title-field:-ms-input-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.amount-hold .title-field::placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.amount-hold .title-field:focus {
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
}

.amount-hold .title-field.blck-clr {
	color: #191919;
	border: none;
	height: auto;
	width: auto;
	border-color: #191919;
}

.amount-hold .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	min-width: inherit;
	margin: 25px 0 0 20px !important;
}

.amount-hold .btn .ico {
	display: block;
	margin: 0 10px 0 0;
}

.amount-hold .btn .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.amount-hold .btn .text {
	display: block;
}

.payment_options {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -14px 29px;
}

.payment_options li {
	width: 25%;
	padding: 0 14px;
}

.payment_options li a {
	box-shadow: 1px 3px 3px 1px #c4c4c4;
	border-radius: 10px;
	text-align: center;
	display: block;
	height: 119px;
}

.payment_options li a.active,
.payment_options li a:hover {
	text-decoration: none;
}

.payment_options li a.active .icon-hold path,
.payment_options li a:hover .icon-hold path {
	fill: #fff;
}

.payment_options li a.active .text,
.payment_options li a:hover .text {
	color: #fff;
}

.payment_options li a.active .wrap-info,
.payment_options li a:hover .wrap-info {
	background-image: -webkit-linear-gradient(left, #9de8ff, #7266fa);
	background-image: linear-gradient(to right, #9de8ff, #7266fa);
}

.payment_options li a.active .visible,
.payment_options li a:hover .visible {
	display: none;
}

.payment_options li a.active .hidden,
.payment_options li a:hover .hidden {
	display: inline-block;
}

.payment_options li .wrap-text {
	overflow: hidden;
	background: #fff;
	padding: 1px;
	height: 100%;
	border-radius: 10px;
}

.payment_options li .wrap-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	height: 100%;
}

.payment_options li .text-hold {
	overflow: hidden;
}

.payment_options li .icon-hold {
	margin: 0 0 10px;
}

.payment_options li .visible {
	display: inline-block;
}

.payment_options li .hidden {
	display: none;
}

.payment_options li .text {
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #b8b8b8;
}

.payment_options.autofill-style li {
	width: 237px;
}

.payment_options.autofill-style li a {
	border: 2px solid #ededed;
	height: 111px;
}

.payment_options.autofill-style li a.active,
.payment_options.autofill-style li a:hover {
	border-color: #7166f9;
	background: rgba(113, 102, 249, .1);
}

.payment_options.autofill-style li a.active .icon-hold path,
.payment_options.autofill-style li a:hover .icon-hold path {
	fill: #7166f9;
}

.payment_options.autofill-style li a.active .text,
.payment_options.autofill-style li a:hover .text {
	color: #7166f9;
}

.payment_options.autofill-style li a.active .wrap-info,
.payment_options.autofill-style li a:hover .wrap-info {
	background: rgba(113, 102, 249, .1);
}

.account_info_block {
	padding: 20px;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	padding: 27px;
}

.account_info_block .info-holder {
	margin: 0 0 21px;
	padding: 26px 30px 27px 24px;
	border-radius: 15px;
	background: #e3e0fe;
}

.account_info_block h2 {
	margin: 0 0 18px;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.account_info_block .acc-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.account_info_block .acc-info-list li {
	margin: 0 0 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.account_info_block .acc-info-list li:last-child {
	margin: 0;
}

.account_info_block .text,
.account_info_block .title {
	display: block;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #191919;
}

.account_info_block .text {
	margin: 0;
	text-align: right;
}

.account_info_block .slip-holder:after {
	clear: both;
	display: block;
	content: "";
}

.account_info_block .title-slip {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #191919;
	margin: 0 0 10px;
}

.account_info_block .title-slip sup {
	top: 0;
	color: #e71d36;
}

.offers_holder {
	margin: 0 0 23px;
	overflow: hidden;
}

.offers_holder .title-offer {
	margin: 0 0 7px;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #191919;
}

.offers_info {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ededed;
	border-radius: 15px;
}

.offers_info li {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 125px;
}

.offers_info li:first-child {
	border-radius: 15px 0 0 15px;
}

.offers_info li:nth-child(2) {
	background: rgba(113, 102, 249, .2);
}

.offers_info li:last-child {
	border-radius: 0 15px 15px 0;
	background: rgba(113, 102, 249, .2);
}

.offers_info li .wrap {
	overflow: hidden;
}

.offers_info li .amount {
	margin: 0 0 10px;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: #191919;
	position: relative;
}

.offers_info li .amount .ico {
	top: 0;
	right: -11px;
	position: absolute;
}

.offers_info li .amount .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.offers_info li .percent {
	display: block;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	color: #191919;
}

.offers_info li .txt {
	display: block;
	font-size: 9px;
	line-height: 11px;
	font-weight: 400;
	color: #191919;
}

.total_amount_holder {
	margin: 0 0 26px;
	overflow: hidden;
}

.total_amount_holder .info-row {
	margin: 0 0 24px;
	padding: 0 12px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.total_amount_holder .info-row:last-child,
.total_amount_holder .info-row :only-child {
	margin: 0;
}

.total_amount_holder .balance-holder {
	padding: 0 0 24px;
	margin: 0 0 23px;
	border-bottom: 1px dashed #b8b8b8;
}

.total_amount_holder .text {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.total_amount_holder .amount {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.total_amount_holder .amount.total {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
}

.total_amount_holder .total-holder {
	overflow: hidden;
}

.custom-control.style {
	margin: 0 0 27px;
}

.custom-control.style .custom-control-label {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

.custom-control.style .custom-control-label a {
	color: #1638d8;
}

.custom-control.style .custom-control-label:before {
	top: .05rem;
	border-color: #7166f9;
}

.custom-control.style .custom-control-label:after {
	top: .05rem;
}

.bottom_logos {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bottom_logos li {
	margin: 0 5px;
}

.bottom_logos li a {
	display: block;
}

.bottom_logos li a img {
	display: block;
	height: auto;
	max-width: 100%;
}

.balance_transfer_holder {
	padding: 27px 25px;
	overflow: hidden;
	background: #fff;
	border-radius: 15px;
}

.balance_transfer_holder.new-style {
	padding: 0;
	background: none;
	border-radius: 0;
}

.balance_transfer_holder .heading-holder {
	margin: 0 0 17px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #686868;
	overflow: hidden;
}

.balance_transfer_holder .heading-holder p {
	margin: 0;
}

.balance_transfer_holder .title-payoneer {
	margin: 0 0 4px;
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #191919;
}

.balance_transfer_holder .input-wrap {
	width: 326px;
	position: relative;
	display: block;
	border: none;
	padding: 0;
	outline: none;
	background: no-repeat;
	text-align: left;
}

.balance_transfer_holder .label-payoneer {
	display: block;
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #777;
}

.balance_transfer_holder .input-hold {
	position: relative;
}

.balance_transfer_holder .input-hold .file-img {
	top: 50%;
	right: 15px;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.balance_transfer_holder .input-hold .file-img img {
	display: block;
	height: auto;
	max-width: 100%;
}

.balance_transfer_holder .form-control {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #7166f9;
	padding: 7px 40px 7px 9px;
	border: 1px solid #675de4;
	box-shadow: inset -2px 2px 4px rgba(219, 219, 219, .25);
}

.balance_transfer_holder .form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #7166f9;
}

.balance_transfer_holder .form-control:-ms-input-placeholder {
	opacity: 1;
	color: #7166f9;
}

.balance_transfer_holder .form-control::placeholder {
	opacity: 1;
	color: #7166f9;
}

.balance_transfer_holder .form-control:hover {
	text-decoration: none;
}

.payoneer_acc_note {
	top: 24px;
	left: 50%;
	position: fixed;
	min-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 100;
	padding: 0 20px 0 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #675de4;
	background: #fafafa;
	border: 1px solid #ededed;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
	border-radius: 10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.payoneer_acc_note .ico {
	top: 50%;
	left: 10px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.payoneer_acc_note .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.payoneer_acc_note p {
	margin: 0;
}

.card_info_holder {
	padding: 27px 160px 27px 28px;
	overflow: hidden;
	background: #fff;
	border-radius: 15px;
	position: relative;
}

.card_info_holder.style {
	padding: 0;
	margin: 0 0 23px;
	border-radius: 0;
	background: none;
}

.card_info_holder.style-alt2 {
	padding: 14px 0 0;
	margin: 0 0 15px;
	border-radius: 0;
	background: none;
	position: relative;
	border-top: 1px solid #ededed;
}

.card_info_holder.style-alt2 .info-holder {
	margin: 0 0 15px;
}

.card_info_holder .info-holder {
	width: 406px;
}

.card_info_holder .title {
	display: block;
	margin: 0 0 11px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #191919;
}

.card_info_holder .title sup {
	top: 0;
	color: #e71d36;
}

.card_info_holder .fields-holder {
	margin: 0 0 20px;
}

.card_info_holder .fields-holder:last-child {
	margin: 0;
}

.card_info_holder .fields-wrap {
	border-radius: 10px;
	border: 1px solid #e4eaf1;
}

.card_info_holder .fields-wrap:after {
	clear: both;
	display: block;
	content: "";
}

.card_info_holder .fields-wrap .jcf-select {
	border: none;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #e4eaf1;
}

.card_info_holder .input-hold {
	position: relative;
}

.card_info_holder .input-hold .img-card {
	top: 50%;
	right: 13px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.card_info_holder .input-hold .img-card img {
	display: block;
	height: auto;
	max-width: 100%;
}

.card_info_holder .inputs-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card_info_holder .inputs-wrap .input-hold {
	width: 50%;
}

.card_info_holder .form-control {
	height: 38px;
	padding: 0 50px 0 10px;
	color: #191919;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	background: #fff;
	border: none;
	border-radius: 10px;
	box-shadow: none;
}

.card_info_holder .form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.card_info_holder .form-control:-ms-input-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.card_info_holder .form-control::placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.card_info_holder .form-control.border-style {
	border: none;
	border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #e4eaf1;
}

.card_info_holder .form-control.border-style2 {
	border: none;
	border-radius: 0 0 10px 0;
	border-left: 1px solid #e4eaf1;
}

.card_info_holder .form-control.radius-style {
	border: none;
	border-radius: 0 0 10px 10px;
}

.card_info_holder .fake-select:before {
	background: transparent;
	box-shadow: none;
}

.card_info_holder .fake-select select {
	border: none;
	height: 40px;
	background: #fff;
	border-radius: 10px 10px 0 0;
	box-shadow: none;
	border-bottom: 1px solid #e4eaf1;
}

.card_info_holder.sec-hide {
	display: none;
}

.card-info-active .card_info_holder.sec-hide {
	display: block;
}

.card_info_holder .transfer-amount {
	margin: 0 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card_info_holder .transfer-amount:hover {
	text-decoration: none;
}

.card_info_holder .transfer-amount .ico {
	display: block;
	margin: 0 10px 0 0;
}

.card_info_holder .transfer-amount .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.card_info_holder .transfer-amount .text {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: #7166f9;
}

.powerd_by {
	top: 27px;
	right: 29px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
}

.powerd_by.style {
	top: auto;
	bottom: 45px;
}

.powerd_by .text {
	margin: 0 12px 0 0;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: #191919;
}

.powerd_by .logo-img {
	display: block;
}

.powerd_by .logo-img img {
	display: block;
	height: auto;
	max-width: 100%;
}

.my_credit_card_holder {
	padding: 27px 25px 45px 25px;
	position: relative;
	background: #fff;
	border-radius: 15px;
}

.my_credit_card_holder:after {
	clear: both;
	display: block;
	content: "";
}

.my_credit_card_holder.style {
	margin: 0 0 20px;
}

.my_credit_card_holder .btn.stroke {
	top: 27px;
	right: 25px;
	position: absolute;
	height: 40px;
	width: auto;
	margin: 0;
	padding: 5px 13px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	min-width: inherit;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.my_credit_card_holder .btn.stroke .ico {
	margin: 0 10px 0 0;
	display: block;
}

.my_credit_card_holder .btn.stroke .txt {
	display: block;
}

.my_credit_card_holder .btn.stroke:hover path {
	fill: #fff;
}

.my_credit_card_holder .heading-holder {
	margin: 0 0 11px;
	overflow: hidden;
}

.my_credit_card_holder .title {
	display: block;
	margin: 0 0 7px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #191919;
}

.my_credit_card_holder .info-txt {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #e71d36;
}

.btn-add-hold {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-add-hold .ico {
	display: block;
	margin: 0 12px 0 0;
}

.btn-add-hold .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.btn-add-hold .add-new {
	display: inline-block;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: #7166f9;
	position: relative;
}

.btn-add-hold .add-new.style {
	font-size: 14px;
	line-height: 16px;
}

.btn-add-hold .add-new:hover {
	text-decoration: none;
}

.btn-add-hold.style {
	margin: 0 0 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn-add-hold.style .add-new {
	font-size: 14px;
	line-height: 16px;
}

.card_info_list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 14px;
}

.card_info_list li {
	padding: 0;
	margin: 0 0 11px;
	position: relative;
}

.card_info_list li:only-child,
.card_info_list li:last-child {
	margin: 0;
}

.card_info_list li.remove {
	padding: 0 0 0 43px;
}

.card_info_list li.remove .ico-cross {
	display: block;
}

.card_info_list li.row-remove {
	display: none;
}

.card_info_list li .ico-cross {
	top: 50%;
	left: 3px;
	margin: 12px 0 0;
	display: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.card_info_list li .ico-cross img {
	display: block;
	height: auto;
	max-width: 100%;
}

.card_info_list .fields-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card_info_list .field-hold {
	padding: 0 10px;
	width: 15.4%;
	position: relative;
}

.card_info_list .field-hold:first-child {
	width: 40%;
}

.card_info_list .field-hold.style {
	margin: 28px 0 0;
}

.card_info_list .icon-hold {
	position: relative;
}

.card_info_list .icon-hold .ico {
	display: block;
}

.card_info_list .icon-hold img {
	display: block;
	height: auto;
	max-width: 100%;
}

.card_info_list .label-txt,
.card_info_list .label {
	display: block;
	margin: 0 0 7px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #686868;
}

.card_info_list .field-wrap {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.card_info_list .field-wrap .dropdown-menu {
	margin: -10px 0 0 80px;
}

.card_info_list .card-img {
	top: 50%;
	left: 10px;
	width: auto;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.card_info_list .card-img img {
	display: block;
	height: auto;
	max-width: 100%;
}

.card_info_list .form-control {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	color: #191919;
	box-shadow: inset -2px 2px 4px rgba(219, 219, 219, .25);
}

.card_info_list .form-control.style {
	padding: 0 20px 0 57px;
}

.card_info_list .form-control.disabled {
	border-color: transparent;
}

.card_info_list .form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.card_info_list .form-control:-ms-input-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.card_info_list .form-control::placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.card_info_list .form-control.disabled {
	color: #686868;
}

.card_info_list .form-control.disabled::-webkit-input-placeholder {
	color: #686868;
}

.card_info_list .form-control.disabled:-ms-input-placeholder {
	color: #686868;
}

.card_info_list .form-control.disabled::placeholder {
	color: #686868;
}

.card_info_list .badge {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 5px;
	min-width: 62px;
	min-height: 20px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: #fff;
	background: #7166f9;
	border: 1px solid #7166f9;
	border-radius: 10px;
}

.card_info_list .badge.style {
	color: #7166f9;
	background: rgba(113, 102, 249, .1);
}

.finance_deposit_holder {
	margin: 0 0 51px;
	padding: 35px 397px 35px 35px;
	background: #fff;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; /*.offers_info {
        background: #F4F4FF;

        li {
            &:nth-child(2),
            &:last-child {
                background: #FAFAFA;
            }
        }
    }*/
}

.finance_deposit_holder .amount-box {
	display: block;
	padding: 29px 110px 29px 29px;
	width: 44.9%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #f4f4ff;
	border: 1px solid #7166f9;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
	margin: 0 6.4% 0 0;
	position: relative;
	text-decoration: none;
}

.finance_deposit_holder .amount-box .ico-plus {
	top: 50%;
	right: 28px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.finance_deposit_holder .amount-box .ico-plus img {
	display: block;
	height: auto;
	max-width: 100%;
}

.finance_deposit_holder .offers_holder {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.finance_deposit_holder .title-wallet {
	margin: 0 0 19px;
}

.finance_deposit_holder .title-wallet .icon {
	width: 15px;
	margin: 0 10px 0 0;
}

.finance_deposit_holder .title-wallet .text {
	font-size: 16px;
	line-height: 19px;
}

.finance_deposit_holder .amount {
	display: block;
	font-size: 48px;
	line-height: 56px;
	font-weight: 500;
	color: #7166f9;
}

.finance_deposit_holder .right-img {
	top: -17px;
	right: 40px;
	position: absolute;
}

.finance_deposit_holder .right-img img {
	display: block;
	height: auto;
	max-width: 100%;
}

.finance_deposit_holder.style {
	padding: 0;
	margin: 0 0 23px;
	box-shadow: none;
	background: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.finance_deposit_holder.style .amount-box {
	margin: 0;
	width: 33.6%;
}

.finance_deposit_holder.style .offers_holder {
	width: 36.3%;
	-webkit-box-flex: inherit;
	-ms-flex-positive: inherit;
	flex-grow: inherit;
}

.title-records {
	display: block;
	padding: 0 0 26px;
	margin: 0 0 26px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
	border-bottom: 1px solid #ededed;
}

.info_heading_box {
	padding: 0 0 19px 29px;
	margin: 0 0 23px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #191919;
	position: relative;
	border-bottom: 1px solid #ededed;
}

.info_heading_box p {
	margin: 0;
}

.info_heading_box h2 {
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #675de4;
}

.info_heading_box .number {
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	content: "";
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: #675de4;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #675de4;
	border-radius: 100%;
	position: absolute;
}

.error_text_holder {
	margin: 0 0 24px;
	overflow: hidden;
}

.error_text_holder .title {
	margin: 0 0 8px;
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #191919;
}

.error_text_holder .title sup {
	color: #e71d36;
}

.error_text_holder .warning {
	display: block;
	padding: 0 0 0 17px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #e71d36;
	position: relative;
}

.error_text_holder .warning:after {
	top: 0;
	left: 0;
	content: "";
	width: 11px;
	height: 12px;
	z-index: 5;
	position: absolute;
	background: url(../images/warning.png) no-repeat;
}

.error_text_holder .warning.style {
	padding: 0;
}

.error_text_holder .warning.style:after {
	display: none;
}

.payment_info_holder {
	margin: 0 0 33px;
	padding: 36px 24px 25px;
	background: #fff;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.payment_info_holder .btn {
	width: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.payment_info_holder .btn-holder {
	margin: 0 0 23px;
}

.payment_info_holder .btn-holder .btn.stroke {
	min-width: inherit;
	height: auto;
	min-height: inherit;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fafafa;
	padding: 8px 14px;
	border-radius: 15px;
	border: 1px solid #1638d8;
	cursor: text;
}

.payment_info_holder .btn-holder .btn.stroke .ico {
	display: block;
	margin: 0 10px 0 0;
}

.payment_info_holder .btn-holder .btn.stroke .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.payment_info_holder .btn-holder .btn.stroke .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #112fbd;
}

.ship_info_holder {
	margin: 0;
	padding: 36px 24px 25px;
	background: #fff;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
	overflow: hidden;
}

.ship_info_holder .btn {
	width: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.ship_info_holder .title-specify {
	margin: 0 0 9px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #191919;
	display: block;
}

.ship-method {
	margin: 0;
	overflow: hidden;
}

.ship-method .method-row {
	margin: 0;
	overflow: hidden;
}

.ship-method .title-ship {
	display: block;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #191919;
}

.ship-method .ship-info-row {
	margin: 0 0 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ship-method .info-hold {
	width: 48.8%;
	margin: 0 1.9% 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ship-method .info-hold + .info-hold {
	margin: 0;
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.label {
    display: block;
    margin: 0 22px 0 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #686868;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 8px;
}

.jcf-select {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fafafa;
	border: 1px solid #ededed;
	box-shadow: inset -2px 2px 4px rgba(219, 219, 219, .25);
}

.credit-holder {
	width: 47.9%;
	margin: 0 0 13px;
}

.control-holder .custom-control {
	margin: 0 0 4px;
}

.control-holder .custom-control:last-child,
.control-holder .custom-control:only-child {
	margin: 0 0 14px;
}

.dropdown-menu {
    min-width: 121px;
    padding: 5px 0;
    margin: 5px 0 0;
    background: #60718e;
    border-radius: 10px;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

    .dropdown-menu a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 40px;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        color: #fff;
        padding: .25rem .5rem .25rem 1rem;
        background: none;
        border-radius: 10px;
        font-family: "Roboto", sans-serif;
    }

.dropdown-menu a:hover {
	color: #fff;
	background: #747ce5;
}

.modal-dialog.shipping-modal {
	max-width: 829px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	border-radius: 15px;
}

.modal-dialog.shipping-modal .logo-holder {
	margin: 0 0 28px;
	overflow: hidden;
}

.modal-dialog.shipping-modal .logo-holder img {
	display: block;
	height: auto;
	max-width: 100%;
}

.modal-dialog.shipping-modal .modal-content {
	padding: 45px 45px 45px 48px;
	border-radius: 15px;
	position: relative;
}

.modal-dialog.shipping-modal .title-heading {
	margin: 0 0 30px;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.modal-dialog.shipping-modal .text-info-wrap {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #191919;
	position: relative;
	height: 520px;
	overflow: auto;
	padding: 0 30px 0 0;
}

.modal-dialog.shipping-modal .text-info-wrap p {
	margin: 0 0 14px;
}

.modal-dialog.shipping-modal .text-info-wrap p strong {
	font-weight: 700;
}

.modal-dialog.shipping-modal .text-info-wrap p a {
	font-weight: 700;
	text-decoration: underline;
}

.modal-dialog.shipping-modal .text-info-wrap p a:hover {
	text-decoration: none;
}

.modal-dialog.shipping-modal .address-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #191919;
}

.modal-dialog.shipping-modal .address-list li {
	margin: 0;
}

.modal-dialog .ico-close {
	top: 45px;
	right: 43px;
	position: absolute;
}

.modal-dialog .ico-close img {
	display: block;
	height: auto;
	max-width: 100%;
}

.modal-backdrop {
	background: rgba(96, 113, 142, .5) !important;
}

.was-validated .form-control:invalid {
	color: #dc3545;
}

.was-validated .form-control:invalid::-webkit-input-placeholder {
	color: #dc3545;
}

.was-validated .form-control:invalid:-ms-input-placeholder {
	color: #dc3545;
}

.was-validated .form-control:invalid::placeholder {
	color: #dc3545;
}

.support_ticket_info {
	padding: 0 12px 0 0;
	overflow: hidden;
    margin-bottom:22px;
}

.support_ticket_info .btn-select-holder {
	margin: 0 0 8px;
	overflow: hidden;
}

.support_ticket_info .btn-select-holder .btn-select-order {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #7166f9;
	position: relative;
	padding: 0 0 0 28px;
}

.support_ticket_info .btn-select-holder .btn-select-order:after {
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	content: "";
	position: absolute;
	background: url(../images/arrow-left.png) no-repeat;
}

.support_ticket_info .btn-select-holder .btn-select-order:hover {
	text-decoration: none;
}

.support_ticket_info .product-info-holder {
	position: relative;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #191919;
}

.support_ticket_info .product-info-holder p {
	margin: 0;
}

.support_ticket_info .product-info-holder .track-number {
	color: #1638d8;
}

.support_ticket_info .product-info-holder .sign-success {
	color: #00d1a4;
}

.support_ticket_info .heading_holder {
	padding: 0 0 31px;
	margin: 0 0 35px;
	font-size: 14px;
	line-height: 18px;
	color: #686868;
	font-weight: 400;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ededed;
}

.support_ticket_info .heading_holder.space-style {
	padding: 0 0 20px;
	margin: 0 0 25px;
}

.support_ticket_info .heading_holder p {
	margin: 0;
}

.support_ticket_info .heading_holder.style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 14px;
	margin: 0 0 71px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.support_ticket_info .heading_holder .heading-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.support_ticket_info .heading_holder .links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.support_ticket_info .heading_holder .links li {
	margin: 0 61px 0 0;
}

.support_ticket_info .heading_holder .links li:last-child {
	margin: 0;
}

.support_ticket_info .heading_holder .links li a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #1638d8;
}

.support_ticket_info .heading_holder .btn-inventory {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	padding: 10px 21px;
}

.support_ticket_info .heading_holder .btn-inventory .ico {
	margin: 0 10px 0 0;
	display: block;
	font-size: 18px;
	color: #fff;
}

.support_ticket_info .heading_holder .btn-inventory .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
}

.support_ticket_info h1 {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.support_ticket_info h1 .head_text {
	margin: 0 16px 0 0;
	display: block;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	color: #191919;
}

.support_ticket_info h1 .head_text.style {
	margin: 0 71px 0 0;
}

.support_ticket_info h1 .icon-hold {
	display: block;
	position: relative;
}

.support_ticket_info h1 .icon {
	display: block;
}

.support_ticket_info h1 .icon img {
	display: block;
	height: auto;
	max-width: 100%;
}

.support_ticket_info .select_bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -22px 35px;
	position: relative;
}

.support_ticket_info .select_bar.style {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.support_ticket_info .select_bar.inventory {
	padding: 0 130px 0 0;
}

.support_ticket_info .select-wrap {
	padding: 0 22px;
}

.support_ticket_info .select-wrap .btn {
	min-width: 104px;
	height: 40px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.support_ticket_info .right-align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shop-select-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-select-holder .title-shop {
	margin: 0 21px 0 0;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #777;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.shop-select-holder .select-box {
	width: 221px;
	height: 40px;
}

.calendar-holder {
	width: 272px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border: 1px solid #ededed;
	border-radius: 10px;
}

.modal-content .calendar-holder {
	padding: 0 0 0 28px;
}

.calendar-holder .input-hold {
	padding: 0 0 0 28px;
	position: relative;
	background: #fafafa;
	border-radius: 10px 0 0 10px;
	box-shadow: inset -2px 2px 4px rgba(219, 219, 219, .25);
}

.calendar-holder .input-hold.style {
	padding: 0;
	border-radius: 0 10px 10px 0;
}

.calendar-holder .input-hold.focus {
	background: #fff;
}

.calendar-holder .input-hold.focus .date-input {
	background: #fff;
	box-shadow: inset -2px 2px 4px rgba(219, 219, 219, .25);
}

.calendar-holder .ico-calendar {
	top: 50%;
	left: 9px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.calendar-holder .ico-calendar img {
	display: block;
	height: auto;
	max-width: 100%;
}

.calendar-holder .date-input {
	width: 103px;
	height: 100%;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #191919;
	border: none;
	background: none;
	box-shadow: none;
	text-align: center;
	background: #fafafa;
	border-radius: 0 10px 10px 0;
}

.calendar-holder .date-input::-webkit-input-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.calendar-holder .date-input:-ms-input-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.calendar-holder .date-input::placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.calendar-holder .date-input:focus {
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
}

.calendar-holder .to {
	width: 36px;
	height: 100%;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #191919;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(113, 102, 249, .1);
}

.ui-datepicker {
	border: 1px solid #ededed !important;
	box-shadow: 2px 2px 6px #ededed !important;
	border-radius: 15px !important;
}

.ui-widget-content {
	padding: 25px 20px 20px !important;
	border: 1px solid #ededed !important;
	box-shadow: 2px 2px 6px #ededed !important;
	border-radius: 15px !important;
}

.ui-corner-all {
	border-radius: 10px;
}

.ui-datepicker-week-col {
	display: none !important;
}

.ui-datepicker .ui-datepicker-header {
	background: none;
	border: none;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	background: none;
	border: none;
	width: 50% !important;
	font-size: 20px !important;
	line-height: 24px !important;
	font-weight: 500 !important;
	color: #60718e !important;
	position: relative !important;
}

.ui-datepicker th {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #191919;
}

.ui-datepicker td a {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 30px;
	height: 30px;
	border: none !important;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #191919;
	border-radius: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: none !important;
}

.ui-datepicker td a:hover {
	color: #fff !important;
	background: #7166f9 !important;
}

.ui-datepicker td a.ui-state-active {
	color: #fff !important;
	background: #7166f9 !important;
}

.ui-datepicker-title {
	position: relative;
}

.ui-datepicker-title:before {
	bottom: 2px;
	left: 0;
	width: 45px;
	height: 2px;
	content: "";
	position: absolute;
	background: #60718e;
}

.ui-datepicker-title:after {
	bottom: 2px;
	right: 30px;
	width: 47px;
	height: 2px;
	content: "";
	position: absolute;
	background: #60718e;
}

.search_holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search_holder.style {
	margin: 0 15px 0 0;
}

.search_holder .title-order {
	display: block;
	margin: 0 10px 0 0;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #777;
}

.search_holder .title-order.black {
	color: #191919;
}

.search_holder .title-order sup {
	top: 0;
	color: #e71d36;
}

.search-field-holder {
	width: 283px;
	height: 40px;
	position: relative;
}

.search-field-holder.style {
	width: 259px;
}

.search-field-holder.style .search-field {
	padding: 0 45px 0 9px;
}

.search-field-holder.width-style {
	width: 240px;
}

.search-field-holder.width-style .search-field {
	padding: 0 9px;
	border-radius: 10px;
}

.search-field-holder.width-style2 {
	width: 219px;
}

.search-field-holder.width-style2 .search-field {
	padding: 0 9px;
	border-radius: 10px;
}

.search-field-holder .search-field {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #191919;
	background: #fff;
	padding: 0 70px 0 9px;
	border: 1px solid #ededed;
	box-shadow: inset -2px 2px 4px rgba(219, 219, 219, .25);
	border-radius: 10px 0 0 10px;
}

.search-field-holder .search-field::-webkit-input-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.search-field-holder .search-field:-ms-input-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.search-field-holder .search-field::placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.search-field-holder .search-field:focus {
	outline: none;
	-webkit-appearance: none;
}

.search-field-holder .btn-search {
	top: 0;
	right: 0;
	bottom: 0;
	width: 64px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #7166f9;
	position: absolute;
	border-radius: 0 10px 10px 0;
}

.search-field-holder .btn-search:hover {
	background: #6f42c1;
}

.search-field-holder .btn-search.style {
	width: 40px;
}

.tabs_bar {
	padding: 0;
	position: relative;
}

.tabs_bar.style {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-popup-holder {
	margin: 0 0 0 30px;
	position: relative;
}

.info-popup-holder .ico {
	display: block;
}

.info-popup-holder .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.info-popup-holder .info-popup {
	top: -12px;
	left: 100%;
	position: absolute;
	width: 357px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 20px 20px 20px 24px;
	background: #fff;
	border: 1px solid #1638d8;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

.popup-active .info-popup-holder .info-popup {
	opacity: 1;
	visibility: visible;
}

.info-popup-holder .text-box {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #191919;
	overflow: hidden;
}

.info-popup-holder .text-box p {
	margin: 0;
}

.info-popup-holder .text-box:last-child {
	margin: 0;
}

.info-popup-holder .text-box.new-style {
	color: #1638d8;
}

.info-popup-holder .text-box.new-style p strong {
	font-weight: 700;
}

.info-popup-holder .title {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #1638d8;
}

.info-popup-holder .title-partially {
	margin: 0;
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #1638d8;
}

.info-popup-holder.new-style {
	margin: 0 0 0 10px;
}

.info-popup-holder.new-style .info-popup {
	left: 100%;
	width: 296px;
	padding: 15px;
}

.info-popup-holder.new-style .info-popup.width-style {
	width: 815px;
}

.btns-hold {
	top: -8px;
	right: 0;
	position: absolute;
}

.btns-hold.style {
	top: 50%;
	right: 23px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btns-hold.style-alt2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btns-hold .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 40px;
	min-width: inherit;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #ededed;
	background: #fff;
	border-radius: 15px;
	box-shadow: none;
}

.btns-hold .btn + .btn {
	margin: 0 0 0 13px;
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
}

.btns-hold .btn .text {
	margin: 0 0 0 12px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #7166f9;
}

.btns-hold .btn .ico {
	display: block;
}

.btns-hold .btn .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.btns-hold .btn:hover {
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
}

.table-tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
}

.table-tabs.order {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.table-tabs.order li {
	position: relative;
}

.table-tabs.order .dropdown-menu {
	margin: 0;
	min-width: 97% !important;
	top: 100% !important;
}

.table-tabs li {
	padding: 0 5px;
}

.table-tabs li > a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 45px;
	padding: 0 25px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #fff;
	background: rgba(73, 60, 235, .3);
	box-shadow: 2px 0 4px rgba(0, 0, 0, .04);
	border-radius: 15px 15px 0 0;
}

.table-tabs li > a.pad-style {
	position: relative;
	padding: 0 50px 0 25px;
}

.table-tabs li > a.pad-style:after {
	top: 50%;
	right: 25px;
	content: "";
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-width: 5px 5.5px 0 5.5px;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
}

.table-tabs li > a.active,
.table-tabs li > a:hover {
	color: #7166f9;
	background: #fff;
}

.table-tabs li > a.active:after,
.table-tabs li > a:hover:after {
	border-color: #7166f9 transparent transparent transparent;
}

.table-tabs li > a:hover {
	text-decoration: none;
}

.table_holder {
	padding: 0 0 24px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ededed;
}

.table_holder:after {
	clear: both;
	display: block;
	content: "";
}

.support_ticket_table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	table-layout: fixed;
	border-radius: 15px;
}

.support_ticket_table.radius-style {
	border-radius: 0 15px 15px;
}

.support_ticket_table.bg-transparent {
	background: transparent;
}

.support_ticket_table.bg-transparent tr {
	padding: 0;
}

.support_ticket_table.bg-transparent th:first-child {
	border-radius: 15px 0 0 15px;
}

.support_ticket_table.bg-transparent th:first-child .text-wrap {
	border-radius: 15px 0 0 15px;
}

.support_ticket_table.bg-transparent th:last-child {
	border-radius: 0 15px 15px 0;
}

.support_ticket_table.bg-transparent th:last-child .text-wrap {
	border-radius: 0 15px 15px 0;
}

.support_ticket_table.bg-transparent thead th .text {
	color: #60718e;
}

.support_ticket_table.modal-table {
	border-radius: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
	filter: drop-shadow(2px 2px 6px #ededed);
}

.support_ticket_table.modal-table .fake-checkbox {
	border-color: #675de4;
}

.support_ticket_table thead tr {
	border-bottom: 1px solid #ededed; /*&.border-none {
                border: none;
            }*/
}

.support_ticket_table thead th {
	padding: 0;
	border: none;
	height: auto;
	position: relative;
}

.support_ticket_table thead th.style {
	border-bottom: 1px solid #ededed;
}

.support_ticket_table thead th .text-wrap {
	min-height: 63px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative; /*&.radius-style {
                    border-radius: 10px 0 0 10px;
                }

                &.radius-style2 {
                    border-radius: 0 10px 10px 0;
                }*/
}

.support_ticket_table thead th .text-wrap.style {
	padding: 10px;
	min-height: 108px;
	border-bottom: 1px solid #ededed;
}

.support_ticket_table thead th .text-wrap.style-alt2 {
	min-height: 83px;
	background: rgba(96, 113, 142, .1);
}

.support_ticket_table thead th .text-wrap.style-alt3 {
	min-height: 50px;
	border-bottom: 1px solid #ededed;
}

.support_ticket_table thead th .text-wrap.padding-style {
	padding: 10px 115px 10px 10px;
}

.support_ticket_table thead th .text-wrap.bg-none {
	background: none;
}

.support_ticket_table thead th .title-quantity {
	top: 50%;
	right: 21px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #60718e;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.support_ticket_table thead th .title-quantity.txt-black {
	color: #686868;
}

.support_ticket_table thead th .wrap {
	overflow: hidden;
}

.support_ticket_table thead th .text {
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #686868;
}

.support_ticket_table thead th .text.style {
	padding: 0 0 0 40px;
}

.support_ticket_table thead th .text.color-style {
	color: #60718e;
}

.support_ticket_table tbody tr {
	border-bottom: 1px solid #ededed;
}

.support_ticket_table tbody tr:last-child {
	border-bottom: none;
}

.support_ticket_table td {
	padding: 10px 10px;
	border: none;
	vertical-align: middle;
}

.support_ticket_table td .txt {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #191919;
	font-weight: 400;
	border: none;
}

.support_ticket_table td .txt a {
	color: #191919;
	text-decoration: none;
}

.support_ticket_table td .txt.blue {
	color: #1638d8;
}

.support_ticket_table td .txt.red {
	color: #e71d36;
}

.support_ticket_table td .txt.style {
	margin: 0 0 15px;
}

.support_ticket_table td .txt.cancel {
	font-size: 12px;
	line-height: 14px;
	color: #686868;
	text-decoration: none;
}

.support_ticket_table td .txt a {
	color: #1638d8;
}

.support_ticket_table td .txt a:hover {
	opacity: .7;
	text-decoration: none;
}

.support_ticket_table td .fake-checkbox {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.support_ticket_table td .text-wrap {
	min-height: 91px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.support_ticket_table td .text-wrap.style {
	min-height: 122px;
}

.support_ticket_table td .text-wrap.style-alt2 {
	min-height: 76px;
}

.support_ticket_table td .text-wrap.style-alt3 {
	min-height: 102px;
}

.support_ticket_table td .text-wrap.style-alt4 {
	min-height: 85px;
}

.support_ticket_table td .text-wrap.style-alt5 {
	min-height: 44px;
}

.support_ticket_table td .wrap {
	overflow: hidden;
}

.support_ticket_table .btn-hold {
	padding: 10px 0 0;
	overflow: hidden;
}

.support_ticket_table .btn-hold.style {
	padding: 0;
	margin: 0;
}

.support_ticket_table .btn-hold .btn-tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 25px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	padding: 0 10px;
	color: #7166f9;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(113, 102, 249, .1);
	border: 1px solid #7166f9;
	box-sizing: border-box;
	border-radius: 28px;
}

.support_ticket_table .btn-hold .btn-tag.replacement {
	color: #00d1a4;
	background: rgba(0, 209, 164, .1);
	border-color: #00d1a4;
}

.support_ticket_table .btn-hold .btn-tag.equire {
	color: #08c5f9;
	background: rgba(8, 197, 249, .1);
	border: 1px solid #08c5f9;
}

.support_ticket_table .btn-hold .btn-tag.settled,
.support_ticket_table .btn-hold .btn-tag.reprocess {
	color: #60718e;
	border-color: #60718e;
	background: rgba(239, 246, 254, .1);
}

.support_ticket_table .btn-hold .btn-tag.refund {
	color: #e71d36;
	background: #fff6f7;
	border: 1px solid #e71d36;
}

.support_ticket_table .order-detail {
	padding: 0;
}

.support_ticket_table .order-detail .btn-primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 124px;
	min-width: inherit;
	height: 40px;
	padding: 0 10px;
	margin: 0 0 20px;
}

.support_ticket_table .order-detail .btn-primary .ico {
	margin: 0 10px 0 0;
	display: block;
}

.support_ticket_table .order-detail .btn-primary .txt-process {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
	display: block;
}

.support_ticket_table .order-detail .title-order {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #7166f9;
	font-weight: 500;
}

.support_ticket_table .check-label {
	top: 0;
	left: 0;
	position: absolute;
}

.support_ticket_table .check-label.style {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.support_ticket_table .shoes-info-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 100px 0 10px;
	margin: 23px 0 66px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.support_ticket_table .shoes-info-holder:last-child,
.support_ticket_table .shoes-info-holder:only-child {
	margin: 23px 0 23px;
}

.support_ticket_table .shoes-info-holder .img-box {
	width: 76px;
	margin: 0 18px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.support_ticket_table .shoes-info-holder .img-box img {
	display: block;
	height: auto;
	max-width: 100%;
	border-radius: 10px;
}

.support_ticket_table .shoes-info-holder .img-box.style {
	width: 65px;
	margin: 0 10px 0 0;
}

.support_ticket_table .shoes-info-holder .text-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
}

.support_ticket_table .shoes-info-holder .title {
	display: block;
	margin: 0 0 7px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #7166f9;
}

.support_ticket_table .shoes-info-holder .title a {
	color: #7166f9;
	text-decoration: none;
}

.support_ticket_table .shoes-info-holder .info-txt {
	display: block;
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #191919;
	word-break: break-all;
}

.support_ticket_table .shoes-info-holder .info-txt.style {
	color: #60718e;
}

.support_ticket_table .shoes-info-holder.style {
	padding: 0 10px;
	margin: 0;
}

.support_ticket_table .shoes-info-holder.style-alt2 {
	margin: 0;
	padding: 0 35px 0 10px;
    margin-bottom:10px;
}

.support_ticket_table .shoes-info-holder.top-space {
	margin-top: 10px;
}

.support_ticket_table .shoes-info-holder .icons {
	top: 10px;
	right: 10px;
	position: absolute;
}

.support_ticket_table .shoes-info-holder .icons .ico-file {
	display: block;
}

.support_ticket_table .shoes-info-holder .icons .ico-del {
	margin-top: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.support_ticket_table .shoes-info-holder:hover .icons .ico-del {
	opacity: 1;
	visibility: visible;
}

.support_ticket_table .shoes-info-holder.cancelled:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, .75);
}

.support_ticket_table .quantity-number {
	top: 50%;
	right: 34px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #191919;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.support_ticket_table .detail-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.support_ticket_table .detail-list li {
	margin: 0 0 20px;
}

.support_ticket_table .detail-list li:last-child {
	margin: 0;
}

.support_ticket_table .detail-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.support_ticket_table .detail-list li .ico {
	display: block;
	margin: 0 10px 0 0;
}

.support_ticket_table .detail-list li .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.support_ticket_table .detail-list li .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #1638d8;
}

.support_ticket_table .product-img {
	overflow: hidden;
	text-align: center;
}

.support_ticket_table .product-img img {
	display: inline-block;
	height: auto;
	max-width: 100%;
    width:77px;
    height:76px;

}

.support_ticket_table .btn-pay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 91px;
	height: 40px;
	padding: 5px;
	margin: 0 0 10px;
	background: #191919;
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
	border-radius: 15px;
	text-decoration: none;
}

.support_ticket_table .btn-pay .ico {
	display: block;
	margin: 0 10px 0 0;
}

.support_ticket_table .btn-pay .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.support_ticket_table .btn-pay .txt-pay {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
}

.support_ticket_table .col1 {
	width: 4.7%;
	padding: 0 0 0 15px;
}

.support_ticket_table .col1 .text-wrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.support_ticket_table .col1 .text-wrap.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.support_ticket_table.responsive-style tbody tr {
	position: relative;
}

.support_ticket_table.responsive-style tbody tr.cancelled:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background: rgba(251, 251, 251, .75);
	box-shadow: inset 0 -1px 0 #ededed;
}

.support_ticket_table.responsive-style tbody tr:last-child:after {
	border-radius: 0 0 15px 15px;
}

.support_ticket_table .col2 {
	width: 2%;
}

.support_ticket_table .col3 {
	width: 6.5%;
	padding: 10px;
}

.support_ticket_table .col4 {
	width: 8%;
	padding: 10px;
}

.support_ticket_table .col5 {
	width: 8.6%;
	padding: 10px;
}

.support_ticket_table .col6 {
	width: 5.3%;
	padding: 10px;
}

.support_ticket_table .col7 {
	width: 4%;
}

.support_ticket_table .col8 {
	width: 10.5%;
}

.support_ticket_table .col9 {
	width: 4%;
}

.support_ticket_table .col10 {
	width: 5.8%;
}

.support_ticket_table .col11 {
	width: 20%;
}

.support_ticket_table .col12 {
	width: 4%;
}

.support_ticket_table .col13 {
	width: 4%;
}

.support_ticket_table .col14 {
	width: 8%;
}

.support_ticket_table .col14 .txt {
	cursor: text;
	text-decoration: none;
}

.support_ticket_table .col15 {
	width: 8%;
}

.support_ticket_table .col16 {
	width: 4%;
}

.support_ticket_table .col17 {
	width: 4.2%;
}

.support_ticket_table .col18 {
	width: 5.6%;
}

.support_ticket_table .col19 {
	width: 7.5%;
}

.support_ticket_table .col20 {
	width: 3%;
}

.support_ticket_table .col21 {
	width: 4%;
}

.support_ticket_table .col21 .text-wrap {
	padding: 0 0 0 15px;
	text-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.support_ticket_table .col21 .wrap {
	width: 100%;
}

.support_ticket_table .col22 {
	width: 6%;
}

.support_ticket_table .col23 {
	width: 4.3%;
}

.support_ticket_table .col24 {
	width: 28%;
}

.support_ticket_table .col25 {
	width: 12%;
}

.support_ticket_table .col26 {
	width: 9.8%;
}

.support_ticket_table .col26.pad-left {
	padding: 0 0 0 15px;
}

.support_ticket_table .col26 .text-wrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.support_ticket_table .col26 .custom-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0;
}

.support_ticket_table .col26 .check-hold {
	width: 18px;
	margin: 0 40px 0 0;
	display: block;
}

.support_ticket_table .col26 .fake-checkbox {
	display: block;
	position: relative;
}

.support_ticket_table .col26 .text-hold {
	display: block;
}

.support_ticket_table .col26 .txt-number {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #191919;
	display: block;
	text-align: center;
}

.support_ticket_table .col26 .txt {
	/*word-break: break-all;*/
   
}

.support_ticket_table .col27 {
	width: 7.42%;
}

.support_ticket_table .col27 .btn {
	min-width: 100%;
}

.support_ticket_table .col27 .txt {
	/*word-break: break-all;*/
}

.support_ticket_table .col28 {
	width: 16%;
}

.support_ticket_table .col28 .txt {
	word-break: break-all;
}

.support_ticket_table .col29 {
	width: 25%;
}

.support_ticket_table .col29 .text {
	color: #191919;
}

.support_ticket_table .col29 .btn {
	min-width: 96px;
}

.support_ticket_table .col29 .btn .ico {
	margin: 0 8px 0 0;
}

.support_ticket_table .col29 .btn .txt-select {
	font-size: 14px;
	line-height: 16px;
}

.support_ticket_table .col30 {
	width: 25%;
}

.custom-check {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 0 66px;
	min-height: inherit;
}

.custom-check.style {
	padding: 0 0 0 25px;
}

input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

input[type="checkbox"]:checked + .fake-checkbox {
	background: #7166f9;
	border-color: #191919;
}

input[type="checkbox"]:checked + .fake-checkbox:before {
	opacity: 1;
}

input[type="checkbox"]:checked + .fake-checkbox.style {
	border-color: #675de4;
}

input[type="checkbox"]:checked + .check-hold .fake-checkbox {
	background: #7166f9;
	border-color: #191919;
}

input[type="checkbox"]:checked + .check-hold .fake-checkbox:before {
	opacity: 1;
}

input[type="checkbox"]:checked + .check-hold .fake-checkbox.style {
	border-color: #675de4;
}

.fake-checkbox {
	top: 0;
	left: 0;
	position: absolute;
	width: 18px;
	height: 18px;
	border: 2px solid #686868;
	box-sizing: border-box;
	border-radius: 3px;
}

.fake-checkbox:before {
	top: 50%;
	left: 50%;
	content: "";
	width: 10px;
	height: 10px;
	opacity: 0;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../images/ico-check.png);
}

.fake-checkbox.style {
	top: 5px;
	width: 15px;
	height: 15px;
	border-color: #675de4;
}

.paging_bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.paging_bar .page-number-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.paging_bar .number-hold {
	width: 74px;
	height: 40px;
	margin: 0 11px 0 0;
}

.paging_bar.style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.paging {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
}

.paging li {
	padding: 0 5px;
}

.paging li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 40px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #686868;
	background: #fafafa;
	border: 1px solid #ededed;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 10px;
}

	.paging li a:hover {
		color: #fff;
		text-decoration: none;
		background: #2470af;
	}

.paging.style {
	margin: 0 0 0 70px;
}

.success_note {
	top: 0;
	left: 50%;
	padding: 10px 20px 10px 82px;
	min-width: 332px;
	min-height: 86px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #58b232;
	z-index: 105;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #f3ffdd;
}

.success_note p {
	margin: 0;
}

.success_note .ico {
	top: 50%;
	left: 20px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.success_note .ico img {
	display: block;
	height: auto;
	max-height: 100%;
}

.success_note .title {
	display: block;
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
}

.order-no-info {
	margin: 0 0 70px;
	overflow: hidden;
}

.order-no-info.style {
	margin: 0;
}

.order-no-info h2 {
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center; 
	-ms-flex-align: center; 
	align-items: center;
}

.order-no-info h2 .text {
	margin: 0 16px 0 0;
	display: block;
}

.order-no-info h2 .order-no {
	display: block;
}

.order-no-info .question-holder {
	padding: 38px;
	background: #fff;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
	margin: 0 0 70px;
}

.order-no-info .question-holder.style {
	margin: 0 0 22px;
}

.order-no-info .question-select-holder {
	margin-bottom: 46px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order-no-info .select-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order-no-info .label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 24px 0 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #777;
}

.order-no-info .label.style {
	display: block;
	margin: 0;
}

.order-no-info .label sup {
	top: 0;
	color: #e71d36;
}

.order-no-info .label.style {
	margin: 0 0 8px;
}

.order-no-info .select {
	width: 60.6%;
}

.order-no-info .select.style {
	width: 73%;
}

.order-no-info .update {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #1638d8;
}

.order-no-info .jcf-select {
	background: #fafafa;
	border: 1px solid #ededed;
}

.order-no-info .jcf-select.jcf-focus .jcf-select-text {
	color: #191919;
}

.order-no-info .jcf-select .jcf-select-text {
	color: #b8b8b8;
}

.order-no-info .textarea-holder {
	margin-bottom: 0;
}

.order-no-info .form-control {
	color: #191919;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.order-no-info .form-control::-webkit-input-placeholder {
	color: #b8b8b8;
}

.order-no-info .form-control:-ms-input-placeholder {
	color: #b8b8b8;
}

.order-no-info .form-control::placeholder {
	color: #b8b8b8;
}

.order-no-info .form-control.textarea {
	color: #191919;
	box-shadow: inset -2px 2px 4px rgba(219, 219, 219, .25);
	border-radius: 10px;
	height: 141px;
	padding: 10px;
	background: #fff;
	resize: none;
}

.order-no-info .form-control.textarea::-webkit-input-placeholder {
	color: #b8b8b8;
}

.order-no-info .form-control.textarea:-ms-input-placeholder {
	color: #b8b8b8;
}

.order-no-info .form-control.textarea::placeholder {
	color: #b8b8b8;
}

.order-no-info .form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
}

.order-no-info .form-control.color-style {
	color: #191919;
}

.order-no-info .form-control.color-style::-webkit-input-placeholder {
	color: #b8b8b8;
}

.order-no-info .form-control.color-style:-ms-input-placeholder {
	color: #b8b8b8;
}

.order-no-info .form-control.color-style::placeholder {
	color: #b8b8b8;
}

.order-no-info .btns-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 70px;
}

.order-no-info .btns-frame .btn {
	padding: 7px 15px;
	margin: 0 30px 0 0;
	border: 1px solid transparent;
}

.order-no-info .btns-frame .btn + .btn {
	margin: 0;
}

.order-no-info .btns-frame .btn.stroke {
	border-color: #7166f9;
}

.record_block {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 50px 40px 28px 40px;
    background: rgba(96, 113, 142, .1);
    box-shadow: 2px 2px 6px #ededed;
    border-radius: 15px;
    margin-right: 12px;
}

.record_block h2 {
	margin: 0 0 33px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.record_block .table-frame {
	margin: 0 0 75px;
	overflow: hidden;
}

.record_block .table-frame + .table-frame {
	margin: 0;
}

.information-holder {
	padding: 47px 38px;
	background: #fff;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
	margin: 0 0 70px;
    margin-right:15px;
}

.information-holder.style {
	margin: 0 0 22px;
}

.information-holder h2 {
	padding: 0 0 10px;
	margin: 0 0 22px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
	border-bottom: 1px solid #ededed;
}

.information-holder h2 sup {
	top: 0;
	color: #e71d36;
}

.was-validated .information-holder {
	/*.jcf-select {
            border: 2px solid #E71D36;
        }*/
}

.was-validated .information-holder .invalid-feedback {
	display: block;
	margin: 0 0 20px;
}

.information-holder .title-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 37px;
}

.information-holder .txt-feedback {
	margin: 0 0 15px;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #e71d36;
}

.other-products {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #1638d8;
	position: relative;
	padding: 0 0 0 30px;
}

.other-products:hover {
	text-decoration: none;
}

.other-products .ico {
	top: -3px;
	left: 0;
	position: absolute;
}

.other-products .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.resend-info-holder {
	padding: 47px 10px 47px 38px;
	background: #fff;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
	margin:22px 0;
    margin-right:12px;
}
 
.resend-info-holder h2 {
	padding: 0 0 10px;
	margin: 0 0 22px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
	border-bottom: 1px solid #ededed;
}

.resend-info-holder h2 sup {
	top: 0;
	color: #e71d36;
}

.resend-info-holder .title-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 37px;
}

.resend-info-holder .title-item {
	display: block;
	margin: 0 3.9% 0 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #777;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.resend-info-holder .title-item sup {
	top: 0;
	color: #e71d36;
}

.resend-info-holder .title-item.style {
	margin: 0 3.4% 0 0;
	font-size: 14px;
	line-height: 16px;
	color: #686868;
}

.resend-info-holder .info-text {
	display: block;
	padding: 0 0 0 25px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #1638d8;
	position: relative;
}

.resend-info-holder .info-text:after {
	top: 0;
	left: 0;
	content: "";
	width: 15px;
	height: 16px;
	position: absolute;
	background: url(../images/img-info3.png) no-repeat;
}

.resend-info-holder .select-box {
	width: 36%;
	margin: 0 1.9% 0 0;
}

.resend-info-holder .select-box.style {
	width: 24.9%;
}

.resend-info-holder .number-wrap {
	margin: 0 1.9% 0 0;
}

.resend-info-holder .input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 1.8% 0 0;
	width: 43.7%;
}

.resend-info-holder .input-wrap .input-box {
	width: 83%;
}

.resend-info-holder .input-wrap .form-control {
	color: #191919;
}

.resend-info-holder .input-wrap .form-control::-webkit-input-placeholder {
	color: #b8b8b8;
}

.resend-info-holder .input-wrap .form-control:-ms-input-placeholder {
	color: #b8b8b8;
}

.resend-info-holder .input-wrap .form-control::placeholder {
	color: #b8b8b8;
}

.resend-info-holder .return-tracking {
	margin: 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.resend-info-holder .return-tracking .title-return {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 15px 0 0;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #777;
}

.resend-info-holder .return-tracking .title-return sup {
	top: 0;
	color: #e71d36;
}

.resend-info-holder .return-tracking .input {
	width: 31%;
}

.upload-file-box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.upload-file-box .title-upload {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 15px 0 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #777;
}

.upload-file-box .title-upload sup {
	top: 0;
	color: #e71d36;
}

.upload-button {
	margin: 0;
	background: none;
	border: none;
	padding: 0;
	display: block;
}

.upload-button input[type="file"] {
	opacity: 0;
	z-index: -1;
	position: absolute;
}

.upload-button .fake-file-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0 12px 0 18px;
	height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #ededed;
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
	border-radius: 15px;
	cursor: pointer;
}

.upload-button .fake-file-btn .icon {
	margin: 0 13px 0 0;
	display: block;
}

.upload-button .fake-file-btn .icon img {
	display: block;
	height: auto;
	max-width: 100%;
}

.upload-button .fake-file-btn .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #7166f9;
}

.upload-button .fake-file-btn.style {
	background: none;
	box-shadow: none;
	padding: 0;
}

.upload-button .fake-file-btn.style .text {
	color: #1638d8;
}

.product-info-wrap {
	padding: 38px;
	background: #fff;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
	margin: 0 0 22px;
}

.product-info-wrap h2 {
	padding: 0 0 10px;
	margin: 0 0 22px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
	border-bottom: 1px solid #ededed;
}

.product-info-wrap h2 sup {
	top: 0;
	color: #e71d36;
}

.setting-info-wrap {
	padding: 38px;
	background: #fff;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 0 15px 15px;
	margin: 0 0 22px;
	max-width: 1251px;
	position: relative;
}

.setting-info-wrap h2 {
	padding: 0 0 10px;
	margin: 0 0 22px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #ededed;
}

.setting-info-wrap h2 .title-add {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #1638d8;
	padding: 0 0 0 20px;
	margin: 0 0 0 30px;
	position: relative;
}

.setting-info-wrap h2 .title-add:after {
	top: 2px;
	left: 0;
	content: "";
	width: 11px;
	height: 12px;
	position: absolute;
	background: url(../images/exclamation-small.png) no-repeat;
}

.setting-info-wrap h2 sup {
	top: 0;
	color: #e71d36;
}

.setting-info-wrap h2 .powerd_by {
	top: 0;
	right: 0;
}

.setting-info-wrap .text-verify {
	margin-top: 3px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #1638d8;
	display: block;
	text-decoration: none;
}

.setting-info-wrap .label {
	color: #686868;
	position: relative;
}

.setting-info-wrap .label .ico {
	top: 0;
	right: 0;
	width: 16px;
	position: absolute;
}

.setting-info-wrap .label .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.setting-info-wrap .txt-note {
	margin-top: 3px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #1638d8;
}

.setting-info-wrap .upload-info {
	max-width: 683px;
	min-height: 64px;
	background: #fff;
	border: 1px solid #1638d8;
	border-radius: 15px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #1638d8;
	padding: 10px 10px 10px 15px;
}

.setting-info-wrap .upload-info p {
	margin: 0 0 5px;
}

.setting-info-wrap .upload-info p:last-child {
	margin: 0;
}

.setting-info-wrap .upload-info p strong {
	font-weight: 500;
}

.setting-info-wrap .btn-deposit {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 246px;
	min-height: 58px;
	padding: 0 0 0 20px;
	position: relative;
	background: #f4f4ff;
	border: 1px solid #7166f9;
	text-decoration: none;
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
	border-radius: 15px;
}

.setting-info-wrap .btn-deposit:after {
	top: 50%;
	right: 15px;
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/plus.png) no-repeat;
	background-size: 26px 26px;
}

.setting-info-wrap .btn-deposit .ico {
	display: block;
	width: 17px;
	margin: 0 10px 0 0;
}

.setting-info-wrap .btn-deposit .txt-amount {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #7166f9;
}

.setting-info-wrap .shipping-info-popup {
	display: none !important;
}

.ship-popup-active .setting-info-wrap .shipping-info-popup {
	display: block !important;
}

.btn-verification {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 40px;
	padding: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #ededed;
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
	border-radius: 15px;
	text-decoration: none;
}

.btn-verification .ico {
	display: block;
	margin: 0 15px 0 0;
}

.btn-verification .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.btn-verification .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #7166f9;
}

.btn-verification:hover {
	text-decoration: none;
}

.sync-holder {
	padding: 38px;
	background: #fff;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
	margin: 0 0 22px;
}

.sync-holder .title-sync {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #1638d8;
	padding: 0 0 0 20px;
	margin: 0 0 0 30px;
	position: relative;
}

.sync-holder .title-sync:after {
	top: 2px;
	left: 0;
	content: "";
	width: 11px;
	height: 12px;
	position: absolute;
	background: url(../images/exclamation-small.png) no-repeat;
}

.file-upload-wrapper {
	position: relative;
	width: 127px;
	height: 40px;
	z-index: 3;
	overflow: hidden;
	background: #fff;
	border-radius: 15px;
	box-shadow: 1px 1px 11px rgba(125, 119, 255, .2);
}

.file-upload-wrapper:after {
	content: attr(data-text);
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	position: absolute;
	top: 50%;
	right: 11px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 20;
	width: 70px;
	color: #7166f9;
}

.file-upload-wrapper input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.file-upload-wrapper:before {
	top: 50%;
	left: 16px;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 21px;
	position: absolute;
	background: url(../images/upload.png) no-repeat;
}

.product_detail_list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.product_detail_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 0 33px;
	margin: 0 0 25px;
	position: relative;
}

.product_detail_list li.active {
	display: none;
}

.product_detail_list li .ico_close {
	top: 10px;
	left: 0;
	position: absolute;
}

.product_detail_list li .ico_close img {
	display: block;
	height: auto;
	max-width: 100%;
}

.product_detail_list li .product-hold {
	width: 295px;
}

.product_detail_list li .product-name {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 16px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #191919;
	min-height: 36px;
	background: #fff;
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
	border-radius: 10px;
}

.product_detail_list.style-alt3 {
	margin: 0 -13px;
}

.product_detail_list.style-alt3 li {
	padding: 0 33px 0 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.product_detail_list.style-alt3 li .ico_close {
	top: auto;
	bottom: 10px;
	left: auto;
	right: 15px;
}

.product_detail_list.style-alt3 .box {
	padding: 0 13px;
}

.product_detail_list.style-alt3 .box.width-style {
	width: 34.8%;
}

.product_detail_list.style-alt3 .box.width-style2 {
	width: 19.7%;
}

.product_detail_list .btn.stroke {
	top: 0;
	right: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 113px;
	min-height: 33px;
	position: absolute;
	border: 1px solid #ededed;
}

.product_detail_list .btn.stroke .ico {
	display: block;
	margin: 0 10px 0 0;
}

.product_detail_list .btn.stroke .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #7166f9;
}

.product_detail_list .btn.stroke:hover {
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
}

.wrong_product_holder {
	padding: 47px 38px;
	background: #fff;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
	margin: 0 0 22px;
    margin-right:12px;
}

.wrong_product_holder h2 {
	padding: 0 0 10px;
	margin: 0 0 22px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
	border-bottom: 1px solid #ededed;
}

.wrong_product_holder h2 sup {
	top: 0;
	color: #e71d36;
}

.wrong_product_holder .select-holder {
	margin: 0 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrong_product_holder .select-holder .select {
	margin: 0 25px 0 0;
	width: 291px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.wrong_product_holder .selection-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -14px;
}

.wrong_product_holder .selection-list li {
	padding: 0 14px;
}

.wrong_product_holder .selection-list li .select-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 10px;
	min-height: 40px;
	background: #7166f9;
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
	border-radius: 10px;
}

.wrong_product_holder .selection-list li .select-item .ico {
	display: block;
	margin: 0 10px 0 0;
}

.wrong_product_holder .selection-list li .select-item .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.wrong_product_holder .selection-list li .select-item .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
}

.wrong_product_holder .selection-list li.remove {
	display: none;
}

.wrong_product_holder .upload-holder {
	margin: 0 0 20px;
}

.product_images_list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -14px;
	width: 100%;
}

.product_images_list li {
	padding: 0 14px;
	position: relative;
}

.product_images_list li .img-box {
	position: relative;
}

.product_images_list li .img-box img {
	display: block;
	max-width: 100%;
}

.product_images_list li .overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: rgba(196, 196, 196, .6);
}

.product_images_list li .ico {
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}

.product_images_list li .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.product_images_list li.remove-active {
	display: none;
}

.product_images_list li:hover .overlay {
	opacity: 1;
	visibility: visible;
}

.product_images_list li:hover .ico {
	opacity: 1;
	visibility: visible;
}

.modal {
	padding-right: 0 !important;
}

.modal-dialog.select-order-modal {
	max-width: 684px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	border-radius: 15px;
}

.modal-dialog.select-order-modal .modal-content {
	padding: 45px 45px 45px 46px;
	border-radius: 15px;
	position: relative;
}

.modal-dialog.select-order-modal .heading {
	padding: 0 0 24px;
	margin: 0 0 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ededed;
}

.modal-dialog.select-order-modal .heading .title {
	margin: 0 23px 0 0;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.modal-dialog.select-order-modal .heading .txt-info {
	padding: 0 0 0 18px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #1638d8;
	position: relative;
}

.modal-dialog.select-order-modal .heading .txt-info:after {
	top: 0;
	left: 0;
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	background: url(../images/img-info.png) no-repeat;
}

.modal-dialog.select-order-modal form.was-validated .form-control {
	color: #e71d36;
}

.modal-dialog.select-order-modal form.was-validated .form-control::-webkit-input-placeholder {
	color: #e71d36;
}

.modal-dialog.select-order-modal form.was-validated .form-control:-ms-input-placeholder {
	color: #e71d36;
}

.modal-dialog.select-order-modal form.was-validated .form-control::placeholder {
	color: #e71d36;
}

.modal-dialog.select-order-modal .field-wrap {
	margin: 0 0 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-dialog.select-order-modal .label {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 23px 0 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #777;
}

.modal-dialog.select-order-modal .label sup {
	top: 0;
	color: #e71d36;
}

.modal-dialog.select-order-modal .input-hold {
	position: relative;
}

.modal-dialog.select-order-modal .error-msg {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #e71d36;
}

.modal-dialog.select-order-modal .form-control {
	width: 224px;
	padding: 0 8px;
	height: 40px;
}

.modal-dialog.select-order-modal .select-wrap {
	margin: 0 0 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal-dialog.select-order-modal .jcf-select {
	background: #fafafa;
}

.modal-dialog.select-order-modal .btn {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	min-width: 104px;
}

.modal-dialog.choose-product-modal {
	max-width: 1237px;
	background: #fafafa;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	border-radius: 15px;
}

.modal-dialog.choose-product-modal.ship-method-modal {
	max-width: 1165px;
}

.modal-dialog.choose-product-modal .modal-content {
	padding: 55px 40px 40px 40px;
	border-radius: 15px;
	position: relative;
}

.modal-dialog.choose-product-modal .heading {
	padding: 0 0 9px 15px;
	margin: 0 0 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ededed;
}

.modal-dialog.choose-product-modal .heading .title {
	margin: 0 23px 0 0;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.modal-dialog.choose-product-modal .product-search-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	margin: 0 0 15px;
}

.modal-dialog.choose-product-modal .option-hold {
	margin: 0 11px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-dialog.choose-product-modal .title-option {
	display: block;
	margin: 0 22px 0 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #686868;
}

.modal-dialog.choose-product-modal .select-hold {
	width: 154px;
}

.modal-dialog.choose-product-modal .jcf-select {
	background: #fff;
}

.modal-dialog.choose-product-modal .modal-table-holder {
	height: 694px;
	overflow: auto;
	margin: 0 0 20px;
	padding: 10px 20px 10px 10px;
}

.modal-dialog.choose-product-modal .modal-table-holder.style {
	height: 400px;
	margin: 0;
}

.modal-dialog.choose-product-modal .search-holder {
	padding: 0 98px 0 0;
	width: 391px;
	position: relative;
	overflow: hidden;
}

.modal-dialog.choose-product-modal .search-holder .btn-primary {
	top: 0;
	right: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	min-width: 88px;
	height: 40px;
	position: absolute;
}

.modal-dialog.choose-product-modal .form-control {
	height: 40px;
}

.modal-dialog.upload-item-modal {
	max-width: 461px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	border-radius: 15px;
}

.modal-dialog.upload-item-modal .modal-content {
	padding: 45px 45px 45px 46px;
	border-radius: 15px;
	position: relative;
}

.modal-dialog.upload-item-modal .heading-holder {
	padding: 0 20px 0 0;
	margin: 0 0 30px;
	overflow: hidden;
}

.modal-dialog.upload-item-modal .heading-holder .title {
	margin: 0 0 9px;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.modal-dialog.upload-item-modal .heading-holder .file-format {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #686868;
}

.modal-dialog.upload-item-modal .file-label {
	margin: 0 0 30px;
	display: block;
}

.modal-dialog.upload-item-modal input[type="file"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.modal-dialog.upload-item-modal .fake-input-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 167px;
	cursor: pointer;
	border-radius: 15px;
	border: 1px dashed #7166f9;
}

.modal-dialog.upload-item-modal .wrap-file-info {
	padding: 10px;
	text-align: center;
	display: block;
}

.modal-dialog.upload-item-modal .file-icon-holder {
	margin: 0 0 10px;
	display: block;
}

.modal-dialog.upload-item-modal .ico {
	display: inline-block;
}

.modal-dialog.upload-item-modal .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.modal-dialog.upload-item-modal .text {
	margin: 0 0 10px;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #7166f9;
	text-align: center;
}

.modal-dialog.upload-item-modal .btn-browse {
	min-width: 90px;
	min-height: 23px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #7166f9;
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
	border-radius: 10px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #7166f9;
}

.modal-dialog.upload-item-modal .butns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal-dialog.upload-item-modal .butns .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 116px;
	min-height: 40px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
	border-radius: 15px;
}

.modal-dialog.upload-item-modal .butns .btn.cancel {
	background: none;
	box-shadow: none;
	color: #7166f9;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.modal-dialog.upload-item-modal .upload-files-holder {
	overflow: hidden;
}

.modal-dialog.upload-item-modal .title-upload-files {
	margin: 0 0 17px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #191919;
}

.modal-dialog.upload-item-modal .upload-files-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.modal-dialog.upload-item-modal .upload-files-list li {
	padding: 0 33px 0 9px;
	margin: 0 0 20px;
	position: relative;
}

.modal-dialog.upload-item-modal .upload-files-list li.remove-item {
	display: none;
}

.modal-dialog.upload-item-modal .upload-files-list .ico {
	top: 50%;
	right: 0;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.modal-dialog.upload-item-modal .upload-files-list .ico img {
	display: block;
	width: 13px;
	height: auto;
	max-width: 100%;
}

.modal-dialog.upload-item-modal .upload-files-list .file-info-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-dialog.upload-item-modal .upload-files-list .upload-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 43px;
	margin: 0 20px 0 0;
}

.modal-dialog.upload-item-modal .upload-files-list .upload-img img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	max-width: 100%;
}

.modal-dialog.upload-item-modal .upload-files-list .file-info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.modal-dialog.upload-item-modal .upload-files-list .progress-info {
	margin: 0 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal-dialog.upload-item-modal .upload-files-list .progress-info.style {
	display: block;
	margin: 0;
}

.modal-dialog.upload-item-modal .upload-files-list .sub-text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #60718e;
}

.modal-dialog.upload-item-modal .upload-files-list .progress-bar {
	display: block;
	width: 100%;
	height: 4px;
	background: #c4c4c4;
	border-radius: 20px;
}

.modal-dialog.upload-item-modal .upload-files-list .progress-bar .progress {
	height: 4px;
	background: #60718e;
	border-radius: 20px;
}

.modal-dialog.submit-reply-modal {
	max-width: 547px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	border-radius: 15px;
}

.modal-dialog.submit-reply-modal .modal-content {
	padding: 40px;
	border-radius: 15px;
	position: relative;
}

.modal-dialog.submit-reply-modal .heading-holder {
	margin: 0 0 42px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #191919;
	overflow: hidden;
}

.modal-dialog.submit-reply-modal .heading-holder p {
	margin: 0;
}

.modal-dialog.submit-reply-modal .heading-holder .title {
	margin: 0 0 20px;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.modal-dialog.submit-reply-modal .btn-primary {
	min-width: 120px;
	height: 40px;
	padding: 6px 15px;
}

.affiliate_info {
	padding: 0 79px 0 51px;
	overflow: hidden;
}

.affiliate_info .heading-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 29px;
	margin: 0 0 30px;
	border-bottom: 1px solid #ededed;
}

.affiliate_info h1 {
	margin: 0;
	font-size: 36px;
	line-height: 42px;
	font-weight: 500;
	color: #191919;
}

.affiliate_info .user-holder {
	margin: 0 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 31px;
	background: rgba(96, 113, 142, .05);
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.affiliate_info .user-info {
	width: 460px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.affiliate_info .title-user {
	display: block;
	margin: 0 0 13px;
	font-size: 36px;
	line-height: 42px;
	font-weight: 500;
	color: #191919;
}

.affiliate_info .title-mail {
	margin: 0 0 11px;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.affiliate_info .input-hold {
	position: relative;
	background: none;
	border: none;
}

.affiliate_info .input-hold .file-img {
	top: 50%;
	right: 21px;
	pointer-events: none;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.affiliate_info .input-control {
	width: 100%;
	height: 42px;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #191919;
	background: #fff;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 50px 0 18px;
	box-shadow: inset -1px 1px 10px rgba(0, 0, 0, .15);
	border-radius: 50px;
}

.affiliate_info .input-control:hover {
	text-decoration: none;
}

.affiliate_info .input-control::-webkit-input-placeholder {
	color: #191919;
	opacity: 1;
}

.affiliate_info .input-control:-ms-input-placeholder {
	color: #191919;
	opacity: 1;
}

.affiliate_info .input-control::placeholder {
	color: #191919;
	opacity: 1;
}

.affiliate_info .commision-info {
	width: 346px;
}

.affiliate_info .title-commision {
	margin: 0 0 11px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #686868;
}

.affiliate_info .options {
	padding: 0;
	margin: 0 0 0 21px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #686868;
}

.affiliate_info .options li {
	margin: 0;
}

.hiddenput {
	opacity: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	padding: 0;
	position: absolute;
}

.graph-info-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px 20px;
}

.graph-info-holder .holder {
	width: 25%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 10px;
}

.graph-info-holder .holder + .holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.graph-info-holder .info-box {
	margin: 0 0 20px;
	padding: 33px 32px 33px 32px;
	background: rgba(96, 113, 142, .05);
	border-radius: 15px;
	position: relative;
}

.graph-info-holder .info-box + .info-box {
	padding: 33px 32px 54px 32px;
}

.graph-info-holder .info-box + .info-box .title-holder {
	margin: 0 0 58px 10px;
}

.graph-info-holder .title-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 64px 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.graph-info-holder .ico {
	margin: 0 17px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 32px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.graph-info-holder .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.graph-info-holder .title-text {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.graph-info-holder .title-number,
.graph-info-holder .title-amount {
	display: block;
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	color: #191919;
	text-align: center;
}

.graph-info-holder .title-number sub,
.graph-info-holder .title-amount sub {
	bottom: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #191919;
}

.graph-info-holder .graph-holder {
	padding: 0;
	background: rgba(96, 113, 142, .05);
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.graph-info-holder .graph-holder img {
	display: block;
	height: auto;
	width: 100%;
}

.graph-info-holder .btn {
	margin: 66px 0 0;
	width: 100%;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-shadow: 1px 1px 6px rgba(125, 119, 225, .2);
	border-radius: 15px;
}

.graph-info-holder .btn .ico {
	margin: 0 10px 0 0;
	display: block;
}

.graph-info-holder .btn .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
}

.graph-info-holder .btn:focus,
.graph-info-holder .btn:active {
	background: #7166f9;
	color: #fff;
}

.graph-info-holder .overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 15px;
	position: absolute;
	/*background: rgba(96, 113, 142, .5);*/
}

.graph-info-holder .overlay .wrap {
	width: 314px;
	overflow: hidden;
}

.graph-info-holder .overlay .img-holder {
	margin: 0 0 25px;
	text-align: center;
	overflow: hidden;
}

.graph-info-holder .overlay .img-holder img {
	display: inline-block;
	height: auto;
	width: auto;
	max-width: 100%;
}

.graph-info-holder .overlay .text {
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #686868;
}

.record_info_holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px;
	margin: 0 0 20px;
	background: rgba(96, 113, 142, .05);
	border-radius: 15px;
}

.record_info_holder .left-box {
	margin: 0 4.1% 0 0;
	width: 280px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.record_info_holder .right-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.record_tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.record_tabs li {
	margin: 0 0 21px;
}

.record_tabs li:last-child {
	margin: 0;
}

.record_tabs li a {
	padding: 5px 5px 5px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 45px;
	background: #fff;
	border-radius: 15px;
}

.record_tabs li a .ico {
	margin: 0 10px 0 0;
	display: block;
}

.record_tabs li a .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #191919;
}

.record_tabs li a:hover {
	text-decoration: none;
	background: #7166f9;
}

.record_tabs li a:hover .ico path {
	fill: #fff;
}

.record_tabs li a:hover .text {
	color: #fff;
}

.record_tabs li.active a {
	text-decoration: none;
	background: #7166f9;
}

.record_tabs li.active a .ico path {
	fill: #fff;
}

.record_tabs li.active a .text {
	color: #fff;
}

.record_info_table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.record_info_table th {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #191919;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	height: 54px;
	border: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.record_info_table .inner-table {
	width: 100%;
	margin: 0 0 15px;
	border-collapse: collapse;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
}

.record_info_table .inner-table td {
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	color: #191919;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	height: 54px;
	border: none;
	background: #fff;
}

.record_info_table .inner-table td:first-child {
	border-radius: 15px 0 0 15px;
}

.record_info_table .inner-table td:last-child {
	border-radius: 0 15px 15px 0;
}

.record_info_table .col1 {
	width: 20%;
}

.record_info_table .col2 {
	width: 60%;
}

.toast_msg {
	top: 30px;
	left: 50%;
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	z-index: 100;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(96, 113, 142, .05);
	border-radius: 15px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.toast_msg .ico {
	margin: 0 10px 0 0;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.toast_msg .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.toast_msg .text-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #675de4;
}

.toast_msg .text-box p {
	margin: 5px 0 0;
}

.toast_msg .title-success {
	margin: 0;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #675de4;
}

.toast_msg.style {
	width: 251px;
}

.toast_msg.bg-overlay {
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.toast_msg.bg-white {
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.toast_msg.bg-white .title-success {
	color: #d01930;
}

.toast_msg.shadow-style {
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.modal-dialog.amount-withdraw-modal {
	max-width: 492px;
	background: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	border-radius: 15px;
}

.modal-dialog.amount-withdraw-modal .modal-content {
	padding: 26px 20px 52px 27px;
	border-radius: 15px;
	position: relative;
}

.modal-dialog.amount-withdraw-modal .heading-holder {
	padding: 0;
	margin: 0 0 51px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #191919;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-dialog.amount-withdraw-modal .heading-holder .ico {
	margin: 0 17px 0 0;
	display: block;
}

.modal-dialog.amount-withdraw-modal .heading-holder .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.modal-dialog.amount-withdraw-modal .heading-holder .title {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #7166f9;
}

.modal-dialog.amount-withdraw-modal .amount-holder {
	max-width: 200px;
	margin: 0 auto;
}

.modal-dialog.amount-withdraw-modal .title-balance {
	margin: 0 0 46px;
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #191919;
}

.modal-dialog.amount-withdraw-modal .amount-hold {
	margin: 0 0 49px;
}

.modal-dialog.amount-withdraw-modal .amount-hold .title-field {
	color: #191919;
}

.modal-dialog.amount-withdraw-modal .amount-hold .title-field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.modal-dialog.amount-withdraw-modal .amount-hold .title-field:focus:-ms-input-placeholder {
	opacity: 0;
}

.modal-dialog.amount-withdraw-modal .amount-hold .title-field:focus::placeholder {
	opacity: 0;
}

.modal-dialog.amount-withdraw-modal .was-validated .title-field:invalid {
	color: #dc3545;
	border-color: #dc3545;
}

.modal-dialog.amount-withdraw-modal .was-validated .title-field:invalid::-webkit-input-placeholder {
	color: #dc3545;
	opacity: .2;
}

.modal-dialog.amount-withdraw-modal .was-validated .title-field:invalid:-ms-input-placeholder {
	color: #dc3545;
	opacity: .2;
}

.modal-dialog.amount-withdraw-modal .was-validated .title-field:invalid::placeholder {
	color: #dc3545;
	opacity: .2;
}

.modal-dialog.amount-withdraw-modal .was-validated .amount-hold .dollar-sign.red path {
	fill: #e71d36;
}

.modal-dialog.amount-withdraw-modal .was-validated .amount-hold .title-field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.modal-dialog.amount-withdraw-modal .was-validated .amount-hold .title-field:focus:-ms-input-placeholder {
	opacity: 0;
}

.modal-dialog.amount-withdraw-modal .was-validated .amount-hold .title-field:focus::placeholder {
	opacity: 0;
}

.modal-dialog.amount-withdraw-modal .ico-close {
	top: 35px;
}

.modal-dialog.amount-withdraw-modal .invalid-feedback {
	padding: 0 0 0 17px;
	position: relative;
}

.modal-dialog.amount-withdraw-modal .invalid-feedback.remove {
	display: none;
}

.modal-dialog.amount-withdraw-modal .invalid-feedback .ico-close {
	top: 4px;
	left: 0;
	width: 12px;
	position: absolute;
}

.modal-dialog.amount-withdraw-modal .invalid-feedback .ico-close img {
	display: block;
	height: auto;
	max-width: 100%;
}

.modal-dialog.amount-withdraw-modal .btns .btn {
	padding: 0;
	min-width: 104px;
	height: 40px;
}

.modal-dialog.amount-withdraw-modal .btns .btn + .btn {
	margin: 0 0 0 15px;
}

.support_result_block {
	margin: 0 0 40px;
	overflow: hidden;
}

.support_result_block .info-holder {
	padding: 35px 35px 50px;
	background: #fff;
	border-radius: 15px;
	height: 100%;
}

.support_result_block .heading-holder {
	padding: 0 176px 21px 0;
	margin: 0 0 19px;
	border-bottom: 1px solid #ededed;
	position: relative;
}

.support_result_block .heading-holder.pad-none {
	padding: 0 0 21px;
}

.support_result_block .heading-holder:after {
	left: 0;
	width: 100%;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	background: #ededed;
}

.support_result_block .heading-holder .btn-ticket {
	top: -7px;
	right: 4px;
	width: 154px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #ededed;
	box-sizing: border-box;
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
	border-radius: 15px;
	position: absolute;
}

.support_result_block .heading-holder .btn-ticket .ico {
	margin: 0 10px 0 0;
	display: block;
}

.support_result_block .heading-holder .btn-ticket .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.support_result_block .heading-holder .btn-ticket .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #7166f9;
}

.support_result_block .heading-holder .btn-ticket:hover {
	opacity: .7;
	text-decoration: none;
}

.support_result_block .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #686868;
}

.support_result_block .title .number {
	display: block;
	margin: 0 0 0 49px;
}

.support_result_block .detail-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.support_result_block .detail-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 28px;
	width: 100%;
}

.support_result_block .detail-list li:last-child {
	margin: 0;
}

.support_result_block .detail-list.style li {
	margin: 0 0 17px;
}

.support_result_block .detail-list.pro-detail li {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.support_result_block .detail-list.pro-detail .txt-hold {
	width: 85%;
}

.support_result_block .detail-list.pro-detail .txt-hold + .txt-hold {
	width: 15%;
	text-align: center;
}

.support_result_block .detail-list .left-text {
	margin: 0;
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #191919;
}

.support_result_block .detail-list .left-text.width {
	margin: 0 51px 0 0;
	width: 106px;
}

.support_result_block .detail-list .left-text.width-style2 {
	width: 160px;
	font-size: 14px;
	line-height: 16px;
	padding: 0 20px 0 0;
}

.support_result_block .detail-list .left-text.width-style3 {
	width: 210px;
	padding: 0 20px 0 0;
}

.support_result_block .detail-list .right-text {
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #60718e;
}

.support_result_block .detail-list .right-text a {
	color: #1638d8;
}

.support_result_block .info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -75px;
}

.support_result_block .info-wrap .info-box {
	width: 50%;
	padding: 0 75px;
}

.feedback-holder {
	padding: 47px 39px 38px 45px;
	margin: 0 0 40px;
	background: rgba(103, 93, 228, .1);
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
    margin-right:12px;
}

.feedback-holder .title-feedback {
	margin: 0 0 33px;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.feedback-holder .chat-row {
	margin: 0 0 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feedback-holder .chat-row.msg-send {
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.feedback-holder .date {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #191919;
}

.feedback-holder .comment-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feedback-holder .img-hold {
	margin: 0 20px 0 0;
}

.feedback-holder .img-hold img {
	display: block;
	height: auto;
	max-width: 100%;
}

.feedback-holder .comment {
	display: block;
	padding: 20px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	background: rgba(73, 60, 235, .5);
	border-radius: 15px;
}

.feedback-holder .comment.send {
	background: rgba(104, 104, 104, .7);
}

.feedback-holder textarea {
	width: 100%;
	height: 149px;
	resize: none;
	padding: 20px;
	margin: 0 0 19px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #191919;
	background: #fff;
	border-radius: 15px;
}

.feedback-holder textarea::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}

.feedback-holder textarea:-ms-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}

.feedback-holder textarea::placeholder {
	color: #b8b8b8;
	opacity: 1;
}

.feedback-holder textarea:focus {
	color: #191919;
}

.feedback-holder textarea:focus::-webkit-input-placeholder {
	color: #191919;
}

.feedback-holder textarea:focus:-ms-input-placeholder {
	color: #191919;
}

.feedback-holder textarea:focus::placeholder {
	color: #191919;
}

.feedback-holder .file-upload-wrapper {
	box-shadow: none;
	background: none;
	width: 160px;
}

.feedback-holder .file-upload-wrapper:before {
	width: 11px;
	height: 23px;
	background: url(../images/pin.png) no-repeat;
}

.feedback-holder .file-upload-wrapper:after {
	right: 5px;
	width: 121px;
}

.order_info_block {
    overflow: inherit;
}

.order_info_block .heading_holder {
	margin: 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order_info_block h1 {
	margin: 0;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	color: #191919;
}

.order_info_block .btns-holder {
	width: 379px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -7px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order_info_block .btns-holder .btn-hold {
	padding: 0 7px;
}

.order_info_block .btn {
	padding: 10px;
	min-width: 117px;
	height: 40px;
	font-size: 14px;
	line-height: 16px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.order_info_block .btn.bg-black {
	min-width: 97px;
	background: #000;
}

.order_info_block .btns-frame {
	margin: 0 0 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order_info_block .btn-autofill {
	min-width: 167px;
	height: 40px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.order_info_block .btn-autofill .ico {
	display: block;
	margin: 0 10px 0 0;
}

.order_info_block .btn-autofill .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.order_info_block .btn-autofill .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
}

.order_info_block .jcf-select-action-select {
	width: 115px;
	height: 40px;
	background: #fff;
	padding: 5px 20px 5px 20px;
	border: 1px solid #ededed;
	box-shadow: 1px 1px 6px rgba(125, 119, 255, .2);
	border-radius: 15px;
}

.order_info_block .jcf-select-action-select .jcf-select-text {
	color: #7166f9;
}

.order_info_block .fields-bar {
	margin: 0 0 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.order_info_block .fields-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
	width: 88.5%;
}

.order_info_block .fields-wrap .search-field-holder {
	width: 100%;
}

.order_info_block .fields-wrap .search-field-holder .search-field {
	padding: 0 9px;
	border-radius: 10px;
}

.order_info_block .field-hold {
	padding: 0 15px;
}

.order_info_block .field-hold.width-style1 {
	width: 18.5%;
}

.order_info_block .field-hold.width-style2 {
	width: 15.9%;
}

.order_info_block .field-hold.width-style3 {
	width: 17.7%;
}

.order_info_block .field-hold.width-style4 {
	width: 24.9%;
}

.order_info_block .field-hold.width-style5 {
	width: 12.7%;
}

.order_info_block .field-hold.width-style6 {
	width: 10%;
}

.order_info_block .field-hold .jcf-select {
	width: 100%;
}

.order_info_block .label {
	margin: 0 0 9px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #686868;
}

.order_info_block .search {
	min-width: 81px;
	height: 40px;
	font-size: 14px;
	line-height: 16px;
	padding: 5px;
	margin: 0 0 0 1%;
}

.modal-dialog.auto-fillment {
	max-width: 762px;
	background: #fff;
	border-radius: 15px;
}

.modal-dialog.auto-fillment .modal-content {
	padding: 78px 30px 46px 45px;
	border-radius: 15px;
	position: relative;
}

.modal-dialog.auto-fillment .image-holder {
	margin: 0 0 64px;
	overflow: hidden;
	text-align: center;
}

.modal-dialog.auto-fillment .image-holder img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.modal-dialog.auto-fillment .heading-holder {
	margin: 0 0 42px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #191919;
	overflow: hidden;
}

.modal-dialog.auto-fillment .heading-holder p {
	margin: 0;
}

.modal-dialog.auto-fillment .heading-holder .title {
	display: block;
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
}

.modal-dialog.auto-fillment .btns {
	margin: 0 0 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-dialog.auto-fillment .btns .btn {
	min-width: 120px;
	padding: 7px 15px;
}

.modal-dialog.auto-fillment .btns .btn.stroke {
	margin: 0 25px 0 0;
}

.modal-dialog.auto-fillment .bottom-text {
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	color: #686868;
}

.modal-dialog.auto-fillment .bottom-text p {
	margin: 0;
}

.modal-dialog.auto-fillment .bottom-text p a {
	color: #675de4;
	text-decoration: none;
}

.modal-dialog.confirm_popup {
	max-width: 352px;
	min-height: 141px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
	border-radius: 15px;
}

.modal-dialog.confirm_popup .modal-content {
	overflow: hidden;
	border-radius: 15px;
	padding: 0;
	border: none;
}

.modal-dialog.confirm_popup .title {
	margin: 0 0 25px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #191919;
	text-align: center;
}

.modal-dialog.confirm_popup .btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-dialog.confirm_popup .btns .btn {
	min-width: 120px;
	padding: 7px 15px;
}

.modal-dialog.confirm_popup .btns .btn.stroke {
	margin: 0 25px 0 0;
}

.invoice-info-block {
	overflow: hidden;
	padding: 0 9px;
}

.invoice-info-block .detail-holder {
	margin: 0 0 34px;
	overflow: hidden;
}

.invoice-info-block .detail-holder.style {
	padding: 10px 0 0;
	border-top: 1px solid #b8b8b8;
}

.invoice-info-block .detail-row {
	padding: 0 0 9px;
	margin: 0 0 10px;
	border-bottom: 1px solid #b8b8b8;
}

.invoice-info-block .detail-list {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0 0 0 11px;
}

.invoice-info-block .detail-list.style li {
	margin: 0 0 10px;
}

.invoice-info-block .detail-list li {
	margin: 0 0 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.invoice-info-block .detail-list li:only-child,
.invoice-info-block .detail-list li:last-child {
	margin: 0;
}

.invoice-info-block .detail-list .title {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #191919;
	width: 127px;
	padding: 0 20px 0 0;
}

.invoice-info-block .detail-list .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #191919;
}

.invoice-info-block .bottom-holder {
	left: 0;
	width: 100%;
	position: fixed;
	bottom: 25px;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.invoice-info-block .logo-hold {
	margin: 0 40px 0 0;
	width: 113px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.invoice-info-block .logo-hold img {
	display: block;
	height: auto;
	max-width: 100%;
}

.invoice-info-block .text-hold {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #191919;
}

.invoice-info-block .text-hold p {
	margin: 0;
}

.invoice-header {
	padding: 24px 0 40px 17px;
}

.invoice-header h1 {
	margin: 0;
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;
	color: #191919;
	text-transform: uppercase;
}

.invoice-header .sub-text {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #7166f9;
	text-transform: uppercase;
}

.invoice-table {
	width: 100%;
	margin: 0 0 50px;
	border-collapse: collapse;
	background: #fff;
	table-layout: fixed;
}

.invoice-table thead tr {
	border-bottom: 1px solid #7266fa;
}

.invoice-table th {
	height: 25px;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: #686868;
	border-bottom: 0;
}

.invoice-table tbody tr:nth-child(odd) {
	background: rgba(73, 60, 235, .05);
}

.invoice-table td {
	padding: 0;
	border: none;
}

.invoice-table .text-wrap {
	padding-top: 14px;
	padding-bottom: 15px;
	padding-right: 10px;
}

.invoice-table .text-wrap.descrip {
	padding-right: 40px;
}

.invoice-table .text {
	display: block;
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
	color: #191919;
}

.invoice-table .text.blue {
	color: #7166f9;
	font-weight: 700;
}

.invoice-table .col1 {
	padding-left: 11px;
	width: 11.9%;
}

.invoice-table .col2 {
	width: 42.3%;
}

.invoice-table .col3 {
	width: 15.9%;
}

.notification-block {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	padding: 0 71px 0 0;
}

.notification-holder {
	margin: 0 0 49px;
}

.notification-holder.style {
	margin: 0 0 11px;
}

.notification-holder h1 {
	margin: 0 0 11px;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #516079;
}

.notification-holder .sub-title {
	display: block;
	margin: 0 0 11px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #516079;
}

.notification-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.notification-list li {
	margin: 0 0 10px;
}

.notification-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 10px;
	margin: 0 0 10px;
	border: 1px solid transparent;
	padding: 15px 40px 15px 15px;
	position: relative;
	text-decoration: none;
}

.notification-list li:last-child {
	margin: 0;
}

.notification-list li.notify a {
	background: #f4f4ff;
	border-color: #7166f9;
	box-shadow: 2px 2px 6px #ededed;
}

.notification-list li.notify .ico-notify {
	background: #e71d36;
}

.notification-list li .info-hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.notification-list li .img-hold {
	width: 37px;
	height: 37px;
	margin: 0 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.notification-list li .img-hold img {
	display: block;
	height: auto;
	width: 100%;
	border-radius: 10px;
}

.notification-list li .ico {
	color: #7166f9;
	font-size: 20px;
}

.notification-list li .text-hold {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #191919;
}

.notification-list li .text-hold p {
	margin: 0;
}

.notification-list li .text-hold p strong {
	font-size: 500;
}

.notification-list li .title {
	margin: 0 0 5px;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #7166f9;
}

.notification-list li .date {
	top: 15px;
	right: 36px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #191919;
	position: absolute;
}

.notification-list li .ico-notify {
	top: 50%;
	right: 15px;
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 100%;
	position: absolute;
	background: #7166f9;
}

.notification-list.style li a {
	margin: 0 !important;
	width: 100%;
	border-radius: 10px !important;
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	padding: 8px 40px 8px 15px !important;
}

.notification-list.style li a span {
	padding: 0 !important;
}

.notification-list.style li a:hover {
	background: #fff !important;
}

.notification-list.style li.notify a {
	border-color: transparent;
	background: #fff;
}

.notification-slide {
	height: calc(100vh - 86px);
	padding: 65px 25px 25px;
	width: 487px;
	overflow: auto;
	top: 100%;
	right: 40px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background: #ededed;
	box-shadow: 2px 2px 6px #ededed;
	border-radius: 15px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.notify-slide-active .notification-slide {
	opacity: 1;
	visibility: visible;
}

.notification-slide .head-box {
	top: 25px;
	left: 0;
	width: 100%;
	padding: 0 25px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.notification-slide .title-notification {
	font-size: 14px;
	line-height: 16px;
	position: relative;
	padding-left: 30px;
	font-weight: 700;
	color: #191919;
	position: relative;
}

.notification-slide .title-notification .ico {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	color: #191919 !important;
}

.notification-slide .title-see {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	padding: 0 !important;
	color: #7166f9 !important;
	text-decoration: none;
	background: none !important;
}

.loading-layout {
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	background: rgba(255, 255, 255, .7);
}

.loading-layout .img {
	margin: 0 0 25px;
	overflow: hidden;
}

.loading-layout .img img {
	display: block;
	height: auto;
	max-width: 100%;
}

.loading-layout .text {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #191919;
	letter-spacing: .1em;
}

.loaded .loading-layout {
	display: none;
}

body {
	min-width: 375px;
}

/* custom select styles */

.jcf-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border: 1px solid #ededed;
	border-radius: 10px;
	background: #fff;
	width: 100%;
	height: 40px;
	padding: 5px 30px 5px 9px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jcf-select.jcf-focus .jcf-select-opener:after {
	border-color: #7166f9 transparent transparent transparent;
}

.jcf-select.jcf-focus .jcf-select-text {
	color: #191919;
}

.jcf-select.jcf-select-selected .jcf-select-text,
.jcf-select.selected .jcf-select-text {
	color: #191919 !important;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #b8b8b8;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: transparent;
	width: 19px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	top: 50%;
	left: 0;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	border-width: 7px 5.5px 0 5.5px;
	border-color: #c4c4c4 transparent transparent transparent;
	border-style: solid;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: none;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #60718e;
	border-radius: 10px;
	width: 100%;
	padding: 4px 0;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-select-first-child .jcf-list ul li:first-child {
	display: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 40px;
	border-radius: 5px;
	padding: 5px 9px;
	color: #fff;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #7166f9;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 14px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #888;
	height: 1px;
	width: 14px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* custom number input styles */

.jcf-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 121px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jcf-number input {
	-moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.jcf-number input {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	height: 40px;
	width: 49px;
	border: 1px solid #ededed;
	box-shadow: inset -2px 2px 4px rgba(219, 219, 219, .25);
	border-radius: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	position: absolute;
	width: 28px;
	height: 28px;
	right: 0;
	top: 50%;
	background: #7166f9;
	border-radius: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.jcf-number .jcf-btn-dec {
	right: auto;
	left: 0;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
	background: #7166f9;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
	background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 14px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../images/increase.png) no-repeat;
}

.jcf-number .jcf-btn-dec:before {
	width: 12px;
	height: 3px;
	background: url(../images/decrease.png) no-repeat;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
	opacity: .3;
}

.jcf-number.jcf-disabled input {
	background: #ddd;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

#fountainTextG {
	margin: auto;
}

.fountainTextG {
	color: black;
	font-family: Roboto;
	font-size: 24px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	float: left;
	animation-name: bounce_fountainTextG;
	-o-animation-name: bounce_fountainTextG;
	-ms-animation-name: bounce_fountainTextG;
	-webkit-animation-name: bounce_fountainTextG;
	-moz-animation-name: bounce_fountainTextG;
	animation-duration: 2.09s;
	-o-animation-duration: 2.09s;
	-ms-animation-duration: 2.09s;
	-webkit-animation-duration: 2.09s;
	-moz-animation-duration: 2.09s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	transform: scale(.5);
	-o-transform: scale(.5);
	-ms-transform: scale(.5);
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
}

#fountainTextG_1 {
	animation-delay: .75s;
	-o-animation-delay: .75s;
	-ms-animation-delay: .75s;
	-webkit-animation-delay: .75s;
	-moz-animation-delay: .75s;
}

#fountainTextG_2 {
	animation-delay: .9s;
	-o-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
}

#fountainTextG_3 {
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
}

#fountainTextG_4 {
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
}

#fountainTextG_5 {
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s;
}

#fountainTextG_6 {
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
}

#fountainTextG_7 {
	animation-delay: 1.64s;
	-o-animation-delay: 1.64s;
	-ms-animation-delay: 1.64s;
	-webkit-animation-delay: 1.64s;
	-moz-animation-delay: 1.64s;
}

.order-no-info .jcf-select .jcf-select-text {
	color: black !important;
}

.order-no-info .selected .jcf-select-text {
	color: #191919 !important;
}

.setting-info-wrap .label .ico:hover .tool-tip {
	opacity: 1;
	visibility: visible;
}

.setting-info-wrap .label .tool-tip {
	border: 1px solid #1638d8;
	color: #1638d8;
	border-radius: 15px;
	padding: 15px;
	font-size: 14px;
	position: absolute;
	top: -15px;
	left: 100%;
	z-index: 9;
	width: 683px;
	background: #fff;
	margin-left: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

.setting-info-wrap .label .tool-tip p {
	margin: 0 0 10px;
}

.setting-info-wrap .label .tool-tip p:last-child {
	margin: 0;
}

.setting-info-wrap .label .tool-tip strong {
	font-weight: 500;
}

.feedback-holder textarea,
.calendar-holder .date-input {
	font-weight: 500;
}

.feedback-holder textarea::-webkit-input-placeholder,
.calendar-holder .date-input::-webkit-input-placeholder {
	color: #b8b8b8;
}

.feedback-holder textarea::-moz-placeholder,
.calendar-holder .date-input::-moz-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.feedback-holder textarea:-moz-placeholder,
.calendar-holder .date-input:-moz-placeholder {
	color: #b8b8b8;
}

.feedback-holder textarea:-ms-input-placeholder,
.calendar-holder .date-input:-ms-input-placeholder {
	color: #b8b8b8;
}

.feedback-holder textarea.placeholder,
.calendar-holder .date-input.placeholder {
	color: #b8b8b8;
}

.feedback-holder textarea {
	font-weight: 500;
	outline: none !important;
}

.feedback-holder textarea::-webkit-input-placeholder {
	color: #b8b8b8 !important;
}

.feedback-holder textarea::-moz-placeholder {
	opacity: 1;
	color: #b8b8b8 !important;
}

.feedback-holder textarea:-moz-placeholder {
	color: #b8b8b8 !important;
}

.feedback-holder textarea:-ms-input-placeholder {
	color: #b8b8b8 !important;
}

.feedback-holder textarea.placeholder {
	color: #b8b8b8 !important;
}

.feedback-holder textarea:focus .feedback-holder textarea.focus-visible {
	border-color: #fff !important;
	box-shadow: none !important;
}

.feedback-holder textarea:focus .feedback-holder textarea.focus-visible::-webkit-input-placeholder {
	color: #b8b8b8;
}

.feedback-holder textarea:focus .feedback-holder textarea.focus-visible::-moz-placeholder {
	opacity: 1;
	color: #b8b8b8;
}

.feedback-holder textarea:focus .feedback-holder textarea.focus-visible:-moz-placeholder {
	color: #b8b8b8;
}

.feedback-holder textarea:focus .feedback-holder textarea.focus-visible:-ms-input-placeholder {
	color: #b8b8b8;
}

.feedback-holder textarea:focus .feedback-holder textarea.focus-visible.placeholder {
	color: #b8b8b8;
}

@media (min-width: 768px) {
	#header .logo {
		width: 141px;
	}

	#header .icons-list a {
		margin-left: 30px;
		min-width: 36px;
		min-height: 36px;
		padding: 8px;
	}

	.nav-opener {
		top: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		height: 4px;
	}

	.main-container {
		padding-top: 90px;
	}

	.main-head h1 {
		font-size: 30px;
	}

	.message-toast {
		font-size: 14px;
		width: auto;
	}

	.full-page {
		padding: 0;
	}

	.full-page .text {
		font-size: 24px;
		text-align: left;
	}

	.full-page h1 {
		font-size: 48px;
		margin-bottom: 35px;
	}

	.full-page h2 {
		font-size: 30px;
	}

	.full-page .btn-holder {
		min-height: 300px;
	}

	.full-page .btn-holder .btn {
		width: 48%;
	}

	.full-page .buttons {
		padding-top: 40px;
	}

	.full-page .buttons .btn {
		width: 48%;
	}

	.full-page .login-form.right-align {
		margin: 0;
		border-radius: 0;
		width: 40%;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		overflow: auto;
		padding: 50px 25px 30px;
	}

	.full-page .login-form.right-align .holder {
		padding: 25px 0;
	}

	.full-page .login-form .logo {
		width: 141px;
	}

	.dashboard .slick-dots {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9;
	}

	.review-modal {
		max-width: 464px;
		padding: 0;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.review-modal .review_popup {
		padding: 30px;
	}

	.account-boxes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -5px;
	}

	.account-boxes .box {
		width: 48%;
	}

	.account-boxes .box ul {
		font-size: 16px;
	}

	.account-boxes .name {
		font-size: 24px;
		line-height: 29px;
	}

	.account-boxes .name img {
		width: 35px;
	}
}

@media (min-width: 1150px) {
	#header {
		left: 240px;
		box-shadow: none;
	}

	#header .logo {
		position: relative;
		left: -240px;
	}

	.sidenav {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		border-radius: 0 0 15px 0;
		box-shadow: none;
		z-index: 9;
	}

	.sidenav:before {
		display: block;
	}

	.nav-opener {
		display: none;
	}

	body #header {
		background: #ededed;
	}

	body.bg-gray #header {
		background: #fafafa;
	}

	body.bg-white #header {
		background: #fff;
	}

	.main-container {
		padding-left: 260px;
		padding-top: 116px;
	}

	.main-head h1 {
		font-size: 36px;
	}

	.full-page h1 {
		font-size: 52px;
	}

	.full-page h2 {
		font-size: 32px;
	}

	.full-page .login-form {
		padding: 50px 30px 30px;
	}

	.full-page .store-holder {
		min-height: 450px;
	}

	.dashboard .dashboard-box,
	.dashboard .notification-box {
		padding: 25px 30px;
	}
}

@media (min-width: 1366px) {
	.full-page h2 {
		font-size: 36px;
	}

	.full-page .verification-field {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.full-page .verification-field .form-control {
		margin-bottom: 0;
	}

	.full-page .verification-field .btn {
		width: 185px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media (min-width: 1400px) {
	.support_ticket_table .quantity-number .qty {
		display: none;
	}
}

@media (min-width: 1440px) {
	.full-page h1 {
		font-size: 72px;
	}

	.full-page .login-form.right-align {
		width: 35%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 50px 56px 30px;
	}

	.dashboard .dashboard-box h2,
	.dashboard .notification-box h2 {
		font-size: 20px;
	}

	.dashboard .dashboard-box h2,
	.dashboard .notification-box h2 {
		font-size: 24px;
	}

	.account-boxes {
		margin: 0 -30px;
	}

	.account-boxes .box {
		width: 30%;
		padding: 30px;
		margin: 0 15px 30px;
	}

	.account-boxes .btn-list .btn {
		margin: 0 10px 10px 0;
	}
}

@media (min-width: 1570px) {
	.account-boxes .box {
		padding: 41px;
	}

	.account-boxes .btn-list .btn {
		margin: 0 20px 10px 0;
	}
}

@media (min-width: 1600px) {
	.graph-info-holder .info-box + .info-box {
		margin: 0;
	}
}

@media (min-width: 1605px) {
	.dashboard .dashboard-box h2,
	.dashboard .notification-box h2 {
		font-size: 36px;
	}
}

@media (max-width: 1899px) {
	.info-popup-holder .info-popup {
		left: auto;
		right: 100%;
	}
}

@media (max-width: 1799px) {
	.full-page .padding-right {
		padding-right: 200px;
	}

	.account-boxes .box.style {
		padding: 15px;
	}

	.account-boxes .box ul li .title.style {
		width: 35%;
	}

	.offers_info li .percent {
		font-size: 30px;
		line-height: 34px;
	}

	.search-field-holder.width-style {
		width: 200px;
	}

	.tabs_bar {
		padding: 60px 0 0;
	}

	.btns-hold {
		top: 0;
	}

	.custom-check {
		padding: 0 0 0 30px;
	}

	.resend-info-holder .input-wrap {
		width: 33%;
	}

	.affiliate_info {
		padding: 0;
	}

	.graph-info-holder .info-box {
		padding: 15px;
	}

	.graph-info-holder .info-box + .info-box {
		padding: 15px;
	}

	.support_result_block .info-holder {
		padding: 35px 15px;
	}

	.support_result_block .title {
		font-size: 21px;
		line-height: 25px;
	}

	.order_info_block .fields-bar {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.order_info_block .fields-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}

	.order_info_block .field-hold {
		padding: 0 5px;
		margin: 0 0 10px;
	}

	.order_info_block .field-hold.width-style1 {
		width: 33.333333333%;
	}

	.order_info_block .field-hold.width-style2 {
		width: 33.333333333%;
	}

	.order_info_block .field-hold.width-style3 {
		width: 33.333333333%;
	}

	.order_info_block .field-hold.width-style4 {
		width: 33.333333333%;
	}

	.order_info_block .field-hold.width-style5 {
		width: 33.333333333%;
	}

	.order_info_block .field-hold.width-style6 {
		width: 33.333333333%;
	}
}

@media (max-width: 1599px) {
	.account-boxes .box.style {
		width: 32%;
	}

	.finance_info_holder {
		padding: 0;
	}

	.finance_info_holder .right_info {
		padding: 39px 15px 35px;
	}

	.payment_options {
		margin: 0 -5px 29px;
	}

	.payment_options li {
		padding: 0 5px;
	}

	.card_info_list .field-hold {
		width: 20%;
	}

	.finance_deposit_holder {
		padding: 35px 280px 35px 35px;
	}

	.support_ticket_info {
		padding: 0;
	}

	.support_ticket_info .heading_holder .links li {
		margin: 0 20px 0 0;
	}

	.support_ticket_info h1 .head_text.style {
		margin: 0 20px 0 0;
	}

	.support_ticket_info .select_bar.inventory {
		padding: 60px 0 0;
	}

	.btns-hold.style {
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.table-tabs li > a {
		font-size: 15px;
	}

	.support_ticket_table td .text-wrap.style-alt4 {
		min-height: inherit;
		width: 100%;
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.support_ticket_table td .text-wrap.style-alt4 .wrap {
		width: 100%;
	}

	.support_ticket_table .order-detail .btn-primary {
		width: 100%;
	}

	.support_ticket_table .shoes-info-holder.style-alt2 {
		width: 100%;
	}

	.support_ticket_table .col1 {
		width: 5%;
	}

	.support_ticket_table.responsive-style tbody tr {
		border-color: #212529;
		display: block;
		padding: 10px;
	}

	.support_ticket_table.responsive-style thead {
		display: none;
	}

	.support_ticket_table.responsive-style td {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.support_ticket_table.responsive-style td:not([data-title]):before,
	.support_ticket_table.responsive-style td[data-title=""]:before {
		content: "";
	}

	.support_ticket_table.responsive-style td:before {
		width: 180px;
		content: attr(data-title) ": ";
		padding: 0 10px 0 0;
		font-weight: 700;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		text-align: left;
	}

	.support_ticket_table .col2 {
		width: 3%;
	}

	.support_ticket_table .col3 {
		width: 5%;
	}

	.support_ticket_table .col4 {
		width: 7%;
	}

	.support_ticket_table .col5 {
		width: 7.5;
	}

	.support_ticket_table .col6 {
		width: 6%;
	}

	.support_ticket_table .col26 {
		width: 100%;
	}

	.support_ticket_table .col26.pad-left {
		padding: 0;
	}

	.support_ticket_table .col26 .txt br {
		display: none;
	}

	.support_ticket_table .col27 {
		width: 100%;
	}

	.support_ticket_table .col28 {
		width: 100%;
	}

	.record_block {
		padding: 50px 10px 28px;
	}

	.graph-info-holder .title-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.graph-info-holder .title-text {
		font-size: 20px;
		line-height: 24px;
	}

	.graph-info-holder .title-number,
	.graph-info-holder .title-amount {
		font-size: 40px;
		line-height: 44px;
	}

	.record_info_holder {
		padding: 15px;
	}

	.record_info_holder .left-box {
		margin: 0 2% 0 0;
	}

	.support_result_block .title .number {
		margin: 0 0 0 20px;
	}
}

@media (max-width: 1599px) and (max-width: 575px) {
	.support_ticket_table.responsive-style td:before {
		width: 95px;
	}
}

@media (max-width: 1439.98px) {
	.full-page .container {
		max-width: 100%;
	}
}

@media (max-width: 1399px) and (max-width: 575px) {
	.support_ticket_table td:before {
		width: 95px;
	}
}

@media (max-width: 1399px) {
	.full-page .padding-right {
		padding-right: 0;
	}

	.full-page .form-holder .img-bottom {
		right: auto;
		left: -190px;
	}

	.finance_info_holder {
		display: block;
	}

	.finance_info_holder .left_info {
		width: 100%;
		margin: 0 0 25px;
	}

	.finance_deposit_holder {
		padding: 15px;
	}

	.finance_deposit_holder .right-img {
		display: none;
	}

	.finance_deposit_holder.style .amount-box {
		width: 48%;
	}

	.finance_deposit_holder.style .offers_holder {
		width: 48%;
	}

	.support_ticket_info {
		display: block;
	}

	.support_ticket_info .heading_holder.style {
		display: block;
	}

	.support_ticket_info .heading_holder .heading-wrap {
		margin: 0 0 20px;
	}

	.support_ticket_info .select_bar {
		margin: 0 -5px 30px;
	}

	.support_ticket_info .select-wrap {
		padding: 0 5px;
	}

	.shop-select-holder .select-box.style {
		width: 200px;
	}

	.search-field-holder {
		width: 250px;
	}

	.search-field-holder.width-style {
		width: 170px;
	}

	.search-field-holder.width-style2 {
		width: 170px;
	}

	.tabs_bar.style {
		padding: 30px 0 0;
	}

	.info-popup-holder {
		display: none;
	}

	.info-popup-holder.new-style {
		display: block;
	}

	.table-tabs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
	}

	.table-tabs.order {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.table-tabs.order .dropdown-menu {
		min-width: 100% !important;
	}

	.table-tabs.finance li:last-child {
		width: 50%;
	}

	.table-tabs li {
		padding: 0;
		width: 50%;
	}

	.table-tabs li:last-child {
		width: 100%;
	}

	.table-tabs li > a {
		width: 100%;
		border-radius: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		padding: 0 10px;
	}

	.table-tabs li > a.pad-style {
		padding: 0 20px 0 10px;
	}

	.support_ticket_table.radius-style {
		border-radius: 0 0 15px 15px;
	}

	.support_ticket_table thead {
		display: none;
	}

	.support_ticket_table thead th .text-wrap {
		min-height: inherit;
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.support_ticket_table tbody tr {
		border-color: #212529;
		display: block;
		padding: 10px;
	}

	.support_ticket_table td .text-wrap {
		min-height: inherit;
		text-align: left;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.support_ticket_table td .text-wrap {
		width: 100%;
	}

	.support_ticket_table td .text-wrap.style {
		min-height: inherit;
	}

	.support_ticket_table td .text-wrap.style-alt2 {
		min-height: inherit;
	}

	.support_ticket_table td .text-wrap.style-alt3 {
		min-height: inherit;
	}

	.support_ticket_table td .text-wrap.style-alt5 {
		min-height: inherit;
	}

	.support_ticket_table td .wrap {
		width: 100%;
	}

	.support_ticket_table td {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.support_ticket_table td:not([data-title]):before,
	.support_ticket_table td[data-title=""]:before {
		content: "";
	}

	.support_ticket_table td:before {
		width: 180px;
		content: attr(data-title) ": ";
		padding: 0 10px 0 0;
		font-weight: 700;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		text-align: left;
	}

	.support_ticket_table .shoes-info-holder {
		padding: 0 50px 0 10px;
		margin: 20px 0;
	}

	.support_ticket_table .shoes-info-holder:last-child,
	.support_ticket_table .shoes-info-holder:only-child {
		margin: 20px 0;
	}

	.support_ticket_table .quantity-number {
		right: 24px;
	}

	.support_ticket_table .product-img {
		text-align: left;
	}

	.support_ticket_table .col1 {
		width: 100%;
		padding: 15px 0;
	}

	.support_ticket_table .col2 {
		width: 100%;
	}

	.support_ticket_table .col3 {
		width: 100%;
		padding: 15px 0;
	}

	.support_ticket_table .col4 {
		width: 100%;
		padding: 15px 0;
	}

	.support_ticket_table .col5 {
		width: 100%;
		padding: 15px 0;
	}

	.support_ticket_table .col6 {
		width: 100%;
		padding: 15px 0;
	}

	.support_ticket_table .col7 {
		width: 100%;
	}

	.support_ticket_table .col8 {
		width: 100%;
	}

	.support_ticket_table .col9 {
		width: 100%;
	}

	.support_ticket_table .col10 {
		width: 100%;
	}

	.support_ticket_table .col11 {
		width: 100%;
	}

	.support_ticket_table .col12 {
		width: 100%;
	}

	.support_ticket_table .col13 {
		width: 100%;
	}

	.support_ticket_table .col14 {
		width: 100%;
	}

	.support_ticket_table .col15 {
		width: 100%;
	}

	.support_ticket_table .col16 {
		width: 100%;
	}

	.support_ticket_table .col17 {
		width: 100%;
	}

	.support_ticket_table .col18 {
		width: 100%;
	}

	.support_ticket_table .col19 {
		width: 100%;
	}

	.support_ticket_table .col20 {
		width: 100%;
	}

	.support_ticket_table .col21 .wrap {
		width: auto;
	}

	.support_ticket_table .col21 {
		width: 100%;
	}

	.support_ticket_table .col22 {
		width: 100%;
	}

	.support_ticket_table .col23 {
		width: 100%;
	}

	.support_ticket_table .col24 {
		width: 100%;
	}

	.support_ticket_table .col25 {
		width: 100%;
	}

	.support_ticket_table .col29 {
		width: 100%;
	}

	.support_ticket_table .col30 {
		width: 100%;
	}

	.record_block .table-frame {
		margin: 0 0 30px;
	}

	.resend-info-holder .select-box.style {
		width: 100%;
		margin: 0 0 20px;
	}

	.resend-info-holder .number-wrap.style {
		margin: 0 20px 0 0;
	}

	.resend-info-holder .input-wrap {
		width: 100%;
		margin: 0 0 20px;
	}

	.resend-info-holder .input-wrap .input-box {
		width: 100%;
	}

	.product_detail_list.style-alt2 li {
		display: block;
	}

	.product_detail_list.style-alt3 {
		margin: 0 -5px;
	}

	.product_detail_list.style-alt3 li .ico_close {
		right: 0;
	}

	.product_detail_list.style-alt3 .box {
		padding: 0 5px;
	}

	.graph-info-holder {
		display: block;
		margin: 0 0 20px;
	}

	.graph-info-holder .holder {
		width: 100%;
		padding: 0;
	}

	.record_info_holder {
		display: block;
	}

	.record_info_holder .left-box {
		margin: 0;
		width: 100%;
	}

	.record_tabs li {
		margin: 0 0 15px;
	}

	.record_tabs li:last-child {
		margin: 0 0 15px;
	}

	.notification-block {
		padding: 0;
	}
}

@media all and (max-width: 1199px) {
	.setting-info-wrap .label .tool-tip {
		width: 450px;
	}
}

@media (max-width: 1199px) {
	.full-page .error-img {
		right: 50px;
	}

	.account-boxes .box.style {
		width: 48.5%;
	}

	.finance_deposit_holder .amount-box {
		margin: 0 2% 0 0;
		padding: 29px 60px 29px 29px;
	}

	.finance_deposit_holder .amount-box .ico-plus {
		width: 40px;
		right: 10px;
	}

	.finance_deposit_holder .amount {
		font-size: 36px;
		line-height: 40px;
	}

	.finance_deposit_holder.style .amount-box {
		width: 40%;
	}

	.finance_deposit_holder.style .offers_holder {
		width: 56%;
	}

	.support_ticket_info .select_bar {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.support_ticket_info .select-wrap {
		width: 100%;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 30px;
	}

	.support_ticket_info .right-align {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.info-popup-holder.new-style .info-popup.width-style {
		width: 735px;
	}

	.product_detail_list.style-alt3 li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product_detail_list.style-alt3 li .ico_close {
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.product_detail_list.style-alt3 .box {
		margin: 0 0 15px;
	}

	.product_detail_list.style-alt3 .box.width-style {
		width: 48%;
	}

	.product_detail_list.style-alt3 .box.width-style2 {
		width: 30%;
	}

	.affiliate_info .heading-holder {
		padding: 0 0 15px;
		margin: 0 0 15px;
	}

	.affiliate_info .user-holder {
		padding: 15px;
	}

	.affiliate_info .user-info {
		width: 400px;
	}

	.affiliate_info .title-user {
		font-size: 30px;
		line-height: 34px;
	}

	.affiliate_info .title-mail {
		font-size: 20px;
		line-height: 24px;
	}

	.graph-info-holder .info-box + .info-box .title-holder {
		margin: 0 0 35px;
	}

	.graph-info-holder .title-holder {
		margin: 0 0 35px;
	}

	.graph-info-holder .btn {
		margin: 35px 0 0;
	}
}

@media (max-width: 1149.98px) {
	.notification-slide {
		right: 15px;
	}
}

@media (max-width: 991px) {
	.msg-404-holder .img-hold {
		margin: 0 50px 0 0;
	}

	.menu-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.menu-list > li {
		width: 50%;
		margin: 0 0 20px;
	}

	.info-popup-holder.new-style .info-popup.width-style {
		width: 295px;
	}

	.modal-dialog.choose-product-modal .search-holder {
		width: 320px;
	}
}

@media (max-width: 767px) {
	.search-active #header .icons-list a.search-opener {
		background: #7166f9;
	}

	.search-active #header .icons-list a.search-opener i {
		color: #fff;
	}

	#header .profile-slide {
		top: 53px;
	}

	.search-form {
		top: 40px;
		padding: 10px;
		background: #7166f9;
		border-radius: 15px;
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}

	.search-form .input-hold {
		width: 200px;
	}

	.full-page .error-img {
		display: none;
	}

	.msg-404-holder .wrap-holder {
		display: block;
	}

	.msg-404-holder .img-hold {
		margin: 0 0 25px;
		text-align: center;
	}

	.msg-404-holder .text-hold {
		font-size: 20px;
		line-height: 24px;
	}

	.msg-404-holder h1 {
		font-size: 60px;
		line-height: 64px;
	}

	.msg-404-holder .title {
		font-size: 36px;
		line-height: 40px;
	}

	.account-boxes .box.style {
		width: 100%;
		margin: 0 0 30px;
	}

	.modal-dialog.add-user-modal .modal-content {
		padding: 30px;
	}

	.modal-dialog.store-modal .modal-content {
		padding: 20px;
	}

	.finance_info_holder .transfer_amount_holder {
		padding: 15px;
	}

	.amount-hold .title-field {
		font-size: 32px;
		line-height: 36px;
		padding: 0 5px 5px;
	}

	.payment_options.autofill-style li {
		width: 50%;
	}

	.account_info_block {
		padding: 15px;
	}

	.account_info_block .info-holder {
		padding: 15px;
	}

	.total_amount_holder .text {
		font-size: 20px;
		line-height: 24px;
	}

	.total_amount_holder .amount {
		font-size: 20px;
		line-height: 24px;
	}

	.total_amount_holder .amount.total {
		font-size: 26px;
		line-height: 30px;
	}

	.powerd_by.style {
		bottom: 27px;
	}

	.my_credit_card_holder {
		padding: 27px 15px;
	}

	.finance_deposit_holder {
		display: block;
	}

	.finance_deposit_holder .amount-box {
		width: 100%;
		margin: 0 0 25px;
	}

	.finance_deposit_holder.style .amount-box {
		width: 100%;
		margin: 0 0 25px;
	}

	.finance_deposit_holder.style .offers_holder {
		width: 100%;
	}

	.ship-method .ship-info-row {
		display: block;
	}

	.ship-method .info-hold {
		display: block;
		width: 100%;
		margin: 0 0 15px;
	}

	.label {
		margin: 0 0 10px;
	}

	.modal-dialog.shipping-modal .modal-content {
		padding: 30px;
	}

	.modal-dialog .ico-close {
		top: 10px;
		right: 10px;
	}

	.support_ticket_info .heading_holder.style {
		margin: 0 0 20px;
	}

	.support_ticket_info .heading_holder .heading-wrap {
		display: block;
	}

	.support_ticket_info h1 .head_text.style {
		margin: 0 0 20px;
	}

	.info-popup-holder.new-style .info-popup {
		width: auto;
		width: 295px;
		left: 50%;
		margin: 30px 0 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.table-tabs {
		display: block;
	}

	.table-tabs.finance li:last-child {
		width: 100%;
	}

	.table-tabs li {
		width: 100%;
	}

	.table-tabs li:last-child {
		width: 100%;
	}

	.table-tabs li > a {
		font-size: 14px;
	}

	.support_ticket_table td .txt {
		white-space: normal;
		word-break: break-all;
	}

	.support_ticket_table .quantity-number {
		right: 0;
	}

	.paging_bar {
		display: block;
	}

	.paging {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -5px 20px;
	}

	.paging.style {
		margin: 0;
	}

	.order-no-info {
		margin: 0 0 30px;
	}

	.order-no-info .question-holder {
		padding: 15px;
		margin: 0 0 30px;
	}

	.order-no-info .select {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.order-no-info .select.style {
		width: 100%;
	}

	.order-no-info .form-control {
		padding: 7px;
	}

	.order-no-info .btns-frame {
		margin-top: 30px;
	}

	.order-no-info .btns-frame .btn {
		margin: 0 5px 0 0;
	}

	.information-holder {
		padding: 15px;
		margin: 0 0 30px;
	}

	.resend-info-holder {
		padding: 15px 10px;
	}

	.resend-info-holder .select-box {
		width: 100%;
		margin: 0 0 20px;
	}

	.resend-info-holder .number-wrap {
		margin: 0 0 20px;
	}

	.resend-info-holder .number-wrap.style {
		margin: 0 0 20px;
	}

	.product-info-wrap {
		padding: 15px 10px;
	}

	.setting-info-wrap {
		padding: 15px 10px;
	}

	.setting-info-wrap h2 {
		display: block;
	}

	.setting-info-wrap h2 .title-add {
		margin: 0;
	}

	.sync-holder {
		padding: 15px 10px;
	}

	.product_detail_list li {
		padding: 0 0 0 25px;
	}

	.product_detail_list li .product-hold {
		width: 175px;
		padding: 0 20px 0 0;
	}

	.product_detail_list.style li {
		display: block;
	}

	.product_detail_list.style-alt3 {
		margin: 0;
	}

	.product_detail_list.style-alt3 li {
		display: block;
	}

	.product_detail_list.style-alt3 .box {
		padding: 0;
	}

	.product_detail_list.style-alt3 .box.width-style {
		width: 100%;
	}

	.product_detail_list.style-alt3 .box.width-style2 {
		width: 100%;
	}

	.wrong_product_holder {
		padding: 15px;
	}

	.wrong_product_holder .select-holder {
		display: block;
	}

	.wrong_product_holder .select-holder .select {
		margin: 0;
		width: 100%;
	}

	.wrong_product_holder .selection-list {
		margin: 20px -5px 0;
	}

	.wrong_product_holder .selection-list li {
		padding: 0 5px;
	}

	.product_images_list {
		margin: 0 -5px;
	}

	.product_images_list li {
		padding: 0 5px;
	}

	.modal-dialog.select-order-modal .modal-content {
		padding: 20px;
	}

	.modal-dialog.select-order-modal .heading {
		display: block;
	}

	.modal-dialog.select-order-modal .select-wrap {
		display: block;
	}

	.modal-dialog.select-order-modal .shop-select-holder {
		margin: 0 0 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.modal-dialog.select-order-modal .calendar-holder {
		margin: 0 auto;
	}

	.modal-dialog.choose-product-modal .modal-content {
		padding: 20px;
	}

	.modal-dialog.choose-product-modal .heading {
		display: block;
	}

	.modal-dialog.choose-product-modal .product-search-holder {
		display: block;
	}

	.modal-dialog.choose-product-modal .option-hold {
		margin: 0 0 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.modal-dialog.choose-product-modal .search-holder {
		width: 100%;
	}

	.modal-dialog.upload-item-modal .modal-content {
		padding: 20px;
	}

	.modal-dialog.submit-reply-modal .modal-content {
		padding: 20px;
	}

	.affiliate_info .user-holder {
		display: block;
	}

	.affiliate_info .user-info {
		width: 100%;
		margin: 0 0 25px;
	}

	.affiliate_info .commision-info {
		width: 100%;
	}

	.record_info_table thead {
		display: none;
	}

	.record_info_table th {
		font-size: 12px;
		line-height: 14px;
	}

	.record_info_table .inner-table {
		margin: 0;
	}

	.record_info_table .inner-table tbody tr {
		display: block;
		margin: 0 0 20px;
		background: #fff;
		border-bottom: 1px solid #000;
	}

	.record_info_table .inner-table td {
		background: none;
		height: 45px;
	}

	.record_info_table .inner-table td:first-child {
		border-radius: 0;
	}

	.record_info_table .inner-table td:last-child {
		border-radius: 0;
	}

	.record_info_table .inner-table td {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.record_info_table .inner-table td:not([data-title]):before,
	.record_info_table .inner-table td[data-title=""]:before {
		content: "";
	}

	.record_info_table .inner-table td:before {
		width: 100px;
		content: attr(data-title) ": ";
		padding: 0 10px 0 0;
		font-weight: 700;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		text-align: left;
	}

	.modal-dialog.amount-withdraw-modal .modal-content {
		padding: 20px;
	}

	.support_result_block .info-holder {
		padding: 15px;
	}

	.support_result_block .title .number {
		margin: 0 0 0 5px;
	}

	.support_result_block .detail-list .left-text.width {
		margin: 0 20px 0 0;
	}

	.support_result_block .detail-list .left-text.width-style2 {
		width: 130px;
	}

	.support_result_block .info-wrap {
		display: block;
		margin: 0;
	}

	.support_result_block .info-wrap .info-box {
		width: 100%;
		padding: 0;
		margin: 0 0 25px;
	}

	.feedback-holder {
		padding: 15px;
	}

	.feedback-holder .comment {
		padding: 10px;
	}

	.order_info_block .heading_holder {
		margin: 0;
	}

	.order_info_block .btns-holder {
		display: block;
		width: 300px;
		margin: 0;
	}

	.order_info_block .btns-holder .btn-hold {
		padding: 0;
		margin: 0 0 10px;
	}

	.order_info_block .btn.bg-black {
		min-width: 100%;
	}

	.order_info_block .btn {
		min-width: 100%;
	}

	.order_info_block .jcf-select-action-select {
		width: 100%;
	}

	.order_info_block .field-hold.width-style1 {
		width: 50%;
	}

	.order_info_block .field-hold.width-style2 {
		width: 50%;
	}

	.order_info_block .field-hold.width-style3 {
		width: 50%;
	}

	.order_info_block .field-hold.width-style4 {
		width: 50%;
	}

	.order_info_block .field-hold.width-style5 {
		width: 50%;
	}

	.order_info_block .field-hold.width-style6 {
		width: 50%;
	}

	.modal-dialog.auto-fillment .modal-content {
		padding: 20px;
	}

	.notification-list li a {
		padding: 15px 40px 15px 5px;
	}

	.notification-slide {
		width: 350px;
		height: calc(100vh - 72px);
		padding: 60px 10px 25px;
	}

	.fancybox-slide::before {
		height: 5%;
	}
}

@media (max-width: 767.98px) {
	.dashboard .slick-arrow {
		display: none;
	}
}

@media all and (max-width: 767px) {
	.setting-info-wrap .label .tool-tip {
		left: auto;
		right: 0;
		width: 300px;
		top: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
}

@media (max-width: 575px) {
	.menu-list {
		display: block;
		margin: 0;
	}

	.menu-list > li {
		width: 100%;
		padding: 0;
	}

	.finance_info_holder .btn-hold.style {
		display: block;
		text-align: center;
	}

	.finance_info_holder .btn-hold .logo-holder {
		margin: 15px 0 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.note-holder {
		padding: 10px;
	}

	.payment_options {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.payment_options li {
		width: 50%;
		margin: 0 0 10px;
	}

	.account_info_block .acc-info-list li {
		display: block;
	}

	.account_info_block .text,
	.account_info_block .title {
		margin: 0 0 10px;
	}

	.account_info_block .text {
		text-align: left;
	}

	.offers_info {
		display: block;
	}

	.offers_info li {
		width: 100%;
	}

	.offers_info li:first-child {
		border-radius: 15px 15px 0 0;
	}

	.offers_info li:last-child {
		border-radius: 0 0 15px 15px;
	}

	.total_amount_holder .info-row {
		padding: 0;
	}

	.balance_transfer_holder {
		padding: 15px;
	}

	.card_info_holder {
		padding: 50px 15px 15px 15px;
	}

	.card_info_holder .info-holder {
		width: 100%;
	}

	.my_credit_card_holder {
		padding: 77px 15px 27px;
	}

	.card_info_list li.remove {
		padding: 0 0 0 33px;
	}

	.card_info_list .fields-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}

	.card_info_list .field-hold {
		width: 50%;
		margin: 0 0 15px;
	}

	.card_info_list .field-hold:first-child {
		width: 50%;
		margin: 0 0 15px;
	}

	.card_info_list .field-hold.style {
		margin: 10px 0 0;
	}

	.search_holder .title-order.black {
		display: none;
	}

	.search-field-holder {
		width: 228px;
	}

	.search-field-holder.style {
		width: 160px;
	}

	.support_ticket_table .shoes-info-holder {
		display: block;
	}

	.support_ticket_table .shoes-info-holder .img-box {
		margin: 0 0 10px;
	}

	.support_ticket_table .shoes-info-holder .img-box.style {
		margin: 0 0 10px;
	}

	.order_info_block .btns-holder {
		width: 150px;
	}

	.order_info_block .fields-bar {
		display: block;
	}

	.order_info_block .fields-wrap {
		display: block;
		margin: 0;
		width: 100%;
	}

	.order_info_block .field-hold {
		padding: 0;
	}

	.order_info_block .field-hold.width-style1 {
		width: 100%;
	}

	.order_info_block .field-hold.width-style2 {
		width: 100%;
	}

	.order_info_block .field-hold.width-style3 {
		width: 100%;
	}

	.order_info_block .field-hold.width-style4 {
		width: 100%;
	}

	.order_info_block .field-hold.width-style5 {
		width: 100%;
	}

	.order_info_block .field-hold.width-style6 {
		width: 100%;
	}

	.order_info_block .search {
		margin: 0;
		min-width: 100%;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes mymove {
	0% {
		-webkit-transform: translate(-50%, -100px);
		transform: translate(-50%, -100px);
	}

	25% {
		-webkit-transform: translate(-50%, 20px);
		transform: translate(-50%, 20px);
	}

	50% {
		-webkit-transform: translate(-50%, 20px);
		transform: translate(-50%, 20px);
	}

	75% {
		-webkit-transform: translate(-50%, 20px);
		transform: translate(-50%, 20px);
	}

	100% {
		-webkit-transform: translate(-50%, -100px);
		transform: translate(-50%, -100px);
	}
}

@keyframes mymove {
	0% {
		-webkit-transform: translate(-50%, -100px);
		transform: translate(-50%, -100px);
	}

	25% {
		-webkit-transform: translate(-50%, 20px);
		transform: translate(-50%, 20px);
	}

	50% {
		-webkit-transform: translate(-50%, 20px);
		transform: translate(-50%, 20px);
	}

	75% {
		-webkit-transform: translate(-50%, 20px);
		transform: translate(-50%, 20px);
	}

	100% {
		-webkit-transform: translate(-50%, -100px);
		transform: translate(-50%, -100px);
	}
}

@keyframes bounce_fountainTextG {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: black;
	}

	100% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		color: white;
	}
}

@-webkit-keyframes bounce_fountainTextG {
	0% {
		-webkit-transform: scale(1);
		color: black;
	}

	100% {
		-webkit-transform: scale(.5);
		color: white;
	}
}

