@font-face {
    font-family: 'myMyriadPro';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/MyriadPro-Regular.woff') format('woff'),
        url('fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'myMyriadPro';
    src: url('fonts/MyriadPro-It.eot');
    src: url('fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-It.woff2') format('woff2'),
        url('fonts/MyriadPro-It.woff') format('woff'),
        url('fonts/MyriadPro-It.ttf') format('truetype'),
        url('fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'myMyriadPro';
    src: url('fonts/MyriadPro-Semibold.eot');
    src: url('fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('fonts/MyriadPro-Semibold.woff') format('woff'),
        url('fonts/MyriadPro-Semibold.ttf') format('truetype'),
        url('fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
    font-family: 'myMyriadPro';
    src: url('fonts/MyriadPro-Bold.eot');
    src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('fonts/MyriadPro-Bold.woff') format('woff'),
        url('fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'myMyriadPro2';
    src: url('fonts/MyriadPro-LightSemiExt.eot');
    src: url('fonts/MyriadPro-LightSemiExt.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-LightSemiExt.woff2') format('woff2'),
        url('fonts/MyriadPro-LightSemiExt.woff') format('woff'),
        url('fonts/MyriadPro-LightSemiExt.ttf') format('truetype'),
        url('fonts/MyriadPro-LightSemiExt.svg#MyriadPro-LightSemiExt') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'myMyriadPro2';
    src: url('fonts/MyriadPro-BlackSemiCn.eot');
    src: url('fonts/MyriadPro-BlackSemiCn.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-BlackSemiCn.woff2') format('woff2'),
        url('fonts/MyriadPro-BlackSemiCn.woff') format('woff'),
        url('fonts/MyriadPro-BlackSemiCn.ttf') format('truetype'),
        url('fonts/MyriadPro-BlackSemiCn.svg#MyriadPro-BlackSemiCn') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'myMyriadPro2';
    src: url('fonts/MyriadPro-SemiboldSemiCn.eot');
    src: url('fonts/MyriadPro-SemiboldSemiCn.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-SemiboldSemiCn.woff2') format('woff2'),
        url('fonts/MyriadPro-SemiboldSemiCn.woff') format('woff'),
        url('fonts/MyriadPro-SemiboldSemiCn.ttf') format('truetype'),
        url('fonts/MyriadPro-SemiboldSemiCn.svg#MyriadPro-SemiboldSemiCn') format('svg');
	font-weight: 600;
	font-style: normal;
}

/* Slick */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
	
    overflow: visible;
	width: 100%;
	
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

#indexproducts .slick-slider .slick-track,
#indexproducts .slick-slider .slick-list {
    display: flex;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
	margin-top: -6px;

    display: block;

    width: 16px;
    height: 13px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	background:  url(../img/arr-7.svg) no-repeat;
	z-index: 1;
}

.slick-prev
{
    left: -18px;
}
[dir='rtl'] .slick-prev
{
    right: -18px;
    left: auto;
}
.slick-prev:before
{
    /*content: 'Р Р†РІР‚ РЎвЂ™';*/
}
[dir='rtl'] .slick-prev:before
{
    /*content: 'Р Р†РІР‚ РІР‚в„ў';*/
}
.slick-prev:hover {
	background-position: 0 -13px;
}
.slick-next
{
    right: -18px;
	background-position: -16px 0;
}
.slick-next:hover {
	background-position: -16px -13px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before
{
    /*content: 'Р Р†РІР‚ РІР‚в„ў';*/
}
[dir='rtl'] .slick-next:before
{
    /*content: 'Р Р†РІР‚ РЎвЂ™';*/
}
.slick-disabled {
	width: 0;
}

/* Dots */
.slick-dots
{
    position: absolute;

    display: block;

    width: 100px;
    padding: 0;
    margin: 0;
	margin-left: -50px;
	left: 50%;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 14px;
    height: 14px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    /*content: 'Р Р†Р вЂљРЎС›';*/
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slick */
#slider .slick-dots {
	bottom: 10px;
}
#slider .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 2px;
}
#slider .slick-dots li button {
	width: 14px;
	height: 14px;
	background: #b3b3b3;
	border-radius: 10px;
	overflow: hidden;
}
#slider .slick-dots li button:before {
	display: none;
}
#slider .slick-dots li.slick-active button {
	/*background: #ff5926;*/
	background: #ff421c;
}

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-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;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-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{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;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--current,.fancybox-slide--next,.fancybox-slide--previous{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;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-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .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-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.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}.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:link,.fancybox-button:visited{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}.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--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.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}.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)}.fancybox-caption{background:linear-gradient(0deg,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%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;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}.fancybox-loading{animation:a 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 a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.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:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.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:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.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:scaleX(1) translateZ(0)}.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:translateZ(0) scale(1)}@media (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))}}}.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}.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;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:link,.fancybox-share__button:visited{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;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;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:50%;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}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

.fancybox-infobar {
	display:none;
}
.fancybox-toolbar .fancybox-button {
	display:none;
	width: 0;
	height: 0;
	padding: 0;
}
.fancybox-toolbar .fancybox-button.fancybox-button--close {
	display:block;
	width:34px;
	height:34px;
	right:10px;
	top:10px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-decoration:none;
	-webkit-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea:focus, input:focus{
    outline: none;
}

body {
	font-family:'myMyriadPro';
	background:#fff;
	font-weight: normal;
	font-style: normal;
}

/*HEADER*/
#header {
	background: #f3f3f3;
}
#header .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	padding: 20px 0 25px 0;
}

#header .cont .logo,
#header .cont .search,
#header .cont .contacts,
#header .cont .basket {
	display: table-cell;
	vertical-align: middle;
	/*background: #ccc;*/
}
#header .cont .search {
	width: 100%;
	position: relative;
}

#header .cont .logo a, #header .cont .logo .home {
    width: 247px;
	height: 67px;
	display: block;
	position: relative;
	overflow: hidden;
}

#header .cont .logo .m-menu {
	display: none;
	width: 35px;
	height: 35px;
	background: url(../img/m-menu-1.svg) no-repeat;
	vertical-align: middle;
	margin-right: 15px;
	cursor: pointer;
}
#header .cont .logo .m-menu.active,
#header .cont .logo .m-menu:hover {
	background-position: 0 -35px;
}

#header .cont .logo a .blick, #header .cont .logo .home .blick {
    width: 40px;
	height: 67px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}

#header .cont .search form {
	width: 100%;
}
#header .cont .search form fieldset {
	position: relative;
	overflow: hidden;
	padding: 0 3%;
}
#header .cont .search input {
	width: 97%;
	height: 16px;
	padding: 12px 1%;
	background: #fff;
	border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	font-style: italic;
	border-radius: 6px;
	color: #b3b3b3;
	letter-spacing: 0.2px;
}
#header .cont .search input.act {
	color: #000;
	font-style: normal;
}
#header .cont .search input.submit {
	width: 55px;
	height: 40px;
	background: url(../img/search-1.svg) no-repeat;
	position: absolute;
	padding: 0;
	top: 0;
	right: 3%;
	text-indent: 65px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	z-index: 1;
}
#header .cont .search input.submit:hover {
	background-position: 0 -40px;
}
#header .cont .search .error {
	position: absolute;
	top: 0px;
	width: 90%;
	height: 12px;
	line-height: 12px;
	padding: 14px 1%;
	background: #c00;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.5px;
	border-radius: 6px;
	display: none;
}

#header .cont .contacts {
	padding-right: 30px;
}
#header .cont .contacts .phone {
	font-size: 19px;
}
#header .cont .contacts .phone.th1 {
	margin-bottom: 2px;
	margin-top: 4px;
}
#header .cont .contacts .phone.th2 {
	margin-top: 5px;
}
#header .cont .contacts .phone a {
	display: block;
	color: #000;
	position: relative;
	padding-left: 18px;
}
#header .cont .contacts .phone a .icon {
	position: absolute;
	top: 1px;
	left: 0;
	width: 10px;
	height: 15px;
	background: url(../img/phone-1.svg) no-repeat;
}
#header .cont .contacts .phone a:hover {
	color: #ff421c;
}
#header .cont .contacts .phone a:hover .icon {
	background-position: 0 -15px;
}

#header .cont .basket a {
	display: block;
	width: 36px;
	height: 32px;
	background: url(../img/basket-1.svg) 7px 0px no-repeat;
	position: relative;
	overflow: hidden;
	padding-left: 7px;
}
#header .cont .basket a .amount {
	position: absolute;
	left: 0;
	top: 1px;
	background: #ff421c;
	border-radius: 10px;
	display: block;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	text-align: center;
}
#header .cont .basket a .blick {
    width: 40px;
	height: 67px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}

/*MENU*/
#menu {
	background: #ff421c;
}
#menu .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
}

#menu .cont .m-menu-logo {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	display: none;
}
#menu .cont .m-menu-logo .text {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 22px;
}
#menu .cont .m-menu-logo .arrow {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-arr-2.svg) no-repeat;
	position: absolute;
	left: 15px;
	top: 18px;
	cursor: pointer;
}
#menu .cont .m-menu-logo .arrow:hover {
	background-position: 0 -15px;
}
#menu .cont .m-menu-logo .close-menu {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-close-1.svg) no-repeat;
	position: absolute;
	right: 15px;
	top: 18px;
	cursor: pointer;
}
#menu .cont .m-menu-logo .close-menu:hover {
	background-position: 0 -15px;
}
#menu .cont .m-menu-logo a:hover {
	color: #ff421c;
}

#menu .cont .m-rightmenues {
    width: auto;
    padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	/*width: 100%;*/
	background: #ccc;
	left: 100%;
}
#menu .cont .m-rightmenu {
	background: #fff;
	position: absolute;
	/*width: 100%;*/
	top: 0;
	/*bottom: 0;*/
	display: none;
}
#menu .cont .m-menu-category {
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
#menu .cont .m-menu-category .text {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 20px;
	margin: 0 40px;
}
#menu .cont .m-menu-category .arrow {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-arr-2.svg) no-repeat;
	position: absolute;
	left: 15px;
	top: 17px;
	cursor: pointer;
}
#menu .cont .m-menu-category .arrow:hover {
	background-position: 0 -15px;
}
#menu .cont .m-menu-category .close-menu {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-close-1.svg) no-repeat;
	position: absolute;
	right: 15px;
	top: 18px;
	cursor: pointer;
}
#menu .cont .m-menu-category .close-menu:hover {
	background-position: 0 -15px;
}
#menu .cont .m-menu-category a:hover {
	color: #ff421c;
}
#menu .cont .m-menu-category-list {
	border-top: 1px solid #dfdfdf;
}
#menu .cont .m-menu-category-list li {
	border-bottom: 1px solid #dfdfdf;
	line-height: 20px;
	font-size: 18px;
}
#menu .cont .m-menu-category-list a {
	display: block;
	padding: 15px 45px 15px 15px;
	/*background: url(../img/m-menu-arr-1.svg) no-repeat 100% 0;*/
	background: #f5f5f5;
	color: #000;
	position: relative;
}
#menu .cont .m-menu-category-list a .m-arr {
	width: 14px;
	height: 14px;
	background: url(../img/m-menu-arr-1.svg) no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	display: none;
}
#menu .cont .m-menu-category-list a .m-arr.show {
	display: block;
}
#menu .cont .m-menu-category-list a:hover {
	/*background-position: 100% 100%;*/
	background: #fafafa;
}

#menu .cont .block {
	display: table-cell;
	vertical-align: middle;
}
#menu .cont .block a {
	color: #fff;
}

#menu .cont .m-contacts {
	padding-left: 15px;
	border-top: 1px solid #dfdfdf;
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;
}
#menu .cont.onlycategories .m-contacts {
	display: none;
}
#menu .cont .m-contacts .phone {
	font-size: 19px;
}
#menu .cont .m-contacts .phone.th1 {
	margin-bottom: 12px;
	margin-top: 4px;
}
#menu .cont .m-contacts .phone.th2 {
	margin-top: 5px;
}
#menu .cont .m-contacts .phone a {
	display: block;
	color: #000;
	position: relative;
	padding-left: 18px;
}
#menu .cont .m-contacts .phone a .icon {
	position: absolute;
	top: 1px;
	left: 0;
	width: 10px;
	height: 15px;
	background: url(../img/phone-1.svg) no-repeat;
}
#menu .cont .m-contacts .phone a:hover {
	color: #ff421c;
}
#menu .cont .m-contacts .phone a:hover .icon {
	background-position: 0 -15px;
}

#menu .cont .m-icons {
	padding-left: 15px;
	border-top: 1px solid #dfdfdf;
	padding-top: 15px;
	display: none;
}
#menu .cont .m-icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #ccc;
	padding: 0;
	text-indent: 25px;
	overflow: hidden;
	margin-right: 8px;
}
#menu .cont .m-icons a.instagram {
    background: url(../img/instagram-2.png) no-repeat 0px 0px;
}
#menu .cont .m-icons a.facebook {
    background: url(../img/facebook-2.svg) no-repeat 0px 0px;
}
#menu .cont .m-icons a.pinterest {
    background: url(../img/pinterest-2.svg) no-repeat 0px 0px;
}
#menu .cont .m-icons a:hover {
	background-position: 0 -24px;
}
#menu .cont.onlycategories .m-icons {
	display: none;
}

