#store-list {
    padding: 60px 0 60px 0;
    overflow: hidden;
}

#store-list .box {
    padding: 45px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
}

#store-list .section-header p{
    margin-bottom: 0;
    padding-bottom: 20px;
}

#store-list #filter-box{
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #d7dddd;
}

#store-list #filter-box .filter-item {
    padding: 3px 5px 3px 5px;
    margin-right: 1px;
    border-radius: 10px;
}

#store-list #filter-box .filter-item.active{
    background-color: #83a5d5;
}

#store-list h3 {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 28px;
}

#store-list h4 {
    font-size: 46px;
    color: #1dc8cd;
    font-weight: 300;
}

#store-list h4 sup {
    font-size: 20px;
    top: -20px;
}

#store-list h4 span {
    color: #bababa;
    font-size: 20px;
}

.store-list-item .box{
    border-radius: 5px;
}

#store-list .store-list-item .box.store-list-item-box{
    background-size: cover;
    cursor: pointer;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.75);
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.75);
}

#store-list .store-list-item .box.store-list-item-box:hover{
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.95);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.95);
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.95);
}

.store-list-item-detail {
    background: rgba(255,255,255,0.5) !important;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

.store-list-item-detail:hover{
    background: rgba(255,255,255,1) !important;
}

.store-list-item-detail h4{
    margin-bottom: 10px;
}

/*store item*/
#item-detail-action-bar {
    padding-left: 5px;
}

#store-item{
    padding-bottom: 60px;
}

#store-item #carouselStoreItemImgs{
    padding: 5px;
    margin: 10px 0 20px 0;
    border-right: grey 3px double;
}


#carouselStoreItemImgs .carousel-control-next .carousel-control-next-icon,
#carouselStoreItemImgs .carousel-control-prev .carousel-control-prev-icon{
    display: none;
}

#carouselStoreItemImgs .carousel-control-next i.fas,
#carouselStoreItemImgs .carousel-control-prev i.fas{
    color: rgba(29, 200, 205, 0.8) !important;
    font-size: 1.5em;
}

#carouselStoreItemImgs .carousel-indicators li{
    background-color: rgba(68, 205, 196, 0.3) !important;
}

#carouselStoreItemImgs .carousel-indicators .active{
    background-color: rgba(29, 200, 205, 0.8) !important;
}

#store-item .img-list ul img {
    width: 100%;
    margin-bottom: 5px;
}

#item-detail-container {
    padding-left: 20px;
    padding-top: 10px;

}

#item-detail-container ul{
    margin: 0;
}

.strikethrough {
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid ;
    border-color: red;

    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}

#pricing .box.wow{
    position: relative;
}

/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    /*z-index: -1;*/
    content: '';
    display: block;
    border: 5px solid #b90024;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #db1d22;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/*  New starter ribbon */

.newstarterribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.newstarterribbon::before,
.newstarterribbon::after {
    position: absolute;
    /*z-index: -1;*/
    content: '';
    display: block;
    border: 5px solid plum;
}
.newstarterribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: skyblue;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 16px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}


/* top right*/
/*.animated .ribbon-top-right {*/
    /*right: -10px;*/
/*}*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
