/*
YUI 3.14.1c (build 63049cb)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
* {
	box-sizing: border-box;
}
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* HTML5 defaults */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {background: none repeat scroll 0 0 transparent; border: 0 none; font-size: 100%; margin: 0; outline: 0 none; padding: 0; vertical-align: baseline; }
article, aside, figcaption, figure, footer, header, hgroup, nav, section, time {display: block;}

/* Orange.Portal 5 recommended styles */
img { vertical-align: top; }
th { font-weight: bold; }
button { padding: 2px 5px; margin-top: 0.5em; font-size: 1.08em; margin-left: -1px;}
.clear { clear: both; }
.hidden { display: none; }
a, img, input, button {outline: none;}
dl dt { display: inline-block; width: 35%; }
dl dd { display: inline-block; width: 65%; margin-bottom: 0.3em; font-style: italic; }

/* Theme */

html {
	height: 100%;
}

body {
	background: #ffffff;
	padding: 0px;
	font-family: 'Calibri', sans-serif;
	min-height: 100%;
	overflow-x: hidden;
}

h2 {
	color: #2286c6;
	font-size: 32pt;
	text-align: center;
	margin-bottom: 20px;
}

h2 span {
	color: #28668d;
}

.ignorecolor {
	color: inherit !important;
}

.no-notifications {
  color: blue;
  background: #E9F7FF;
  text-align: center;
  line-height: 90px;
  cursor: default;
  font-weight: bolder;
  font-size: 22px;
}


a {
	color: #2976a4;
	text-decoration: none;
}

textarea {
	outline: none;
}

.holder {
	width: 999px;
	position: relative;
}

.default-button {
	color: #ffffff;
	text-decoration: none;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.1);
	padding: 5px 20px;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 10px;
	background-image: -ms-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: -moz-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: -o-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: linear-gradient(to bottom, #79C3F4 0%, #4495CC 100%);
	text-shadow: 0px 1px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 0px 1px #017ec0;
	cursor: pointer;
}
.default-button:hover {
    background-image: linear-gradient(to bottom, #4C8EB2 0%, #25739F 100%);
}	

button.default-button {
	border: 0px;
	padding: 7px 20px 7px 20px;
}
.form-element-button .upload_page{
    padding: 10px 20px 8px 20px;
}
.avatar {
	display: block;
	background-position: 50% 50%;
	background-size: cover;
}

.avatar a {
	display: block;
	width: 100%;
	height: 100%;
}

#charCount {
  padding-left: 600px;
}

.form-element.form-element-hidden {
	margin: 0px !important;
}

div#html {
	background: #ffffff;
	width: 1000px;
	border-radius: 12px;
	overflow: hidden;
	margin: 0px auto;
}

.main-header {
    background: #4ca9e4 url(header-bg.png) 80% 0px no-repeat;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 58px 15px;
    box-sizing: border-box;
}

#search-form {
    width: 100%;
    max-width: calc(100% - 400px);
    margin: 0 0 0 auto;
}

header div#logo {
	width: 365px;
    height: 104px;
    background-size: cover !important;
	background: url('logo.png') 0px 0px no-repeat;
}

header div#logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.personal-block-outer {
    position: absolute;
    width: 100%;
    max-width: 1490px;
    padding: 0 15px;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
}

.placeholder::placeholder {
  color: #9e9e9e9c;
}


.personal-block-outer:after {
    content: '';
    background: #fff;
    display: block;
    width: 1025%;
    height: 39px;
    top: 0;
    position: absolute;
    z-index: -1;
    right: -1000%;
}
header div#personal-block {
    background: #ffffff;
    border-radius: 0px 0px 0px 10px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1285px;
    width: 90%;
    margin: 0 0 0 auto;
}

header div#personal-block > * {
	margin-right: 10px;
}

header div#personal-block #upload-button span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 4px;
	background: url('upload.png') 0px 0px no-repeat;
	position: relative;
	top: 3px;
}

header div#personal-block #upload-button {
	width: 104px;
    height: 39px;
    background: url('upload-button.png');
    display: inline-block;
    text-indent: -10000px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid #fff;
    border-radius: 0px 0px 0px 10px;
}

header div#personal-block #my-link {
	color: #000000;
	vertical-align: middle;
	position: relative;
	display: inline-flex;
    align-items: center;
}

header div#personal-block a.header-avatar {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-size: cover;
	margin-right: 1px;
	vertical-align: bottom;
	top: -1px;
	position: relative;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5);
}

header div#personal-block #header-private-menu,
#search-hint {
	position: absolute;
	padding: 8px 0px;
	background: rgba(255,255,255,0.85);
	border-radius: 0px 0px 7px 7px;
	min-width: 133px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
}

header div#personal-block #header-private-menu li a,
#search-hint li {
	padding: 2px 10px;
	display: block;
	cursor: pointer;
	color: #2976a4;
	font-size: 18px;
}

header div#personal-block #header-private-menu li a:hover,
#search-hint li:hover, #search-hint li.hover {
	background: #2976a4;
	color: #ffffff;
}

header div#personal-block #header-private-menu2,
#search-hint {
	position: absolute;
	padding: 8px 0px;
	background: rgba(255,255,255,0.85);
	border-radius: 0px 0px 7px 7px;
	min-width: 133px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
}

header div#personal-block #header-private-menu2 li a,
#search-hint li {
	padding: 2px 10px;
	display: block;
	cursor: pointer;
	color: #2976a4;
	font-size: 18px;
}

header div#personal-block #header-private-menu2 li a:hover,
#search-hint li:hover, #search-hint li.hover {
	background: #2976a4;
	color: #ffffff;
}

header div#search-form form {
	border-radius: 10px;
	height: 64px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	position: relative;
	display: flex;
}

header div#search-form form input, header div#search-form form button,
form#user-search-form input, form#user-search-form button {
	display: block;
	float: left;
	margin: 0px;
	border: 0px;
	font-size: 14pt;
	padding: 5px 10px;
	border: 1px solid #ffffff;
}

form#user-search-form input,
header div#search-form form input {
	width: 100%;
	height: 64px;
	line-height: 28px;
	padding: 4px 10px;
	border-radius: 0;
}
header div#search-form form input {
    width: calc(100% - 150px);
    height: 64px;
    line-height: 28px;
    padding: 4px 10px;
    border-radius: 0;
	font-size: 25px;
    color: #1b547b;
    font-weight: 550;
}
form#user-search-form button,
header div#search-form form button {
	width: 64px;
	height: 64px;
	line-height: 38px;
	text-indent: -10000px;
	border-radius: 0px 10px 10px 0px;
	cursor: pointer;
	background-image: -ms-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: -moz-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: -o-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #79C3F4), color-stop(1, #4495CC));
	
}

form#user-search-form button span,
header div#search-form form button span {
    display: block;
    width: 36px;
    height: 36px;
    background: url(search.png) 0px 0px;
    position: relative;
    top: 0;
    left: 2px;
    text-indent: -10000px;
    background-repeat: no-repeat;
    background-size: 36px;
}

header div#search-form form button {
    background: #fff url(header-search.png) 0px 0px;
    width: 73px !important;
    height: 64px;
    margin-top: 0;
    background-repeat: no-repeat !important;
    background-size: cover;
}

header div#search-form form button span {
    display: none;
}

#search-hint {
	position: absolute;
	z-index: 9;
	display: none;
	width: 100%;
	max-width: calc(100% - 226px);
	margin-left: 156px;
	margin-right: auto;
	margin-top: 64px;
}
	
nav#main-menu {
	background: url('menu-bg.png') 0px 1px;
    padding: 0px 24px;
    border: 1px solid #a1d0e9;
    border-radius: 10px;
    position: relative;
    top: -30px;
    margin: 0px auto;
    width: 100%;
    max-width: 1133px;
    text-align: center;
    background-size: 1px 56px;
}

nav#main-menu, nav#main-menu ul {
	line-height: 48px;
}

nav#main-menu ul li {
	line-height: 36px;
	height: 36px;
	padding: 5px 2px;
	font-size: 14pt;
	text-align: center;
	display: inline-block;
	margin: 5px 0px;
}

nav#main-menu ul li a {
	text-decoration: none;
	color: #2286c6;
	display: block;
	padding: 0px 10px;
	line-height: 36px;
	border-radius: 10px;
}

nav#main-menu ul li a.with-submenu {
	border-radius: 10px 10px 0px 0px;
	height: 32px;
	position: relative;
	z-index: 4;
}

nav#main-menu ul li ul {
	display: none;
	width: 200px;
	position: absolute;
	z-index: 3;
	margin-top: -1px;
	background: rgba(77,173,235,0.87);
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #117abe;
}

nav#main-menu ul li ul li {
	text-align: center;
	display: block;
}

nav#main-menu ul li ul li a {
	color: #ffffff;
}

nav#main-menu ul li:hover > a,
nav#main-menu ul li a.current {
	background: #4dadeb;
	color: #ffffff;
}

nav#main-menu ul li:hover a {
	color: #ffffff;
}

nav#main-menu ul li:hover ul {
	display: block;
}







div#content {
	width: 100%;
    max-width: 1590px;
	margin: 0px auto 50px auto;
	font-size: 1.2em;
}

div#products-special-slider {
	width: 999px;
	margin: 40px auto 70px auto;
	position: relative;
}

div#products-special-slider-holder {
    width: 100%;
    max-width: 966px;
    max-height: 402px;
    margin: 0px auto;
    overflow: hidden;
}

div#products-special-slider-slides {
	height: 376px;
	position: relative;
}

.products-special-slider-slide {
	width: 100%;
    max-width: 964px;
    height: 400px;
	border: 1px solid #a1d0e9;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	float: left;
}

#featured-preview .products-special-slider-slide {
	background: #ffffff;
	float: none;
	margin: 20px auto;
}

.products-special-slider-slide > a {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.products-special-slider-slide > .products-special-slider-slide-image {
	position: absolute;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 737px;
}

.products-special-slider-slide > .products-special-slider-slide-info {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 225px;
	box-shadow: 0px 0px 100px 100px #ffffff, 0px 0px 100px 100px #ffffff;
	/*box-shadow: none !important;*/
	background: #fff;
}

.products-special-slider-slide > .products-special-slider-slide-info > div {
    margin: 0 15px;
    top: 50%;
    transform: translate(-104px, -50%) !important;
    position: absolute;
    width: 300px;
}

.products-special-slider-slide > .products-special-slider-slide-info > div h4 {
	color: #2286c6;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
	float: unset !important;
}
	
div#products-special-slider-current {
	width: 635px;
	height: 273px;
	border-radius: 12px;
	margin: 0px auto;
	background: #808080;
	background-position: 50% 50%;
	background-size: cover;
}

ul#products-special-slider-list {
	width: 670px;
	height: 107px;
	background: url('ptop-bg.png') 50% 50%;
	padding: 0px 5px;
	border-radius: 12px;
	margin: 30px auto;
}

ul#products-special-slider-list li {
	max-width: 124px;
    height: 86px;
	background: #808080;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 10px;
	float: left;
	margin: 10px 5px;
	color: rgba(0,0,0,0);
	cursor: pointer;
}

ul#products-special-slider-list li.selected, ul.product-view-media li.selected {
	box-shadow: 0px 0px 0px 3px #5d99c0 inset;
}

ul.product-view-media li span {
	display: block;
	width: 100%;
	height: 100%;
}

.product-view-media-wrapper {
	width: 100%;
	max-width: 655px;
	height: 107px;
	background: url('ptop-bg.png') 50% 50%;
	border-radius: 12px;
	margin: 18px auto;
	overflow: hidden;
}

ul.product-view-media li {
	width: 119px;
	height: 87px;
	background: #808080;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 10px;
	float: left;
	margin: 10px 0px 10px 10px;
	color: rgba(0,0,0,0);
	cursor: pointer;
}

ul.product-view-media li.media-youtube span {
	background: transparent url('video.png') 50% 50% no-repeat;
}

div.product-view-media-wrapper {
	
}

.product-view-media-arrows {
    position: relative;
    top: -80px;
    margin: auto;
    max-width: 750px;
}

.product-view-media-arrows > div {
	background: url('arrows-2.png');
	background-position: 0px 100%;
	width: 24px;
	height: 24px;
	float: left;
	cursor: pointer;
	background-size: cover;
}

.product-view-media-arrows > div.product-view-media-right {
	float: right;
	background-position: 0px 0px;
}

#products-special-slider-current a {
	display: block;
	text-align: right;
	padding: 50px 40px 0px 40px;
	height: 223px;
	color: #ffffff;
	font-size: 30pt;
}

div#products-special-slider-arrows {
	position: absolute;
	top: 165px;
	width: 100%;
	height: 0px;
}

div#products-special-slider-arrows div {
	background: url('arrows-1.png') 0px 0px no-repeat;
	width: 42px;
	height: 46px;
	cursor: pointer;
	float: right;
	margin-right: -70px;
}

div#products-special-slider-arrows div#products-special-slider-arrow-left {
	background-position: 0px -46px;
	float: left;
	margin-right: 0px;
	margin-left: -70px;
}

.product-view-extra-container {
	margin-top: 15px;
	margin-bottom: 30px;
	color: #2286c6;
}

.product-view-extra-container li {
	clear: both;
	min-height: 67px;
}

.product-view-extra-container li .extra-image-box {
	display: block;
	float: left;
	width: 100px;
	margin-right: 10px;
}

.product-view-extra-container li .extra-data-box {
	display: block;
	float: left;
	margin-top: 15px;
}

.product-view-extra-container li img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

.webdesign {
	bottom: -5px;
	position: relative;
}

div.holder {
	width: 860px;
	margin: 0px auto;
}

div.holder h2 {
	background: url('heading-bg.png') 0px 100% repeat-x;
	margin-bottom: 40px;
}

div.holder h2 span {
	display: inline-block;
	background: #2f89c3;
	border-radius: 10px 10px 0px 0px;
	padding: 0px 18px 2px 18px;
	font-size: 18pt;
	color: #ffffff;
}

div.product-main-item {
	width: 312px;
	float: left;
	margin: 23px;
}

.tabs-data div.product-main-item {
	margin: 5px 23px 25px 23px;
}

.tabs-data #tab-all-models div.product-main-item {
	margin: 5px 7px 25px 10px;
}

div.product-main-item h3 {
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	color: #2473a5;
	margin-bottom: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.product-main-item-photo {
	height: 234px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #5d99c0;
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.profile-aside-more div.product-main-item-photo {
	height: 200px;
}

.profile-aside-more .product-main-item-like {
	right: 2px;
}

.profile-aside-more div.product-main-item-rating {
	left: 2px;
}

.activity-line div.product-main-item-info,
.profile-aside-more div.product-main-item-info {
	background: rgba(67,148,203,0.8);
}

.profile-aside-more div.product-main-item-info-author {
	display: none;
}

.profile-aside-more ul.product-main-item-info-stats {
	left: 6px;
}

.profile-aside-more ul.product-main-item-info-stats li {
	padding-left: 8px;
}

.profile-aside-more ul.product-main-item-info-stats li:first-child {
	padding-left: 0px;
}

.profile-aside-more ul.product-main-item-info-stats li > span {
	display: inline-block;
}

.profile-aside-more div.product-main-item-info {
	height: 26px;
}

.profile-aside-more div.product-main-item-edit-link {
	bottom: 35px;
}

.profile-aside-more ul.product-main-item-info-stats li > span:nth-child(1) {
	position: relative;
	bottom: -1px;
	background-size: cover;
	width: 14px;
	height: 14px;
}

.profile-aside-more ul.product-main-item-info-stats li.product-main-item-info-stats-comments span.icon {
	background-position: 0px -14px;
}

.profile-aside-more ul.product-main-item-info-stats li.product-main-item-info-stats-downloads span.icon {
	background-position: 0px -28px;
}

.profile-aside-more ul.product-main-item-info-stats li > span:nth-child(2) {
	margin-left: 3px;
	font-size: 14pt;
	line-height: 16px;
}

.profile-aside-more ul.product-main-item-info-stats li.product-main-item-info-stats-downloads {
	float: right;
}

a.product-main-item-link {
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0px 10px 40px rgba(0,0,0,0.4) inset;
	padding: 0px 40px;
}

div.product-main-item-rating {
	background-position: 0px 50%;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 102px;
	line-height: 16px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	color: #ffffff;
	cursor: pointer;
	text-shadow: 1px 0px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5);
}

div.product-main-item-rating-data {
	display: none;
	position: absolute;
	top: 34px;
	left: 10px;
	border-top: 1px solid rgba(0,0,0,0.25);
	background: rgba(0,0,0,0.15);
	padding: 5px 16px;
}

div.product-main-item-rating-info {
	background-position: 0px 50%;
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 75px;
	line-height: 12px;
	font-size: 10pt;
	color: #ffffff;
	cursor: pointer;
	text-shadow: 1px 0px 0px rgba(0,0,0,0.5), -1px 0px 0px rgba(0,0,0,0.5), 0px -1px 0px rgba(0,0,0,0.5), 0px 1px 0px rgba(0,0,0,0.5);
}


.product-view div.product-main-item-rating {
	padding-left: 134px;
	line-height: 21px;
	font-size: 18pt;
}

.product-main-item-like:hover,
.product-main-item-like.checked {
    opacity: 0.5;
}

.product-main-item-like {
	background: url('like-button.png') 0px 0px no-repeat;
	width: 62px;
	height: 23px;
	position: absolute;
	top: 7px;
	right: 10px;
}

.product-main-item-like.liked {
	opacity: 0.5;
}

.product-main-item-print.print {
    opacity: 0.5;
}

div.product-main-item-edit-link {
	position: absolute;
	bottom: 46px;
	left: 10px;
	z-index: 3;
	line-height: 10px;
	background: #ffffff;
	padding: 5px;
	border-radius: 7px;
}

div.product-main-item-rating.blocked {
	opacity: 0.5;
}

div.product-main-item-rating-0 {
	background-image: url('star-0.png');
}

div.product-main-item-rating-1 {
	background-image: url('star-1.png');
}

div.product-main-item-rating-2 {
	background-image: url('star-2.png');
}

div.product-main-item-rating-3 {
	background-image: url('star-3.png');
}

div.product-main-item-rating-4 {
	background-image: url('star-4.png');
}

div.product-main-item-rating-5 {
	background-image: url('star-5.png');
}

div.product-main-item-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 37px;
	background: rgba(66,148,201,0.8) url('product-main-title-bg.png') -162px 0px no-repeat;
}

div.product-main-item-video {
	background: rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 55;
	border-radius: 10px;
	overflow: hidden;
}

div.product-main-item-video > div {
	width: 100%;
	height: 100%;
}

div.product-main-item-info-author {
	position: absolute;
	bottom: 3px;
	left: 8px;
	color: #44535a;
}

div.product-main-item-info-author a {
	color: inherit;
	text-decoration: none;
}

