@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,cyrillic);

* {
	box-sizing: border-box;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
}

.wrap {
    width: 940px; /* 320 + 320*2 */
    margin: 0 auto;
}


#page-content {
	float: left;
	width: 640px;
}

#phones {
    position: absolute;
    top: 30px;
    left: 50%;
    color: #3c383b;
    font-weight: 300;
    font-size: 20px;
}

@media all and (max-width: 1279px) {


}

@media all and (min-width: 1280px) and (max-width: 1599px) {
	.wrap {
     width: 1260px; /* 320 + 320*3 */
 }

 #page-content {
  width: 960px;
}

#manufacturer .products .product:nth-child(4n + 1),
#related .products .product:nth-child(4n + 1) {
  margin-left: 0;
}

#home .products .product:nth-child(4n + 1) {
  margin-left: 0;
}

#product .options-content .option-images a img {
  max-width: 100%;
  min-height: 120px !important;
}

#phones {
  left: 50%;
}

}

@media all and (min-width: 1600px) {
	.wrap {
     width: 1580px; /* 320 + 320*4 */
 }

 #page-content {
  width: 1280px;
}

#manufacturer .products .product:nth-child(5n + 1),
#related .products .product:nth-child(5n + 1) {
  margin-left: 0;
}

#home .products .product:nth-child(5n + 1) {
  margin-left: 0;
}

#phones {
  left: 44%;
}

}

@media all and (min-width: 1920px) {
	.wrap {
     width: 1600px; /* 320 + 320*5 */
 }

 #manufacturer .products .product:nth-child(5n + 1),
 #related .products .product:nth-child(5n + 1) {
  margin-left: 0;
}

}


.checkbox {
    width: 16px;
    height: 16px;
    background: none;
    border-right: 0;
    zoom: 1;
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
}

.breadcrumbs {
    padding: 0 20px;
    margin: 10px 0;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 13px;
}

.breadcrumbs li:after {
    content: " →";
}

.breadcrumbs li:last-child:after {
    content: "";
}


#header .wrap {
    position: relative;

}

#logo {
    position: absolute;
    top: 6px;
    left: 1.2%;
    z-index: 1;
    max-height: 130px;
    overflow: hidden;
}

#slogan {
  position: absolute;
  top: 100px;
  left: 34px;
  color: #555;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
}

#phones .left {
    text-align: center;
    float: left;
    /* width: 210px; */
    max-width: 50%;
    padding-top: 0;
    /* padding-right: 20px; */
}

#phones .right {
    float: right;
    padding-top: 0;
    max-width: 50%;
}
@media screen and (min-width: 660px){
    #phones .left,
    #phones .right {
        max-width: initial;
    }
}

@media screen and (min-width: 980px){
    #phones .left {
        padding-right: 20px;
    }
}

#phones .main {
    font-size: 26px;
}

#phones .info {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

#phones .icon {
	position: relative;
	bottom: 2px;
	left: 10px;
}

#phones .icon.kievstar {
	bottom: 4px;
}

.right .video {
	margin-top: 30px;
}

.contacts-page .phones {
	background: url('../img/design/contacts-phone.png') no-repeat;
	padding-top: 6px;
	padding-left: 45px;
}

.contacts-page .work-time {
	background: url('../img/design/contacts-time.png') no-repeat;
	padding-top: 6px;
	padding-left: 45px;
}

.contacts-page .email {
	background: url('../img/design/contacts-time.png') no-repeat;
	padding-top: 6px;
	padding-left: 45px;
	padding-bottom: 10px;
}


#cart {
    background: rgba(229, 120, 177, 0) url('../img/design/cart.png') 0px 19px no-repeat;
    position: absolute;
    right: 0;
    height: 90px;
    width: 190px;
    color: #3C383B;
    line-height: 16px;
    font-size: 13px;
    font-weight: 400;
    top: 15px;
}

#cart a {
	width: 100%;
	height: 100%;
    padding: 25px 5px 0 80px;
    display: block;
    position: relative;
    color: #444;
}

#cart a:hover {
	text-decoration: none;
}

#cart a .title {
	font-size: 14px;
	text-transform: uppercase;
	color: #337ab7;
}

#cart a:hover .title {
	color: #135a97;
	text-decoration: underline;
}

#header {
    /*background: url(/img/design/light-blue-background.jpg) center center;*/
    background-size: cover;
    /*background-color: #fff;*/
    background-blend-mode: soft-light;
}

#nav-categories {
    background: rgba(0, 0, 0, 0.8);
    color: #afafaf;
    font-weight: 300;
    font-size: 15px;
    /*height: 42px;*/
    position: relative;
}

#nav-categories > div > ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}

#nav-categories div.childs > div > ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#nav-categories ul .childs {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    width: 100%;
}

#nav-categories ul ul {
    background: #fff;
    padding: 5px 0px 5px 0px;
}

@media (min-width: 660px) {

    #nav-categories ul li:hover .childs {
        display: block;
        z-index: 101;
    }

}

#nav-categories li {
    list-style: none;
    /* display: inline-block;*/
    margin: 0;
    padding: 0px;
    z-index: 50;
    /*vertical-align: top;
    float: left;*/
}

#nav-categories div.childs > div > ul > li
{
    padding: 0px 20px 0px 20px;
}

#nav-categories a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 10px 11px 10px;
    font-size: 13px;
    position: relative;
}

#nav-categories .alias-parfums > a, #nav-categories .alias-makeup > a, #nav-categories .alias-care > a {
    cursor: default;
    text-decoration: none !important;
}

.slick-slide.slick-active.slick-center {
    border-bottom: 2px solid #DD90BD;
}

#nav-categories a:hover {
    color: #fff;
}


.slick-slide.slick-active.slick-center {
    border-bottom: 2px solid #DD90BD;
}

.menu_bottom_arrow:before {
	font-family: 'Glyphicons Halflings';
    content: '';
    width: 7px;
    height: 7px;
    color: black;
    font-size: 10px;
    position: absolute;
    display: block;
    top: 35px;
    left: calc(50% - 5px);
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    transform: rotate(-45deg);
}

#sidebar {
    width: 300px;
    float: left;
    padding: 0;
    margin: 0;
}

#product .bottom h2 {
    font-weight: 300;
}

#product-rating {
	padding: 10px 0 20px;
}

#sidebar .panel.categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .panel.categories li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .panel .heading {
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #e578b1;
    font-weight: 400;
}

#sidebar .panel {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 0;
}

#sidebar .panel .content {
    padding: 10px 20px;
}

#sidebar .panel .options ul {
    padding: 0;
    margin-top: 0;
    list-style: none;
}

#sidebar .panel .sub-heading {
    color: #666;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#sidebar .panel .options li {
    padding: 0;
    margin-top: 0;
    list-style: none;
}

#sidebar .panel.filter .options a {
	color: #555;
	text-decoration: none;
}

#sidebar .options li.disabled label {
	opacity: 0.4;
}

#sidebar .panel .options label {
    display: inline-block;
}

#sidebar .panel .options .checkbox {
    display: none;
}

#content {
    background: #f1f6fa;
}

#page-title {
   padding: 20px 20px;
   /*margin: 20px 0;*/
   text-align: center;
}

#page-params {
  padding: 0 20px;
  margin: 10px 0;
  text-align: center;
}

#page-params span {
	margin: 0 10px;
}

#page-params span span {
	color: #777;
	margin: 0 3px;
}

#page-title h1 {
	margin: 0;
	padding: 0;
}

#content .wrap {
	padding: 1px 0 1px 0;
	margin-top: -1px;
}

#footer .brands .title,
#footer .brands .all-manufacturers {
	margin: 10px 0;
	font-weight: bold;
}

#footer .brands .all-manufacturers {
	text-decoration: underline;
}

#footer .brands {
    background: #FFFFFF;
    padding: 40px 0px;
}

#footer .brands .wrap {
    padding: 0 30px;
}

#footer .brands a {
    color: #555;
    font-size: 12px;
}

h1 {
    font-weight: 300;
    color: #333;
    font-size: 32px;
}

.products .product {
    width: 300px;
    float: left;
    position: relative;
    min-height: 480px;
    padding: 20px;
    margin: 0 0 20px 20px;
    overflow: hidden;
}
#more-content{
   margin: 5px auto;
   width: 125px;
   background: #e04a52;
   color: #fff;
   padding: 10px 5px 10px 5px;
   text-align: center;
   cursor: pointer;
}
.products .product .name {
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	line-height: 17px;
	display: table;
	height: 75px;
	width: 260px;
}


.products .product .name .product-name {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

.products .product .name .name-add {
	padding: 3px 0;
	color: #777;
	font-size: 16px;
}


.products .product .description p {
	padding: 0;
}

.products .product .description {
	padding: 0;
    font-size: 12px;
    color: #666;
    height: 80px;
    text-align: center;
    margin: 0;
}

.products .product .image img {
    margin: 0 auto;
    max-width: 260px;
    max-height: 300px;
    vertical-align: middle;
}

.products .product .price {
	text-align: center;
	float: left;
}

.products .product .price .old {
	text-decoration: line-through;
	opacity: 0.5;
	color: #a00;
}

#product .price .old {
	text-decoration: line-through;
	opacity: 0.5;
	color: #a00;
}

