h3.product-title{
	font-size:15px !important;
	margin-top:1px !important;
	height:33px;
	overflow:hidden;
    line-height: 2;
    font-weight: 300 !important;
}
.breadcrumbs .itemsLocation {
    margin-top: 10px !important;
}
.price {
    font-size: 110%;
     font-weight: 800;
}
.category .heading {
    height: 35px;
    line-height: 35px;
    font-size: 114.67%;
}
.navigation{
    margin-top: 5px;
    margin-left: -20px;
}
.col-navi-bar
{
    width:190px !important;
}
.category .heading:after {
    right:5px !important;
    bottom: 10px !important;
}
.des-seo-struct {
    padding: 10px 0;
}
.des-footer {
    margin-bottom: 0px;
}
/**sell icon**/
.sell_icon{
    font-size: 18px;
    color:#ff5c00;
    font-weight:600;
}
.sell_icon img
{
    width: 40%;
    margin-top: 19px;
    vertical-align: text-bottom;
}
.sell_icon:hover{
    color: #ff5c00;
}
/* .item{ height:290px !important;} */
.menu_button_ 
{
	height:28px !important;
    padding: 3px 14px 0 3px !important;
    font-size: 12px !important;
}
.loader {
  border: 16px solid #fff;
  border-radius: 50%;
  border-top: 16px solid #ff5c00;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  margin-left:40%;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.category_menu_
{
	margin-top: 20px !important;
    background: #fafafa
}
.category_menu_ .list-unstyled {
    padding-left: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    z-index: 999;
	background-color:#fafafa;
   border-top: 3px solid #ff5c00;
}
.category ul li a {
    padding: 5px 0px;
}
.sub-cat ul li a,.sub-cat a{
    padding: 5px 12px !important;
}
#alert-box.open {
    right: 15px;
}
#alert-box {
    position: fixed;
    top: 15px;
    right: 0;
    transition: all 0.5s;
    z-index: 9999;
}
.list-group-item_{
    background-color: #ff5c00;
    border-color: #ff5c00;
	color:#fff;
}
.text-ornage{
	color: #ff5c00;
}
.text-ornage:hover{
	color: #ff5c00;
}
.body-overlay {
    position: fixed;
    width: 100%;
}
.filter-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
}
.overlay {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlay>.icofont{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #ff5c00;
    font-size: 50px;
}
.dropdown-menu {
    min-height: 417px !important;
    margin:1px 0 0;
}
.ribbon {
   position: absolute;
   top: -5px;
   z-index: 1;
   width: 75px; height: 75px; 
   text-align: right;
}
.ribbon span {
   font-size: 10px;
   color: #fff; 
   text-transform: uppercase; 
   text-align: center;
   font-weight: bold; line-height: 20px;
   width: 100px; display: block;
   background: #79A70A;
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; right: -21px;
}
.ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
}
.ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
}
.ribbon_karinda span {background: linear-gradient(#FF5C2E 0%, #ff5c00 100%);}
.ribbon_karinda span::before {border-left-color: #ff5c00; border-top-color: #ff5c00;}
.ribbon_karinda span::after {border-right-color: #ff5c00; border-top-color: #ff5c00;}

.ribbon .red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
.ribbon .red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.ribbon .red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}

.ribbon .blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
.ribbon .blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.ribbon .blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}
.call-us .services-content {
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    border-radius: 5px;
}
.call-us .services-content li {
     padding: 10px 0;
}
.notapplicable {
    font-size:10px;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  }
  
  .dropdown-submenu:hover>.dropdown-menu {
    display: block;
  }
  #myDIV{
    display: none;
  }
  .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }
  
  .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
  }
  
  .dropdown-submenu.pull-left {
    float: none;
  }
  
  .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  }

.category ul li a {
    padding: 3px 13px;
    font-size: 12px;
}
.dropdown-submenu>a:after
{
    border-left-color:inherit;
}
.dropdown-submenu:hover>a:after
{
    border-left-color:inherit;
}
.category ul li {
    text-transform: unset !important;
}
.breadcrumbs
{
    margin:0px 0px 20px 0px;
    padding-left: 15px;
}
.page-title {
    margin: 0 0 9px;
}
.brandFilter{
    max-height:250px;
    overflow-y:scroll;
}
.brandFilter::-webkit-scrollbar {
    width: 8px;
    height: 4px; }
