.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    float: right;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.slick-list .product-shelf-grid {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.slick-list .product-shelf-grid .slick-slide {
    float: right;
    min-height: 1px;
    cursor: pointer;
    padding: 0 0.8rem;
    max-width: 200px;
    width: 100%;
}

.slick-list .product-shelf-grid .slick-slide .image {
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    -webkit-justify-content: center;
    justify-content: center;
    max-height: 12.852rem;
    position: relative;
    height: auto !important;
    max-height: none;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 5px 1px #ddd;
}

.slick-list .product-shelf-grid .slick-slide .image .stars {
    position: absolute;
    bottom: 2px;
    right: 6px;
    display: none
}

.slick-list .product-shelf-grid .slick-slide .image img {}

.slick-list .product-shelf-grid .slick-slide a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slick-list .product-shelf-grid .slick-slide .brief-data {
    float: right;
    width: 100%;
    min-height: 100px;
}

.slick-list .product-shelf-grid .slick-slide .title {
    height: 40px;
    float:none
}

.slick-list .stars .icon-star {
    font-size: 12px;
    color: #f8d809;
    text-shadow: -1px 1px 0 #1116;
}

.slick-list .price {
    text-align: center;
    margin-bottom: 0;
    float: none;
    width: auto;
    display: block;
    text-align: right;
}

.slick-list .free-quantity {
    float: right;
    background: red;
    padding: 0px 15px;
    color: #fff;
    border-radius: 7px;
    font-size: 11px;
}

.slick-list .price>* {
    margin-left: 15px;
}

.slick-list .price .amount bdi,
.slick-list .price .amount bdi * {
    font-size: 11px;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    margin: auto;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.galllery-wrapper .owl-carousel .owl-stage {
    align-items: flex-start;
}

.owl-carousel .owl-stage:after {
    content: " . ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    text-align: center;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: right;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    display: flex;
    justify-content: center;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
    max-height: 0
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 0px
}

.owl-theme .owl-nav.disabled {
    display: none;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f15a23
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    border-radius: 28px;
    margin: 0;
    padding: 0;
    background: transparent;
}

.owl-prev {
    position: absolute;
    top: 80px;
    left: 5px;
    background: #ffffff6b;
    width: 35px;
    height: 40px;
    margin: 0;
    box-shadow: 0px 0px 4px #888;
    border-radius: 5px;
}

.owl-next {
    position: absolute;
    top: 80px;
    right: 5px;
    background: #ffffff6b;
    width: 35px;
    height: 40px;
    margin: 0;
    box-shadow: 0px 0px 4px #888;
    border-radius: 5px;
}

.owl-prev span,
.owl-next span {
    font-size: 27px;
}

.owl-prev:hover,
.owl-next:hover {
    background: #ddd
}

.owl-next.disabled {
    display: none;
}

.owl-prev.disabled {
    display: none;
}

.owl-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 0 30px;
}

.owl-wrapper .owl-inner-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 10;
}

.owl-wrapper .owl-utilities {
    display: inline-block;
    width: 100%;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 20px;
    display: none;
}

.slick-list .product-shelf-grid .slick-slide.empty {
    position: relative;
    opacity: 0
}

.slick-list .product-shelf-grid .slick-slide.empty:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.bg-color-5 {
    background: #b9e2b8 !important;
}

.bg-color-5 img {
    border-radius: 1000px !important
}

.bg-color-5 .slick-list .product-shelf-grid .slick-slide .image {
    border-radius: 1000px !important
}

.bg-color-5 .slick-list .product-shelf-grid .slick-slide a {
    text-align: center;
    font-size: 12px;
}

.bg-color-5 .slick-list .price {
    display: none !important
}

.bg-color-5 .slick-list .product-shelf-grid .slick-slide .brief-data {
    min-height: 40px;
}

.books-list-template .slick-list .product-shelf-grid {
    display: flex;
    flex-wrap: wrap;
}

.books-list-template .slick-list .product-shelf-grid .slick-slide {
    padding: 0 5px;
    width: 150px;
}

.bg-color-5 .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.bg-color-5 .owl-theme .owl-dots .owl-dot.active span,
.bg-color-5 .owl-theme .owl-dots .owl-dot:hover span {
    background: #4a7e48 !important
}

.bg-color-5 .slick-list {
    padding: 30px 10px 20px;
}

.bg-color-5 .owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.bg-color-6 {
    background: #9cd8ff !important
}

.bg-color-6 .owl-theme .owl-dots .owl-dot.active span,
.bg-color-6 .owl-theme .owl-dots .owl-dot:hover span {
    background: #6ba9d1 !important
}


.bg-color-t5.hodhod-title h2 span {
    color: #548253 !important
}

.bg-color-t6.hodhod-title h2 span {
    color: #3d7ba3 !important
}



.slick-list .product-shelf-grid .slick-slide {
    padding: 0 5px;
    max-width: 85%;
}

.related .slick-list .product-shelf-grid .slick-slide {
    padding: 0 5px;
}

.related .slick-list-10 .product-shelf-grid .slick-slide {
    width: 10%;
    min-width: 10%;
}

.related .slick-list-10 .product-shelf-grid .owl-item .slick-slide {
    width: 100%;
}

@media screen and (max-width:850px) {
    .related .slick-list-10 .product-shelf-grid .slick-slide {
        width: 100%
    }

    .related .slick-list-10 .product-shelf-grid .owl-item .slick-slide {
        width: 100%
    }
}


.related .product .image img {
    float: none
}

.related .slick-list .product-shelf-grid .slick-slide a {
    font-size: 12px;
}

.related .slick-list .product-shelf-grid .slick-slide .image {
    min-width: 100%
}

.related .hodhod-title {
    float: none;
}

.related .hodhod-title h2 {
    float: none;
}

.related .hodhod-title h2 span {
    padding: 0;
    font-size: 23px;
    line-height: 35px;
}

.related .more-link {
    width: 100%;
    position: relative;
}

.related .hodhod-brief {
    display: none;
}

.related .more-link a {
    text-align: center;
    width: 100%;
    color: #666;
    font-size: 13px;
    display: inline-block;
}

@media screen and (max-width: 850px) {
    .related .hodhod-title h2 span {
        padding: 0;
        font-size: 20px;
        line-height: 35px;
    }
}


.related {
    background: #f1f7e9;
    padding: 20px 15px 0;
    margin-bottom: 40px;
}

.related .hodhod-title h2 span {
    background: #f1f7e9;
}

#related-products-region .related {
    background: transparent;
}

.related .hodhod-title h2 span {
    background: transparent;
}