#product .price .old {
	text-decoration: line-through;
	opacity: 0.5;
	color: #a00;
}


.products .product .image {
    display: table-cell;
    width: 260px;
    vertical-align: middle;
    height: 300px;
    text-align: center;
    position: relative;
}

.products .product .image:hover {
	background: #fff;
}

.products .product .image .link {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	background: rgba(229, 120, 177, 0.25);
	text-align: center;
}
.products .product .image .link span {
	display: inline-block;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 40px;
	background: rgba(0, 0, 0, 0.7);
	width: 180px;
	font-weight: 300;
	font-size: 13px;
	padding: 8px 0;
}


.products .product .image:hover img {
	opacity: 0.6;
}

.products .product .image:hover .link {
	display: block;
}

#product div.option,
.product div.option {
	cursor: pointer;
}

.product div.option {
	display: inline-block;
}

.product .option.active .option-image img {
	padding: 1px;
	border: 1px solid #555;
	opacity: 1;
}

.product .common-hint {
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
    display: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    white-space: normal;
}

.articles-page .social-buttons p {
  display: inline-block !important;
}

.articles-page .yashare-auto-init.b-share_theme_counter {
  display: inline-block;
  margin-left: 5px;
}

.product .option .hint {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 100;
	background: #fff;
	width: 100%;
	padding: 10px;
	text-align: center;
    display: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    white-space: normal;
}

.product .hint-image img {
    max-height: 150px;
    min-height: 50px;
    margin: 0 auto;
}

.product .option .option-name {
	color: #666;
	width: 100%;
	padding: 5px 0;
}

.products .product .option-image img {
    width: 32px;
    height: 32px;
    margin: 0px;
    padding: 2px;
}

.products .product .more-info {
    text-align: right;
    float: right;
    margin-top: 15px;
}

.products .product .options {
  height: 60px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  /*overflow-x: scroll;*/
  white-space: nowrap;
}

.products .product .left-arrow {
	height: 24px;
	width: 24px;
	background: url('../img/design/left-arrow.png') no-repeat;
	position: absolute;
	top: 4px;
	cursor: pointer;
	left: -10px;
}

.products .product .right-arrow {
	height: 24px;
	width: 24px;
	background: url('../img/design/right-arrow.png') no-repeat;
	position: absolute;
	top: 4px;
	cursor: pointer;
	right: -10px;
}

.products .product .options.scroll {
  overflow-x: scroll;
}

.options-wrapper {
  position: relative;
  overflow: hidden;
  width: 210px;
  left: 26px;
  height: 60px;
}

.options-relative {
  position: relative;
  height: 60px;
}


.option-table-name {
	line-height: 16px;
	font-size: 14px;
	padding: 10px 5px;
}

.option-table-name a {
	color: #333;
}

.option-table-name > span,
.option-table-name a > span {
	display: block;
	color: #888;
	font-size: 12px;
}

.option-table-name a:hover {
	text-decoration: none;
}


.table-price .old,
.option-table-price .old {
	display: block;
	text-decoration: line-through;
	opacity: 0.5;
	color: #a00;
	font-size: 11px;
}

.option-table-buy {
	padding-left: 10px;
}

.option-table-price {
	min-width: 80px;
	padding: 3px 10px;
	line-height: 17px;
	font-size: 15px;
}


.option-table-photo {

}

.option-table-photo1 .option-image1 img {
	max-width: 30px;
	max-height: 30px;
}


.products .product .dollar,
.products .product .uah
{
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  margin-top: 20px;
}

.products .product .star {
  background: url(/img/design/star.png) no-repeat;
  width: 15px;
  height: 15px;
  /* float: left; */
  background-size: 15px;
  margin-top: 3px;
  display: inline-block;
}

#header .top {
    height: 140px;
}

#header .top .wrap {
	height: 135px;
}

#nav-categories a:hover {
    background: rgba(0, 0, 0, 0.44) !important;
    text-decoration: none;
}

.child a {
    color: #000 !important;
}

.clear {
    clear: both;
}

/***************/

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

    display: block;

    -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;
}

.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: 0 auto 20px;
}

.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;
    display: table-cell;
    vertical-align: middle;
    height: 350px;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

/***************/

#product .image img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 370px;
}

#product .image {
    height: 370px;
    margin-bottom: 50px;
}

#product .images img {
    max-width: 100%;
    max-height: 55px;
    margin: 0 auto;
}

#product .photos {
    width: 50%;
    max-width: 650px;
    background-color: #fff;
    padding: 15px;
    float: left;
    padding-left: 50px;
    padding-right: 70px;
}

.images .slick-slide {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 5px;
    opacity: 0.5;
    overflow: hidden;
    height: 70px;
    padding: 5px 0;
    cursor: pointer;
}

#nav-categories ul .childs a {
    color: #222;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    text-transform: none;
    /*border-bottom: 1px solid #ccc;*/
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 0;
    padding-right: 0;
}

#nav-categories ul .childs {
    box-shadow: 0 0 1px #ccc;
}

#nav-categories ul .childs ul ul a {
    text-transform: none !important;
    color: #777;
    border: none;
    font-size: 14px;
    padding: 4px 0 4px 0px;
    font-weight: 300;
    line-height: 18px;
}
/*
#nav-categories .childs li {
    float: none;
    }*/

    #nav-categories ul li:hover .childs {
        padding-top: 10px;
    }

    #nav-categories ul .childs a {
        color: #555;
    }

    #nav-categories .wrap {
        position: initial;
    }

    .childs a:hover {

    }

    .childs {
        background-color: #fff;
    }

    #nav-categories ul .childs a:hover {
        color: #000;
        background: #fff !important;
    }

    .slick-track {
    }

    .slick-active {
        opacity: 1 !important;
    }

    #sidebar .options label {
        color: #555;
        font-size: 12px;
        font-weight: normal;
        margin: 0;
    }

/*
#sidebar .options span {
  height: 12px;
  width: 12px;
  display: inline-block;
  background: url(/img/design/checkbox_off.png)no-repeat;
  background-size: 12px;
  margin-right: 7px;
}
*/

#sidebar .options input[type="checkbox"] {
    display: none;
}

#sidebar .options label input[type="checkbox"] + span {
  background: url(/img/design/checkbox3.png) no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
  /*background-size: 28px;*/
  margin-right: 7px;
  vertical-align: middle;
  margin-bottom: 2px;
  background-position: -15px;
}

:focus {
	outline: none;
}

:active {
	outline: none;
}


#sidebar .options label input[type="checkbox"]:checked + span {
  background: url(/img/design/checkbox3.png) no-repeat;
  width: 13px;
  height: 13px;
  /* background-size: 28px;*/
}

.products {
    background: #f1f6fa;
}

.products .product .more-info button {
    background: none;
    background-color: #E04A52;
    padding: 6px 10px;
    letter-spacing: 1px;
    color: #fff;
    border: 0;
}

.buy-product {
   background: none;
   font-size: 16px;
   background-color: #E04A52;
   padding: 6px 10px;
   letter-spacing: 1px;
   color: #fff;
   border: 0;

}

.buy-product-option {
   background: none;
   font-size: 16px;
   background-color: #E04A52;
   padding: 6px 10px;
   letter-spacing: 1px;
   color: #fff;
   border: 0;
   font-size: 14px;
   padding: 3px 8px;
   letter-spacing: 0;
}
.buy-product-option-2{
   margin: 5px 0;
}

.products .product .more-info button:hover {
    text-decoration: none;
    background-color: #CA434A;
}

#product .options-content {
	margin-top: 10px;
	padding: 10px 0;
	border-top: 1px solid #f4f4f4;
}

#product .option .hidden-option {
	display: none;
}

#product .options-content .option-name {
	font-size: 16px;
	color: #e578b1;
	font-weight: 400;
}

#product .options-content .more-info {
	float: left;
}

#product .options-content .more-info button {
    background: none;
    background-color: #E04A52;
    padding: 6px 10px;
    letter-spacing: 1px;
    margin-top: 4px;
    color: #fff;
    border: 0;
}

#product .options-content .more-info button:hover {
    text-decoration: none;
    background-color: #CA434A;
}


.products .product:hover {
    box-shadow: 0 0 6px #ccc;
}

.products .reviews-info {
    text-align: center;
    margin: 0;
    float: left;
}

.products .rating {
  text-align: center;
}

#easyTooltip {
    padding: 2px;
    border: 1px solid #ccc;
    background: #fff;
    margin-left: 10px;
}

.hint-img {
    width: 70px;
}

.hint-content p {
    font-size: 10px;
    text-align: center;
    padding: 2px;
    margin: 0;
}

.hint-content {
    max-width: 70px;
}

.hint-content {
    max-width: 500px;
    padding: 5px 15px;
}

#logo img {
	margin-top: -40px;
}
/*
#nav-categories > div > ul > li
{
    padding-left: 20px !important;
    padding-right: 20px !important;
}*/

.childs li {
    min-width: 20% !important;
}

.panel {
    border-radius: 0;
}

