.mb-40 {margin-bottom:20px}
.shop-img img {
    width: 100%;
    border:1px solid #eeeeee
}
.shop-img {
    position: relative;
    overflow: hidden;
}
.shop-quick-view {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.shop-img .button-group {
    background-color: #333;
    bottom: -20px;
    left: 0;
    opacity: 0;
    padding: 10px 10px 13px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 99;
}
.single-shop:hover .button-group {
    opacity: 1;
    bottom: 0px;
}
.shop-img .button-group a {
    border-left: 1px solid #777;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    text-transform: uppercase;
    width: 50%;
}
.shop-img .button-group a:hover {
    color: #ddd;
}
.shop-img .button-group a:first-child {
    border-left: 0 solid #555;
}
.shop-img .button-group a i {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.shop-quick-view > a {
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 18px;
    height: 45px;
    line-height: 47px;
    opacity: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%) translateY(-50%) scale(0.6);
    transition: all 0.3s ease 0s;
    width: 45px;
}
.single-shop:hover .shop-quick-view > a {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.shop-img::after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 0;
    z-index: 1;
}
.single-shop:hover .shop-img::after {
    height: 100%;
    width: 100%;
}
.shop-title > h3 {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    height:40px;
    line-height:20px;
    overflow:hidden;
    text-align:center;
}
.shop-title > h3 a {
    color: #333;
}
.shop-title > h3 a:hover {
    color: #666;
}
.shop-text-all {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: navy #eeeeee #eeeeee;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 15px;
}
.sale-new {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    left: -24px;
    margin: 0;
    padding: 1px 30px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 12px;
    transform: rotate(-45deg);
    z-index: 99;
}
.price span {
    font-size: 15px;
}
.price span.old {
    color: #777;
    padding-left: 10px;
    text-decoration: line-through;
}
.ratting {
    color: #ffc741;
    font-size: 12px;
}
.ratting i {
    margin-left: 2px;
}
.pro-color > ul li {
    cursor: pointer;
    display: block;
    float: left;
    height: 12px;
    margin-right: 7px;
    text-indent: -9999px;
    transition: all 0.4s ease 0s;
    width: 12px;
}
.pro-color > ul li.blue {
    background: #74ccff none repeat scroll 0 0;
}
.pro-color > ul li.orange {
    background: #ff7373 none repeat scroll 0 0;
}
.pro-color > ul li.purple {
    background: #20156e none repeat scroll 0 0;
}
.pro-color > ul li.pink {
    background: #ec376c none repeat scroll 0 0;
}
.shop-menu button::before {
    background: #333 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: -8px;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transition: all 0.3s ease 0s;
    width: 5px;
}
.shop-menu button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 15px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.shop-menu button:hover::before,
.shop-menu button.active::before {
    transform: scaleX(1);
}
.view-more > a {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-transform: capitalize;
}
.view-more > a:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* 7. Shop sidebar page */

.single-sidebar {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
    padding: 20px 20px;
}
.single-sidebar:last-child {
    margin-bottom: 0px;
}
h3.sidebar-title {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}
h3.sidebar-title::before {
    background-color: #000;
    bottom: 7px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.price-filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #eeeeee none repeat scroll 0 0;
    border: medium none;
    height: 5px;
    margin-left: 10px;
    margin-top: 30px;
    width: 94%;
}
.price-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 0;
    color: #555555;
    cursor: pointer;
    font-weight: normal;
    height: 20px;
    margin-top: -4px;
    width: 13px;
}
.price-filter .ui-slider-range {
    background: #333 none repeat scroll 0 0;
}
.price-slider-amount input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-size: 15px;
    height: 35px;
    margin-top: 10px;
    padding-left: 0;
}
.sidebar-list ul li {
    padding-bottom: 5px;
    display: block;
    overflow: hidden;
    line-height:20px;
}
.sidebar-list ul li input {
    display: inline-block;
    float: left;
    height: inherit;
    width: inherit;
}
.sidebar-list ul li:last-child {
    padding-bottom: 0px;
}
.sidebar-list ul li label {
    letter-spacing: 1px;
    padding-left: 10px;
    text-transform: capitalize;
    cursor:pointer;
}
.sidebar-list ul li label:hover {
    padding-left: 15px;
}
.tag ul li {
    display: inline-block;
    margin: 0 8px 10px 0;
}
.tag ul li a {
    border: 1px solid #ddd;
    display: inline-block;
    letter-spacing: 1px;
    padding: 5px 10px;
    text-transform: capitalize;
}
.tag ul li a:hover {
    background-color: #333;
    color: #fff;
}
.sidebar-img img {
    width: 100%;
}
.sidebar-img-text {
    position: relative;
}
.sidebar-img-text {
    position: relative;
}
.sidebar-text {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 24px;
    width: 100%;
    z-index: 999;
}
.sidebar-text > h3 {
    font-size: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sidebar-text > h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sidebar-text > a {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    margin-top: 15px;
    padding: 5px 24px;
    text-transform: uppercase;
}
.sidebar-text > a:hover {
    color: #fff;
    background-color: #333;
}
.sidebar-img {
    position: relative;
}
.sidebar-img::after {
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease-in 0s;
    width: 0;
    z-index: 1;
}
.sidebar-img-text:hover .sidebar-img::after {
    height: 100%;
    width: 100%;
}
.blog-wrapper {
    background-color: #fff;
    overflow: hidden;
}
.tab-sort select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../images/1.png") no-repeat scroll right 6px center;
    border: 1px solid #ddd;
    color: #666;
    height: 33px;
    padding-left: 3px;
    padding-right: 10px;
    width: inherit;
    -webkit-appearance: none;
    cursor:pointer;
}
.tab-sort label {
    color: #666;
    font-size: 14px;
    margin: 0 10px;
}
.tab-menu {
    display: inline-block;
    float: left;
}
.tab-sort {
    display: inline-block;
    float: right;
}
.tab-menu-sort {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    padding-bottom: 10px;
}
.tab-menu, .tab-sort {
    padding-bottom: 20px;
}
.tab-menu li {
    display: inline-block;
    margin-right: 5px;
}
.tab-menu li a {
    border: 1px solid #666;
    color: #666;
    display: inline-block;
    padding: 5px 15px;
    text-transform: capitalize;
    transition: all .3s ease 0s;
}
.tab-menu li.active a,
.tab-menu li a:hover {
    color: #fff;
    background-color: #333;
}
.tab-menu li a i {
    padding-right: 5px;
}
.shop-list-left {
    display: inline-block;
    float: left;
}
.single-shop {
  display: block;
  overflow: hidden;
}
.shop-list-name > h3 a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.shop-list-rating {
    margin-bottom: 9px;
}
.list-price span {
    font-size: 20px;
}
.list-price span.new {
    margin-right: 20px;
}
.list-price span.old {
    color: #777;
    text-decoration: line-through;
}
.shop-list-all > p {
    margin: 0;
}
.shop-list-price {
    margin: 12px 0;
}
.shop-list-cart .shop-group a {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.shop-list-cart .shop-group a:hover {
    background-color: #000;
}
.shop-list-cart .shop-group a i {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}
.shop-list-color {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}
.page-pagination li {
    display: inline-block;
    margin: 0 5px;
}
.page-pagination li a {
    border: 1px solid #333;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    width: 30px;
    color: #333;
}
.page-pagination li a.active,
.page-pagination li a:hover {
    background-color: #333;
    color: #fff;
}
