/* --- product -- *\

 *  LIST VIEW OF A ITEM
 *  PRODUCT COMPARE
 *  HEADER PRODUCT COMPARE
 *  LISTING OF PRODUCTS
 *  DETAILS OF A PRODUCT
 *  PRODUCT INFO BOX
 *  PRODUCT LIST SIMPLE

\* --- product -- */
.product-listing .product-item-category-list{
    display: none;
}

.product-item.list-view .product-item-category-grid{
    display: none;
}

.product-item.list-view .product-item-category-list{
    display: block;
    margin-bottom: 0;
}

.product-item-category-list,
.product-item-category-list a{
    font-size: 1rem;
}

.product-item.list-view .product-item-code{
    display: block;
}

.product-item.list-view .product-item-prices{
    position: absolute;
    bottom: 60px;
    left: 340px;
}

.product-item.list-view .prev-price{
    float: none;
}

.product-item.list-view .current-price{
    float: none;
    color: #3973b5;
    font-size: 36px;
    line-height: 24px;
    margin-bottom: 10px;
}

.product-item.list-view .shop-button{
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding-right: 45px;
    line-height: 40px;
    background: #3973b5;
}

.product-item.list-view .btn-icon-right:before{
    font-size: 80%;
    width: 5px;
}

.product-item.list-view .product-brand{
    display: block;
}

/* Product compare */
.product-compare .remove-product {
    position: absolute;
    top: 2px;
    right: 12px;
    background: #2e6096 none repeat scroll 0% 0%;
    color: #FFF;
    border-radius: 50%;
    padding: 6px 8px 4px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
}

.compared-products-wrapper .heading-wrapper .headline {
    padding: 0 20px;
    font-size: 1.143em;
    margin-bottom: 20px;
}

.compared-products-wrapper .product-slider {
    padding:0 10px;
}

.compared-products-wrapper .main-product-info {
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
}

.compared-products-wrapper .slider-navigation-absolute {
    width: calc(100% + 30px);
    left: -15px;
}

.compared-products-wrapper .slider-navigation-absolute .slider-arrow {
    position: absolute;
}

.compared-products-wrapper .product-slider .slick-slide {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-bottom: 30px;
}

.container-fluid .slider-wrapper.compared-products-wrapper,
.container-fluid .slider-wrapper.product-slider-wrapper {
    padding: 0 20px;
}

.compared-products-wrapper .specification-col.even {
    background: #f7f7f7;
}

.product-compare-main .headline {
    font-size: 1.429em;
    line-height:1;
    padding: 5px 0;
}

.product-compare-icon.active .icon-compare {
    color:#3973b5;
}

