html, body{ min-height: 100%; margin: 0; padding: 0; }
body{ background: url('/assets/img/body-bg.jpg') repeat-x left top #faf9fe; }

.rightside_hider.hide{
    visibility: hidden;
}


.loginBlock{
	width:auto;
	padding: 3em 20px 5em 0;
}

#login_form input{
    font-size:27px;
    border:1px solid #BDB2F4
}

#s1{
    height: 50px !important;
    width:100px;
    font-size: 27px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #BDB2F4;
    border-color: #ccc   
}

.mt-3{
    padding-top:2em;
}

.sort_row{
    float: right;
    font-size: 85%;
    padding: 0;
}

.wrap{
    height: 100%;
}
.obr{ width: 1000px; margin: 0 auto; }
/* header */

/* content */
.path{ overflow: hidden; margin: 1em 0;}
div.path a, div.path small, div.path h1{
    font-size: 12px;
    float: left;
    clear: none;
    margin:  0 10px 0 0;
    color: #b686c5;
}
div.path h1{ color: #666; }

.slider {width: 683px; height: 500px;}
    .slider img{ display: none; }

.home-cat-menu{}
    .home-cat-menu li{
        position: relative;
        margin: 0 3px 2em 0;
        padding: 0;
        width: 300px;
        height: 150px;
        text-indent: 0;
        cursor: pointer;
        border:1px solid #eaeaea;
    }
    
    .home-cat-menu li.purple:hover{
        box-shadow: 0 0 5px 1px #525e64;
    }
    .home-cat-menu li.green:hover{
        box-shadow: 0 0 5px 1px #626e73;
    }
    .home-cat-menu li.glc:hover{
        box-shadow: 0 0 5px 1px #56626a;
    }
    
    .home-cat-menu a{
        position: absolute;
        left:15px;
        bottom: 15px;
        padding: 0.5em 10px;
        text-decoration: none;
        text-shadow: 1px 1px 0 #8079C4;
        font-size: 120%;
        font-weight: bold;
        color: white;
    }
.cat-menu-block{
    padding: 0 0 1em 0;
    background: #88d600;
}
    .cat-menu-block h3{
        padding: 0.3em 15px;
        margin: 0 0 0.5em 0;
        border-bottom: 1px solid #66B600;
    }
    .cat-menu-block li{
        margin: 0;
        padding: 0.3em 15px;
        text-indent: 0;
        font-size: 120%;
    }
    .cat-menu-block li a{ color: #fff; }

.cat-block{
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
    text-align: left;
    float: left;
    width: 100%;
}   
    .cat-block li{
        margin:0 46px 15px 0;
        padding: 0;
        
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        text-indent: 0;
        width: 200px;       
    }
    .cat-block li:nth-child(4n){
        margin-right: 0;
    }
    .cat-block a{ text-decoration: none; }
    .cat-block img{ border: none;}
    .cat-block span{
        font-size: 120%;
        text-decoration: none;
        color: #b484c2;
    }

.listCarusel ul{
    margin:0;
    padding:0;
}
.listCarusel li{
    display:inline-block;
    padding:2px;
    margin:0 10px 10px 0;
    text-indent:0;
    cursor:pointer;
    background:none;
    border:1px solid #ccc
}

.listCarusel img{
    cursor: pointer;
    border: 1px solid transparent;
}
.listCarusel .cur img{
    border-color: #91248E;
}

.footerPhone{

    margin: 1em 25px;
    text-align: right;
}

#footerCounter{
    float: left;
    margin-top: 1em;
}

/* BG */
.bl-white{ background: white; }
.bg-ame{
    background: #cf9adf; /* Old browsers */
    background: -moz-linear-gradient(top, #cf9adf 0%, #aa7cb8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf9adf), color-stop(100%,#aa7cb8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cf9adf 0%,#aa7cb8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cf9adf 0%,#aa7cb8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cf9adf 0%,#aa7cb8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cf9adf 0%,#aa7cb8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9adf', endColorstr='#aa7cb8',GradientType=0 ); /* IE6-9 */
}
.bg-glc{
    background: #bcb2f0; /* Old browsers */
    background: -moz-linear-gradient(top, #bcb2f0 0%, #a89de6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcb2f0), color-stop(100%,#a89de6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bcb2f0 0%,#a89de6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bcb2f0 0%,#a89de6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bcb2f0 0%,#a89de6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bcb2f0 0%,#a89de6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcb2f0', endColorstr='#a89de6',GradientType=0 ); /* IE6-9 */
}
    .bg-glc.border { border: 1px solid #958ED3; }
.bg-purple{
    background: #b47dc7; /* Old browsers */
    background: -moz-linear-gradient(top, #b47dc7 0%, #9e6bad 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b47dc7), color-stop(100%,#9e6bad)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b47dc7 0%,#9e6bad 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b47dc7 0%,#9e6bad 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b47dc7 0%,#9e6bad 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b47dc7 0%,#9e6bad 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b47dc7', endColorstr='#9e6bad',GradientType=0 ); /* IE6-9 */
}
    .bg-purple.border{ border: 1px solid #9661AA; }
.header-cat-menu a:hover,
.bg-green{
    background: #89d700; /* Old browsers */
    background: -moz-linear-gradient(top, #89d700 0%, #6fc100 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89d700), color-stop(100%,#6fc100)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #89d700 0%,#6fc100 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #89d700 0%,#6fc100 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #89d700 0%,#6fc100 100%); /* IE10+ */
    background: linear-gradient(to bottom, #89d700 0%,#6fc100 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89d700', endColorstr='#6fc100',GradientType=0 ); /* IE6-9 */
}
    .bg-green.border{ border: 1px solid #66B600; }

.shadow{
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}

.row{ clear: both; }
.pull-left{ float: left; }
.pull-right{ float: right; }
.pad{ padding-left: 25px !important; padding-right: 25px !important; }
.pad-t{ padding-top: 0.5em !important; padding-bottom: 0.5em !important; }
.pad-t1{ padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
.pad-l{ padding-left: 25px !important; }
.rad{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.rad4{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.rad-t{
    -webkit-border-radius: 8px 8px 0 0; 
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.rad-b{
    -webkit-border-radius: 0 0 8px 8px; 
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}
.white-link{ color: #fff; text-decoration: none; }
.white-link:hover{ color: #fff; text-decoration: underline; }
.span4{ width: 20%; }
.span8{ width: 80%; }
.res-ul{
    margin: 0;
    padding: 0;
    list-style-type: 0;
}

.catalogue{
    margin-top: 20px;
}

.catalogue--home{

}

.catalogue--home .catalogue-list{
    text-align: left;
}



.catalogue--home .catalogue-item{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    text-indent: 0;
    margin:0 44px 30px 0;
}

.catalogue--home .catalogue-item:nth-child(4n){
    margin-right: 0;
}

.catalogue--home .catalogue-item:hover .catalogue-imageLink{
    border:1px solid #ccc;
}

.catalogue--home .catalogue-imageLink{
    display: block;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border:1px solid transparent;
}

.catalogue--home .catalogue-link-block{
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    margin-top: 5px;
}

.price_block{
    margin: 0 10px 10px 0;
}

.price_block_inner{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;

    padding: 10px 15px;
    background-color: #978EC3;
    color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.price_block_amount{
    font-weight: bold;
}

.loadImgBlock{
    float: left;
}

.prewImg{
    width: 100px;

    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;

    text-indent: 0;
    margin:0 5px 5px 0;
    padding: 0;
}

.prewImg:last-child{
    margin-right: 0;
}

.thumbs_block{
    float: left;
    margin-top: 0;
}


.image_gallery_container  {
    min-height: 374px;
    position: relative;
}

#image_gallery {
    position: absolute;
    bottom: 0px;
}
.variant-header {
    font-size: 12px;
}
.variant-list {
    padding: 0px;
    margin: 15px 0 0 18px;
}

.variant-item {
    display: inline-block;
    padding: 0px;
    margin: 0px 25px 0 0;
    cursor: pointer;
	text-align: center;
}
.variant-item p {
	font-weight: 400;
}
.variant-item img {
	width: 49px;
	height: 55px;
}
.variant-item.in-basket img {
    border: 1px solid #ffcccc;
}
.variant-item.active img {
    border: 1px solid #8495CA;
}
.variant-item.active p {
	font-weight: 700;
}

.breadcrumbs{
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: .5rem;
    list-style: none;
    background-color: none;
    border-radius: .25rem
}

.breadcrumb-item{
    list-style: none;
    text-indent: 0;
    margin:0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.breadcrumb+h1 {
    line-height: 1
}

@media (max-width: 767.98px) {
    .breadcrumb-item:not(:last-child) {
        display:none
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-item:last-child {
        padding-left:0
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-item:last-child:before {
        content:""
    }
}

.error404{
    height: 100vh;
}
.wr404{
    max-width: 990px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    text-align: left;
}