#menu .cont .block.th1 ul {
	display: block;
	height: 44px;
	width: 110px;
}
#menu .cont .block.th1 ul li {
	font-size: 20px;
	font-weight: 600;
	display: block;
	vertical-align: bottom;
	line-height: 20px;
	padding: 12px 20px 12px;
	margin-left: -20px;
	letter-spacing: 0.3px;
	color: #fff;
	cursor: pointer;
	position: relative;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#menu .cont .block.th1 ul li .arrow {
	position: absolute;
	width: 12px;
	height: 12px;
	right: 17px;
	top: 17px;
	background: url(../img/arr-1.svg) no-repeat;
}
#menu .cont .block.th1 ul li:hover {
	background: #ff5926;
}

#menu .cont .block.th1 ul li .submenu {
	position: absolute;
	z-index: 2;
	display: block;
	background: #ccc;
	top: 44px;
	left: 0;
	box-shadow: 0px 2px 10px #00000052;
	border-radius: 0 0 4px 4px;
	width: 840px;
	overflow: hidden;
	display: none;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu {
	height: auto;
	width: 270px;
	display: table-cell;
	vertical-align: top;
	background: #f5f5f5;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li {
	display: block;
	margin-left: 0;
	padding: 0;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	cursor: default;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li:hover {
	background: none;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a {
	display: block;
	color: #000;
	background: #f5f5f5;
	padding: 12px 20px 12px;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a.hover,
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a:hover {
	background: #fff;
}

#menu .cont .block.th1 ul li .submenu ul.rightmenu {
	height: auto;
	width: 100%;
	display: table-cell;
	vertical-align: top;
	background: #fff;
	padding: 20px;
	cursor: default;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu.th2,
#menu .cont .block.th1 ul li .submenu ul.rightmenu.th3 {
	display: none;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul {
	height: auto;
	width: auto;
}

#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr {
	display: inline-block;
	vertical-align: top;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr.th1 {
	width: 50%;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr.th2 {
	width: 50%;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li {
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	cursor: default;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu li:hover {
	background: none;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a {
	color: #000;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a:hover {
	color: #ff421c;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a.category {
	font-weight: bold;
	display: block;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a.category .icon {
	display: table-cell;
	vertical-align: middle;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a.category .tit {
	display: table-cell;
	vertical-align: middle;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a.category .icon img {
	width: 68px;
	height: auto;
	margin-right: 10px;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li ul li {
	margin-left: 78px;
	margin-bottom: 2px;
	font-size: 16px;
}

#menu .cont .block.th1 ul li .submenu ul.leftmenu li a .m-arr {
	width: 14px;
	height: 14px;
	background: url(../img/m-menu-arr-1.svg) no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	display: none;
}

#menu .cont .block.th2 {
	width: 100%;
	text-align: center;
}
#menu .cont.onlycategories .block.th3 {
	display: none;
}
#menu .cont .block.th2 li {
	font-size: 18px;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.3px;
}
#menu .cont .block.th2 li a {
	display: block;
	padding: 10px 30px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#menu .cont .block.th2 li a:hover {
	background: #ff5926;
}
#menu .cont .block.th2 li a .m2 {
	display: none;
}

#menu .cont.onlycategories .block.th2 {
	display: none;
}
#menu .cont .block.th3 ul {
	display: block;
	height: 44px;
	width: 102px;
}
#menu .cont .block.th3 ul li {
	font-size: 18px;
	letter-spacing: 0.3px;
	line-height: 24px;
	text-align: right;
	float: right;
	display: none;
}
#menu .cont .block.th3 ul li.active {
	display: block;
}
#menu .cont .block.th3 ul li a,
#menu .cont .block.th3 ul li .mmllink {
	text-align: right;
	display: block;
	padding: 10px 20px 10px 0;
	margin-right: -20px;
}
#menu .cont .block.th3 ul li a .arrow,
#menu .cont .block.th3 ul li .mmllink .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-left: 4px;
	background: url(../img/arr-2.svg) no-repeat;
}
#menu .cont .block.th3 ul li a:hover,
#menu .cont .block.th3 ul li .mmllink:hover {
	background: #ff5926;
}

#menu .cont .block.th3 ul.mml_links {
	position: relative;
}
#menu .cont .block.th3 ul.mml_links li {
	position: absolute;
	z-index: 1;
	display: block;
	right: -20px;
	top: 44px;
	width: 88px;
	display: none;
}
#menu .cont .block.th3 ul.mml_links li a,
#menu .cont .block.th3 ul.mml_links li .mmllink {
	margin-right: 0;
	text-align: center;
	color: #000;
	box-shadow: 0px 2px 10px #00000052;
	border-radius: 0 0 4px 4px;
	background: #f5f5f5;
	padding: 10px 20px 10px 20px;
}
#menu .cont .block.th3 ul.mml_links li a:hover,
#menu .cont .block.th3 ul.mml_links li .mmllink:hover {
	background: #fff;
}
#menu .cont .block.th3 ul.mml_links li.active {
	top: 0;
	display: block;
}
#menu .cont .block.th3 ul.mml_links li.active a,
#menu .cont .block.th3 ul.mml_links li.active .mmllink {
	padding: 10px 20px 10px 0;
	text-align: right;
	color: #fff;
	box-shadow: none;
	border-radius: 0;
	background: none;
}
#menu .cont .block.th3 ul.mml_links li a .arrow,
#menu .cont .block.th3 ul.mml_links li .mmllink .arrow {
	display: none;
}
#menu .cont .block.th3 ul.mml_links li.active a .arrow,
#menu .cont .block.th3 ul.mml_links li.active .mmllink .arrow {
	display: inline-block;
}
#menu .cont .block.th3 ul.mml_links:hover li.active {
	background: #ff5926;
}

#m-shadow {
	background: #00000080;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: none;
}

/*NEW-PRODUCT-CARD*/
#new-product-card {
	background: #fff;
	padding-bottom: 20px;
}
#new-product-card .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	position: relative;
	padding: 20px 0;
	/*background: #ccc;*/
}
#new-product-card .cont #breadcrumb {
	overflow: hidden;
	padding-bottom: 20px;
}
#new-product-card .cont #breadcrumb li {
	float: left;
	list-style:none;
	font-size: 18px;
	line-height: 22px;
	color: #999;
}
#new-product-card .cont #breadcrumb li a {
	color: #999;
	padding-right:5px;
}
#new-product-card .cont #breadcrumb li a:hover {
	color: #ff421c;
}
#new-product-card .cont #breadcrumb li + li:before{
	content: url(../img/arr-6.svg);
  margin:   0 5px 0 0;
}

#new-product-card .cont .top .left {
	display: table-cell;
	vertical-align: top;
	width: 1%;
}
#new-product-card .cont .top .left .sliders {
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	position: relative;
	width: 588px;
}
#new-product-card .cont .top .left .sliders .slider-for {
	height: 588px;
	overflow: hidden;
	position: relative;
}
#new-product-card .cont .top .left .sliders .slider-nav {
	/*padding: 20px 20px 0 20px;*/
	margin: 20px 20px 30px 20px;
	height: 74px;
}
#new-product-card .cont .top .left .sliders .slider-nav p {
	float: left;
	margin: 0 10px;
	border: 1px solid #fff;
	border-radius: 6px;
	overflow: hidden;
}
#new-product-card .cont .top .left .sliders .slider-nav p.active {
	border: 1px solid #999;
}
#new-product-card .cont .top .left .sliders .opacity {
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 104px;
	background: url(../img/slider-opacity-2.png) repeat-y;
	z-index: 1;
}
#new-product-card .cont .top .left .sliders .opacity.th1 {
	left: 0;
	background-position: -34px 0px;
}
#new-product-card .cont .top .left .sliders .opacity.th2 {
	right: 0;
	background-position: 0px 0px;
}

#new-product-card .cont .top .right {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	/*max-width: 1010px;*/
	max-width: 850px;
}
#new-product-card .cont .top .right .rightcont {
	margin-left: 30px;
}
#new-product-card .cont .top .right .rightcont .block {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 22px 24px 27px 22px;
	opacity: 0;
}
#new-product-card .cont .top .right .rightcont .block h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}
#new-product-card .cont .m-h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 10px;
	display: none;
}
#new-product-card .cont .top .right .rightcont .block .av-cont {
	overflow: hidden;
	margin-left: -2px;
}
#new-product-card .cont .top .right .rightcont .block .av-cont .av {
    float: left;
    font-size: 18px;
	margin-top: 1px;
}
#new-product-card .cont .top .right .rightcont .block .av-cont .av span {
	padding-left: 24px;
	background: url(../img/av-1.svg) no-repeat;
	line-height: 20px;
}
#new-product-card .cont .top .right .rightcont .block .av-cont .av .green {
	background-position: 0px 0px;
	color:#093;
}
#new-product-card .cont .top .right .rightcont .block .av-cont .av .red {
	background-position: 0px -50px;
	color:#c30;
}
#new-product-card .cont .top .right .rightcont .block .av-cont .av .blue {
	background-position: 0px -100px;
	color:#66c;
}

#new-product-card .cont .top .right .rightcont .block .review-cont {
	overflow: hidden;
	float: right;
}
#new-product-card .cont .top .right .rightcont .block .review-cont .review {
	font-size: 18px;
	color: #000;
	line-height: 20px;
	/*opacity: 0;*/
}
#new-product-card .cont .top .right .rightcont .block .review-cont .review .stars {
	display: block;
	width: 99px;
	height: 18px;
	position: relative;
	float: left;
	background: #d7d7d7;
}
#new-product-card .cont .top .right .rightcont .block .review-cont .review .stars .bg {
	width: 99px;
	height: 18px;
	position: absolute;
	z-index: 0;
	background:#ffb600;
}
#new-product-card .cont .top .right .rightcont .block .review-cont .review .stars .white {
	width: 99px;
	height: 18px;
	background: url(../img/stars-1.svg) no-repeat;
	position: absolute;
	z-index: 1;
}
#new-product-card .cont .top .right .rightcont .block .review-cont .review .num {
	margin-left: 10px;
	line-height: 22px;
}

#new-product-card .cont .top .right .rightcont .block .av-cont .art {
    float: right;
    font-size: 18px;
	line-height: 15px;
	color: #808080;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #808080;
	margin-top: 3px;
}
#new-product-card .cont .m-art {
    font-size: 18px;
	line-height: 15px;
	color: #808080;
	margin-top: 3px;
	margin-bottom: 20px;
	display: none;
}
#new-product-card .cont .m-art strong {
	/*color: #333;*/
	font-size: 20px;
}

#new-product-card .cont .top .right .rightcont .block .prices {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding: 18px 0 0;
}
#new-product-card .cont .top .right .rightcont .block .old {
	display: inline-block;
	font-size: 24px;
	color: #999;
	border-bottom: 2px solid #999;
	height: 10px;
	padding: 0 2px;
	margin-right: 3px;
}
#new-product-card .cont .top .right .rightcont .block .new {
	display: inline-block;
	font-size: 28px;
	color: #ff421c;
	font-weight: 600;
}
#new-product-card .cont .top .right .rightcont .block .colors-cont {
	margin-top: 20px;
}
#new-product-card .cont .top .right .rightcont .block .colors-cont p {
	font-size: 20px;
	margin-bottom: 10px;
}
#new-product-card .cont .top .right .rightcont .block .colors-cont .colors {
	overflow: hidden;
	padding: 1px;
}
#new-product-card .cont .top .right .rightcont .block .colors-cont .colors a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	margin-right: 2px;
	padding: 0 4px 4px 0;
	border: 2px solid #fff;
	border-radius: 9px;
	padding: 2px;
}
#new-product-card .cont .top .right .rightcont .block .colors-cont .colors a span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	box-shadow: inset 0 0 2px #0000005c;
}
#new-product-card .cont .top .right .rightcont .block .colors-cont .colors a.active {
	border: 2px solid #ff421c;
}
#new-product-card .cont .top .right .rightcont .block .colors-cont .colors a.active span {
	/*box-shadow: none;*/
}

