/* ========================================================================== */
/* ========================================================================== */

.go_hits{ 
font-size: 9px;
margin-left:4px;
vertical-align: baseline;
position: relative;
bottom: 0.33em;
}

/* ========================================================================== */
/* ========================================================================== */

table.customer_info td{ padding-bottom:15px; }
table.customer_info td.first{ padding-top:15px; }
table.customer_info .input{ width:340px; }

.psys_price { font-size:14px; }
.psys_price span { font-weight:bold; }

/* ========================================================================== */
/* ========================================================================== */

.shop_vendors_list .vendor { font-size:18px; margin-bottom:15px; }

/* ========================================================================== */
/* ========================================================================== */

.total_to_pay{ font-size: 18px;font-weight:700 }

.total_to_pay .label{ font-weight: 400;padding-right:32px }

/* ========================================================================== */
/* ========================================================================== */
.con_heading .is_hit{
display:inline;
padding-right:70px;
background:url(../images/shop_hit_small.gif) no-repeat right center;
}

.shop_items_list .is_hit{
position:absolute;
bottom:25px;
left: 8px;
width:30px;
height:30px;
background:url(../images/shop_hit.png) no-repeat;
}

.imghint{
position:absolute;
padding:10px;
background:#FFF;
border:solid 2px #ccc;
display:none;
}

.itemlink{
cursor:help;
}

.shop_items_list .chars_list li{
margin:0px;
}

.shop_items_list .chars_list {
list-style:none outside none;
margin:0px;
padding:0px;
}

.shop_items_list .chars_list .quest{
font-weight: bold;
display: block;
width:200px;
float:left;
color:#5F98BF;
}

/* ========================================================================== */
/* ========================================================================== */

ul.shop_cat_list{
list-style:none;
margin:0px;
padding:0px;
overflow:hidden;
padding-bottom:15px;
}

ul.shop_cat_list li.shop_cat_item{	
display: inline-block;
font-size: 26px;
line-height: 32px;
margin-bottom: 25px;
margin-right: 20px;
vertical-align: top;
width: 45%;
}

