

/* Start:/local/templates/markwear/js/jquery.fancybox.css?177003385717390*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* End */


/* Start:/local/templates/markwear/js/owl.carousel.min.css?17700338573184*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/markwear/js/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/markwear/template_styles.css?177003385723930*/
body, html {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}

a {
	color: #000;
	text-decoration: none;
}

*, *:before, *:after {
	box-sizing: border-box;
	outline: none;
}

h1, h2, h3 {
	margin: 1em 0 .5em;
}

h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
}
h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	color: #000000;
}

.sections {
	margin: -20px;
}
.section {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	padding: 20px;
	text-align: center;
}
.section-pic {
	display: block;
	padding-top: 100%;
	margin: 0 0 10px 0;
	background: whitesmoke no-repeat center center;
	background-blend-mode: multiply;
	background-size: contain;
}
.section-title {
	font-size: 20px;
	line-height: 32px;
	display: block;
	letter-spacing: 0.003em;
	text-transform: uppercase;
	color: #000000;
}
.section-sub {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	display: block;
	text-align: center;
	letter-spacing: -0.006em;
	color: #808080;
}

.wrap {
	max-width: 1200px;
	margin: 40px auto;
}
.item {
	display: block;
}
.item-left {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.item-center {
	width: 60%;
	/*background: whitesmoke;*/
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.item-right {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	overflow-x: hidden;
	height: auto;
}

/*.item-right:hover{
overflow: auto;
}*/

.item-color {
	cursor: pointer;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0 12px 12px 0;
	border-radius: 50%;
	background: no-repeat center center ;
	background-size: cover;
	position: relative;
	vertical-align: top;
	line-height: 0;
}
.item-color[data-label]:hover:after {
	position: absolute;
	content: attr(data-label);
	white-space: nowrap;
	z-index: 10;
	top: 100%;
	left: 50%;
	transform: translate3d(-50%, 5px, 0);
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
	border-radius: 3px;
	padding: 5px 10px;
	background: #fff;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	display: block;
}
.item-color--delete {
	display: none;
}
.item-color--delete span {
	position: relative;
	width: 24px;
	height: 24px;
	display: block;
	overflow: hidden;
}
.item-color--delete span:before, .item-color--delete span:after {
	display: block;
	content: "";
	width: 2px;
	height: 20px;
	background: #ccc;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.item-color--delete span:after {
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.item-color:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	transform: translate3d(-50%, -50%, 0);
	border: solid 2px #fff;
	border-radius: 50%;
}
.item-color:hover:before {
	border: solid 2px #f3f3f3;
}
.item-color.active:before {
	border: solid 2px #18A0FB;
}
[data-block] {
	display: none;
}
[data-block].active {
	display: block;
}

.item-add {
	background: #F0F0F0;
	color: rgba(0,0,0,.4);
	font-size: 16px;
	line-height: 24px;
	padding: 8px 24px;
	text-align: center;
	margin: 24px 0 20px 0;
	cursor: pointer;
	transition: .3s all;
}
.item-add:hover {
	background: #ddd;
	color: rgba(0,0,0,.8);
}



.item-left-section-title {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	display: block;
	/*margin: 0 0 8px 0;*/
	padding: 4px 8px;
	margin: 0 -8px;
	color: #808080;
}
.item-left-section--l0 {
	/*margin: 0 0 32px 0;*/
}
.item-left-section--l1 {
	/*margin: 0 0 8px 0;*/
}
.item-left-section--l2 {
	/*margin: 0 0 8px 20px;*/
}

.links--l1 {
	margin-left: 16px;
}
.links--l2 {
	margin-left: 16px;
}

.link {
	position: relative;
	border-radius: 2px;
	font-size: 14px;
	line-height: 28px;
	padding: 8px 8px 7px 8px;
	border: none;
	/*width: 100%;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0 -8px;
	cursor: pointer;
	display: block;
	white-space: nowrap;
	padding-right: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #F0F0F0;
}
.link:hover {
	background: #f6f6f6;
}
.link:last-child {
	border-bottom: 0;
}
.link.active {
	background: #F0F0F0;
}
.link.required-zone, .required-tultip, .span-left-block-required {
	color: red;
}
[data-left-block-required]:hover .span-left-block-tiltip{
	display: block;
}
.span-left-block-tiltip{
	display: none;
	position: absolute;
	top: -5px;
	color: red;
	right: 15px;
}
.span-left-block-required{
	padding-left: 5px
}
.link-attrs {
	position: absolute;
	display: block;
	right: 8px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}
.link-attrs > span {
	vertical-align: middle;
	display: none;
	width: 24px;
	height: 24px;
	background: transparent;
}
.link-attrs > span.active {
	display: inline-block;
}

span[data-block-dot] {
	margin: 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}
span[data-block-image] {
	background: transparent no-repeat url('/local/templates/markwear/images/icon-image.svg') center center;
}
span[data-block-text] {
	background: transparent no-repeat url('/local/templates/markwear/images/icon-text.svg') center center;
}

.item-photo {
	max-width: 100%;
	/*padding: 0 20px;*/
	padding: 0;
	line-height: 0;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
.item-base {
	width: 100%;
	line-height: 0;
	display: inline-block;
	margin: 0 auto;
}
.item-base img {
	max-width: 100%;
	max-height: 2000px;
}
.item-overlays {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: no-repeat center center;
	background-size: contain;
	z-index: 30;
}
.item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: dashed 1px rgba(255,255,255,0);
}
.item-overlay.active {
	z-index: 2;
	border: dashed 1px rgba(200,200,200,.75);
}
.item-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: no-repeat center center;
	background-size: contain;
	z-index: 20;
	/*filter: hue-rotate(90deg) contrast(3) brightness(1);*/
	opacity: 1;
	/*filter: drop-shadow(0 0 20px green);*/
	/*mix-blend-mode: overlay;*/
}
.item-hover.active {
	display: block;
}
.item-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: no-repeat center center;
	background-size: contain;
}
.item-layer.active {
	/*z-index: 10;*/
}
.item-param {
	padding: 0 0 12px 0;
	margin: 0 0 24px 0;
	border-bottom: solid 1px rgba(0,0,0,.1);
	position: relative;
}
.item-param-title {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	display: block;
	color: #000000;
	margin: 0 0 16px 0;
}
.item-param-reset {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	padding-right: 32px;
	color: #000;
	opacity: .3;
	background: no-repeat url('/local/templates/markwear/images/icon-reset.svg') right center;
	cursor: pointer;
	transition: .2s all;
	display: none;
}
.item-param-reset.active {
	display: block;
}
.item-param-reset:hover {
	opacity: 1;
}