#description {
    background-color: #fff;
    padding: 20px 25px 20px;
    margin: 0 10px;
}

#brands {
    text-align: center;
    /* display: none; */
    border-bottom: #ccc 1px solid;
}

#brands .item {
    display: inline-block;
    padding: 15px 0;
    margin: 0px 5px;
}

#brands img {
  opacity: 0.7;
  width: 125px;
  /* height: 38px; */
}

#brands img:hover {
    opacity: 1;
}

#brands {
	margin-top: 10px;
}


#footer .brands .wrap ul {
	column-width: 130px;
	column-gap: 20px;
	display: block;
}

#footer .brands li {
  display: inline-block;
  width: 130px;
}

#footer .brands ul {
    margin: 0;
    padding: 0;
}

#copyrigts {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    padding: 10px 26px 20px;
}

#footer {
	background: #222;
}

#developer {
    color: #fff;
    padding: 10px;
    font-weight: 300;
    padding: 20px 26px 10px;
    font-size: 14px;
}

#developer a {
    color: #9ae;
    text-decoration: underline;
}

.function-panel {
    float: right;
    width: 50%;
    padding: 0 20px;
    margin: 20px 0;
    border-left: 1px solid #F4F4F4;
}


.function-panel .price {

}

.function-panel .left {
    float: left;
    width: 45%;
    /*border-right: 1px solid #F4F4F4;*/
    padding-right: 25px;
}

.function-panel .right {
  float: left;
  width: 55%;
  padding-left: 35px;
  border-left: 1px solid #F4F4F4;
}

#product .top {
    background-color: #fff;
}

#product .name-add {
	font-size: 22px;
	font-weight: 300;
	color: #777;
}

button.slick-prev {
    opacity: 0.5;
    border: none;
    background: url(/img/design/prev.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 50px;
    position: absolute;
    top: 11px;
    left: -60px;
}

button.slick-next {
    opacity: 0.5;
    border: none;
    background: url(/img/design/next.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 50px;
    position: absolute;
    top: 11px;
    right: -60px;
}

button.slick-prev:focus, button.slick-next:focus {
    outline: none;
}

button.slick-prev:hover, button.slick-next:hover {
    opacity: 1;
}

.availability p {
    display: inline-block;
    color: #777;
    margin-top: 15px;
    font-size: 16px;
}

#product .info .price {
    float: left;
    margin: 16px 30px 16px 0;
}

#product .info .buy-button {
	margin: 10px 10px 5px 0;
	display: inline-block;
}

#product .info .cheaper-button {
    background: none;
    font-size: 16px;
    background-color: #FFB700;
    padding: 6px 10px;
    letter-spacing: 1px;
    color: #fff;
    border: 0;
}

.btn-send {
	background-color: #E04A52;
    padding: 6px 10px;
    color: #fff;
    border: none;
}

.btn-send:hover {
    text-decoration: none;
    background-color: #CA434A;
    color: #fff;
}



#product .info .inner-name {
	font-size: 17px;
  color: #e578b1;
  font-weight: 300;
  text-transform: uppercase;
}

.function-panel .title {
    font-size: 15px;
    background-size: 40px;
    padding: 10px 50px;
    text-align: left;
}


.separator {
    height: 1px;
    background-color: #F4F4F4;
    margin: 15px 0;
}

.title.pay {
    /*background: url(/img/design/money.png) no-repeat;*/
    font-size: 16px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.buy {
    background: url(/img/design/buy.png) no-repeat;
}

#product .delivery {
  padding-left: 0;
  padding-top: 10px;
  padding-right: 0;
  background: #fff url('/img/design/delivery-truck.png') top 15px left 10px no-repeat;
}

#product .delivery .title {
	padding-left: 55px;
}

#product .delivery .text,
#product .pay .text {
	padding: 10px 20px;
}


#product .pay .title, #product .guarantees .title {
    padding-left: 55px;
}

#product .pay {
    background: #fff url('/img/design/credit-card.png') top 15px left 10px no-repeat;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}

#product .guarantees {
    background: #fff url('/img/design/guarantees.png') top 12px left 10px no-repeat;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}

.short-desc {
    background: url(/img/design/short-desc.png) no-repeat;
}

#product .short-description {
	margin: 10px 0;
}

#product .social-buttons {
    margin: 0 auto;
    padding-top: 10px;
}

.left .short-description {
    text-align: left;
}

.breadcrumbs .wrap {
    display: block !important;
}

.test {
    width: 100%;
    height: 280px;
    background-color: #E578B1;
    margin: 20px 0;
    background-size: cover;
}

#home h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 15px;
    border: 0;
}

#home {
}

#home .new, #home .leaders, #home .sale, #home .news-articles {
    background-color: #fff;
}

#home .seo-text {
    padding: 0 0 20px;
}

#home .seo-text h2 {
    border: none;
}
/*
#home .products .product {
    width: 31% !important;
}
*/
.image .slick-slide {
    float: none;
}

.review .name p {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.review .date {
    font-size: 12px;
    color: #A0A0A0;
    position: absolute;
    right: 5px;
    top: 4px;
}

#product .pay-delivery {

}

.review {
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.reviews .review:last-child {
    border: none;
}

.reviews .stars {
    background: url(/img/design/stars.png) no-repeat;
    width: 70px;
    height: 16px;
    display: block;
    background-position-x: 0;
    margin-left: 0;
    position: relative;
    top: 4px;
}

.rating0 {
    background-position-x: -70px !important;
}

.rating1 {
    background-position-x: -56px !important;
}

.rating2 {
    background-position-x: -42px !important;
}

.rating3 {
    background-position-x: -28px !important;
}

.rating4 {
    background-position-x: -14px !important;
}

.see-also .block {
    display: inline-block;
    width: 31%;
    background-color: #fff;
    padding: 15px;
    margin: 10px 1% 25px;
}

.see-also .img img {
    max-width: 100%;
    height: 300px;
}

.see-also {
    text-align: center;
}

.see-also .title a {
    text-transform: uppercase;
}

.see-also .title {
    margin-top: 15px;
}

.see-also .block:hover {
    box-shadow: 0 0 6px #ccc;
}

.see-also .price {
    font-size: 19px;
    margin-top: 15px;
}

#product .bottom .left {
    width: 50%;
    float: left;
    padding-right: 30px;
}

#product .bottom .right {
    float: left;
    width: 50%;
    padding-left: 20px;
    /*  padding-right: 30px;*/
    padding-right: 0px;
}

#hidden-form {
    z-index: 100;
    position: relative;
}

#hidden-form form {
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    margin-right: 20px;
    padding: 10px 25px 10px 25px;
    background: #fff url('/img/design/reviews.png') top 15px right 30px no-repeat;
    background-size: 26px;
}

#hidden-form input[type="text"] {
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

#hidden-form textarea {
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    height: 100px;
}

#hidden-form .button {
    text-align: center;
    margin-top: 32px;
}

#close-form img {
    width: 30px;
}

#close-form {
    position: absolute;
    top: -15px;
    right: -15px;
}

#hidden-form .title {
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 0;
    margin: 5px 0;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
}

#hidden-form .button button {
    background: none;
    background-color: #E04A52;
    padding: 6px 10px;
    letter-spacing: 1px;
    margin-top: 4px;
    color: #fff;
    border: 0;
}

#hidden-form input[type="radio"] {
    display: none;
}

#hidden-form .button button:hover {
    text-decoration: none;
    background-color: #CA434A;
}

.rating-radio {
    background: url(/img/design/stars-new.gif) no-repeat;
    width: 100px;
    height: 18px;
    display: inline-block;
    background-position-x: -100px;
}

#hidden-form label {
    height: 20px;
    width: 20px;
    margin: 0;
    float: left;
    cursor: pointer;
}

button:focus {
    outline: none;
}

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: normal;
}

/* line 24, ../sass/lightbox.sass */
#lightbox img {
    width: auto;
    height: auto;
}

/* line 27, ../sass/lightbox.sass */
#lightbox a img {
    border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
    padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
    left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
    outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    /* Trick IE into showing hover */
    display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
    left: 0;
    float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
    right: 0;
    float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
    background: url(/img/design/lightbox/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
    background: url(/img/design/lightbox/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
    padding: 0 10px;
    color: #bbbbbb;
}

/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 14px;
    padding-top: 10px;
}

/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 32px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
  background: url(/img/design/lightbox/close.png) right 0 no-repeat;
  background-size: 30px;
  height: 32px;
  opacity: 0.7;
}

/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
}

#add-review {
    background-color: #DD90BD;
    color: #fff;
    padding: 5px 11px;
    transition: 0.3s;
}

#add-review:hover {
    text-decoration: none;
    background-color: #E578B1;
    transition: 0.3s;
}

#add-review:focus {
    text-decoration: none;
    outline: none;

}

#add-review.active {
    background-color: #E578B1;
    transition: 0.3s;
}

.reasons {
    background-color: #fff;
    padding: 15px 0 15px;
    text-align: center;
}

.reasons .block {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0 15px;
    margin: 0 8px;
}

.reasons .block img {
    margin-bottom: 15px;
    width: 65px;
}

