/*Listing page css */

/* Start Listing style */
.category-products.grid {
    margin: inherit;
}
.grid.products-grid {
    position: relative;
}
.grid.products-grid .item {
    text-align: center;
    float: left;
    position: relative;
}
.homepage-ninth-row {
    overflow: hidden;
}
.column.main .products-grid .product-items {
    margin-bottom: 0;
}
.category-products.grid .products:before, .category-products.grid .products:after {
    background-color: transparent;
}

.category-products.grid .products:before {
    left: 0;
}
.category-products.grid .products:before, .category-products.grid .products:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 15px;
    z-index: 1;
}
.per-product, .category-products.products-grid .category-products-grid {
    background-color: #fff;
    border-radius: 7px;
    padding: 2px;
}
.per-product, .product-item-actions, .product-hover {
    position: relative;
}
a {
    color: #292b2c;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: medium none;
}
.cms-index-index .link-view {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: .8;
    background: rgb(74 74 74 / 28%);
    border-radius: 7px 7px 0 0;
}
.cms-index-index .item:hover .link-view {
    opacity: 1;
    visibility: visible;
}
.cms-index-index .item .images-container .quickview {
    background-color: #f3a626;
    color: #222;
    border: 0;
    width: 150px;
    position: relative;
    opacity: 1;
    z-index: 9999;
    display: inline-block;
    top: 42%;
    border-bottom-color: transparent;
    border-left-color: transparent;
	height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding: 0;
    text-align: center;
    font-weight: 600;
    border-radius: 0;
	cursor: pointer;
}
.cms-index-index .quickview span {
    font-size: 16px;
	padding-left: 20px;
}
.action, .button, button, button.button span, button span {
    /* font-family: 'Dosis', sans-serif; */
    color: #222;
    text-shadow: none;
	font-size: 14px;
    text-transform: none;
}
button.button span, button span, .review-form .action.submit.primary, .cart .continue span, .actions-toolbar .primary a.action span {
    /* font-family: 'Dosis', sans-serif; */
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
}
.cms-index-index .quickview span .icons {
    font-size: 16px;
    height: auto;
    line-height: normal;
    position: absolute;
    left: -80px;
    top: 14px;
    width: auto;
	right: 10px;
}
.full-hyperlink {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
}
.cms-index-index .item .hover-box {
    right: 0;
    left: 0;
    padding-bottom: 10px;
}
.item:hover .hover-box {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.item .hover-box {
    bottom: 0;
    clear: both;
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    transition: all .5s ease 0s;
    padding: 0;
}
.related-available .product-item-actions, .per-product .product-item-actions {
    display: inline-flex;
}
.alotheme-tooltip {
    position: relative;
}
.actions-cart {
    display: inline-block;
    vertical-align: middle;
}
.item .actions .add-to-links {
    vertical-align: middle;
    margin: 0;
    position: relative;
    display: inline-block;
	font-size: 11px;
}
.item .add-to-links a {
    color: #222;
    font-weight: normal;
    font-size: 15px;
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    overflow: visible;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 3px;
}
.block-subscribe .actions button.button, .item .actions-cart .button.btn-cart, .item .add-to-links a:hover, .item .add-to-links a:hover {
    background: #e79c0b !important;
}
.item .add-to-links a .icon {
    font-size: 15px;
    width: 35px;
    height: 35px;
}
.alotheme-tooltip .tooltip {
    font-weight: normal;
    text-transform: initial;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #900;
    font-size: 12px;
    min-width: 72px;
    color: #fff;
    padding: 3px 5px;
    text-align: center;
    z-index: 99;
    bottom: 50px;
    left: 50%;
    border-radius: 3px;
    -webkit-transform: translateX(calc(-130%));
    transform: translateX(calc(-130%));
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.alotheme-tooltip:hover .tooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
button span.tooltip {
    color: #fff !important;
}
.alotheme-tooltip .tooltip:before {
    border-color: #333333;
}
.alotheme-tooltip .tooltip:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -5px;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #900;
}
.item .actions-cart .button.btn-cart:before, .item .actions-cart .stock.unavailable:before {
    content: "\f291";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 1;
}
.catalogsearch-result-index .products.wrapper.grid .product-items .item .hover-box,
.catalog-category-view .products.wrapper.grid .product-items .item .hover-box {
    z-index: 3;
}
.grid.products-grid .item {
    text-align: center;
}	
button:focus {
    outline: none;
}
.category-products.grid .item .product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}
.category-products.grid .item .product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.cms-index-index .products-grid .product-name {
    min-height: 80px;
    overflow: auto;
}
.products-grid .product-name {
    margin: 0;
    font-size: 100%;
    line-height: 1.3;
    text-align: left;
    padding: 0;
    height: auto;
    overflow: auto;
	font-weight: normal;
	word-wrap: break-word;
	display: block;
}
.per-product a.product-item-link {
    font-size: 16px;
    font-weight: 600;
}

