@charset "utf-8";

@font-face {
    font-family: 'Kuzanyan';
    src: url('/fonts/Kuzanyan/Kuzanyan.eot');
    src: local('☺'), url('/fonts/Kuzanyan/Kuzanyan.woff') format('woff'),
    url('/fonts/Kuzanyan/Kuzanyan.ttf') format('truetype'),
    url('/fonts/Kuzanyan/Kuzanyan.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueUltraLight';
    src: url('/fonts/Helvetica/HelveticaNeueUltraLight/HelveticaNeueUltraLight.eot');
    src: local('☺'), url('/fonts/Helvetica/HelveticaNeueUltraLight/HelveticaNeueUltraLight.woff') format('woff'),
    url('/fonts/Helvetica/HelveticaNeueUltraLight/HelveticaNeueUltraLight/HelveticaNeueUltraLight.ttf') format('truetype'),
    url('/fonts/Helvetica/HelveticaNeueUltraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'HeliosExtBold';
    src: url('/fonts/Helios/HeliosExtBold/HeliosExtBold.eot');
    src: local('☺'), url('/fonts/Helios/HeliosExtBold/HeliosExtBold.woff') format('woff'),
    url('/fonts/Helios/HeliosExtBold/HeliosExtBold.ttf') format('truetype'),
    url('/fonts/Helios/HeliosExtBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}







body,html,.images_slider{
    /*-webkit-backface-visibility: hidden;*/
}

a, div, p, span, input, form, img{
    /*    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;*/
    /*-webkit-appearance: none;*/
}

.visible{
    display: block;
}
.hide{
    display: none;
}

@keyframes blink {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes blink {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.blink {
    -webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
}

a{
    color: #000000;
}

/*a:hover{
    color: #000000 !important;
}*/

table td{
    vertical-align: top;
}

body, html{
/*
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout:none;*/
    line-height: 1.5em;
    border:0px;
    padding:0px;
    margin:0px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size:12px;
    color: #626262;

    font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;

    background: #292929;
}

@media all and (-webkit-min-device-pixel-ratio:0) {
    body, html{
        /*font-size:8px;*/
    }
    #content_container{
        font-size:12px;
    }
}

h1, h2, h3{
    text-indent: 0em !important;
    color: #626262;
    margin: 30px 0px 20px 0px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-family: "HelveticaNeueUltraLight";
    letter-spacing: 0.1em;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.004);*/
}
h2, h3{
    font-family: "Helvetica";
    font-weight: lighter;
}
h1>a, h2>a, h3>a{
    text-decoration: none;
    color: #f57825;
    border-bottom: 1px dashed #f57825;
}
h1{
    font-size: 1.85em;
}
h2{
    font-size: 1.6em;
    margin-bottom: 10px;
}
h3{
    font-size: 1.1em;
    margin-bottom: 9px;
}

strong, b{
    color: #000000;
}

input{
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    vertical-align: top;
}
input[type="submit"]{
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[readonly="readonly"]{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px dotted #C1C1C1;
    color: #000000;
    background: none;
}
textarea{
    resize: none;
}
input, textarea{
    padding-left: 3px;
}

input, textarea, select{
    border: 1px solid #CCCCCC;
    font-size: 13px;
}
.error{
    border: 1px solid #FF6666;
    background: #FFF7F7;
}
input.but{
    position: relative;
    width: auto !important;
    padding: 3px 20px;
    text-transform: uppercase;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    input.but{
        padding: 3px 10px;
    }
}
input.but.light{
    background: rgba(125,125,125,0.8);
    background: rgb(125,125,125)\0/;
    border: 1px solid #686868;
}
input.but.superlight{
    background: rgba(230,230,230,0.8);
    background: rgb(230,230,230)\0/;
    border: 1px solid #ACACAC;
    color: #333333;
}
input.but.small{
    padding: 0px 2px;
}
a img{
    border: none;
}



ul{
    padding: 0px 0px 0px 1.2em;
    margin: 0px;
    list-style-type: none;
}
li{
    padding: 0px;
    margin: 0px 0px 1em 0px;
    text-indent: -0.8em;
    line-height: 1.5em;
    list-style-type: none;
}



/*-------------------------------------------------------------*/

#main{
    position: relative;
    width: 100%;
    margin-bottom: 264px;
    padding-bottom: 50px;
    z-index: 10000;
    background: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 1);
    overflow: hidden;
}
#head{
    position: relative;
    width: 100%;
    margin: 0px auto 0px auto;
    min-width: 980px;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.95);
}
#header_line{
    position: relative;
    margin: 10px 0px 0px 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}
