/* ========================================================================== */

h2 { color:#5c1b0d; font-weight:normal; }

.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{ max-width:340px;}
.customer_info label { line-height:20px; vertical-align:top;}

.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:14px; margin-top:0;}
.total_to_pay .label{ font-weight:bold;}

/* ========================================================================== */

.con_heading{
    overflow:hidden;
}

.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;
    margin-top:-60px;
    margin-left: 80px;
    width:82px;
    height:81px;
    background:url(../images/shop_hit.png) no-repeat;
}

.imghint{
    position:absolute;
    padding:10px;
    background:#FFF;
    border:solid 2px gray;
    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:#5c1b0d;
}

/* ========================================================================== */

ul.shop_cat_list{
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
    padding-bottom:15px;
}

ul.shop_cat_list li.shop_cat_item{	
    line-height:32px;
	padding-left:40px;
    float:left;
    font-size:18px;
    margin-right:20px;
    margin-bottom:1px;
    width:250px;
}

ul.shop_cat_list li.shop_cat_item .subcats{
    font-size:12px;
    line-height:20px;
}

/* ========================================================================== */

.shop_item .item-price { position:absolute; bottom:0; right:0; left:0; height:35px; display: block; padding: 0px 10px; white-space: nowrap; font-weight: bold; text-align: center; font-size: 16px; color: #fff; border:none;}
.tit2 {background: #f8f8f8;}
.item-price .price-bg { display:block; float:right; margin-right:-19px; width:172px; height:54px; background: url(/img/price-shop.png) no-repeat right top; white-space:nowrap; line-height:39px;}
.item-price .regular-price { font-size:20px;}

.shop_items_list{ margin:0 -14px 0 -6px; vertical-align:top;}
.shop_item { display:inline-block; vertical-align:top; width:33.33%; padding:0 10px; margin-left:-4px; margin-bottom:40px; font-size:15px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing:border-box;}
.shop_item .item-inner { background:#f8f8f8; border: 1px solid #efefef; border-radius:5px; text-align:center;}
.shop_item .tit2 { min-height:48px;}
.shop_item .image { position:relative;}
.shop_item .image img { display:block; border-radius:0 0 5px 5px;}

.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:gray;
}

.shop_item .title .compare{
    float:right;
    margin-top:2px;
    font-size:11px;
    color:silver;
}

.shop_item .title .compare a {
    color:#5c1b0d;
}

.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{
    height:34px;
    display:block;
    line-height:34px;
    padding-left:15px;
    padding-right:0px;
    background:url(../images/shop_price.gif) no-repeat left top;
    text-align:center;
    font-size:15px;
	color:#5c1b0d;
	font-weight: bold;
}

.details .price {
    display:block;
    height:34px;
    line-height:34px;    
    padding-right:15px;
    background:url(../images/shop_price.gif) no-repeat right -34px;
    width:120px;
}

.details .old_price span{
	height:34px;
    display:block;
    line-height:34px;
    padding-left:15px;
    padding-right:0px;
    text-align:center;
    font-size:14px;
    text-decoration:line-through;
}

.details .old_price {
    display:block;
    height:34px;
    line-height:34px;
    padding-right:15px;
    width:120px;
}

/* ========================================================================== */

.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_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 #d8d8d8;
    clear:both;
    border-radius:8px 8px 0px 0px ;
    display: inline-block;
    color:#111;
    text-decoration: none;
}

.shop_filter{
    width:240px;
    padding:15px;
    background:#d8d8d8;
    display:none;
    position: absolute;
    z-index: 999999;
    box-shadow:1px 1px 0 #1F3147;
}

.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:0px; padding-top:10px; }
.shop_detail_item .image_td { padding:15px; }
.shop_detail_item .image_td .images { margin-top:15px; }
.shop_detail_item .image_td .images::after {
    content: "";
    display: block;
    clear: both;
}
.shop_detail_item .image_td .images a {
    border: solid 2px #ededed;
	float: left;
    width: 115px;
    margin-left: 5px;
    display: block;
}

.shop_detail_item .image_td .images a:first-child {
    margin-left: 0;
}

.shop_detail_item .image_td .images a img {
    width: 100%;
}

.shop_detail_item .details_td .description p { margin-top:0px; }
.shop_detail_item .details_td .cats { margin-bottom:5px; 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:4px;
    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{
    color: #a17243;
    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-top:20px; }
.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:gray; }