div.product-main-item-info-author div.avatar {
	width: 28px;
	height: 28px;
	border: 1px solid #cccccc;
	border-radius: 7px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

div.product-main-item-info-author-data {
	position: absolute;
	left: 36px;
	bottom: 1px;
	line-height: 100%;
	font-size: 11pt;
	width: 100px;
}

div.product-main-item-info-author-data div.author {
	font-weight: bold;
}

ul.product-main-item-info-stats {
	position: absolute;
	bottom: 3px;
	right: 6px;
}
.product-main-item-info-stats li span.icon {
    margin-top: 1px;
}

.product-column-container ul.product-main-item-info-stats,
.product-main-list-wrapper ul.product-main-item-info-stats {
	left: 146px;
	padding: 0px 2px 0px 12px;
}

.product-column-container ul.product-main-item-info-stats li,
.product-main-list-wrapper ul.product-main-item-info-stats li {
	padding: 0px;
	width: 33%;
}

ul.product-main-item-info-stats li {
	float: left;
	padding: 2px 4px 2px 12px;
	font-size: 10pt;
	color: #ffffff;
	text-align: center;
}

ul.product-main-item-info-stats span.icon {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0px auto;
	background: url('product-main-icons.png') 0px 0px no-repeat;
}

ul.product-main-item-info-stats li.product-main-item-info-stats-likes span.icon {
	background-position: 0px 0px; 
}

ul.product-main-item-info-stats li.product-main-item-info-stats-comments span.icon {
	background-position: 0px -16px; 
}

ul.product-main-item-info-stats li.product-main-item-info-stats-downloads span.icon {
	background-position: 0px -32px;
}

footer {
	text-align: center;
	color: #ffffff;
	background: #72c4f5;
	padding: 10px 0px;
	margin: 0px auto;
}

footer > * {
	margin: 20px auto;
}

/* Alert */

.alert {
	border-radius: 10px;
    padding: 50px 50px;
    background: #e7f0f9;
    /* color: #017ec0; */
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 0px 1px #fff0;
    margin-bottom: 100px;
    margin-top: 80px;
    text-transform: none;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 0px;
}

#tab-build-instruction > div {
	margin-bottom: 20px;
	word-break:break-word;
	font-size: 19px !important;
}
#tab-build-instruction > div p,#tab-build-instruction > div div ,#tab-build-instruction > div p div,
.standalone-container .ql-editor h1,
.standalone-container .ql-editor h2,
.standalone-container .ql-editor h3,
.standalone-container .ql-editor h4,
.standalone-container .ql-editor h5,
.standalone-container .ql-editor h6,
.standalone-container .ql-editor small,
.standalone-container .ql-editor p,
.standalone-container .ql-editor div,
.standalone-container .ql-editor span
{
	font-size: 19px !important;
}
#tab-description p,#tab-description div{
	font-size: 19px !important;	
}
#tab-build-instruction > div:last-child {
	margin-bottom: 0px;
}

#tab-build-instruction > div.build-instruction-image img {
	width: 100%;
}

.build-instruction-text .templater-wrapper-image img {
	max-width: 100%;
}

.build-instruction-text .templater-wrapper-youtube {
	height: 400px;
}

.alert.alert-success {
    color: #4ac622;
    font-size: 25px;
    box-shadow: 0px 0px 0px 2px #4ac622;
    background: url(/static/theme/default/wall-icon.png) no-repeat center 170px;
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 200px;
	text-align: center;
	font-weight: bold;
	margin-top: 100px;
}

/* Product view aside */

.product-view-aside {
	width: 240px;
	float: left;
}
.product-page-view {
    display: flex;
}
article.product-view {
    padding: 0 58px;
    width: calc(100% - 484px);
}

.send-to-friend {
	margin-top: 10px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.send-to-friend a {
	color: #44535a;
	padding-left: 20px;
	background: url('send-to-friend.png') 0px 30% no-repeat;
}

/* Tabs */

.tabs {
	margin-bottom: 20px;
	position: relative;
}

.tabs-title {
	width: 100%;
	display: block;
	height: 36px;
	padding-left: 10px;
}

.tabs-title li {
	height: 36px;
	line-height: 36px;
	padding: 0px 25px;
	cursor: pointer;
	background: #eeeff3;
	color: #b3b9c7;
	border-radius: 10px 10px 0px 0px;
	float: left;
	box-shadow: 3px 0px 1px rgba(0,0,0,0.2);
	position: relative;
	margin-left: -10px;
}

.tabs-title li a {
	color: inherit;
	display: block;
	margin: 0px -20px;
	padding: 0px 20px;
}

.tabs-title li.selected-tab  {
	background: #2286c6;
	color: #ffffff;
	
}

.tabs-title li:nth-child(0) { z-index: 10; }
.tabs-title li:nth-child(1) { z-index: 9; }
.tabs-title li:nth-child(2) { z-index: 8; }
.tabs-title li:nth-child(3) { z-index: 7; }
.tabs-title li:nth-child(4) { z-index: 6; }
.tabs-title li:nth-child(5) { z-index: 5; }
.tabs-title li:nth-child(6) { z-index: 4; }
.tabs-title li:nth-child(7) { z-index: 3; }
.tabs-title li:nth-child(8) { z-index: 2; }
.tabs-title li:nth-child(9) { z-index: 1; }

.tabs-data {
	border-top: 2px solid #4394cb;
	background: #e7f0f9;
	padding: 20px;
	margin-bottom: 40px;
	word-break:break-word;
	min-height: 250px;
}

.tabs-data.main-content-tabs-wrapper {
	background: transparent;
	padding: 0px;
	padding-top: 20px;
	margin-bottom: 0px;
}

.tabs-data.main-content-tabs-wrapper div.product-main-item {
	margin: 5px 15px 25px 15px;
}

.tabs-data.main-content-tabs-wrapper .activity-line .activity-wrapper .product-main-item ,
.tabs-data.main-content-tabs-wrapper aside div.product-main-item {
	margin: 0px;
}

#category-selector {
	
}

.product-main-list-holder-category .product-main-list-wrapper,
.main-content-tabs-wrapper {
	padding-top: 20px;
	background: url(maker-page-border.png) 0px 0px no-repeat;
}

.maker-page {
	box-shadow: 0px 0px 0px 1px #a9b7c4 inset;
	border: 0px;
	overflow: hidden;
	margin-top: -30px;
	padding-top: 30px;
	border-radius: 0px 0px 10px 10px;
}

.maker-page .tabs-title {
	margin-left: 16px;
}

.maker-page .main-content-tabs-wrapper {
	border-top: 0px;
}

#tab-all-models {
	position: relative;
	margin-top: -20px;
	padding: 20px;
	min-height: 640px;
}

.profile-management-tabs #tab-all-models {
	padding: 20px 0px 0px 0px;
}

/* Breadcrumbs */

.breadcrumbs {
	color: #bbc1cd;
	margin-bottom: 20px;
}

.breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.breadcrumbs a:last-child {
	color: #2286c6;
}

/* Profile header */

.profile-header {
    border-bottom: 4px solid #8fc0e0;
    position: relative;
    margin-top: 40px;
	margin-bottom: 8px;
}

.profile-header-bg {
	width: auto;
	height: 240px;
	background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

.profile-image-wrapper {
	height: 240px;
}

.profile-image-file {
	background: #2286c6;
	color: #ffffff;
	text-align: center;
	min-height: 160px;
	padding-top: 50px;
}

.profile-image-file a {
	color: #ffffff;
}

.profile-image-file.ajax-loading-container {
	background: #dbdfe8 url('ajax-loader2.gif') 50% 50% no-repeat;	
	background-size: auto !important;
	text-indent: -10000px;
}

.profile-image-delete {
	position: absolute;
	top: 15px;
	right: 10px;
}

.profile-image-delete a {
	padding: 5px 15px;
	color: #ffffff;
	background: rgba(0,0,0,0.75);
	border-radius: 50px;
}

.profile-header-avatar {
	width: 128px;
	height: 128px;
	border: 3px solid #a9b7c4;
	border-radius: 80px;
	top: -17px;
	left: 16px;
}

.profile-avatar {
	position: absolute;
}

.profile-avatar-delete {
	margin-left: 163px;
	margin-top: 80px;
	display: block;
}

.profile-avatar-file {
	margin-left: 20px;
	margin-top: 10px;
	width: 135px;
	font-size: 12pt;
}

.profile-header-data {
	height: 130px;
	position: relative;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E7F0F9 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E7F0F9 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E7F0F9 100%);
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #FFFFFF), color-stop(1, #E7F0F9));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E7F0F9 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E7F0F9 100%);
}

.profile-header-data > div {
	position: absolute;
}

.profile-header-data > .profile-header-maker {
	top: 20px;
	left: 163px;
}

.profile-header-data > .profile-header-maker h3 {
	font-size: 22pt;
	font-weight: bold;
	color: #44535a;
	line-height: 24pt;
}

.profile-header-data > .profile-header-maker p.profile-maker-status {
	color: #58a0d0;
	margin-bottom: 5px;
}

.user-status-0 {
	
}

.profile-header-data > .profile-header-maker p.profile-maker-status.user-status-1,
.comment-avatar-info div.user-status-1 {
	color: #93d665;	
}

.profile-header-data > .profile-header-maker p.profile-maker-status.user-status-2,
.comment-avatar-info div.user-status-2 {
	color: #f73334;
}

.profile-aside-data p.profile-maker-status.user-status-1 {
	background: #93d665;	
}

.profile-aside-data p.profile-maker-status.user-status-2 {
	background: #f73334;
}

.profile-header-data > .profile-header-stats {
	top: 16px;
	right: 16px;
}

.profile-header-data > .profile-header-stats > div {
	width: 140px;
	float: left;
	margin-left: 16px;
	text-align: center;
}

.profile-header-data > .profile-header-stats > div > .profile-header-stats-count,
.counters dd {
	color: #58a0d0;
	border: 3px solid #58a0d0;
	border-radius: 15px;
	background: #ffffff;
	font-size: 40pt;
	line-height: 40pt;
	font-weight: bold;
	padding: 5px 0px;
	font-style: normal;
	text-align: center;
}

.counters {
	text-align: center;
}

.counters dl {
	display: inline-block;
	width: 160px;
	margin: 0px 7px;
	color: #2286c6;
	font-size: 28pt;
	font-weight: bold;
}

.counters dt {
	width: auto;
	float: none;
	display: block;
}

.counters dd {
	font-weight: normal;
	width: auto;
	display: block;
}

.profile-header-data > .profile-header-stats > div > .profile-header-stats-name {
	display: block;
	line-height: 32px;
	color: #44535a;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 2px;
	padding-right: 0px;
}

.profile-header-data > .profile-header-stats > div > .profile-header-stats-name span {
	display: inline-block;
	width: 32px;
	height: 32px;
	position: relative;
	margin-right: 3px;
	vertical-align: bottom;
	background: url('my-icon-18.png') 0px 0px;
}

span.app-icons {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	margin-right: 3px;
	vertical-align: bottom;
	background: url('my-icon.png') 0px 0px;
}

span.app-icons {
	background: url('status-line.png') 0px 0px;
}

span.app-icons.comments-icon {
	background-position: 0px -16px;
}

.write-comment-title {
	padding-left: 48px !important;
}

.write-comment-icon {
	display: inline-block;
	width: 19px;
	height: 26px;
	background: url('write-comment-icon.png') 0px 0px;
	position: absolute;
	margin-left: -26px;
}

.comment-text form {
	margin-top: 5px;
}

.profile-header-data > .profile-header-stats > div.profile-header-stats_5stars > .profile-header-stats-name span {
	background-position: -32px 0px;
}

.profile-header-data > .profile-header-stats > div.profile-header-stats_likes > .profile-header-stats-name span, span.app-icons.like-icon {
	background-position: 0px 0px;
}

.profile-header-data > .profile-header-stats > div.profile-header-stats_makes > .profile-header-stats-name span {
	background-position: -32px -32px;
}

.profile-header-data > .profile-header-stats > div.profile-header-stats_followers > .profile-header-stats-name span {
	background-position: 0px -32px;
}



/* Profile */

.profile-management-tabs {
	margin-bottom: 0px;
	margin-top: 50px;
}

.maker-progress-bar {
	border: 2px solid #2286c6;
	border-radius: 30px;
	overflow: hidden;
	background: #FFFFFF;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EAEFF3 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EAEFF3 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EAEFF3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EAEFF3));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EAEFF3 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EAEFF3 100%);
}

.maker-progress-bar.bar-rank-bg-1 {
	border: 2px solid #5fbd20;
}
		
.maker-progress-bar.bar-rank-bg-2 {
	border: 2px solid #de0202;
}

.maker-progress-bar > div {
	color: #ffffff;
	height: 26px;
	line-height: 26px;
	font-size: 14pt;
	background: #579fcf;
	box-shadow: -1px 0px 0px #579fcf;
	text-align: center;
	min-width: 35px;
}

.maker-progress-bar.bar-rank-bg-1 > div {
	background-color: #93d665;
	box-shadow: -1px 0px 0px #93d665;
}

.maker-progress-bar.bar-rank-bg-2 > div {
	background-color: #f73334;
	box-shadow: -1px 0px 0px #f73334;
}

#tab-progress {
	background-image: url('maker-progress-bar-title.png');
	background-position: 50% 20px;
	background-repeat: no-repeat;
	padding-top: 112px;
}

#stats-profile-wrapper {
	background: #ffffff;
	margin: -20px;
	padding: 20px;
}

#stats-profile-wrapper > div:not(:last-child) {
    margin-bottom: 30px;
}

#stats-profile-wrapper .counters dl {
	font-size: 22pt;
}

#notifications-wrapper h4#notifications-turnoff-list-title {
	font-size: 1.2em;	
}

.notifications-turnoff-list {
	margin-top: 20px;
}

.maker-progress-bar {
	width: 855px;
	margin: 0px auto;
}

.stats-element {
	width: 1100px;
	margin: 0px auto;
}

.stats-element > h4 {
	background: #58a0d0;
	color: #ffffff;
	font-size: 14pt;
	padding: 5px 16px;
	border-radius: 10px 10px 0px 0px;
}

.stats-element > div {
	padding: 20px;
	background: #e7f0f9;
}
	
/* Status */

.status-item {
    font-size: 16pt;
}

.comment-text,
.status-item {
    word-wrap: break-word;
}

/* Activity line */

.activity-line {
	width: 693px;
}

.messages-wrapper {
    background-color: #F4F8FB;
    padding-top: 15px;
    max-width: 1133px;
    margin: 0 auto;
}

.activity-line .product-main-item-info-author {
	display: none;
}

.activity-line ul.product-main-item-info-stats {
	left: 0px;
}

.activity-line ul.product-main-item-info-stats .product-main-item-info-stats-downloads {
	float: right;
}