#new-product-card .cont .top .right .rightcont .m-colors-sizes {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 22px 24px 0px 22px;
	display: none;
	margin-bottom: 30px;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes p {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes .colors-cont {
	overflow: hidden;
	margin-bottom: 20px;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes .colors-cont .colors {
	overflow: hidden;
	width: 110%;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes .colors-cont .colors a {
	display: block;
	float: left;
	width: 51px;
	height: 51px;
	margin: 0 4px 4px 0;
	padding: 3px;
	border: 2px solid #fff;
	border-radius: 10px;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes .colors-cont .colors a.fakecolor {
	text-align: center;
	font-family: 'myMyriadPro2';
	font-weight: 600;
	cursor: pointer;
}

#new-product-card .cont .top .right .rightcont .m-colors-sizes .colors-cont .colors a span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	box-shadow: inset 0 0 2px #0000005c;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes .colors-cont .colors a.fakecolor span {
	position: relative;
	box-shadow: none;
	border: 1px solid #ccc;
	width: 98%;
	height: 98%;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes .colors-cont .colors a.fakecolor:hover span {
	border: 1px solid #666;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes .colors-cont .colors a.fakecolor span i {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -9px;
	color: #a1a1a1;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes .colors-cont .colors a.fakecolor:hover span i {
	color: #000;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes .colors-cont .colors a.active {
	border: 2px solid #ff421c;
}

#new-product-card .cont .top .right .rightcont .m-colors-sizes .select-cont {
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes .select-cont select {
	width: 100%;
	padding: 10px 12px;
	border: none;
	font-size: 20px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	appearance: none;
	outline: none;
	border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='%23444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 99% 50%;
    background-repeat: no-repeat;
	cursor: pointer;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes .select-cont select::-ms-expand {
  display: none;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes .select-cont .select-cont.hover,
#new-product-card .cont .top .right .rightcont .m-colors-sizes .select-cont .select-cont:hover {
	border: 1px solid #000;
}

#new-product-card .cont .top .right .rightcont .block .othersize {
	margin-top: 20px;
}
#new-product-card .cont .top .right .rightcont .block .othersize p {
	font-size: 20px;
	margin-bottom: 10px;
}
#new-product-card .cont .top .right .rightcont .block .othersize .select-cont {
	width: 50%;
	border: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
}
#new-product-card .cont .top .right .rightcont .block .othersize select {
	width: 100%;
	padding: 10px 12px;
	border: none;
	font-size: 20px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	appearance: none;
	outline: none;
	border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='%23444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 99% 50%;
    background-repeat: no-repeat;
	cursor: pointer;
}
#new-product-card .cont .top .right .rightcont .block .othersize select::-ms-expand {
  display: none;
}
#new-product-card .cont .top .right .rightcont .block .othersize .select-cont.hover,
#new-product-card .cont .top .right .rightcont .block .othersize .select-cont:hover {
	border: 1px solid #000;
}

#new-product-card .cont .top .right .rightcont .block .buttons-cont {
	margin-top: 23px;
}
#new-product-card .cont .top .right .rightcont .block .buttons-cont .count {
	display: inline-block;
	vertical-align: middle;
	width: 116px;
	padding:0;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	background: #fff;
}
#new-product-card .cont .top .right .rightcont .block .buttons-cont .count input {
	display: inline-block;
	vertical-align: middle;
	width: 34px;
    padding: 7px 0;
    outline: none;
    border: none;
	font-size: 18px;
	text-align: center;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
}
#new-product-card .cont .top .right .rightcont .block .buttons-cont .count .plus,
#new-product-card .cont .top .right .rightcont .block .buttons-cont .count .minus {
	display: inline-block;
	vertical-align: middle;
	background: none;
	cursor: pointer;
	padding: 7px 0 8px;
	border: none;
	width: 38px;
	line-height: 27px;
	text-align: center;
	font-weight: bold;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	font-size: 20px;
	margin: 0;
	height: auto;
}
#new-product-card .cont .top .right .rightcont .block .buttons-cont .count:hover {
	border: 1px solid #000;
}

#new-product-card .cont .top .right .rightcont .block #form-add-to-cart {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

#new-product-card .cont .top .right .rightcont .block #form-add-to-cart .buy-1 {
	display: block;
	padding: 11px 40px;
	background: #ff421c;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 22px;
	cursor: pointer;
	margin-right: 20px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#new-product-card .cont .top .right .rightcont .block #form-add-to-cart .buy-1 .icon {
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: url(../img/buy-1-check.svg) no-repeat 50% 50%;
    -webkit-transition: right 0.125s ease-in-out;
    -moz-transition: right 0.125s ease-in-out;
    -o-transition: right 0.125s ease-in-out;
    transition: right 0.125s ease-in-out;
}
#new-product-card .cont .top .right .rightcont .block #form-add-to-cart .buy-1.green .icon {
	right: 0%;
}
#new-product-card .cont .top .right .rightcont .block #form-add-to-cart .buy-1:hover {
	background: #ff5926;
}
#new-product-card .cont .top .right .rightcont .block #form-add-to-cart .buy-1 .blick {
    width: 46px;
	height: 46px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -46px;
	top: 0;
}
#new-product-card .cont .top .right .rightcont .block .buy-2 {
	display: inline-block;
	vertical-align: top;
}
#new-product-card .cont .top .right .rightcont .block .buy-2 p {
	display: block;
	padding: 11px 25px;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #4d4d4d;
	position: relative;
	overflow: hidden;
	font-size: 20px;
	cursor: pointer;
	background: #fff;
    -webkit-transition: border 0.125s ease-in-out,color 0.125s ease-in-out;
    -moz-transition: border 0.125s ease-in-out,color 0.125s ease-in-out;
    -o-transition: border 0.125s ease-in-out,color 0.125s ease-in-out;
    transition: border 0.125s ease-in-out,color 0.125s ease-in-out;
}
#new-product-card .cont .top .right .rightcont .block .buy-2 p:hover {
	border: 1px solid #808080;
	color: #000;
}

#new-product-card .cont .top .right .rightcont .block.th2 {
	margin-top: 30px;
	padding: 20px 0 1px 24px;
	overflow: hidden;
	position: relative;
}
#new-product-card .cont .top .right .rightcont .block.th2 .tit {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}
#new-product-card .cont .top .right .rightcont .block.th2 td {
	/*border: 1px solid #ccc;*/
	width: 30%;
	vertical-align: top;
	position: relative;
}
#new-product-card .cont .top .right .rightcont .block.th2 .complects-cont {
	/*background: #ccc;*/
	max-height: 199px;
	/*max-width: 911px;*/
	overflow: visible;
}
#new-product-card .cont .top .right .rightcont .block.th2 .complects-cont .complects {
	overflow: visible;
}
#new-product-card .cont .top .right .rightcont .block.th2 .complects-opacity {
	width: 80px;
	height: 100%;
	background: url(../img/complects-opacity-1.svg);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#new-product-card .cont .top .right .rightcont .block.th2 .complects-cont .complect {
	/*background: #f5f5f5;*/
	margin-bottom: 20px;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th1,
#new-product-card .cont .top .right .rightcont .block.th2 td.th2 {
	/*padding-bottom: 30px;*/
	padding-right: 2%;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th3 {
	width: 10%;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th4 {
	vertical-align: middle;
}
#new-product-card .cont .top .right .rightcont .block.th2 .img {
	display: block;
}
#new-product-card .cont .top .right .rightcont .block.th2 .name {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	padding-top: 10px;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th1 .prices,
#new-product-card .cont .top .right .rightcont .block.th2 td.th2 .prices {
	padding: 0;
	display: block;
	margin-top: 6px;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th1 .prices .old,
#new-product-card .cont .top .right .rightcont .block.th2 td.th2 .prices .old {
	font-size: 18px;
	border-bottom: 1px solid #999;
	height: 8px;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th1 .prices .new,
#new-product-card .cont .top .right .rightcont .block.th2 td.th2 .prices .new {
	display: inline-block;
	font-size: 22px;
	color: #ff421c;
	font-weight: normal;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th4 .prices {
	display: block;
	margin-top: -36px;
	padding: 0;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th4 .prices .old {
	font-size: 20px;
	border-bottom: 2px solid #999;
	height: 8px;
	margin-right: 5px;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th4 .prices .new {
	font-size: 24px;
	font-weight: 600;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th4 .buy-3 {
	display: block;
	width: 150px;
	text-align: center;
	padding: 11px 0;
	background: #ff421c;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 22px;
	cursor: pointer;
	margin-top: 10px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th4 .buy-3 .icon {
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: url(../img/buy-1-check.svg) no-repeat 50% 50%;
    -webkit-transition: right 0.125s ease-in-out;
    -moz-transition: right 0.125s ease-in-out;
    -o-transition: right 0.125s ease-in-out;
    transition: right 0.125s ease-in-out;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th4 .buy-3.green .icon {
	right: 0%;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th4 .buy-3:hover {
	background: #ff5926;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th4 .buy-3 .blick {
    width: 46px;
	height: 46px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -46px;
	top: 0;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th1 .plus {
    width: 28px;
	height: 28px;
	background: url(../img/plus-1.svg) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: 35px;
	top: 35px;
}
#new-product-card .cont .top .right .rightcont .block.th2 .slick-prev {
	width: 0;
}
#new-product-card .cont .top .right .rightcont .block.th2 .slick-next {
    width: 38px;
    height: 58px;
	background:  url(../img/arr-3.svg) no-repeat;
	background-position: -38px 0;
	border: 1px solid #ccc;
	border-radius: 6px;
	right: 20px;
	margin-top: -52px;
}
#new-product-card .cont .top .right .rightcont .block.th2 .slick-next:hover {
	border: 1px solid #999;
}

#new-product-card .cont .top .right .rightcont .block.th3 {
	margin-top: 30px;
	display: none;
}
#new-product-card .cont .top .right .rightcont .block.th3 .tit {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #000;
}
#new-product-card .cont .top .right .rightcont .block.th3 p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	color: #666;
}
#new-product-card .cont .top .right .rightcont .block.th3 .hiddenparttext {
	/*height: 100px;*/
    overflow: hidden;
    position: relative;
}
#new-product-card .cont .top .right .rightcont .block.th3 .more {
	position: relative;
	z-index: 1;
}
#new-product-card .cont .top .right .rightcont .block.th3 .more.open {
	padding:  30px 0 0 0;
	margin-top: 0px;
}
#new-product-card .cont .top .right .rightcont .block.th3 .more p {
	margin-bottom: 0;
	font-size: 20px;
	color: #000;
}
#new-product-card .cont .top .right .rightcont .block.th3 .more p .link {
	cursor: pointer;
}
#new-product-card .cont .top .right .rightcont .block.th3 .more p .link:hover {
	color: #ff421c;
}
#new-product-card .cont .top .right .rightcont .block.th3 .more p .link .arr {
	width: 10px;
	height: 10px;
	background: url(../img/arr-4.svg)  0px 0px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 1px;
	vertical-align: middle;
}
#new-product-card .cont .top .right .rightcont .block.th3 .more p .link:hover .arr {
	background-position: 0px -10px;
}

#new-product-card .cont .top .right .rightcont .block.th4 {
	margin-top: 30px;
	display: none;
}
#new-product-card .cont .top .right .rightcont .block.th4 .tit {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}
#new-product-card .cont .top .right .rightcont .block.th4 ul li {
	font-size: 18px;
	line-height: 22px;
	color: #666;
	padding-left: 26px;
	margin-top: 4px;
}
#new-product-card .cont .top .right .rightcont .block.th4 ul li.th1 {
	background: url(../img/lith1-1.svg) no-repeat 0px 0px;
}
#new-product-card .cont .top .right .rightcont .block.th4 ul li.th2 {
	background: url(../img/lith2-1.svg) no-repeat 0px 0px;
}
#new-product-card .cont .top .right .rightcont .block.th4 ul li.th3 {
	background: url(../img/lith3-1.svg) no-repeat 0px 0px;
}

#new-product-card .cont .m-complects {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-top: 30px;
	padding: 20px 0 1px 24px;
	overflow: hidden;
	position: relative;
	display: none;
}
#new-product-card .cont .m-complects .tit {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}
#new-product-card .cont .m-complects td {
	/*border: 1px solid #ccc;*/
	width: 30%;
	vertical-align: top;
	position: relative;
}
#new-product-card .cont .m-complects .complects-cont {
	/*background: #ccc;*/
	max-height: 199px;
	/*max-width: 911px;*/
	overflow: visible;
}
#new-product-card .cont .m-complects .complects-cont .complects {
	overflow: visible;
}
#new-product-card .cont .m-complects .complects-opacity {
	width: 80px;
	height: 100%;
	background: url(../img/complects-opacity-1.svg);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#new-product-card .cont .m-complects .complects-cont .complect {
	/*background: #f5f5f5;*/
	margin-bottom: 20px;
}
#new-product-card .cont .m-complects td.th1,
#new-product-card .cont .m-complects td.th2 {
	/*padding-bottom: 30px;*/
	padding-right: 2%;
}
#new-product-card .cont .m-complects td.th3 {
	width: 10%;
}
#new-product-card .cont .m-complects td.th4 {
	vertical-align: middle;
}
#new-product-card .cont .m-complects .img {
	display: block;
}
#new-product-card .cont .m-complects .name {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	padding-top: 10px;
}
#new-product-card .cont .m-complects td.th1 .prices,
#new-product-card .cont .m-complects td.th2 .prices {
	padding: 0;
	display: block;
	margin-top: 6px;
}
#new-product-card .cont .m-complects td.th1 .prices .old,
#new-product-card .cont .m-complects td.th2 .prices .old {
	font-size: 17px;
	border-bottom: 1px solid #999;
	height: 8px;
	display: inline-block;
	color: #999;
    padding: 0 2px;
    margin-right: 3px;
}
#new-product-card .cont .m-complects td.th1 .prices .new,
#new-product-card .cont .m-complects td.th2 .prices .new {
	display: inline-block;
	font-size: 20px;
	color: #ff421c;
	font-weight: normal;
}
#new-product-card .cont .m-complects td.th4 .prices {
	display: block;
	margin-top: -36px;
	padding: 0;
}
#new-product-card .cont .m-complects td.th4 .prices .old {
	display: inline-block;
	color: #999;
    padding: 0 2px;
    margin-right: 3px;
	font-size: 20px;
	border-bottom: 2px solid #999;
	height: 8px;
	margin-right: 5px;
}
#new-product-card .cont .m-complects td.th4 .prices .new {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
    color: #ff421c;
}
#new-product-card .cont .m-complects td.th4 .buy-3 {
	display: block;
	width: 150px;
	text-align: center;
	padding: 11px 0;
	background: #ff421c;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 22px;
	cursor: pointer;
	margin-top: 10px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#new-product-card .cont .m-complects td.th4 .buy-3:hover {
	background: #ff5926;
}
#new-product-card .cont .m-complects td.th4 .buy-3 .blick {
    width: 46px;
	height: 46px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -46px;
	top: 0;
}
#new-product-card .cont .m-complects td.th1 .plus {
    width: 28px;
	height: 28px;
	background: url(../img/plus-1.svg) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: 35px;
	top: 35px;
	z-index: 1;
}
#new-product-card .cont .m-complects .slick-prev {
	width: 0;
}
#new-product-card .cont .m-complects .slick-next {

    width: 38px;
    height: 58px;
	background:  url(../img/arr-3.svg) no-repeat;
	background-position: -38px 0;
	border: 1px solid #ccc;
	border-radius: 6px;
	right: 20px;
	margin-top: -52px;
}
#new-product-card .cont .m-complects .slick-next:hover {
	border: 1px solid #999;
}