a.logo{
    display: inline-block;
}
a.logo > div{
    position: relative;
    top: 8px;
}




.line{
    position: relative;
    clear: both;
    margin: 20px 0px;
    height: 1px;
    background-color: #ccc;
}





/*-------------------------------------------------------------*/

#main_products{
    position: relative;
    background: #f2f2f2;
    vertical-align: top;
}

.main_prod{
    position:absolute;
    padding: 0px 0px 80px 0px;
    background: #ffffff;
}
.main_prod .descr{
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-family: "Helvetica";
    font-weight: lighter;
    color: #868686;
    font-size: 16px;
    line-height: 1.3em;
}
.main_prod .descr span{
    font-family: "HeliosExtBold";
    font-size: 19px;
    color: #606060;
}
.main_prod .price{
    position: absolute;
    bottom: 34px;
    right: 40px;
    font-family: "HelveticaNeueUltraLight";
    font-size: 35px;
}

/*-------------------------------------------------------------*/





#cart_block{
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 6px 0px 0px 445px;
    z-index: 500000;
}

#cart{
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0px;
    left: 0px;
    background: url("../images/bag.svg") no-repeat center center;
}

.cart{
    position: fixed;
    top: 35px;
    left: 50%;
    margin: 0px 0px 0px 135px;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #000000;
    font-size: 0.9em;
    display: none;
    opacity: 0;
    box-shadow: -4px 21px 31px -7px rgba(0, 0, 0, 0.2);
}

.cart .price{
    position: relative;
    display: inline-block;
}

.cart .arr{
    position: absolute;
    width: 80px;
    height: 35px;
    top: 0px;
    right: 0px;
    margin: -35px 0px 0px 0px;
    cursor: pointer;
}

.arr a{
    display: block;
    width: 80px;
    height: 35px;
}

.cart table td{
    text-align: left;
}
.cart .a{
    color: #000000;
    text-decoration: none;
}
.cart .a:hover{
    text-decoration: underline;
}
.cart table td img{
    margin: 0px 10px 0px 0px;
}
.product_count{
    font-family: 'HelveticaNeueUltraLight';
    font-size: 1.5em;
    letter-spacing: 0.1em;
    text-align: center !important;
    text-transform: uppercase;
    color: #000000;
}

/*-------------------------------------------------------------*/






#cart_content{
    margin: 50px auto 0px auto;
    padding: 10px;
    max-width: 915px;
}
#cart_content .brand{
    font-size: 1.2em;
    text-transform: capitalize;
}
#cart_content .name{
}
#cart_content .name a{
}
#cart_content .name a:hover{
    color: #919191;
}
#cart_content thead{
    font-family: "HelveticaNeueUltraLight";
    white-space: nowrap;
    letter-spacing: 0.1em;
}
#cart_content thead td{
    padding-right: 18px;
}
#cart_content tfoot{
}
#cart_content tfoot td{
    vertical-align: middle;
}
#cart_content .old_price{
    text-decoration: line-through;
    color: #9f9f9f;
}
#cart_content .price{
}







/*-------------------------------------------------------------*/

#top_block{
    position: relative;
    height: 35px;
    width: 100%;
    margin: 0px auto 0px auto;
    min-width: 980px;
    overflow: hidden;
}

#aut{
    position: absolute;
    left: 50%;
    margin: 10px 0px 0px -470px;
    font-style: italic;
}
#aut a{
    margin-right: 15px;
    color: #7A7A7A;
    font-style: normal;
    text-decoration: none;
    border-bottom: 1px solid;
}


#search{
    position: absolute;
    height: 30px;
    left: 50%;
    margin: 7px 0px 0px 250px;
}

#search_input{
    border: 1px transparent;
    border-bottom: 1px solid #626262;
    font-style: italic;
}
#search_but{
    position: absolute;
    border: none;
    top: 0px;
    right: 0px;
    margin: 0px -25px 0px 0px;
    width: 20px;
    height: 20px;
    background: url("../images/search.svg") no-repeat center center;
    cursor: pointer;
}
.search_list th{
    padding: 0px 0px 10px 0px;
    font-family: "HelveticaNeueUltraLight";
    letter-spacing: 0.1em;
    font-size: 1em;
}
.search_list th{
    padding: 5px 15px 5px 0px;
    color: #000000;
    text-transform: uppercase;
}
.search_list td{
    padding: 5px 15px 5px 0px;
    border-bottom: 1px solid #cccccc;
    vertical-align: middle;
}