.maker-page, #wall {
	background-image: -ms-linear-gradient(left, #f4f8fb 0%, #ffffff 75%);
	background-image: -moz-linear-gradient(left, #f4f8fb 0%, #ffffff 75%);
	background-image: -o-linear-gradient(left, #f4f8fb 0%, #ffffff 75%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f4f8fb), color-stop(0.75, #ffffff));
	background-image: -webkit-linear-gradient(left, #f4f8fb 0%, #ffffff 75%);
	background-image: linear-gradient(to right, #f4f8fb 0%, #ffffff 75%);
}

#tab-wnew .activity-line, #wall .activity-line {
	width: 63%;
	max-width: 670px;
}

.activity-line .activity-wrapper {
	position: relative;
	padding: 20px 30px;
	border: 1px solid #a9b7c4;
	margin-bottom: 20px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
}

.activity-line .activity-wrapper.status {
	margin-bottom: 50px;
}

.activity-line .activity-wrapper div.activity-wrapper-date {
	line-height: 10px;
	height: 11px;
	right: 30px;
	position: absolute;
	top: -11px;
	padding: 5px 10px;
	background: #ffffff;
	border-radius: 15px;
	border: 1px solid #2473a5;
	color: #2473a5;
	font-size: 12pt;
}

.activity-line .activity-wrapper .product-main-item {
	width: 100%;
	margin: 0px;
	float: none;
}

.activity-line .activity-wrapper .product-main-item h3 {
    font-size: 16pt;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.activity-line .activity-wrapper .product-main-item div.product-main-item-photo {
	height: 330px;
}

.status-actions {
	height: 20px;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: -45px;
	margin-left: -14px;
	margin-right: -27px;
}

.status-actions-links {
	float: right;
}

.status-actions-links a {
	margin-left: 5px;	
}

.status-actions .app-icons {
	margin-right: 4px;	
}

.product-main-item .product-recommended-checkbox {
	text-align: center;
	margin-top: 10px;
}

.product-main-item .product-recommended-checkbox label {
	color: #2286c6;
	font-size: 14pt;
}

.product-main-item .product-recommended-checkbox input {
	width: 20px;
	height: 20px;
	top: 4px;
	position: relative;
	margin-left: 15px;
}

.activity-element-wrapper-total {
	padding-left: 110px;
}

.activity-line .activity-wrapper div.activity-wrapper-date.new-date {
	color: #ffffff;
	background-image: -ms-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: -moz-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: -o-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #79C3F4), color-stop(1, #4495CC));
	background-image: -webkit-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: linear-gradient(to bottom, #79C3F4 0%, #4495CC 100%);
}

.activity-line .activity-status-wrapper {
	margin-top: 20px;
}

/*
.activity-line .activity-status-wrapper:before {
	content: '';
	width: 29px;
	height: 24px;
	background: url('status-triangle.png');
	display: block;
	position: absolute;
	top: -24px;
}
*/

.activity-line .activity-wrapper:before {
	content: '';
	width: 24px;
	height: 29px;
	background: url('product-triangle.png');
	display: block;
	position: absolute;
	top: 26px;
	left: -24px;
}

.activity-line .activity-status-wrapper:before {
	top: 20px;
}

.activity-status-wrapper-likes {
	display: inline-block;
	margin-right: 7px;
	line-height: 20px;
	color: #44535a;
	font-size: 11pt;
	font-weight: bold;
}


.activity-status-wrapper-comments {
	display: inline-block;
	margin-right: 7px;
	line-height: 20px;
	color: #44535a;
	font-size: 11pt;
	font-weight: bold;
}

.block-dialog-button {
	text-align: center;
	margin-top: 10px;
}

.block-dialog-button > a {
	display: inline-block;
	padding: 5px;
	width: 50px;
	background: #f9f7f8;
	color: #2976a4;
	border-radius: 5px;
	border: 1px solid #bbc1cd;
	margin: 0px 2px;
	font-weight: bold;
}

.block-dialog-button > a:first-child {
	color: #2976a4;
	border: 1px solid #2976a4;
}

/* Profile aside */

aside.activity-aside {
    float: right;
    background: #e7f0f9;
    border-radius: 10px;
    width: 350px;
    padding: 18px 15px 5px 15px;
}
.maker-page aside.activity-aside {
    width: 350px;
    padding: 20px 10px;
}
.maker-page aside.activity-aside {
	margin-top: -56px;
} 
.maker-page aside.activity-aside .block.profile-side-block > div {
    padding: 15px 22px;
}
aside.activity-aside .product-set .block.profile-side-block > div {
    padding: 18px 15px 5px 15px;
}
.product-set .profile-aside-more-container {
    width: 230px;
}
.product-set .product-main-item.product,
.product-set .profile-aside-more-item.slider-item {
    width: 100% !important;
}
aside.activity-aside .product-main-item-print,
aside.activity-aside .product-edit-item-like {
    bottom: 35px;
}




aside.activity-aside div.product-main-item {
	margin: 0px;
	width: 240px;
}

aside.activity-aside .block.profile-side-block > h4 {
	color: #ffffff;
	background-image: -ms-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: -moz-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: -o-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #79C3F4), color-stop(1, #4495CC));
	background-image: -webkit-linear-gradient(top, #79C3F4 0%, #4495CC 100%);
	background-image: linear-gradient(to bottom, #79C3F4 0%, #4495CC 100%);
	width: 100%;
	padding: 5px 0px;
	margin: 0px 0px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

aside.activity-aside .block.profile-side-block > div {
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E7F0F9 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E7F0F9 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E7F0F9 100%);
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #FFFFFF), color-stop(1, #E7F0F9));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E7F0F9 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E7F0F9 100%);
	padding: 10px 3px;
}

.profile-side-block-about {
	display: block;
	margin: 5px 0px 20px 0px;
}

.profile-side-block-socials li {
	margin-bottom: 3px;
}

.profile-side-block-socials li span {
	display: inline-block;
	background-image: url('profile-social-icons.png');	
	width: 16px;
	height: 16px;
	vertical-align: bottom;
	position: relative;
	top: -2px;
	margin-right: 4px;
}

.profile-side-block-socials .profile-side-block-youtube span {
    display: inline-block;
    background-image: url('social-icon-youtube1.png');
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    margin-right: 4px;
    background-position: center;
    background-size: cover;
}
.profile-side-block-socials .profile-side-block-website span {
    display: inline-block;
    background-image: url('my-website-icon.png');
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    margin-right: 4px;
    background-position: center;
    background-size: cover;
}
.profile-side-block-about {
    word-break: break-word;
}
.profile-side-block-socials li.profile-side-block-facebook span {
	background-position: 0px -16px;
}

.profile-side-block-socials li.profile-side-block-twitter span {
	background-position: 0px 0px;
}

.profile-side-block-socials li.profile-side-block-message span {
	background-position: 0px -32px;
}

/* Product view */

.product-view ul.product-main-item-info-stats li,
.activity-line ul.product-main-item-info-stats li {
	line-height: 32px;
	height: 32px;
	cursor: pointer;
}

.product-view ul.product-main-item-info-stats span,
.activity-line ul.product-main-item-info-stats span {
	display: inline-block;
	vertical-align: top;
	font-size: 18pt;
	margin: 0px 4px 0px 1px;	
}

.product-view ul.product-main-item-info-stats span.icon,
.activity-line ul.product-main-item-info-stats span.icon {
	background: url('product-main-icons-x2.png') 0px 0px no-repeat;
	display: inline-block;
	width: 22px;
	height: 22px;
	background-size: cover;
	position: relative;
	bottom: -5px;
}

.product-view ul.product-main-item-info-stats li.product-main-item-info-stats-comments span.icon,
.activity-line ul.product-main-item-info-stats li.product-main-item-info-stats-comments span.icon {
	background-position: 0px -22px;
}

.product-view ul.product-main-item-info-stats li.product-main-item-info-stats-downloads span.icon,
.activity-line ul.product-main-item-info-stats li.product-main-item-info-stats-downloads span.icon {
	background-position: 0px -44px;
}

.product-view a.product-main-item-link {
	display: none;
}

.product-view .avatar {
	display: none;
}

.product-view .product-main-item-info-author-data {
	left: 6px;
	bottom: 3px;
	font-size: 18pt;
	color: #ffffff;
}

.product-view .product-main-item-info-author-data .author {
	display: none;
}

.product-view-media-block-arrows {
	pointer-events: none;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	left: 10px;
	right: 10px;
	z-index: 55;
}

.product-view-media-block-arrows > div {
	width: 51px;
	height: 51px;
	cursor: pointer;
	background: url('arrows-3.png');
	pointer-events: auto;
}

.product-view-media-block-arrows > .product-view-media-block-arrow-left {
	background-position: 0px 100%;
}

.product-view-media-block-arrows > .product-view-media-block-arrow-right {
	float: right;
}

/* Product edit */

#product-edit-media, #product-edit-bi-media, #product-edit-files-list, #product-upload-source-file {
	background-image: url('drag-photos.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;	
}

#product-edit-files-list {
	background-image: url('drag-files.png');
}
.loader-image {
	background-image: url('loader_latest.gif') !important;
	background-repeat: no-repeat !important;
    background-size: 250px 250px !important;
}
.loader-image li{
	opacity: 0.1;
}
#product-edit-media li.uploading, #product-edit-bi-media li.uploading, #product-edit-files-list li.uploading {
	background-color: #dbdfe8 !important;
	background-image: url('ajax-loader2.gif') !important;	
	background-size: auto !important;
}

.ui-sortable-handle {
	cursor: move;
}

.color-selector {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.color-selector input {
	width: 214px !important;
	background: #ffffff !important;
}

.color-preview {
	width: 42px;
	height: 42px;
	margin-top: -56px;
	margin-left: 256px;
	float: left;
	border-radius: 21px;
	box-shadow: 0px 0px 0px 1px #017ec0;
}

/* Profile in aside */

.profile-aside {
	border-bottom: 4px solid #8fc0e0;
	border-radius: 10px;
	border: 1px solid #cccccc;
	overflow: hidden;
	font-size: 12pt;
}

.profile-aside-avatar {
	width: 78px;
	height: 78px;
	border: 2px solid #a9b7c4;
	border-radius: 10px;
	left: 10px;
	top: 10px;
	background-size: cover;
}

.profile-aside-top {
	height: 100px;
	position: relative;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #ececee 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #ececee 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #ececee 100%);
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #FFFFFF), color-stop(1, #ececee));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ececee 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #ececee 100%);
	box-shadow: 3px 0px 0px #ececee inset, -3px 0px 0px #ececee inset;
	border-radius: 5px 5px 0px 0px;
}

.profile-aside-data .profile-aside-avatar,
.profile-aside-data .profile-aside-maker {
	position: absolute;
}

.profile-aside-data .profile-aside-maker {
	top: 10px;
	left: 100px;
}

.profile-aside-data .profile-aside-maker h3, .comment-avatar-info h3 {
	font-size: 18pt;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	line-height: 24pt;
	word-break: break-word;
	line-height: 100%;
	margin-bottom: 3px;
}

.comment-avatar-info h3 {
	margin-top: 4px;
	margin-bottom: 0px;
}

.comment-avatar-info div {
	font-weight: bold;
	color: #2286c6;
	font-size: 12pt;
}

.profile-aside-data p.profile-maker-status {
	background: #58a0d0;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	padding: 5px 0px;
	text-align: center;
}

.profile-aside-data .profile-aside-stats > div, .profile-aside-more {
	padding: 5px 10px 5px 5px;
	background: #f2f7fb url('aside-shadow.jpg') 0px 0px no-repeat;
}

.profile-aside-data .profile-aside-stats .profile-aside-stats-name {
	vertical-align: top;
}

.profile-aside-data .profile-aside-stats .profile-aside-stats-name span {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('my-icon-18.png') 0px 0px;
	vertical-align: top;
}

.profile-aside-data .profile-aside-stats .profile-aside-stats-name p {
	display: inline-block;
	line-height: 32px;
	vertical-align: top;
	height: 32px;
}

.profile-aside-data .profile-aside-stats .profile-aside-stats_5stars .profile-aside-stats-name span {
	background-position: -32px 0px;
}

.profile-aside-data .profile-aside-stats .profile-aside-stats_likes .profile-aside-stats-name span {
	
}

.profile-aside-data .profile-aside-stats .profile-aside-stats_makes .profile-aside-stats-name span {
	background-position: -32px -32px;
}

.profile-aside-data .profile-aside-stats .profile-aside-stats_followers .profile-aside-stats-name span {
	background-position: 0px -32px;
}

.profile-aside-more {
	padding: 15px 10px;
}

.profile-aside-more h4, .product-view-aside .profile-side-block h4 {
	text-align: center;
	font-size: 14pt;
	margin-bottom: 4px;
	font-weight: bold;
}

.profile-aside-data .profile-aside-stats > div:first-child {
	background-image: none;	
}

.profile-aside-data .profile-aside-stats > div > .profile-aside-stats-count {
	float: right;
	font-weight: bold;
	line-height: 32px;
}

.profile-aside-maker-page {
	text-align: center;
	font-weight: bold;
	background: #5B96B6;
	background-image: -ms-linear-gradient(top, #5B96B6 0%, #28668D 100%);
	background-image: -moz-linear-gradient(top, #5B96B6 0%, #28668D 100%);
	background-image: -o-linear-gradient(top, #5B96B6 0%, #28668D 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5B96B6), color-stop(1, #28668D));
	background-image: -webkit-linear-gradient(top, #5B96B6 0%, #28668D 100%);
	background-image: linear-gradient(to bottom, #5B96B6 0%, #28668D 100%);
	box-shadow: 0px 0px 0px 1px #28668D inset;
}

.profile-aside-maker-page a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px;
	height: 33px;
	line-height: 33px;
}

.profile-aside-more-arrows {
	position: relative;
	top: 52px;
}

.profile-aside-more-arrows > div {
	background: url('arrows-2.png');
	background-size: cover;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.product-view-aside .profile-aside-more-arrows {
	margin: 0px 8px;
}

.product-view-aside .profile-aside-more-arrows > div {
	background: url('profile-aside-more-arrows.png');
	width: 16px;
	height: 16px;
}

.profile-aside-more-arrows > div.profile-aside-more-arrows-left {
	float: left;
	background-position: 0px 100%;	
}

.profile-aside-more-arrows > div.profile-aside-more-arrows-right {
	float: right;
}

.profile-aside-more.slider .profile-aside-more-container > div {
	display: none;
	width: 240px;
	margin: 0px auto;
}

aside.product-view-aside .profile-aside-more.slider .profile-aside-more-container > div {
	width: 158px;
	height: 118px;
	border: 1px solid #5d99c0;
	text-indent: -10000px;
	border-radius: 10px;
	overflow: hidden;
}

.profile-aside-more-container {
	width: 240px;
	height: 150px;
	margin: 0px auto;
}

aside.product-view-aside .profile-aside-more-container {
	width: 160px;
	height: 120px;
}

.profile-aside-shop .profile-aside-more-container {
	width: 240px;
	height: 200px;
}

.profile-aside-more-container > div:first-child {
	display: block;
}

.profile-aside-more-container > div > a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
}

/* Product view */

.product-view-item {
	margin-bottom: 30px;
	position: relative;
}

.product-view-item > .product-main-item {
	width: 100%;
	float: none;
	margin: 0px;
}

.product-view-item > .product-main-item h3 {
	display: none;
}

.product-view-item > .product-main-item .product-main-item-photo {
	height: 510px;
}

.product-view-item > .product-main-item .product-main-item-info {
	background: rgba(67,148,203,0.8);
}

.product-view-item > .product-main-item .product-main-item-info-author-data {
	width: 240px;
}

.product-view-media {
	text-align: center;
}

.product-view-media li {
	display: inline-block;
	width: 200px;
	height: 150px;
	background-size: cover;
	background-position: 50% 50%;
	margin: 0px 10px 20px 10px;
}

.product-view-files-file, .product-view-extra-item {
	padding: 5px 10px;
	background: #f4f9fd;
	min-height: 35px;
	border-bottom: 1px solid #c2c7cb;
	line-height: 110%;
}

.product-view-files-line {
	display: flex; 
	align-items: center; 
	justify-content: space-between;
}

.product-view-files-3d-image {
	border-radius: 5px;
	width: 65px;
}

.product-view-files-file.hidden {
    display: none;
}

.product-view-files-file {
	line-height: 90%;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-view-files-list,
.product-view-extra-container {
	border: 1px solid #9cbad2;
	padding: 20px;
	background: #f4f9fd;
	border-radius: 10px;
}

.product-view-files-file:last-child, .product-view-extra-item:last-child {
	border-bottom: 0px;
}

.product-view-files-file-name {
	line-height: 35px;
	word-break: break-word;
	margin-left: 15px;
}

.product-view-files-file-size {
	color: #c2c7cb;
	font-size: 12pt;
}

.product-view-files-file .product-view-files-file-size {
	float: right;
	line-height: 35px;
	margin-right: 10px;
}

.product-view-files-file div.download {
	float: right;
}

.product-view-files-file div.download a {
	width: 36px;
	height: 35px;
	display: inline-block;
	text-indent: -10000px;
	background: url('download-file.png');
}

.product-view-files-download-all {
	margin-top: 15px;
	text-align: center;
	margin-bottom: -10px;
}

.product-view-files-download-all a {
	width: 148px;
	height: 38px;
	display: block;
	margin: 0px auto;
	border-radius: 7px;
	text-indent: -10000px;
	background: url('download-all.png');
}

div.product-view-files-total {
	margin-top: 20px;
}

p.product-view-files-total-size {
	text-align: center;
	color: #c2c7cb;
}

.download-wrapper {
	margin: 30px auto;
	width: 142px;
}

.product-view-files-list {
    margin: 55px 0;
    background: #f4f9fd;
}

.data-info {
	line-height: 140%;
}

.download-large {
	display: block;
	width: 142px;
	height: 94px;
	margin: 0px auto;
	border-radius: 10px;
	background-image: url('download-large.png');
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	text-indent: -10000px;
}

div#tab-sizes dl { width: 600px; }
div#tab-sizes dl dt { display: inline-block; width: 150px; }
div#tab-sizes dl dd { display: inline-block; width: 450px; margin-bottom: 0.3em; font-style: italic; }

.comments {
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
}

.comments h4 {
	background: #2286c6;
	color: #ffffff;
	padding: 10px 20px;
	font-size: 16pt;
}

.comments-container {
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.comments-container .comment {
	border-bottom: 1px solid #f0f0f0;
	background: #ffffff;
	padding: 25px;
}

.comments-container .comment:nth-child(even) {
	background: #fcfdff;
}

#add-a-comment {
	float: right;
	background: #ffffff;
	line-height: 26px;
	height: 26px;
	padding: 0px 15px;
	font-style: italic;
	font-size: 14pt;
	border-radius: 30px;
}

.comments-container .comment.comment-form {
	border-bottom: 0px;
}

/*.comment-form.wall-comment-form {
	display: none;
}*/

.comment-data {
	margin-left: 140px;
}

.textarea-wrapper {
	border: 1px solid #a9b7c4;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}


#status-form textarea {
	width: 100% !important;
	resize: none;
	height: auto;
	padding: 10px 15px;
	outline: none;
	border-radius: 10px;
	border: 0px;
	margin: 0px;
	display: block;
}

.comment-data textarea {
	width: 100% !important;
	resize: none;
	height: 100px;
	padding: 10px 15px;
	outline: none;
	border-radius: 10px;
	border: 0px;
	margin: 0px;
	display: block;
}

.comment-avatar {
	width: 140px;
	float: left;
}

.comment-date {
	font-size: 12pt;
	text-align: right;
	margin-top: -14pt;
	color: #919191;
}

.comment-actions {
	font-size: 12pt;
	text-align: right;
	color: #919191;
}

.comment-avatar-box {
	width: 80px;
	height: 80px;
	border-radius: 50px;
	margin-bottom: 5px;
	background-position: 50% 50%;
	background-size: cover;
}

a.fill {
	width: 100%;
	height: 100%;
	display: block;
}

.wall-comments {
	margin-left: 19px;
}

.comments-container .comment-small {
	border: 1px solid #bac4ce;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

.comments-container .comment-small .textarea-wrapper,
.comments-container .comment-small .textarea-wrapper textarea {
	width: 100%;
}

.comments-container .comment-small .comment-avatar {
	width: 40px;
}

.comments-container .comment-small .comment-avatar-box {
	width: 40px;
	height: 40px;
	margin-bottom: 0px;
	border: 1px solid #bac4ce;
	border-radius: 50px;
}

.comments-container .comment-small .comment-avatar-info {
	font-size: 10pt;
	margin-bottom: 3px;	
}

.comments-container .comment-small .comment-date {
	font-size: 10pt;
	float: right;
	margin-top: -6pt;
}

.comments-container .comment-small .comment-avatar-info h3 {
	margin-bottom: 0px;
	font-size: 14pt;
	font-weight: bold;
	color: #919191;
	margin-top: 0px;
}

.comments-container .comment-small .comment-data {
	margin-left: 50px;
}

.wall-comment-form {
	margin-bottom: 30px;
	margin-top: 10px;
}

.wall-comment-form .comment-form-text-wrapper {
	float: left;
    width: calc(100% - 30px);
    box-shadow: 0px 3px 7px rgb(0 0 0 / 50%) inset;
    margin-right: 10px;
}

.wall-comment-form .comment-form-text-wrapper textarea {
	padding: 5px 10px;
	resize: none;
	width: 100%;
	border: 0px;
	height: 34px;
	background: transparent;
	display: block;
}
button{
	margin-top: 0;
}

.wall-comment-form .comment-form-button-wrapper {
	margin: 0px;
	font-size: 10pt;
	width: 140px;
}

.wall-comment-form .comment-form-button-wrapper .default-button {
	margin: 20.wall-comment-form .comment-form-text-wrapper textareapx 0px 0px 0px;
	padding: 7px 20px 6px 20px;
	border-radius: 10px;
}

.slider-item {
	display: none;
}

.profile-side-block-geo {
	margin-left: 10px;
}

.profile-side-block .profile-aside-more-container > div {
	width: 240px;
	height: 170px;
	margin: 0px auto;
}

.profile-side-block-name span, .profile-side-block-geo span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('my-icon.png') 0px -32px no-repeat;
	vertical-align: bottom;
	position: relative;
	top: -2px;
	margin-right: 4px;
}

.profile-side-block-geo span {
	background-position: -16px -32px;
}

.profile-side-block .profile-aside-more-arrows {
	top: 120px;
}

.product-view-aside .profile-side-block .profile-aside-more-container > div {
	width: 160px;
	height: 120px;
}

.product-view-aside .profile-aside-shop .slider-item .shop-item {
	width: 180px;
	height: 134px;
}

.product-view-aside .profile-side-block .profile-aside-shop .profile-aside-more-arrows {
	top: 59px;
}

.product-view-aside .sponsored-products {
	margin-top: 20px;
}

aside.product-view-aside .sponsored-products .profile-aside-more-container,
.product-view-aside .sponsored-products .profile-side-block .profile-aside-more-container > div {
	width: 182px;
	height: 134px;
}

/* Files description */

.files-description-link {
	float: right;
	height: 30px;
	line-height: 30px;
	color: #2286c6;
}

.files-description-link a {
	color: inherit;
	text-decoration: none;
}

/* Hints */

.buble-hint {
	position: absolute;
	z-index: 99;
	width: 270px;
	padding: 10px 15px;
	font-size: 10pt;
	background: rgba(207,229,250,0.9);
	color: #000000;
	margin-left: -150px;
	margin-top: 10px;
	border-radius: 15px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	cursor: pointer;
}

/* Status form */

#status-form {
	margin-bottom: 30px;
}

#status-form .textarea-wrapper {
    width: 100%;
}

#status-form textarea {
	width: 518px;
}


/* Footer */

#footer-menu a {
	color: #008ad9;
	display: block;
}


#footer-menu li, footer .menu li {
	display: inline-block;
	margin: 0px 10px;
	vertical-align: top;
}


#footer-menu > ul > li > a, footer .menu > ul > li > a {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin-bottom: 2px;
}

#footer-menu li li {
	display: block;
	font-size: 8pt;
}

/* Site info */

#site-info a {
	color: #ffffff;
}

@font-face {
    font-family: '176mksdalregular';
    src: url('176mksdal.eot');
    src: url('176mksdal.eot?#iefix') format('embedded-opentype'),
         url('176mksdal.woff') format('woff'),
         url('176mksdal.ttf') format('truetype'),
         url('176mksdal.svg#176mksdalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
a.entagy {
	font-family: '176mksdalregular';
}

a.entagy span {
	color: #68ba66;
}

.entagy-link a {
	text-decoration: none;
}

/* Social icons */

.ico-facebook, .ico-linkedin, .ico-twitter, .ico-youtube, .ico-googleplus {
	display: inline-block;
	width: 31px;
	height: 31px;
	margin: 0px 5px;
}

.ico-facebook {
	background: url('social-icon-facebook.png') 0px 0px no-repeat;	
}

.ico-linkedin {
	background: url('social-icon-linkedin.png') 0px 0px no-repeat;
}

.ico-twitter {
	background: url('social-icon-twitter.png') 0px 0px no-repeat;
}

.ico-youtube {
	background: url('social-icon-youtube.png') 0px 0px no-repeat;
}

.ico-googleplus {
	background: url('social-icon-google.png') 0px 0px no-repeat;
}

/* Main page */

.product-column-wrapper {
	clear: both;
	margin-bottom: 45px;
	/*background: url('main-section-border.png') 50% 100% no-repeat;*/
	background-size: 100% 2px;
	position: relative;
}

.product-column-wrapper > h3 {
	border-bottom: 2px solid #4394cb;
	font-size: 16pt;
}

.product-column-wrapper > h3 > span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	cursor: pointer;
	background: #4394cb;
	color: #ffffff;
	border-radius: 10px 10px 0px 0px;
	position: relative;
}

.product-column-wrapper .product-column-container {
	/*width: 100%;
	min-height: 550px;*/
	margin: 0px auto;
}

.product-column-container > .products-slider-subsection {
	float: left;
}

.products-slider-subsections-wrapper {
    overflow: hidden;
}

.follow-button {
	display: block;
	padding-left: 27px;
	padding-right: 6px;
	width: 90px;
	text-align: center;
	height: 27px;
	background: url('follow-button.png') 0% 0% no-repeat;
	font-size: 10pt;
	font-weight: bold;
	line-height: 22px;
	margin-left: -2px;
}

.product-column-wrapper.one-line .product-column-container {
	min-height: 260px;
}

.product-column-slider, .followees-top-block-paginator {
	text-align: center;
	margin-top: 30px;
	clear: both;
}

.followees-top-block h2 span {
	background: url('following-icon.png') 0px 60% no-repeat;
	padding-left: 38px;
	font-size: 28pt;
}

.followees-top-block-paginator {
	margin-top: 0;
}
	
.product-column-slider div, .followees-top-block-paginator div {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #4394cb;
	margin: 0px 5px;
	cursor: pointer;
	margin-bottom: 10px;
}

.product-column-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0;
    margin-top: -35px;
    z-index: 9;
}

.one-line .product-column-arrows {
	position: relative;
	top: -125px;
}

.similar-products {
    margin: 75px 0px 0px;
}

.similar-products .product-column-container-wrapper {
    padding: 20px;
    border: 1px solid #c2dced;
    box-shadow: 0px 0px 30px rgb(194 220 237 / 35%);
    border-radius: 30px;
    margin: 0px;
    width: 100%;
}

.similar-products.one-line .product-column-arrows {
	top: -150px;
	margin: 0px -45px;
}

.similar-products.product-column-wrapper > h3 {
	border-bottom: 0px;
	margin-left: 31px;
}

.similar-products div.product-main-item-photo {
	height: 202px;
}

.similar-products.product-column-wrapper.one-line .product-column-container {
	width: 100%;
	min-height: 232px;
}

.similar-products div.product-main-item {
	width: 272px;
}

.similar-products div.product-main-item > h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.similar-products.product-column-wrapper .product-main-item {
	margin-top: 0px;
}

.similar-products .product-column-arrows > div, .similar-products .followees-top-block-arrows > div {
	width: 36px;
	height: 36px;
}

.similar-products .product-main-item-photo > * {
	display: none;
}

.similar-products .product-main-item-photo > *:first-child {
	display: block;
}

.followees-top-block-arrows {
	width: 100%;
	position: absolute;
	top: 82px;
}

.product-column-arrows > div, .followees-top-block-arrows > div {
	background-image: url('arrows-2.png');
	background-size: cover;
	cursor: pointer;
	width: 49px;
	height: 49px;
	float: right;
}

.product-column-arrows > div.product-column-arrow-left, .followees-top-block-arrows > div.followees-top-block-arrow-left {
	background-position: 0px 100%;
	float: left;
}

.product-column-slider div.current, .followees-top-block-paginator div.current {
	background: #4394cb;
	border: 1px solid #ffffff;
}


/* Search page */

.product-main-list-holder-search h2, .users h2, .product-main-list-holder-tag h2 {
	border-bottom: 1px solid #2286c6;
	color: #72c4f5;
	font-size: 26pt;
}

.product-main-list-holder-search .filters {
	margin-top: -40px;
}

.filters.loaded-by-ajax {
    position: absolute;
    right: -19px;
    top: -34px;
}

.product-total {
	margin-top: -16px;
	margin-bottom: 16px;
	color: #72c4f5;
	padding-left: 30px;
}
.product-main-list-holder-search .product-total {
    font-size: 28px;
    text-align: center;
    margin-top: -12px;
    margin-bottom: 10px;
    padding-left: 0;
}
/* Registration form */

.registration-form {
	width: 700px;
	margin: 0px auto;
}

.registration-form .column-1, .registration-form .column-2 {
	float: left;
	width: 350px;
}

#registration-form {
	background: #2286c6;
	color: #ffffff;
	border-radius: 15px;
	padding: 30px;
}

#registration-form .form-element {
	margin-bottom: 10px;
}

#registration-form .form-element label {
	color: #ffffff;
}