#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices {
	padding: 20px 25px 0 0;
	display: none;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .line {
	border-top: 1px solid #999;
	margin-bottom: 20px;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .prices {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .old {
    display: inline-block;
    color: #999;
    padding: 0 2px;
    margin-right: 3px;
    font-size: 18px;
    border-bottom: 2px solid #999;
    height: 8px;
    margin-right: 5px;
	margin-bottom: 3px;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .new {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #ff421c;
	margin-top: 3px;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .buy-button {
	display: table-cell;
	width: 1%;
	padding: 0 20px;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .buy-3 {
	display: block;
    width: 120px;
    text-align: center;
    padding: 11px 0;
    background: #ff421c;
    border-radius: 4px;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 22px;
    cursor: pointer;
    margin-top: 10px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .buy-3:hover {
	background: #ff5926;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .buy-3 .blick {
    width: 46px;
	height: 46px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -46px;
	top: 0;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .buy-3 .icon {
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: url(../img/buy-1-check.svg) no-repeat 50% 50%;
    -webkit-transition: right 0.125s ease-in-out;
    -moz-transition: right 0.125s ease-in-out;
    -o-transition: right 0.125s ease-in-out;
    transition: right 0.125s ease-in-out;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .buy-3.green .icon {
	right: 0%;
}

#new-product-card .cont .bottom .left {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
#new-product-card .cont .bottom .left .leftcont {
	margin-right: 30px;
}
#new-product-card .cont .bottom .left .leftcont .block {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 22px 24px 0 22px;
	margin-top: 30px;
}
#new-product-card .cont .bottom .right {
	display: table-cell;
	vertical-align: top;
	width: 1%;
}
#new-product-card .cont .bottom .right .rightcont .block {
	width: 542px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 22px 24px 0 22px;
	margin-top: 30px;
}

#new-product-card .cont .bottom .block .tabs ul li {
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 0.3px;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 14px;
	border-bottom: 2px solid #fff;
	cursor: pointer;
}
#new-product-card .cont .bottom .block .tabs ul li .m2 {
	display: none;
}
#new-product-card .cont .bottom .block .tabs ul li.th3 {
	margin-right: 0;
}
#new-product-card .cont .bottom .block .tabs ul li.active {
	color: #ff421c;
	border-bottom: 3px solid #ff421c;
}
#new-product-card .cont .bottom .block .show-hides {
	margin-top: 20px;
}
#new-product-card .cont .bottom .block .show-hides .tab {
	display: none;
}
#new-product-card .cont .bottom .block .show-hides .tab.show {
	display: block;
}
#new-product-card .cont .bottom .block .show-hides .text p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
}
#new-product-card .cont .bottom .block .show-hides .tab.th2 .text table p {
	margin-bottom: 0;
}
#new-product-card .cont .bottom .block .show-hides .text strong {
	font-weight: 600;
}
#new-product-card .cont .bottom .block .show-hides .text h1,
#new-product-card .cont .bottom .block .show-hides .text h2,
#new-product-card .cont .bottom .block .show-hides .text h3,
#new-product-card .cont .bottom .block .show-hides .text h4,
#new-product-card .cont .bottom .block .show-hides .text h5,
#new-product-card .cont .bottom .block .show-hides .text h6 {
	color: #000;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: 600;
}
#new-product-card .cont .bottom .block .show-hides .text ol {
	margin-bottom: 15px;
	padding-left: 20px;
}
#new-product-card .cont .bottom .block .show-hides .text ul {
	margin-bottom: 15px;
	padding-left: 15px;
}
#new-product-card .cont .bottom .block .show-hides .text ul li {
	font-size: 18px;
	line-height: 22px;
	list-style: "-  " outside;
}
#new-product-card .cont .bottom .block .show-hides .text ol li {
	font-size: 18px;
	line-height: 22px;
	list-style: decimal outside;
}
#new-product-card .cont .bottom .block .show-hides .text table {
	margin-bottom: 15px;
}
#new-product-card .cont .bottom .block .show-hides .text table td {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 6px;
}
#new-product-card .cont .bottom .block .show-hides .text table tr td:first-child {
	color: #999;
	padding-right: 20px;
}
#new-product-card .cont .bottom .block .show-hides .text a {
	color: #ff421c;
}
#new-product-card .cont .bottom .block .show-hides .text a:hover {
	color: #ff5926;
}

#new-product-card .cont .bottom .block .social p strong {
    letter-spacing: 0.3px;
    font-size: 20px;
	font-weight: bold;
}
#new-product-card .cont .bottom .block .social table {
	margin-bottom: 20px;
}
#new-product-card .cont .bottom .block .social .th1 {
	width: 100%;
	vertical-align: middle;
}
#new-product-card .cont .bottom .block .social .icons {
	width: 140px;
	display: block;
	text-align: right;
}
#new-product-card .cont .bottom .block .social .icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0;
	text-indent: 40px;
	overflow: hidden;
	margin-left: 6px;
}
#new-product-card .cont .bottom .block .social .icons a.instagram {
    background: url(../img/instagram-2.png) no-repeat 0px 0px;
}
#new-product-card .cont .bottom .block .social .icons a.facebook {
    background: url(../img/facebook-2.svg) no-repeat 0px 0px;
}
#new-product-card .cont .bottom .block .social .icons a.pinterest {
    background: url(../img/pinterest-2.svg) no-repeat 0px 0px;
}
#new-product-card .cont .bottom .block .social .icons a:hover {
	background-position: 0 -24px;
}

#new-product-card .cont .bottom .block .tit {
    letter-spacing: 0.3px;
    font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#new-product-card .cont .bottom .right .rightcont .block.withprs {
	padding-right: 10px;
	width: 556px;
	
}
#new-product-card .cont .bottom .block .scrollopacity {
	width: 96%;
	height: 10px;
	background: #ccc;
	position: absolute;
	z-index: 1;
}
#new-product-card .cont .bottom .block .scrollopacity.top {
	margin-bottom: -10px;
    background: url(../img/scroll-opacity-2.png);
}
#new-product-card .cont .bottom .block .scrollopacity.bottom {
	margin-top: -10px;
    background: url(../img/scroll-opacity-1.png);
}
#new-product-card .cont .bottom .block .prs-cont {
	margin-bottom: 10px;
	position: relative;
	
}
#new-product-card .cont .bottom .block .prs {
	/*height: 420px;
	overflow-y: scroll;*/
	/*padding-right: 25px;*/
	padding-right: 10px;
	
}
#new-product-card .cont .bottom .block .prs::-webkit-scrollbar {
  width: 8px;
}

/* Track */
#new-product-card .cont .bottom .block .prs::-webkit-scrollbar-track {
  background: #e6e6e6;
}
 
/* Handle */
#new-product-card .cont .bottom .block .prs::-webkit-scrollbar-thumb {
  background: #b3b3b3; 
	border-radius: 4px;
}

/* Handle on hover */
#new-product-card .cont .bottom .block .prs::-webkit-scrollbar-thumb:hover {
  background: #999; 
}

#new-product-card .cont .bottom .block .pr {
	margin: 10px 0;
}
#new-product-card .cont .bottom .block .prs td {
	vertical-align: middle;
}
#new-product-card .cont .bottom .block .prs a {
	display: block;
}
#new-product-card .cont .bottom .block .prs a .img {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}
#new-product-card .cont .bottom .block .prs a .name {
	display: table-cell;
	vertical-align: middle;
	color: #000;
	font-size: 18px;
	line-height: 22px;
    -webkit-transition: color 0.125s ease-in-out;
    -moz-transition: color 0.125s ease-in-out;
    -o-transition: color 0.125s ease-in-out;
    transition: color 0.125s ease-in-out;
}

#new-product-card .cont .bottom .block .prs a:hover .name {
	color: #ff421c;
}
#new-product-card .cont .bottom .block .prices {
	margin: 0 20px;
}
#new-product-card .cont .bottom .block .prices .old {
	display: inline-block;
	font-size: 18px;
	color: #999;
	border-bottom: 2px solid #999;
	height: 7px;
	margin-bottom: 8px;
}
#new-product-card .cont .bottom .block .prices .new {
	display: block;
	font-size: 22px;
	color: #ff421c;
}

#new-product-card .cont .bottom .block .button {
	background: #f5f5f5;
	display: table-cell;
	vertical-align: middle;
}
#new-product-card .cont .bottom .block .button p {
	display: block;
	width: 49px;
	height: 40px;
	background: #ff421c;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#new-product-card .cont .bottom .block .button p .icon {
	position: absolute;
	top: 5px;
	left: 9px;
	width: 34px;
	height: 30px;
	background: url(../img/buy-1.svg) no-repeat;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#new-product-card .cont .bottom .block .button p .blick {
    width: 40px;
	height: 40px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}
#new-product-card .cont .bottom .block .button .green {
	background: #1ac71a;
}
#new-product-card .cont .bottom .block .button .green .icon {
	background-position: -34px 0;
}

#new-product-card .cont .bottom .block .add-review .hidden {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 4px;
}
#new-product-card .cont .bottom .block .add-review .error {
	position: absolute;
	left: 0;
	top:0;
	background: #c00;
	width: 100%;
	height: 100%;
    padding: 8px 12px;
    font-size: 18px;
	line-height: 22px;
    text-transform: uppercase;
	color: #fff;
    font-weight: 600;
	letter-spacing: 0.3px;
	display: none;
}
#new-product-card .cont .bottom .block .add-review .small .error {
	letter-spacing: 0;
}
#new-product-card .cont .bottom .block .add-review .error:last-child {
    font-size: 14px;
}
#new-product-card .cont .bottom .block .add-review table {
	width: 100%;
}
#new-product-card .cont .bottom .block .add-review td {
	vertical-align: top;
	/*border: 1px solid #ccc;*/
}
#new-product-card .cont .bottom .block .show-hides .text .add-review table td {
	padding: 0;
}
#new-product-card .cont .bottom .block .show-hides .text .add-review table tr td:first-child {
    color: #000;
    padding-right: 0;
}
#new-product-card .cont .bottom .block .add-review td.th1 {
	width: 1%;
}
#new-product-card .cont .bottom .block .add-review .icon {
	display: block;
	width: 37px;
	height: 37px;
	border-radius: 4px;
	margin-right: 20px;
	background: url(../img/person-1.svg) no-repeat;
}
#new-product-card .cont .bottom .block .add-review input {
	width: 65%;
	display: inline-block;
	display: inline-block;
    padding: 8px 12px;
    outline: none;
    border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: 1px solid #ccc;
	border-radius: 4px;
}
#new-product-card .cont .bottom .block .add-review textarea {
	width: 94%;
	display: inline-block;
    padding: 8px 12px;
    outline: none;
    border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 5px;
	resize: none;
}
#new-product-card .cont .bottom .block .add-review button {
	display: block;
	padding: 8px 30px;
	background: #ff421c;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 20px;
	cursor: pointer;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: none;
	margin: 20px 0;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#new-product-card .cont .bottom .block .add-review button:hover {
	background: #ff5926;
}
#new-product-card .cont .bottom .block .add-review button .blick {
    width: 46px;
	height: 46px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -46px;
	top: 0;
}
#new-product-card .cont .bottom .block .show-hides .text .add-review p.rate {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 10px;
}
#new-product-card .cont .bottom .block .show-hides .text .add-review .hidden.small {
	padding: 2px 0;
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	margin-bottom: 0;
}
#new-product-card .cont .bottom .block .show-hides .text .add-review .hidden.small .error {
	padding: 4px 8px;
}
#new-product-card .cont .bottom .block .show-hides .text .add-review .add-stars {
    display: block;
    width: 155px;
    height: 24px;
    position: relative;
}
#new-product-card .cont .bottom .block .show-hides .text .add-review .add-stars .star {
    width: 24px;
    height: 24px;
	float: left;
	margin-left: 3px;
	cursor: pointer;
	position: relative;
}
#new-product-card .cont .bottom .block .show-hides .text .add-review .add-stars .star .bg {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
}
#new-product-card .cont .bottom .block .show-hides .text .add-review .add-stars .star .white {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 0;
    background: url(../img/stars-2.svg) no-repeat;
}
#new-product-card .cont .bottom .block .show-hides .text .add-review .add-stars .star.hover .white {
	background-position: 0 -24px;
}
#new-product-card .cont .bottom .block .show-hides .text .add-review .add-stars .star.active .white {
	background-position: 0 -48px;
}
#product-card .product-card-cont .prod-info .left .show-hides .tab .text .add-review .add-stars .star.active.hover .white {
	background-position: 0 -48px;
}