.images-tiles {
	margin: -8px;
}
.images-tile {
	width: 25%;
	padding: 8px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.images-pic {
	width: auto;
	display: block;
	padding: 16px;
	background: #F5F5F5 no-repeat center center;
	transition: .3s background-color;
}
.images-tile:hover .images-pic {
	background-color: #Fafafa;
}
.images-pic span {
	display: block;
	width: auto;
	margin: auto;
	padding-top: 100%;
	background: transparent no-repeat center center;
	background-size: contain;
	/*mix-blend-mode: multiply;*/
}
.images-title {
	display: none;
}
.images {
	width: 100%;
	max-width: 1016px;
	padding: 40px;
	display: none;
	height: 100%;
	max-height: 650px;
}
.images-left {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
	/*position: absolute;*/
	/*top: 120px;*/
	/*left: 40px;*/
	/*right: 75%;*/
	/*bottom: 40px;*/
	/*overflow-x: visible;*/
	/*overflow-y: auto;*/
}
.images-right {
	width: 75%;
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
	/*position: absolute;*/
	/*top: 120px;*/
	/*left: 25%;*/
	/*right: 40px;*/
	/*bottom: 40px;*/
	/*overflow-y: auto;*/
	/*overflow-x: hidden;*/
}
.images-category {
	display: none;
}
.images-category.active {
	display: block;
}
.fancybox-content h2 {
	text-transform: none;
	margin: 0 0 40px 0;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
}
.fancybox-content h3 {
	text-transform: none;
	margin: 32px 0 16px 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
}
.fancybox-content h3:first-child {
	margin-top: 0;
}
.fancybox-slide {
	padding: 16px;
}

.item-images {
}
.item-image {
	cursor: pointer;
	position: absolute;
	background: transparent no-repeat center center;
	background-size: contain;
	display: block;
	border: dashed 1px transparent;
}

.item-text {
	cursor: pointer;
	position: absolute;
	background: transparent no-repeat center center;
	display: block;
	line-height: 1em;
	white-space: nowrap;
}
.item-param-text {
	margin: 16px 0 8px;
	position: relative;
}
.item-param-text-delete {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	line-height: 16px;
	height: 24px;
	color: #000;
	opacity: .3;
	cursor: pointer;
}
.item-param-text-delete:hover {
	opacity: 1;
}
.item-param-text-label {
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	display: block;
	margin: 0 0 8px 0;
	color: #808080;
}
.item-param-text input {
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 2px;
	width: 100%;
	height: 40px;
	padding: 8px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.item-param-text input:focus {
	border: 1px solid #777;
}

.item-param-text-selects {
	display: flex;
	margin: 8px -4px 0 -4px;
}
.item-param-text-select {
	width: 100%;
	margin: 0 4px;
	position: relative;
}
.item-param-text-select:after {
	display: block;
	position: absolute;
	right: 8px;
	top: 4px;
	bottom: 4px;
	width: 16px;
	content: "";
	background: no-repeat url('/local/templates/markwear/images/icon-drop.svg') center center;
	z-index: 2;
	cursor: pointer;
}
.item-param-text-select select {
	background: #F0F0F0;
	padding: 8px;
	width: 100%;
	border: none;
	border-radius: 2px;
	font-size: 16px;
	line-height: 24px;
	display: block;
	align-items: center;
	color: #000000;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}


.item-images.active .item-image {
	/*border: dashed 1px rgba(200, 200, 200, 0.25);*/
}
.item-images.active .item-image:hover {
	/*border: dashed 1px rgba(200, 200, 200, 0.5);*/
}

.ui-resizable-handle {
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	font-size: 0.1px;
	-ms-touch-action: none;
	touch-action: none;
	transition: .3s background-color;
}
.ui-resizable-e, .ui-resizable-w, .ui-resizable-s, .ui-resizable-n {
	background: transparent;
}
.active .ui-resizable-e, .active .ui-resizable-w, .active .ui-resizable-s, .active .ui-resizable-n {
	/*background: rgba(200,200,200,.25);*/
}
.ui-resizable-e {
	cursor: e-resize;
	right: -4px;
	top: 4px;
	bottom: 4px;
	height: auto;
}
.ui-resizable-e:before {
	position: absolute;
	display: block;
	content: "";
	left: 50%;
	top: 0;
	bottom: 0;
	transition: .3s border-color;
	border-left: dashed 1px rgba(200,200,200,0);
}
.active .ui-resizable-e:before {
	border-left: dashed 1px rgba(200,200,200,.25);
}
.active.item-image:hover .ui-resizable-e:before,
.active.item-image.ui-resizable-resizing .ui-resizable-e:before {
	border-left: dashed 1px #18A0FB;
}

.ui-resizable-w {
	cursor: w-resize;
	left: -4px;
	top: 4px;
	bottom: 4px;
	height: auto;
}
.ui-resizable-w:before {
	position: absolute;
	display: block;
	content: "";
	right: 50%;
	top: 0;
	bottom: 0;
	transition: .3s border-color;
	border-right: dashed 1px rgba(200,200,200,0);
}
.active .ui-resizable-w:before {
	border-right: dashed 1px rgba(200,200,200,.25);
}
.active.item-image:hover .ui-resizable-w:before,
.active.item-image.ui-resizable-resizing .ui-resizable-w:before {
	border-right: dashed 1px #18A0FB;
}

.ui-resizable-s {
	cursor: s-resize;
	bottom: -4px;
	left: 4px;
	right: 4px;
	width: auto;
}
.ui-resizable-s:before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	right: 0;
	transition: .3s border-color;
	border-top: dashed 1px rgba(200,200,200,0);
}
.active .ui-resizable-s:before {
	border-top: dashed 1px rgba(200,200,200,.25);
}
.active.item-image:hover .ui-resizable-s:before,
.active.item-image.ui-resizable-resizing .ui-resizable-s:before {
	border-top: dashed 1px #18A0FB;
}

.ui-resizable-n {
	cursor: n-resize;
	top: -4px;
	left: 4px;
	right: 4px;
	width: auto;
}
.ui-resizable-n:before {
	position: absolute;
	display: block;
	content: "";
	bottom: 50%;
	left: 0;
	right: 0;
	transition: .3s border-color;
	border-bottom: dashed 1px rgba(200,200,200,0);
}
.active .ui-resizable-n:before {
	border-bottom: dashed 1px rgba(200,200,200,.25);
}
.active.item-image:hover .ui-resizable-n:before,
.active.item-image.ui-resizable-resizing .ui-resizable-n:before {
	border-bottom: dashed 1px #18A0FB;
}


.ui-resizable-se, .ui-resizable-sw, .ui-resizable-ne, .ui-resizable-nw {
	width: 8px;
	height: 8px;
}
.active .ui-resizable-se, .active .ui-resizable-sw, .active .ui-resizable-ne, .active .ui-resizable-nw {
	background: rgba(200,200,200,.25);
}
.active.item-image:hover .ui-resizable-se,
.active.item-image:hover .ui-resizable-sw,
.active.item-image:hover .ui-resizable-ne,
.active.item-image:hover .ui-resizable-nw,
.active.item-image.ui-resizable-resizing .ui-resizable-se,
.active.item-image.ui-resizable-resizing .ui-resizable-sw,
.active.item-image.ui-resizable-resizing .ui-resizable-ne,
.active.item-image.ui-resizable-resizing .ui-resizable-nw {
	background: #18A0FB;
}
.ui-resizable-se {
	cursor: se-resize;
	right: -4px;
	bottom: -4px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	left: -4px;
	bottom: -4px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	left: -4px;
	top: -4px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	right: -4px;
	top: -4px;
}

.item-param-image {
	margin: 0 0 20px 0;
	position: relative;
	min-height: 80px;
}
.item-param-image:last-child {
	margin-bottom: 0;
}
.item-param-image-pic {
	border: 1px solid #B8B8B8;
	border-radius: 2px;
	width: 80px;
	height: 80px;
	margin-right: 16px;
	display: inline-block;
	vertical-align: top;
	background: white no-repeat center center;
	background-size: contain;
}
.item-param-image-info {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 96px);
}
.item-param-image-swap {
	color: #0085FF;
	display: block;
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
}
.item-param-image-delete {
	color: #C4C4C4;
	display: block;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
	transition: .3s all;
}
.item-param-image-delete:hover {
	color: #333;
}



.item-block-left {
	margin: 0 0 32px 0;
}
.item-block-left select {
	background: #F0F0F0;
	border-radius: 2px;
	height: 40px;
	font-size: 16px;
	line-height: 24px;
	border: none;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0 8px;
	margin: 0;
	cursor: pointer;
}
.item-block-left select:hover {
	background: #f6f6f6;
}
.item-block-left-title {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin: 0 0 8px 0;
	color: #808080;
}
.item-block-left-dot {
	position: absolute;
	width: 14px;
	height: 14px;
	display: block;
	background: transparent;
	border-radius: 50%;
	right: 13px;
	top: 13px;
}
.item-block-left-item {
	position: relative;
	border-radius: 2px;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 8px 7px 8px;
	border: none;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	cursor: pointer;
	display: block;
	border-bottom: 1px solid #F0F0F0;
}
.item-block-left-item:hover {
	background: #f6f6f6;
}
.item-block-left-item.active {
}

.upload-form {
	width: auto;
	display: block;
	position: relative;
	cursor: pointer;
	margin: 0 0 32px 0;
}
.upload-form #file {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
}
.upload-form label {
	padding: 40px 80px;
	text-align: center;
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: dashed 2px #C9C9C9;
	cursor: pointer;
	background: #fff;
	border-radius: 3px;
	display: block;
	color: rgba(0,0,0,.4);
	transition: .3s all;
}
.upload-form label .label-text {
	display: block;
	margin: 0 0 16px 0;
}
.upload-form label .label-button {
	display: inline-block;
	margin: 0;
	padding: 8px 36px;
	background: #F0F0F0;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	transition: .3s all;
}
.upload-form:hover label {
	border: dashed 2px #aaa;
	color: rgba(0,0,0,1);
}
.upload-form:hover .label-button {
	background: #dddddd;
}
.file-upload-warning {
	margin: 0 0 32px 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	display: block;
	color: #808080;

}