.brandFilter::-webkit-scrollbar-thumb {
    background: #ff5c00;
    border-radius: 1em;
    cursor: -webkit-grab;
    cursor: grab; }
footer {
    padding-top: 21px;
    margin-top: 10px;
}
.Filters ul li a.active span:after {
    display: block;
    width: 12px !important;
    height: 12px !important;
    background: #ff5c00 !important;
    border: none !important;
    left: 1px !important;
    bottom: 1px !important;
    transform:none !important;
    border-width:0px !important;
}
.col-right-main .productItem {
    padding-left:0px;
} 
.toolbar {margin-right: 24px;}
@media (min-width: 992px)
{
    .col-right-main .productItem {
        width:33% !important;
    }  
    .limiter
    {
        display: none !important;
    }
    .homeBannerLogo{
        display:block;
    }
}
@media (max-width: 991px)
{
    .homeBannerLogo{
        display:none;
    }
    .toolbar {
        margin-right: 22px;
    }
    .container {
        width: 100%;
    }
    .col-right-main .productItem {
        width:33% !important;
    }  
    .limiter
    {
        display: block !important;
    }.col-right-main
    {
       width:100% !important;
    }
   .col-left-sidebar
    {
        display: none;
    }
    .sell_icon
    {
        position: absolute;
        right: 0px;
        top: -150px;
    }
    .heading {
        overflow: hidden;
    }
    .category .dropdown-menu {
        width: 250px;
    }
    .topbar-cart
    {
        margin-top: -90px;
    }
}
@media (max-width: 768px) {
    .item_list
    {
        width: 50% !important;
    }
    .toolbar .sorter-options
    {
        display: none !important;
    } 
    .toolbar .sorter-label
    {
        display: none !important;
    } 
    .toolbar {margin-right: 16px;height:60px !important;}
    .col-right-main .productItem {
        width:50% !important;
    }  
    .cart-option {
        margin: 8px 0px 18px;
        display: block !important;
    }
    .category{
        display: block !important;
        z-index: 1;
    }
    .cart-option .badge {
         right: 28px;
    }
    .pace-activity{
        right:50% !important;
    }
    #cart i {
        font-size: 28px !important;
        line-height: .5 !important;
        background: #ff5c00 !important;
        border-radius: 100% !important;
        color: #fff !important;
        padding: 7px !important;
    }
    .navbar-default .nav > li
    {
        display:block !important;
    }
    .category .dropdown-menu {
        width: 100%;
        left: 100px;
        overflow: auto;
    }
    .topbar-cart
    {
        margin-top: -50px;
    }
    
}
@media (min-width: 768px){
    .navbar-nav > li {
        /*float: right;*/
    }
}@media (max-width: 550px)
{   
    .col-right-main .productItem {
        width:100% !important;
    }  
    .toolbar .toolbar-sorter
    {
        display: none;
    } 
    .itemList.list-group-item .item
    {
        height: 115px;
    }
    .col-right-main .item h3.product-title
    {
        margin-top: 0px;
        line-height: 1;
    }
    .itemList.list-group-item img{
        width: 38% !important;
        border-right:none !important;
        padding-top: 15px;
    }
    .list-group-item .item-location
    {
        bottom:1px !important;
    }
    .list-group-item .item-time
    {
        bottom:1px !important;
    }
}
@media (max-width: 500px)
{   
    .item_list
    {
        width: 100% !important;
    }
}
@media (max-width: 448px)
{   
    .owl-dots {
     top: -26px;
    }
    .logo {
        text-align: left;
        padding: 11px 0 0 15px;
    }
    .cd-filter
    {
        width: 300px !important;
    }
}
@media (max-width: 382px)
{   
    .tabs ul.nav.nav-tabs {
        position: static; 
        margin-top: -26px;
    }
    
}
@media (max-width: 330px)
{   
    .viewsBy {
        display:none;
    }
    
}
.toolbar .toolbar-sorter {
    margin-right: 0px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}