.reasons .block p {
    font-size: 16px;
}

p.about-reason {
    font-size: 12px !important;
    color: #555;
}


.about-block {
  background-color: #fff;
  margin: 0;
  font-size: 16px;
}


.about-block .top {
	padding: 20px;
}

.about-block .wrap {
  padding: 0px 0 1px 0px !important;
}

.facts {
    padding: 1px 0 25px;
}

p.n1 {
    background: url(/img/design/1.png) no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

p.n4 {
    background: url(/img/design/4.png) no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

p.n2 {
    background: url(/img/design/2.png) no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

p.n3 {
    background: url(/img/design/3.png) no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

output#volume {
    display: inline-block;
}

input[type='range'] {
    -webkit-appearance: none !important;
    background: red;
    height: 10px;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background: blue;
    height: 15px;
    width: 15px;
}

.table-cart img {
    max-width: 100px;
    max-height: 100px;
}

.table-cart .option {
	color: #999;
}

.table-cart {

}

.table-cart table {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.table-cart th {
    padding: 7px 20px;
    border: 1px solid #F1F6FA;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.table-cart td {
    padding: 7px 20px;
    border-right: 1px solid #F1F6FA;
    text-align: center;
}

.table-cart td:nth-child(2) {
	text-align: left;
}

.table-cart td:last-child {
    border-right: none;
}

#cart-page {
    padding-bottom: 35px;
}

.table-cart tr {
    border-bottom: 1px solid #F1F6FA;
}

#rm-product img {
    width: 20px;
}

#rm-product img:hover {
    position: relative;
    bottom: 1px;
}

.table-cart input {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 1px;
}

.intotal {
    text-align: center;
    margin-top: 0px;
    font-size: 16px;
    padding-right: 0;
    font-weight: 400;
}

.intotal span {
    font-size: 16px;
}

h2 {
    font-weight: 300;
    font-size: 24px;
}

h3 {
    font-weight: 400;
    font-size: 17px;
}


.form-cart label {
    font-weight: 300;
    font-size: 13px;
    color: #777;
}

.form-cart .pay-radio label, .form-cart .delivery-radio label {
    font-weight: 400;
    font-size: 13px;
    color: #333;
}

.form-cart form {
  width: 65%;
  /* background-color: #fff; */
  padding: 20px 40px;
  /* padding-right: 65px; */
  /* display: inline-block; */
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  max-width: 900px;
}

.form-cart .field {
	margin: 15px 0 3px 0;
}

#cheaper-modal input,
.form-cart input, .form-cart textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    font-family: inherit;
}

.modal-header {
	font-weight: 800;
}

#cheaper-modal .field .title,
.form-cart .field .title {
	margin: 3px 0 2px 0;
	padding: 0;
}

.order-button {
  /* text-align: center; */
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}

input#order-card {
    width: 15px;
}

input#order-card {
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.form-cart button {
  background-color: #E04A52;
  padding: 10px 10px;
  color: #fff;
  border: none;
  display: block;
  margin: 0 auto;
  width: 180px;
}

#cart-page .right {
    width: 49%;
    display: inline-block;
    padding-left: 60px;
    vertical-align: top;
}

#cart-page .right h3 {
    font-size: 20px;
}

.form-cart button:hover {
    text-decoration: none;
    background-color: #CA434A;
}

#header, #content, #footer {
	position: relative;
	min-width: 940px;
}

#content .wrap {
	padding-bottom: 40px;
}

.form-cart textarea {
    height: 100px;
    resize: none;
}

.facts .left {
    width: 54%;
    display: inline-block;
    vertical-align: top;
    margin-right: 95px;
}

.facts .right {
    width: 35%;
    display: inline-block;
    vertical-align: top;
}

#slider-price {
    margin: 20px 0;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
 .noUi-target,
 .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
    its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
 .noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
*/
.noUi-horizontal {
    height: 18px;
    height: 12px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 22px;
    left: -14px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

/* Styling;
*/
.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
    background: #D67FB4;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
*/
.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF,
    inset 0 1px 7px #EBEBEB,
    0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF,
    inset 0 1px 7px #DDD,
    0 3px 6px -3px #BBB;
}

/* Handle stripes;
*/
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:before, .noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 9px;
    width: 1px;
    background: #E8E7E6;
    left: 10px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-handle:after {
    left: 14px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state;
*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.action {
    height: 300px;
    background-color: #fff;
    position: relative;
    background-image: url(/img/design/action.jpg);
    background-size: cover;
    margin: 10px 0;
}

.action img {
    width: 210px;
    position: absolute;
    left: 18px;
    width: 100px;
    top: 157px;
    z-index: 100;
}

.action p {
    position: absolute;
    top: 203px;
    width: 100%;
    left: 0;
    font-size: 50px;
    color: #DD4458;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0px 15px;
    /* padding-left: 135px; */
    text-align: center;
}

.action span {
    color: #000;
}

#ajax-loader {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 1000;
}

#ajax-loader .ajax-table {
  height: 100%;
  width: 100%;
  display: table;
}

#ajax-loader .table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#ajax-loader .table-cell img {
  vertical-align: middle;
  text-align: center;
}

.filter .buttons {
    text-align: center;
    margin: 25px 0;
}

#product .price {
	font-size: 17px;
	line-height: 20px;
	text-align: center;
}

.filter .buttons button {
    background-color: #E04A52;
    padding: 6px 10px;
    color: #fff;
    border: 0;
}

.filter .buttons button:hover {
    text-decoration: none;
    background-color: #CA434A;
}
.filter .manufacture li:not(.popular){
   display: none;
}
.filter-toggle{
  background: #e04a52;
  color: white;
  text-align: center;
  margin: 15px 0;
  padding: 5px;
  cursor: pointer;
}
.filter-toggle:hover {
    text-decoration: none;
    background-color: #CA434A;
}
#cart-modal a.btn-link {
  background-color: #E04A52;
  padding: 6px 10px;
  color: #fff;
  border: none;
}

#cart-modal a.btn-link:hover {
    text-decoration: none;
    background-color: #CA434A;
}

#cart-modal .btn-default {
  padding: 5px 10px;
  border-radius: 0;
}


.price-value {
    margin-bottom: 10px;
    text-align: center;
    background-color: #F1F6FA;
}

.one-click input {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 5px 6px;
    padding-right: 35px;
}

.one-click button {
    /* width: 20%; */
    padding: 5px 10px;
    background-color: #E04A52;
    color: #fff;
    border: 1px solid #E04A52;
    position: absolute;
    right: 0;
}

.one-click input:focus {
    outline: none;
}

.one-click form {
    position: relative;
}

.one-click p {
    text-align: center;
}

.action.catalog {
    height: 135px;
    background-position-y: -77px;
}

.action.catalog p {
  top: 43px;
  font-size: 36px;
  padding-left: 145px;
  text-align: left;
}

.action.catalog img {
    top: 5px;
    width: 90px;
    left: 25px;
}

.action .title {
    top: 0;
    width: 100%;
    padding: 5px;
    background-color: rgba(221, 68, 88, 0.76);
    color: #FFFFFF;
    text-align: center;
    font-size: 55px;
}

.action.catalog .title {
    display: none;
}

.slider-home .wrap {
    margin: 35px auto 0;
    padding: 0 !important;
}

.description iframe {
    width: 460px;
}


.img-option {
    float: right;
}

#product .options {
	margin-bottom: 20px;
	padding: 10px 0;
}

#product .options-content .option-images {
	padding: 10px 0;
}

#product .options-content .option-images a {
	border: 0;
	display: table-cell;
	padding-right: 10px;
}

#product .options-content .option-images a img, tr td .option-images a img  {
	height: 120px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

#product .options-content .price {
	float: left;
	padding-right: 20px;
	padding-top: 9px;
}

#product .options h2 {
	padding: 0;
	margin: 0;
}

#product .options p {
	padding: 0;
	margin: 10px 0;
}

#product .options div.option {
    display: block;
    margin: 2px 2px;
    float: left;
}

#product .options li.option {
	display: block;
	list-style: none;
}

#product .options tr.option .table-price {
	font-weight: 700;
	padding: 10px 0;
}


#product .options tr.option .name {
	margin: 0 15px 0 10px;
	font-weight: 400;
}

#product .options tr.option .name a {
	color: #333;
}

#product .options tr.option .name a:hover {
	text-decoration: none;
}

#product .options tr.option .uah {
	margin: 0 0 0 0;
	color: #777;
	font-weight: 400;
}

#product .options .option:first-child {
	padding-left: 0;
}

#product .options .option img {
	height: 36px;
	width: auto;
	padding: 2px;
}

#product .options .option.active img {
	padding: 1px;
	border: 1px solid #555;
}

.hint-content img {
    display: inline-block;
    width: 50px;
}

.empty-reviews {
    margin-top: 10px;
    padding-bottom: 10px;
}

p.available {
    color: #00B107;
    font-size: 14px;
    background: url(/img/design/check.png) no-repeat left center;
    /*padding-left: 25px;*/
    margin-top: 8px;
    background-size: 17px;

}

