/** filter page */
.filters {
    margin-left: 10px;
    padding-top: 10px; z-index: 100000;
}
.f-block-title {
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 10px;
}
#filters-form {
}

.filters .filter {
    margin-top: 10px;
    max-width: 180px;
    display: inline-block; margin-right: 25px; vertical-align: top;
}

.filters .filter .arrow-down {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #999;
}

.filters .filter.filter-search input {
}
.filters .filter a.but-find {
    font-size: 14px;
    cursor: pointer;
    margin-left: 3px;
    width: 24px;
    height: 24px;
    background: url(../img/search_submit.jpg) no-repeat;
    display: inline-block;
}
.filters .filter select {
    min-width: 160px;
}
.filters .filter .title {
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    /*border-bottom: 1px #eee dashed;*/
    padding-bottom: 2px;
}
.filter .title:hover {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.filter-search {
    margin-top: 5px !important;
    max-width: 100% !important;
    width: 285px !important;
    margin-left: 10px !important;
    margin-right: 25px !important;
}
.filter-search .i {
    margin-top: 0 !important;
    vertical-align: top;
}
.filter-search .i input {
    margin-bottom: 0;
    width: 235px;
}
.filter-search .title {
    cursor: default !important;
    border-bottom: none !important;
    font-weight: normal !important;
    display: block;
    line-height: normal !important;
    font-size: 15px !important;
    margin-bottom: 5px;
}
.filter.filter-txt-widget {
    float: right;
    margin-top: -5px !important;
    margin-right: 0 !important;
    line-height: normal;
    width: 250px;
    max-width: 100% !important;
}
.filters .filter .i { margin-top: 10px; }
.filters .filter .i select {}

.filter .filterPopup {
    z-index: 1000000;
    display: none;
    position: absolute;
    background: url(../img-extend/bg-product-list-name.png);
    box-shadow: 0 0 8px #999;
    padding: 20px;
    width: 870px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.filterPopup .itemAllButton {
    font-weight: bold;
    margin-bottom: 2px;
    margin-left: 5px;
}
.filterPopup .fpClose {
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 16px;
    color: #CC0033;
    text-decoration: underline;
    cursor: pointer;
}
.filterPopup .columnF3 {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.filterPopup .columnF5 {
    width: 20% !important;
    display: inline-block;
    vertical-align: top;
}
.filter .filterPopup .fpTitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 23px;
    color: #333;
}
.filterPopup .item {
    line-height: 22px;
}
.filterPopup .item a {
    color: #333333;
}
.filterPopup .item a:hover {
    color: #b86037;
}

.filter ul li {
    display: inline-block;
    width: 230px;
    margin-bottom: 3px;
}
.filter ul li a {
    font-size: 16px;
}
.filter-factory {
    width: 130px !important;
}
.filter-style {
    width: 175px !important;
}
/* end filter page */


/* factory page */
.factory-list-container {
    margin-top: 15px;
}
.factory-list-container a {color: #4d4d4d;}
.factory-list-container .symbol-select { margin-bottom: 25px; text-align: center;}
.factory-list-container .symbol-select li { display: inline-block; margin-left: 15px; }
.factory-list-container .symbol-select a { font-size: 16px; text-decoration: underline; }
.factoryList .factory-item { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px #eee solid; }
.factoryList .factory-item .factory-itm-inner { display: table; width: 100%; }
.factoryList .factory-item .factory-photo { display: table-cell; width: 150px; vertical-align: top; }
.factoryList .factory-item .factory-description { display: table-cell; vertical-align: top; }
.factoryList .factory-item .factory-name {}
.factoryList .factory-item .factory-name a { font-size: 18px; }
.factoryList .factory-item .t { margin-top: 5px; }
/* end factory page */



/* product page */
.productPageContent {
    margin-top: 15px;
}
.productPageContent h5 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    color: #4d4d4d;
}
.portfolio-detail h5 {
    font-size: 24px;
    text-transform: none;
}
article.portfolio-detail .photo-c {
    text-align: center;
}
.productPageContent .productLeftColumn {
    margin: 0 16px 0 16px;
    overflow: hidden;
    float: left;
    display: inline;
    width: 608px;
}
.productPageContent .productRightColumn {
    margin: 0 16px 0 16px;
    overflow: hidden;
    float: left;
    display: inline;
    width: 288px;
}
.productPageContent .aside {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.productPageContent .plButtons {
    border-top: none;
    margin-top: 10px;
    padding-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px #eee solid;
    padding-bottom: 15px;
}
.productPageContent .plButtons .cart a {
    color: #333;
    font-size: 18px;
    cursor: pointer;
    text-decoration: underline;
    background: url('../img/basket.jpg') no-repeat left center;
    padding: 0 0 0 25px;
}
.productPageContent .plButtons .cart a:hover {
    text-decoration: none;
}
.productPageContent .aside ul.link-list li {
    float: left;
    background: url(../img/divider.png) repeat-x bottom left;
    width: 100%;
    color: #848383;
    padding: 7px 0 7px 0;
}
.productPageContent ul.sidebar-list li span {
    color: #f15a23;
}
.productPageContent .sidebar-widget h5 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.productPageContent .aside ul.link-list li {
    float: left;
    background: url(../img/divider.png) repeat-x bottom left;
    width: 100%;
}
.productPageContent .aside ul.link-list li a {
    color: #535353;
}
.productPageContent ul.recent-list p {
    font-size: 13px;
    line-height: normal;
}
.productPageContent ul.recent-list h6 {
    margin-bottom: 3px;
    clear: right;
}
.productPageContent .portfolio-detail .factory-description {
    margin-top: 10px;
}
.productPageContent article.portfolio-detail img {
    margin-bottom: 10px;
    border-radius: 8px;
}
.productPageContent .sidebar-widget {
    margin-bottom: 20px;
}
.productPageContent .recent-list img {
    float: left;
    margin-right: 8px;
    margin-bottom: 5px;
}
/* end product page */

/* product list */
.ulCategoryGroup {
    margin: 0 0;
    padding: 0 0;
    border-bottom: 5px #aa0000 solid;
}
.ulCategoryGroup li { 
	display: inline-block;
    margin: 0 0 0 0;
    padding: 0;
}
.ulCategoryGroup li .pic { 
	display: inline-block; 
	vertical-align: top; 
	width: 80px; 
	height: 80px; 
}
.ulCategoryGroup li .pic img { 
	border-radius: 80px;
}
.ulCategoryGroup li .name { 
	display: inline-block; 
	line-height: 80px; 
	margin-left: 10px; 
}
.ulCategoryGroup li a { 
    border-radius: 8px 8px 0 0;
    text-decoration: none;
    display: block;
    padding: 4px 8px 5px;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    background: #9ea3a9;
    -webkit-transition: background, 0.15s, ease;
    -moz-transition: background, 0.15s, ease;
    -ms-transition: background, 0.15s, ease;
    -o-transition: background, 0.15s, ease;
}
.ulCategoryGroup li a { 
    background-color: #5d080a;
    background-color: #999;
}
.ulCategoryGroup li a:hover {
    color: #fff;
    box-shadow: 0px 0px 10px #c00;
    text-shadow: 1px 1px 10px #c00;
}
.ulCategoryGroup li a.active {
    color: #fff;
    background-color: #ea292c;
    background-color: #aa0000;
}
/* end product list */

/* cart page */
#emptyCartWarning {
    margin: 30px;
}
#cartForm {}
#cartForm .p-cart {
    margin-bottom: 5px;
    margin-top: 7px;
    font-size: 11px;
    padding-bottom: 5px;
}
.order-detail-content {
    display: inline-block;
    width: 580px;
    vertical-align: top;
}

.client-data-block {
    margin-left: 25px;
    display: inline-block;
    width: 330px;
    vertical-align: top;
    margin-top: -17px;
}
.client-data-block .tit {
    margin-bottom: 13px;
    font-size: 22px;
}
table#cart_summary {
    width: 100%;
    border-collapse: collapse;
}

#cartForm td {
    padding: 0 !important;
    vertical-align: middle;
    border: 1px solid #e9e9e9;
}
#cartForm td.cart_product { width: 80px; height: 80px; }
#cartForm .cart_quantity {
    text-align: center;
}
#cartForm .cart_description { vertical-align: middle; text-align: left; }
#cartForm .cart_description img { vertical-align: middle; }
#cartForm .cart_description a {
    font-size: 16px; margin-left: 7px;
    color: #333;
}
#cartForm .cart_description a:hover {
    color: #b86037;
}
#cartForm th {
    text-align: center;
    border: 1px solid #e9e9e9;
    background: #f5f5f5;
    padding-bottom: 5px;
}
#cartForm .rowInp {
    margin-bottom: 7px;
}
#cartForm .rowInp .lbl {
    display: inline-block; vertical-align: top;
    line-height: 22px;
    width: 85px;
}
#cartForm .rowInp .lbl sup {
    vertical-align: baseline;
    color: #CC0000;
}
#cartForm .rowInp .inp {display: inline-block; vertical-align: top;}
#cartForm .rowInp .inp input {
    margin: 0;
    padding: 2px;
    width: 220px;
}
#cartForm .rowInp .err {
    color: #CC0000;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    font-size: 12px;
}
.rowInp.orderComment {
}
.rowInp.orderComment textarea {
    width: 100%;
}
.rowInp.orderComment .lbl, .rowInp.orderComment .inp, .rowInp.orderComment .err {
    display: block !important;
}
#cartForm .rowSbmt {
    margin-top: 5px;
    text-align: center;
}

#cartForm .cart_quantity .i { display: inline-block; }
#cartForm .cart_quantity .i input { width: 35px; text-align: center; }
#cartForm .cart_quantity .d { display: inline-block; cursor: pointer; }
/* end cart page */