ul.shop_cat_list li.shop_cat_item .subcats{
font-size:14px;
line-height:20px;
padding-left:3px
}
.cat_first_level{padding:0 0 5px 40px}
.cat_first_level a {text-decoration:underline;color:#af1c1c}
.cat_first_level a:hover {text-decoration:none}
.subcats a{
color:#444
}
/* ========================================================================== */
/* ========================================================================== */

.shop_items_list{}

.shop_item {
margin-bottom:5px;
padding-top:20px;
padding-bottom:20px;
border-top: solid 1px #eee;
}
.shop_item_block {
margin-bottom:15px;
padding:15px 15px 10px;
box-sizing:border-box;
border: solid 1px #ccc;
display:inline-block;
vertical-align:top;
width:49%;
transition: all 0.55s ease;
}
.shop_item_block:hover {
border-color:#af1c1c;
background:#fff
}
.shop_item_block:nth-child(2n) {
margin-left:1%
}
.shop_item_block .title {
font-size:18px;
line-height:18px;
margin-top:-2px;
padding:0 0 5px;
}
.shop_item_block .item_more{clear:both;margin-top:10px}
.shop_item_block .buttons.green{margin-top:5px;padding:0 10px;line-height:30px;min-width:80px}
.shop_item_block .price span{
display:block;
text-align:center;
}
.shop_item_block .price {
line-height:30px;
padding:0 10px;
min-width:80px;	
background:#eee;
}
.shop_item_block .price_table{margin-bottom:0}
.image_block_items{width:100px;float:left;margin:0 10px 0 0}
.shop_item .image_td{
width:150px;
padding:15px 25px 15px 0;
text-align:center;
}

.shop_item .details_td{
padding:15px 0;
}

.shop_item .details .desc{
margin-bottom:15px;
}
.shop_item .details .title{
font-size:18px;
}

.shop_item .details .vendor{
color:#999;
}

.shop_item .title .compare{
float:right;
margin-top:2px;
font-size:11px;
color:silver;
}

.shop_item .title .compare a {
color:#5f98bf;
}

.shop_item .title .compare a.add {
padding:2px;
padding-left:20px;
background:url(../images/shop_compare_add.gif) no-repeat left top;
}

.details .price span{
display:block;
text-align:center;
}

.details .price {
line-height:30px;
padding:0 10px;	
background:#eee;
}

.details .old_price span{
display:block;
padding-right:0px;
text-align:center;
font-size:14px;
text-decoration:line-through;
}

.details .old_price {
display:block;
line-height:30px;
padding:0 10px;
background:#eee;
}
.price_select{background:#eee;line-height:31px;padding:0 5px}
/* ========================================================================== */
/* ========================================================================== */

.d_table  { border-bottom: dashed 1px silver; }
.d_table td { padding-top:10px; padding-bottom:15px; }
.d_table td.btop { border-top: dashed 1px silver; padding-bottom:0px; }
.d_table .d_type { font-size:14px; font-weight:bold; float:left; margin-top:5px; }
.d_table .d_price { float:right; font-size:16px; font-weight:bold;  margin-top:5px; }

/* ========================================================================== */
/* ========================================================================== */

.cart_table  { border-bottom: dashed 1px silver; }
.cart_table td { border-top: dashed 1px silver; padding-top:10px; padding-bottom:10px; }

.cart_table a.title { font-size:14px; }
.cart_table .var_title { font-size:14px; margin-left:15px; }

.cart_table .totalprice { font-size:12px; font-weight:bold; }
.cart_table .art_no { 
padding:3px;
background:url(../images/shop_price.gif) no-repeat center -10px;
color:#000;
font-size:9px;

width:55px;
}

.cart_table .total_summ_title{ font-size:14px; font-weight:bold; }
.cart_table .total_summ_price{ font-size:16px; font-weight:bold; }

.cart_form { margin-top:20px; float;left; }
.cart_save_form { margin-top:20px; float;right; }

/* ========================================================================== */
/* ========================================================================== */

.shop_filter_link a{
padding:4px 15px;
padding-left:30px;
background:url(/admin/components/shop/images/filter.gif) no-repeat 10px center #eee;
clear:both;
display: inline-block;
text-decoration: none;
}

.shop_filter{
width:240px;
padding:15px;
background:#eee;
display:none;
position: absolute;
z-index: 999999;
}

.shop_filter .filter_title{
font-size:14px;
font-weight:bold;    
height:32px;
line-height:32px;
padding-right:20px;
padding-left:2px;
background:url(/admin/components/shop/images/filter.gif) no-repeat right center;
display:inline;
}

.shop_filter table{
margin-top:10px;
margin-bottom:10px;
}

/* ========================================================================== */
/* ========================================================================== */

.shop_detail_item .details_td { padding-left:0; }
.shop_detail_item .image_td { padding:5px 15px 15px 0; }
.shop_detail_item .image_td .images { margin:15px 0 0 0; }
.shop_detail_item .image_td .images img{ display:block }
.shop_detail_item .image_td .images a { border:solid 1px #ccc; display:block;float:left;padding:2px;margin-left:4px;margin-bottom:4px;width:60px }
.shop_detail_item .image_td .images a img{ display:block }
.shop_detail_item .image_td .images a:hover{ opacity:.8 }
.shop_detail_item .details_td .description p { margin-top:0px; }

.shop_detail_item .details_td .cats { margin-bottom:15px; font-size:14px; }
.shop_detail_item .details_td .cats { font-weight:bold; }
.shop_detail_item .details_td .cats a { font-weight:normal; }

.shop_detail_item .details_td .vendor { margin-bottom:15px; font-size:14px; }
.shop_detail_item .details_td .vendor { font-weight:bold; }
.shop_detail_item .details_td .vendor a { font-weight:normal; }

.shop_detail_item .details_td .chars_list {
list-style:none;
margin:0px;
padding:0px;
margin-top:20px;
font-size:12px;
}

.shop_detail_item .details_td .chars_list li{
clear: both;
margin: 0 0 6px;
overflow: hidden;
}

.shop_detail_item .details_td .chars_list .quest{
font-weight: 700;
display: block;
float: left;
width: 200px;
}

.shop_detail_item .details_td .chars_list .answer{
float: left;
}

.shop_detail_item .details_td .chars_list .grp{
padding:4px;
padding-left:0px;
margin:0px;
margin-bottom:4px;
border-bottom:solid 1px silver;
font-size:14px;
font-weight:bold;
}

.price_table { margin:15px 0; }
.price_table td { padding-right:10px; }

/* ========================================================================== */
/* ========================================================================== */

.compare_table{}
.compare_table td { padding:4px; font-size:14px; text-align:center; }

.compare_table td.char_title { text-align:left; font-weight:bold; padding:7px; }
.compare_table td.item_image { padding-bottom:5px; padding-top:15px; }
.compare_table td.item_title { font-weight:bold; }

.compare_table .compare_remove { font-size:12px; margin-bottom:15px; }
.compare_table .compare_remove a { color:#999; }

/* ========================================================================== */
/* ========================================================================== */

a.shop_download,
a.shop_map,
a.shop_user,
a.shop_link {
padding:2px;
padding-left:20px;
}

a.shop_download{ background:url(../images/shop_download.png) no-repeat left 2px; }
a.shop_user{ background:url(../images/shop_user.png) no-repeat left 2px; }
a.shop_map{ background:url(../images/shop_map.png) no-repeat left 2px; }
a.shop_link{ background:url(../images/shop_link.png) no-repeat left 2px; }

/* ========================================================================== */
/* ========================================================================== */

.mod_inshop_cart_list{
margin-left:0px;
padding-left:0px;
list-style:none;
}

.mod_inshop_cart_list li{
display:block;
line-height:30px;
border-top:dotted 1px silver;
}

.mod_inshop_cart_total{
padding-top:10px;
border-top:dotted 1px silver;
text-align:right;
}

/* ========================================================================== */
/* ========================================================================== */

#inshop_tree{ padding:0px; list-style:none; margin:0px; }
#inshop_tree ul{
margin-left:0px;
padding-left:16px;
}
#inshop_tree li { list-style:none; margin-left:0px; padding-left:0px; }
#inshop_tree li span {
background:url(/includes/jquery/treeview/images/folder-closed.gif) no-repeat;
padding-left:18px;
margin-left:0px;
font-weight:bold;
}

#inshop_tree li span a{
font-weight:normal;
}
#inshop_tree a{
color:#fff
}