#registration-form > div.form-element:last-child {
	margin-bottom: 0px !important;
	margin-top: 20px !important;
}

#registration-form span.form-error {
	display: block;
	font-size: 10pt;
	padding-left: 15px;
	opacity: 1;
	color: #ffffff;
}

#registration-form a {
	color: inherit;
	text-decoration: underline;
}

#registration-form input[type="text"], 
#registration-form input[type="password"],
#login-popup input[type="text"], 
#login-popup input[type="password"],
#login-popup2 input[type="text"], 
#login-popup2 input[type="password"],
form.default input[type="text"], 
form.default input[type="password"],
form.default input[type="number"],
form.default select {
	color: #2286c6;
	background: #ffffff;
	border: 0px;
	padding: 7px 15px;
	width: 260px;
	font-size: 16pt;
	border-radius: 20px;
	outline: none;
	box-shadow: 0px 0px 0px 1px #017ec0;
}


form.default .checkbox {
	width: 20px;
	height: 20px;
	top: 4px;
	position: relative;
	margin-left: 15px;
} 

form.default textarea {
	color: #2286c6;
	background: #ffffff;
	border: 0px;
	padding: 7px 15px;
	width: 617px;
	height: 342px;
	font-size: 16pt;
	border-radius: 20px;
	box-shadow: 0px 0px 0px 1px #017ec0;
	outline: none;
	resize: none;
}

form.default .form-label {
	color: #2286c6;
	margin-left: 15px;
	margin-bottom: 5px;
}

form.default .form-element {
	margin-bottom: 15px;
}

.registration-form-text {
	margin-right: 30px;
}

.registration-form-text p {
	margin-bottom: 1.5em;
	font-size: 14pt;
	color: #2286c6;
}

.add-product-edit-extra {
	margin-top: 10px;
}

.add-product-edit-extra a span {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 23px;
	text-align: center;
	border: 1px solid;
	border-radius: 24px;
	font-size: 28px;
	font-weight: bold;
	vertical-align: middle;
	margin-top: -4px;
}

/* Shop */

.shop-item-container {
	max-width: 906px;
	margin: 0px auto;
}

.shop-item-container-wrapper-index-page .shop-item:nth-child(4) {
	display: none;
}
	
.shop-item {
	width: 300px;
	float: left;
	margin: 20px 10px 0px 10px;
	height: 225px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #5d99c0;
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.profile-aside-shop .shop-item {
	height: 200px;
}
	
.shop-item a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2; 
}

.shop-item h3 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-size: 14pt;
	color: #ffffff;
	background: rgba(67,148,203,0.8);
}

.shop-more-link {
	font-weight: bold;
	font-size: 14pt;
	margin-top: 20px;
	text-align: center;	
}

	
.profile-aside-shop .slider-item .shop-item {
	width: 238px;
	margin: 0px;
}

.profile-side-block .profile-aside-shop .profile-aside-more-arrows {
	top: 92px;
}

/* Pagenator */

.pagenator {
	font-size: 18pt;
	line-height: 18pt;
	color: #c2c2c2;
	font-weight: bold;
	text-align: center;
}

.pagenator > div {
	display: inline-block;
	margin: 0px 10px;
	vertical-align: middle;
}

.pagenator > div.pagenator-page-current {
	color: #2286c6;
}

.pagenator > div > a {
	color: inherit;
	display: block;
	padding: 2px 4px;
	line-height: 18px;
}

.pagenator > div.pagenator-next, .pagenator > div.pagenator-prev {
	color: #ffffff;
}

.pagenator > div.pagenator-next span, .pagenator > div.pagenator-prev span {
	background: #ffffff url('pagenation-right.png') 50% 50% no-repeat;
	height: 18px;
	width: 18px;
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
	border-radius: 50px;
	text-indent: -10000px;
}

.pagenator > div.pagenator-next a, .pagenator > div.pagenator-prev a {
	background-image: -ms-linear-gradient(top, #9ad7fe 0%, #51aee8 100%);
	background-image: -moz-linear-gradient(top, #9ad7fe 0%, #51aee8 100%);
	background-image: -o-linear-gradient(top, #9ad7fe 0%, #51aee8 100%);
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #9ad7fe), color-stop(1, #51aee8));
	background-image: -webkit-linear-gradient(top, #9ad7fe 0%, #51aee8 100%);
	background-image: linear-gradient(to bottom, #9ad7fe 0%, #51aee8 100%);
	padding: 4px 10px;
	border-radius: 10px;
	overflow: hidden;
	font-size: 14pt;
	font-weight: normal;
}

.pagenator > div.pagenator-prev span {
	background: #ffffff url('pagenation-left.png') 50% 50% no-repeat;
}

.pagenator > div.pagenator-next span {
	margin-right: -1px;
	margin-left: 3px;
}

.pagenator > div.pagenator-prev span {
	margin-right: 3px;
	margin-left: -1px;
}

/* Login forn pop-up */

#login-popup {
	position: absolute;
	top: 39px;
	border: 1px solid #2286c6;
	border-radius: 0px 0px 15px 15px;
	overflow: hidden;
	display: none;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}

#login-popup h3 {
	padding: 3px 15px;
	color: #ffffff;
	background: #2286c6;
	font-size: 10pt;
}

#login-popup form {
	padding: 15px;
	background: rgba(231,246,255,0.9);
}

#login-popup p {
	padding: 3px 15px;
	font-size: 10pt;
	background: rgba(255,255,255,0.9);
	color: #2286c6;
	text-align: center;
}

#login-popup p a {
	color: #72c4f5;
}

#login-popup .form-element {
	margin-bottom: 12px !important;
}

#login-popup .form-element:last-child {
	margin-bottom: 0px;
}

#login-popup button.default-button {
	margin: 0px;
}

#login-popup input[type="text"], 
#login-popup input[type="password"] {
	padding: 4px 15px;
	width: 220px;
	font-size: 14pt;
}

#login-popup button.default-button {
	border: 0px;
	padding: 6px 23px 4px;
}


.profile-edit-column-2 {
	float: right;
}

/* Login form pop-up2 */

#login-popup2 {
	position: absolute;
	top: 48px;
    right: 26px;
	border: 1px solid #2286c6;
	border-radius: 0px 0px 15px 15px;
	overflow: hidden;
	display: none;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	text-align: left;
}

#login-popup2 h3 {
	padding: 3px 15px;
	color: #ffffff;
	background: #2286c6;
	font-size: 10pt;
}

#login-popup2 form {
	padding: 15px;
	background: rgba(231,246,255,0.9);
}

#login-popup2 p {
	padding: 3px 15px;
	font-size: 10pt;
	background: rgba(255,255,255,0.9);
	color: #2286c6;
	text-align: center;
}

#login-popup2 p a {
	color: #72c4f5;
}

#login-popup2 .form-element {
	margin-bottom: 12px !important;
}

#login-popup2 .form-element:last-child {
	margin-bottom: 0px;
}

#login-popup2 button.default-button {
	margin: 0px;
}

#login-popup2 input[type="text"], 
#login-popup2 input[type="password"] {
	padding: 4px 15px;
	width: 220px;
	font-size: 14pt;
}

#login-popup2 button.default-button {
	border: 0px;
	padding: 6px 23px 4px;
}


.profile-edit-column-2 {
	float: right;
}


/* Wall */

.wall-comments {
	margin-bottom: 30px;
	padding-right: 1px;
}

.load-more-small {
	margin-bottom: 10px;
}


/* Like */

.like {
	cursor: pointer;
}

/*
.activity-status-wrapper {
	width: 430px;
}
*/

.activity-status-wrapper-likes.like.liked {
	color: #a35e5e;
}

.activity-status-wrapper-likes.like.liked .like-icon {
	background-position: 0px -48px;
}

.object-profile {
	width: 77px;
	overflow: hidden;
	position: absolute;
	margin-left: -110px
}

.object-profile-avatar {
	width: 73px;
	height: 73px;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 50px;
	border: 2px solid;
}

.object-profile p {
	font-size: 10pt;
	text-align: center;
	margin-top: 5px;
	line-height: 10pt;
}

/* Upload form */

form.upload-form h3 {
	font-size: 20pt;
	color: #2286c6;
	margin-top: 30px;
	margin-bottom: 10px;
}

form.upload-form h3:first-child {
	margin-top: 0px;	
}

form.upload-form.default input[type="text"], form.upload-form.default input[type="password"], form.upload-form.default textarea, form.upload-form.default select {
	background: #f9f7f8;
}

form.upload-form.default textarea {
	width: 969px;
	height: 240px;
}

#product_title, #tags {
	width: 969px;
}

form.upload-form.default .form-label, .form-element label {
	color: #2286c6;
	font-size: 14pt;
}

.product-edit-size {
	color: #b3b9c7;
}

.product-edit-size input {
	width: 70px !important;
	margin: 0px 7px 0px 0px;
	text-align: center;
}

.product-edit-size span {
	font-size: 26pt;
	position: relative;
	bottom: -5px;
	margin-left: 7px;
	margin-right: 9px;
	color: #000000;
}

.product-edit-extra-container {
	margin-top: 20px;
}

.product-edit-extra-container li {
	padding-top: 10px;
	padding-bottom: 10px;
}

form.upload-form.default .product-edit-extra-container li:nth-child(odd) input[type="text"] {
	background: #ffffff;
}

.product-edit-extra-container li span.extra-upload-wrapper {
	display: block;
	margin-left: 150px;
	margin-top: 10px;
}

form.upload-form.default .product-edit-extra-container input[type="text"] {
	padding: 6px 15px;
	font-size: 14pt;
}

.product-edit-extra-container .form-label {
	margin-left: 0px !important;
	padding-left: 10px;
	padding-right: 10px;
	width: 130px;
	display: inline-block;
}

form.default .form-comment {
	color: #2286c6;
	font-size: 14pt;
}

.product-view-extra {
	margin-bottom: 20px;
}

.product-view-extra h3 {
	font-size: 24pt;
	color: #2286c6;
}

.dropzone {
	min-height: 243px;
	padding-top: 20px;
	border: 3px dashed #4394cb;
	border-radius: 20px;
	margin-top: 20px;
}

.dropzone.dragover {
	background-color: #e5f5ff;
}

.upload-form .dropzone li {
	width: 221px;
	height: 221px;
	margin-left: 20px;
	display: inline-block;
	border: 1px solid #4394cb;
	border-radius: 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: top;
	margin-bottom: 20px;
	position: relative;
	user-select: none;
}

.upload-form .dropzone li.video:before {
	content: '';
	display: block;
	background: url('video.png') 50% 50% no-repeat;
	width: 76px;
	height: 51px;
	margin-top: -26px;
	margin-left: -38px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.upload-form .dropzone li span.close {
	display: block;
	float: right;
	line-height: 0px;
	height: 36px;
	font-size: 36px;
	font-weight: bold;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 0px rgba(0,0,0,0.75);
	margin-right: 10px;
	margin-top: 16px;
	cursor: pointer;
}

.upload-form #product-edit-files-list.dropzone li {
	background: #c9e8fb url('file-icon.png') 50% 50% no-repeat;
	user-select: none;
	-moz-user-select: none;	
}

.upload-form #product-edit-files-list.dropzone li p {
    margin-top: 83%;
    color: #e7f0f9;
    font-size: 14pt;
    width: 220px;
    word-break: break-word;
    text-align: center;
    overflow: hidden;
    background-color: #0a5a8da1;
	padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.upload-form #product-edit-media.dropzone li p{
    text-align: center;
    margin-top: 50%;
    padding-top: 35px;
    color: #4394cb;
    font-size: 14pt;
    width: 220px;
    word-break: break-word;
    height: 110px;
    overflow: hidden;
	display: none;
}

.product-edit-buttons-wrapper {
	text-align: center;
}

#product-edit-media-btn,
 #product-edit-files-btn, 
 #product-link-video-btn, 
 #product-edit-bi-media-btn ,
 #product-link-bi-video-btn,
 .extra-upload,
 #instructions_image_upload,
 #product-instructions-video-btn {
	cursor: pointer;
	text-align: center;
	width: 280px;
	display: inline-block;
	text-align: center;
	padding: 8px 0px;
	font-size: 14pt;
	text-transform: none;
}

.extra-upload {
	width: 220px;
	padding: 4px 0px;
	font-size: 11pt;
	height: 27px;
	line-height: 27px;
	position: relative;
	vertical-align: top;
}

.upload-form div.or {
	margin: 20px 0px;
	text-align: center;
	color: #4394cb;
	display: block;
	font-size: 14pt;
}

