/*Product showcase styles*/

.product-item {
    width: 10rem !important;
}

.pl-banner {
    position: absolute;
    background-color: #026CD0;
    margin-left: -0.5rem;
    top: -.1rem;
    color: white;
    -ie-clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24) !important;
    -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24) !important;
    -ie-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24) !important;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24) !important;
}

.pl-banner p {
    margin: .2rem 1.5rem .2rem 1rem;
}

.cart-label {
    padding: 0;
    margin: 0;
}

.cart-label {
    font-weight: 700;
}

.item-showcase {
    padding: 2rem;
    border-style: none;
    border-width: .1rem;
    border-color: #c8c8c8;
    border-radius: 5px;
    margin-top: 2rem;
    width: 82rem;
    background-color: #ffffff;
    overflow-y: hidden !important;
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
}

#header-container a {
    text-decoration: none;
    color: white;
	display: block;
}

.container-header {
    line-height: 2rem;
	font-size: 1.5rem;
    margin: 0;
    margin-bottom: .5rem;
    width: 100%;
}

.container-header h3 {
    float: left;
    padding-right: 1rem;
}

.container-header h2 {
    float: left;
    padding-right: 1rem;
    font-size: 24px;
}

.container-header p {
    color: #026CD0;
    font-size: 1rem;
}

.item-showcase .carousel-inner {
    overflow-x: hidden !important;
}

.item-showcase .carousel-control-prev,
.item-showcase .carousel-control-next {
    width: 1rem;
    margin: -10px;
    color: #474747;
    font-size: 2rem;
    height: auto;
}

#series-carousel .carousel-indicators {
    display: none;
}

.item-showcase .carousel-indicators {
    bottom: -2rem;
}

.MultiCarousel .carousel-indicators {
    bottom: -1rem;
}

.item-showcase .carousel-indicators li {
    background-color: #747474;
}

.item-showcase .carousel-indicators .active {
    background-color: #cacaca;
}

.price-details,
.comic-title {
    margin: 0 !important;
    padding-left: 0 !important;
}

