.arw_tab_title .tab_title {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.arw_tab_title .tab_title h2.title {
    background-color: #fff;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 5px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.arw_tab_title .tab_title p {
    border-bottom: 2px solid #000000;
    margin: 0 auto;
    position: relative;
    top: -22px;
    width: 325px;
    z-index: 1;
}
.arw_tab_title .tab_sub_title {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.arw_tab_title .tab_sub_title h2.title {
    color: #c2c2c2;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 50px;
    text-transform: none;
}
.arw_tab_slider {
    position: relative;
    text-align: center;
    min-height: 200px;
}
.arw_tab_slider:after {
  clear: both;
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
}
.arw_tab_slider:after {
    clear: both;
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
}
.arw_tab_slider ul.slider-tab {
    display: inline-block;
    list-style: none;
    margin-top: 0;
    margin-bottom: 45px;
    padding-left: 0;
}
.arw_tab_slider ul.slider-tab:after {
    clear: both;
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
}
.arw_tab_slider ul.slider-tab li {
    border: 1px solid #f2f2f2;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 35px;
    margin-right: 16px;
    padding: 0 20px;
    text-transform: uppercase;
}
.arw_tab_slider ul.slider-tab li:last-child {
	margin-right: 0;
}
.arw_tab_slider ul.slider-tab li a {
    color: #c2c2c2;
    text-decoration: none;
}
.arw_tab_slider .arw_tab_items {
    list-style: none;
    padding-left: 0;
}
.arw-small-col {
    margin-top: 1em;
}
.arw-small-col ol,
.arw-small-col ul {
    overflow: hidden;
}
.arw-small-col .actions {
    border-top: 1px solid;
    margin-top: 1em;
    padding: 1em;
    text-align: right;
}
.arw-small-col .arw_tab_slider {
    margin-top: 0;
    text-align: left;
}
.arw-small-col .arw_tab_slider ul.slider-tab {
    display: block;
}
.arw-small-col .arw_tab_slider ul.slider-tab li {
    font-size: 1.286em;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.arw-small-col .arw_tab_slider ul.slider-tab li a {
    padding: 0;
}
.arw-small-col .slider-tab li {
    padding-left: 0;
}
.arw-small-col .slider-tab li.active {
    border: none !important;
}
.arw-small-col .slider-tab li a {
    padding-left: 0 !important;
}
.arw-small-col .products-list .product-image {
    margin-right: 0.5em;
    max-width: 30%;
    width: 30%;
}
.arw-small-col .products-list .product-name {
    font-size: 1.143em;
    margin-bottom: 0;
    margin-top: 0;
}
.arw-small-col .products-list .ratings,
.arw-small-col .products-list .desc {
    display: none;
}
.arw-small-col .products-list .actions {
    border-top: none;
    margin-top: 0.5em;
    padding: 0;
}
.arw-small-col .products-list .button.btn-cart {
    float: left;
    margin-right: 0.5em;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    visibility: hidden;
}
.arw-small-col .products-list .button.btn-cart span span {
    display: block;
    line-height: 30px;
    min-height: 10px;
    padding: 0 17px;
    position: relative;
    text-indent: -999em;
}
.arw-small-col .products-list .button.btn-cart span span:before {
    content: "\f07a";
    font-family: fontawesome;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 100%;
}
.arw-small-col .products-list .add-to-links {
    float: left;
    margin-left: 0;
    margin-top: 0;
}
.arw-small-col .products-list .add-to-links li {
    float: left;
    line-height: 30px;
    min-height: 10px;
}
.arw-small-col .products-list .add-to-links li:last-child {
    margin-left: 5px;
}
.arw-small-col .products-list .add-to-links li .separator {
    display: none;
}
.arw-small-col .products-list .add-to-links li a {
    clear: both;
    display: block;
    line-height: 30px;
    max-width: 10px;
    min-height: 10px;
    padding: 0 17px;
    position: relative;
    text-align: center;
    text-indent: -999em;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    visibility: hidden;
}
.arw-small-col .products-list .add-to-links li a:before {
    font-family: fontawesome;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 100%;
}
.arw-small-col .products-list .add-to-links li a:before,
.arw-small-col .products-list .add-to-links li a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}
.arw-small-col .products-list .add-to-links li a.link-wishlist:before {
    content: "\f005";
}
.arw-small-col .products-list .add-to-links li a.link-compare:before {
    content: "\f012";
}
.arw-small-col .products-list .add-to-links.links-icon li a {
    display: block;
    line-height: 30px;
    max-width: 10px;
    min-height: 10px;
    padding: 0 17px;
}
.arw-small-col .products-list .item .price-box {
    margin-bottom: 0;
}
.arw-small-col .products-list .item .price-box .regular-price,
.arw-small-col .products-list .item .price-box .special-price {
    font-size: 1em;
}
.arw-small-col .products-list .item .price-box .old-price,
.arw-small-col .products-list .item .price-box .special-price {
    margin-bottom: 0;
}
.arw-small-col .products-list .item .button.btn-quick-view {
    white-space: normal;
}
.arw-small-col .products-list .item:hover .button.btn-cart,
.arw-small-col .products-list .item:active .button.btn-cart,
.arw-small-col .products-list .item:focus .button.btn-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}
.arw-small-col .products-list .item:hover .add-to-links li a,
.arw-small-col .products-list .item:active .add-to-links li a,
.arw-small-col .products-list .item:focus .add-to-links li a {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}
.arw-small-col .products-grid .item,
.arw-small-col .products-list .item {
    margin-bottom: 0.5em;
    margin-top: 0;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
.arw-small-col .products-grid .item .product-image .arw-product-label,
.arw-small-col .products-list .item .product-image .arw-product-label {
    font-size: 12px;
    padding: 0 4px;
}
.arw-small-col .products-grid .item .product-image .arw-product-label.product-new-label + .product-sale-label,
.arw-small-col .products-list .item .product-image .arw-product-label.product-new-label + .product-sale-label {
    top: 1.6em;
}
.arw-small-col .products-grid .item .button.btn-quick-view,
.arw-small-col .products-list .item .button.btn-quick-view {
    display: none;
}
.sidebar .arw_tab_slider {
    margin-bottom: 3em;
}
.cms-index-index .sidebar .arw_tab_slider .products-grid .item,
.cms-index-index .arw-small-col .arw_tab_slider .products-grid .item,
.cms-index-index .sidebar .arw_tab_slider .products-list .item,
.cms-index-index .arw-small-col .arw_tab_slider .products-list .item {
    min-height: 115px;
}

/*------------------------- Products Grid Full -----------------------------*/
.products-grid-full .products-grid .item {
	padding: 0;
}
.products-grid-full div.item {
	margin-bottom: 0;
}
.products-grid-full .novaworks-sale-badge {
    left: 20px;
    position: absolute;
    top: 20px;
}
.products-grid-full .novaworks-new-badge {
    position: absolute;
    right: 20px;
    top: 20px;
}
.products-grid-full .products-grid .item .product-hover-box {
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: all 0.5s ease-out 0s; 
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;    
    opacity: 0;
}
.products-grid-full .products-grid .item:hover .product-hover-box {
    opacity: 1;
}
.products-grid-full .products-grid .item .item-product-image-box .product-hover-box {
	background-color: rgba(255, 255, 255, 1); 
}
.products-grid-full .products-grid .item h3.product-name {
	text-align: center;
}
.products-grid-full .products-grid .item .price-box {
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
.products-grid-full .products-grid .item .item-product-image-box .quick-views a {
    border: 1px solid #f7f6f5;
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 10px 30px 37%;
    width: 48px;
}
.products-grid-full .products-grid .item .item-product-image-box .detail-views a {
    border: 1px solid #f7f6f5;
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 0 30px 0;
    width: 48px;
}
.products-grid-full .products-grid .item h3.product-name {
    margin: 100px 0 30px;
}
.products-grid-full .products-grid .item h3.product-name a {
    font-size: 14px;
}
.products-grid-full .novaworks-quick-act {
	margin: 0 0 30px 0;
}
.products-grid-full .novaworks-quick-act > a.act-compare {
	margin-right: 0;
}
.products-grid-full .products-grid .item .novaworks-add-to-cart {
	margin: 0;
}
.products-grid-full .novaworks-quick-act > a.act-wishlist, 
.products-grid-full .novaworks-quick-act > a.act-compare, 
.products-grid-full .novaworks-quick-act > a.ajaxcart_simple, 
.products-grid-full .novaworks-quick-act > a.ajaxcart_colorbox {
	float: none;
}
.products-grid-full .novaworks-quick-act > a.act-wishlist i, 
.products-grid-full .novaworks-quick-act > a.act-compare i, 
.products-grid-full .novaworks-quick-act > a.ajaxcart_simple i, 
.products-grid-full .novaworks-quick-act > a.ajaxcart_colorbox i {
	color: #d4d4d4;
}
.products-grid-full .novaworks-quick-act a.add_to_cart_small {
    display: inline-block;
    letter-spacing: 2px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
}

/*-------------------------Ajax-----------------------------*/
div#ajax_loading_tab {
    background: no-repeat scroll 50% 50% transparent;
    display: none;
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100px;
    z-index: 9999;
}
div#backgroundajax_tab {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background-color: #E3E3E3;
    opacity: 0.3;
}