p.not-available {
    padding-left: 18px;
    margin-top: 8px;
    font-size: 14px;
    color: #D60000;
    background: url(/img/design/nocheck.png) no-repeat left center;
    background-size: 10px;
}

.hint-content {
    text-align: center;
}

.stars {
  margin-left: 12px;
}

#product .product-code {
	font-weight: bold;
	margin: 10px 0 0 0;
}

.expert {
  background-color: #fff;
  margin-top: 15px;
}

#product .reviews {
	padding: 30px 0 0 0px;
}

#product .description {
	padding: 20px 0 0 20px;
}

#product .params {
    padding: 0px;
}

#product .params .param {
	color: #555;
}

#product .params td {
	padding: 5px 10px;
}

#product .params td.param {
	padding-left: 0;
}

#product .params .param span {
	width: 150px;
	display: inline-block;
}

#related .title,
.pay .title,
.delivery .title,
.reviews .title,
.params .title,
.description .title,
.short-description .title,
.expert .title,
.guarantees .title {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
	margin: 5px 0;
	font-size: 15px;
	font-weight: 700;
}

#related .title {
	/*margin-left: 20px;*/
	margin-bottom: 20px;
}

.breadcrumbs img {
  position: relative;
  bottom: 2px;
  left: -2px;
}

.form-cart input[type="radio"] {
  display: inline-block;
  width: 20px;
  position: relative;
  /*top: 2px;*/
}

.delivery-radio label, .pay-radio label {
  margin: 0 !important;
  position: relative;
}

.delivery-radio {

}

.pay-radio {
}

.delivery-radio {
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
}

.pagination li {
    display: inline-block;
    margin-bottom: 10px;
}

.pagination a {
  display: block;
  padding: 3px 10px;
  background-color: #FFF;
  margin-right: 5px;
}

.pagination p {
    display: block;
    padding: 3px 10px;
    background-color: #5bb2ec;
    margin-right: 5px;
    color: #fff;
    margin-bottom: 0;
}

.pagination a:hover, .pagination a:focus {
  color: #fff;
  background-color: #D67FB4;
  text-decoration: none;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 5px;
  border-radius: 4px;
}

.count-info {
    margin-left: 40px;
    display: inline-block;
    margin-bottom: 20px;
}



/* --- EASYDROPDOWN DEFAULT THEME --- */

/* PREFIXED CSS */

.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.dropdown .selected::after,
.dropdown.scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}

/* WRAPPER */

.product select {
	position: relative;
	border: 1px solid #ccc;
	text-align: left;
	width: 260px;
	width: 210px;
	cursor: pointer;
	background: #fff;

	border-radius: 3px;

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

.dropdown.open{
	z-index: 2;
}

.dropdown:hover{
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.dropdown.focus{
	box-shadow: 0 0 5px rgba(51,102,248,.4);
}

/* CARAT */

.dropdown .carat{
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	border: 6px solid transparent;
	border-top: 8px solid #000;
}

.dropdown.open .carat{
	margin-top: -10px;
	border-top: 6px solid transparent;
	border-bottom: 8px solid #000;
}

.dropdown.disabled .carat{
	border-top-color: #999;
}

/* OLD SELECT (HIDDEN) */

.dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}

.dropdown.touch .old{
	width: 100%;
	height: 100%;
}

.dropdown.touch select{
	width: 100%;
	height: 100%;
	opacity: 0;
}

/* SELECTED FEEDBACK ITEM */

.dropdown .selected,
.dropdown li{
	display: block;
  font-size: 13px;
  line-height: 1;
  color: #000;
  padding: 7px 12px;
  overflow: hidden;
  white-space: nowrap;
}

.dropdown.disabled .selected{
	color: #999;
}

.dropdown .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;

	border-radius: 0 2px 2px 0;
	box-shadow: inset -55px 0 25px -20px #fff;
}

/* DROP DOWN WRAPPER */

.dropdown div{
	position: absolute;
	height: 0;
	left: -1px;
	right: -1px;
	top: 100%;
	margin-top: -1px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	opacity: 0;
}

/* Height is adjusted by JS on open */

.dropdown.open div{
	opacity: 1;
	z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.dropdown.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;

	box-shadow: inset 0 -50px 30px -35px #fff;
}

.dropdown.scrollable.bottom div::after{
	opacity: 0;
}

/* DROP DOWN LIST */

.dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
   padding-left: 0px;
}

.dropdown.scrollable.open ul{
	overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.dropdown li{
	list-style: none;
	padding: 8px 12px;
}

/* .focus class is also added on hover */

.dropdown li.focus{
   background: #D67FB4;
   position: relative;
   z-index: 3;
   color: #fff;
}

.dropdown li.active{
	font-weight: 700;
}

#header .navi li {
  display: inline-block;
  z-index: 1000;
}

#header .navi li a, #header .navi li span {
  display: block;
  font-size: 13px;
  padding: 5px 21px;
  color: #3c383b;
  margin-bottom: 0;
}

#header .navi .active a {
    text-decoration: underline;
}

#header .navi li:nth-child(6) a {
/*	text-decoration: underline; */
}

#header .navi li:nth-child(7) a {
	text-decoration: underline;
}


#header .navi .active span {
	text-decoration: underline;
}

#header .navi {
  background-color: rgba(0, 0, 0, 0.0);
  border-bottom: 1px dashed #777;
}

#header .navi ul {
  margin: 0;
  padding: 5px 15px;
  display: inline-block;
  float: left;
}

#footer .social .intro {
	font-size: 13px;
}

#footer .social {
	padding: 20px 0 0 0;
	float: right;
}

#footer .social img {
    width: 26px;
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
    -o-filter: grayscale(40%);
    filter: grayscale(40%);
    filter: gray;
    transition: 0.1s;
    margin-right: 5px;
}

#footer .social img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}

#header .navi .left {
  float: left;
  display: none;
}

#header .navi li a:hover {
  text-decoration: underline;
}

p.course {
  float: left;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 13px;
}

.course span {
  color: #291;
}

#cart-page h2 {
  text-align: center;
  margin-bottom: 30px;
}

p.warning {
  font-weight: 300;
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}

.payment-delivery {
  background-color: #fff;
  padding: 1px 20px 20px;
  margin-top: 20px;
}

.default-page {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 20px;
}

.default-page.articles-page {
	width: 75%;
	float: right;
}

.article-item {
	background-color: #fff;
	margin-bottom: 18px;
	padding: 17px;
	position: relative;
	/* border-radius: 0 50px 0 0; */
	/* width: 49%; */
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.news-item {
	background-color: #fff;
	margin-bottom: 18px;
	padding: 17px;
	position: relative;
	/* border-radius: 0 50px 0 0; */
	/* width: 49%; */
	display: block;
	vertical-align: top;
}

.news-item img {
    float: left;
    margin-right: 15px;
    width: 145px;
    height: 145px;
    overflow: hidden;
    z-index: 100;
    position: relative;
    margin-bottom: 15px;
}

.news-item .title {
    margin-bottom: 7px;
}

.news-item .date {
    color: #999;
    font-size: 12px;
    position: relative;
    bottom: 7px;
}

.articles-menu, .news-menu {
	width: 205px;
	float: left;
	margin-left: 1.2%;
}

.articles-content, .news-content {
	float: right;
	width: 75%;
}

.article-item .title a {
  font-size: 16px;
  margin-bottom: 25px;
}

.articles-menu li, .news-menu li {
	list-style: none;
	margin-bottom: 5px;
	margin-top: 10px;
}

.articles-menu ul, .news-menu ul {
	padding: 0;
}

.default-page.news {
	width: 75%;
	float: right;
}

.article-item .title {
  margin-bottom: 7px;
}

.more {
  margin-top: 15px;
  text-align: right;
  position: absolute;
  bottom: 25px;
}

.more a {
  background-color: #F1F6FA;
  color: #555;
  padding: 5px 10px;
  font-size: 13px;
}

.news-articles img {
    max-height: 100%;
}

.more a:hover, .more a:focus {
  text-decoration: none;
  background-color: #E7F2FB;
}

.article-item:nth-child(even) {
  margin-right: 0;
}

.news-articles .news .item {
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
    vertical-align: middle;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 3px #ccc;
}

.news-articles .articles .item {
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
    vertical-align: middle;
    margin-bottom: 20px;
    background-color: #F1F6FA;
    box-shadow: 0 0 3px #ccc;
}

.news-articles .item.news-home a, .news-articles .item a {

}

.news-articles .title {
    margin-top: 8px;
}

.news-articles .item a:hover {
  text-decoration: none;
}

.news-articles {
}

.center {
	text-align: center;
}

#description .left, .default-page.articles-page .left {
	margin-right: 20px;
	float: left;
}

#description .right, .default-page.articles-page .right {
	margin-left: 20px;
	float: right;
	margin-bottom: 10px;
}

.wholesale-form form {
	width: 45%;
	/* background-color: #fff; */
	padding: 20px 40px;
	/* padding-right: 65px; */
	/* display: inline-block; */
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	max-width: 900px;
}

.wholesale-form input, .wholesale-form textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	font-family: inherit;
}