/*-------------------------------------------------------------*/

.kroshki{
    position: relative;
    max-width: 980px;
    margin: 0px auto 0px auto;
    text-align: center;
    padding: 5px 0px 0px 0px;
    font-style: italic;
    color: #777777;
}
.kroshki > a{
    color: #777777;
    padding: 2px;
}
.kroshki > a:hover{
    text-decoration: underline;
}






#wm{
    position: relative;
    width: 100%;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}
#wm a{
    display: block;
    color: #ffffff;
    text-decoration: none;
}
#w{
    position: absolute;
    right: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #80CCB8;
    text-align: right;
    line-height: 25px;
}
#w a{
    padding: 0px 20px 0px 0px;
}

#m{
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #507181;
    text-align: left;
    line-height: 25px;
}
#m a{
    padding: 0px 0px 0px 20px;
}








#main_menu{
    position: relative;
    width: 100%;
    margin-top: 0px;
    color: #000000;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    line-height: 2;
}
.menu_block{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
#main_menu .menu_block .parent{
    position: relative;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0.15em;
    border: 1px solid transparent;
    border-bottom: none;
    z-index: 5000;
}

.menu_block .parent a, .menu_block .parent span{
    text-decoration: none;
    padding: 5px 50px;
    cursor: pointer;
}
#footer .menu_block .parent a, #footer .menu_block .parent span{
    padding: 5px 20px;
}

#main_menu .sep{
    position: relative;
    width: 1px;
    display: inline-block;
    margin: auto 50px;
}

#main_menu .menu_block.select .parent{
    background: #000000;
    color: #ffffff;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

#main_menu .menu_block.select .parent > a, #main_menu .menu_block.select .parent > span{
    color: #ffffff;
    cursor: pointer;
}


#main_menu .child_block{
    position: absolute;
    min-width: 100%;
    border: 1px solid #cccccc;
    z-index: 2000;
    background: #ffffff;
    padding: 15px 0px 20px 0px;
    white-space: nowrap;
    margin-top: -1px;
    box-shadow: -4px 21px 31px -7px rgba(0, 0, 0, 0.2);
}
#main_menu .child a, #main_menu .child span{
    text-decoration: none;
    text-transform: capitalize;
    padding: 5px 70px 5px 50px;
    cursor: pointer;
}





/*-------------------------------------------------------------*/



#content_container{
    position: relative;
    width: 980px;
    min-height: 700px;
    margin: 10px auto 0px auto;
}
#content{
    position: relative;
    clear: both;
    margin: 40px auto 40px auto;
    padding: 0px 30px 0px 30px;
    width: 700px;
}
#content ul{
    margin: 10px 0px 10px 15px;
}
#content li{
    text-indent: -0.8em;
}







/*-------------------------------------------------------------*/


#alph{
    position: relative;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 0px 10px;
    margin: 0px 10px 0px 10px;
}
#alph .h{
    margin: 0px 20px;
    display: inline-block;
}
.alph_block{
    position: relative;
    display: inline-block;
    padding: 2px 9px;
    margin: 0px -3px 0px 0px;
    cursor: pointer;
    font-size: 1.25em;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-transform: uppercase;
}
.alph_block.hide{
    opacity: 0.3;
    filter: alpha(opacity=30);
}
#curbrnd{
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.25em;
    white-space: nowrap;
    color: #000000;
    vertical-align: middle;
}

.allbrands{
    position: relative;
    top: -10px;
    right: -10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    line-height: 15px;
    font-size: 15px;
}
.showbrands{
    text-decoration: underline;
    cursor: pointer;
    text-transform: uppercase;
}
.brands_block{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
#brands{
    margin: 1px 0px 0px -710px;
    background: #F0F0F0;
    padding: 30px !important;
    z-index: 500000;
    white-space: normal !important;
}
#brands .h{
    font-size: 1.5em;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
    display: inline-block;
    text-transform: uppercase;
}
#brands .brand_block{
    font-size: 1em;
    padding: 0 0 0 20px;
    position: relative;
    width: 180px;
}
#brands .brand_block a{
    color: #5D5D5D;
    text-decoration: none;
}
#brands .brand_block a:hover{
    color: #000000;
}
.brand_block.hide{
    opacity: 0.2;
    filter: alpha(opacity=20);
    display: block !important;
}