#new-product-card .cont .bottom .block .show-hides .text .hiddentext {
    overflow: hidden;
    position: relative;
}
#new-product-card .cont .bottom .block .show-hides .text .more {
	padding:  70px 0 0 2px;
	background: url(../img/bottom-opacity-3.png)  0px 0px;
	margin-top: -70px;
	position: relative;
	z-index: 1;
	margin-left: -2px;
	display: none;
}
#new-product-card .cont .bottom .block .show-hides .text .more.open {
	padding:  30px 0 0 0;
	margin-top: 0px;
}
#new-product-card .cont .bottom .block .show-hides .text .more p {
	margin-bottom: 0;
	font-size: 20px;
	/*background: #fff;*/
	margin-left: -2px;
	padding-left: 2px;
	padding-bottom: 20px;
}
#new-product-card .cont .bottom .block .show-hides .text .more p .link {
	cursor: pointer;
}
#new-product-card .cont .bottom .block .show-hides .text .more p .link:hover {
	color: #ff421c;
}
#new-product-card .cont .bottom .block .show-hides .text .more p .link .arr {
	width: 10px;
	height: 10px;
	background: url(../img/arr-4.svg)  0px 0px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 1px;
	vertical-align: middle;
}
#new-product-card .cont .bottom .block .show-hides .text .more p .link:hover .arr {
	background-position: 0px -10px;
}
#new-product-card .cont .bottom .block .show-hides .text .more.open p .link .arr {
	background-position: 0px -20px;
	margin-left: 8px;
}
#new-product-card .cont .bottom .block .show-hides .text .more.open p .link:hover .arr {
	background-position: 0px -30px;
}

/*FOOTER*/
#footer {
	background: #454a4d;
}
#footer .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	position: relative;
	padding: 30px 0;
}
#footer .cont .block {
	display: table-cell;
    vertical-align: top;
	padding-right: 20px;
}
#footer .cont .block.th4 {
	padding-right: 0;
	width: 1%;
}
#footer .cont .block .logo a, #footer .cont .block .logo .home {
	display: block;
	width: 221px;
	height: 60px;
	background: url(../img/logo-4.svg)  0px 0px;
}
#footer .cont .block .logo a img, #footer .cont .block .logo .home img {
    -webkit-transition: opacity 0.125s ease-in-out;
    -moz-transition: opacity 0.125s ease-in-out;
    -o-transition: opacity 0.125s ease-in-out;
    transition: opacity 0.125s ease-in-out;
}
#footer .cont .block .logo a:hover img, #footer .cont .block .logo .home:hover img {
	opacity: 0;
}
#footer .cont .block.th1 p {
	color: #808080;
	font-size: 20px;
	line-height: 24px;
	margin-top: 10px;
}
#footer .cont .block.th1 p.logo {
	margin-top: 0;
}
#footer .cont .block.th1 p span {
	font-family:Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
#footer .cont .block ul li {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 4px;
}
#footer .cont .block .link {
	color: #b3b3b3;
}
#footer .cont .block.th2 a,
#footer .cont .block.th3 a {
	color: #999;
    -webkit-transition: color 0.125s ease-in-out;
    -moz-transition: color 0.125s ease-in-out;
    -o-transition: color 0.125s ease-in-out;
    transition: color 0.125s ease-in-out;
}
#footer .cont .block a:hover {
	color: #b3b3b3;
}
#footer .cont .block.th4 p {
	color: #999;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 3px;
}
#footer .cont .block p.tit {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 24px;
}
#footer .cont .block.th4 p a {
	color: #999;
	position: relative;
	padding-left: 20px;
	display: block;
}
#footer .cont .block.th4 .phone .icon {
	position: absolute;
	top: 3px;
	left: 0;
	width: 9px;
	height: 14px;
	display: block;
    background: url(../img/phone-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 .mail .icon {
	position: absolute;
	top: 3px;
	left: -3px;
	width: 15px;
	height: 13px;
	display: block;
    background: url(../img/mail-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 a:hover {
	color: #b3b3b3;
}
#footer .cont .block.th4 .phone a:hover .icon {
	background-position: 0 -14px;
}
#footer .cont .block.th4 .mail a:hover .icon {
	background-position: 0 -13px;
}
#footer .cont .block.th4 .tit2 {
	margin-top: 28px;
	margin-bottom: 7px;
}
#footer .cont .block.th4 td {
	padding-right: 30px;
}
#footer .cont .block.th4 td.last {
	padding-right: 0;
}
#footer .cont .block.th4 .icons a {
	display: inline-block;
	width: 19px;
	height: 19px;
	background: #ccc;
	padding: 0;
	text-indent: 25px;
	overflow: hidden;
	margin-right: 6px;
}
#footer .cont .block.th4 .icons a.instagram {
    background: url(../img/instagram-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 .icons a.facebook {
    background: url(../img/facebook-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 .icons a.pinterest {
    background: url(../img/pinterest-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 .icons a:hover {
	background-position: 0 -19px;
}

/*SHOP-CART-SHOW*/
#shop-cart-show {
	background: #00000080;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
	/*overflow: auto;*/
	overflow: hidden;
	display: none;
}
#shop-cart-show .shop-cart-show-cont {
	position: relative;
	background: #fff;
	padding: 25px;
	width: 760px;
	box-shadow: 0px 0px 20px #00000052;
	border-radius: 6px;
	/*margin-top: -250px;
	margin-left: -425px;*/
	/*top: 50%;*/
	/*left: 50%;
	margin: 50px 0;
	margin-left: -425px;*/
	left: 100%;
	display: none;
}
#shop-cart-show .shop-cart .close {
	padding: 3px 7px 5px 7px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 4px;
	text-align: center;
    font-size: 24px;
	line-height: 22px;
    font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
}
#shop-cart-show .shop-cart .close:hover {
	background: #f9f9f9;
}
#shop-cart-show .shop-cart .shop-cart-head {
	margin-bottom: 10px;
}
#shop-cart-show .shop-cart .shop-cart-head p {
	text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.3px;
}
#shop-cart-show .shop-cart .shop-cart-head p .icon {
	width: 22px;
	height: 20px;
    background: url(../img/shop-cart-icon-1.svg) no-repeat 0px 0px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 6px;
}
#shop-cart-show .shop-cart .shop-cart-clear {
	position: absolute;
	padding: 7px 15px 5px;
	border: 1px solid #ffcbbb;
	color: #ff421c;
	right: 46px;
	top: 10px;
	border-radius: 4px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#shop-cart-show .shop-cart .shop-cart-clear:hover {
	background: #fff1ec;
}
#shop-cart-show .shop-cart .shop-cart-clear .icon {
	width: 13px;
	height: 14px;
    background: url(../img/shop-cart-clear-1.svg) no-repeat 0px 0px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 4px;
}
#shop-cart-show .shop-cart td {
	position: relative;
	vertical-align: middle;
}
#shop-cart-show .shop-cart .shk-del {
	display: block;
	width: 20px;
	height: 20px;
	background: #ccc;
	margin-left: 10px;
}
#shop-cart-show .shop-cart .cart-order-title p {
	text-align: center;
	color: #666;
	font-size: 14px;
	letter-spacing: 0.3px;
}
#shop-cart-show .shop-cart .img img {
	margin-right: 10px;
}
#shop-cart-show .shop-cart a {
	color: #000;
}
#shop-cart-show .shop-cart .cart-order {
	border-bottom: 10px solid #fff;
}
#shop-cart-show .shop-cart .td2 a {
	display: block;
	margin-bottom: 3px;
    -webkit-transition: color 0.125s ease-in-out;
    -moz-transition: color 0.125s ease-in-out;
    -o-transition: color 0.125s ease-in-out;
    transition: color 0.125s ease-in-out;
	font-size: 18px;
	line-height: 20px;
}
#shop-cart-show .shop-cart .td2 .price {
	font-size: 18px;
	color: #666;
}
#shop-cart-show .shop-cart .td2 a:hover {
	color: #ff421c;
}
#shop-cart-show .shop-cart .buttons-cont {
	display: inline-block;
	width: 116px;
	padding:0;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 20px;
	text-align: center
}
#shop-cart-show .shop-cart .buttons-cont input {
	display: inline-block;
	vertical-align: middle;
	width: 34px;
    padding: 5px 0;
    outline: none;
    border: none;
	font-size: 18px;
	text-align: center;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
}
#shop-cart-show .shop-cart .buttons-cont button.shk_count_button {
	display: inline-block;
	vertical-align: middle;
	background: none;
	cursor: pointer;
	padding: 5px 0 6px;
	border: none;
	width: 38px;
	line-height: 27px;
	text-align: center;
	font-weight: bold;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	font-size: 20px;
	margin: 0;
	height: auto;
	color: #000;
}
#shop-cart-show .shop-cart .td2 {
	width: 100%;
}
#shop-cart-show .shop-cart .td4 strong {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 0 20px;
}
#shop-cart-show .shop-cart .shk-del {
	width: 15px;
	height: 17px;
    background: url(../img/shop-cart-delete-1.svg) no-repeat 0px 0px;
}
#shop-cart-show .shop-cart .shk-del:hover {
	background-position: 0 -17px;
}

#shop-cart-show .shop-cart .sum {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
#shop-cart-show .shop-cart .sum p {
	text-align: right;
	font-size: 18px;
}
#shop-cart-show .shop-cart .sum p strong {
    font-size: 26px;
    font-weight: bold;
	margin-left: 10px;
}

#shop-cart-show .shop-cart .shop-cart-bottom {
	margin-top: 20px;
	overflow: hidden;
}
#shop-cart-show .shop-cart .shop-cart-bottom p {
	display: block;
	float: left;
	font-size: 20px;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.left {
	float: left;
	padding: 18px 0 0 0;
	cursor: pointer;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.left .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
    background: url(../img/arr-5.svg) no-repeat 0px 0px;
	margin-right: 6px;
	margin-bottom: 4px;
}

#shop-cart-show .shop-cart .shop-cart-bottom p.left:hover {
	color: #ff421c;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.left:hover .arrow {
	background-position: 0 -14px;
}

#shop-cart-show .shop-cart .shop-cart-bottom p.right {
	float: right;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.right a {
	display: block;
	padding: 10px 20px;
	background: #ff421c;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.right a:hover {
	background: #ff5926;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.right a .blick {
    width: 40px;
	height: 40px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}

/*#shop-cart-show .heightrscroll {
	height: 300px;
	overflow: hidden;
	overflow-y: auto;
}*/

#shop-cart-show .shop-cart .shop-cart-empty-bottom {
	text-align: center;
}
#shop-cart-show .shop-cart .shop-cart-empty-bottom p.center {
	display: inline-block;
	padding: 10px 20px;
	background: #ff421c;
	border-radius: 4px;
	font-size: 20px;
	letter-spacing: 0.3px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
	cursor: pointer;
}
#shop-cart-show .shop-cart .shop-cart-empty-bottom p.center:hover {
	background: #ff5926;
}
#shop-cart-show .shop-cart .shop-cart-empty-bottom p.center .blick {
    width: 40px;
	height: 40px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}
#shop-cart-show .shop-cart .shop-cart-empty-text {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p {
	font-size: 18px;
	line-height: 22px;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.strong {
    text-transform: uppercase;
    font-size: 24px;
	line-height: 28px;
    font-weight: bold;
    letter-spacing: 0.3px;
	margin-bottom: 10px;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel {
    margin-bottom: 0;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a {
	color: #000;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a .icon {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 8px;
	width: 16px;
	height: 15px;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a.lifecell .icon {
	background: url(../img/lifecell-1.svg) no-repeat;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a.kyivstar .icon {
	background: url(../img/kyivstar-1.svg) no-repeat;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a.vodafone .icon {
	background: url(../img/vodafone-1.svg) no-repeat;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a:hover {
	color: #ff421c;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a:hover .icon {
	background-position: 0 -25px;
}

#showblock {
	background: #00000080;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
	overflow: hidden;
	display: none;
}
#showblock .block {
	position: relative;
	background: #fff;
	padding: 25px;
	width: 760px;
	box-shadow: 0px 0px 20px #00000052;
	border-radius: 6px;
	left: 100%;
	display: none;
}
#showblock .block .close {
	padding: 3px 7px 5px 7px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 4px;
	text-align: center;
    font-size: 24px;
	line-height: 22px;
    font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
}
#showblock .block .close:hover {
	background: #f9f9f9;
}
#showblock .block .showblock-title {
	margin-bottom: 10px;
}
#showblock .block .showblock-title p {
	text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.3px;
	font-family: 'myMyriadPro';
}
#showblock .block .showblock-title p .icon {
	width: 22px;
	height: 20px;
    background: url(../img/check-3.svg) no-repeat 0px 0px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 5px;
}
#showblock .block .showblock-title p .jspar2 {
	display: none;
}

#showblock .block.feedback .showblock-text {
	margin: 20px 0;

	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#showblock .block.quickbuy .showblock-text {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #ccc;
}
#showblock .block .showblock-text table {
	width: 100%;
}
#showblock .block .showblock-text td {
	vertical-align: top;
}
#showblock .block .showblock-text td.img {
	width: 1%;
}
#showblock .block .showblock-text p {
	font-size: 18px;
	line-height: 22px;
}
#showblock .block .showblock-text p.strong {
    text-transform: uppercase;
    font-size: 24px;
	line-height: 28px;
    font-weight: bold;
    letter-spacing: 0.3px;
	margin-bottom: 10px;
}