.wholesale-form button {
	background-color: #E04A52;
	padding: 10px 10px;
	color: #fff;
	border: none;
	display: block;
	margin: 0 auto;
	width: 180px;
}

.wholesale-form button:hover {
	text-decoration: none;
	background-color: #CA434A;
}

.wholesale-form .field {
	margin: 15px 0 3px 0;
}

.wholesale-form label {
	font-weight: 300;
	font-size: 13px;
	color: #777;
}

h2.wholesale {
	text-align: center;
	margin-bottom: 20px;
}

#footer .navi ul {
	margin: 0;
	padding: 5px 0px;
	display: inline-block;
}

#footer .navi li {
	display: inline-block;
}

#footer .navi li a {
	display: block;
	font-size: 13px;
	padding: 5px 10px;
	color: #3c383b;
}

#footer .navi {
	background-color: #fff;
	border-top: 1px solid #CCC;
}

h3.wholesale {
	padding: 7px;
	padding-left: 40px;
}

p.intro-wholesale {
	float: left;
	/* width: 60%; */
	margin-left: 35px;
	margin-right: 25px;
	/* text-align: center; */
	font-size: 18px;
	margin-top: 33px;
	width: 615px;
}

.articles-page .left {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}

.italic {
	font-style: italic;
}

#button-menu {
	display: none;
}

#close-button-menu {
	display: none;
}

#phones a {
	color: #3c383b;
	font-weight: 300;
	font-size: 20px;
}

#phones a:hover {
	text-decoration: none;
}

#phones .main a {
	font-size: 26px;
}

#button-sidebar {
	display: none;
}

#categories-button {
	display: none;
}

tr#intotal-mob {
	display: none;
}

.quantity-mob {
	display: none;
}

.list-articles {
	padding-left: 0;
	list-style-position: inside;
}

.list-articles li {
	margin-bottom: 5px;
}

.img-with-border {
	box-shadow: 1px 1px 5px #A0A0A0;
	border: 2px solid #fff;
}

.article-item .img img {
    /* width: 145px; */
    display: inline-block;
    max-height: 100%;
}

.article-item .img a {
}

.article-item .img {
    float: left;
    margin-right: 15px;
    width: 145px;
    height: 145px;
    overflow: hidden;
    z-index: 100;
    position: relative;
    margin-bottom: 15px;
}

.article-item .date {
    color: #999;
    font-size: 12px;
    position: relative;
    bottom: 7px;
}

.news-articles .img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

#footer .brands .active {
    text-decoration: underline;
    color: #555;
    font-size: 12px;
}

.news-articles .news {
    float: left;
    width: 50%;
    border-right: 1px dotted #D0DADF;
    padding-right: 3%;
}

.news-articles .articles {
    float: right;
    width: 50%;
    padding-left: 3%;
}

.news-articles {
    padding-top: 20px;
    padding-bottom: 30px;
}

#home .news-articles h2 {
    border: none;
    margin-top: 5px;
    padding-bottom: 10px;
}

#home .news-articles .date {
    color: #888;
    font-size: 12px;
}

.news-articles .item:last-child, .news-news .item:last-child {
    margin-bottom: 0;
}

#manufacturer .default-page li {
    display: inline-block;
    width: 230px;
}

.social-bottom {
    text-align: center;
}

.social-bottom .title {
    font-weight: 600;
    margin-bottom: 7px;
}

.slider-new .slide1 {
    background: #FFCBCB;
}

.slider-new .slide2 {
    background: #FFEFCB;
}

.slider-new .slide3 {
    background: #E4CBFF;
}

.slider-new .slick-initialized .slick-slide {
    height: auto;
}

.slider-new .slide {
    text-align: center;
    height: 100px;
}

.slider-new ul.slick-dots li {
    display: inline-block;
    font-size: 0;
}

.slider-new ul.slick-dots li button {
    background: none;
    padding: 6px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin: 0px 2px;
}

.slider-new ul.slick-dots .slick-active button {
	background: #fff;
}

.slider-new ul.slick-dots {
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 35px;
    width: 100%;
}
/*
.slider-new .text {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 117px;
    padding: 12px;
    font-size: 28px;
	font-weight: 300;
}
*/
.slider-new .text {
    width: 2%;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

.slider-new .wrap {
    position: relative;
}

.slider-new {

}
/* standart action */

.slider-new .slide3 {
    background: url(/img/slider/action.jpg);
    background-size: cover;
    background-position-x: left;
    background-position-y: center;
    background-blend-mode: soft-light;
    background-color: rgba(0, 0, 0, 0.90);
}

/* NY action */
/*
.slider-new .slide3 {
    background: url(/img/slider/ny-action.jpg);
    background-size: cover;
    background-blend-mode: soft-light;
    background-position: 0 -30px;
}
*/
.slider-new .slide1 {
    background: url(/img/slider/slide1.jpg);
    background-size: cover;
    background-position-x: left;
    background-position-y: center;
    background-blend-mode: soft-light;
    background-color: rgba(0, 0, 0, 0.58);
}

.slider-new .slide2 {
    background: url(/img/slider/slide2.jpg);
    background-size: cover;
    background-position-x: left;
    background-position-y: center;
    background-blend-mode: soft-light;
    background-color: rgba(0, 0, 0, 0.58);
}

.slider-new span.date {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
    margin-top: 10px;
}

.slider-new span.button a {
    background: none;
    background-color: #E04A52;
    padding: 6px 10px;
    letter-spacing: 1px;
    color: #fff;
    border: 0;
    font-size: 16px;
}

.slider-new span.button a:hover {
	text-decoration: none;
	background-color: #CA434A;
}

.slider-new span.button {
    display: block;
    margin-top: 10px;
}

.slider-new span.logo {
    display: block;
    text-align: center;
}

.slider-new span.logo img {
    display: inline-block;
    height: 35px;
    margin: 7px 6px;
}

@media all and (min-width: 980px) and (max-width: 1279px) {
	.wrap {
		width: 960px; /* 320 + 320*2 */
	}

	#page-content {
		width: 640px;
	}

	#manufacturer .products .product:nth-child(3n + 1),
	#related .products .product:nth-child(3n + 1) {
		margin-left: 0;
	}

	#home .products .product:nth-child(3n + 1) {
		margin-left: 0;
	}

	#header, #content, #footer {
		position: relative;
		min-width: 960px;
	}

	#product .options-content .option-images a img {
		height: 120px;
		max-width: 100%;
	}

	#manufacturer .default-page li {
		display: inline-block;
		width: 215px;
	}

	.action.catalog p {
		font-size: 31px;
		top: 48px;
		padding-left: 130px;
	}
	#logo img
	{
		max-height: 150px;
	}
}

@media all and (min-width: 660px) and (max-width: 979px) {
	.wrap {
		width: 640px; /*320 + 320 */
	}

	#page-content {
		width: 320px;
	}

	#manufacturer .products .product:nth-child(2n + 1),
	#related .products .product:nth-child(2n + 1) {
		margin-left: 0;
	}

	#home .products .product:nth-child(2n + 1) {
		margin-left: 10px;
	}

	#header, #content, #footer {
		position: relative;
		min-width: 640px;
	}

	.reasons .block {
		width: 22%;
	}

	.facts .left {
		margin-right: 20px;
	}

	.facts .right {
		width: 42%;
	}

	#header .social .intro {
		display: none;
	}

	#header .navi li a, #header .navi li span {
		padding: 5px 12px 5px 0px;
		background: none !important;
	}

	#phones {
		position: absolute;
		top: 30px;
		left: 44%;
		font-size: 18px;
	}

	#phones .left {
		float: none;
	}

	#phones .right {
		float: none;
	}

	#phones .info {
		display: none;
	}

	#nav-categories a {
		padding: 11px 6px 11px 5px;
		text-transform: initial;
		font-size: 13px;
	}

	.action.catalog p {
		top: 57px;
		font-size: 20px;
		padding-left: 88px;
	}

	.action.catalog img {
		top: 25px;
		width: 60px;
		left: 20px;
	}

	.products .product {
		/*width: 370px;*/
	}
	#logo img {
		width: 225px;
		margin-top: -15px;
	}

	#slogan {
		top: 94px;
		left: 20px;
		font-size: 12.3px;
		letter-spacing: 0px;
	}

	#phones .main {
		font-size: 24px;
	}

	#cart {
		width: 180px;
		top: 16px;
	}

	#logo {
		top: 10px;
	}

	.articles-menu, .news-menu {
		width: 150px;
	}

	.form-cart form {
		width: 100%;
	}

	#nav-categories ul .childs {
		top: 40px;
	}

	#nav-categories ul ul {
		padding: 20px 10px 15px 10px;
	}

	#product .photos {
		width: 100%;
		padding: 15px;
		float: none;
		padding-left: 20px;
		padding-right: 20px;
	}

	.function-panel {
		float: none;
		width: 100%;
	}

	button.slick-prev, button.slick-next {
		display: none !important;
	}

	.breadcrumbs {
		padding: 0 15px;
	}

	#product .bottom .left {
		width: 100%;
		float: none;
		padding-right: 0;
	}

	#product .bottom .right {
		float: none;
		width: 100%;
		padding-left: 20px;
		padding-right: 30px;
	}

	.default-page.articles-page img {
		float: none !important;
		max-width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	#product .options-content .option-images a img {
		max-width: 100%;
	}

	#manufacturer .default-page li {
		display: inline-block;
		width: 260px;
	}
}