/* Message block */

#dialogs-wrapper {
    position: relative;
    width: 100%;
    height: 800px;
	border-radius: 10px;
    overflow: hidden;
    background: #2286C6;
}

#dialogs-wrapper .comment-avatar-box {
	width: 60px;
	height: 60px;
}

#dialogs-wrapper .dialog-data {
	line-height: 20px;
	font-size: 12pt;
}

#dialogs-wrapper .dialog-data h4 {
	font-weight: bold;
}

#dialogs-wrapper .dialog-data .dialog-message-data {
	margin-left: 48px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#dialogs-wrapper .dialog-message-data-date {
	float: right;
	opacity: 0.5;
	font-size: 12pt;
}
	
#dialogs-wrapper .dialog-data .comment-avatar-box {
	width: 40px;
	height: 40px;
}

form.default.message-form textarea {
	background: #f9f7f8;
	height: 100px;
}

.dialog {
	height: 600px;
	overflow: scroll;
	overflow-x: hidden;
}

.dialogs-list {
	margin-bottom: 20px;
}

.dialog-message {
	padding: 8px;
}

.dialog-message div.clear {
	clear: left;
}

.dialog-message-data {
	margin-left: 68px;
}

.dialog-message-data div {
	font-size: 11pt;
}

.dialog-message-data div.dialog-message-data-date {
	color: #2286c6;
	font-weight: bold;
}

.dialog-message.opened .dialog-message-data div.dialog-message-data-date {
	color: #ffffff;
}

.dialog-message-avatar {
	float: left;
}

.dialog-message-avatar .comment-avatar-box {
	margin-bottom: 0px;
}

.dialog-message.dialog-message-my {
	background: #f9f7f8;
}

.dialog-message.dialog-message-unread {
	background: #e7f0f9;
}

.messages-wrapper h2 span {
	background: url('messages-icon.png') 0px 60% no-repeat;
	padding-left: 38px;
	font-size: 28pt;
}

form.default.message-form textarea {
	border-radius: 0px;
	width: 390px;
}

#dialogs-list {
	width: 309px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	padding: 15px;
}

#dialogs-list .mCustomScrollBox {
    background: #fff;
    border-radius: 10px;
}

#dialogs-list.dialogs-list-wide {
	width: 100%;
}

#dialogs-list.dialogs-list-small {

}

#dialogs-list .dialog-message {
	background: url('messages-blue.png') 103% 50% no-repeat;
	line-height: 20px;
}

#dialogs-list .dialog-message.opened {
	background: #2286c6 url('messages-white.png') 103% 50% no-repeat;
	color: #ffffff;
	border-radius: 0px;
	z-index: 2;
	position: relative;
}

#dialogs-list .dialog-message.opened a {
	color: inherit;	
}

#message-form .form-element.form-element-button {
    text-align: center;
}

#dialog-wrapper .dialog {
    background: #FBFCFD;
    border-radius: 10px;
    overflow: auto;
}

#dialogs-list .dialog-message .dialog-message-data-text {
	margin-top: 5px;
	line-height: 90%;
	font-size: 12pt;
}

#dialogs-list .dialog-message .dialog-message-data p {
	font-size: 12pt;
	line-height: 18px;
	margin-top: 4px;
}
	
#dialogs-list .dialog-message {
	cursor: pointer;
}
	
#dialogs-list .dialog-message.opened .dialog-message-data-text {
	display: none;
}

#dialog-wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 310px;
    right: 0px;
    padding-top: 15px;
    padding-right: 15px;
}

#dialog-wrapper form.default .form-element, #dialog-wrapper form.default .form-element button {
	margin: 0px;
}

#dialog-wrapper form {
    padding: 20px;
    background: #2286c6;
}

#dialog-wrapper form.default.message-form textarea {
    background: #ffffff;
    width: 100%;
    display: block;
    height: 95px;
    margin-bottom: 11px;
    border-radius: 10px;
}


/* Followees block */

.followees-top-block {
	width: 100%;
	max-width: 1135px;
	margin: 40px auto;
	position: relative;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E7F0F9 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E7F0F9 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E7F0F9 100%);
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #FFFFFF), color-stop(1, #E7F0F9));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E7F0F9 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E7F0F9 100%);
	border-radius: 20px;
	border: 1px solid #2473a5;
}

.followees-top-block h2 {
	margin: 10px 0px -10px 0px;
}

.followees-top-block-users {
	padding-bottom: 20px;
	height: 216px;
}

.top-followers-avata {
	margin: 0px;
    width: 60px;
    height: 60px;
    float: left;
	background-position: 50% 50%;
    background-size: cover;
    border-radius: 50px;
    border: 2px solid;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.followees-top-block-users div, .top-followers-item .top-followers-avatar {
	width: 73px !important;
	height: 73px !important;
	min-width: 73px !important;
	min-height: 73px !important;
	max-width: 73px !important;
	max-height: 73px !important;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 50px;
	border: 2px solid;
	margin-left: 17px;
	margin-top: 25px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.followees-top-block-users div.avatar-rank-ouline-0.selected {
	box-shadow: 0px 0px 0px 2px #58a0d0;
}

.followees-top-block-users div.avatar-rank-ouline-1.selected {
	box-shadow: 0px 0px 0px 2px #93d665;
}

.followees-top-block-users div.avatar-rank-ouline-2.selected {
	box-shadow: 0px 0px 0px 2px #f73334;
}


.followees-top-block-users div.selected p {
	margin-top: 2px;
}

.followers-more-wrapper {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.followers-more-wrapper a:after {
	content: '▼';
	font-size: 12pt;
	margin-left: 4px;
}

/*
.followees-top-block-users > div.selected {
	border-color: #2286c6 !important;
	box-shadow: 0px 0px 0px 1px #2286c6;
}
*/

.followees-top-block-users div a, .top-followers-item .top-followers-avatar a {
	display: block;
	width: 100%;
	height: 100%;
}

.followees-top-block-users div p {
	margin: 5px;
	font-size: 10pt;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}

.followees-top-block-arrows > div.followees-top-block-arrow-left {
	margin-left: -65px;
}

.followees-top-block-arrows > div.followees-top-block-arrow-right {
	margin-right: -65px;
}


/* Followers aside*/

.top-followers-item {
	padding: 12px;
	border-radius: 10px;
	min-height: 60px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
	margin-bottom: 10px;
	color: #44535a;
}

.top-followers-item:last-child {
	margin-bottom: 0px;
}

.top-followers-item .top-followers-avatar {
	margin: 0px;
	width: 60px;
	height: 60px;
	float: left;
}

.top-followers-item h3,
.top-followers-item .top-followers-number {
	margin-left: 60px;
	text-align: center;
}

.top-followers-item h3 {
	font-size: 20pt;
	font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-followers-item .top-followers-number {
	font-size: 14pt;
}

/* Filters */

.filters {
	float: right;
}

.filters form > * {
	margin: 0px;
}

.filters form label {
	color: #b3b9c7;
}

.filters form > input {
	border: 1px solid #a1d0e9;
	border-radius: 3px;
	outline: none;
	padding: 0px 5px;
	margin: 0px;
	width: 100px;
	height: 25px;
}

.filters form > select {
	border: 1px solid #a1d0e9;
	border-radius: 3px;
	outline: none;
	padding: 0px;
	margin: 0px;
	height: 27px;
}

.filters form > button {
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 10pt;
	height: 25px;
	vertical-align: top;
	margin-top: 1px;
}

.filters form #filter_size,
.filters form #filter_tag {
	margin-right: 5px;
}

/* Favorites icons */

.tabs-title .icon-favorites {
	background: url('favorite-icons.png') -7px -16px no-repeat;
	display: inline-block;
	width: 18px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -1px;
}

.tabs-title .selected-tab .icon-favorites {
	background-position: -7px 0px;
}

.tabs-title .icon-recently {
	background: url('favorite-icons.png') -35px -16px no-repeat;
	display: inline-block;
	width: 27px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -1px;
}

.tabs-title .selected-tab .icon-recently {
	background-position: -35px 0px;
}

.tabs-title .icon-print-later {
    background: url(favorite-icons.png) -88px -16px no-repeat;
    display: inline-block;
    width: 27px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px;
}

.tabs-title .selected-tab .icon-print-later {
	background-position: -88px 0px;
}

#personal-block .icon-favorites {
	background: url('favorite-icons.png') -8px -33px no-repeat;
	display: inline-block;
	width: 15px;
	height: 16px;
	vertical-align: middle;
	margin-right: 3px;
}

#personal-block .icon-recently {
	background: url('favorite-icons.png') -39px -32px no-repeat;
	display: inline-block;
	width: 19px;
	height: 16px;
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -1px;
}

#personal-block .icon-followees {
	background: url('favorite-icons.png') -68px -32px no-repeat;
	display: inline-block;
	width: 20px;
	height: 16px;
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -1px;
}

#personal-block .icon-messages {
	background: url('top-my.png') no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 0px;
	margin-top: -6px;
	margin-bottom: -2px;
}

#personal-block .icon-print-later {
	background: url('print-later-top.png') no-repeat;
	display: inline-block;
	width: 19px;
	height: 16px;
	vertical-align: middle;
	margin-right: 2px;
}

#personal-block .icon-messages-right {
	background: url('messages-top.png') no-repeat;
	display: inline-block;
	width: 19px;
	height: 16px;
	vertical-align: middle;
	margin-right: 3px;
}

.followees-top-block-users.one-row {
	height: 140px;
}

#personal-block .messages-number,
.followees-top-block-users > div > span {
  display: inline-block;
  position: absolute;
  border: 2px solid #ffffff;
  min-height: 18px;
  min-width: 18px;
  padding-right: 3px;
  padding-left: 3px;
  font-weight: bolder;
  padding-right: 3px
  padding-left: 3px
  text-align: center;
  font-size: 8.4pt;
  top: 0px;
  margin-left: 18px;
  border-radius: 10px;
  color: #ffffff;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.25);
  background: red;
  background-image: -ms-linear-gradient(top, #ff656c 0%, #e4262f 100%);
  background-image: -moz-linear-gradient(top, #ff656c 0%, #e4262f 100%);
  background-image: -o-linear-gradient(top, #ff656c 0%, #e4262f 100%);
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ff656c), color-stop(1, #e4262f));
  background-image: -webkit-linear-gradient(top, #ff656c 0%, #e4262f 100%);
  background-image: linear-gradient(to bottom, #ff656c 0%, #e4262f 100%);
  transform: scale(1);
  transition: transform 0.3s ease-out;
  /* Add the following lines */
  display: flex; /* Change the display to flex */
  align-items: center; /* Center the element vertically */
  justify-content: center; /* Center the element horizontally */
}

#personal-block .messages-number2,
.followees-top-block-users > div > span {
  display: inline-block;
  position: absolute;
  border: 2px solid #ffffff;
  min-height: 18px;
  min-width: 18px;
  padding-right: 3px;
  padding-left: 3px;
  font-weight: bolder;
  padding-right: 3px
  padding-left: 3px
  text-align: center;
  font-size: 8.4pt;
  top: 0px;
  margin-left: 17px;
  margin-top: 7px;
  border-radius: 10px;
  color: #ffffff;
  box-shadow: 0px 2px 1px rgba(0,0,0,0.25);
  background: red;
  background-image: -ms-linear-gradient(top, #ff656c 0%, #e4262f 100%);
  background-image: -moz-linear-gradient(top, #ff656c 0%, #e4262f 100%);
  background-image: -o-linear-gradient(top, #ff656c 0%, #e4262f 100%);
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #ff656c), color-stop(1, #e4262f));
  background-image: -webkit-linear-gradient(top, #ff656c 0%, #e4262f 100%);
  background-image: linear-gradient(to bottom, #ff656c 0%, #e4262f 100%);
  transform: scale(1);
  transition: transform 0.3s ease-out;
  /* Add the following lines */
  display: flex; /* Change the display to flex */
  align-items: center; /* Center the element vertically */
  justify-content: center; /* Center the element horizontally */
}


#personal-block .messages-number[data-number="10"],
.followees-top-block-users > div > span[data-number="10"] {
  transform: scale(1.5);
}

#personal-block .messages-number[data-number="20"],
.followees-top-block-users > div > span[data-number="20"] {
  transform: scale(2);
}


.followees-top-block-users > div > span {
	top: -10px;
	right: -10px;
}

#personal-block-separator {
	margin-top: 6px;
	clear: both;
}

#remember-me {
	float: right;
	margin: 4px 0px 0px 0px;
}

/* myPrompt, myAlert */

#myPrompt, #myAlert {
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 40px 80px;
	background: rgba(0,0,0,0.75);
	margin-left: -330px;
	margin-top: -59px;
	z-index: 99;
	border-radius: 30px;
}

#myPrompt input, #myPrompt textarea {
	width: 379px;
	font-size: 14pt;
	border: 1px solid #008ad9;
	height: 39px;
	margin: 0px;
	padding: 0px 10px;
	vertical-align: top;
	border-radius: 5px 0px 0px 5px;
}

#myAlert p {
	width: 401px;
	margin-bottom: 5px;
	font-size: 14pt;
	color: #ffffff;
}

#myAlert a {
	color: #ffffff;
	text-decoration: underline;
}

#myPrompt button, #myAlert button {
	width: 100px;
	font-size: 14pt;
	border: 0px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #ffffff;
	background: #008ad9;
	line-height: 39px;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.25);
	vertical-align: top;
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;
}

#myPrompt div.close, #myAlert div.close {
	position: absolute;
	top: -7px;
	line-height: 20px;
	right: -7px;
	width: 24px;
	text-align: center;
	height: 24px;
	background: #ffffff;
	font-weight: normal;
	font-size: 22px;
	border-radius: 50px;
	border: 2px solid #000000;
	cursor: pointer;
}

#myPrompt.prompt-textarea {
	margin-top: -145px;
}

#myPrompt.prompt-input input {
	border-right: 0px;
}

#myPrompt.prompt-textarea textarea {
	display: block;
	resize: none;
	border-radius: 5px;
	width: 478px;
	height: 150px;
	padding: 5px 10px;
}

#myPrompt.prompt-textarea button, 
#myAlert button {
	border-radius: 5px;
	margin-top: 10px;
}

#myAlert button {
	padding: 0px 10px;
	width: auto;
}

/* Profile Pop-Up */

#profilePopup {
	position: absolute;
	top: 25%;
	left: 25%;
	background: #ffffff;
	width: 290px;
	z-index: 9;
	border: 2px solid #58a0d0;
	border-radius: 15px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	margin: -90px 0px 0px 0px;
}

#profilePopup .profilePopup-wrapper {
	overflow: hidden;
	border-radius: 13px;
}

#profilePopup.align-left {
	margin-left: -310px;
}

#profilePopup.align-right {
	margin-left: 18px;
}

#profilePopup.align-left:after {
	content: '';
	display: block;
	width: 12px;
	height: 14px;
	background: url('popup-arrow.png') 100% 0px no-repeat;
	position: absolute;
	margin-right: -14px;
	margin-top: -6px;
	top: 50%;
	right: 0px;
}

#profilePopup.align-right:before {
	content: '';
	display: block;
	width: 12px;
	height: 14px;
	background: url('popup-arrow.png') 0px 0px no-repeat;
	position: absolute;
	margin-left: -14px;
	margin-top: -6px;
	top: 50%;
}

#profilePopup .profile-header {
	margin-bottom: 0px;
	border-bottom: 0px;
}

#profilePopup .profile-header-bg {
	height: 69px;
}

#profilePopup .profile-header-data > .profile-header-stats > div {
	width: 48px;
	margin-left: 4px;
	float: left;
}

#profilePopup .profile-header-data > .profile-header-stats > div > .profile-header-stats-count {
	border: 1px solid #58a0d0;
	border-radius: 5px;
	font-size: 16pt;
	line-height: 16pt;
	padding: 3px 0px;
}

#profilePopup .profile-header-data > .profile-header-stats > div > .profile-header-stats-name {
	font-size: 8pt;
	line-height: 18px;
}

#profilePopup .profile-header-data > .profile-header-stats > div > .profile-header-stats-name span {
	display: none;
}

#profilePopup .follow-button {
	position: absolute;
	top: -65px;
	left: -73px;
}

#profilePopup .profile-header-data {
	height: 108px;
}

#profilePopup .profile-header-avatar {
	width: 64px;
	height: 64px;
	border: 1px solid #a9b7c4;
	border-radius: 50px;
	top: -16px;
	left: 8px;
	background-size: cover;
}

#profilePopup .profile-header-data > .profile-header-stats {
	top: 56px;
	right: 43px;
}

#profilePopup .profile-header-data > .profile-header-maker {
	top: 2px;
	left: 80px;
	width: 210px;
	text-align: left;
}

#profilePopup .profile-header-data > .profile-header-maker p.profile-maker-status {
	line-height: 12px;
}

#tagshint {
	margin-left: 18px;
	margin-bottom: 18px;
}

#tagshint:empty {
	display: none;	
}
	
#tagshint span {
	border-bottom: 1px dotted;
	margin-right: 10px;
	display: inline-block;
	color: #008ad9;
	cursor: pointer;
}

.view-tags {
	margin-bottom: 30px;
}


#feedback {
	text-align: left;
	width: 480px;
	margin: 0px auto;
}

#feedback .input {
	margin-top: 15px;
}

#feedback #feedback-error {
	float: right;
	margin-top: 10px;
	font-size: 12pt;
}

#feedback input, #feedback textarea {
	background: #f9f7f8;
	width: 450px;
}

#feedback .button {
	width: 120px;
	padding-left: 160px;
    padding-top: 10px;
}

#feedback-success {
	text-align: center;
}



#scrollToTop {
	position: fixed;
	right: 20px;
	bottom: 300px;
	background: rgba(67,148,203,0.8);
	line-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #ffffff;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.15);
	border-radius: 10px;
	cursor: pointer;
	display: none;
	z-index: 999;
}

/* Social activity */

#social-activity {
	overflow: hidden;
	border-radius: 0px 0px 15px 15px;
	border: 1px solid #398fc6;
	position: absolute;
	z-index: 99;
	top: 100%;
	width: 300px;
	margin-left: 315px;
}

#social-activity .social-activity-header {
	background: #398fc6;
	color: #ffffff;
	padding: 3px 10px 4px 10px;
	cursor: default;
}

#social-activity-stream {
	max-height: 350px;
	overflow: scroll;
	overflow-x: hidden;
	line-height: 110%;
}

#social-activity-stream .activity {
	padding: 0px;
	background: #E9F7FF;
	border-top: 1px solid #DDE1E4;
	font-size: 11pt;
	position: relative;
}

#social-activity-stream .activity:hover {
	background: rgba(203,233,251,0.9);
}

#social-activity-stream .activity .activity-time {
	color: #44535a;
}

#social-activity-stream .activity .activity-data-text {
	font-weight: bold;
}

#social-activity-stream .activity:first-child  {
	border-top: 0px;
}

.activity {
	position: relative;
}