/*-------------------------------------------------------------*/
#main_img{
    position: relative;
}
#main_img_container{
    position: relative;
    width: 980px;
    overflow: hidden;
}

.scroll-container{
    position: relative;
    margin: 50px auto 0px auto;
}

.img{
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.arrow{
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    margin: -21px 0px 0px 0px;
    cursor: pointer;
    font-size: 4em;
    text-align: center;
    vertical-align: middle;
}
.left_arrow{
    left: 0px;
    color: #000000;
    text-shadow: 5px 0 #ffffff;
    /*background: url("../images/left_arrow.png") no-repeat;*/
}

.right_arrow{
    right: 0px;
    color: #000000;
    text-shadow: -5px 0 #ffffff;
    /*background: url("../images/right_arrow.png") no-repeat;*/
}


#scroll-block{
    position: relative;
    height: 500px;
}

.scroll-block{
    position: relative;
    width: 980px;

    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
}

.scroll-block div{
    position: relative;
    display: block;
    width: 980px;

    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);

    text-align: center;
}

#main_img_check{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    background: #ffffff;
}
.main_img_check{
    position: relative;
    margin: 5px auto 10px auto;
    text-align: center;
}
.radio{
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url(/images/radio.png) bottom center no-repeat;
}
.checked{
    background-position: top center;
}
.radio:hover{
    background-position: top center;
}








/*-------------------------------------------------------------*/

.pages_nav_container{
    position: relative;
    text-align: center;
    margin-top: 100px;
    color: #979797;
    font-style: italic;
    line-height: 2em;
}
.pages_nav{
    position: relative;
    height: 40px;
    padding: 0px 20px;
    white-space: nowrap;
}
.pages_nav .number{
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
}
.pages_nav .number > a{
    display: block;
    padding: 5px;
}
.pages_nav .number:hover{
    border: 1px solid #cccccc;
}
.pages_nav .number > span{
    color: #B2B2B2;
    padding: 5px;
    font-size: 2.2em;
}
.pages{
    position: relative;
    display: inline-block;
    margin: 0px 12px;
}
#num{
    position: relative;
    display: inline-block;
    margin: 0px 50px 0px 15px;
    vertical-align: top;
}
#num select{
    height: 25px;
}
#return_top{
    position: relative;
    margin-left: 50px;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    text-transform: uppercase;
    font-style: normal;
}


/*-------------------------------------------------------------*/

.but{
    border: 1px solid #cccccc;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    background: linear-gradient(to top, #e5e5e5, #f0f0f0);
    box-shadow: 1px -1px 0 0 #e0e0e0;
    position: relative;
    display: inline-block;
    margin: 0px 4px 0px 4px;
    font-size: 12px;
    color: #000000;
    cursor: pointer;
    font-style: normal;
}

.but.disabled{
    display: none;
}
.but a{
    text-decoration: none;
    padding: 6px 22px 5px 22px;
    display: block;
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
    line-height: 1em;
}
.but.small{
    font-size: 12px;
}
.but.small a{
    padding: 2px 10px 2px 10px;
    text-transform: lowercase;
}



/*-------------------------------------------------------------*/

.products{
    padding: 10px 0px 0px 0px;
    /*border-bottom: 1px solid #e8e8e8;*/
}

.product_block{
    position: relative;
    width: 322px;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 30px 0px;
    vertical-align: top;
}
@media all and (-webkit-min-device-pixel-ratio:0) {
    .product_block{
        width: 322px;
    }
}
.products .product_block:first-child{
    margin-left: 0px;
}
.product_block .image{
    height: 200px;
    width: 200px;
    background: #ffffff;
    margin: 0px auto 15px auto;
    line-height: 0;
}
.product_block .image a{
    display: inline-block;
    color: #cccccc;
}
.last_img{
    position: absolute;
    top: 0px;
    width: 200px;
    height: 200px;
}
.products_content .descriptions{
    position: relative;
    padding: 5px auto 10px auto;
    color: #000000;
    line-height: 1.5;
    text-align: center;
}
.products_content .descriptions .options{
    position: absolute;
    margin: -28px 0px 5px 0px;
}
.products_content .descriptions .options i{
    color: #666563;
    cursor: pointer;
}
.products_content .brand{
    margin-bottom: 2px;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    font-family: "HelveticaNeueUltraLight";
    text-align: center;
    color: #4D4D4D;
}
.products_content .category{
    color: #919191;
    text-transform: uppercase;
}