@media (max-width: 659px) {

    #nav-categories > div > ul
    {
        flex-direction: column;
    }

	.wrap {
		width: 320px; /* 320 */
    }

    #header .wrap{
        width: 360px;
        max-width: 100%;
    }

    #header, #content, #footer {
      position: relative;
      min-width: 320px;
  }

  .news-articles .item {
      width: 100%;
  }

  .products .product {
      margin-left: 10px;
  }

  #header .navi ul {
      display: none;
      position: fixed;
      background-color: #fff;
      z-index: 102;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
  }

  #header .social .intro {
      display: none;
  }

  #header .social {
      padding: 9px 0 9px 0;
      margin-right: 10px;
  }

  #button-menu {
      display: block;
      float: left;
      margin-left: 10px;
      margin-top: 8px;
  }
	/*
	#button-menu a {
		padding: 10px 14px;
		display: block;
		background-color: #D84154;
		color: #fff;
		margin-top: 1px;
		font-size: 16px;
		text-transform: uppercase;
		background: url(/img/design/menu.png) no-repeat;
		background-color: #D84154;
		padding-left: 35px;
		background-position-y: center;
		background-position-x: 5px;
		background-size: 20px;
	}
	*/
	#button-menu a:hover {
		text-decoration: none;
	}

	#header .navi li {
		display: block;
	}

	#header .top {
		height: 214px;
	}

	#phones .left {
		/* float: none; */
		width: auto;
		padding-right: 0;
    }

    #phones .left .item,
    #phones .right .item {
      line-height: 22px;
  }

  #phones .left,
  #phones .right {
      /* float: none; */
      padding-top: 3px;
      padding-left: 5px;
  }

  #phones {
      top: 120px;
      left: 0;
      width: 100%;
  }

  #phones .info {
      /* display: none; */
      font-size: 13px;
  }

  #cart a {
      padding: 80px 25px 25px 0px;
  }

  #cart {
      width: 68px;
      top: 13px;
  }

  #logo img {
      width: 220px;
      margin-top: 0px;
  }

  #slogan {
      top: 90px;
      left: 0;
      font-size: 13px;
      text-align: center;
      letter-spacing: 0;
  }

  #nav-categories li {
      display: block;
      width: 100%;
  }

  #nav-categories {
      height: auto;
  }

	/*#nav-categories ul li:hover .childs {
		display: none;

     }*/



     .slider-home {

     }

     .reasons .block {
      width: 95%;
  }

  .facts .left {
      width: 100%;
      margin: 0;
  }

  .facts .right {
      width: 100%;
  }

  .seo-text img {
      float: none;
      max-width: 100%;
  }

  #content li {
      padding: 3px 0;
  }

  .action.catalog p {
      line-height: 30px;
      padding: 7px 0;
      font-size: 21px;
      text-align: center;
      top: 32px;
  }


  #close-button-menu {
      display: block;
      position: absolute;
      top: 10px;
      right: 19px;
  }

  #header .navi li:nth-child(7) {
      float: none;
  }

  #header .navi li a, #header .navi li span {
      display: block;
      text-transform: uppercase;
      padding: 17px;
      border-bottom: 1px solid #ECECEC;
      padding-left: 25px;
  }

  #header .navi .wrap {
      position: inherit;
  }

  #button-menu img {
      height: 30px;
  }

  #close-button-menu img {
      width: 40px;
  }

  #header .navi li:nth-child(1) a, #header .navi li:nth-child(2) a, #header .navi li:nth-child(3) a, #header .navi li:nth-child(4) a, #header .navi li:nth-child(5) a, #header .navi li:nth-child(6) a, #header .navi li:nth-child(7) a, #header .navi li:nth-child(1) span, #header .navi li:nth-child(2) span, #header .navi li:nth-child(3) span, #header .navi li:nth-child(4) span, #header .navi li:nth-child(5) span, #header .navi li:nth-child(6) span, #header .navi li:nth-child(7) span {
      background-position-y: center;
  }

  .action.catalog {

  }

  #nav-categories ul .childs {
      position: relative;
      top: 0;
  }

  #nav-categories ul li:hover .childs {
      padding-top: 0;
  }

  #nav-categories ul .childs .wrap {
      width: auto;
  }

  #nav-categories ul ul {
      padding: 0;
  }

  #nav-categories ul .childs ul ul a {
      padding: 10px 0px 10px 25px;
      width: auto;
      border-bottom: 1px solid #ccc;
  }

  #nav-categories ul li:hover .childs {
     z-index: 101;
 }

 #nav-categories .alias-parfums > a, #nav-categories .alias-makeup > a, #nav-categories .alias-care > a, #nav-categories .alias-sales > a, #nav-categories .alias-gifts > a {
  box-shadow: 0 0 1px #ccc;
  margin: 7px 0;
}

#header {
  background: none;
}

#nav-categories .childs ul ul {
}

#nav-categories ul .childs a {
  width: 100%;
}

#nav-categories .childs li {
  margin: 0;
  width: 100% !Important;
}

#nav-categories {
  padding: 7px 0;
  border-top: 1px solid #5C5C5C;
  display: none;
}

#page-content {
  float: none;
  width: 320px;
}

.products .product {
  margin-left: 0;
}

#sidebar, .products .product {
  margin-left: 10px;
}

.bg-header {
  /*background: url(/img/design/light-blue-background.jpg) center center;*/
  background-size: cover;
}

#product .photos {
  float: none;
  width: 100%;
}

.function-panel {
  float: none;
  width: 100%;
}

#product .photos {
  padding-left: 0px;
  padding-right: 0px;
}

#product .bottom .left {
  width: 100%;
  float: none;
  padding-right: 0;
}

#product .bottom .right {
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

button.slick-prev, button.slick-next {
  display: none !important;
}

.articles-menu, .news-menu {
  width: 100%;
  float: none;
}

.articles-content, .news-content {
  float: none;
  width: 100%;
}

#footer .navi ul {
  display: none;
}

#footer #button-menu {
  margin: 6px 10px;
}

#copyrigts {
  padding: 10px 10px 50px;
}

#footer .brands .wrap {
  padding: 0;
}

#sidebar {
  display: none;
}

#button-sidebar {
  display: block;
}

#button-sidebar a {
  padding: 10px;
  display: block;
  margin: 0 10px;
  margin-bottom: 10px;
  font-size: 17px;
  color: #333;
  background: #fff;
}

#button-sidebar a:hover, #button-sidebar a:focus {
  text-decoration: none;
}

#description img {
  width: 100% !important;
  height: auto !important;
}

#phones .item {
  padding: 2px 0;
}

#phones a {
  color: #3c383b;
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0;
}

#phones .main a {
  font-size: 20px;
  font-weight: 300;
}

.breadcrumbs .home {
  display: none;
}

#categories-button {
  display: block;
}

#categories-button {
  background-color: #E14357;
}

#categories-button a {
  display: block;
  padding: 10px;
  margin: 0 10px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
  position: relative;
}

#categories-button a:hover {
  text-decoration: none;
}

#categories-button a:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

.breadcrumbs {
  padding: 0;
}

#categories-button.active {
  background-color: #333;
}

#phones .right img {
  display: none;
}

#cart .info {
  display: none;
}

#cart {
  text-align: center;
  background-size: 85px;
}

#nav-categories ul .childs a:hover {
  background-color: #333 !important;
  color: #fff;
}

.form-cart form {
  width: 100%;
  padding: 10px 20px;
}

.table-cart td:nth-child(4), .table-cart td:nth-child(3), .table-cart td:nth-child(5) {
  display: none;
}

.table-cart th:nth-child(4), .table-cart th:nth-child(3), .table-cart th:nth-child(5) {
  display: none;
}