.products-grid .product-name a {
    line-height: 20px;
    text-decoration: none;
}
.products-grid .product-name a {
    line-height: 1.3;
    text-decoration: none;
}
.products-grid .product-name a {
    outline: 0 none;
    text-decoration: none;
}
.images-container .product-item-name .product-item-link {
    color: #222;
}
.product-list .product {
    border-bottom: 1px solid transparent;
}

.products-textlink {
    padding: 0;
}

.product .negotiation-section {
    background: none !important;
}
.cms-index-index .negotiation-section, .catalog-category-view .negotiation-section, .catalogsearch-result-index .negotiation-section {
    display: inline-block;
}
.product .negotiation-section-list a.negotiation-list-item {
    background: linear-gradient(0deg, #f0c049 0, #fbdd99 100%);
    display: table;
    text-align: center;
    font-size: 12px;
    color: #222;
    margin: 0px;
    height: 36px;
    line-height: 33px;
    padding: 0 22px;
    width: 100%;
    border-radius: 3px;
    font-weight: 600;
	cursor: pointer;
}
.product .negotiation-section-list a.negotiation-list-item:hover {
    background: linear-gradient(0deg, #fbdd99 0%, #f0c049 100%);
}
.catalog-category-view .item .actions-cart .button.btn-cart {
    border: 1px solid transparent;
}

.item .actions-cart .button.btn-cart:before, .item .actions-cart .stock.unavailable:before {
    content: "\f291";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 1;
}
.item .actions-cart .button.btn-cart span {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}
.item .actions-cart .button.btn-cart, .item .actions-cart .stock.unavailable {
    border-width: 1px;
    border-style: solid;
    margin: 0 7px 0 0;
    padding: 0;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 37px;
    border-radius: 3px;
}
.results dd.item {
    background: #faebd7;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #e3ab28;
    margin-right: 5px;
    color: #222;
}
.results dd.item a {
    color: #222;
    text-decoration: none;
}




/* For Lisitng page style start (main listing) */
.page-products .page-title-wrapper h1 span, .catalog-category-view .page-title-wrapper h1 span, .pagecrumbs-title {
    font-weight: bold;    
	margin: 0;
    font-size: 18px;
    color: #222;
}
.category-description{
	color: #222;
}
.catalogsearch-result-index .toolbar,
.catalog-category-view .toolbar {
    margin: 0 0 22px;
    padding: 6px;
    clear: both;
    background: #f8f8f8;
    border: 2px solid #eee;
}
.toolbar-products{
	text-align: center;
}
.toolbar-amount {
    line-height: 30px;
    font-size: 12px;
    padding: 0;
    color: #2a2a2a;
    font-weight: 600;
}
.toolbar-amount, .products.wrapper~.toolbar .modes {
    display: block;
}
.toolbar-amount .toolbar-number {
    font-weight: 600;
    font-size: 13px;
    color: #000;
}
.toolbar .limiter, .toolbar .sorter {
    padding-top: 0;
}

.sorter {
    padding-right: 15px;
}
.limiter, .sorter {
    display: inline-block;
    vertical-align: middle;
}
@media (min-width: 640px) {
    .sorter {
        float: left;
    }
}
.sorter {
    padding: 4px 0 0;
}
.sorter-label, .limiter .label {
    font-size: 13px;
    font-weight: normal;
    color: #222;
    float: left;
    padding: 0 10px 0 15px;
    margin: 0;
    line-height: 30px;
}
.sorter-options {
    width: auto;
}
select option {
    padding-right: 10px;
}
.sorter select, .limiter select {
    border-radius: 3px;
    color: #000;
    background-color: #efefef;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 14px 0 6px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.sorter {
    padding-right: 15px;
}
.page-products .limiter .limiter-text {
    display: none;
}
.modes {
    display: inline-block;
	float: right;
    margin-right: 0;
}
.modes-label {
    float: left;
    line-height: 30px;
    padding-right: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #222;
    display: none;
}
.modes-mode {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    float: left;
    outline: medium none;
    padding: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.mode-grid {
    margin-right: 15px;
}
.modes-mode:before {
    content: "\f009";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.modes-mode>span {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    padding-left: 5px;
    vertical-align: middle;
}
.toolbar .modes-mode {
    color: #666666;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.mode-list:before {
    content: "\f00b";
}
.category-products.grid {
    margin-left: -15px;
    margin-right: -15px;
}
.catalogsearch-result-index .category-products.grid.products-grid .products.list, .catalog-category-view .category-products.grid.products-grid .products.list, .marketplace-seller-collection .category-products.grid.products-grid .products.list {
    display: flex;
    flex-wrap: wrap;
}
.catalogsearch-result-index .category-products.grid.products-grid .products.list .product-item, .catalog-category-view .category-products.grid.products-grid .products.list .product-item, .marketplace-seller-collection .category-products.grid.products-grid .products.list > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.category-products.grid.products-grid .item {
    padding-bottom: 12px;
}
.category-products.grid.products-grid .item {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 0;
}
.catalog-category-view .products.wrapper.grid .product-items .item .product-item-info {
    transition: all .4s ease-in-out;
}
.per-product {
    padding-bottom: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
}
.catalogsearch-result-index .products.wrapper.grid .product-items .link-view,
.catalog-category-view .products.wrapper.grid .product-items .link-view {
    z-index: 3;
}
.catalogsearch-result-index .item:hover .link-view,
.catalog-category-view .item:hover .link-view {
    opacity: 1;
    visibility: visible;
}
.catalogsearch-result-index .link-view,
.catalog-category-view .link-view {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: -2px;
    visibility: hidden;
    width: 102%;
    left: -2px;
    height: 100%;
    opacity: .8;
    background: rgb(74 74 74 / 28%);
    border-radius: 7px 7px 0 0;
}
.link-view {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 8px;
    visibility: hidden;
    right: 8px;
}
.images-container .quickview {
    background-color: #f3a626;
    color: #222;
    border: 0;
    width: 150px;
    position: relative;
    opacity: 1;
    z-index: 9999;
    display: inline-block;
    top: 42%;
	border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}
.catalogsearch-result-index .quickview span,
.catalog-category-view .quickview span {
    font-size: 16px;
    padding-left: 10px;
}
.product-label .sticker.top-left {
    display: none;
}
.catalogsearch-result-index .quickview span .icons,
.catalog-category-view .quickview span .icons {
    font-size: 16px;
    height: auto;
    line-height: normal;
    position: absolute;
	left: -80px;
    top: 12px;
    width: auto;
    right: 10px;
}
.catalogsearch-result-index .quickview span,
.catalog-category-view .quickview span {
    font-size: 16px;
    padding-left: 10px;
}
.quickview {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding: 0;
    display: block;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    width: 44px;
}
.catalogsearch-result-index .item .hover-box,
.catalog-category-view .item .hover-box {
    right: 0;
    left: none;
    padding-bottom: 10px;
}
.marketplace-seller-collection .item .add-to-links a, .catalogsearch-result-index .item .add-to-links a, .catalog-category-view .item .add-to-links a {
    color: #666666;
    background-color: #fff;
    border-color: #fff;
}
.item .add-to-links a {
    color: #222;
    font-weight: normal;
    font-size: 15px;
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    overflow: visible;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    border-radius: 3px;
}
.marketplace-seller-collection .item .add-to-links a i, .catalogsearch-result-index .item .add-to-links a i, .catalog-category-view .item .add-to-links a i {
    color: #000 !important;
}
.catalogsearch-result-index .item .add-to-links a:hover,
.catalog-category-view .item .add-to-links a:hover {
    background: #f9f9f9 !important;
}
.item:hover .per-product, .content-countdown-products {
    border-color: transparent !important;
}
.catalog-category-view .products-grid .product-name, .catalogsearch-result-index .products-grid .product-name {
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    display: -webkit-box;
    min-height: auto;
    margin: 4px 0;
    line-height: 22px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-grid .product-name {
    margin: 0;
    font-size: 100%;
    line-height: 1.3;
    text-align: left;
    padding: 0;
    height: auto;
    overflow: auto;
}
.catalog-category-view .products-grid .product-name a, .catalogsearch-result-index .products-grid .product-name a {
    font-size: 17px;
    text-decoration: none;
    font-weight: 600;
    display: -webkit-box;
    min-height: auto;
    margin: 0;
    line-height: 22px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 43px;
}
.product-item-name .product-item-link {
    color: #222 !important;
}
.product-nonreturnable {
    text-align: left;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    padding-left: 3px;
    color: #e79c0b;
}
.product-nonreturnable .value, .catalog-product-view .product-nonreturnable .value {
    color: #f00;
}
.product-returnable {
    text-align: left;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    padding-left: 0px;
    color: #565656;
    margin: 0;
}
.product-returnable .value, .catalog-product-view .product-returnable .value {
    color: #0cc500;
}
.catalog-category-view .products.wrapper.grid .product-items .products-textlink {
    position: static;
}
.catalog-category-view .products-textlink {
    margin: 0;
    padding: 1px 4px 0 0;
    text-align: right;
}
.cms-index-index .price-final_price, .catalog-category-view .price-final_price, .catalogsearch-result-index .price-final_price {
    width: 67%;
    display: inline-block;
    text-align: left;
}
.products-grid .price-box {
    line-height: normal;
}
.products-grid .price-box {
    display: block;
    margin: 0;
    line-height: 25px;
    text-align: left;
}
.cms-index-index .price-final_price, .catalog-category-view .price-final_price, .catalogsearch-result-index .price-final_price {
    width: 67%;
    display: inline-block;
    text-align: left;
}
.weee {
    display: block;
    font-size: 11px;
    color: #222;
}
.catalog-category-view .price-box .price {
    font-size: 19px;
}
.price-box .price {
    font-size: 16px;
    color: #000 !important;
    font-weight: 600;
}
span.exclusive-taxes-declaration {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #1b1640;
    text-transform: initial;
}
.product .negotiation-section {
    background: none !important;
}
.catalog-category-view .negotiation-section {
    display: inline-block;
    /* top: -20px; */
    text-align: center;
    width: 31%;
    background: linear-gradient(0deg, #fbdd99 0%, #f0c049 100%);
    /* right: 0; */
    padding: 1px 0px 3px 0px;
    border-radius: 4px;
    font-weight: 600;
    vertical-align: text-bottom;
}
.tsuk-theme.catalogsearch-result-index .negotiation-section,
.tsuk-theme.catalog-category-view .negotiation-section {
    width: 50%;
}
.tsuk-theme.catalogsearch-result-index .modals-quickview .negotiation-section,
.tsuk-theme.catalog-category-view .modals-quickview .negotiation-section{
    width: 25%;
    float: left;
    left: -15px;
}

/* For Lisitng page style start (list view for listing) */
.catalogsearch-result-index .products-list li.item .product-item-info{
    border: 1px solid #dcdcdc;
    padding: 5px;
    background: #fbfbfb;
}
.catalog-category-view .product .category-products-grid .negotiation-section-list a.negotiation-list-item {
    padding-left: 7px;
    padding-right: 7px;
}
.catalogsearch-result-index .negotiation-section{
	width: 30%;
}
.catalogsearch-result-index .product .category-products-grid .negotiation-section-list a.negotiation-list-item{
    padding: 0 7px !important;
}
.product .negotiation-section-list a.negotiation-list-item {
    background: linear-gradient(0deg, #f0c049 0, #fbdd99 100%);
    display: table;
    text-align: center;
    font-size: 12px;
    color: #222;
    margin: 0px;
    height: 36px;
    line-height: 33px;
    padding: 0 22px;
    width: 100%;
    border-radius: 3px;
    font-weight: 600;
}
.catalog-category-view a.negotiation-list-item span {
    font-size: 12px;
    font-weight: 600;
}
.modals-wrapper .modals-overlay {
    /* z-index: 901 !important; */
}
.page-layout-2columns-left .content-quickview .column.main, .page-layout-2columns-right .content-quickview .column.main {
    width: 100% !important;
}
.page-products .products.wrapper.products-list {
    margin: 0;
}
.category-products.products-list .products.list {
    margin-right: -15px;
    margin-left: -15px;
}
.products-list li.item:nth-child(2n+1) {
    clear: left;
}
.products-list li.item:first-child {
    margin-top: 0;
}
.products-list li.item {
    padding: 0 15px;
    margin: 0 0 30px;
    height: auto;
}
.products-list .product-item {
    width: 100%;
}
.catalog-category-view .products-list li.item .product-item-info {
    border: 1px solid #dcdcdc;
    padding-bottom: 30px;
    background: #fbfbfb;
    padding: 5px;
}
.category-products-list {
    position: relative;
}
.products-list .images-container {
    float: left;
    width: 30%;
    padding: 0;
}
.category-products .item img, .product-image img {
    display: block;
    height: auto;
    max-width: 100%;
}
.product-image-photo, .slick-slide img {
    margin: 0 auto;
}
.products-list .item .product-item-details {
    width: 70%;
    float: left;
    padding: 0 0 0 15px;
}
.catalog-category-view .products-list .category-products-list .product-name {
    margin: 0 0 10px 0;
    font-size: 100%;
    line-height: normal;
}
.products-list .category-products-list .product-name a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.catalog-category-view .products-list .item .products-textlink {
    padding: 0 15px 0 0;
    margin: 0;
    text-align: left;
    float: none;
    width: 100%;
}
.products-list .product-item .price-box {
    margin: 0;
}
.catalog-category-view .category-products-list .price-box .price {
    font-size: 17px;
}
.product-item-description {
    clear: both;
    margin: 0;
    padding: 10px 0;
}
.product-item-description .action.more {
    font-size: 14px;
    display: none;
}
.catalogsearch-result-index .products-list .item .product-item-inner,
.catalog-category-view .products-list .item .product-item-inner {
    margin: 0;
    text-align: left;
    padding: 8px;
    width: 100%;
    float: none;
    background-color: #fff;
    border: 1px solid #8e8d8d;
    border-radius: 3px;
    min-height: auto;
}
.product-item-inner .product.attribute {
    margin-bottom: 15px;
}
.catalog-category-view .products-list .product-item-inner .product-item-actions .actions-primary {
    margin-top: 10px;
}
.catalogsearch-result-index .products-list .item .negotiation-section,
.catalog-category-view .products-list .item .negotiation-section {
    background: none !important;
    padding: 0;
    margin: 0;
}
.catalogsearch-result-index .category-products-list .negotiation-section,
.catalog-category-view .category-products-list .negotiation-section {
    display: inline-block;
    top: 0px;
    text-align: center;
    width: 20%;
    background: linear-gradient(0deg, #f0c049 0%, #fbdd99 100%) !important;
    right: 0%;
    padding: 8px 0px 9px 0px;
    border-radius: 4px;
    font-weight: 600;
    margin: 10px 0 5px;
}
.catalogsearch-result-index .products-list .item a.sw-negotiation-open-modal-form,
.catalog-category-view .products-list .item a.sw-negotiation-open-modal-form {
    height: auto;
    line-height: normal;
    padding: 11px 10px !important;
    margin-top: 10px;
}

.product .negotiation-section-list a.negotiation-list-item {
    background: linear-gradient(0deg, #f0c049 0, #fbdd99 100%);
    display: table;
    text-align: center;
    font-size: 12px;
    color: #222;
    margin: 0px;
    height: 36px;
    line-height: 33px;
    padding: 0 22px;
    width: 100%;
    border-radius: 3px;
    font-weight: 600;
}
.catalog-category-view .products-list .item a.sw-negotiation-open-modal-form span {
    font-size: 14px;
}
.catalog-category-view a.negotiation-list-item span {
    font-size: 12px;
    font-weight: 600;
}
.catalog-category-view .products-list .item .add-to-links {
    margin: 12px 0 0;
}
.products-list .item .product-item-inner .add-to-links .action {
    color: #666666;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.products-list .item .actions-no .add-to-links a .icons {
    width: auto;
    height: auto;
}
.products-list .product-item-inner .add-to-links a {
    width: auto;
    height: auto;
    font-size: 13px;
    border: 0;
    line-height: normal;
}
.products-list form {
    display: inline;
}
.catalogsearch-result-index .products-list .item .actions-no .button.btn-cart,
.catalog-category-view .products-list .item .actions-no .button.btn-cart {
    width: 25%;
    height: auto;
    line-height: normal;
    padding: 8px 0 11px !important;
    margin-top: 10px;
}
.catalog-category-view .products-list .item .actions-no .button.btn-cart span, .catalogsearch-result-index .products-list .item .actions-no .button.btn-cart span {
    font-size: 14px !important;
}
.products-list .item .actions-no .button.btn-cart span {
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
}
.item .actions-no .button.btn-cart span {
    padding: 0;
    vertical-align: middle;
}
.catalog-category-view .products-list .product-item-inner .add-to-links a.tocompare:hover,
.catalog-category-view .products-list .product-item-inner .add-to-links a.towishlist:hover {
    background: transparent !important;
	text-decoration: none;
}
.catalog-category-view .products-list .item .product-item-inner {
    margin: 0;
    text-align: left;
    padding: 8px;
    width: 100%;
    float: none;
    background-color: #f0f0ee;
    border: 2px solid #d0d0d0;
    border-radius: 3px;
    min-height: auto;
}
.catalogsearch-result-index .products-list .item .product-item-inner{
    background-color: #f0f0ee;
}
.tsuk-theme.catalogsearch-result-index .products-list .item .negotiation-section{
    float: left;
    margin-bottom: 10px;
}
.catalogsearch-result-index .products-list .item .add-to-links {
    float: left;
    width: 100%;
}

/* Start category page FAQ section */
.catalog-category-view .category-cms .page-title {
    margin-bottom: 14px;
}
.catalog-category-view .page-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.page-products .page-title, .catalog-category-view .page-title {
    margin: 0;
    line-height: normal;
    padding: 0;
}
.page-title {
    width: 100%;
}
.catalog-category-view .category-cms p.question-box {
	background: #eae7e7;
	margin-bottom: 0;
	padding: 13px;
	border: 1px solid #bcb5b5;
}
.catalog-category-view .category-cms p {
    padding-bottom: 13px !important;
    margin-bottom: 0 !important;
    border-left: 1px solid #bcb5b5 !important;
    border-right: 1px solid #bcb5b5 !important;
}
.catalog-category-view .category-cms p {
    border-left: 1px solid #e79c0b;
    border-right: 1px solid #e79c0b;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 13px;
    padding-bottom: 0;
    text-indent: 0 !important;
}
.catalog-category-view .category-cms p span {
    font-size: 14px !important;
    line-height: 1.5;
    font-weight: 500;
	color: #222;
}
strong {
    font-weight: bold;
}
.catalog-category-view .category-cms ul {
    padding-left: 13px;
    padding-right: 13px;
    border-left: 1px solid #bcb5b5;
    border-right: 1px solid #bcb5b5;
    margin-bottom: 0;
}
.catalog-category-view .category-cms ul li {
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 8px;
	color: #222;
	font-size: 14px;
}

/* Start Listing page pagination */
.toolbar-bottom .toolbar-products .modes {
    display: none;
}
.toolbar-bottom .toolbar-products .pages {
    display: inline-block;
    float: right;
}
.pages>.label, .pages .action span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.pages .pages-items {
    display: block;
}
.pages li {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 5px;
    width: 30px;
    text-align: center;
}
.pages li a {
    border: 0 none;
    display: block;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    padding: 0;
    text-decoration: none;
	cursor: pointer;
}
.pages li.current .page {
    font-weight: normal;
    padding: 0;
}
.pages .item .label {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.pages li a span, .pages li strong span {
    font-size: 14px;
    font-weight: 600;
}
.pages .action.next:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: inherit;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}
.pages .action.previous:before {
    content: "\f104";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: inherit;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}


/* Start quick view button */
.catalogsearch-result-index .modals-quickview .negotiation-section {
    width: 21% !important;
}
.catalogsearch-result-index .modal-popup .negotiation-section a.sw-negotiation-open-modal-form {
    padding: 11px 12px !important;
}
.catalogsearch-result-index .product-view .add-to-cart a.sw-negotiation-open-modal-form {
    line-height: normal !important;
    padding-top: 8px !important;
}
.catalogsearch-result-index .modals-quickview .negotiation-section {
    display: inline-block;
    top: -3px;
    text-align: center;
    width: 25%;
    background: 0 0;
    right: 0;
    padding: 0 0 4px;
    border-radius: 4px;
    font-weight: 600;
}