.pcbuilder_filter {
    width: 100%;
    position: relative;
}

.pcbuilder_filter>ul>li {
    margin-bottom: 8px;
}

.pcbuilder_filter>ul>li>a {
    display: block;
    color: #369;
    background: #f2f2f2;
    border: 1px #ccc solid;
    line-height: 1.3;
}

.pcbuilder_filter>ul>li {
    border: 1px solid #ccc;
    width: 100%;
    float: left;
}

.pcbuilder_filter>ul>li.active {
    border: 1px solid #47a;
}

.pcbuilder_filter>ul>li.active>a {
    background: #47a;
}

.required_star {
    color: #f30;
}

.pcbuilder_filter ul ul li {
    background: #fff;
    display: block;
    padding: 10px 2%;
}

.pcbuilder_list {
    width: 100%;
    clear: both;
    display: inline-block;
    padding: 3px;
    background: #f6f6f6;
    border-top: 1px solid #ccc;
}

.pcbuilder_list_item {
    border-top: 1px solid #ccc;
}

.pcbuilder_list .name {
    width: 50%;
    float: left;
}

.pcbuilder_list .qty {
    width: 20%;
    float: left;
}

.pcbuilder_list .gprice {
    width: 25%;
    float: left;
}

.pcbuilder_list .action {
    width: 5%;
    float: left;
}

.pcbuilder_list_item:nth-child(2n) {
    background: #dcdcdc;
}

.pcbuilder_list_container {}

.gtabs.active .pcbuilder_list_container,
.gtabs.hasitem .pcbuilder_list_container {
    display: block;
}

.pcbuilder_list_content,
.pcbuilder_list_title {}

.gtabs.hasitem .pcbuilder_list_title,
.gtabs.hasitem .pcbuilder_list_content {
    display: block;
}

.gtabs .title_block {
    margin-top: 0;
    margin-bottom: 3px;
}

.gtabs {
    border: 1px solid #ccc;
}

.gtabs.active .title_block {
    background: #ccc;
}

.gchoose_tab {
    width: 100%;
    cursor: pointer;
    display: inline-block;
}

.gprint_box {
    display: none;
}

.gprintbody #page {
    display: none;
}

.gprintbody .gprint_box {
    display: block;
}

.print_site_logo {
    text-align: center;
    width: 100%;
    float: left;
}

.print_site_logo img {
    text-align: center;
    display: inline-block;
}

.print_total_wp p {
    padding: 5px;
    text-align: center;
    line-height: 17px;
    font-size: 17px;
}

.print_total {
    font-size: 20px;
    color: #000;
}

.print_product_list table {
    margin-bottom: 0;
}

.button.gadd_to_list_button {
    font: 700 17px/21px Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    padding: 0;
    border: 1px solid;
    border-color: #0079b6 #006fa8 #012740 #006fa8;
    margin: 0 6px 10px 6px;
}

.button.gadd_to_list_button span {
    border: 1px solid;
    border-color: #06b2e6;
    padding: 10px 14px;
    display: block;
    background: #009ad0;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#009ad0), to(#007ab7));
    background-image: -webkit-linear-gradient(top, #009ad0, 0%, #007ab7, 100%);
    background-image: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background-image: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FF009AD0', endColorstr='#FF007AB7', GradientType=0);
}

.gtotal_box {
    color: #555454;
    background: #f6f6f6;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.gtotal_box p,
.gtotal_box span {
    margin: 0;
}

.gprintbody #toTop,
.gprintbody #cookielaw,
.gprintbody #pp-zoom-wrapper {
    display: none;
}

.gimage,
.gbrand,
.gmodel,
.subgprice {
    display: none;
}

.gimage {
    width: 20%;
}

.gimage img {
    max-width: 100%;
}

.gprintbody .gimage {
    display: table-cell;
}

.tab_item {
    width: 96%;
    float: left;
    padding: 5px;
    border-top: 1px solid #ccc;
    margin: 0 2%;
}

.tab_item_image {
    width: 30%;
    float: left;
}

.tab_item_content {
    width: 70%;
    float: left;
}

.pcbuilder_list_content .tab_item:first-child {
    border-top: none;
}

#module-g_pcbuilder-buildpc .showall {
    display: none !important;
}

.pcbuilder_list_content .product-name {
    font-size: 13px;
}

.pcbuilder_list_content .tab_item {
    position: relative;
}

a.gdelete_tab {
    position: absolute;
    top: 5px;
    right: 0px;
    border: 1px solid #ccc;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
}

a.gdelete_tab:hover {
    background: #ccc;
}

.tab_item_image img {
    max-width: 100%;
}

.clear {
    clear: both;
}

.products-grid .product-miniature .product-add-cart.showimportant {
    display: block !important;
}