<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
 font-family: "Montserrat";
 font-weight: normal;
 src: url("/fonts/Montserrat-Regular.ttf") format("ttf");
}

@font-face {
 font-family: "Montserrat";
 font-weight: bold;
 src: url("/fonts/Montserrat-Bold.ttf") format("ttf");
}

@font-face {
 font-family: "Montserrat";
 font-weight: 600;
 src: url("/fonts/Montserrat-SemiBold.ttf") format("ttf");
}

body{

}

*{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;

}

div[class*="btn"],span[class*="btn"]{
    user-select: none;
}


h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

b, b *, strong, strong *{
    font-weight: bold;
}

a{
    color:#000;
}

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

.wide{
    width: 1200px;
    margin: 0 auto;
}

#main_content{
    min-height: 500px;
}

#toTop{
    position: fixed;
    right: 5%;
    bottom: 5%;
    display: none;
    color: white;
    background: #cbcbcb;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
    border-radius: 25px;
    cursor: pointer;
    box-sizing: border-box;
    padding-right: 2px;
    z-index: 990;
}



#header{
    padding: 20px 0;
    box-shadow: 0 1px 8px #0000003d;
}

#footer{
    padding: 40px 0;
    border-top: 1px solid lightgrey;
}

.logo{
    height: 100px;
}

.top_line{
    padding: 10px 0;
}

.second_line{
    padding: 10px 0;
}

.cart_icon{
    height: 20px;
}

#search_form input{
    width: 100%;
    background: lightgrey;
    border: 0;
    font-size: 16px;
    padding: 5px;
    box-sizing: border-box;
    outline: none;
}

#search_form button{
    border: 1px solid #b7b7b7;
    background: white;
    padding: 3px 10px 4px 10px;
    border-radius: 0 5px 5px 0;
    outline: none;
}



.filter_price{
    width: 30px;
}

.rubrics&gt;ul{
    padding-left: 0;
}

.rubrics li{
    list-style: none;
}

.rubrics li.parent ul{
     display: none;
}

.rubrics li.parent.active ul{
     display: block;
}

.rubrics li a{
    color: black;
}

.rubrics li.active&gt;a{
    color: #07d;
}

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

.rubrics_other&gt;ul{
    padding-left: 0;
}

.rubrics_other li{
    list-style: none;
}

.rubrics_other li.parent ul{
     display: none;
}

.rubrics_other li.parent.active ul{
     display: block;
}

.rubrics_other li a{
    color: black;
}

.rubrics_other li.active&gt;a{
    color: #07d;
}


#cart_counter{
    position: absolute;
    width: 22px;
    font-size: 11px;
    line-height: 14px;
    padding: 4px 0;
    background: red;
    text-align: center;
    color: white;
    border-radius: 15px;
    top: 11px;
    left: -16px;
}

.cart_item_foto{
    width: 100px;
}

.delivery{
    display: none;
}

.delivery.active{
    display: block;
}

.filter_label{
    font-weight: bold;
    color: black;
}

.reset_button{
    transform: rotate(45deg);
}

.standard_table{
    border-collapse: collapse;
}

.standard_table td{
    border: 1px solid lightgrey;
    padding: 5px;
}

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


.main_slide{
    height: 400px;
}

.main_slide .slide_image{
    height: 400px;
    background-size: 52%;
    background-position: right center;
    background-repeat: no-repeat;
}

.main_slide_content{
    font-size: 35px;
    width: 45%;
    line-height: 140%;
}

.main_slide_button{
    background: white;
    color: grey !important;
    padding: 10px 20px;
    text-transform: uppercase;
}