.products_content .old_price{
    font-size: 1em;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: line-through;
    color: #9f9f9f;
}

.products_content .price{
    font-size: 1em;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
.products_content .price span{
    font-style: italic;
    color: #8B0000;
    margin-left: 10px;
    font-weight: normal;
}

.discount{
    font-style: italic;
    color: #8B0000;
}

.products_content .buy{
    clear: both !important;
}







/*-------------------------------------------------------------*/

.product .hide{
    display: none;
}

#user_favorites .product_block .image{
    height: 160px;
}

#user_favorites .product_block{
    background: #FFFFFF;
    width: 205px;
    padding-bottom: 30px;
}
#user_favorites .product_block{
    font-size: 10px;
}



.product_block .quickview{
    position: absolute;
    top: 35px;
    right: 10px;
    cursor: pointer;
    opacity: 0;
}
.product_block .favorite{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.products .product_block .favorite{
    opacity: 0;
}
a.favorite{
    text-decoration: none;
}
a.favorite.select{
    opacity: 1 !important;
}
a.favorite.reg{
    opacity: 0;
}

.products .product_block:hover .quickview, .products .product_block:hover .favorite{
    opacity: 1;
}

.product_block .favorite .descr, .product_block .quickview .descr{
    position: relative;
    display: none;
    font-size: 10px;
    border: 1px solid #e4e4e4;
    vertical-align: middle;
    text-align: center;
    padding: 0px 8px;
    margin-right: 5px;
    background: #FFFFFF;
}
.product_block .favorite:hover .descr, .product_block .quickview:hover .descr{
    display: inline-block;
}
.product_block .favorite .descr > div, .product_block .quickview .descr > div{
    position: absolute;
    height: 8px;
    top: 5px;
    right: -5px;

    display: table-cell;
    vertical-align: middle;

    font-size: 15px;
    color: #e4e4e4;
    background: #FFFFFF;
    overflow: hidden;
    line-height: 0;
}
.product_block .favorite .descr > div i, .product_block .quickview .descr > div i{
    line-height: 0.5;
}
.product_block .favorite .heart{
    position: relative;
    width: 18px;
    height: 17px;
    padding-top: 1px;
    display: inline-block;

    border: 1px solid #e4e4e4;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
}

.product_block .favorite .heart i{
    font-size: 11px;
}


.product_block .quickview .eyes{
    position: relative;
    width: 18px;
    height: 17px;
    padding-top: 1px;
    display: inline-block;

    border: 1px solid #FFFFFF;
}

.product_block .quickview .eyes i{
    font-size: 15px;
}











/*-------------------------------------------------------------*/


#ekran, #ekran_region, #ekran_quickview{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: #000000;
    opacity: 0.7;
    z-index: 100000;
    display: none;
    cursor: pointer;
}
#ekran_region{
    display: block;
}
#ekran_quickview{
    background: rgba(255,255,255,0.9);
    display: block;
    opacity: 1;
    z-index: 90000;
}




#message_close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 19px;
    height: 19px;
    background: url("/images/close_small.png") no-repeat;
    cursor: pointer;
}

#alert_container, #region_container, #quickview_container{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 200000;
    display: none;
}
#region_container, #quickview_container{
    display: block;
}
#quickview_container{
    position: fixed;
    z-index: 95000;
}
.quickview_content .close{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    font-weight: lighter;
}
.alert, .region, .quickview_content{
    position: relative;
    display: inline-block;
    margin: -25% 0 0 -50%;
    background: #EFEFEF;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 19px 20px 0px rgba(0, 0, 0, 0.4);
    font-size: 13px;
    color: #545454;
    text-align: center;
    vertical-align: middle;
}
.message{
    border: 1px solid #000000;
    padding: 45px 65px;
    position: relative;
}
.transfer_timer{
    position: relative;
    display: inline-block;
}









/*-------------------------------------------------------------*/


.quickview_content{
    width: 980px;
    background: #ffffff;
    margin: -300px 0 0 -490px;
    border: 1px solid #cccccc;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 5px;
}


.quickview_content .left_col{
    width: 50%;
}
.quickview_content .right_col{
    width: 49%;
    text-align: left;
}

.quickview_content .product_description{
    position: relative;
    padding: 30px 10px 0px 65px;
    text-align: left;
}

