button.slick-arrow:before {
    color: white;
}

.tabs.tabs-products-slider a {
    text-decoration: none !important;
}

/***Product Image***/

.product-image-wrapper {
    text-align: center;
}
.product-image-container {
    min-width: 100%;
}

/***Product Details***/
/*.product-item-name, .price-box {*/
/*    display: block;*/
/*    text-align: center;*/
/*}*/


.product-item-name a.product-item-link {
    color: #333333;
    text-transform: uppercase;
}

.product-item-name a.product-item-link {
    text-shadow: 0px 0px 0.1px;
}

/*.product-item .price-box .price-label {*/
/*    display: none;*/
/*}*/

/*.price-box .price {*/
/*    display: block;*/
/*}*/

/*.special-price .price, .regular-price .price {*/
/*    font-size: 22px;*/
/*    color: #0c8c9a;*/
/*}*/

/*.old-price .price {*/
/*    font-size: 20px;*/
/*    color: #aaaaaa!important;*/
/*    text-decoration: line-through;*/
/*}*/

.ns-homeslider-item {
    /*padding: 1%;*/
    border-right: 1px solid #ddd!important;
}

.ns-homeslider-item .qty-wrapper + button.action.tocart {
    min-height: 35px;
    border: 0;
    text-transform: uppercase;
    background: #d080b3 url(../images/inputs/cart.png) no-repeat 15%;
    padding: 0px 15px 0px 45px;
    background-size: 25px;
}

.column.main .ns-homeslider-item.product-item {
    padding: 10px 0 20px 0;
    margin: 0px;
    border-right: 1px solid #ddd;
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.column.main .ns-homeslider-item.product-item.slick-slide {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.nav-tabs > li.active > a span,
.nav-tabs > li.active > a:hover span,
.nav-tabs > li.active > a:focus span {
    position: relative;
    border: none;
    /*border-bottom: 3px solid #0C8C9A;*/
    border-radius: 0;
    line-height: 2rem;
    color: #333333;
    font-size: 2rem;
}

.nav-tabs > li.active > a span::after,
.nav-tabs > li.active > a:hover span::after,
.nav-tabs > li.active > a:focus span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background-color: #0C8C9A;
}

.nav-tabs > li > a span {
    line-height: 2rem;
    color: #333333;
    font-size: 2rem;
    padding: 8px 10px!important;
    border-bottom: 3px solid transparent;
}

.nav-tabs > li > a ,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
}

#ns-homeslider-titles > li:not(:last-child) > a:after {
    content: '';
    border-right: 2px solid #0c8c9a;
    padding: 5px 20px 5px 0;
}

.nav-tabs > li > a:hover {
    color: #51d5da;
    border-color: transparent;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.nav > li > a {
    padding: 10px 25px;
    text-transform: uppercase;
    color: #333;
}

button.slick-arrow {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 45px;
    height: 50px;
    border-radius: 0;
    z-index: 89;
}

button.slick-arrow:hover, button.slick-arrow.slick-disabled {
    opacity: 0.7;
}

.slick-prev {
    background-color: #0c8c9a!important;
    left: -15px;
}


.slick-prev:hover, .slick-next:hover {
    background-color: #0c8c9a;
}
.slick-next {
    background-color: #0c8c9a!important;
    right: -15px;
}

.slick-arrow:before {
    font-size: 3rem!important;
    opacity: 1;
}

.slick-prev:before {
    content: '\f3cf'!important;
    font-family: Ionicons!important;
}
.slick-next:before {
    content: '\f3d1'!important;
    font-family: Ionicons!important;
}

strong.product-item-name {
    line-height: 2rem;
    font-size: 1.6rem;
}

@media all and (min-width: 958px) {
    strong.product-item-name {
        min-height: 40px;
    }
}


@media all and (max-width: 850px) {
    strong.product-item-name {
        min-height: 100px;
    }
}

@media all and (max-width: 640px) {
    /*strong.product-item-name, .product-item .price-box {*/
        /*width: 100%;*/
    /*}*/

    strong.product-item-name {
        min-height: 45px;
    }

    .ns-slide-item .product-item-actions {
        display: block;
    }
}

@media all and (max-width: 480px) {
   /*.ns-homeslider-item > .product-list-discount {*/
       /*width: 40px;*/
       /*height: 40px;*/
   /*}*/
    .ns-homeslider-item > .product-list-discount > span {
        font-size: 16px;
    }

}

@media all and (max-width: 380px) {
    strong.product-item-name {
        min-height: 60px;
    }
}

.ns-homeslider-tabs {
    text-align: left!important;
    padding-left: 10%;
    line-height: 1.2rem;
}

.tab-content {
    padding: 0 10%;
}

.slick-list {
    overflow: visible!important;
}

.slick-slide:not(.slick-active) {
    opacity: 0.2!important;
}

.ns-homeslider-item .price-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
}

/*.product-item .old-price {*/
/*    order: 1;*/
/*    margin: 5px;*/
/*}*/
/*.product-item .special-price {*/
/*    order: 2;*/
/*}*/

/*.product-item .price-box {*/
/*    margin: 10px 0 10px;*/
/*}*/

.ns-homeslider-item .actions-primary {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

#ns-homeslider-wrapper > .tab-content {
    margin-top: 60px;
}

.tabs-products-slider {
    margin-bottom: 80px;
}

