.shop-container {
    width: 100%;
    margin: 0 auto;
    min-height: 600px;
    box-shadow: 0px 0px 30px #0000001f;
    margin-bottom: 100px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*.shop-container*/ .shop-header {
    background: #102244;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.shop-container .shop-header a {
    color: #337ab7;
}

.shop-container .shop-header a:hover,
.shop-container .shop-header a:active {
    color: #fc0;
}

.shop-container .shop-header .shop-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

img.product-image {
    padding-top: 15px;
    margin-left: -30px;
}

	.shop-container .shop-header .shop-title a {
		color: #ccc;
	}

	.shop-container .shop-header .shop-title a:hover,
	.shop-container .shop-header .shop-title a:active {
		color: #fff;
		text-decoration: none;
	}

/* alerts  after purchase*/
.alert-success {
    color: #3c763d;
    background-color: #d0f5c1;
    border-color: #d6e9c6;
    text-align: center;
    font-size: 19px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    max-width: 72%;
    margin: 0 auto;
}


.shop-container .shop-content {
    width: 100%;
    background: #f2f5f8;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.shop-container>.shop-content>.row {
    margin: 0;
    display: table;
    width: 100%;
    background: #f2f5f8;
    padding-bottom: 100px;
}

.row.breadcrunbs {
    padding-bottom: 0px!important;
}

.shop-container>.shop-content>.row>.items-content {
    display: table-cell;
    float: none;
    padding-top: 15px;
    overflow: hidden;
}

.nav-sidebar>li {
    border-bottom: 1px dotted #121212;
}

.nav-sidebar>li>a {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.nav-sidebar>li>a:hover,
.nav-sidebar>li>a:focus {
    background-color: #111;
    color: #fc0;
}

.nav-sidebar>li>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-sidebar>li>ul>.sub-category>a {
    color: #aaa;
    padding-left: 30px;
    font-size: 11px;
    background-color: #232635;
}

.nav-sidebar>li>ul>.sub-category>a:hover,
.nav-sidebar>li>ul>.sub-category>a:focus {
    color: #fc0;
}

.shop-item-text {
    font-weight: 700;
    color: #000;
}

.shop-quality-0 { color: #000000 !important; }
.shop-quality-1 { color: #000000 !important; }
.shop-quality-2 { color: #48aa3f !important; }
.shop-quality-3 { color: #2d98bf !important; }
.shop-quality-4 { color: #e6a800 !important; }
.shop-quality-5 { color: #f08033 !important; }
.shop-quality-6 { color: #8f39ce !important; }
.shop-quality-7 { color: #d9a839 !important; }
.shop-quality-8 { color: #d944ec !important; }
.shop-quality-9 { color: #fe4b4b !important; }

.shop-items-table tr td {
    padding: 20px 0!important;
}

.shop-item-detail {
    background: #0d161c;
    overflow: auto;
    padding: 20px;
    border: 5px solid #1b252e;
    margin-bottom: 2px;
	color: #fff;
    margin-right: 30px;

}

.shop-purchase-box {
    background: #ffffff;
    padding: 20px;
    border-top: 4px solid #102244;
    margin-right: 15px;
}

.row.text-center.shop-title {
    margin-left: 0px;
    margin-right: 0px;
}
.shop-header .row:nth-child(2) {
    padding-top: 10px;
}
.row.shop-purchase-box .btn.btn-primary {
    background: #01b1e2;
    border-color: #17728e;
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 800;
    transition: all .3s ease;
}
.row.shop-purchase-box .btn.btn-primary:hover {
    background: #003b6b;
    border-color: #17728e;
    transform: scale(1.05);
}
.shop-content .breadcrumb, .shop-content .breadcrumb ol li {
    background: #ffffff;
    box-shadow: 0px 0px 6px #00000029;
    padding: 15px 15px 15px 15px;
    margin-right: 15px;
    margin-left: 15px;
}
table.table.table-striped.shop-items-table td .btn.btn-primary {
    background-color: #66B3E2;
    border-color: #7481be;
}
.shop-header .row {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.item-image img {
    width: 50px;
}
.card {
    transition: .3s ease;
}
.card:hover {
    transform: scale(1.02);
}
.item-image {
    margin-top: 30px;
    margin-bottom: 10px;
}
.item-image img{
	widows: 50px;
	height: 50px;
}
p.card-text {
    padding-top: 20px;
    padding-bottom: 20px;
}
.card.h-100 {
    box-shadow: 0px 0px 5px #0000003b;
    border: 1px solid gainsboro;
    background: #fff;
}
a.btn-store {
    display: block;
    background: #0e94c9;
    color: #fff;
    font-weight: 400;
    padding: 10px 10px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 3px;
    transition: .3s ease;
    font-size:14px;
}
a.btn-store:hover{
 background:#121212
}
a.btn-store:link{
    text-decoration:none;
   }
.items-content {
    background: #F2F5F8;
}
img.item-toll {
    width: 30px;
}
p.card-text.text-center {
    font-size: 12px;
}
h4.card-title.item-title.text-center {
    padding: 0px 50px;
}
.card.h-100 {
    min-height: 350px;
}

.shop-menu {
    display: block;
    background: black; /*#0066cb;*/
    background-image:url(/templates/default/img/banners/forumcover.jpg);
    background-size:cover;
}
.shop-menu a{
    color:#fff;
}
.shop-menu ul li{
    list-style-type: none;
}

.shop-nav-cat {padding-top:5px; padding-bottom:10px; margin-bottom:0; }
.shop-nav-cat li { display:inline-block; color:white; padding: 15px 10px 10px 15px; }
.shopcat-s-a { background-color:#4488cc;border-radius:5px; }
a.shopcat-a {
    border: 2px solid transparent;
    border-radius:5px;
    text-shadow:1px 1px 3px black;
    padding:10px; }
a:hover.shopcat-a, a:active.shopcat-a { border: 2px solid #4488cc;border-radius:5px; text-decoration:none; }

.shop-nav-subcat {
    background-color:#4488cc;
}
.shop-nav-subcat li {
    display:inline-block; color:white; }

.subcat-link {
    border:1px solid transparent;
    border-radius:5px;
}
.subcat-selected {
    border:1px solid #ddf;
}

ul.navbar-nav {
    padding: 3px;
}
a.dropdown-item {
    padding: 10px!important;
    display: block;
}
img.item-toll {
    margin-right: 5px;
}
.modal-dialog.purchase-shop {
    position: fixed!important;
    width: 600px;
    margin: 10px;
    margin: 0 auto!important;
    top: 40vh!important;
    left: 35vw!important;
}
.modal-footer button.btn.btn-success:hover {
    background: #003b6b;
    border-color: #17728e;
    transform: scale(1.05);
}
.modal-footer button.btn.btn-success {
    background: #01b1e2;
    border-color: #17728e;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 800;
    transition: all .3s ease;
}


/*shop banner donation rules*/
.row.main-shop-banner{
    background: url(/templates/home/img/webshop/donates.jpg);
    width:100%;
    background-size: cover;
    min-height: 600px;
    display: flex;
    margin-top: 50px;

}
.shop-info-text{
    padding-top:10px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: initial;
    padding-left: 15px;

}
ul.donation-rules li {
    padding-top: 5px;
    font-weight: bold;
}
.shop-info-banner-title{
    font-size: 25px;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
    text-align: initial;
    padding-left: 10px;

}
.donation-info1{
    padding-bottom: 15px;
    font-size: 20;
    font-weight: 600;
}
ul.donation-rules {
    padding-top: 15px;
    font-weight: bold;
}
/*end shop banner doantion rules */
ul.shop-nav-cat a, ul.shop-nav-subcat a {
    font-size: 12px;
    font-weight: 500;
    color: white!important;
}
.section-title{
    font-size: 45px;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
    text-align: center;
    padding-bottom: 70px;
    padding-top: 50px;
}
.table-history{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin: 0 auto;
    font-size: 15px!important;
    font-weight: bold;
    background: white!important;
    box-shadow: 0px 0px 20px #0000001f;
}
.table-history>tbody>tr>td, .table-history>tbody>tr>th, .table-history>tfoot>tr>td, .table-history>tfoot>tr>th, .table-history>thead>tr>td, .table-history>thead>tr>th {
    padding: 16px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid rgb(211, 211, 211);
}