.quickview_content .product_description #logo{
    position: relative;
    top: 0px;
    left: 0px;
}

.quickview_content .product_description #logo a{
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #626262;
}




.quickview_content .product_description .discount{
    font-style: italic;
    color: #8B0000;
}
.quickview_content .product_description .price{
    position: relative;
    display: inline-block;
}
.quickview_content .product_description .old_price{
    position: relative;
    display: inline-block;
    text-decoration: line-through;
}









/*-------------------------------------------------------------*/

.left_col, .right_col{
    /*border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;*/
    display: inline-block;
    border: none;
    padding: 0px;
    margin: 0px;
}

.left_col{
    position: relative;
    vertical-align: top;
    width: 60%;
}

.right_col{
    position: relative;
    vertical-align: top;
    width: 39%;
}

.content_product{
    position: relative;
    max-width: 980px;
    margin: 0px auto;
}

#product_content{
    position: relative;
    padding: 25px 5px 70px 5px;
}


#product_content #logo{
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    z-index: 1000;
    mix-blend-mode: multiply;
}

#product_content #logo a{
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #626262;
}


#product_content .price{
    position: absolute;
    bottom: 50px;
    left: 60px;
    text-align: left;
    font-size: 2.5em;
    font-weight: bold;
    color: #000000;
}
#product_content .price i{
    font-size: 0.9em;
}
#product_content .old_price{
    position: absolute;
    display: inline-block;
    text-decoration: line-through;
}

.brand-block{
    margin-top: 20px;
}



.brand_info{
    position: relative;
    display: inline-block;
    padding: 40px 40px 0px 20px;
    line-height: 1.75em;
    vertical-align: middle;
}
.brand_info a{
    display: inline-block;
    font-size: 1em;
}



.sizes{
    margin: 0px 50px 0px 60px;
}

.product_info{
    padding: 9px 50px 0px 0px;
}

.action_block{
    padding-bottom: 20px;
    /*border-bottom: 1px solid #cccccc;*/
}

.products_properties{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.products_properties dl{
    position: relative;
    display: inline-block;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px solid #ebebeb;
}
.products_properties dt{
    position: relative;
    display: inline-block;
    width: 130px;
}

.products_properties dd{
    position: relative;
    display: inline-block;
    color: #000000;
}







/*-------------------------------------------------------------*/



#order_content{
    position: relative;
    max-width: 925px;
    margin: 0px auto 0px auto;
}

#authorization, #registration, #order, #order_description{
    position: relative;
    min-height: 200px;
}
#authorization input, #registration input{
    width: 240px;
}
#authorization .rules{
    margin: 15px 0px 10px 0px;
}
#authorization td, #registration td{
    padding: 8px 0px;
    line-height: 1.7em;
}
#order_content .left_col{
    padding: 25px;
    width: 422px;
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #c2c2c2;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05);
}
#order_content .right_col{
    padding: 25px;
    width: 397px;
}

input[type="checkbox"]#oferta{
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
}

.charity-check{
    position: relative;
    width: 95px;
    display: inline-block;
    margin-bottom: 30px;
}
.charity-check a{
    display: block;
    width: 100%;
    height: 100%;
}

.charity-check input{
    position: absolute;
    top: 75px;
    width: 20px !important;
}





/*-------------------------------------------------------------*/



.categories{
    padding: 0px 20px 20px 0px;
    /*border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    background: #f0f0f0;*/
    text-transform: uppercase;
}
.categories .h{
    color: #000000;
    font-size: 1.3em;
}
.categories .h > a{
    color: #000000;
    display: block;
    border-bottom: 1px dotted #c1c1c1;
}

.main_cat > div, .main_cat > a{
    font-size: 1.25em;
    color: #000000;
}
.main_cat > div{
    padding-bottom: 10px;
}
.cat{
    padding-left: 10px;
}
.cat a, .cat span{
    border-bottom: 1px dotted #c1c1c1;
    display: block;
    padding-bottom: 7px;
}
.cat.select{
    background: url(/images/cat_arrow.png) left 1px no-repeat;
}
.categories .h.select{
    background: url(/images/cat_arrow.png) left 3px no-repeat;
}
.cat > a, .cat > span{
    font-size: 0.9em;
    cursor: pointer;
}
.categories ul{
    list-style-type: none;
    margin: 2px 0px 32px 0px;
    padding-left: 0px;
}
.categories li{
    margin: 0 0 0.7em;
    line-height: 1em;
    list-style-type: none;
    vertical-align: middle;
    text-indent: 0em !important;
}
.categories a, .categories span{
    text-decoration: none;
    color: #525557;
}
.categories a:hover, .categories span:hover{
    color: #000000;
}