/* ========================================================================== */

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{
    margin-top:10px;
    padding-top:10px;
    border-top:dotted 1px silver;
}

.mod_inshop_cart_total{
    padding-top:10px;
    border-top:dotted 1px silver;
    text-align:right;
}

.mod_inshop_cart_total span{
    font-weight:bold;
}

/* ========================================================================== */

#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;
}

/* ========================================================================== */

.shop_detail_item{
    margin-bottom: -15px;
}

.related{
    margin-left:10px;
    padding:15px;
    border-radius:9px;
    margin-top:10px;
}

.related h3{
    margin-top:0px;
}

.related ul{
    margin-bottom: 0px;
}

/* ========================================================================== */

.item_nav{
    font-size:12px;
}

/* ========================================================================== */

.shop_items_sort { text-align: right; margin-top:5px; margin-bottom:10px; margin-right:7px; }
.shop_items_sort span { color:#222; }
.shop_items_sort a.selected { text-decoration: none; color:#000; }
.shop_items_sort a.selected:hover { text-decoration: underline; color:#000; }

.item_rating{  float:right; overflow:hidden; padding-right:15px; text-align:center; }
.item_rating small{ line-height:20px; }
.image_td .rating{ margin-top:3px; overflow:hidden; }
.image_td .rating small{ line-height:20px; margin-left:6px; }

/* ========================================================================== */

.pub__product-result {
}

.pub__product-result__calc-price {
    background-image: url("/images/price-underline.png");
    height: 95px;
    width: 160px;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: center;
    background-position: 5px 41px;
}

.pub__product-result__calc-price__price {
	font-size: 28px;
    display: block;
    margin-bottom: -3px;
    line-height: 1;
}

.pub__product-result__wrapper-button-block {
    text-align: right;
}

.pub__product-result__button-block {
	padding-top: 39px;
    display: block;
    text-align: right;
}

.pub__product-result__button-block__link-one-click {
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.shop_detail_item__short-description {
    font-size: 13px;
	line-height: 1.3;
    overflow: hidden;
    margin-bottom: 20px;
}

.pub__product-result__button-add-cart {
	width: 100%;
    border: none;
    padding: 10px 60px 20px 22px;
    color: white;
    background-color: #5FAA00;
    cursor: pointer;
    transition: all 0.1s linear;
    background-image: url('/img/icon-cart-big.png');
    background-repeat: no-repeat;
    background-position: right;
}

.pub__product-result__button-add-cart:hover {
    background-color: #448400;
}

.pub__product-result__calc-price__price-label {
    font-size: 13px;
    text-align: left;
    display: block;
}

@media screen and (max-width: 767px) {
	.shop_items_sort { text-align:center;}
	.shop_item { width:50%;}
	.pub__product-result__button-block { padding-top:15px;}
}

@media screen and (max-width: 480px) {
	.shop_items_list { margin:0;}
	.shop_item { width:auto; display:block; margin-left:auto; margin-right:auto; padding:0; max-width:300px;}
}

.bk_buy_button,
.pub__product-result__link-one-click-block input[type="submit"] {
    box-sizing:border-box;
    width: 100%;
    border: none;
    padding: 10px 20px 10px 20px;
    color: white;
    background-color: #5FAA00;
    cursor: pointer;
    transition: all 0.1s linear;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.pub__product-result__link-one-click-block input[type="submit"]:hover {
    background-color: #448400;
    background-image: none;
}

/*** Buy one click form ***/
#modal_oneclick {
    color: #3e3e3e;
}

#modal_oneclick .modal-dialog {
    max-width: 360px;
}
#modal_oneclick .h2 {
    text-align: center;
}

#modal_oneclick p {
    font-size: 14px;
    text-align: center;
}

#modal_oneclick .customer_info {
    margin-top: 15px;
}

#modal_oneclick .customer_info .input {
    border: none;
    background-color: #e8e8e8;
    font-size: 12px;
    padding: 8px 15px;
}

#modal_oneclick form  input[type="submit"] {
    width: 100%;
    border: none;
    padding: 8px 20px 8px 20px;
    color: white;
    background-color: #5FAA00;
    cursor: pointer;
    transition: all 0.1s linear;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right;
    font-size: 12px;
    text-align: center;
    display: block;
}
#modal_oneclick form input[type="submit"]:hover {
    background-color: #448400;
    background-image: none;
}