.activity .activity-link {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.activity > div {
	padding: 12px 10px;
	line-height: 14px;
	padding-left: 46px;
	background: url('activity-icon-makertouch.png') 8px 13px no-repeat;
}


.activity-type-user > div {
	background: 0px 0px no-repeat;
	background-size: 36px 36px;
}

#social-activity-stream .activity.activity-unread {
	background-color: #B0D6EE;
	}

#social-activity-stream .activity.activity-unread:hover {
	background-color: #bee3fb;
}

.activity-remove {
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	right: 3px;
	top: -1px;
	font-size: 12pt;
}

.activity-asread {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	right: 3px;
	top: 10px;
	text-transform: uppercase;
}

#social-activity-more {
	border-top: 1px solid rgba(216,216,216,0.9);
	display: block;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	background: #ffffff;
}

.mark-as-read {
	float: right;
	cursor: pointer;
}

.inactive {
	opacity: 0.5;
}


/* Avatar outline */

.avatar-rank-ouline-0 {
	border-color: #58a0d0 !important;
}

.avatar-rank-ouline-1 {
	border-color: #93d665 !important;
}

.avatar-rank-ouline-2 {
	border-color: #f73334 !important;
}


#tab-wnew, #wall {
	padding: 20px;
}

#wall {
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px #a9b7c4;
}

#wall-header {
	margin: -20px -20px 30px -20px;
	border-radius: 9px 9px 0px 0px;
	padding: 7px 20px;
	background: #78C1F2;
	background-image: -ms-linear-gradient(top, #78C1F2 0%, #4395C9 100%);
	background-image: -moz-linear-gradient(top, #78C1F2 0%, #4395C9 100%);
	background-image: -o-linear-gradient(top, #78C1F2 0%, #4395C9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #78C1F2), color-stop(1, #4395C9));
	background-image: -webkit-linear-gradient(top, #78C1F2 0%, #4395C9 100%);
	background-image: linear-gradient(to bottom, #78C1F2 0%, #4395C9 100%);
	color: #ffffff;
}

#wall-header h4 {
	font-size: 18pt;
	font-weight: bold;
	color: #fff;
}

form#user-search-form {
    width: 305px;
    float: right;
    margin-right: 30px;
    margin-top: -2px;
    display: flex;
    align-items: center;
}

form#user-search-form ul.chosen-choices {
    border: 1px solid #2473a5 !important;
    background-image: none !important;
    box-shadow: none !important;
    border-radius: 10px;
}

form#user-search-form input {
	width: 320px;
	line-height: 22px;
	height: 22px;
	padding: 2px 10px;
}

form#user-search-form button {
	width: 36px;
	height: 28px;
	line-height: 28px;
    position: relative;
}

form#user-search-form input, form#user-search-form button {
	border: 2px solid #f9f7f8;
}

form#user-search-form input {
	border-right: 0px;	
}

form#user-search-form button {
	border-left: 0px;
}

form#user-search-form button span {
	left: 2px;
    position: absolute;
    top: -1px;
    width: 29px;
}

#tab-wnew {
	margin-top: -20px;
}

.maker-page .tabs-tab {
	background: url('maker-page-border.png') 16px  0px no-repeat;
}

.load-more {
	border-bottom: 1px solid #f0f0f0;
}

.load-more a {
	background: #f4f9fd;
	display: block;
	padding: 10px;
	text-align: center;
}

/* Color picker */

.ui-colorpicker-dialog {
	position: absolute;
	background: #ffffff;
	padding: 10px;
	margin-top: 10px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
	border-radius: 10px;
	border: 1px solid #017ec0;
}

/* Responsive */

/* Blog */

.content-data-blog-container .content-data-blog-post {
	clear: both;
	margin-bottom: 20px;
}

.content-data-blog-container .content-data-post-with-photo {
	min-height: 160px
}

.content-data-post .content-data-blog-post-photo {
	margin-bottom: 30px;
}

.content-data-blog-container .content-data-blog-post-photo {
	float: left;
	margin-right: 20px;
}

.content-data-blog-container .content-data-blog-post-photo a {
	display: block;
	width: 240px;	
	height: 160px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5) inset;
}

.content-data-blog-post h3 {
	font-size: 24pt;
}

.content-data-blog-post-date {
	font-size: 12pt;
	color: #808080;
	display: block;
	margin: 1px 0px 4px 0px;
}

.content-data-post-text.content-data-content {
	margin-bottom: 20px;
}

/* AdSense */

.product-view-aside .adsense-wrapper {
	background: #e7f0f9;
	padding: 15px;
	margin-top: 20px;
}

.profile-side-block div.product-main-item > h3 {
    font-size: 13pt;
}

.profile-side-block div.product-main-item > h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activity-aside .adsense-wrapper {
	padding: 15px;
	background: url('advert-hr.png') 50% 0px no-repeat;
	padding-top: 18px;
}

.mkt-product-view .product-view-extra-container li .extra-image-box,
.mkt-product-view .product-view-extra-container li .extra-data-box{
	float: none;
}
.mkt-product-view .product-view-extra-item{
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.mkt-product-view .product-view-extra-item:last-child{
	margin-bottom: 0;
}
/* @media screen and (max-width: 1399px) { */
	.similar-products .product-column-container {
	    display: flex;
	    justify-content: space-around;
	}
	.similar-products div.product-main-item {
	    min-width: 163px;
	    margin: 5px;
	    float: none;
	    width: 100%;
	    max-width: 205px;
	}
	
	.similar-products div.product-main-item > h3 {
		font-size: 13pt;
	}
	
	.similar-products div.product-main-item-photo {
		height: 148px;
	}
	
	.similar-products.product-column-wrapper.one-line .product-column-container {
		min-height: 184px;
	}
	
	.similar-products.one-line .product-column-arrows {
		top: -120px;
	}
	
		
	.shop-item {
		width: 280px;
		height: 200px;
	}
	
/* } */

/*

@media screen and (min-width: 1400px) {
	div#content {
		width: 1328px;
	}
	nav#main-menu {
		width: 1278px;
	}
	.profile-image-wrapper, .profile-header-bg {
		height: 319px;
	}
	.activity-line, .messages-wrapper {
		width: 999px;
	}
	#tab-wnew .activity-line, #wall .activity-line {
		width: 952px;
	}
	.product-column-wrapper .product-column-container, .shop-item-container {
		width: 1288px;
	}
	.shop-item-container-wrapper-index-page .shop-item:nth-child(4) {
		display: block;
	}
	.product-view-item > .product-main-item .product-main-item-photo {
		height: 600px;
	}
	form.upload-form.default textarea {
		width: 1298px;
	}
	#product_title, #tags {
		width: 1298px;
	}
	.profile-image-file {
		min-height: 200px;
		padding-top: 119px;
	}
	.dropzone {
		min-height: 326px;
	}
	.upload-form .dropzone li {
		width: 304px;
		height: 304px;
	}
	.comment-data {
		margin-left: 215px;
	}
	.comment-data textarea {
		width: 1031px;
	}
	form.default.message-form textarea {
		width: 719px;
	}
	.followees-top-block {
		width: 1162px;
	}
	.followees-top-block-users {
		height: 115px;
	}
	.followees-top-block-arrows {
		top: 34px;
	}
	.activity-line .activity-wrapper .product-main-item div.product-main-item-photo {
		height: 480px;
	}
	.similar-products.product-column-wrapper.one-line .product-column-container {
		width: 1168px;
	}
	.similar-products.product-column-wrapper > h3 {
		margin-left: 51px;
	}
	.similar-products.one-line .product-column-arrows {
		margin: 0px -30px;
	}
	#tab-build-instruction > div.build-instruction-youtube iframe {
		width: 1028px; 
		height: 578px;
	}
}

*/

/* Think360 */
div#content {
    width: 100%;
    max-width: 1490px;
    padding: 0 15px;
    margin-top: 20px;
}
.thumb-slider .item {
    font-size: 0;
    width: 100%;
    max-width: 125px;
    height: 87px;
    background: #808080;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 10px;
    float: left;
    margin: 10px 0;
    color: rgba(0,0,0,0);
    cursor: pointer;
}
.thumb-slider {
    max-width: 681px;
    background: url(ptop-bg.png) 50% 50%;
    padding: 0px 10px;
    border-radius: 12px;
    margin: 10px auto 0px;
}
.thumb-slider .owl-item.current .item {
    box-shadow: 0px 0px 0px 3px #5d99c0 inset;
}
.banner-slider {
    width: 100%;
    max-width: 1140px;
    margin: 47px auto 0;
}
.banner-slider .products-special-slider-slide {
    max-width: calc(100% - 176px);
    margin: 0 auto;
    float: none;
}
.banner-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    height: 0;
    margin-top: -23px;
}
.banner-slider .owl-nav button {
    margin: 0;
}
.banner-slider .owl-nav button.owl-next {
    float: right;
}
.banner-slider .owl-nav button.owl-prev span {
    background-position: 0px -46px;
}
.banner-slider .owl-nav button span {
    background: url(arrows-1.png) 0px 0px no-repeat;
    width: 42px;
    height: 46px;
    cursor: pointer;
    float: right;
    margin: 0;
    display: block;
    font-size: 0;
}
.header-controll {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 1590px;
    margin: 0 auto;
}
.slider-box {
    background: #00000099;
    padding: 30px;
    border-radius: 10px;
    max-width: 1590px;
    overflow-wrap: break-word;
}
.menu-wrapper {
    padding: 0 15px;
}
.products-slider-wrapper-box .products-slider-subsection, 
.products-slider-wrapper-box>.product-column-container,
.products-slider-wrapper-box>.product-main-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	min-height: 640px;
}
.products-slider-wrapper-box {
    margin: 0px auto;
    max-width: 1432px;
}
.dropdown-search {
    position: relative;
}
.drop-box {
    background-image: url(search-dropdown.png);
    width: 64px;
    height: 64px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65px;
}
.main-list {
    background: #F9F7F8;
    border: 1px solid #767676;
    width: 233px;
    position: absolute;
    z-index: 9;
    height: 80vh;
    overflow: auto;
    max-height: 480px;
    left: 50%;
    transform: translateX(-50%);
}
.main-list li a {
    text-decoration: none;
    color: #2286c6;
    display: block;
    padding: 0px 15px;
    line-height: 26px;
    font-size: 18px;
}
.main-list li .sub-list a {
    padding-left: 30px;
}
.main-list li span {
    display: block;
    color: #6D6D6D;
    padding: 0px 15px;
    line-height: 26px;
    font-size: 18px;
}
.main-list li a.active,
.main-list li a:hover {
    background: #1E90FF;
    color: #ffffff;
}
#main-menu ul li ul li {
    height: unset;
    margin: 0;
}
.product-edit-item-like {
    background: #fff;
    position: absolute;
    bottom: 47px;
    left: 10px;
    padding: 1px 8px;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600;
}
.footer-container {
    width: 100%;
	max-width: 1590px;
    padding: 0 15px;
    margin-bottom: 5px;
}
#site-info {
    margin-top: 20px;
}
#footer-social {
    margin: 20px 0;
}
.border-line {
    background: url(main-section-border.png) 50% 100% no-repeat;
    background-size: 100% 2px;
    border: none;
    display: block;
    height: 2px;
    width: 100%;
    margin: 30px 0;
}
.tab-controller {
    margin: 0px auto;
    max-width: 1384px;
}
.product-main-list-holder-category .product-main-list-wrapper {
    border-top: none;
    width: 100%;
}
.product-main-list-holder-category .tab-controller {
    border-bottom: 0px solid #f1f0f5;
}
.breadcrumbs {
    width: 100%;
    max-width: 1113px;
    margin: 0 auto;
}
.product-main-list-holder-category h2 {
    margin-bottom: 30px;
    margin-top: 20px;
}
.form-box-outer {
    max-width: 650px;
    margin: 0 auto 100px;
    text-align: center;
}
.form-box {
    border: 3px solid #2286C6;
    border-radius: 25px;
    background: #72C4F5;
    padding: 40px;
}
.forgot-text {
    border: 2px solid #2286C6;
    border-radius: 15px;
    font-size: 22px;
    color: #2286C6;
    background-color: #ffffff;
    padding: 25px 25px 25px 125px;
    text-align: left;
    font-weight: 700;
    background-image: url(forgot-password.png);
    background-repeat: no-repeat;
    background-position: 35px center;
    margin-bottom: 25px;
}
.form-box-outer h3 {
    color: #2286C6;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}
.form-box input[type="text"] {
    width: 100% !important;
    max-width: 350px;
}
.form-box .form-element.form-element-button {
    margin-bottom: 0;
}
#registration-form .form-element.form-element-button {
    text-align: center;
}
.login-confirm {
    color: #0094FF;
    font-size: 14px;
    max-width: 250px;
    padding-left: 50px;
    font-weight: 600;
    line-height: 18px;
    background-image: url('confirm-check.png');
    background-repeat: no-repeat;
    background-position: 0 center;
}
.login-confirm a {
    color: #0094FF;
    text-decoration: underline;
}
#login-form > .form-element input {
    width: 100%;
}

#login-form2 > .form-element input {
    width: 100%;
	font-weight: normal;
	margin-left: 1px;
}

.social-btn {
    width: 100%;
    height: 55px;
    margin: 15px 0;
    display: block;
}
.facebook-btn {
    background-image: url('facebook-login.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
}
.google-btn {
    background-image: url('google-login.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
    position: relative;
}
.abcRioButton.abcRioButtonLightBlue {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
}
.product-bottom-sec {
    width: 100%;
    max-width: 1145px;
    margin: 0 auto;
}
.left-part-header {
    margin: 0 !important;
    display: flex;
    align-items: center;
}
.profile-dropdown {
    margin-left: 32px;
    position: relative;
}
.center-part-header a:first-child {
    margin-right: 90px;
}
.user-image {
    background: url(user-images.jpg);
    height: 24px;
    width: 26px;
    display: inline-block;
    background-size: contain;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-right: 5px;
}
.upload-print {
    float: right;
    padding-left: 32px;
    background-image: url('upload-your-print-resoult.png');
    background-repeat: no-repeat;
    background-position: 0 center;
    margin: 15px 0;
    color: #0d90e3;
}
.report-btn {
    background-image: url(icon-report.png);
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #000;
    font-weight: 600;
}
.blue-color {
    color: #0D99FE;
}
.text-style {
    margin: 10px 0;
    display: inline-block;
}
.licence-btn {
    font-size: 20px;
    font-weight: 600;
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    height: 60px;
    background-size: 60px;
    background-repeat: no-repeat;
    margin-top: 10px;
    justify-content: center;
}
.cc-licence {
    background-image: url('cc.license.png');
}
.attribution-txt {
    background-image: url('icon-attribution.png');
}
.sub-title {
    font-size: 24px;
    margin: 10px 0;
}
.attribution-txt a {
    font-weight: 500;
    font-size: 18px;
}
header div#personal-block.cstm-personal-block-sec {
    max-width: 500px;
    padding-left: 15px;
}
#registration-form .form-element input {
    width: 100%;
}
#registration-form .tos-wrapper .form-element input {
    width: unset;
}
.profile-aside-maker h3 {
    margin-bottom: 12px !important;
    margin-top: 7px;
}
.title-spacing {
    margin: 25px 0 40px;
    font-size: 24pt;
}
.adsense-title {
    background: #5DAADE;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 700;
    font-size: 20px;
}
.adsense-sidebar {
    width: 240px;
    background: #ECECEE;
    height: 100%;
	border-radius: 10px !important;
    overflow: hidden;
}
.adsense-area {
    text-align: center;
    padding: 10px;
    min-height: 475px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-main-item-print:hover,
.product-main-item-print.checked {
    opacity: 0.5;
}
.product-main-item-print {
    background: url(print-later.png) 0px 0px no-repeat;
    width: 108px;
    height: 21px;
    position: absolute;
    bottom: 46px;
    right: 10px;
    background-size: cover;
}
.light-blue-bg {
    background: #e7f0f9;
}
.small-title {
    font-size: 24px;
    font-weight: 700;
}
.form-box-outer .blue-color.small-title {
    margin: 10px 0 35px;
}
.reset-form {
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
}
.reset-form .form-element input {
    width: 100% !important;
}
.reset-form .form-element-button {
    text-align: center;
}
.product-main-list-holder-search .title-spacing {
    text-align: center;
    background: #e7f0f9;
    border: 3px solid #2286C6;
    border-radius: 10px;
    font-size: 30px;
    padding: 10px;
    max-width: 1346px;
    margin: 40px auto;
}

.about-me-tab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-me-tab .profile-edit-column-1 {
    width: 290px;
}
.about-me-tab .profile-edit-column-2 {
    width: calc(100% - 290px);
    padding-left: 25px;
}
.about-me-tab #user_profile_about {
    width: 100%;
    height: 540px;
	margin-bottom: -10px
}
.about-me-tab .profile-edit-column-1 input {
    width: 100% !important;
}
.about-me-tab .form-element-button {
    width: 100%;
    text-align: center;
}
.about-me-tab .text-message-ok {
    text-align: center;
    display: block;
    width: 100%;
}
.profile-management {
    margin-top: 40px;
}
span.header-avatar-image {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin-right: 5px;
}