/* ========================================================================== */
/* ========================================================================== */

.shop_detail_item{
margin-bottom: 15px;
}

.related{
margin-left:10px;
padding:15px;
border:solid 1px #CCC;
border-radius:9px;
-moz-border-radius:9px;
-webkit-border-radius:9px;
margin-top:10px;
}

.related h3{
margin-top:0px;
}

.related ul{
margin-bottom: 0px;
}

/* ========================================================================== */
/* ========================================================================== */

.item_nav{
font-size:16px;
}

/* ========================================================================== */
/* ========================================================================== */

.shop_items_sort { text-align: right; margin-bottom:4px;padding-right:8px }
.shop_items_sort a.selected { text-decoration: none; color:#444; }
.shop_items_sort a.selected:hover { text-decoration: none; color:#999; }

.item_rating{overflow:hidden; padding:0 0 15px;clear:both }
.item_rating small{ line-height:20px;padding-left:15px }
.image_td .rating{ margin-top:3px; overflow:hidden; }
.image_td .rating small{ line-height:20px; margin-left:6px; }
/* ========================================================================== */
/* ========================================================================== */
.image-shop-front{position:relative;overflow:hidden}
.image-shop-front .shop-front-title{
position:absolute;
bottom:-20px;
left:0;
width:100%;
overflow:hidden;
box-sizing:border-box;
background:linear-gradient(to bottom, rgba(60,58,58,.8) 0%, rgba(34,34,34,.8) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -webkit-linear-gradient(top,  rgba(60,58,58,.8) 0%,rgba(34,34,34,.8) 100%); /* Chrome10+,Safari5.1+ */
color:#ecab0e;
line-height:20px;
text-align:center;
padding:0 5px;
border-width:1px 0 0;
border-style:solid;
border-color:#888;
transition:all .35s ease 
}
.front-title{
display:block;
line-height:20px;
padding:5px 0
}
.image-shop-front:hover .shop-front-title{
bottom:0;
}
.shop-front-title a{
color:#ffff00
}
.shop-front-title .front-price{
color:#D86519;
text-shadow:0 0 1px #000
}
.mod_shop_latest {
margin-left: -15px;
}

.mod_shop_latest_item {
box-sizing: border-box;
display: block;
float: left;
margin-bottom: 15px;
padding: 0 0 0 15px;
position: relative;
text-transform: uppercase;
width: 25%;
}
.mod_shop_latest_item  .image{
position:relative;
}
.mod_shop_latest_item  .image .is_hit{
background: rgba(211, 84, 0, 0.5);
position: absolute;
bottom: 5px;
left: 5px;
width: 40px;
height: 40px;
line-height:43px;
border:1px solid #fff;
border-radius:100%;
box-shadow:0 2px 3px #554f48;
font-size:11px;
text-align:center;
color:#fff;
font-style:italic
}

.mod_shop_latest_item  .title{
height:48px;
padding:10px;
font-size:11px;
background:#554f48
}
.mod_shop_latest_item  a.more{
display:block;
float:right;
padding:5px 10px;
font-size:11px;
background:#af1c1c;
color:#fff;
text-decoration:none
}
.mod_shop_latest_item  a.more:hover{
background:#af1c1c
}
.mod_shop_latest_item  .title a{
color:#fff
}
.mod_shop_latest_item  .price{
display:block;
padding:3px 0;
color:#554f48
}

.mod_shop_rating_item {
box-sizing: border-box;
display: block;
float: left;
margin:0 0 15px;
padding: 0;
position: relative;
overflow:hidden;
width: 100px;
height:100px;
}
.mod_shop_rating_item  .image{
position:absolute;
top:0;
right:0;
width:100px;
height:100px;
transition: all 0.5s ease;
}
.mod_shop_rating_item:hover  .image{
right:-100px;
}
.mod_shop_rating_item  .title{
display:block;
position:absolute;
top:0;
left:0;
padding:10px;
width:100px;
height:75px;
background:#554f48;
color:#ecab0e;
text-decoration:none;
text-transform:uppercase;
}
.mod_shop_rating_item  .price{
position:absolute;
top:75px;
right:0;
width:100px;
height:25px;
line-height:25px;
background:#353535;
color:#ECAB0E;
text-align:center;
transition: all 0.5s ease;
}
.mod_shop_rating_item:hover  .price{
right:-100px;
}
.mod_shop_rating_item  a.more{
display:block;
position:absolute;
top:75px;
left:0;
width:100px;
height:25px;
line-height:25px;
transition: all 0.35s ease;
text-align:center;
background:#af1c1c;
color:#fff;
text-decoration:none
}
.mod_shop_rating_item  .image .is_hit{
    background: rgba(211, 84, 0, 0.3);
    border: 1px solid #fff;
    border-radius: 100%;
    bottom: 27px;
    box-shadow: 0 2px 3px #554f48;
    color: #fff;
    font-size: 11px;
    font-style: italic;
    height: 35px;
    left: 2px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    width: 35px;
}

@media only screen and (max-width: 1160px) {
ul.shop_cat_list li.shop_cat_item{font-size: 20px}
ul.shop_cat_list li.shop_cat_item .subcats{font-size:12px}
}

@media only screen and (max-width: 1023px) {
.shop_item_block {width:100%;margin:0 0 10px!important}
ul.shop_cat_list li.shop_cat_item{font-size: 16px;margin-bottom: 15px}
}

@media only screen and (max-width: 800px) {
.mod_shop_latest_item{width:33%}
ul.shop_cat_list li.shop_cat_item{width:100%}
}
@media only screen and (max-width: 500px) {
.mod_shop_latest_item{width:50%}
}