.toolbar-products{
    padding: 0 12px 0 20px !important;
}
.sorter-options
{
    height:40px !important;
}
.toolbar .limiter {
    margin-top: 17px;
    margin-bottom: 10px;
    margin-left: 3px;
}
.logo{
    padding: 10px 0 0 10px;
    width: 125px !important;
    height: 66px !important;
}
.navbar-default .navbar-toggle {
    border-color: #ff5c00;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
  background-color: #ff5c00;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ff5c00;
}
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
}
.socials-wrap ul li a {
    display: block;
    width: 23px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #ff5500;
    border-radius: 3px;
}
.item-location{
  margin-top: 12px;
  justify-content: space-between;
  text-transform: uppercase;
  color: rgba(0,47,52,.64);
  font-size: 10px;
}
.item-time{
  justify-content: space-between;
  text-transform: uppercase;
  color: rgba(0,47,52,.64);
  font-size: 10px;
  margin-top: 2px;
}
.wishlist {
    position: absolute;
    z-index: 8;
    bottom: 53px;
    right: 0;
    height: 35px;
    width: 35px;
    display: inline-flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.wishlist i {
    font-size: 18px;
}
.wishlist-active {
    color:#ff5500;
}
.show_more_main {
    margin: 15px 25px;
    margin-left: 35%;
}
.show_more {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    background-image: linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    border: 1px solid;
    border-color: #d3d3d3;
    color: #ff5c00;
    font-size: 12px;
    outline: 0;
}
.show_more {
    cursor: pointer;
    padding: 10px;
    text-align: center;
    font-weight:bold;
    width: 100px;
}
.loding {
    background-color: #e9e9e9;
    border: 1px solid;
    border-color: #c6c6c6;
    color: #ff5c00;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight:bold;
    width: 100px;
}
.loding_txt {
    background-image: url(../images/loading.gif);
    background-size: 16px 16px; 
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    height: 16px;
    padding-left: 20px;
}
.active_font{color: #ff5500 !important;}
/*****login form******/
.form-control {
        box-shadow: none;
        border-color: #ddd;
    }
    .form-control:focus {
    border-color: #FB6E9D;
        box-shadow: 0 0 8px rgba(251,110,157,0.4);
  }
  .modal-login {
        color: #434343;
    width: 350px;
  }
  .modal-login .modal-content {
    padding: 20px;
    border-radius: 1px;
    border: none;
        position: relative;
  }
  .modal-login .modal-header {
    border-bottom: none;
  }
  .modal-login h4 {
    text-align: center;
    font-size: 22px;
        margin-bottom: -10px;
  }
  .modal-login .avatar {
    color: #fff;
    margin: 0 auto;
        text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 9;
    background: #ff5c00;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  }
    .modal-login .avatar i {
        font-size: 62px;
    }
  .modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 1px; 
        transition: all 0.5s;
  }    
  .modal-login .hint-text {
    text-align: center;
    padding-top: 10px;
  }
  .modal-login .close {
        position: absolute;
    top: 15px;
    right: 15px;
  }
  .modal-login .hint-text a {
    color: #999;
  }
  .social-btn .btn {
        margin: 10px 0;
        font-size: 15px;
        text-align: center; 
        line-height: 24px;       
    }
  .social-btn .btn i {
    float: left;
    margin: 4px 15px  0 5px;
        min-width: 15px;
  }
  /****top profile bar***/
.searchbar__content {
    border: 1px solid #ebebeb;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
    max-height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
}
.setting__block {
    background: #fff none repeat scroll 0 0;
    right: auto;
    opacity: 1;
    position: absolute;
    left: 0;
    text-align: center;
    top: 100%;
    transition: -webkit-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    z-index: 10;
    padding-top: 20px;
    display: none;
}
.searchbar__content .content-inner {
    background: #fff none repeat scroll 0 0;
    max-width: 250px;
    min-width: 250px;
    overflow: hidden;
    padding: 15px 5px;
    position: relative;
    transition: all 0.4s ease-out 0s;
}
.setting__block.is-visible {
    overflow: hidden;
    display: block
}
.searchbar__content .content-inner .switcher-currency {
}
.searchbar__content .content-inner .switcher-currency .label {
    border-bottom: 1px solid #ebebeb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px;
    overflow: hidden;
    position: static;
    text-align: left;
    text-transform: uppercase;
}
.searchbar__content .content-inner .switcher-currency .label span {
    color: #363636;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-shadow: none;
    text-transform: uppercase;
}
.searchbar__content .content-inner .switcher-currency .switcher-options {
    cursor: pointer;
    display: block;
    padding-left: 5px;
}
.searchbar__content .content-inner .switcher-currency .switcher-options .switcher-currency-trigger .setting__menu a {
    color: #797979;
    display: block;
    font-weight: 600;
    font-size: 20px;
    height: inherit;
    line-height: 20px;
    padding: 5px 0;
    text-align: left;
    text-transform: capitalize;
    font-size: 12px;
    padding-left: 5px;
}
.searchbar__content .content-inner .switcher-currency .switcher-options .switcher-currency-trigger .setting__menu a:hover {
    background-color: #ff5500;
    color:#fff;
}
.switcher-currency-userinfo {
    width: 100%;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 5px;
}
.userimage{
    color: #fff;
    text-align: center;
    width:60px;
    height:60px;
    border-radius: 50%;
    z-index: 9;
    background: #ff5c00;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.userimage i {
    font-size: 32px;
    color:#fff;
}
.loggedUser {
    font-size: 16px;
    line-height: 20px;
}
.userInfo{
    margin-left: 5px;
}
.steps {
    border-top:1px solid rgba(0,47,52,.2);
    border-bottom:1px solid rgba(0,47,52,.2);
    display: block;
    text-decoration: none;
    padding: 5px;
}
.steps h4{
    font-weight: 600;
    margin: 0;
    color: #002f34;
    text-align:left;
} 
.steps .progress-bars {
    padding: 8px 0;
}
.steps .progress-bars .bars {
    display: flex;
    align-items: stretch;
    height: 8px;
}
.bars .line {
    flex: 1 1 auto;
    margin-right: 4px;
    transition: background-color .3s ease-in-out;
    background: #ccc;

}
.line_active {
    background-color: #ff5500 !important;
}
.tickCircle{
    border-width: 33.3333px;
    width: 225px;
    height: 225px;
    border-color: #ff5500;
    background-color: rgba(255, 85, 0, 0.7);
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    margin: 0 auto;
}
.tickCircle i
{
  font-size: 80px;
}
.upload-thumbnail {
    top:3px;
    position:relative;
    overflow:hidden;
    width:160px;
    float:left;
    height:180px;
    display: block;
    padding: 4px;
    margin: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.upload-thumbnail:hover .caption {
    top:0%;
}      
.upload-thumbnail .remove-image {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    background: #b1a7a7;
}  
.remove-image i{
    color: #fff;
    right: 3px;
    position: absolute;
    top: 3px;
    font-size: 20px;
}     
/******model********/
.category-modal .modal-body {
    padding: 0;
    max-height: 510px;
    overflow: hidden;
    background-color: #f0f0f0;
    border-radius: 6px 6px 0 0;
}
.category-modal .col-2 {
    width: 33%;
}
.category-modal .col-12 {
    width: 100% !important;
}
.category-modal .col:last-child {
    border-right: none;
    width: 34%;
}
.category-modal .col-4 {
    width: 50%;
}
.category-modal .col-4:last-child {
    border-right: none;
    width: 50%;
}
.active .header-category-info {
    color: #518ecb;
}
.header-category-info {
    padding: 0 20px 0 50px;
    line-height: 60px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    position: relative;
}
.header-category-info.arrow-right:before {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #e0e0e0;
    border-top: 30px solid transparent;
    content: "";
    display: inline-block;
    right: -30px;
    position: absolute;
    top: 0px;
    -moz-transform: scale(0.9999);
    z-index: 1;
}
.header-category-info.arrow-right:after {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #f0f0f0;
    border-top: 30px solid transparent;
    content: "";
    display: inline-block;
    right: -28px;
    position: absolute;
    top: 0px;
    -moz-transform: scale(0.9999);
    z-index: 2;
}
.active .header-category-info.arrow-right::after {
    border-left-color: #fff;
}
.category-modal .active {
    background-color: #fff;
}
/* .get-car-name .col:first-child .header-car-info {
    padding-left: 20px;
} */
.nomargin {
    margin: 0 !important;
}
.modal-form-group {
    padding: 5px 10px 15px 10px;
    border-right: 1px solid #e0e0e0;
    height: 400px;
}
.modal-form-group ul {
    max-height: 360px;
    overflow-x: hidden;
    list-style: none;
    padding-left: 0;
}
.modal-form-group ul::-webkit-scrollbar {
    width: 8px;
    height: 4px; }
.modal-form-group ul::-webkit-scrollbar-thumb {
    background: #646464;
    border-radius: 1em;
    cursor: -webkit-grab;
    cursor: grab; }
.get-listing a {
    padding: 6px 8px;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    display: block;
    color: #666;
}
.get-listing input {
    padding: 6px 8px;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    color: #666;
}
.get-listing a .fa-angle-right {
    color: #223c7a;
    float: right;
    font-size: 18px;
}
.get-listing a span {
    display: inline-block;
    width: 30px;
    font-size: 21px;
}
.get-listing a:hover {
    color: #518ecb;
    background-color: #EAF0FF;
    border: 1px solid #d1deff;
}
.get-listing .current a {
    color: #518ecb;
    background-color: #EAF0FF;
    border: 1px solid #d1deff;
}
.active .header-category-info {
    color: #518ecb;
}
 /*.subcategory{
    border-right: 1px solid #e0e0e0; 
}*/
.produt-info{
    margin-top:10px;
}
.glyphicon { margin-right:5px; }

.itemList.list-group-item
{
    float: none;
    width: 97.5% !important;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0px;
}
.itemList.item img{
    width: 33%
}
.itemList.list-group-item:nth-of-type(odd):hover,.itemList.list-group-item:hover
{
    background: #428bca;
}

.itemList.list-group-item .list-group-image
{
    margin-right: 10px;
}
.itemList.list-group-item .item
{
    margin-bottom: 0px !important; 
    padding: 0px;
    padding-left: 10px;
}
.itemList.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.itemList.list-group-item .produt-info
{
    padding: 15px 9px 0px 9px;
    margin:0px !important;
}
.itemList.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.itemList.list-group-item:before, .itemList.list-group-item:after
{
    display: table;
    content: " ";
}

.itemList.list-group-item img
{
    float: left;
    width: 30% !important;
    border-right: 8px solid #ccc;
    padding-right: 8px;
}
.itemList.list-group-item img.feat
{
    border-right: 8px solid #ccc;
 }
.itemList.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}
.list-group-item .wishlist
{
    position: absolute;
    top: 14px !important;
}
.list-group-item .item-location
{
    position: absolute;
    bottom: 14px;
}
.list-group-item .item-time
{
    position: absolute;
    bottom: 14px;
    right:14px;
}

.list-group-item .special_price
{
   clear: both;
    margin-top: 11px;
}
.toolbar .viewsBy {
    margin-top: 17px;
    margin-bottom: 10px;
}
.toolbar .viewsBy .btn {
    height:30px;
}
.toolbar .limiter .btn {
    height:30px;
}
.toolbar .viewsBy .btn:hover {
    color:#ff5500;
}
.toolbar .viewsBy .active {
    color:#ff5500 !important;
}
.title20{
    color: rgb(34, 34, 34);
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 10px;
}
.items{
    margin-bottom: 10px !important;
}
.product-left-side
{
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
/**myads**/
.myads {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  display: flex;
  flex-direction: column;
}

.myads .title {
  height: 60px;
  border-bottom: 1px solid #E1E8EE;
  padding: 20px 30px;
  color: #5E6977;
  font-size: 18px;
  font-weight: 400;
}

.myads .item {
  padding: 20px 30px;
  height: 120px;
  display: flex;
  box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
  border-radius: 6px;
  margin-bottom: 10px;
}

.myads .item:nth-child(3) {
  border-top:  1px solid #E1E8EE;
  border-bottom:  1px solid #E1E8EE;
}

/* Buttons -  Delete and Like */

.like-btn {
  position: absolute;
  top: 9px;
  left: 15px;
  display: inline-block;
  background: url('../images/heart.png');
  width: 60px;
  height: 60px;
  background-size: 2900%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.is-active {
  animation-name: animate;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}

@keyframes animate {
  0%   { background-position: left;  }
  50%  { background-position: right; }
  100% { background-position: right; }
}

/* Product Image */
.myads .image {
    margin-right: 50px;
    margin-top: -10px;
    cursor: pointer;
}
.myads .image img{
  width: 100px;
  height: 100px
}


/* Product Description */
.myads .description {
  padding-top: 10px;
  margin-right: 20px;
  width: 200px;
  cursor: pointer;
}

.myads .description span {
  display: block;
  font-size: 14px;
  color: #43484D;
  font-weight: 400;
}

.myads .description span:first-child {
  margin-bottom: 5px;
}

/* Product Quantity */
.myads .quantity {
  padding-top: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.quantity div {
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 600;
    justify-content: center;
    max-height: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 92px;
    height: 20px;
    margin-top: 10px;
    background-color: #8a8181;
    color: #fff;
}
.quantity span {
  display: block;
  font-size: 14px;
  color: #43484D;
  font-weight: 400;
  margin-top: 5px;
}
.quantity .active{
    background-color: #50a55b;
    color: #fff;
}
.quantity .expired{
    background-color: #da4747;
    color: #fff;
}
.myads .buttons{
   /* width: 100%;*/
}
.myads .buttons span{
    cursor: pointer;
    border-right: 1px solid #ccc;
    padding-right: 7px;
}
.myads .buttons span:last-child {
  border-right: none;
}
.myads .buttons span:hover{
    color: #ff5500;
    
}
.myads .minus-btn img {
  margin-bottom: 3px;
}
.myads .plus-btn img {
  margin-top: 2px;
}

/* Total Price */
.myads .total-price {
  width: 83px;
  padding-top: 27px;
  text-align: center;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
  margin-right: 10px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 800px) {
  .myads  {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .myads .item {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .myads .image img {
    width: 100%;
    height: 100%;
  }
  .myads .image,
  .myads .quantity,
  .myads .description {
    width: 100%;
    text-align: center;
    margin: 6px 0;
  }
}
.noRecord{
    font-size: 24px;
    height:50px;
    margin-top:50px;
    margin-left:30%;
    margin-bottom:150px;
}
.notify{position:relative;top: 0px;right: 72px;}
.notify .heartbit{position:absolute;top:-20px;right:-4px;height:25px;width:25px;z-index:10;border:5px solid #fc4b6c;border-radius:70px;-moz-animation:heartbit 1s ease-out;-moz-animation-iteration-count:infinite;-o-animation:heartbit 1s ease-out;-o-animation-iteration-count:infinite;-webkit-animation:heartbit 1s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.notify .point{width:6px;height:6px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background-color:#fc4b6c;position:absolute;right:6px;top:-10px}
@-moz-keyframes heartbit{0%{-moz-transform:scale(0);opacity:0.0}25%{-moz-transform:scale(0.1);opacity:0.1}50%{-moz-transform:scale(0.5);opacity:0.3}75%{-moz-transform:scale(0.8);opacity:0.5}to{-moz-transform:scale(1);opacity:0.0}}@-webkit-keyframes heartbit{0%{-webkit-transform:scale(0);opacity:0.0}25%{-webkit-transform:scale(0.1);opacity:0.1}50%{-webkit-transform:scale(0.5);opacity:0.3}75%{-webkit-transform:scale(0.8);opacity:0.5}to{-webkit-transform:scale(1);opacity:0.0}}}