/* Header product compare */
.compare-products-list.header-cart-toggle {
    padding:0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.caption-action-icon{
    background: #000;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding: 5px;
    display: inline-block;
    margin: 0 auto;
}

.caption-sizes{
    width: 100%;
    transform: translateY(100%);
    background: rgba(255,255,255,0.95);
    padding: 3px 5px;
    font-size: .925rem;
}

.product-item.list-view:hover .product-image-wrapper .caption-main-wrapper {
    opacity: 1;
}

.list-view .product-image-wrapper:hover .caption-main-wrapper {
    opacity:0;
}

.product-image-wrapper:hover .caption-sizes{
    transform: translateY(0);
}

.caption-attribute{
    background: #3973b5;
    bottom: 19px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    font-style: italic;
    height: 24px;
    line-height: 22px;
    position: absolute;
    right: -30px;
    text-align: center;
    width: 130px;
    z-index: 10;
    overflow: hidden;
    padding-left: 5px;
}

.caption-attribute.glow{
    background: #ffa800;
}

.caption-plusconnector{
    top: -1px;
    left: 43%;
    left: calc(50% - 4px);
    position: absolute;
    z-index: 15;
    color: #fff;
    line-height: 1px;
    font-weight: 300;
}

.caption-rotated{
    position: absolute;
    z-index: 10;
    width: 70px;
    height: 70px;
    padding-right: 3px;
    padding-top: 1px;
    background: #d9d9d9;
    color: #fff;
}

.caption-rotated.caption-bottomright{
    bottom: -35px;
    right: -35px;
    font-weight: 300;
    font-size: 1.214rem;
    line-height: 20px;
    text-align: center;
}

.caption-rotated.caption-topleft{
    top: -35px;
    left: -35px;
}

.caption-rotated.caption-topright{
    top: -35px;
    right: -35px;
}

.caption-rotated-discount{
    background: #3973b5;
    padding-left: 3px;
}

.caption-rotated-discount-value{
    font-size: 1rem;
    margin-left: -3px;
}

.caption-rotated.active{
    background: #d71e1e;
}

.caption-rotated-text{
    color: #fff;
    font-size: 1.071rem;
}

.caption-description{
    background: rgba(65,66,84,.7);
    color: #fff;
    padding: 5px;
    line-height: 1.2rem;
}

.caption-rotated.bottom-right .caption-rotated-text{
    padding-left: 45%;
}

.caption-rotated.top-left .caption-rotated-text{
    padding-top: 55%;
    padding-left: 72%;
}

.caption-rotated.top-right .caption-rotated-text{
    padding-top: 55%;
    padding-right: 52%;
    text-align: right;
}

.caption-ribbon{
    background: #3973b5;
    color: #fff;
    display: block;
    position: relative;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    right: -7px;
    margin-top: 6px;
}

.caption-ribbon:before{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border: 11px solid #3973b5;
    z-index: -1;
    left: -11px;
    border-right-width: 0rem;
    border-left-color: transparent;
}

.caption-round{
    position: relative;
    width: 40px;
    height: 40px;
    background: #FD8C2B;
    color: #fff;
    font-size: .8rem;
    border-radius: 50%;
    border-top-left-radius: 0;
    text-transform: uppercase;
}

.caption-round-text{
    padding: 3px;
    line-height: 1;
}



.product-listing-resetbtn{
    color: #fff;
    background: #d9d9d9;
    display: block;
    padding: 13px 5px;
    z-index: 1;
    margin: -10px -10px -10px 0;
}

.product-listing-resetbtn:hover{
    color: #fff;
    background: #414254;
}

.product-listing-filters{
    padding-top:0;
    border-right: 1px solid #d9d9d9;
}

.product-listing-filters h2{
    font-weight: 700;
    margin: 0;
    border: 0;
    line-height: 0.85;
    padding: 10px 0;
}

.product-listing-filters .reset-tag-wrapper {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 5px 0;
    font-size: 14px;
    cursor: pointer;
}

.product-listing-filters .reset-tag-wrapper .icon{
    line-height: 24px;
    font-size: 10px;
    margin-left: 5px;
    height: 24px;
    vertical-align: middle;
}

.product-listing-filters .filter-group .filter-category-menu > ul {
    margin: 10px 0;
}

/* Product infobox */
.product-infobox{
    padding: 10px 15px;
    border-bottom-width: 0;
    background: #f3f3f3;
    color: #575757;
    margin: 0 auto;
}

.product-infobox:last-child{
    border-bottom-width: 1px;
    margin-bottom: 20px;
}

.product-infobox-headline{
    margin-bottom: 10px;
    line-height: 1.2;
}

.product-infobox-actions > a{
    display: inline-block;
    margin-right: 10px;
    float: left;
    max-width: 71px;
}

.product-infobox-actions img{
    max-width: 64px;
}

.product-infobox-actions > a:last-child{
    margin-right: 0;
}

.product-infobox-notes{
    margin-bottom: 0;
}

.product-infobox-note-icon{
    font-size: 10px;
    color: #3973b5;
    margin-right: 5px;
}

.product-infobox-contact-text-wrapper{
    width: 175px;
    width: calc(100% - 30px);
}

.product-infobox-contact-subtext{
    font-size:1.125rem;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-infobox-contact-subtext i {
    margin-right:5px;
}

.product-infobox-contact .thumb {
    position: absolute;
    top: 0;
    left: 0;
}

.product-infobox-wrapper {
    padding-left:50px;
    position:relative;
}


.product-image-actions{
    margin-bottom: 10px;
}

.product-image-actions a{
    padding: 0 5px;
}

.product-stars{
    margin-right: 10px;
}

.product-stars i{
    color: #3973b5;
}

.product-stars i.disabled{
    color: #c2c2c2;
}

.product-rates{
    margin-bottom: 10px;
}

.product-rates .vertical-divider{
    margin: 0 5px;
}

.product-attributes{

}

.product-attributes li{
    float: left;
    cursor: pointer;
    padding: 8px 6px;
    border: 1px solid #d9d9d9;
    margin-right: 4px;
    margin-bottom: 5px;
    min-width: 39px;
    text-align: center;
}

.product-attributes li:hover{
    color: #3973b5;
    border-color: #bfd6ed;
}

.product-attributes li.active{
    color: #fff;
    background: #3973b5;
    border-color: #3973b5;
}

.product-attributes li.disabled,
.product-attributes li.disabled:hover{
    position:relative;
    color: #d9d9d9;
    background: #fff;
    border-color: #d9d9d9;
}


.product-attributes li.disabled.active,
.product-attributes li.disabled.active:hover{
    color: #fff;
    background: #d9d9d9;
    border-color: #d9d9d9;
}

.product-attrs-reset{
    margin-top: 2px;
    text-transform: uppercase;
}

.product-attrs-reset i{
    margin-left: 5px;
}

.product-attributes-wrapper{
    margin-bottom: 20px;
    float: left;
    min-width: 190px;
}

.product-favorite {
    font-size: 15px;
    display: inline-block;
}

.product-favorite .icon {
    margin-right: 5px;
}

.product-attributes-wrapper .product-help-link{
    margin-top: 0;
    margin-left: 20px;
    font-size:14px;
    color: #939393;
    display: inline-block;
    cursor: pointer;
}

.product-attributes-wrapper .product-help-link i{
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
}

.product-detail-buy{
    margin-bottom: 20px;
}

.product-detail-wrapper .action-available {
    display: none;
}

.product-detail-wrapper .login-wrapper {
    margin-bottom: 20px;
}

.shop-button{
    height: 50px;
}

a.shop-button{
    line-height: 30px;
}


/* Products list simple */
.products-list-simple{
    margin-bottom: 20px;
}

.products-list-simple h4{
    border-bottom: 1px solid #d9d9d9;
    margin-top: 5px;
    line-height: 33px;
    font-weight: 300;
}

.products-list-simple .product-item{
    margin-bottom: 10px;
}

.products-list-simple .product-item-image{
    text-align: center;
}

.products-list-simple .product-item-image img{
    max-width: 100%;
    border: 1px solid #d9d9d9;
}

.products-list-simple .product-category{
    margin: 5px 0;
    font-size: 1rem;
}

.products-list-simple .product-stars{
    margin-top: 10px;
}

.products-list-simple .product-code{
    margin-top:5px;
    padding-bottom: 0;
    font-size:0.9rem;
}

.products-list-simple .product-price{
    color: #4a4b5c;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 5px;
    line-height: 1;
    margin-bottom: 0;
    padding-right: 10px;
}

.products-list-simple .product-prev-price{
    margin-top: 0;
    font-size: 0.9rem;
    padding-right: 10px;
}

.products-list-simple .product-prev-price-third{
    font-size: inherit;
}

.products-list-simple .product-prices {
    min-height:51px;
}

.product-details .nav-tabs{
    padding-left: 0;
}

.product-details .table>tbody>tr>td,
.product-details .table>thead>tr>th{
    font-size: 1rem;
}

.products-detail-wrapper {
    margin-bottom:20px;
}

.products-detail-wrapper .heading-wrapper .title {
    text-transform: inherit;
    font-weight: 400;
    font-size: 13px;
}

.caption-actions{
    width: 100%;
}

.caption-actions > a{
    display: inline-block;
}

.product-image-wrapper:hover .caption-bottomright .caption-icon {
    opacity:1;
}

.product-image-wrapper:hover .favorite{
    opacity: 1;
}

.product-details .favorite{
    opacity: 1;
}

.product-item-code{
    color: #a0a0a0;
    font-size: 1.143rem;
    font-weight: 300;
    padding-bottom: 15px;
}

.product-item .remove-item{
    font-size: 12px;
    padding: 4px;
    border: 1px solid #000000;
    color: #000000;
    opacity: .7;
    cursor: pointer;
}

.product-item .remove-item:hover{
    opacity: 1;
    color: #000000;
}


/* NOVI CSS */

.product-item .action-btn-wrapper{
    pointer-events: all;
    font-size: 15px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.product-item .action-btn-wrapper .product-compare ,
.product-item .action-btn-wrapper .favorite ,
.product-item .action-btn-wrapper .quick-view{
    opacity: 0;
}
.product-item .action-btn-wrapper a{
    color: #4a4b5c;
}
.product-item .action-btn-wrapper .favorite{
    float: right;
}
.product-item:hover .action-btn-wrapper .product-compare,
.product-item:hover .action-btn-wrapper .favorite,
.product-item:hover .action-btn-wrapper .quick-view{
    opacity: 1;
}
.product-item .action-btn-wrapper .favorite.active{
    opacity: 1;
}

.product .item.grid-view .img-wrapper {
    border: 1px solid #d9d9d9;
    position: relative;
    margin-bottom: 5px;
    max-height: 100%;
    padding: 0 25px;
}
.product-listing .product-item.gridalt-view .img-wrapper {
    padding: 0 5px;
    position: relative;
}

.product .item .img-wrapper img {
    width: 100%;
    display: block;
}

/*Product list hover Img*/

.products-listing .product-item .img-wrapper .img-hover,
.product-slider .product-item .img-wrapper .img-hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.products-listing .product-item .img-wrapper:hover .img-hover,
.product-slider .product-item .img-wrapper:hover .img-hover{
    opacity: 1;
}
.product .item:hover .img-overlay{
    opacity: 0;
}
/*Product list hover Img End*/

.product .item .img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0,0,0,.33);

    /* vazno je odvojiti za impementaciju sass-a moze biti i helper, ima funkciju animacije */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product .item:hover .img-overlay {
    opacity: 1;
}

.product .item .caption-product-list{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 15;
}

.product .item .caption-product-list a {
    display: inline-block;
    width: 50px;
}

.product .item .caption-product-list img,
.product .item .caption-product-list .featured-list {
    display: inline-block;
    width: auto;
}


.product .item .caption-product-list .item.loyaty-price{
    display: inline-block;
    background: #3973b5;
    color: #ffffff;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
}

.product .item .caption-discount{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 15;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #ca0b0a;
    border-radius: 50%;
    font-size: 0.8em;
    text-align: center;
    color: #ffffff;
}

.product .item .caption-brand{
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 15;
    width: 50px;
}

.product .item .caption-brand img {
    width: 100%;
}

.product .item .caption-icons{
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 15;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
}

.product .item .caption-icons .icon{
    opacity: 0;

    /* vazno je odvojiti za impementaciju sass-a moze biti i helper, ima funkciju animacije */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
    font-size: 19px;
}

.product .item .caption-icons a.active .icon,
.product .item:hover .caption-icons .icon,
.product .item .caption-icons .favorite.active .icon,
.product .item:hover .caption-icons .icon {
    opacity: 1;
}

.product .item .btn-wrapper {
    color: #ffffff;
    max-width: 100%;
    z-index: 20;
    opacity: 0;
    display: block;
    box-sizing: border-box;
    text-align: center;

    /* vazno je odvojiti za impementaciju sass-a moze biti i helper, ima funkciju animacije */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    /* helper - absolutno pozicioniranje u centar parenta - pos-center */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product .item:hover .btn-wrapper {
    opacity: 1;
}

.product .item .btn-wrapper a {
    color: #ffffff;
    display: table;
    width: auto;
    margin :5px auto;
    font-size: 1rem;
    min-width: 130px;
}

.product .item .btn-wrapper i {
    vertical-align: middle;
    margin-left: 5px;
}
.product .item .text-wrapper .brand {
    display: none;
}

.product .item .text-wrapper .category-wrapper {
    margin-bottom: 3px;
    display: block;
    line-height: 11px;
}

.product .item .text-wrapper .category-wrapper a,
.product .item .text-wrapper .category-wrapper span {
    color: #969696;
    text-transform: uppercase;
    line-height: 11px;
    font-size: 11px;
}

.product .item .text-wrapper .category-wrapper span {
    float: right;
}

.product .item .text-wrapper .title {
    margin-bottom: 10px;
    height: 32px;
    overflow: hidden;
}

.product .item .text-wrapper .title a {
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #4a4b5c;
}

.product .item .text-wrapper {
    position: relative;
}

.product .item .text-wrapper .product-quantity-wrapper {
    display: none;
    float: right;
    white-space: nowrap;
    color: #969696;
    font-size: 11px;
    line-height: 28px;
}

.product .item .text-wrapper .product-quantity-wrapper span {
    font-size: 16px;
    font-weight: 700;
    color: #4a4b5c;
    text-transform: lowercase;
}

.product .item .text-wrapper .prices-wrapper {
    height: 60px;
}

.product .item .text-wrapper .prices-wrapper .current-price{
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}

.product .item .text-wrapper .prices-wrapper .current-price.price-with-discount{
    color: #4472b4;
}

.product .item .text-wrapper .prices-wrapper .prev-price{
    font-size: 14px;
    line-height: 16px;
    color: #868692;
    text-decoration: line-through;
}

.product .item .text-wrapper .prices-wrapper .prev-price.prev-price-third{
    font-weight: 300;
}

.product .item .text-wrapper .prices-wrapper .loyalty-price {
    color: #4472b4;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}

.product .item .text-wrapper .prices-wrapper .loyalty-price span.price-title {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
    color: #4a4b5c;
    line-height: 8px;
    margin-top: 8px;
}

/* product-slider */
.product-slider {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.product-slider .slider-init {
    margin-bottom: 20px;
}

.product-slider > .slider-init > .slick-list {
    padding-bottom: 300px;
    margin-bottom: -300px;
    z-index: 1;
    pointer-events: none;
}

.product-slider > .slider-navigation-absolute {
    top: calc(50% - 150px);
    width: calc(100% + 10px);
    left: -5px;
}

/* Product slider quantity button */
.product-list-quantity-wrapper{
    border: 1px solid #e8e8e8;
    width: 50px;
    height: 32px;
    display: none;
    background: #ffffff;
}

.product-list-quantity-wrapper .product-list-quantity{
    float: left;
    width: 33px;
    height: 30px;
    border-right: 1px solid #e8e8e8;
}

.product-list-quantity-wrapper .product-list-quantity input {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;
    font-size: 12px;
    text-align: center;
}

.product-list-quantity-wrapper .product-list-quantity-arrows{
    float: right;
    width: 15px;
    height: 15px;
    font-size: 8px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-list-quantity-wrapper .product-list-quantity-arrows:hover {
    background: #f0f0f0;
}

.product-list-quantity-wrapper .product-list-quantity-arrows:focus {
    background: #cccccc;
}

/* Product */

.product .item .img-wrapper {
    pointer-events: all;
    position: relative;
}

.product .item .text-wrapper {
    pointer-events: all;
    height: 155px;
}

.product .item .text-wrapper.text-wrapper-witouth-price {
    height: 80px;
}

.product .item.gridalt-view .text-wrapper {
    padding-top: 5px;
}

.product .item .options-wrapper {
    opacity: 0;
    border-top: 1px solid #ffffff;
    z-index: 20;
    background: #ffffff;
    width: 100%;
    pointer-events: none;
    padding: 0;
    -webkit-box-shadow: 0 0 0 9px #ffffff;
    -moz-box-shadow: 0 0 0 9px #ffffff;
    box-shadow: 0 0 0 9px #ffffff;
    margin-bottom: -100%;

    /* vazno je odvojiti za impementaciju sass-a moze biti i helper, ima funkciju animacije */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product .item .options-wrapper .item-description-hover {
     display: none;
}

.product .item .options-wrapper .product-sizes {
    min-height: 34px;
    position: relative;
}

.product .item .options-wrapper .product-sizes .btn.buyButtonOnLists  {
    text-transform: none;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 55px;
    padding: 6px 0;
    width: calc(100% - 50px);
}

.product .item:hover .options-wrapper {
    opacity: 1;
    pointer-events: all;
}

.product .item .options-wrapper .thumbs-wrapper .slider-arrow i {
    font-size: 1.5rem;
}

.product .item .options-wrapper .product-sizes .btn-sizes {
    margin-bottom: 5px;
    font-weight: 400;
    font-weight: 300;
    color: #4a4b5c;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
}

.product .item .options-wrapper .product-sizes .btn-sizes.active {
    background-color: #f8f3f3;
}

.product .item .options-wrapper .product-sizes .btn.btn-confirm {
    display: block;
    margin: 10px 0 0;
    width: 100%;
    font-weight: 400;
    font-weight: 300;
    color: #ffffff;
    background-color: #3265A0;
    border: 1px solid #d9d9d9;
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.product .item .options-wrapper .product-sizes .btn.btn-confirm:hover {
    background-color: #2c5a8e;
}

/* article detail product slider*/
.article-detail-slider.product-slider {
    padding: 0;
}

.article-detail-slider.product-slider > .slider-init > .slick-list {
    padding-bottom: 0;
    margin-bottom: 0;
}

.article-detail-slider.product .item .text-wrapper {
    padding-bottom: 0;
    height: 130px;
}

/* Vertical similar product */
.vertical-similar-product.product .item {
    display: flex;
}
.vertical-similar-product.product .item .img-wrapper {
    width: 100px;
    float: left;
}

.vertical-similar-product.product .item .text-wrapper {
    display: flex;
    float: left;
    width: calc(100% - 100px);
    height: initial;
}

.vertical-similar-product.product .item .text-wrapper .content-wrapper {
    padding: 0 10px;
    width: calc(100% - 120px);
}

.vertical-similar-product.product .item .text-wrapper .prices-wrapper {
    width: 120px;
    text-align: right;
}

/* Products list  */
.product-listing {
    margin-bottom: 20px;
}

.product-listing .product-item.list-view {
    padding: 10px;
}

.product-listing .product-item {
    position:relative;
}

.product-listing .product-item:not(.list-view) {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #ffffff;
    padding: 10px;
}

.product-listing .product-item:not(.list-view):hover {
    border: 1px solid #d9d9d9;
    z-index: 100;
}

.product-listing .text-wrapper {
    height: 120px;
}

.product-listing .product-item.list-view {
    position: relative;
}

.product-listing .product-item.list-view .text-wrapper {
    position: absolute;
    top: 0;
    left: calc(50% + 10px);
    bottom: 0;
    height: 100%;
}

.product-listing .product-item.list-view .text-wrapper .options-wrapper {
    opacity: 1;
    margin: 0;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    background: transparent;
    box-shadow: 0 0 0 0;
}

.product-listing .product-item.list-view .text-wrapper .options-wrapper .thumbs-slider {
    margin: 0 10px;
}

.product-listing .product-item.list-view .text-wrapper .options-wrapper .thumbs-slider .heading-wrapper{
    position: static;
}

.product-listing .product-item.list-view .text-wrapper .options-wrapper .thumbs-slider .heading-wrapper .title{
    font-size: 14px;
    line-height: 14px;
}

.product-listing .product-item.gridalt-view .category-wrapper,
.product-listing .product-item.gridalt-view .category-wrapper a {
    font-size: .8rem;
}

/* product size selector */
.product .item .options-wrapper .sizes-selector-wrapper{
    display: inline-block;
    position: relative;
    width: 100%;
    background: #ffffff;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-selector{
    display: block;
    padding: 6px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #d9d9d9;
    width: 50px;
    height: 32px;
    position: relative;
    text-align: center;
    background: #ffffff url('../../images/core/select_size.png') center center no-repeat;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-selector .size-text {
    display: none;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-selector:after{
    position: absolute;
    /*content: "\e60a";*/
    content: none;
    font-family: 'NBIcon', sans-serif;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%)rotate(90deg);
    -moz-transform: translateY(-50%)rotate(90deg);
    -ms-transform: translateY(-50%)rotate(90deg);
    -o-transform: translateY(-50%)rotate(90deg);
    transform: translateY(-50%)rotate(90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product .item .options-wrapper .sizes-selector-wrapper.active .sizes-selector:after{
    -webkit-transform: translateY(-50%)rotate(-90deg);
    -moz-transform: translateY(-50%)rotate(-90deg);
    -ms-transform: translateY(-50%)rotate(-90deg);
    -o-transform: translateY(-50%)rotate(-90deg);
    transform: translateY(-50%)rotate(-90deg);
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper{
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product .item .options-wrapper .sizes-selector-wrapper.active .sizes-btn-wrapper{
    height: inherit;
    opacity: 1;
    pointer-events: all;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .item {
    width: 25%;
    border-radius: 0px;
    float: left;
    margin: 0;
    padding: 0;
    height: 32px;
    line-height: 32px;
    border-width: 0 1px 1px 0;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .item {
    width: 25%;
    border-radius: 0px;
    float: left;
    margin: 0;
    padding: 0;
    height: 32px;
    line-height: 32px;
    border-width: 0 1px 1px 0;
}

.product .item .options-wrapper .sizes-selector-wrapper .sizes-btn-wrapper .item:nth-child(4n) {
    border-right: 0;
}


/* List view of a item */
.product-listing .product-item.list-view {
    margin-bottom: 10px;
    background: #ffffff;
    outline: 1px solid #d9d9d9;
}

.product-listing .product-item.list-view:hover {
    background: #f7f7f7;
    outline: 1px solid #ffffff;
}

.product-listing .product-item.list-view .row {
    margin: 0;
}

.product-listing .product-item.list-view .item-data,
.product-listing .product-item.list-view .item-gallery {
    min-height: 224px;
}

.product-listing .product-item.list-view .item-data {
    padding-left: 0;
}

.product-listing .product-item.list-view .item-gallery {
    display: block;
    padding-top: 10px;
}

.product-listing .product-item.list-view .item-gallery .slide-item {
    padding-bottom: 10px;
}

.product-item:not(.list-view) .text-wrapper .product-description{
    display: none;
}

.product-listing .product-item.list-view .text-wrapper {
    float: left;
    padding: 0 20px;
    width: 50%;
}

.product-listing .product-item.list-view .text-wrapper .title{
    font-size: 1.714rem;
    line-height: 24px;
    font-weight: 300;
    height: auto;
    max-width: 300px;
    margin-top: 10px;
}

.product-listing .product-item.list-view .text-wrapper .category-wrapper span{
    float: none;
}

.product-listing .product-item.list-view .img-wrapper{
    margin-bottom: 0;
    border: 1px solid #d9d9d9;
    float: left;
    width: 50%;
}

.product-listing .product-item.list-view .img-wrapper > img{
    width: auto;
}

.product-listing .product-item .img-wrapper .caption-icons i {
    color: #ffffff;
    font-size: 20px;
}

.favorite.active i:before {
    color: #2c5a8e;
}

.product-listing .product-item .img-wrapper .caption-icons span{
    display: none;
}

.products-listing .product-item .action-btn-wrapper{
    text-align: center;
}

.products-listing .product-item .action-btn-wrapper .product-compare{
    display: inline-block;
}
.products-listing .product-item .action-btn-wrapper .quick-view{
    float: left;
}


.product-listing .loader-wrapper{
    top: 40px;
    left: -10px;
}

/* Product thumb slider */
.thumbs-slider {
    position: relative;
}
.thumbs-slider .heading-wrapper {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
}

.thumbs-slider .heading-wrapper .title {
    font-size: 12px;
    text-align: center;
    text-transform: inherit;
    line-height: 12px;
    height: 12px;
    margin: 0;
}

.thumbs-slider .slider-navigation-absolute .slider-next {
    margin-right: -15px;
}

.thumbs-slider .slider-navigation-absolute .slider-prev {
    margin-left: -15px;
}

.thumbs-slider .slider-navigation-absolute .slider-arrow i {
    font-size: 15px;
}


/*main producct slider*/
.slider.product-main{
    position: relative;
    margin-bottom: 0;
}

.slider.product-main .slider-init{
    margin-bottom: 0;
}

.slider.product-main .slider-init .slider-wrapper:before,
.slider.product-main .slider-init .slider-wrapper:after {
    display: none;
}

.slider.product-main .slider-init .slider-wrapper,
.slider.product-main .slider-init .slick-slide {
    padding: 0;
    outline: 0;
}
.slider.product-main .slider-navigation-absolute{
    z-index: 103;
}
.slider.product-main .slider-navigation-absolute .slider-prev {
    margin-left: 0;
    float: left;
    cursor: pointer;
}

.slider.product-main .slider-navigation-absolute .slider-next {
    margin-right: 0;
    float: right;
    cursor: pointer;
}



/*Overlay main*/
.catalog-item-overlay,
.product-item-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 10;
    text-align: left;
}

.products-detail-wrapper .product-image-wrapper .product-item-overlay{
    pointer-events: none;
}

/* Details od a product */
.product-horizontal-divider{
    border-bottom: 1px solid #d9d9d9;
    position: absolute;
    width: 100%;
    opacity: 0;
}

.product-horizontal-divider.loaded{
    opacity: 1;
}

.product-details{
    position: relative;
    top: 0;
    padding-top: 45px;
    padding-bottom: 45px;
}

.product-details.move-bottom{
    top: 1000px;
}

.product-details h1{
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1;
    color: #4a4b5c;
}

.product-details label{
    font-weight: 400;
    font-size: 0.9rem;
}

.action-video{
    margin-bottom: 10px;
    color: #727380;
    margin-right: 10px;
    cursor: pointer;
    display: block;
}

.action-video i{
    float: left;
    margin-right: 5px;
    line-height: 1.2;
    font-size: 20px;
}

.action-video.binded-to-tab {
    display: none;
}

.product-details .product-image-wrapper{
    height: auto;
    border: 1px solid #d9d9d9;
    position: relative;
    max-width: max-content;
    margin: auto;
}

.modal .product-details .product-image-wrapper {
    width: 100%;
    max-width: 100%;
}

.product-details .product-image-wrapper > img{
    position: relative;
    background: #ffffff;
}

.product-details .products-detail-wrapper.iframe-wrapper .item > img{
    max-height: 100%;
    max-width: 100%;
}

.slider.product-main .slider-init > .slick-list > .slick-track,
.slider.product-main .slider-init > .slick-list > .slick-track .item {
    min-width: 100px;
}

.no-gallery .slider.product-main .slider-init > .slick-list > .slick-track,
.no-gallery .slider.product-main .slider-init > .slick-list > .slick-track .item {
    display: block;
    width: 100% !important;
}

.product-details .caption-icons{
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #4a4b5c;
    font-size: 15px;
    cursor: pointer;
    z-index:99;
    pointer-events: all;
}


.product-details .product-details-info {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.product-details .product-details-info .category,
.product-details .product-details-info .category a{
    color: #a0a0a0;
    font-size: 1rem;
}

.product-details .product-details-info .code{
    color: #a0a0a0;
    font-size: 0.9rem;
    font-weight: 300;
    padding-bottom: 15px;
}

.product-details .product .item .btn-wrapper a.quick-view {
    display: none;
}

.product-details .caption-discount{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 20;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #ca0b0a;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}


.product-details .caption-brand{
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    pointer-events: all;
}

.product-details .caption-brand img{
    max-height: 50px;
}

.product-details .caption-product-list{
    position: absolute;
    top: 0;
    z-index: 15;
    padding: 7px;
    pointer-events: all;
}

.product-details-price{
    padding-top: 5px;
    margin-bottom: 25px;
    position: relative;
}

.product-details-price .current-price{
    color: #3973b5;
    font-size: 2rem;
    line-height: 36px;
    margin-bottom: 0;
}

.product-details-price .current-price.has-loyalty{
    font-size: 27px;
    color: #4a4b5c;
}

.product-details-price .price-saved{
    color: #4a4b5c;
    font-size: 1.143rem;
    margin-bottom: 10px;
}

.product-details-price .prev-price{
    color: #a0a0a0;
    font-size: 1.143rem;
    text-decoration: line-through;
}

.product-details-price .prev-price-third{
    font-size: 1.357rem;
    font-weight: 300;
}

.product-details-price .action-lowerprice{
    margin-top: 0;
    font-size: 12px;
    color: #939393;
    position: absolute;
    top: 0;
    right: 0;
}
.modal .product-details-price .action-lowerprice{
    display: none;
}

.product-details-price .product-price-loyalty {
    font-size: 30px;
    line-height: 30px;
    color: #4472b4;
}

.product-details-price .product-price-loyalty span.price-title{
    display: block;
    color: #4a4b5c;
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
    text-transform: uppercase;
}
/* Thumbs of a product */
.slider.product-images-thumbs{
    position: relative;
    margin-top: 4px;
    margin-bottom: 20px;
    opacity: 1;
}

.slider.product-images-thumbs.loaded{
    opacity: 1;
}

.slider.product-images-thumbs .item{
    cursor: pointer;
    border: 1px solid #ffffff;
}

.slider.product-images-thumbs .slider-prev,
.slider.product-images-thumbs .slider-next{
    top: 0;
    width: 25px;
    padding: 5px 0;
    height: 100%;
    font-size: 0.5rem;
    display: none;
    color: #ffffff;
}

.slider.product-images-thumbs .slider-prev{
    float: left;
}
.slider.product-images-thumbs .slider-next{
    float: right;
}

.slider.product-images-thumbs .slider-prev:hover,
.slider.product-images-thumbs .slider-next:hover{
    color: #ffffff;
}

.slider.product-images-thumbs .slider-prev:before,
.slider.product-images-thumbs .slider-next:before{
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 6.5px);
    font-size: 14px;
}

.slider.product-images-thumbs .slider-arrow i {
    font-size: 20px;
    cursor: pointer;
}

.slider.product-images-thumbs.show-controls .slider-wrapper{
    padding: 0 25px;
}

.slider.product-images-thumbs.show-controls .slider-prev,
.slider.product-images-thumbs.show-controls .slider-next{
    display: block;
    top: 0;
}

.slider.product-images-thumbs.show-controls .slider-navigation-absolute{
    left: 0;
}

.slider.product-images-thumbs .slider-init{
    padding:0;
}

.vertical-product-images .slider.product-images-thumbs .slider-init {
    padding: 0;
}

.slider.product-images-thumbs .slider-navigation-absolute,
.slider.product-images-thumbs .slick-list {
    z-index: 10;
}

.product-images .product-images-zoom-open{
    display: none;
}

.zoomWindow{
    cursor: -webkit-zoom-in !important;
}

/* product detail related */
.product-details-related {
    margin-bottom: 20px;
    border-top: 1px solid #d9d9d9;
    padding-top: 5px;
}

.product-details-related .items {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.product-details-related .items > li {
    padding: 0;
    margin: 4px 5px 4px 0;
    display: inline-block;
}

.product-details-related .items > li > a {
    display: block;
}

.product-details-related .items > li > a > img {
    max-width: 60px;
}

.product-details-related .popover-content {
    padding: 0;
}

.product-details-related .popover-content > img {
    max-width: 100px;
}

.product-details-related .popover {
    max-width: 102px;
}

/* product detail related colors */
.product-details-related-colors {
    display: block;
}

.product-details-related-colors .items-wrapper a {
    display: inline-block;
    margin: 5px 0 0;
}

.product-details-related-colors .items-wrapper .item{
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: inset 0 0 0 5px #ffffff;
    -moz-box-shadow: inset 0 0 0 5px #ffffff;
    box-shadow: inset 0 0 0 5px #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-details-related-colors .items-wrapper .item.lighter{
    -webkit-box-shadow: inset 0 0 0 5px #dddddd;
    -moz-box-shadow: inset 0 0 0 5px #dddddd;
    box-shadow: inset 0 0 0 5px #dddddd;
}

.product-details-related-colors .items-wrapper .item:hover,
.product-details-related-colors .items-wrapper .item.active{
    border: 1px solid #000000;
}



/* Product detail quantity */
.product-quantity-wrapper {
    display: inline-block;
    float: left;
}

.product-quantity-arrows{
    width: 25px;
    float: left;
}

.product-quantity-arrows i{
    border:1px solid #d9d9d9;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 2px;
    font-size: 8px;
    display: block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    /* helper - ease */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-quantity-arrows i:hover{
    background: #d9d9d9;
}

.product-quantity{
    position: relative;
    width: 35px;
    height: 40px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    float: left;
    overflow: hidden;
}

.product-quantity .product-quantity-input {
    font-size: 18px;
    padding: 12px 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    position: relative;
    top: 0;
    opacity: 1;
    float: left;
}

.product-quantity .product-quantity-input.animated{
    opacity: 0;
}

.product-quantity .product-quantity-input.active-up{
    top: -100%;
}

.product-quantity .product-quantity-input.active-down{
    top: 100%;
}

.product-quantity .product-quantity-helper-pre,
.product-quantity .product-quantity-helper-post{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 12px 5px;
    font-size: 18px;
    text-align: center;
    opacity: 0;
}

.product-quantity .product-quantity-helper-pre{
    bottom: -100%;
}

.product-quantity .product-quantity-helper-post{
    bottom: 100%;
}

.product-quantity .product-quantity-helper-pre.active,
.product-quantity .product-quantity-helper-post.active{
    display: block;
    opacity: 1;
}

.product-quantity .product-quantity-helper-pre.active{
    bottom: 0;
}

.product-quantity.product-quantity-helper-post.active{
    bottom: 0;
}

.product-quantity-info {
    line-height: 19px;
    font-size: 15px;
    margin-bottom: 10px;
    display: none;
}

.product-quantity-info span{
    font-weight: 700;
}

.product-quantity-info.product-quantity-info-circle {
    line-height: 34px;
}

.product-quantity-info.product-quantity-info-circle .quantity-nb {
    border: 1px solid #89c03c;
    border-radius: 36px;
    min-width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 5px;
    font-weight: 400;
    text-align: center;
    padding: 0 7px;
}

.product-quantity-info.product-quantity-info-circle .quantity-nb.low-quantity {
    border: 1px solid #ed1c24;
}

.btn-wrapper {
    display: inline-block;
}

.shop-button-qnt{
    min-width: 230px;
    height: 40px;
    margin-left:10px;
    margin-bottom: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.2);
    padding-right: 60px;
    padding-left: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.shop-button-qnt:before{
    position: absolute;
    width: 40%;
    min-width: 50px;
    font-family: 'NBIcon';
    font-size: 160%;
    font-weight: 400;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 1px;
    height: 1px;
}

/* Product tabs */
.product-tab .tab-content {
    border: 0 solid #ffffff;
    border-top: 1px solid #d9d9d9;
    padding: 20px 0;
}

/* listing intro */
.product-listing-intro{
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0 10px;
}

.product-listing-intro h1{
    font-size: 20px;
    line-height: 33px;
    height: 33px;
    margin-bottom: 0;
}

/* Sidebar product compare */
.sidebar-product-compare {
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 1000;
}
.sidebar-product-compare .sidebar-icon {
    width: 30px;
    height: 30px;
    background: #3973b5;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    right: 5px;
}

.sidebar-product-compare .sidebar-icon > span {
    position: absolute;
    background: #3973b5;
    width: 15px;
    height: 15px;
    line-height: 15px;
    right: -5px;
    font-size: 10px;
    top: -5px;
    border-radius: 50%;
}

.sidebar-product-compare #product-compare-sidebar-content{
    z-index:100;
    background: #ffffff;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
    padding: 5px;
    position: absolute;
    right: -220px;
    top: -5px;

    /* helper - translation ease*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-product-compare.active #product-compare-sidebar-content,
.sidebar-product-compare:hover #product-compare-sidebar-content{
    right: 0;
}

.sidebar-product-compare #product-compare-sidebar-content .sidebar-footer a {
    width: 100%;
    text-align: center;
}

.sidebar-product-compare .sidebar-header {
    background: #337ab7;
    text-align: center;
}

.sidebar-product-compare .sidebar-header a {
    color: #ffffff;
    font-size: 15px;
    line-height: 32px;
}

.sidebar-product-compare .sidebar-header .total {
    font-size: 0.8rem;
    text-align: center;
    line-height: 22px;
}

.sidebar-product-compare .sidebar-body {
    color:#4a4b5c;
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
    width: 195px;
    height: auto;
}

.sidebar-product-compare .sidebar-body li.item {
    display: block;
    height: 54px;
    padding: 2px;
}

.sidebar-product-compare .sidebar-body li.item:hover {
    background:rgba(0,0,0,0.1);
}

.sidebar-product-compare .sidebar-body li.item > i {
    line-height: 50px;
    cursor: pointer;
}

.sidebar-product-compare .sidebar-body li.item a {
    color:#4a4b5c;
}

.sidebar-product-compare .sidebar-body li.item img{
    float: left;
}

.sidebar-product-compare .sidebar-body li.item .content{
    float: left;
    width: 120px;
}

.sidebar-product-compare .sidebar-body li.item .content .title{
    font-size: 13px;
    line-height: 14px;
    width: 100%;
    max-height: 28px;
    overflow: hidden;
    margin-bottom: 2px;
}

.sidebar-product-compare .sidebar-body li.item .content .price{
    font-size: 15px;
    line-height: 16px;
    width: 100%;
    height: 16px;
    color: #3973b5;
}

.sidebar-product-compare .sidebar-body .empty-list{
    font-size: 15px;
    text-align: center;
}

/* Product detail modal */
.modal-quick-view .product-attributes-wrapper {
    margin-bottom: 0;
}

.modal-quick-view .product-details .favorite {
    margin-bottom: 20px;
}

/* search sugest */
.search-sugest .product-prices {
    height: 70px;
}

/* Slider for no  b2b user */
.no_b2b_user-slider.grid-slider {
    margin-bottom: 0;
}

.no_b2b_user-slider.grid-slider .text-wrapper .title {
    margin: 0;
}

.no_b2b_user-slider.grid-slider .btn-wrapper {
    text-align: left;
    margin: 0 0 20px;
}