.type_image{
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item_image{
    display: block;
    height: 290px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item_button{
    display: block;
    border: 1px solid black;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;

}

.item_price{
    font-weight: bold;
}

.item_header{
    font-weight: 600;
    color: #4A4A4A;
}

.bg_right_30{
    background-size: 30%;
    background-position: right center;
    background-repeat: no-repeat;
}

.bg_left_30{
    background-size: 30%;
    background-position: left center;
    background-repeat: no-repeat;
}

.brd_btn{
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid;
    background: transparent;
    cursor: pointer;
}

.brd_btn.mini{

    padding: 5px 10px;

}

.bg_btn{
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
}

#main_subscribe form input{
    border: 0;
    font-size: 16px;
    padding: 10px;
    width: 400px;
}

.item_tabs_buttons{
    border-top: 1px solid #BB9FCF;
    border-bottom: 1px solid #BB9FCF;
}

.item_tab_button{
    background: transparent;
    color: grey;
    border-left: 1px solid #BB9FCF;
    float: left;
    padding: 10px;
}

.item_tab_button.last{
    border-right: 1px solid #BB9FCF;
}

.item_tab_button.active{
    background: #BB9FCF;
    color: white;
}

.item_tab_content{
    display: none;
}

.item_tab_content.active{
    display: block;
}

.cart_table{
    border-collapse: collapse;
    width: 100%;
}

.cart_table td{

    padding: 5px;
}

.cart_item{
    border: 1px solid #BB9FCF;
}

.delete_delimiter{

}

.item_delete{
    display: inline-block;
    margin-bottom: 20px;
}

.item_delete button{
    border: 0;
    background: transparent;

}

.item_delete button i{
    background: red;
    color: white;
    border-radius: 10px;
    padding: 2px;
}

.pager_button{
    border: 0;
    font-size: 14px;
    width: 30px;
    padding: 2px 0;
    cursor: pointer;
    background: lightgrey;
}

.pager_button.active{
    background: #bb9fcf;
    color: white;
}

.item_gal{
    height: 70px;
    width: 70px;
    background-size: cover;
    cursor: pointer;
}

#pvz_selector .select2-container{
    width: 100% !important;
}

.attention{
    background: #ffffbc;
    padding: 11px;
    margin-top: 20px;
}

.w_sel_block{
    padding: 10px;
    box-shadow: 3px 3px 8px #c3c3c3;
    border-radius: 10px;
    display: block;
}

.bob_list{
    position: absolute;
    padding: 10px;
    background: white;
    z-index: 100;
    min-width: 620px;
    box-shadow: 1px 1px 10px #d7d7d7;
    border-radius: 10px;
    top: 46px;
    left: -10px;
}

#bob_sel{
    border: 0;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.del_sel{

}

.del_sel label{
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    background: #ededed;
}

.del_block{
    padding: 10px 20px 20px 10px;
    border: 1px solid lightgrey;
    border-radius: 0 10px 10px 10px;
}

.del_sel label.active{
    background: white;
}

.cart_item a{
    font-weight: bold;
}

.cart_item a:hover{
    color:#07d;
}

#cart_add_popper{
    position: absolute;
    background: white;
    padding: 10px;
    box-shadow: 0 0 5px grey;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    right: 0;
    top: 40px;
}

.cart_table #comment{
    padding: 10px;
    min-width: 500px;
    min-height: 50px;
    border: 1px solid #bb9fcf;
}

/*#close_bob_list{*/
/*    pos*/
/*}*/

.dop_color_row{
    display: block;
    box-shadow: 0 0 7px #d5d5d5;
    padding: 0 10px;
    border-radius: 10px;
}

.dop_color_label{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ab0000;
    color: white;
    font-size: 14px;
    padding: 5px;
}

.item_art_colors{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.soc a{
    padding: 10px 10px 0 0;
    display: inline-block;
}

.soc a img{
    height: 32px;
}

.action_discount_percent{
    position: absolute;
    background: red;
    color: white;
    font-size: 14px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    right: 0;
    top: 0;
}

.old_price{
    font-weight: bold;
    color: lightgrey;
    position: relative;
}

.new_price{
    font-weight: bold;
    color: black;
}

.red_line{
    border-bottom: 1px solid red;
    position: absolute;
    display: block;
    width: 100%;
    transform: rotate(135deg);
    left: 0;
    bottom: 9px;
}

.action_dates{
    font-size: 12px;
    line-height: 20px;
}

.main_action_percent{
    position: absolute;
    top: 0;
    right: 0;
    background: #ab0000;
    color: white;
    width: 60px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 0;
}

.qty_block .qty_value{
    font-size: 16px;
    width: 30px;
    text-align: center;
    border: 0;

}

.qty_block .add_other{
    margin-left: 30px;
}

.qty_block .qty_minus, .qty_block .qty_plus{
    background: #c9c9c9;
    font-size: 26px;
    line-height: 20px;
    width: 30px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    color: black;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.del_from_favorites{
    transform: rotate(45deg);
    display: inline-block;
    font-size: 23px;
    color: red;
    padding: 0 10px;
    cursor: pointer;
}

#fav_table{
    border-collapse: collapse;
    width: 100%;
}

#fav_table td{
    padding: 5px;
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

#fav_table td a{
    color: #07d;
}

#fav_table tr td:last-child{
    border-right: 0;
}
</pre></body></html>