#showblock .block #quickbuy-form {
	width: 100%;
}
#showblock .block .showblock-text .hidden {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;
}
#showblock .block .showblock-text input {
	width: 65%;
	display: inline-block;
	display: inline-block;
    padding: 8px 12px;
    outline: none;
    border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: 1px solid #ccc;
	border-radius: 4px;
}
#showblock .block .showblock-text input:disabled {
	background: #e9e9e9;
}
#showblock .block .showblock-text textarea {
	width: 94%;
	height: 66px;
	display: inline-block;
    padding: 8px 12px;
    outline: none;
    border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 0;
	resize: none;
}
#showblock .block .showblock-text button {
	display: block;
	padding: 8px 30px;
	background: #ff421c;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 20px;
	cursor: pointer;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: none;
	margin: 10px 0 0 0;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#showblock .block .showblock-text button:hover {
	background: #ff5926;
}
#showblock .block .showblock-text button .blick {
    width: 46px;
	height: 46px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -46px;
	top: 0;
}
#showblock .block .showblock-text .error {
	position: absolute;
	left: 0;
	top:0;
	background: #c00;
	width: 98%;
	height: 100%;
    padding: 8px 12px;
    font-size: 18px;
	line-height: 22px;
    text-transform: uppercase;
	color: #fff;
    font-weight: 600;
	letter-spacing: 0.3px;
	display: none;
}
#showblock .block .showblock-text p.tel {
    margin-bottom: 0;
}
#showblock .block .showblock-text p.tel a {
	color: #000;
}
#showblock .block .showblock-text p.tel a .icon {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 8px;
	width: 16px;
	height: 15px;
}
#showblock .block .showblock-text p.tel a.lifecell .icon {
	background: url(../img/lifecell-1.svg) no-repeat;
}
#showblock .block .showblock-text p.tel a.kyivstar .icon {
	background: url(../img/kyivstar-1.svg) no-repeat;
}
#showblock .block .showblock-text p.tel a.vodafone .icon {
	background: url(../img/vodafone-1.svg) no-repeat;
}
#showblock .block .showblock-text p.tel a:hover {
	color: #ff421c;
}
#showblock .block .showblock-text p.tel a:hover .icon {
	background-position: 0 -25px;
}

#showblock .block .showblock-bottom {
	text-align: center;
}
#showblock .block .showblock-bottom p.center {
	display: inline-block;
	padding: 10px 20px;
	background: #ff421c;
	border-radius: 4px;
	font-size: 20px;
	letter-spacing: 0.3px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
	cursor: pointer;
}
#showblock .block .showblock-bottom p.center:hover {
	background: #ff5926;
}
#showblock .block .showblock-bottom p.center .blick {
    width: 40px;
	height: 40px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}

#viewed {
	margin-top: -10px;
}
#viewed .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
    position: relative;
    padding: 0 0 30px 0;
	overflow: hidden;
}
#viewed .cont .title {
    letter-spacing: 0.3px;
    font-size: 20px;
    font-weight: bold;
	margin-bottom: 20px;
}
#viewed .cont .prs {
	margin-left: -1%;
    width: 102%;
	display: flex;
}


#viewed .cont .pr {
	display: inline-block;
	border: 1px solid #ccc;
	width: 14.5%;
	position: relative;
	border-radius: 6px;
	margin: 0 1%;
}
#viewed .cont .pr a .tit {
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
    -webkit-transition: color 0.125s ease-in-out;
    -moz-transition: color 0.125s ease-in-out;
    -o-transition: color 0.125s ease-in-out;
    transition: color 0.125s ease-in-out;
}
#viewed .cont .pr a:hover .tit {
	color: #ff421c;
}
#viewed .cont .pr .notbg {
	padding: 20px;
	position: relative;
	z-index: 1;
	padding-bottom: 66px;
	position: relative;
	margin-top: 1px;
}
#viewed .cont .pr .absolute {
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index: 1;
	/*background: #ccc;*/
}
#viewed .cont .pr .absolute .padding {
    padding: 0 20px;
}
#viewed .cont .pr .bg {
}
#viewed .cont .pr .whiteline {
	display: none;
}

#viewed .cont .pr a .icon {
	display: block;
	text-align: center;
}
#viewed .cont .pr a .icon img {
	max-width: 100%;
	height: auto;
}
#viewed .cont .pr a .tit {
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
    -webkit-transition: color 0.125s ease-in-out;
    -moz-transition: color 0.125s ease-in-out;
    -o-transition: color 0.125s ease-in-out;
    transition: color 0.125s ease-in-out;
}


#viewed .cont .pr .prices {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
#viewed .cont .pr .prices .old {
	display: inline-block;
	font-size: 20px;
	color: #999;
	border-bottom: 2px solid #999;
	height: 9px;
	padding: 0 2px;
	margin-bottom: 8px;
}
#viewed .cont .pr .prices .new {
	display: inline-block;
	font-size: 22px;
	color: #ff421c;
}
#viewed .cont .pr .button {
	background: #f5f5f5;
	display: table-cell;
	vertical-align: middle;
}
#viewed .cont .pr .button p {
	display: block;
	width: 49px;
	height: 40px;
	background: #ff421c;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#viewed .cont .pr .button p .icon {
	position: absolute;
	top: 5px;
	left: 9px;
	width: 34px;
	height: 30px;
	background: url(../img/buy-1.svg) no-repeat;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#viewed .cont .pr .button p .blick {
    width: 40px;
	height: 40px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}
#viewed .cont .pr .button .green {
	background: #1ac71a;
}
#viewed .cont .pr .button .green .icon {
	background-position: -34px 0;
}

#viewed .cont .pr .openmore p {
	color: #999;
	line-height: 18px;
	margin-bottom: 2px;
	font-size: 15px;
}
#viewed .cont .pr .openmore .strong {
	padding-left: 4%;
	width: 1%;
}
#viewed .cont .pr .openmore .strong p {
	color: #000;
}
#viewed .cont .pr .openmore .solid {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}

/*#viewed .cont .pr:hover {
	box-shadow: 0px 0px 5px #00000052;
}*/

@media
only screen and (max-width : 1620px), only screen and  and (max-device-width : 1620px) {
	
#header .cont,
#menu .cont,
#new-product-card .cont,
#viewed .cont,
#footer .cont {
    width: 96%;
    max-width: none;
}

#new-product-card .cont .top .right {
	max-width: 642px;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th3 {
	display: none;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th4 {
	min-width: 230px;
}

}
@media
only screen and (max-width : 1320px), only screen and  and (max-device-width : 1320px) {

#menu .cont .block.th2 li a {
    padding: 10px 17px;
}

#footer .cont .block.th4 td {
    padding-right: 0;
    display:inline-block;
}
#footer .cont .block.th4 .tit2 {
    margin-top: 3px;
}

#header .cont .search input {
    width: 96%;
    padding: 12px 2%;
}
#header .cont .search .error {
    width: 88%;
    padding: 14px 2%;
}
	
#new-product-card .cont .top .left .sliders {
    width: 488px;
}
#new-product-card .cont .top .left .sliders .slider-for {
    width: 488px;
	height: 488px;
}
#new-product-card .cont .top .left .sliders .slider-for img{
    width: 488px;
	height: auto;
}
#new-product-card .cont .top .left .sliders .slider-nav {
	height: 54px;
}
#new-product-card .cont .top .left .sliders .slider-nav img {
	height: 54px;
	width: auto;
}
	
#new-product-card .cont .top .right {
    max-width: 630px;
}
#new-product-card .cont .top .right .rightcont .block.th2 .new {
    display: block;
}
#new-product-card .cont .top .right .rightcont .block.th2 .old {
	margin-bottom: 10px;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th4 .buy-3 {
	width: 118px;
}    
#new-product-card .cont .top .right .rightcont .block.th2 td.th4 {
    min-width: 180px;
}

#new-product-card .cont .bottom .right .rightcont .block {
    width: 442px;
}
#new-product-card .cont .bottom .right .rightcont .block.withprs {
    width: 456px;
}

#viewed .cont .pr {
    width: 18%;
}
#viewed .cont .pr:nth-of-type(6) {
	display: none;
}

}
@media
only screen and (max-width : 1180px), only screen and  and (max-device-width : 1180px) {

#menu .cont .block.th2 li a {
    padding: 10px 6px;
}
#menu .cont .block.th3 ul {
    width: 68px;
}
#menu .cont .block.th1 ul li {
    padding: 12px 4px 12px 10px;
    margin-left: -10px;
}
#menu .cont .block.th1 ul {
    width: 100px;
}
#menu .cont .block.th1 ul li .arrow {
    right: 8px;
}
#menu .cont .block.th3 ul.mml_links li.active a,
#menu .cont .block.th3 ul.mml_links li.active .mmllink {
    padding: 10px 6px 10px 6px;
}
#menu .cont .block.th3 ul.mml_links li {
    right: -6px;
	width: 62px;
}
#menu .cont .block.th3 ul.mml_links li a,
#menu .cont .block.th3 ul.mml_links li .mmllink {
    padding: 10px 6px 10px 6px;
}
	
#new-product-card .cont .top .left .sliders {
    width: 388px;
}
#new-product-card .cont .top .left .sliders .slider-for {
    width: 388px;
	height: 388px;
}
#new-product-card .cont .top .left .sliders .slider-for img{
    width: 388px;
}
#new-product-card .cont .top .left .sliders .slider-nav {
	height: 36px;
}
#new-product-card .cont .top .left .sliders .slider-nav img {
	height: 36px;
	width: auto;
}
#new-product-card .cont .top .left .sliders .opacity {
    height: 70px;
}
#new-product-card .cont .top .right .rightcont .block #form-add-to-cart .buy-1 {
    padding: 11px 24px;
}
#new-product-card .cont .top .right .rightcont .block .buy-2 p {
    padding: 11px 14px;
}
	
#new-product-card .cont .top .right {
    max-width: 530px;
}
#new-product-card .cont .top .right .rightcont .block.th2 .slick-next {
    right: 15px;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th1 .prices .new, #new-product-card .cont .top .right .rightcont .block.th2 td.th2 .prices .new {
    font-size: 20px;
}
#new-product-card .cont .top .right .rightcont .block.th2 td.th1 .prices .old, #new-product-card .cont .top .right .rightcont .block.th2 td.th2 .prices .old {
    font-size: 17px;
}    
#new-product-card .cont .top .right .rightcont .block.th2 td.th4 .buy-3 {
    width: 104px;
}

#new-product-card .cont .bottom .right .rightcont .block {
    width: 342px;
}
#new-product-card .cont .bottom .right .rightcont .block.withprs {
    width: 356px;
}
#new-product-card .cont .bottom .block .tabs ul li {
    margin-right: 15px;
}
#new-product-card .cont .bottom .block .add-review textarea {
    width: 92%;
}
#new-product-card .cont .bottom .block .prs a .img img {
	width: 50px;
	height: auto;
}
#new-product-card .cont .bottom .block .prs td {
	display: inline-block;
}
#new-product-card .cont .bottom .block .prices {
    margin: 0;
}
#new-product-card .cont .bottom .block .prices .new {
	display: inline-block;
}
#new-product-card .cont .bottom .block .prices .old {
	margin-right: 3px;
}
#new-product-card .cont .bottom .block .prs .td2 {
	margin-top: 10px;
}
#new-product-card .cont .bottom .block .prs .td3 {
	float: right;
}
#new-product-card .cont .bottom .block .prs .pr {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
#new-product-card .cont .bottom .block .prs .pr.last {
	border-bottom: none;
	padding-bottom: 0;
}

#viewed .cont .pr {
    width: 23%;
}
#viewed .cont .pr:nth-of-type(5) {
	display: none;
}

}
@media
only screen and (max-width : 1000px), only screen and  and (max-device-width : 1000px) {

#menu .cont .block.th2 li a .m1 {
	display: none;
}
#menu .cont .block.th2 li a .m2 {
	display: inline;
}
#header .cont .search form fieldset {
    padding: 0 6%;
}
#header .cont .search input.submit {
    right: 6%;
}
#header .cont .search .error {
    width: 82%;
    padding: 14px 2%;
}
#menu .cont .block.th2 li a {
    padding: 10px;
}

#footer .cont {
	padding-top: 165px;
	padding-bottom: 15px;
}
#footer .cont .block.th1 {
	position: absolute;
	top: 30px;
}
#footer .cont .block.th4 {
	width: 560px;
	position: absolute;
	top: 30px;
	left: 268px;
}
#footer .cont .block.th2 {
	width: 1%;
	border-top: 1px solid #5d5d5d;
	padding-top: 20px;
	padding-right: 2%;
}
#footer .cont .block.th2 ul {
	width: 270px;
}
#footer .cont .block.th3 {
	width: 68%;
	border-top: 1px solid #5d5d5d;
	padding-top: 20px;
	padding-right: 0;
}
#footer .cont .block.th4 td {
    padding-right: 20px;
}
#footer .cont .block.th3 {
	padding-right: 0;
}
#footer .cont .block.th3 ul li {
	display: inline-block;
}
#footer .cont .block.th3 ul {
	width: 560px;
}
#footer .cont .block.th3 ul li.th1,
#footer .cont .block.th3 ul li.th4 {
	width: 190px;
}
#footer .cont .block.th3 ul li.th2,
#footer .cont .block.th3 ul li.th5 {
	width: 210px;
}
#footer .cont .block.th3 ul li.th3,
#footer .cont .block.th3 ul li.th6 {
	width: 140px;
}
#footer .cont .block.th4 .tit2,
#footer .cont .block.th4 .icons {
    display: inline-block;
	vertical-align: middle;
}
#footer .cont .block.th4 .icons {
	margin-bottom: 5px;
	margin-left: 10px;
}
#footer .cont .block.th4 .tit2 {
	margin-left: -2px;
}
	