.cp-sec {
    display: flex;
}
.left-part-cp {
    width: 40%;
    padding-right: 15px;
}
#change-password-wrapper h3 {
    font-size: 22px;
    color: #2286c6;
    font-weight: 700;
    margin-bottom: 20px;
}
.cp-sec {
    display: flex;
    margin-bottom: 25px;
}
.blocked-user,
.delete-account {
    color: #808080;
}
.right-part-cp {
    width: 60%;
}
#change-password-wrapper {
    max-width: 90%;
    margin: 0 auto;
}
.delete-account-info p:not(:last-child) {
    margin-bottom: 10px;
}
.delete-account-info {
    margin-top: 10px;
    color: #808080;
}
.delete-toggle-btn {
    background: url(on-and-off.png) -18px -65px no-repeat;
    display: inline-block;
    width: 73px;
    height: 26px;
    vertical-align: middle;
    margin: 22px 0px 13px;
}
.delete-toggle-btn.active {
    background-position: -18px -11px;
}
.delete-confirmation {
    padding-left: 30%;
}
.confirmation-modal-inner {
    width: 330px;
    height: 150px;
    border-radius: 25px;
    border: 3px solid #0094FF;
    text-align: center;
    background: #393939;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-head {
    background: #0094FF;
    color: #fff;
    padding: 12px 10px;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    position: relative;
}
.close-modal {
    color: #fff;
    position: absolute;
    right: 15px;
    font-weight: 500;
}
.yes-btn {
    height: 38px;
    width: 85px;
    background: #0094ff;
    color: #fff;
    display: block;
    margin: 29px auto;
    font-size: 22px;
    padding: 4px;
}
.confirmation-modal {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    text-align: center;
    background: rgb(57 57 57 / 40%);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9;
}
.confirmation-modal.active {
    display: block;
}
.user-image-sec {
    width: 37px;
    height: 37px;
    background: #fff url(forgot-password.png);
    background-size: cover;
    border-radius: 4px;
    border: 1px solid #2286c6;
    margin-right: 5px;
}
.blocked-user-info li {
    display: flex;
    align-items: center;
    width: 25%;
    margin-bottom: 15px;
}
.user-name-sec {
    font-size: 16px;
}
.blocked-user-info {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.upload-file-page {
    margin: 0px auto;
    width: 100%;
    max-width: 1133px;
    padding-top: 40px;
}
#product-upload-source-file {
    background-image: url('drag-files.png');
}
.upload-box-wrap {
    background: #0D90E3;
    border-radius: 10px;
}
.upload-box-wrap {
    background: #0D90E3;
    border-radius: 10px;
    margin-bottom: 25px;
}
.upload-step-size {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 15px;
}
.upload-step-count {
    background: #26A8FF;
    position: absolute;
    padding: 8px 20px;
    border-radius: 10px 0 10px 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.upload-file-page .dropzone {
    background: #fff;
}
.upload-file-page .ext-data {
    background: #4BA5D7;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #fff;
    color: #fff;
}
.upload-file-page .default-button {
    margin-top: 30px;
    border: 3px solid #fff;
}
.upload-box-wrap .upload-step-size h3 {
    color: #fff;
}
.input-box-wrap {
    max-width: 600px;
    margin: 10px auto;
}
.input-box-wrap .form-label {
    display: block;
    width: 100%;
    text-align: left;
}
.input-box-wrap input {
    width: 100% !important;
    margin: 0 !important;
}
.upload-box-wrap .upload-step-size .product-edit-buttons-wrapper,
.upload-box-wrap .upload-step-size .form-comment,
.upload-box-wrap .upload-step-size label {
    color: #fff !important;
}
.upload-box-wrap .upload-step-size .extra-upload {
    height: unset;
}
#addProductExtraIcon {
    color: #fff;
}
.upload-box-wrap .upload-step-size .add-product-edit-extra a span {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 20px;
    text-align: center;
    border: 1px solid;
    border-radius: 24px;
    font-size: 28px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 23px;
}
.form-field .form-label {
    text-align: left;
}
.upload-step-size textarea, .upload-step-size select, .upload-step-size input {
    width: 100% !important;
    margin: 5px 0;
}
.three-part {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.three-part .form-field {
    width: 100%;
    max-width: 255px;
}
.dimensions-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.dimensions-field span {
    color: #fff;
    margin: 0 15px;
}
.text-center input {
    text-align: center;
}
.dimensions-field input {
    max-width: 45%;
}
.half-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.half-field.form-field .form-label {
    margin-left: 0;
    text-align: center;
}
.half-field .text-center {
    max-width: 49%;
}
.show-more-form {
    color: #fff;
    margin: 25px 0;
    display: inline-block;
    font-size: 22px;
}
.upload-box-dark-bg {
    background: #1671A2;
}
.title-with-icon:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 12px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.icon-upload:before {
    background: url('icon-upload.png');
}
.icon-product-info:before {
    background: url('icon-info.png');
    background-size: inherit !important;
}
.icon-upload-img-video:before {
    background: url('icon-images.png');
    width: 25px;
}
.icon-build-info:before {
    background: url('icon-build.png');
}
.icon-extra-part:before {
    background: url('icon-extra-parts.png');
    width: 28px;
    height: 28px;
    margin-bottom: -5px;
}
.weight-sec {
    display: flex;
}
.weight-input-field .weight-sec label {
    border-radius: 20px;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.weight-input-field .weight-sec label span {
    color: #0d90e3 !important;
    background: #f9f7f8;
    padding: 6px 14px;
    display: block;
}
.weight-input-field .weight-sec input:checked ~ span {
    color: #fff !important;
    background: #16537A;
}
.weight-sec label input[type="radio"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
}
.weight-input-field {
    display: flex;
    align-items: center;
}
.upload-file-page .form-element.form-element-button .default-button {
    border: none;
}
.size-info-icon {
	background: url('icon-image-size.png');
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 12px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.product-edit-media-wrapper {
    position: relative;
}
.size-recommended {
    display: none;
    background: #0d90e3;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    width: 230px;
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 99;
}
.size-info-icon {
    background: url(icon-image-size.png);
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 12px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: absolute;
    left: 15px;
    top: 15px;
}
.size-info:hover .size-recommended {
    display: block;
}
.page-wrapper-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 50px;
}
.page-wrapper-box h3 {
    color: #004f89;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
.page-wrapper-box h4 {
    color: #2286c6;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.not-found-img {
    background: url('not-found.png');
    width: 100%;
    height: 90px;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain;
    margin: 20px 0;
}
.welcome-img {
    background: url('wall-icon.png');
    width: 92px;
    height: 99px;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain;
    margin: 20px 0;
}
.page-wrapper-box h4 a {
    text-decoration: underline;
}
.dialog-message-data-date {
    font-size: 12px !important;
}
.dialog-message-data h4 {
    font-size: 16px;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profilePopup-wrapper .profile-header {
    margin: 0;
}
.profilePopup-wrapper .profile-header-stats {
    position: relative;
    left: 0;
    width: 100% !important;
}
#social-activity .activity-asread {
    display: none;
}
.user-image-notification {
    height: 34px;
    width: 34px;
    position: absolute;
    left: 7px;
    border: 1px solid #398fc6;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
}
#social-activity-stream .activity-time {
    display: block;
    margin-top: 2px;
}
.activity-data-text {
    /* white-space: nowrap; */
	max-width: 220px;
	overflow: hidden;
	display: -webkit-box; /* Enables the box model */
	-webkit-line-clamp: 2; /* Limits to 2 lines */
	-webkit-box-orient: vertical; /* Stacks content vertically */
	text-overflow: ellipsis; /* Adds ellipsis (...) */
	line-height: 1.1;
	cursor: default;
	white-space: normal; /* Ensures text wraps properly */
}



.followers-page {
    max-width: 1133px;
    margin: 0 auto;
}
.followers-page .activity-wrapper-date {
    height: unset !important;
    color: #4495CC !important;
    background: #fff !important;
}
.upload-imgs {
    font-size: 0;
    height: 22px;
    width: 35px;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.comment-form-button-wrapper {
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
}
.comment-form-button-wrapper .print-comment-result{
   float: right;
}

/*.wall-comment-form .comment-form-text-wrapper textarea {
    height: 33px;
}*/
.wall-comment-form .comment-form-text-wrapper {
    box-shadow: unset;
}
.followers-page form#user-search-form input {
    height: 33px;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 18px;
	text-align: center;
	font-weight: bolder;
}
.followers-page form#user-search-form button span {
    height: 34px;
    background-size: 24px;
    background-position: center;
}
.followers-page form#user-search-form button {
    height: 33px;
}
.followers-page .comment-form-object {
    display: flex;
    align-items: center;
}
.followers-page .profile-side-block:not(last-child) {
    margin-bottom: 20px;
}
.followers-page #wall-header h4:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('whats-new-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-bottom: -2px;
}
.followees-top-block .followees-top-block-users {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left: -17px;
	z-index: 1;
    position: relative;
}
.followees-top-block .avatar-rank-ouline-0 p {
    margin-top: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.activity-line-outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.activity-line-outer .activity-aside {
    margin-left: 20px;
    height: 100%;
}
.product-main-item-info-author-data .author a {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
/*.products-special-slider-slide-image:after {
    content: '';
    height: 100%;
    width: 20px;
    position: absolute;
    right: -20px;
    top: 0;
    background: linear-gradient(to right, rgb(255 255 255 / 26%) , rgb(255 255 255 / 30%));
    box-shadow: 0px 0px 20px 20px #ffffff, 0px 0px 20px 20px #ffffff;
}*/
#search-form select:focus {
    outline: none;
}
#search-form select {
    background: #004F89;
    color: #fff;
    border-radius: 10px 0 0 10px;
    border: 3px solid #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 19px;
    text-align-last: center;
	width: 100px;
	font-weight: 500;
}
#search-form select option {
    background: #F9F7F8;
    color: #2591C7;
    font-size: 16px;
}
#search-form select option.category-list {
    font-weight: 600;
}
#search-form select option[disabled] {
    color: #707070 !important;
}
.reset-profile-header {
    max-width: 1133px;
    margin: 0 auto;
}
.maker-page-reset {
    margin-top: 30px;
}
.no-select-message {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 310px;
    right: 0px;
    background: #fff;
    margin: 15px 15px 15px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #2286c6;
}
.maker-page-reset .loaded-by-ajax {
    right: 20px;
}
.maker-page-reset .filters.loaded-by-ajax {
    /* top: 18px;
    left: 0; */
    text-align: center;
}
.maker-page-reset #filter_category_user {
    display: inline-flex;
}
.maker-page-reset .filters form > select {
    margin: 0px 5px;
}
.unfollow-dropdown {
    position: absolute;
    z-index: 9;
    top: 0;
    right: -25px;
    right: -20px;
}
.unfollow-dropdown ul {
    display: none;
    position: absolute;
    background: #2286c6;
    border-radius: 5px;
    padding: 2px 0;
}
.unfollow-dropdown ul li a {
    color: #fff;
    padding: 1px 10px;
    display: block;
}
.unfollow-dropdown ul li a:hover {
  background-color: #6495ED;
}
.unfollow-dropdown:hover ul {
    display: block;
    right: -30px;
    position: absolute;
    z-index: 99999999;
    top: 24px;
}
.report-page {
    max-width: 1133px;
    margin: 0 auto;
}
.report-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.right-cols,
.left-cols {
    width: 46%;
}
.left-cols-box {
    background: #4ca9e4;
    padding: 25px;
    border-radius: 20px;
}
.left-cols-box textarea, .left-cols-box input {
    width: 100% !important;
    max-height: 250px;
}
.right-cols-box {
    background: #CCE9FF;
    padding: 25px;
    border-radius: 20px;
}
.report-page-top {
    margin: 40px 0;
    text-align: center;
}
.report-sub-title {
    font-weight: bold;
    margin-top: 25px;
    font-size: 22px;
}
.report-sub-title a {
    color: #4ca9e4;
}
.report-block h4 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}
.report-block h4 a {
    color: #4ca9e4;
}
.left-cols-box .form-element textarea,
.left-cols-box .form-element input {
    color: #757575;
}
.left-cols-box .form-element-button {
    text-align: center;
}
.left-cols-box .form-element-button .default-button {
    margin: 0;
}
.dmca-logo {
    width: 150px;
    height: 50px;
    margin: 20px auto 0;
    background: url(dmca_logo.png);
}
.report-title:before {
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(report.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    margin-right: 10px;
}
.report-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #2295d7;
    font-weight: 700;
}
.followers-user-image {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    border: 2px solid #58a0d0;
    margin: 8px;
    background-size: cover;
    background-repeat: no-repeat;
}
.followers-list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e2e4e6;
    background: #f8f8f9;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 14%);
    border-radius: 6px;
    align-items: center;
    width: calc(100% - 10px);
    overflow: hidden;
    max-width: 244px;
    margin: 20px 24px;
}
.followers-footer {
    width: 100%;
}
.followers-footer {
    background: #337096;
    color: #fff;
    padding: 7px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.followers-footer span {
    font-size: 16px;
    font-weight: 100;
}
.followers-user-info h3 {
    font-weight: 700;
    margin-bottom: 5px;
}
.followers-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.followers-page-outer h2 {
    margin: 35px 0;
}
.followers-user-info .unfollow-dropdown ul {
    right: 0;
}
.select-option {
    font-size: 26px;
    line-height: 23px;
}
.ads-demo {
    max-width: 1100px;
    background: #0094FF;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 55px 15px;
    font-size: 24px;
}
.product-main-item-info .product-main-item-info-stats {
    margin-bottom: -2px !important;
}
.followers-page.profile-management-tabs {
    margin-top: 50px;
}



@media screen and (min-width: 1920px) {
#search-form {
    margin: 0 auto 0 60px;
    max-width: 1066px;
}
.header-controll {
    max-width: 1920px;
}
.product-column-arrows {
    transform: translate(-50%, -50%);
    width: calc(100% + 114px);
    left: 50%;
}
}
@media screen and (min-width: 1366px) {
.profile-header-data > .profile-header-stats {
    width: calc(100% - 360px);
    display: flex;
    justify-content: space-around;
}
.profile-header-stats>div {
    margin-right: 15px !important;
    margin-left: 0 !important;
}
.maker-page-reset .maker-page {
    /*padding-left: 15px;*/
}
}
@media screen and (max-width: 1366px) {
#scrollToTop {
    bottom: 50px;
}
}
@media screen and (max-width: 1199px) {
header div#personal-block {
    width: 100%;
}
.center-part-header a:first-child {
    margin-right: 40px;
}
.personal-block-outer:after {
    width: 50%;
    right: 0;
}
article.product-view {
    padding: 0 20px;
}
}
@media screen and (max-width: 991px) {
#personal-block.cstm-personal-block a {
    font-size: 0 !important;
}
#personal-block .icon-recently {
    height: 19px;
}
header div#personal-block {
    width: 100%;
    max-width: 538px;
}
.product-page-view {
    flex-wrap: wrap;
}
.adsense-sidebar {
    width: 100%;
    margin-top: 20px;
}
.adsense-area {
    min-height: 150px;
}
article.product-view {
    padding: 0 0 0 20px;
    width: calc(100% - 242px);
}
.tabs-title li {
    font-size: 14px;
    padding: 0px 20px;
}
.stats-element {
    width: 100%;
    margin: 0px auto;
}
.maker-progress-bar {
    width: 100%;
}
#tab-progress {
    background-size: contain;
}
.profile-header-data > .profile-header-stats {
    top: unset;
    right: unset;
    bottom: 0;
}
.profile-header-data {
    height: 230px;
}
.right-part-cp, 
.left-part-cp {
    width: 50%;
}
.three-part .form-field {
    max-width: 49%;
}
.three-part .half-field.form-field {
    max-width: 100%;
}
.three-part .half-field.form-field .form-label {
    margin-left: 15px;
    text-align: left;
}
.show-extra-form {
    margin-bottom: 20px;
}
#tab-wnew .activity-line, #wall .activity-line {
	width: 100%;
	max-width: 100%;
}
.activity-line-outer .activity-aside {
    margin-left: 0;
    height: 100%;
    width: 100%;
}
.followees-top-block-users.one-row .avatar-rank-ouline-0:first-child {
    margin-left: 0;
}
#search-form select {
    max-width: 120px;
}
header div#search-form form input {
    width: calc(100% - 170px);
}
.maker-page-reset aside.activity-aside {
    margin-top: 0 !important;
    width: 100%;
}
.right-cols, .left-cols {
    width: 48%;
}

}


@media screen and (max-width: 767px) {
.ml-md-0{
	margin-left: 0 !important;
}
.banner-slider .products-special-slider-slide {
    max-width: 100%;
}
nav#main-menu {
    background-size: 1px 54px;
    padding: 0;
}
nav#main-menu ul li {
    padding: 6px 2px;
}
.header-controll {
    flex-wrap: wrap;
    justify-content: center;
}
#search-form {
    max-width: 100%;
    margin: 30px auto 0;
}
header div#logo {
    width: 100%;
    max-width: 290px;
    height: 85px;
    background-position: center;
}
header div#search-form form input {
    width: calc(100% - 175px);
}
form#user-search-form button, header div#search-form form button {
    height: 50px;
}
header div#search-form form button {
    width: 56px !important;
}
form#user-search-form input, header div#search-form form input {
    height: 50px;
}
header div#search-form form {
    height: 50px;
}
form#user-search-form button span, header div#search-form form button span {
    height: 25px;
    background-size: 25px;
}
#scrollToTop {
    bottom: 30px;
}
.drop-box {
    width: 50px;
    height: 50px;
    background-size: 50px;
}
.main-list {
    height: 60vh;
    left: 0;
    transform: unset;
}
.products-special-slider-slide > .products-special-slider-slide-info > div {
    margin: 10px;
}
.products-special-slider-slide > .products-special-slider-slide-info {
    top: unset;
    width: 100%;
    box-shadow: unset !important;
}
.products-special-slider-slide > .products-special-slider-slide-info > div h4 {
    margin-bottom: 10px;
}
.slider-box {
    padding: 15px;
    text-align: center;
}
.products-special-slider-slide {
    height: 500px;
}
#footer-menu li, footer .menu li {
    margin-bottom: 15px;
}
#footer-menu ul li ul li {
    margin: 10px 0 0;
}
.product-column-slider, .followees-top-block-paginator {
    margin-top: 5px;
}
.banner-slider {
    margin: 0 auto;
}
#footer-menu>ul>li {
    width: 33.3333%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    padding: 0 5px;
    font-size: 14px;
}
#category-selector {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}
#category-selector li {
    float: none;
    margin: 0;
    width: 50%;
    text-align: center;
}
.product-main-list-holder-category .filters {
    float: none;
    margin-bottom: 15px;
    text-align: center;
}
.product-main-list-holder-category select#filter_size {
    margin-bottom: 15px;
}
.product-view-aside {
    width: 100%;
}
article.product-view {
    padding: 0;
    width: 100%;
    margin-top: 15px;
}
.similar-products .product-column-container {
    flex-wrap: wrap;
}
.comment-avatar {
    width: 100%;
    float: left;
}
.comment-data {
    margin-left: 0;
    float: left;
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #eee;
    margin-top: 15px;
}
.upload-print {
    float: left;
}
div#comment-form {
    display: inline-block;
    width: 100%;
}
.profile-header-data {
    height: unset;
}
.profile-management .profile-header {
    overflow: hidden;
}
.profile-header-data > div {
    position: relative;
}
.profile-header-data > .profile-header-stats {
    display: inline-block;
    margin-top: 75px;
}
.profile-header-data .profile-avatar-wrapper {
    position: absolute;
}
.profile-management-tabs .tabs-title {
    display: flex;
    overflow-x: scroll;
}
.profile-management-tabs .tabs-title li {
    text-align: center;
    white-space: nowrap;
}
.filters.loaded-by-ajax {
    right: 0px;
    top: 10px;
}
#tab-all-models {
    padding-top: 50px !important;
}
.about-me-tab .profile-edit-column-2 {
    width: 100%;
    padding-left: 0;
}
.about-me-tab .profile-edit-column-1 {
    width: 100%;
}
.right-part-cp, .left-part-cp {
    width: 100%;
}
.cp-sec {
    flex-wrap: wrap;
}
h2 {
    font-size: 22pt;
}
.blocked-user-info li {
    width: 50%;
}
.three-part .form-field {
    max-width: 100%;
}
.dimensions-field input {
    max-width: 49%;
}
.upload-step-size {
    padding-top: 45px;
}
#dialogs-list {
    width: 100%;
    position: relative;
}
#dialog-wrapper {
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0px;
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
}
#dialogs-wrapper {
    height: unset;
}
.followers-page #wall-header {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: center;
}
.activity-element-wrapper-total {
    padding-left: 0;
    padding-top: 110px;
    position: relative;
}
.object-profile {
    width: 77px;
    overflow: hidden;
    position: absolute;
    margin-left: 0;
    top: 0;
}
.activity-line .activity-wrapper:before {
    width: 17px;
    height: 26px;
    top: -21px;
    left: 30px;
    transform: rotate(90deg);
}
.wall-comments {
    margin-left: 0;
}
.activity-line .activity-status-wrapper {
    margin-top: 0;
}
.reset-profile-header .profile-header-data > .profile-header-stats {
    margin-top: 20px;
    margin-bottom: 15px;
}
.reset-profile-header .profile-header-data > .profile-header-maker {
    top: 0;
    left: 0;
    padding: 0 20px;
}
#profilePopup {
    display: none !important;
}
.comments-container .comment-small .comment-data {
    margin-left: 0;
    margin-top: 10px;
    padding-top: 10px;
}
.wall-comment-form .comment-form-text-wrapper {
    width: 100%;
    margin: 0 0 10px;
}
.followers-page .comment-form-object {
    flex-wrap: wrap;
}
.followees-top-block-users div, .top-followers-item .top-followers-avatar {
    margin-left: 5px;
}
form#user-search-form {
    margin-right: 0;
    margin-top: 5px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.wall-comment-form .comment-form-button-wrapper {
    width: unset;
    padding-left: 2px;
}
.status-item {
    font-size: 14pt;
}
.wall-comment-form .comment-form-text-wrapper textarea {
    font-size: 14px;
    padding: 9px 10px 7px;
}
.no-select-message {
    position: relative;
    left: 0;
    width: calc(100% - 30px);
    margin: 0 15px 15px 15px;
    padding: 15px;
    font-size: 20px;
}
.right-cols, .left-cols {
    width: 100%;
}
.left-cols {
    margin-bottom: 40px;
}
.followers-list {
    width: calc(100% - 0px);
    margin: 10px;
}
.products-special-slider-slide > .products-special-slider-slide-info > div {
    top: unset;
    transform: unset !important;
    position: unset;
    width: calc(100% - 20px);
}

}