.table-cart img {
  max-width: 50px;
  max-height: 50px;
}

	/*.table-cart tr:last-child td {
		display: none;
     }*/

     tr#intotal-pc {
      display: none;
  }

  tr#intotal-mob {
      display: table-row;
      border-top: 10px solid #F1F6FA;
  }

  .table-cart td:last-child {
      padding: 0;
  }

  .modal-footer {
      text-align: center;
  }

  #cart-modal .btn-default {
      margin-bottom: 4px;
      margin-top: 4px;
  }

  .facts .wrap {
      padding-bottom: 0 !important;
  }

  #nav-categories li > .active {
      background-color: #030303;
  }

  #nav-categories li > a:focus {
      background-color: #222;
      outline: none;
  }

  #nav-categories a:hover {
      /*background: none !important;*/
  }

  #button-sidebar .open span {
      background-position-x: -37px;
  }

  #button-sidebar span {
      background: url(/img/design/filter.png) no-repeat;
      background-size: 73px;
      height: 25px;
      width: 36px;
      display: inline-block;
      position: absolute;
  }

  #button-sidebar p {
      padding-left: 50px;
      margin: 0;
  }

  .quantity-mob {
      display: table-row;
  }

  .quantity-mob td {
      padding: 5px 0 5px 20px !important;
  }

  .default-page.articles-page {
      width: 100%;
      float: none;
  }

  .default-page.articles-page img {
      float: none !important;
      max-width: 100%;
      margin: 0 !important;
  }

  #product .options-content .option-images a img {
      max-width: 90%;
      height: 110px;
  }

  #product .options-content .option-images a {
      text-align: center;
  }

  #product .options-content .option-images a {
      padding-right: 0;
  }

  #description .right, .default-page.articles-page .right {
      width: 100%;
  }

  #description .left, .default-page.articles-page .left {
      width: 100%;
  }

  .news-articles .news {
      float: none;
      width: 100%;
      border: 0;
      padding: 0;
  }

  .news-articles .articles {
      float: none;
      width: 100%;
      border: 0;
      padding: 0;
  }

  #home .news-articles h2 {
      border-bottom: 1px dotted #D0DADF;
      padding-bottom: 15px;
      margin-bottom: 20px;
      margin-top: 20px;
  }

  .news-articles {
      padding-top: 0;
      padding-bottom: 0;
  }

  .action.catalog img {
      display: none;
  }

  .slider-new .slide {
      height: 150px;
  }

  .slider-new .text {
      height: 140px;
  }

}

#related .slick-initialized .slick-slide, #home .slick-initialized .slick-slide {
 height: auto;
}

#related .slick-slide, #home .slick-slide {
    float: none;
}

#related .products .product:nth-child(3n + 1), #related .products .product:nth-child(3n + 1), #home .products .product:nth-child(3n + 1), #home .products .product:nth-child(3n + 1) {
    margin: 0 9px;
}

#related .slick-slide.slick-active.slick-center, #home .slick-slide.slick-active.slick-center  {
	border: none;
}

#related button.slick-next, #home button.slick-next {
    position: relative;
    width: 50%;
    left: 0;
}

#related button.slick-prev, #home button.slick-prev {
    position: relative;
    width: 50%;
    left: 0;
    background-position-x: right;
}

#related button.slick-prev, #related button.slick-next, #home button.slick-prev, #home button.slick-next {
    display: inline-block !important;
}

span.estimate {
    position: relative;
    bottom: 2px;
}

#hidden-form .errors {
    text-align: center;
    color: #E04A52;
    font-size: 16px;
    margin-top: 15px;
}

.collective {
    margin-top: 20px;
}

.collective .block {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin-bottom: 20px;
}

.collective .name {
    font-size: 17px;
    margin: 7px 0;
}

.collective .position {
    font-style: italic;
}

.collective img {
    border-radius: 90px;
    padding: 3px;
    border: 1px solid #ccc;
}

@media (max-width: 979px) {
	.collective .block {
		display: inline-block;
		width: 49%;
		text-align: center;
		margin-bottom: 40px;
	}
}

@media (max-width: 659px) {
	.collective .block {
		display: inline-block;
		width: 100%;
		text-align: center;
		border-bottom: 1px dashed #CCCCCC;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.collective .block:last-child {
		border: none;
	}
}

.inform {
    margin-bottom: 9px;
}

.inform-form {
    display: none;
    position: relative;
}

.inform-form form {
    display: inline-block;
    width: 265px;
}

.inform-form input {
    padding: 5px 12px;
    margin-bottom: 10px;
    margin-top: 4px;
    float: left;
    border: 1px solid #ccc;
    border-right: none;
}

.inform-form button {
    background: none;
    background-color: #E04A52;
    padding: 6px 10px;
    letter-spacing: 1px;
    margin-top: 4px;
    color: #fff;
    float: right;
    border: 0;
    position: absolute;
}

.inform a.active {
    text-decoration: underline;
}

.action-product {
    position: absolute;
    background: #E04A52;
    color: #fff;
    padding: 6px 47px;
    left: 0;
    top: 0;
    font-size: 18px;
    z-index: 40;
    -webkit-transform: translate(-35px,19px) rotate(-45deg);
}

.hit {
    position: absolute;
    background: #2ecc71;
    color: #fff;
    padding: 8px 29px;
    left: 0;
    top: 0;
    font-size: 15px;
    z-index: 100;
    -webkit-transform: translate(-34px,20px) rotate(-45deg);
}

.new {
    position: absolute;
    background: #3498db;
    color: #fff;
    padding: 6px 35px;
    left: 0;
    top: 0;
    font-size: 18px;
    z-index: 100;
    -webkit-transform: translate(-35px,19px) rotate(-45deg);
}

div#login {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.73);
    width: 100%;
    z-index: 1000;
    height: 100%;
}

#login form {
}

#login form {
    width: 390px;
    margin: 10% auto 0;
    position: relative;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.login-content {
    background: #FFFFFF;
    padding: 30px 25px;
    border-radius: 0 0 4px 4px;
}

.login-header {
    background: #fff;
    padding: 10px 25px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #CCC;
}

#login input {
    width: 100%;
    padding: 7px 12px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 2px;
}

#login input:focus {
    border: 1px solid #CC9DA0;
}

#login .title {
    font-size: 18px;
}

#login button {
    background: none;
    background-color: #E04A52;
    padding: 8px 13px;
    letter-spacing: 1px;
    color: #fff;
    border: 0;
}

#login .button {
    margin: 5px 0px 15px;
}

#login button:hover {
    text-decoration: none;
    background-color: #CA434A;
}

.login-close img {
    width: 30px;
    opacity: 0.7;
}

.login-close a {
    opacity: 0.7;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.login-close a:hover {
	opacity: .5;
	text-decoration: none;
}


.login-close img:hover {
    opacity: 1;
}

.login-close {
    position: absolute;
    top: 12px;
    right: 22px;
}

#registration form {
    width: 65%;
    background: #fff;
    padding: 20px 40px;
    margin: 0px auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    max-width: 900px;
}

#registration label {
    display: block;
    font-weight: 400;
    margin: 0;
}

#registration .field {
    margin: 15px 0 3px 0;
}

#password-recovery label {
    font-weight: 400;
}

#registration input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}

#registration span {
    display: block;
    margin: 5px 0 10px;
    font-weight: 300;
}

#registration button, #password-recovery button {
	background: none;
    background-color: #E04A52;
    padding: 8px 13px;
    letter-spacing: 1px;
    color: #fff;
    border: 0;
}

#registration .button {
    text-align: center;
    margin-top: 20px;
}

#registration button:hover, #password-recovery button:hover {
    background-color: #CA434A;
}

#password-recovery input {
    padding: 7px;
    border: 1px solid #ccc;
    margin: 0 -5px 0 10px;
}

#password-recovery {
    text-align: center;
}

#password-recovery p {
    margin-bottom: 15px;
}

#registration span.hint {
    font-weight: 300;
    font-size: 13px;
    color: #777;
    margin: 0;
}

@media (max-width: 659px) {
	#login form {
		width: 100%;
		margin: 0;
		position: absolute;
		top: 0px;
		bottom: 0px;
		background: #F1F6FA;
	}

	#registration form {
		width: 410px;
		max-width: 100%;
	}
}

#tags {
    text-align: center;
    padding: 10px 10px;
    font-size: 13px;
}

h1 span {
	font-size: 22px;
}

#tags a {
    margin: 0 7px;
}

#tags .active {
    text-decoration: none;
    color: #333;
}

.article-block .title span {
    color: #ffffff;
    text-shadow: 1px 1px 1px #671e75;
    position: absolute;
    bottom: 25%;
    right: 0px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2) inset;
    font-size: 24px;
    background: rgba(89, 25, 101, 0.91);
    padding: 10px;
}

.header-bottom {
    background: #671e75;
    color: #FFF;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    text-shadow: 1px 1px 1px #310c38;
    cursor: pointer;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1), -23px 0 20px -23px rgba(0, 0, 0, .5), 23px 0 20px -23px rgba(0, 0, 0, .5), 0 0px 6px rgba(0, 0, 0, 0.36) inset;
    text-align: left;
    margin: 0px 0px 0px;
    display: flex;
    position: relative;
    overflow: hidden;
    top: 0px;
    z-index: 2;
}

.header-banner {
    font-size: 13px;
    padding-right: 20px;
    line-height: 16px;
    height: 55px;
    padding-top: 50px;
    margin: 0 10px;
    display: flex;
    border-left: 2px solid #842796;
    border-right: 2px solid #842796;
    justify-content: flex-start;
    box-shadow: 0 0 0px rgba(0, 0, 0, .1), -23px -5px 20px -23px rgba(0, 0, 0, .5), 23px -5px 20px -23px rgba(0, 0, 0, .5), 0 0px 0px rgba(185, 185, 185, 0.3);
    align-items: center;
    padding: 7px;
    cursor: context-menu;
    transition: all 100ms;
    border-radius: 40px 20px;
}

.category-rost
{
    margin-top: 10px;
    text-align: center;
}

.category-rost > span, .product-rost > span
{
    width: 85px;
}

.category-rost > select, .product-rost > select
{
    width: 50px;
}

.panel__category {
    text-align: center;
    margin: 15px 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.panel__category img {
    width: 80%;
}
.panel__category span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
}