#new-product-card .cont .top .right .rightcont .block .av-cont {
	position: relative;
	overflow: visible;
}	
#new-product-card .cont .top .right .rightcont .block .av-cont .av {
    float: none;
	display: inline-block;
}
#new-product-card .cont .top .right .rightcont .block .av-cont .art {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
	margin-top: 12px;
	position: absolute;
	right: 0;
	top: 16px;
}
#new-product-card .cont .top .right .rightcont .block .buy-2 {
	margin-top: 20px;
}
#new-product-card .cont .top .right .rightcont .block .buy-2 p {
    padding: 11px 0;
    width: 256px;
    text-align: center;
}
#new-product-card .cont .top .right {
    max-width: 430px;
}
#new-product-card .cont .top .right .rightcont .block .colors-cont .colors a {
    width: 24px;
    height: 24px;
    margin-right: 0px;
}
#new-product-card .cont .top .right .rightcont .block .othersize .select-cont {
    width: 256px;
}
#new-product-card .cont .top .right .rightcont .block.th2 {
	display: none;
}
#new-product-card .cont .m-complects {
	display: block;
}
#new-product-card .cont .top .left .sliders .slick-prev, #new-product-card .cont .top .left .sliders .slick-next {
    margin-top: -5px;
}
	
#new-product-card .cont .bottom .block .tabs ul li {
    margin-right: 10px;
	font-size: 17px;
}    
#new-product-card .cont .bottom .block .add-review textarea {
    width: 90%;
}

}
@media
only screen and (max-width : 868px), only screen and  and (max-device-width : 868px) { 
#header {
	position: fixed;
	top: 0;
	z-index: 3;
	box-shadow: 0px 2px 2px #0000001c;
}
#header .cont {
    padding: 10px 0 15px 0;
}
#header .cont .logo {
	width: 100%;
}
#header .cont .logo .m-menu {
	display: inline-block;
}
#header .cont .logo a, #header .cont .logo .home {
	display: inline-block;
	vertical-align: middle;
    width: 200px;
    height: 54px;
}
#header .cont .logo a img, #header .cont .logo .home img {
    width: 200px;
	height: auto;
}
#header .cont .search form {
	position: absolute;
	/*width: 520px;*/
	width: 40px;
	right: 10px;
	top: -2px;
	padding: 10px 0;
	background: #f3f3f3;
}    
#header .cont .search form fieldset {
    padding: 0;
}
#header .cont .search input.submit {
    right: 0;
	background-position: 0 -80px;
}
#header .cont .search input.submit:hover {
	background-position: 0 -120px;
}
#header .cont .search .mobile-active input.submit {
	background-position: 0 0;
}
#header .cont .search .mobile-active input.submit:hover {
	background-position: 0 -40px;
}    
#header .cont .search .error {
    width: 90%;
}
#menu {
	position: fixed;
	z-index: 4;
	top: 0;
	left: -100%;
	bottom: 0;
	background: #fff;
	box-shadow: 0px 0px 5px #00000052;
	overflow: hidden;
}
#menu .cont {
	width: auto;
	height: 100%;
	/*padding-top: 50px;*/
	position: relative;
	/*left: -50%;*/
}
#menu .cont .m-scroll {
	/*height: 375px;*/
	overflow-y: scroll;
	position: relative;
	z-index: 1;
	padding-top: 50px;
}
#menu .cont .m-menu-logo {
	display: block;
}
#menu .cont .block {
    display:block;
}
#menu .cont .block a {
	color: #000;
}
#menu .cont .block.th1 ul {
    width: auto;
	height: auto;
	border-top: 1px solid #dfdfdf;
}    
#menu .cont .block.th1 ul li {
    padding: 0;
    margin-left: 0;
    color: #000;
	cursor: default;
}  
#menu .cont .block.th1 ul li .text {
	display: inline-block;
	padding: 15px;
}
#menu .cont .block.th1 ul li:hover {
	background: none;
}
#menu .cont .block.th2 li a:hover {
	background: none;
	color: #fb4424;
}#menu .cont .block.th3 ul li a:hover {
	background: none;
}
#menu .cont .block.th3 ul.mml_links:hover li.active {
	background: none;
}
#menu .cont .block.th3 ul {
    width: auto;
}    
#menu .cont .block.th3 ul.mml_links {
	padding: 15px 0 15px 15px;
	height: 20px;
}
#menu .cont .block.th3 ul.mml_links li {
    position: relative;
    right: auto;
    width: auto;
    text-align: left;
    float: none;
	display: inline-block;
	top: auto;
	margin-right: 10px;
}
#menu .cont .block.th3 ul.mml_links li.active {
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.3px;
}
#menu .cont .block.th3 ul.mml_links li a,
#menu .cont .block.th3 ul.mml_links li .mmllink {
	text-align: left;
	border-radius: 0;
	background: none;
	box-shadow: none;
	padding: 0;
}
#menu .cont .block.th3 ul.mml_links li a:hover,
#menu .cont .block.th3 ul.mml_links li .mmllink:hover {
	background: none;
	color: #fb4424;
}
#menu .cont .block.th3 ul.mml_links li.active a,
#menu .cont .block.th3 ul.mml_links li.active .mmllink {
    text-align: left;
	padding: 0;
	color: #000;
}    
#menu .cont .block.th2 {
	text-align:left;
	border-bottom: 1px solid #dfdfdf;
}
#menu .cont .block.th2 li {
	display: block;
	line-height: 18px;
}    
#menu .cont .block.th2 li a {
    padding: 15px;
}
#menu .cont .block.th1 ul li .submenu {
	position: relative;
    display: block;
	top: auto;
	left: auto;
	box-shadow: none;
	width: auto;
	border-radius: 0;
	background: #f5f5f5;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu {
    width: auto;
    display:block;
	border-top: 1px solid #dfdfdf;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li {
	border-bottom: 1px solid #dfdfdf;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a {
	padding: 15px 45px 15px 15px;
	/*background: url(../img/m-menu-arr-1.svg) no-repeat 100% 0;*/
	background: #f5f5f5;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a .m-arr.show {
	display: block;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu {
    width: auto;
    display:none;
    padding: 0;
	position: absolute;
	z-index: 3;
	top: 0;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a.hover {
	/*background: url(../img/m-menu-arr-1.svg) no-repeat 100% 0%;*/
	background: #f5f5f5;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a:hover {
	/*background: url(../img/m-menu-arr-1.svg) no-repeat 100% 100%;*/
	background: #fafafa;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu.th2,
#menu .cont .block.th1 ul li .submenu ul.rightmenu.th3 {
	display: none;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr {
	display: block;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr.th1 {
	width: auto;
	margin-right: 0;
}
#menu .cont .block.th3 ul li {
	line-height: 18px;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr.th2 {
	width: auto;
}
#menu .cont .block.th1 ul li .arrow {
	background-position: 0 -12px;
	top: 19px;
	right: 17px;
}
#menu .cont .block.th3 ul.mml_links li.active a .arrow,
#menu .cont .block.th3 ul.mml_links li.active .mmllink .arrow {
	display: none;
}

#menu .cont .m-icons {
	display: block;
	padding-bottom: 70px;
}

#footer .cont {
    padding-top: 210px;
}
#footer .cont .block.th3 ul {
    width: auto;
}    
#footer .cont .block.th4 {
    width: 260px;
}
#footer .cont .block.th3 ul li.th1,
#footer .cont .block.th3 ul li.th4 {
	width: 48%;
}
#footer .cont .block.th3 ul li.th2,
#footer .cont .block.th3 ul li.th5 {
	width: 48%;
}
#footer .cont .block.th3 ul li.th3,
#footer .cont .block.th3 ul li.th6 {
	width: 48%;
}    
#footer .cont .block.th4 {
    left: 252px;
}
#footer .cont .block.th2 ul {
    width: 250px;
}

#shop-cart-show .shop-cart-show-cont {
	width: 560px;
	border-radius: 6px 0 0 6px;
}
#shop-cart-show .shop-cart .buttons-cont {
    margin: 0 5px;
	width: 92px;
}
#shop-cart-show .shop-cart .td4 strong {
    margin: 0 0 0 8px;
}
#shop-cart-show .shop-cart .buttons-cont input {
    width: 30px;
}
#shop-cart-show .shop-cart .buttons-cont button.shk_count_button {
    width: 30px;
}

#new-product-card {
    margin-top: 79px;
}
#new-product-card .cont .top .left {
    display: block;
    width: 100%;
}
#new-product-card .cont .top .right {
    display: block;
    width: 100%;
	max-width: none;
	margin-top: 30px;
}
#new-product-card .cont .top .right .rightcont {
    margin-left: 0;
}   
#new-product-card .cont .top .right .rightcont .block .buy-2 {
    margin-top: 0;
}

#new-product-card .cont .top .left .sliders {
    width: 588px;
	margin: auto;
}
#new-product-card .cont .top .left .sliders .slider-for {
    width: 588px;
	height: 588px;
}
#new-product-card .cont .top .left .sliders .slider-for img{
    width: 588px;
}
#new-product-card .cont .top .left .sliders .slider-nav {
	height: 74px;
}
#new-product-card .cont .top .left .sliders .slider-nav img {
	height: 74px;
	width: auto;
}
#new-product-card .cont .top .left .sliders .opacity {
    height: 104px;
}
#new-product-card .cont .top .right .rightcont .block .othersize .select-cont {
    width: 400px;
}

/*#new-product-card .cont .top .right .rightcont .block.th2 {
	display: block;
}
#new-product-card .cont .m-complects {
	display: none;
}*/
#new-product-card .cont .m-complects td.th3 {
	display: none;
}
#new-product-card .cont .m-complects td.th4 {
	padding-right: 60px;
}
#new-product-card .cont .m-complects .slick-next {
    right: 10px;
}
	
#new-product-card .cont .bottom .left {
    display: block;
}
#new-product-card .cont .bottom .left .leftcont {
    margin-right: 0;
}    
#new-product-card .cont .bottom .block .tabs ul li {
    margin-right: 15px;
    font-size: 20px;
}
#new-product-card .cont .bottom .right .rightcont .block {
    width: auto;
}
#new-product-card .cont .bottom .right .rightcont .block.withprs {
    width: auto;
}
#new-product-card .cont .bottom .block .prs .pr {
    border-bottom: none;
    padding-bottom: 0;
}
#new-product-card .cont .bottom .block .scrollopacity {
	display: none;
}
#new-product-card .cont .bottom .block .prs td {
    display: table-cell;
}  
#new-product-card .cont .bottom .block .prs table {
    width: 100%;
}    
#new-product-card .cont .bottom .block .prs a .img img {
    width: 66px;
}    
#new-product-card .cont .bottom .block .prs .td3 {
    float: none;
}
#new-product-card .cont .bottom .block .prices .new {
    display: block;
}
#new-product-card .cont .bottom .block .prices {
    margin: 0 20px;
}
	
#showblock .block {
	width: 560px;
	border-radius: 6px 0 0 6px;
}
#showblock .block .showblock-text p.img img,
#showblock .block .showblock-text .img p img {
	width: 224px;
	height: auto;
}
#showblock .block .showblock-text textarea {
    width: 92%;
}

#viewed .cont .pr {
    width: 31%;
}
#viewed .cont .pr:nth-of-type(4) {
	display: none;
}
	
}
@media
only screen and (max-width : 680px), only screen and  and (max-device-width : 680px) {


#footer .cont .block.th3 ul li.th1,
#footer .cont .block.th3 ul li.th4 {
	width: 100%;
}
#footer .cont .block.th3 ul li.th2,
#footer .cont .block.th3 ul li.th5 {
	width: 100%;
}
#footer .cont .block.th3 ul li.th3,
#footer .cont .block.th3 ul li.th6 {
	width: 100%;
}

#new-product-card .cont .top .right .rightcont .block .buy-2 p {
    width: 210px;
}
#new-product-card .cont .top .left .sliders {
    width: 488px;
}
#new-product-card .cont .top .left .sliders .slider-for {
    width: 488px;
	height: 488px;
}
#new-product-card .cont .top .left .sliders .slider-for img{
    width: 488px;
	height: auto;
}
#new-product-card .cont .top .left .sliders .slider-nav {
	height: 54px;
}
#new-product-card .cont .top .left .sliders .slider-nav img {
	height: 54px;
	width: auto;
}
#new-product-card .cont .m-complects td.th4 .prices .old {
	margin-bottom: 10px;
}
#new-product-card .cont .m-complects td.th4 .prices .new {
    display: block;
}
#new-product-card .cont .m-complects td.th4 .buy-3 {
    width: 110px;
}