.categories li.select > a{
    color: #000000;
}

.offline.hide{
    opacity: 0.5;
    filter: alpha(opacity=50);
}




/*-------------------------------------------------------------*/




#cabinet{
    position: relative;
    clear: both;
    margin: 40px auto 40px auto;
    padding: 0px;
    width: 940px;
}
#cabinet .left_col, #cabinet .right_col{
    min-height: 350px;
    width: 396px;
    padding: 35px;
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #c2c2c2;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05);
}

.mailConfirm[disabled="disabled"]{
    opacity: 0.2;
    filter: alpha(opacity = 20);
    cursor: default;
}

#user .left_col{
    background: none;
    min-height: 238px;
    width: 218px;
    padding: 10px 10px 35px 0px;
    border: none;
    box-shadow: none;
}
#user .right_col{
    min-height: 238px;
    width: 635px;
    padding: 35px;
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #c2c2c2;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.05);
}
#user input{
    width: 300px;
}
#user textarea{
    width: 300px;
}
#user td{
    padding: 8px 0px;
}
#user_orders th{
    text-align: left;
    padding: 8px 10px 8px 0px;
    border-bottom: 1px solid #cccccc;
}
#user_orders td{
    padding: 8px 15px 8px 0px;
    border-bottom: 1px solid #cccccc;
}
input[name="sms"]{
    width: 80px !important;
    margin-left: 10px;
}
.sendSMS{
    position: relative !important;
    display: inline-block !important;
    margin-left: 0px;
    clear: both !important;
}
.sms{
    padding: 0px 0px 0px 1.5em;
    margin: 10px 0px 20px 0px;
    list-style-type: none;
}
.sms li{
    padding: 0px;
    margin: 0px 0px 0.7em 0px;
    text-indent: 0em;
    line-height: 2em;
    list-style-type: decimal;
}





/*-------------------------------------------------------------*/


#order input, #order textarea{
    width: 290px;
}
#order td, #user_main td{
    vertical-align: top;
    padding: 8px 0px;
    line-height: 1.2em;
}

#order_description{
}

.dscr{
    overflow: hidden;
    cursor: pointer;
    background: url("/images/product_properties_arrow.png") no-repeat scroll 378px 5px transparent;
}
.dscr.active{
    background: none;
}







/*-------------------------------------------------------------*/

#watch-list-header{
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 25px;
}
#watch-list{
    position: relative;
    overflow-y: hidden;
}
#watch-list-scroll{
    position: relative;
    max-height: 200px;
    white-space: nowrap;
}
.watch-list-block{
    position: relative;
    display: inline-block;
    margin: 0px 18px 38px 18px;
}
.watch-list-block .description{
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: "HelveticaNeueUltraLight";
    font-size: 1.2em;
}
.watch-block-close{
    /*background: url("/images/close_small.png") no-repeat scroll center center transparent;
    border: 1px solid #CCCCCC;
    height: 7px;
    width: 7px;
    padding: 4px;*/
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    color: #000000;
}















/*-------------------------------------------------------------*/

.description a{
    color: #000000;
}
.more_foto_container{
    position: relative;
    width: 100%;
    height: 75px;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
}
.more_foto_block{
    position: relative;
    float: left;
    margin: 0px 4px 0px 0px;
    border: 2px solid transparent;
}
.more_foto_block a{
    position: relative;
    display: block;
    text-decoration: none;
    line-height: 0;
}
.more_foto_block:hover{
    border: 2px solid #bbbbbb;
}
.more_foto_block.select{
    border: 2px solid #838383;
}
#target{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background: #cccccc;
    border: 2px solid #ffffff;
}
.large_foto{
    position: relative;
    width: 480px;
    height: 480px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background: url(/images/preloader.gif) center center no-repeat;
}
.large_foto a{
    display: table-cell;
    width: 480px;
    height: 480px;
    vertical-align: middle;
}
.large_foto img{
    width: 480px;
    display: block;
}

.preloader{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin: -12px 0px 0px -12px;
    background: url(/images/preloader.gif) center center no-repeat;
    display: none;
}