.comic-title h3 {
    padding-top: 2px;
    font-size: 12px;
    width: 100%;
    line-height: 20px;
    height: 44px;
    color: black;
    font-weight: 600;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* number of lines to show */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-header {
    padding-left: .5rem;
}

.item-showcase .divider {
    background-color: #dedede;
    height: 2px;
    width: 100%;
    margin-bottom: 1rem;
}

.product {
    margin: auto;
    padding: 1rem;
}

.item .product a{
    display: block;
}

.product-container {
    width: 90%;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border-radius: 1px;
}

.product .row {
    padding-left: .5rem;
    padding-top: .5rem;
}

.price-details {
    display: flex;
	padding-bottom: 3rem;
  	
}

.standard-price {
    width: 33%;
    color: #545454;
    font-weight: 400;
    text-decoration: line-through;
}

.stack p{
    margin-bottom: 5px;
}

.stack .col-sm-6{
    padding: 0;
}

.stack{
    height: 60px;/*UPDATED*/
    padding: 0 !important;
}



.stack .discount-price,
.stack .standard-price {
    width: 100%;
}
.stack .discount-price p{
    font-size: 15px;
}

.stack .standard-price p {
    position: relative;
    font-size: 12px;
}

.standard-price p {
    position: relative;
    font-size: 1rem /*JON 10px*/;
	margin-top: 3px;/*UPDATED */
	text-align: left;/*UPDATED */
}

.discount-price {
    width: 33%;
}


.discount-price p {
    position: relative;
    font-size: 1rem; /*UPDATED */
    font-weight: 900; /*UPDATED*/
	margin-top: 3px;/*UPDATED */
	text-align: left/*UPDATED */
}

.discount-label {
    /*    border-radius: 5px;*/
    border-style: solid;
    border-color: #da0e0e;
    border-radius: 5px;
    border-width: 2px;
    width: 33%;
    text-align: center;
    padding: .2rem;
    color: #da0e0e;
    font-size: .8rem;
    font-weight: 700;
    top: -0.5rem;
    position: relative;
}

.cart-button {
    z-index: 2 !important;
    width: 100%;
}

.cart-button button {
    width: 100%;
    padding: 12px;
    font-size: .9rem !important;
    background-color: #026CD0;
    border-radius: 5px !important;
    color: white;
    border-style: none;
    font-size: .8rem;
    font-weight: 600;
}

.preorder {
    background-color: #9048c4 !important;
}

.preorder:hover {
    background-color: #703799 !important;
}

.new-additons-container {
    margin: auto;
}

.new-additons-container a {
    display: block;
}
.additions-item {
    margin: auto;
    background-color: black;
    border-radius: 5px;
    position: relative;
}

.additions-item h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.best-seller-container {
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(https://www.midtowncomics.com/images/featured-new-additions/fa1.png);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(https://www.midtowncomics.com/images/featured-new-additions/fa1.png);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(https://www.midtowncomics.com/images/featured-new-additions/fa1.png);
    /* IE6-9 */
}

.apparel-container {
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(https://www.midtowncomics.com/images/featured-new-additions/fa2.png);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(https://www.midtowncomics.com/images/featured-new-additions/fa2.png);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(https://www.midtowncomics.com/images/featured-new-additions/fa2.png);
}

.funko-container {
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(https://www.midtowncomics.com/images/featured-new-additions/fa3.png);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(https://www.midtowncomics.com/images/featured-new-additions/fa3.png);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(https://www.midtowncomics.com/images/featured-new-additions/fa3.png);
}

.exclusive-container {
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(https://www.midtowncomics.com/images/featured-new-additions/fa4.png);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(https://www.midtowncomics.com/images/featured-new-additions/fa4.png);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), url(https://www.midtowncomics.com/images/featured-new-additions/fa4.png);
}

.additions-item {
    margin: 1rem;
    height: 15rem;
    width: 15rem;
    color: white;
    border-width: 2px;
    border-style: solid;
    border-color: #dedede;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.1);
}

.row.product-image {
    padding: 0 15px;
    height: 250px;
}


/**Tablet css**/

@media only screen and (max-width: 1500px) {
    .item-showcase {
        width: inherit;
		margin: 10px;
    }
    .viewmore-btn {
        padding: 0 0 0 1.5rem;
        margin: auto;
        background-color: #d7d7d7;
        width: 100%;
        height: 100%;
    }
    .viewmore-btn button {
        margin: auto;
    }
    .standard-price {
        color: #545454;
        width: 33%;
        font-weight: 400;
        text-decoration: line-through;
    }
    .standard-price p {
        position: relative;
    }
    .stack {
        height: 60px;
        padding-top: 0;
    }
    .stack .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .stack p {
        margin: 0;
        margin-bottom: 2px;
    }
    .stack .col-sm-6 {
        padding: 0
    }
    .stack .discount-price p {
        font-size: 17px !important;
    }
    .discount-price {
        width: 33%;
    }
    .discount-price p {
        position: relative;
        font-weight: 900;
    }
    .discount-label {
        color: #da0e0e;
        font-size: .8rem;
        position: relative;
        float: right;
        padding: .1rem .1rem;
    }
    .cart-button input {
        border-radius: 5px 0 0 5px;
    }
    .cart-button button {
        font-size: 1vw;
    }
    .cart-qty {
        width: 2.5rem;
    }
    .cart-button-dropdown button {
        width: 100%;
    }
    .cart-drop-pos {
        left: -5rem !important;
        top: 0rem !important;
    }
    .last-cart-drop {
        left: -7.56em !important;
    }
    .additions-item {
        height: 12rem;
        width: 12rem;
    }
    .additions-item h3 {
        font-size: 1.3rem;
    }
    .dual-section {
        padding: 2rem 0;
    }
    .event-header {
        width: 16rem;
    }
    #event-carousel img {
        width: 16rem;
        height: 16rem;
    }
    #event-carousel p {
        font-size: .9rem;
    }
    .discount-label {
        width: 33%;
        text-align: center;
    }
}

@media only screen and (max-width: 1230px) {
    .discount-label {
        width: 100%;
        text-align: center;
    }
    .standard-price,
    .discount-price {
        width: 50%;
    }
    .price-details {
        display: flex;
        align-items: center;
        height: 70px;
    }
}


/**Tablet css**/

@media only screen and (max-width: 1060px) {
    .divider {
        display: none;
    }
    .product-image img {
        margin: auto;
    }
    .product {
        padding: .5rem;
    }
    .additions-item {
        height: 10rem;
        width: 10rem;
    }
}

@media only screen and (max-width: 1008px) {
    .item-showcase .carousel-indicators li.mobile {
        display: block;
    }
}


/**Mobile css**/

@media only screen and (max-width: 768px) {
    .leftLst,
    .rightLst {
        opacity: 0;
    }
    .item-showcase {
        margin-top: 1.5vw;
        padding: 5vw;
        margin-bottom: 15px !important;
    }
    .container-header h3 {
        text-align: center;
        float: none;
        padding-right: 0;
    }
	.container-header h2 {
        text-align: center;
		float: none;
		font-weight: 700;
		padding-top: 10px;
		font-size: 36px;
		padding-right: 0;
		color: #026cd0;
    }
    .pl-banner {
        margin-left: -0.8rem;
    }
    .pl-banner p {
        margin: 0.1rem 1rem 0.1rem .5rem;
    }
    .viewall {
        display: none;
    }
    .product {
        height: auto; /* JON max-width:20vw;*/
    }
    .comic-title h3 {
        width: 35vw;
    }
    .discount-price {
        margin-right: 0vw;
    }
    .product .cart-button {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .cart-button button {
        font-size: 11px !important;
    }
    .cart-label {
        font-weight: 700;
        font-size: 3vw;
    }
    .mp-standard-price {
        float: left;
        text-decoration: line-through;
        padding-top: 1vw;
        font-size: 3vw;
        color: #545454;
    }
    .mp-discount-price {
        font-weight: 600;
        font-size: 3vw;
        color: #3b3b3b;
        text-align: center;
    }
    .mp-discount {
        font-size: 4vw;
        color: #da0e0e;
        border-color: #da0e0e;
        border-style: solid;
        border-width: .5vw;
        text-align: center;
        font-weight: 900;
        border-radius: 5px;
    }
    .discount-label {
        right: 0rem;
        font-size: 12px;
        font-weight: 800;
    }
    .qty-container label {
        width: 10%;
    }
    .m-item-showcase {
        display: block !important;
        border: 0;
        overflow: hidden;
    }
    .m-item-showcase .featured-header {
        position: relative;
        background: none;
        color: #026CD0;
        padding: 0;
        margin: 0 auto;
    }
    .m-item-showcase .featured-header h3,
	.m-item-showcase .featured-header h2 {
        font-size: 8vw;
        font-weight: 900;
    }
    #m-preorder-carousel button {
        background-color: #9048c4;
    }
    #m-preorder-carousel button:hover {
        background-color: #8410c1 !important;
    }
    .additions-item {
        margin: 2.3vw;
        height: 45vw;
        width: 45vw !important;
    }
    .new-additons-container div div {
        margin: 1vw auto;
    }
    .additions-item img {
        padding: 0;
        margin: 0;
    }
    .additions-item h3 {
        font-size: 5vw;
    }
    .pl-banner {
        top: 0rem;
    }
    .pl-banner p {
        font-size: 0.6rem;
    }
}

@media only screen and (max-width: 428px) {
    .qty-container label {
        width: 20%;
    }
    .price-details {
        padding-top: 0 !important;
    }
    .pl-banner {
        margin-left: -5.5px;
        margin-top: 11px;
    }
    .row.product-image {
        padding: 0;
        height: 235px;
    }
    .pl-banner p {
        margin: 0.1rem 0.5rem 0.1rem .5rem;
    }
}

@media only screen and (max-width: 375px) {
   
    .comic-title h3 {
        font-size: 12px;
    }
    .price-details {
        min-height: 17vw;
    }
    .discount-label {
        width: 100%;
    }
    .discount-price,
    .standard-price {
        width: 50%;
    }
    .pl-banner p {
        margin: 0.1rem 1rem 0.1rem .5rem;
    }
    .product {
        padding: 1rem .5rem;
    }
    .price-details {
        min-height: 5vw;
    }
    .row.product-image {
        height: 200px;
    }
}

@media only screen and (max-width: 320px) {
    .price-details {
        min-height: 20vw;
    }
}