@media screen and (max-width: 480px) {
.forgot-text {
    padding: 125px 25px 25px 25px;
    text-align: center;
    background-position: center 35px;
}
header div#personal-block #upload-button {
    width: 42px;
    height: 39px;
    background-size: 130px 39px;
    background-position: left center;
}
.profile-dropdown {
    margin-left: 15px;
}
header div#personal-block > * {
    margin-right: 0;
}
.center-part-header a:first-child {
    margin-right: 15px;
}
#personal-block .icon-messages {
    width: 20px;
    height: 20px;
    background-size: cover;
}
div.product-main-item {
    margin: 23px 0;
}
.product-column-arrows {
    margin-top: 0px;
}
.product-column-slider, .followees-top-block-paginator {
    margin-top: -20px;
}
span.header-avatar-image {
    margin-right: 0;
}
.blocked-user-info li {
    width: 100%;
}
#change-password-wrapper {
    max-width: 100%;
}
}
@media (max-width:  575px){
	.search-list-count p{
		margin-top: -30px !important;
	}
	.filter-mobile{
		margin-top: 0 !important;
	}
}

.required-alert-area{
    color: red;
    font-size: 13px;
    float: right;
	line-height: 0;
	padding-top: 5px;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

#wall-header .chosen-container{
	width: 250px !important;
}
.print-form-button-wrapper {
    width: 100%;
    justify-content: space-between;
}
.custom-upload-col {
    cursor: pointer;
}
.search-dropdown-box {
  
    float: right;
    margin-top: 0px;
    position: relative;
}
.search-dropdown-box .search-btn {
    width: 42px;
    height: 33px;
    background: url(search.png) 0px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 28px;
    margin: 0;
    border: none;
    background-position: center;
    border-left: 1px solid #2473a5;
}
.search-dropdown-box .search-field {
 
    overflow: hidden;
    display: flex;
   
}
.search-dropdown-box input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
    padding: 7px 12px;
}
.search-list-view {
    z-index: 999;
    position: absolute;
    background: #fff;
    width: 100%;
    border: 1px solid #2473a5;
    border-radius: 10px;
    color: #4495CC !important;
	font-size: 21px;
	font-weight: 600;
}
.search-list-view li {
    display: flex;
    align-items: center;
}
.search-list-view li:last-child {
    margin-bottom: 0px;
	cursor: pointer;
}
.search-list-view li:hover {
     background-color: #79bbe5e3;
     color: white;
}
.user-image-box {
    height: 34px;
    width: 34px;
    border: 1px solid #398fc6;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 8px;
	margin-top: 10px;
}
.blacklist-keyword {
    margin-right: 20px;
    margin-top: 20px;
    display: inline-block;
}
.delete-word {
    background: #f00;
    color: #fff;
    padding: 1px 4px;
    border-radius: 10px;
    margin-left: 2px;
    cursor: pointer;
}
/* //Think360 */
.breadcrumbs a {
    word-break: break-word;
}
.mycheckbox {
    display: inline-block;
    border-radius: 15px;
}
.mycheckbox input[type="checkbox"] {
    display:none;
}
.mycheckbox input[type="checkbox"] + span {
    display: inline-block;
    width: 73px;
    height: 27px;
    vertical-align: middle;
    background: url(icon-style-on-off.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: -16px -63px;
    background-size: 94px 106px;
}
.mycheckbox input[type="checkbox"]:checked + span {
    background-position: -17px -11px;
    background-size: 96px 110px;
}
.notifications-sec-box {
    border: 2px solid #298AC7;
    border-radius: 10px;
    background: #fff;
    padding: 20px 40px;
}
.notifications-sec-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
    color: #2e9ac9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notifications-sec-title:before {
    content: '';
    background-image: url(icon-style-maker.png);
    height: 26px;
    width: 26px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}
.notifications-sec-title.email-sec-title:before {
    background-image: url('activity-icon-message.png');
	height: 18px;
    width: 28px;
}
.notifications-sec-box li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}
.notifications-sec-box li span {
    display: inline-flex;
    align-items: center;
    color: #2286c6;
    font-weight: 500;
}
.notifications-sec-box li span:before{
    content: '';
    height: 20px;
    width: 20px;
    display: inline-flex;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}
.icon-style-edit:before {
    background-image: url('icon-style-edit.png');
}
.icon-style-like:before {
    background-image: url('icon-style-like.png');
}
.icon-style-message:before {
    background-image: url('icon-style-message.png');
    height: 15px !important;
}
.icon-style-user-edit:before {
    background-image: url('icon-style-user-edit.png');
}
.icon-style-user:before {
    background-image: url('icon-style-user.png');
    width: 24px !important;
}
.icon-style-notification:before {
    background-image: url('icon-style-notification.png');
}
.notifications-sec-wrapper {
    padding: 0 25px;
}
.notifications-sec-wrap {
    padding: 10px 0;
}
.form-element .flexdatalist-multiple {
    padding: 0 10px;
}
.form-element .flexdatalist-multiple .value {
    background: #0d90e3;
    color: #fff;
    border-radius: 8px;
    padding-right: 20px;
    margin: 10px 5px;
}
.form-element .flexdatalist-multiple .value .fdl-remove {
    line-height: 10px;
    padding-bottom: 12px;
    color: #fff;
    opacity: 1;
}
.flexdatalist-results {
    border-radius: 5px !important;
    max-width: 300px;
    border: 1px solid #26a8ff;
}
.flexdatalist-results li {
    border-bottom: none !important;
    font-size: 20px !important;
    color: #2294d5 !important;
}
.flexdatalist-results li:hover {
    color: #ffffff !important;
    background: #2294d5 !important;
}
.standalone-container .ql-editor {
    padding: 0;
}
.standalone-container .ql-editor strong {
    font-weight: bold;
}
.standalone-container .ql-editor em {
    font-style: italic;
    font-weight: unset;
}
.standalone-container .ql-tooltip {
	margin-left: 130px;
    font-size: 14px;
    width: unset !important;
    display: flex;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.style-modal.active {
    display: block;
}
.style-modal {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    text-align: center;
    background: rgb(57 57 57 / 40%);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9;
}
.style-modal-inner {
    width: 650px;
    border-radius: 25px;
    border: 3px solid #228EC6;
    text-align: left;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
}
.close-popup {
    position: absolute;
    right: 15px;
    top: 7px;
    font-weight: 700;
    font-size: 22px;
}
.style-modal-body p {
    color: #228EC6;
    font-size: 20px;
    margin-bottom: 5px;
	font-weight: bold;
}
.style-modal-body p a{
	text-decoration: underline;
}
.style-modal-title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px !important;
}
.style-modal-body .default-button {
    background: #227EC6;
    border-radius: 20px;
    text-transform: capitalize;
    padding: 10px 20px;
    box-shadow: none;
    margin: 20px auto 0;
    display: block;
    max-width: 165px;
    text-align: center;
}
.modal-list {
    position: relative;
    padding-left: 25px;
}
.modal-list:before {
    left: 4px;
    top: 4px;
	width: 6px;
    height: 13px;
    border: solid #22c64d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    display: block;
    position: absolute;
}



@media screen and (max-width: 480px) {
.notifications-sec-wrapper {
    padding: 0;
}
.notifications-sec-box {
    padding: 10px;
}
.notifications-sec-box li {
    flex-wrap: wrap;
    flex-direction: column;
}
.notifications-sec-box li span {
    font-size: 14px;
}
.notifications-sec-box li span:before {
    height: 17px;
    width: 17px;
}
.notifications-sec-box li span:before {
    margin-right: 5px;
}
.mycheckbox input[type="checkbox"] + span {
    margin-top: 10px;
}
.icon-style-message:before {
    height: 13px !important;
}
}
.required-field-error{
	border: 2px solid #ff0000 !important;
	background-color: #ffcaca !important;
}
#show_instructions_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
#show_instructions_img .close {
    font-size: 0;
    position: relative;

  
}
#show_instructions_img .close:after{
    content: '×';
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    font-size: 16px;
    background: red;
    padding: 3px 4px 5px 5px;
    border-radius: 100%;
    line-height: 8px;
    cursor: pointer;
}
.product-edit-extra .close span {
	border: 1px solid red;
    border-radius: 15px;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: red;
	cursor: pointer;
}
#show_instructions_img .close img {
    max-width: 100%;
    pointer-events: none;
}
#show_instructions_img span img, .product-edit-extra-container li .close img{
	width: 221px;
    height: 221px;
    margin-left: 20px;
    display: inline-block;
    border: 1px solid #4394cb;
    border-radius: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top;
    margin-bottom: 20px;
    position: relative;
	margin-top: 8px;
}
#license-nav { 
	position: relative;
	color: #2286c6;
    background: #ffffff;
    border: 0px;
    padding: 7px 3px 7px 10px;
    width: 251px;
    font-size: 16pt;
    border-radius: 20px;
	height: 41px;
	z-index: 999;
	margin-top: 11px;
	text-align: left;
 } 
 #license-nav a { 
    position: relative;
	color: #2286c6;
	font-family: 'Calibri', sans-serif;

 }
 #license-nav ul li a:hover {
	background-color: #0D90E3;
	color: #fff;
 }
 #license-nav .license-dropdown-toggle { 
	display: inline-block;
    max-width: 225px;
    overflow: hidden;
    max-height: 29px;
	word-break: break-word;
	width: 225px;
 }

 .license-dropdown{
	display:none;
	background: #fff;
    width: max-content;
    text-align: left;
	width: 370px;
	padding: 5px 0px;
	border: 2px solid #0d90e3;
    margin-top: 4px;
	/*height: 461px;*/
    overflow-x: hidden;
  }
 /* .license-dropdown-top{
	position: absolute;
    top: unset;
    bottom: 40px;

  }*/
  .license-dropdown-top{
    bottom: 40px;
  }
  .license-dropdown-toggle { 
	padding: 0;
    background: #fff;
  }
  ul.dropdown { 
	display: none; 
	position: absolute; 
	top: 100%;
    margin-top: 5px;
    padding: 5px 5px 0 0;
    background: #fff; 
 }
ul.license-dropdown li {
	padding: 2px 0px;
	 list-style-type: none;
 }
ul.license-dropdown li a {
 text-decoration: none;
 padding: 0em 1em;
 display: block;
 }
 #license_image_hover img{
	padding:20px;
 }
 #product_featured_wrapper .product_featured_text_editor{
    width: 100%;
    height: 150px;
    background-color: #fff;
 }
 #product_featured_wrapper h4{
	float: left;
 }
 #product_featured_wrapper .product_featured_font_style{
	float: right;
    margin-bottom: 20px;
 }
 #product_featured_wrapper .product_featured_font_style select{
    padding: 0;
    border: none;
    border-radius: unset;
    color: #000;
    box-shadow: 0px 0px 0px 1px #000;
    width: auto;
 }
 .arrow-drop-down {
	border: solid #2286c6;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
  }
  .down-drop-down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	float: right;
    margin-top: 7px;
	margin-right: 3px;
  }
  .description-text{
	text-align: left;
    font-size: 18px !important;
  }
  .product-main-list-holder-user{
	box-shadow: 0px 0px 0px 1px #a9b7c4 inset;
    border-radius: 0px 0px 10px 10px;
  }
  .product-main-list-holder-user .tabs-title{
	margin-left: 16px;
	margin-top: 30px;  
  }
  .product-main-list-holder-user .filters{
	padding-right: 20px;
	margin-top: 30px;  
  }
.parts-need-box li{
	display: flex;
	align-items: center;
}
.parts-need-box li .left-side-box{
	width: 100%;
    max-width: 100px;
    margin-right: 15px;
}
.parts-need-box li .extra-data-box{
	width: 100%;
    margin-top: 0;
}
.custom-update-ta{
    width: calc(100% - 80px) !important;
    height: 87px;
    resize: none !important;
    border-radius: 10px;
    padding: 10px 15px;
    margin-right: 20px;
}
.commnet-edit, .commnet-delete {
    cursor: pointer;
}
.more-details-list-icon{
    display: flex;
    align-items: center;
}
.more-details-list-icon img{
    margin-right: 15px;
}
.mt-custom-container {
    max-width: 999px;
    margin: 0 auto;
}
.content-data-post-text.content-data-content ol {
    list-style: decimal inside;
}
.data-info img{
	max-width: 100%;
}
.errorMsg {
    color: red;
}
.adjest-error {
    position: relative;
}
.adjest-error .errorMsg{
    position:  absolute;
    bottom: -20px;
}
.content-data-post-text.content-data-content h1 {
    font-size: 36pt;
    margin-bottom: 10px;
}
.content-data-post-text.content-data-content h2{
	color: #000;
	/*text-align: inherit;*/
	margin-bottom: 10px;
}
.content-data-post-text.content-data-content h3{
	font-size: 28pt;
	margin-bottom: 10px;
}
.content-data-post-text.content-data-content h4{
	font-size: 24pt;
	margin-bottom: 10px;
}
.content-data-post-text.content-data-content h5{
	font-size: 20pt;
	margin-bottom: 10px;
}
.content-data-post-text.content-data-content h6{
	font-size: 18pt;
	margin-bottom: 10px;
}
.content-data-post-text.content-data-content p{
	margin-bottom: 10px;
}
.content-data-post-text.content-data-content ul {
    list-style: disc outside;
    margin-left: 17px;
    margin-bottom: 10px;
}
.content-data-post-text.content-data-content ul li{
	margin-bottom: 5px;
}
.content-data-post-text strong > em,
.content-data-post-text strong {
	font-weight: 600;
}
.content-data-post-text em, 
.desc-text em,  
.build-instruction-text em{
	font-style: italic;
} 
.content-data-post-text a{
	color: #2976a4 !important;
} 
.content-data-post-text span{
	color: #000 !important;
} 
.content-data-post-text h2{
	text-align: inherit;
}
.ql-align-center{
	text-align: center !important;
}
.search-list-count{
	width: max-content;
}
.search-list-count p{
	text-align: left !important;
}
.desc-text strong > em, .desc-text strong, .build-instruction-text strong > em, .build-instruction-text strong{
	font-weight: 600;
}
.desc-text h2, .build-instruction-text h2{
    text-align: inherit;
    margin-bottom: 10px;
    font-size: 19px !important;
}
.ql-editor h2 {
    text-align: inherit;
}
.ql-editor strong, .ql-editor p, .ql-editor code, .ql-editor span, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6, .ql-editor em, .ql-snow a strong, .desc-text a strong, .build-instruction-text a strong, .ql-snow a, .desc-text a, .build-instruction-text a, .desc-text strong, .desc-text p,.desc-text h1, .desc-text h2, .desc-text h3, .desc-text h4, .desc-text h5, .desc-text h6, .desc-text em, .desc-text code, .desc-text span, .build-instruction-text span, .build-instruction-text code, .build-instruction-text strong, .build-instruction-text p, .build-instruction-text h1, .build-instruction-text h2, .build-instruction-text h3, .build-instruction-text h4, .build-instruction-text h5, .build-instruction-text h6, .build-instruction-text em{
    background: transparent !important;
}
.ql-video{
    width: 100%;
    height: 350px;
}
.form-error{
	color: red;
	white-space: pre-line;
}
.profile-setting .follow-button {
    top: -65px !important;
    left: 100px !important;
}
.profile-setting .unfollow-dropdown {
    top: -66px;
    right: 6px !important;
}
.profile-setting .unfollow-dropdown:hover ul{
    right: 0;
}
.profile-setting .profile-header-stats {
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-setting .rating_box{
	margin-right: 5px !important;
}
.upload-print input[type="file"]{
	visibility: hidden;
	height: 0;
	width: 0;
}
.hide_slider {
    cursor: pointer;
    padding: 2px 10px;
    background: #017ec0;
    color: #ffffff;
    position: absolute;
    left: 623px;
    bottom: 388px;
    z-index: 99;
    font-size: 14px;
    border-radius: 30px;

}
.comment-data{
	position: relative;
}

.gallery .uf-names .remove-uploadfiles {
    height: 24px;
}
.gallery .uf-names .remove-uploadfiles span{
    height: max-content;
    transform: rotate(45deg);
}
.comment_img{
	height: auto;
	width: 100px;
}
.gallery .uf-names {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.gallery{
	background-color: #E5F3FD;
    border-radius: 26px;
	margin: 20px auto 0;
    width: 100%;
}
.gallery img {
    padding: 5px;
    width: 120px;
    object-fit: cover;
    height: 90px;
    vertical-align: middle;
}

.mkt-comment-outer{
   position: relative;
}
.mkt-comment-loader {
    width: 150px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    object-fit: contain;
}
form i {
    margin-left: -30px;
    cursor: pointer;
    color: #2286c6;
}
#change-password-wrapper ul.blocked-user-info li { display:flex; flex-wrap:wrap; align-items:flex-start; }
#change-password-wrapper ul.blocked-user-info li .user-image-sec { margin-right:8px; }
#change-password-wrapper ul.blocked-user-info li .user-name-sec { flex:1; }
#change-password-wrapper ul.blocked-user-info li .user-name-col { font-size:14px; line-height:normal; text-transform:capitalize; }
#change-password-wrapper ul.blocked-user-info li a { font-size:11px; text-decoration:underline; }
#change-password-wrapper ul.blocked-user-info li a:hover { text-decoration:none; }