[data-left-category="29"] {
	margin-top: 40px;
}

.order {
	width: 100%;
	display: none;
	padding: 40px;
	max-width: 600px;
	margin: 20px auto;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.order h2 {
	margin: 0 0 20px 0;
}

.field {
	margin: 15px 0;
}
.field:first-child {
	margin-top: 0;
}
.field:last-child {
	margin-bottom: 0;
}
.field-label {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.input, .textarea, .select {
	cursor: pointer;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	border: 1px solid #eee;
	width: 100%;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.input:hover, .textarea:hover, .select:hover {
	border: 1px solid #ccc;
}
.input:focus, .textarea:focus, .select:focus {
	border: 1px solid #aaa;
}
.field-control {
	position: relative;
}
.field-control--select:after {
	z-index: 2;
	position: absolute;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	right: 14px;
	top: 50%;
	transform: translate3d(0, -6px, 0) rotate(45deg);
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
}
.button {
	background: #F0F0F0;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	display: block;
	padding: 10px 15px;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
	width: 100%;
	border: none;
	cursor: pointer;
	transition: .3s all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.button--share {
	text-align: left;
	padding-left: 44px;
	background: no-repeat #F0F0F0 14px center url('/local/templates/markwear/images/icon-share.svg');
	background-size: 16px 16px;
}
.button--load {
	text-align: left;
	padding-left: 44px;
	background: no-repeat #F0F0F0 14px center url('/local/templates/markwear/images/icon-export.svg');
	background-size: 16px 16px;
}
.button:hover {
	background-color: #e3e3e3;
}
.button:active {
	background-color: #aaa;
}
.field-comment {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.field--error .input, .field--error .textarea, .field--error .select {
	border: solid 1px red;
}
.field--error .field-comment {
	color: red;
}
.field--w-icon {
	/*padding-right: 104px;*/
	position: relative;
}
.field-icon {
	opacity: 0;
}
.field--w-icon:hover .field-icon {
	opacity: 1;
}
.field-icon {
	white-space: nowrap;
	position: absolute;
	left: 100%;
	/*margin-left: 8px;*/
	line-height: 0;
}
.field-icon a {
	display: inline-block;
	margin-left: 8px;
	height: 44px;
	width: 44px;
	opacity: .5;
	transition: .3s all;
	background: no-repeat center center;
	white-space: nowrap;
	text-indent: 50px;
	overflow: hidden;
	border-radius: 3px;
}
.field-icon a:hover {
	opacity: 1;
	background-color: #e3e3e3;
}
a.icon-delete {
	background-image: url('/local/templates/markwear/images/icon-delete.svg');
}
a.icon-share {
	background-image: url('/local/templates/markwear/images/icon-link.svg');
	background-size: 16px 16px;
}
.order-success {
	text-align: center;
}
.clear {
	clear: both;
}
.breadcrumbs {
	color: #808080;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 20px 0;
}
.breadcrumbs a {
	color: #808080;
}
.breadcrumbs a:hover {
	color: #000;
}
span.breadcrumb {
	color: #000;
}
.ui-rotatable-handle {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: no-repeat center center url('/local/templates/markwear/images/icon-rotate.svg');
	background-size: contain;
	/*border: solid 1px #000;*/
	left: 100%;
	top: 50%;
	transform: translate3d(5px, -50%, 0);
	opacity: 0;
	transition: .3s all;
}
.ui-rotatable-handle:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20px;
	background: transparent;
}
.item-image.active:hover .ui-rotatable-handle,
.item-text.active:hover .ui-rotatable-handle {
	opacity: 1;
}

.item-form {
	margin: 0 0 16px 0;
}
.item-form:last-child {
}

.view-item {
	max-width: 1000px;
	margin: 50px auto;
}
.view-item-title {
	font-size: 20px;
	line-height: 32px;
	display: block;
	letter-spacing: 0.003em;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}
.view-item-item {
	margin: 16px 0;
	text-align: center;
}
.view-item-item .item-photo {
	margin: 0 auto;
	text-align: left;
}
.view-item-buttons {
	text-align: center;
	margin: 16px 0;
}
.view-item-buttons .button {
	display: inline-block;
	margin: 0 16px;
	width: 300px;
}
.field--load {
	background: whitesmoke;
	border-radius: 3px;
	padding: 10px 15px;
}
.tinys {
	position: relative;
	margin-top: 8px;
}
.tinys-copied {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: whitesmoke;
	border-radius: 8px;
	text-align: center;
}
.tinys-copied span {
	position: absolute;
	white-space: nowrap;
	font-size: 14px;
	left: 50%;
	top: 50%;
	display: block;
	transform: translate3d(-50%, -50%, 0);
}
.copied .tinys-copied {

}
[data-sort] {
	opacity: 0;
}
.tiny {
	display: inline-block;
	font-size: 10px;
	line-height: 16px;
	padding: 0 0 0 16px;
	background: no-repeat 0 center;
	background-size: 12px ;
	border: none;
	cursor: pointer;
	margin-right: 8px;
	vertical-align: middle;
}

.tiny--load {
	background-image: url('/local/templates/markwear/./images/icon-export.svg');

}
.tiny--share {
	background-image: url('/local/templates/markwear/./images/icon-link.svg');
}
.tiny--delete {
	background-image: url('/local/templates/markwear/./images/icon-delete.svg');
	width: 16px;
	overflow: hidden;
	padding: 0;
	height: 16px;
	text-indent: 100px;
	position: absolute;
	right: 0;
	margin: 0;
}

[data-share-input] {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.header-top-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-top-wrap a {
	margin-right: 15px;
}

.header-top-wrap .typeselect {
	border: none;
}

.lang-select {
	margin: 0;
	padding: 0;
}

.lang-select-list {
	position: absolute;
	top: 100%;
	padding-top: 10px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	z-index: 998;
	transition: all 0.5s;

}
.lang-select li {
	list-style: none;
	margin-bottom: 10px;
	box-shadow: 1px 1px 5px 0px rgb(166 166 166 / 75%);
}
.lang-select-wrap {
	position: relative;
}
.lang-select-wrap:hover .lang-select-list{
	/*opacity: 1;*/
	/*visibility: visible;*/
	/*z-index: 998;*/
}
.header-lang-current {
	position: relative;
	cursor: pointer;
}
.header-lang-current img {
	display: block;
	width: 30px;
	box-shadow: 1px 1px 5px 0px rgb(166 166 166 / 75%);
}

.header-lang-current:before {
	position: absolute;
	top: 14%;
	right: -20px;
	content: "";
	width: 10px;
	height: 10px;
	border: solid black;
	border-width: 1px 1px 0 0;
	transform: rotate(135deg);
	transition: all 0.4s;
}

.header-lang-current.active + .lang-select-list{
	opacity: 1;
	visibility: visible;
	z-index: 998;
}

.header-lang-current.active:before {
	transform: rotate(-45deg);
}

.lang-select img {
	width: 30px;
	display: block;
}
.lang-select a {
	display: block;
	margin: 0;
}

@media only screen and (max-width: 550px) {
	.lang-select img {
		width: 55px;
	}
	.header-lang-current img {
		width: 55px;
	}
}
/* End */
/* /local/templates/markwear/js/jquery.fancybox.css?177003385717390 */
/* /local/templates/markwear/js/owl.carousel.min.css?17700338573184 */
/* /local/templates/markwear/template_styles.css?177003385723930 */