#large_foto_cont{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 480px;
    height: 480px;
    display: none;
    overflow: hidden;
    /*opacity: 0;*/
    z-index: 900000;
    background: url(/images/preloader.gif) center center no-repeat #ffffff;
}
#large_foto_cont img{
    position: relative;
    top: 0px;
    left: 0px;
    opacity: 0;
    -webkit-backface-visibility: hidden;

    /*
        -moz-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;*/
}





/*-------------------------------------------------------------*/

#footer{
    font-family: "HelveticaNeueUltraLight";
    position: fixed;
    display: inline-block;
    width: 100%;
    bottom: 0px;
    margin: 0px auto 0px auto;
    z-index: 5000;
    background: #333333;
}

#footer_menu{
    position: relative;
    width: 100%;
    height: 26px;
    padding: 10px 0px;
    color: #000000;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    line-height: 2;
    background: #292929;
}

#footer_content{
    font-family: "Kuzanyan";
    position: relative;
    width: 100%;
    height: 20px;
    padding: 78px 0px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-size: 5em;
    line-height: 1em;
}

#footer_menu .menu_block{
    color: #ffffff;
}

#footer_menu .parent{
    color: #ffffff;
    font-family: Helvetica;
    font-size: 1em;
    font-weight: lighter;
    letter-spacing: 0.1em;
}
#footer_menu .parent a{
    color: #ffffff;
}

#footer_menu .sep{
    position: relative;
    width: 1px;
    display: inline-block;
    margin: auto 20px;
}


#footer .social{
    position: absolute;
    top: 290px;
    left: 50%;
    margin-left: -60px;
    font-size: 0.8em;
}

#footer #cards{
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: 385px;
    font-size: 0.8em;
}

#footer .social a{
    position: relative;
    height: 22px;
    display: inline-block;
    background-position: top;
    margin-right: 10px;
    color: #ffffff;
}
#footer .social:hover{
    background: none;
}
#footer .social a:hover{
}

#footer .line{
    margin: 5px auto 0px auto;
    width: 100%;
}

/*a.fb{
    width: 24px;
    background: url(/images/fb.png) no-repeat;
}
a.twitter{
    width: 31px;
    background: url(/images/twitter.png) no-repeat;
}
a.youtube{
    width: 51px;
    background: url(/images/youtube.png) no-repeat;
}
a.instagram{
    width: 25px;
    background: url(/images/instagram.png) no-repeat;
}*/

#footer_menu .child.social a:hover{
    background-position: bottom;
}

#visa_master_card{
    position: relative;
    width: 101px;
    height: 30px;
    clear: both;
    margin: 0px 0px 0px 10px;
    background: url("../images/visa_master_card.png");
}

#footer_copyright{
    position: relative;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    color: #808080;
    font-size: 0.9em;
    background: #333333;
}






/*-------------------------------------------------------------*/

#menu_filters{
    position: relative;
    float: right;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    cursor: pointer;
}

#filters{
    position: absolute;
    width: 210px;
    padding: 0px 10px 0px 300px;
    background: #ffffff;
    text-align: center;
    /*border-right: 1px solid #dfdfdf;*/
    background: #ffffff;
    z-index: 1000;
    margin-left: -485px;
    min-height: 900px;
    box-shadow: 20px 0 15px -25px rgba(0,0,0,0.2);
}

.filters{
    position: relative;
    display: inline-block;
}

.filters .title{
    position: relative;
    padding: 10px;
}


#variants{
}

.sz{
    border: 1px solid #dedede;
    border-radius: 27px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    height: 27px;
    margin: 2px 2px 2px 0px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 27px;
    line-height: 28px;
}
.sz.select{
    border: 1px solid #3C3C3C;
    background: #3C3C3C;
    color: #ffffff;
}



#color_name{
    margin-top: 20px;
}

.cl{
    width: 27px;
    height: 27px;
    border: 1px solid #ffffff;
    border-radius: 15px;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    margin: 2px 2px 2px 0px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background-position: center !important;
}
.cl.select{
    font-size: 21px;
    height: 27px;
    line-height: 27px;
    width: 27px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}



/*-------------------------------------------------------------*/


#desarium{
    width:32px;
    height:202px;
    position:fixed;
    bottom:50px;
    left:0px;
    background:url(http://desarium.com/logo/desarium_dark.png);
    background-repeat:no-repeat;
    z-index:2100;
}
#desarium a{
    width:32px;
    height:202px;
    display:block;
}


/*-------------------------------------------------------------*/