#shop-cart-show .shop-cart-show-cont {
	width: 400px;
    padding: 15px;
}
#shop-cart-show .shop-cart .cart-order-title {
	display: none;
}
#shop-cart-show .shop-cart .shop-cart-head {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 12px;
}
#shop-cart-show .shop-cart .close {
    right: 15px;
}
#shop-cart-show .shop-cart .shop-cart-clear {
    right: 53px;
}
#shop-cart-show .shop-cart td {
	vertical-align: top;
}
#shop-cart-show .shop-cart .cart-order {
    border-bottom: 1px solid #e6e6e6;
	position: relative;
	display: block;
}
#shop-cart-show .shop-cart .td1 {
	padding: 10px 10px 10px 0;
}
#shop-cart-show .shop-cart .td2 {
	padding-top: 14px;
}
#shop-cart-show .shop-cart .td3 {
	position: absolute;
	left: 110px;
	bottom: 14px;
}
#shop-cart-show .shop-cart .td4 {
	position: absolute;
	right: 26px;
	bottom: 22px;
}
#shop-cart-show .shop-cart .td5 {
	position: absolute;
	right: 0;
	bottom: 24px;
}
#shop-cart-show .shop-cart .img img {
	width: 96px;
	height: auto;
}
#shop-cart-show .shop-cart .td2 .price {
	display: block;
	margin-bottom: 62px;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.left {
    float: none;
	text-align: center;
	margin-bottom: 10px;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.right {
    float: none;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.right a {
	text-align: center;
}
#shop-cart-show .shop-cart .sum {
    border-top: none;
}
	
#shop-cart-show .shop-cart .shop-cart-empty-text {
    padding: 0 0 20px;
    border-top: none;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.strong {
    font-size: 20px;
	line-height: 24px;
}

#showblock .block {
	width: 400px;
    padding: 15px;
}
#showblock .block .showblock-text p.img img,
#showblock .block .showblock-text .img p img {
	width: 96px;
}
#showblock .block .showblock-text p.strong {
    font-size: 20px;
	line-height: 24px;
}    
#showblock .block .showblock-text textarea {
    width: 90%;
}

#viewed .cont .pr .prices .new {
    display: block;
    font-size: 20px;
}
#viewed .cont .pr .prices .old {
    font-size: 17px;
    border-bottom: 1px solid #999;
    height: 8px;
	margin-bottom: 7px;
}

}
@media
only screen and (max-width : 584px), only screen and  and (max-device-width : 584px) {

#header .cont .contacts {
	display: none;
}
#menu .cont .m-contacts {
	display: block;
}
  
#footer .cont {
    padding-top: 30px;
}
#footer .cont .block {
    display: block;
    padding-right: 0;
}
#footer .cont .block.th1 {
    position: relative;
    top: auto;
    padding-right: 0;
	text-align: center;
}
#footer .cont .block .logo a, #footer .cont .block .logo .home {
	margin: auto;
}
#footer .cont .block.th2 {
    width: auto;
    padding-right: 0;
	margin-top: 20px;
}  
#footer .cont .block.th3 {
    width: auto;
    padding-right: 0;
	margin-top: 20px;
}
#footer .cont .block.th4 {
    width: auto;
    position: relative;
    top: auto;
	left: auto;
	margin-top: 20px;
    border-top: 1px solid #5d5d5d;
	padding-top: 20px;
}    
#footer .cont .block.th4 td {
    display: block;
}
	
#shop-cart-show .shop-cart-show-cont {
    width: 330px;
}
#shop-cart-show .shop-cart .shop-cart-clear {
    padding: 7px 8px 5px;
}
#shop-cart-show .shop-cart .shop-cart-clear .icon {
    margin-right: 2px;
}
#shop-cart-show .shop-cart .shop-cart-head p .icon {
    margin-right: 4px;
}

#shop-cart-show .shop-cart .shop-cart-head p {
    font-size: 21px;
}

#new-product-card .cont .top .left .sliders {
    width: 100%;
}
#new-product-card .cont .top .left .sliders .slider-for {
    width: 100%;
	height: auto;
}
#new-product-card .cont .top .left .sliders .slider-for img{
    width: 100%;
	height: auto;
}
#new-product-card .cont .top .left .sliders .slider-nav {
	height: auto;
}
#new-product-card .cont .top .left .sliders .slider-nav p {
    margin: 0 5px;
}
#new-product-card .cont .top .left .sliders .slider-nav img {
	height: auto;
	width: 100%;
}    
#new-product-card .cont .top .left .sliders .opacity {
    /*height: 75px;*/
	margin-bottom: 5%;
}
#new-product-card .cont .top .right .rightcont .block .prices {
    padding: 18px 0 0;
	display: block;
	text-align: center;
}
#new-product-card .cont .top .right .rightcont .block .buy-2 {
    margin-top: 20px;
}    
#new-product-card .cont .top .right .rightcont .block .buy-2 p {
    width: 256px;
}    
#new-product-card .cont .top .right .rightcont .block .othersize .select-cont {
    width: 256px;
	display: inline-block;
}
#new-product-card .cont .top .right .rightcont .block .othersize {
	text-align: center;
}
#new-product-card .cont .top .right .rightcont .block .buttons-cont {
	text-align: center;
}
#new-product-card .cont .top .right .rightcont .block .colors-cont {
	text-align: center;
}
#new-product-card .cont .top .right .rightcont .block #form-add-to-cart .buy-1 {
    margin-right: 0;
}
#new-product-card .cont .top .right .rightcont .block .colors-cont .colors a {
    display: inline-block;
    float: none;
    margin: 0;
}    
#new-product-card .cont .m-complects td.th4 {
	display: none;
}
#new-product-card .cont .m-complects .slick-next {
    right: -2px;
	border: none;
}
#new-product-card .cont .m-complects .slick-next:hover {
	border: none;
}
#new-product-card .cont .m-complects .complects-opacity {
    width: 40px;
}
#new-product-card .cont .m-complects td.th1 .prices .old,
#new-product-card .cont .m-complects td.th2 .prices .old {
    margin-bottom: 10px;
}
#new-product-card .cont .top .left .sliders .opacity {
    width: 20px;
}
#new-product-card .cont .m-complects .complects-cont {
	margin-bottom: 138px;
}
#new-product-card .cont .m-complects .complects-cont .complect {
	position: relative;
	padding-bottom: 138px;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices {
	display: block;
	position: absolute;
	width: 100%;
	padding: 0;
	bottom: 40px;
}
#new-product-card .cont #breadcrumb {
}
#new-product-card .cont #breadcrumb li {
	font-size: 16px;
	line-height: 20px;
}
#new-product-card .cont #breadcrumb li:last-child {
	display: none;
}
#new-product-card .cont #breadcrumb li.home {
	display: inline-block;
	width: 18px;
	height: 18px;
}
#new-product-card .cont #breadcrumb li.home a {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/home-1.svg) no-repeat;
	padding: 0;
	text-indent: 25px;
	overflow: hidden;
	margin-right: 5px;
}
#new-product-card .cont #breadcrumb li.home a:hover {
	background-position: 0 -20px;
}

#new-product-card .cont .bottom .block .prs a .img img {
	width: 50px;
	height: auto;
}
#new-product-card .cont .bottom .block .prs td {
	display: inline-block;
}
#new-product-card .cont .bottom .block .prices {
    margin: 0;
}
#new-product-card .cont .bottom .block .prices .new {
	display: inline-block;
}
#new-product-card .cont .bottom .block .prs .td2 {
	margin-top: 10px;
}
#new-product-card .cont .bottom .block .prs .td3 {
	float: right;
}
#new-product-card .cont .bottom .block .prs .pr {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
#new-product-card .cont .bottom .block .prs .pr.last {
	border-bottom: none;
	padding-bottom: 0;
}
	
#new-product-card .cont .bottom .block .tabs ul li {
    margin-right: 6px;
}
#new-product-card .cont .bottom .block .tabs ul li .m1 {
    display: none;
}
#new-product-card .cont .bottom .block .tabs ul li .m2 {
    display: inline;
}
#new-product-card .cont .bottom .block .add-review textarea {
    width: 88%;
}
#new-product-card .cont .bottom .block .add-review .icon {
	display: none;
}

#new-product-card .cont .bottom .block .show-hides .text .hiddentext {
	height: 406px;
}
#new-product-card .cont .bottom .block .show-hides .text .more {
	display: block;
}
#new-product-card .cont .top .right .rightcont .block h1 {
	display: none;
}
#new-product-card .cont .top .right .rightcont .block .av-cont .art {
	display: none;
}
#new-product-card .cont .top .right .rightcont .block {
    background: #f5f5f5;
}
#new-product-card .cont .top .right .rightcont .block .review-cont .review .stars .white {
	background-position: 0 -25px;
}
#new-product-card .cont .m-h1,
#new-product-card .cont .m-art {
	display: block;
}

#new-product-card .cont .m-complects {
    padding: 20px 0 1px 0;
}
#new-product-card .cont .m-complects .tit {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
#new-product-card .cont .m-complects td {
	position: static;
}
#new-product-card .cont .m-complects tr {
	position: relative;
}
#new-product-card .cont .m-complects td.th1 .plus {
    left: 50%;
    margin-left: -14px;
}
#new-product-card .cont .m-complects td.th1,
#new-product-card .cont .m-complects td.th2 {
	padding: 0 2%;
	text-align: center;
}
#new-product-card .cont .m-complects .img img {
	margin: auto;
}
#new-product-card .cont .m-complects .complects-opacity {
    display: none;
}
/*#new-product-card .cont .m-complects .slick-prev {
    width:16px;
	right:40px;
	top:-30px;
	left:auto;
}*/
#new-product-card .cont .m-complects .slick-prev {
    width: 26px;
    height: 58px;
	background:  url(../img/arr-3.svg) no-repeat;
	border-radius: 0 6px 6px 0;
	left: -6px;
	top:29px;
}
#new-product-card .cont .m-complects .slick-next {
	/*width: 0;*/
    width: 26px;
	top:75px;
	right:-6px;
    background-position: -48px 0;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .line {
	display: none;
}
#new-product-card .cont .top .right .rightcont .block .new {
    color: #000;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .prices {
	display: block;
	padding: 0;
	text-align: center;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .new {
    font-size: 30px;
    color: #000;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .old {
    font-size: 24px;
    height: 10px;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .buy-button {
	display: block;
	padding: 0;
	width: auto;
}
#new-product-card .cont .m-complects .complects-cont .complect .m-complect-prices .buy-3 {
    width: 170px;
	margin: 10px auto 0;
}
#new-product-card .cont .bottom .block .prs {
	overflow-y: scroll;
	height: 408px;
}
	
#new-product-card .cont .top .right .rightcont .block .colors-cont {
	display: none;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes {
	display: block;
}
#new-product-card .cont .top .right .rightcont .block .othersize {
	display: none;
}
#new-product-card .cont .top .right .rightcont .m-colors-sizes {
	display: block;
}
	

#new-product-card .cont .top .right .rightcont .block .av-cont .av .m1 {
	display: none;
}

#showblock .block {
    width: 330px;
}
#showblock .block .showblock-text textarea {
    width: 88%;
}
	
#viewed .cont .pr {
    width: 48%;
}
#viewed .cont .pr .notbg {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}
#viewed .cont .pr .absolute .padding {
    padding: 0 15px;
}
#viewed .cont .pr:nth-of-type(3) {
	display: none;
}

}
@media
only screen and (max-width : 384px), only screen and  and (max-device-width : 384px) {

#header .cont {
    padding: 10px 0 12px 0;
}
#header .cont .logo a, #header .cont .logo .home {
    width: 156px;
    height: 42px;
}
#header .cont .logo a img, #header .cont .logo .home img {
    width: 156px;
}
#header .cont .search form {
    top: -8px;
}

#footer .cont {
    width: 86%;
}
	
#shop-cart-show .shop-cart-show-cont {
    width: 280px;
}
#shop-cart-show .shop-cart .img img {
    width: 68px;
	margin: 0;
}
#shop-cart-show .shop-cart .td3 {
    left: 73px;
}    
#shop-cart-show .shop-cart .td4 {
    display: none;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.right a {
    padding: 10px 0px;
}    
#shop-cart-show .shop-cart .shop-cart-clear {
    position: relative;
    right: auto;
    top: auto;
    border: none;
    padding-right: 0;
}  
#shop-cart-show .shop-cart .shop-cart-clear:hover {
	background: none;
}

#shop-cart-show .shop-cart .shop-cart-empty-text p.img {
	display: none;
}
	
#new-product-card .cont .top .left .sliders .opacity {
	margin-bottom: 2%;
}

#new-product-card .cont .top .left .sliders .slider-nav .slick-next {
    right: -20px;
}
#new-product-card .cont .top .left .sliders .slider-nav .slick-prev {
    right: -20px;
}
	
#new-product-card {
    margin-top: 64px;
}
	
#new-product-card .cont .bottom .block .tabs ul li {
    font-size: 17px;
}
#new-product-card .cont .bottom .block .show-hides .text .add-review p.rate {
    margin-right: 2px;
	font-size: 18px;
}
#new-product-card .cont .bottom .block .social .th1 strong {
	text-transform: capitalize;
}
#new-product-card .cont .bottom .block .social .th1 strong .m1 {
	display: none;
}

#showblock .block {
    width: 280px;
}    
#showblock .block .showblock-text p.img,
#showblock .block .showblock-text .img p {
	display: none;
}
#showblock .block .showblock-title p {
    font-size: 20px;
	line-height: 28px;
}

}