﻿body {
	background: url('../../photo/image/back.png') repeat;
	font: normal 14px Tahoma;
	color: #737779;
}
header {
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.image-responsive {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	display: block;
	margin: 0 auto;
	max-width: 300px;
}
.container {
	margin: 20px auto;
	max-width: 1200px;
	background: #fff;
}
/*.general {
    max-width: 1200px;
	width: 100%;
}*/
#main * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.fl-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fl-column {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.fl-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.fl-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.fl-center {
	-webkit-justify-content: center;
	justify-content: center;
}
.fl-ai-center {
	-webkit-align-items: center;
	align-items: center;
}
.fl-m5 {
	margin-left: -5px;
	margin-right: -5px;
}
.fl-m5 > * {
	padding-left: 5px;
	padding-right: 5px;
}
.fl-m10 {
	margin-left: -10px;
	margin-right: -10px;
}
.fl-m10 > * {
	padding-left: 10px;
	padding-right: 10px;
}
.fl-m15 {
	margin-left: -15px;
	margin-right: -15px;
}
.fl-m15 > * {
	padding-left: 15px;
	padding-right: 15px;
}

ul {
    list-style: none;
    padding: 0;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 13px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    user-select: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #1e91cf;
    border-color: #1978ab;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1872a2;
    border-color: #115376;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #1872a2;
    border-color: #092a3c;
}
.btn-danger {
    color: #fff;
    background-color: #f56b6b;
    border-color: #f24545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #f23b3b;
    border-color: #ea1010;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #f23b3b;
    border-color: #ac0c0c;
}
.btn-success {
    color: #fff;
    background-color: #8fbb6c;
    border-color: #7aae50;
}
.btn-success:hover {
    color: #fff;
    background-color: #75a74d;
    border-color: #5c843d;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #75a74d;
    border-color: #3d5728;
}
.btn-warning {
    color: #fff;
    background-color: #f38733;
    border-color: #ef710e;
}
.btn-warning:hover {
    color: #fff;
    background-color: #e66c0e;
    border-color: #b5550b;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #e66c0e;
    border-color: #773807;
}
label input[type="file"] {
    display: none;
}
.preloader {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.preloader .items-loader-wrap {
    position: relative;
    z-index: 20;
}
.preloader .icon-load {
    display: block;
    text-align: center;
    font-size: 45px;
    color: #555;
    margin-bottom: 20px;
}
.preloader .text-load {
    font-size: 16px;
    color: #4d4d4d;
}
.preloader.loading {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.uploader-container {
    width: 100%;
    position: relative;
}
.uploader-container .drop-zone {
    width: 100%;
    height: 220px;
    position: relative;
    border: 4px dashed #eee;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 20 !important;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4Ni4zIDQ4Ni4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0ODYuMyA0ODYuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNTZweCIgaGVpZ2h0PSIyNTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTM5NS41LDEzNS44Yy01LjItMzAuOS0yMC41LTU5LjEtNDMuOS04MC41Yy0yNi0yMy44LTU5LjgtMzYuOS05NS0zNi45Yy0yNy4yLDAtNTMuNyw3LjgtNzYuNCwyMi41ICAgIGMtMTguOSwxMi4yLTM0LjYsMjguNy00NS43LDQ4LjFjLTQuOC0wLjktOS44LTEuNC0xNC44LTEuNGMtNDIuNSwwLTc3LjEsMzQuNi03Ny4xLDc3LjFjMCw1LjUsMC42LDEwLjgsMS42LDE2ICAgIEMxNi43LDIwMC43LDAsMjMyLjksMCwyNjcuMmMwLDI3LjcsMTAuMyw1NC42LDI5LjEsNzUuOWMxOS4zLDIxLjgsNDQuOCwzNC43LDcyLDM2LjJjMC4zLDAsMC41LDAsMC44LDBoODYgICAgYzcuNSwwLDEzLjUtNiwxMy41LTEzLjVzLTYtMTMuNS0xMy41LTEzLjVoLTg1LjZDNjEuNCwzNDkuOCwyNywzMTAuOSwyNywyNjcuMWMwLTI4LjMsMTUuMi01NC43LDM5LjctNjkgICAgYzUuNy0zLjMsOC4xLTEwLjIsNS45LTE2LjRjLTItNS40LTMtMTEuMS0zLTE3LjJjMC0yNy42LDIyLjUtNTAuMSw1MC4xLTUwLjFjNS45LDAsMTEuNywxLDE3LjEsM2M2LjYsMi40LDEzLjktMC42LDE2LjktNi45ICAgIGMxOC43LTM5LjcsNTkuMS02NS4zLDEwMy02NS4zYzU5LDAsMTA3LjcsNDQuMiwxMTMuMywxMDIuOGMwLjYsNi4xLDUuMiwxMSwxMS4yLDEyYzQ0LjUsNy42LDc4LjEsNDguNyw3OC4xLDk1LjYgICAgYzAsNDkuNy0zOS4xLDkyLjktODcuMyw5Ni42aC03My43Yy03LjUsMC0xMy41LDYtMTMuNSwxMy41czYsMTMuNSwxMy41LDEzLjVoNzQuMmMwLjMsMCwwLjYsMCwxLDBjMzAuNS0yLjIsNTktMTYuMiw4MC4yLTM5LjYgICAgYzIxLjEtMjMuMiwzMi42LTUzLDMyLjYtODRDNDg2LjIsMTk5LjUsNDQ3LjksMTQ5LjYsMzk1LjUsMTM1Ljh6IiBmaWxsPSIjYmJiYmJiIi8+CgkJPHBhdGggZD0iTTMyNC4yLDI4MGM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMWwtNzEuNS03MS41Yy0yLjUtMi41LTYtNC05LjUtNHMtNywxLjQtOS41LDRsLTcxLjUsNzEuNWMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjEgICAgYzIuNiwyLjYsNi4xLDQsOS41LDRzNi45LTEuMyw5LjUtNGw0OC41LTQ4LjV2MjIyLjljMCw3LjUsNiwxMy41LDEzLjUsMTMuNXMxMy41LTYsMTMuNS0xMy41VjIzMS41bDQ4LjUsNDguNSAgICBDMzEwLjQsMjg1LjMsMzE4LjksMjg1LjMsMzI0LjIsMjgweiIgZmlsbD0iI2JiYmJiYiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
    background-position: center 10px;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    transition: border 0.2s, background-position 0.3s;
}
.uploader-container .pc-upload {
	margin: auto 0 10px;
}
.uploader-container .drop-zone div {
    transition: opacity 0.2s;
}
.uploader-container .drop-zone.active {
    border: 4px dashed #bbb;
    z-index: 999 !important;
    background-position: center center;
}
.uploader-container .drop-zone.active div {
    opacity: 0;
}
.uploader-container .upload-trigger {
    cursor: pointer;
}
.mass-change-container {
    margin-top: 10px;
    border-radius: 4px;
    background-color: #ece9e1;
    border-radius: 4px;
    padding: 10px;
}
.mass-change-container .heading {
	width: 100%;
	margin-bottom: 10px;
	color: #000;
	font-size: 16px;
	text-align: center;
}
.mass-change-container .wrapper {
	margin-top: -1px;
	border: 1px solid #ccc;
}
.mass-change_action {
	width: 20%;
	padding: 10px;
	white-space: nowrap;
}
.mass-change_action + .mass-change_action {
	border-left: 1px solid #ccc;
}
.mass-change_action.in-format {
	border-top: 1px solid #ccc;
}
.mass-change_action select {
   width: 100%;
}
.mass-change_action .count {
	margin-left: 5px;
}
.mass-change_controls {
	margin: 10px 0;
}
.controls_selected-count {
	font-size: 16px;
	color: #000;
}
.controls_button-box .btn {
	margin: 2px;
}
.count {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.count input {
    width: 40px;
    text-align: center;
}
.count .btn {
	padding: 0;
	height: 24px;
	line-height: 22px;
	width: 24px;
}
.count .btn:first-child {
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.count .btn:last-child {
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.items-container {
    margin-top: 15px;
}
.item-wrapper {
	overflow: hidden;
	margin-bottom: 25px;
}
.item .quality {
	text-align: center;
	font-weight: 700;
}
.item .quality.good {
	color: green;
}
.item .quality.normal {
	color: orange;
}
.item .quality.bad {
	color: red;
}
.item .item-controls {
	margin: 10px 0;
}
.item .item-controls .btn {
	margin: 0 2px;
}
.items-container .item {
	display: flex;
	flex-direction: column;
    padding: 10px;
	height: 100%;
    border: 1px solid #eee;
    transition: border 0.2s, background-color 0.2s;
}
.items-container .item.selected {
	background-color: #f3fff3;
	border: 1px solid #dfebd5;
}
.items-container .item.updated {
    background-color: #f3fff3;
}
.items-container .item-actions {
	margin: 0;
}
.items-container .item .action-group {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
    padding: 5px 10px;
	border-top: 1px solid #eee;
}
.items-container .item .action-group input {
	margin: 0;
}
.items-container .item .action-group a {
	text-decoration: none;
	border-bottom: 1px dashed transparent;
}
.items-container .item .action-group a:hover {
	border-color: #38B0E3;
}
.items-container .item .action-group .far {
	margin-right: 2px;
}
.items-container .item .action-group.opt-count {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.items-container .item .price {
    margin-top: 10px;
	text-align: center;
}
.item-wrap {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
    align-items: center;
	margin: auto 0;
    padding: 20px 0;
    cursor: pointer;
}
.item-wrap .item-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /*border: 1px solid #bbb;*/
	max-width: 100%;
	/*background: #eee;*/
}
.item-wrap img {
    display: block;
    position: relative;
    z-index: 2;
	max-width: 100%;
}
.item-wrap .mask {
    position: absolute;
    z-index: 5;
    border: 1px solid #5c843d;
	background: rgba(92, 132, 61, 0.2);
}
.item-wrap .mask:before {
    content: "";
    display: block;
    position: absolute;
    top: -150px;
    left: -150px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: transparent;
    border: 150px solid rgba(255, 255, 255, 0.5);
}
.item-details {
	margin: auto 0 10px;
	word-wrap: break-word;
}
.item-actions select {
	width: 100%;
}
#image-page {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.loaded-image-big {
    max-width: 100%;
    max-height: 100%;
}
.summary-container {
	margin: 0 0 20px;
}
.summary-container table {
	width: 100%;
	border: 1px solid #ddd;
	border-top: none;
	border-collapse: collapse;
}
.summary-container table tr {
	border-top: 1px solid #ddd
}
.summary-container table td {
	padding: 5px;
	vertical-align: middle;
}
.summary-container table td + td {
	border-left: 1px solid #ddd
}
.summary-container .title {
	text-align: right
}
.summary-container .value {
	white-space: nowrap;
	width: 1%;
	font-weight: 700;
	color: #000;
}
.summary-container .confirm-wrapper {
	text-align: right;
}
.loaded {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
}
.loaded .items-container-wrap,
.loaded .article-container-wrap {
    position: relative;
    z-index: 20;
    width: 480px;
    margin: 20px auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px 0 10px 0;
    border-radius: 4px 4px 0 0;
}
.loaded .article-container-wrap {
    width: 60%;
}
.loaded .article-container {
    padding: 15px 15px 0 15px;
}
.loaded .items-container {
    padding: 15px 15px 0 15px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.loaded .items-container.load {
    min-height: 100px;
}
.loaded .items-container.load:before {
    content: "Загрузка..";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 100px;
}
.loaded .social-item {
    position: relative;
    display: table;
    width: calc(440px / 3);
    height: calc(440px / 3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    overflow: hidden;
    font-size: 20px;
}
.loaded .social-item:nth-child(3n + 1) {
    margin-left: 0;
}
.loaded .social-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loaded .social-item .icon-load {
    color: #bbb;
    z-index: -1;
}
.loaded .social-item .icon-selected {
    z-index: 2;
    opacity: 0;
    color: #65d644;
}
.loaded .social-item.selected .icon-selected {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}
.loaded .social-album {
    width: 100%;
    margin-bottom: 5px;
    background-color: #f5f5f5;
}
.loaded .social-album .social-album_header {
    position: relative;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    word-wrap: break-word;
    background-color: #e2e2e2;
    cursor: pointer;
}
.loaded .social-album .social-album_header .icon-closed {
    display: inline-block;
}
.loaded .social-album .social-album_header .icon-open {
    display: none;
}
.loaded .social-album .social-album_header .album-loader {
    position: absolute;
    right: 10px;
    line-height: 35px;
    opacity: 0;
    transition: opacity 0.3s;
}
.loaded .social-album.open .icon-open {
    display: inline-block;
}
.loaded .social-album.open .icon-closed {
    display: none;
}
.loaded .social-album.load .album-loader {
    opacity: 1;
}
.loaded .social-album .social-album_content {
    position: relative;
    z-index: 5;
    padding: 0 5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    transition: height 0.2s;
}
.loaded .social-album .social-album_content .social-item {
    width: calc(430px / 3);
    height: calc(430px / 3);
}
.loaded .social-album.open .social-album_content {
    height: auto;
    transition: height 0.2s;
}
.loaded .social-item_load-more {
    width: 100%;
    margin-bottom: 5px;
}
.loaded .social-item_load-more .load-more {
    display: block;
    margin: 0 auto;
}
.loaded .loaded-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
}
.loaded .loaded-nav .loaded-title {
    float: left;
}
.loaded .loaded-nav .loaded-buttons {
    float: right;
}
.uploader-error {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}
.uploader-error .uploader-error_message {
    width: 100%;
    height: 40px;
    background-color: #e41818;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
}
.uploader-error .message-text {
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}
.uploader-error .remove-message {
    float: right;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 0;
    color: #fff;
}
.unset {
    display: none;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0;
    padding: 0;
    overflow: hidden;
}

/*xs*/
.hidden {
	display: none !important;
}
.xs-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xs-1 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
.xs-2 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.xs-3 {
	-webkit-flex-basis: 33.333333%;
	flex-basis: 33.333333%;
}
.xs-33 {
	-webkit-flex-basis: 66.666666%;
	flex-basis: 66.666666%;
}
.xs-4 {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}
.xs-5 {
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
}
.xs-6 {
	-webkit-flex-basis: 16.666666%;
	flex-basis: 16.666666%;
}
.xs-55 {
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
}
.xs-555 {
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
}
/*sm*/
@media (min-width: 576px) {
.sm-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sm-nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.sm-stop-nowrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sm-auto {
	-webkit-flex-basis: auto;
	flex-basis: auto;
}
.sm-1 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
.sm-2 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.sm-3 {
	-webkit-flex-basis: 33.333333%;
	flex-basis: 33.333333%;
}
.sm-33 {
	-webkit-flex-basis: 66.666666%;
	flex-basis: 66.666666%;
}
.sm-4 {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}
.sm-5 {
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
}
.sm-6 {
	-webkit-flex-basis: 16.666666%;
	flex-basis: 16.666666%;
}
.sm-55 {
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
}
.sm-555 {
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
}
}
/*md*/
@media (min-width: 768px) {
.md-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.md-nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.md-stop-nowrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.md-auto {
	-webkit-flex-basis: auto;
	flex-basis: auto;
}
.md-hide {
    display: none !important;
}
.md-1 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
.md-2 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.md-3 {
	-webkit-flex-basis: 33.333333%;
	flex-basis: 33.333333%;
}
.md-33 {
	-webkit-flex-basis: 66.666666%;
	flex-basis: 66.666666%;
}
.md-4 {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}
.md-5 {
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
}
.md-6 {
	-webkit-flex-basis: 16.666666%;
	flex-basis: 16.666666%;
}
.md-55 {
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
}
.md-555 {
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
}
}
/*lg*/
@media (min-width: 992px) {
.lg-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lg-nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.lg-stop-nowrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lg-auto {
	-webkit-flex-basis: auto;
	flex-basis: auto;
}
.lg-1 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
.lg-2 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.lg-3 {
	-webkit-flex-basis: 33.333333%;
	flex-basis: 33.333333%;
}
.lg-33 {
	-webkit-flex-basis: 66.666666%;
	flex-basis: 66.666666%;
}
.lg-4 {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}
.lg-5 {
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
}
.lg-6 {
	-webkit-flex-basis: 16.666666%;
	flex-basis: 16.666666%;
}
.lg-55 {
	-webkit-flex-basis: 40%;
	flex-basis: 40%;
}
.lg-555 {
	-webkit-flex-basis: 60%;
	flex-basis: 60%;
}
}
/*xl*/
@media (min-width: 1110px) {
.xl-hidden {
	display: none;
}
.xl-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xl-nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.xl-stop-nowrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.xl-auto {
	-webkit-flex-basis: auto;
	flex-basis: auto;
}
.xl-1 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
}
.xl-2 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
}
.xl-3 {
	-webkit-flex-basis: 33.333333%;
	flex-basis: 33.333333%;
}
.xl-4 {
	-webkit-flex-basis: 25%;
	flex-basis: 25%;
}
.xl-5 {
	-webkit-flex-basis: 20%;
	flex-basis: 20%;
}
.xl-6 {
	-webkit-flex-basis: 16.666666%;
	flex-basis: 16.666666%;
}
}
@media (max-width:575px) {
.xs-hidden {
	display: none;
}
.items-container {
    margin-left: -5px;
	margin-right: -5px;
}
.item-wrapper {
	padding: 0 5px;
}

.items-container .item {
	padding: 10px 5px;
	font-size: 12px;
}
.items-container .item-actions {
    margin-left: -5px;
	margin-right: -5px;
}
.item .action-group {
	padding: 5px !important;
}
.action-group.opt-count,
.action-group.opt-select {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.action-group.opt-select .action {
	margin-top: 3px;
	width: 100%;
}
.action-group.opt-count {
	-webkit-justify-content: center!important;
	justify-content: center !important;
}
.action-group.opt-count .title {
	margin-bottom: 3px;
	width: 100%;
}
.action-group .title a {
	white-space: nowrap;
	letter-spacing: -0.03em;
	
}
.action-group .title .far {
	display: none;
}
.loaded .article-container-wrap {
    width: 90%;
}
#ajaxheadproducts {
	display: none !important;
	
}
body #cart {
    position: relative;
    min-width: 300px;
    max-width: 340px;
    height: auto !important;
	max-height: 100% !important;
}
body #cart .carousel {
	display: none;
}
body #cart .ajaxtable .name {
	display: none;
}
body #cart #ajaxcheckout {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
}
body #cart table {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}
body #cart table td {
	width: auto !important;
	vertical-align: middle;
}
#gotoshopping {
	margin: 5px 0 !important;
}
#colorbox {
	max-height: 95% !important;
	max-width: 95% !important;
}
}
@media (max-width:767px) {
.sm-hidden {
	display: none !important;
}
}
@media (max-width:991px) {
.md-hidden {
	display: none !important;
}
}
@media (max-width:1109px) {
.lg-hidden {
	display: none !important;
}
}
@media (max-width:1230px) {
.container {
	margin-left: 15px;
	margin-right: 15px;
}
}