.modal{
    z-index: 99999 !important;
}

#productModal .modal-body{
    /**max-height: 35rem;*/
    overflow: hidden;
}

#productModal .modal-dialog {
	max-width: 60%;
}

#productModal h1 {
	font-size: 1.2rem;
	text-transform: capitalize;
}

#productModal h2 {
	color: #545454;
	font-size: 1rem;
}

#productModal h2 span a {
	color: #026CD0;
}

.byline a {
	color: #026CD0;
}

.byline{
    margin: 0;
}

.byline dd,
.byline dt{
    display: inline;
    font-weight: 400;
}

.byline dt{
    color: #484848;
}
.byline.isbn{
    font-size: 12px;
    font-weight: 400;
}
#productModal p {
	font-size: 1rem;
	font-weight: 700;
}

.mp-container {
	margin: 0;
	width: 100%;
}

.mp-price-details {
	margin-top: 2rem;
    margin-bottom: 20px;
	line-height: .5rem;
}

.mp-price-details .col-2
{
    display: flex;
    align-items: center;
	-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

#mp-discount {
	font-weight: 900 !important;
	font-size: 1.5rem !important;
}

#mp-sale {
	color: #da0e0e;
	border-radius: 5px;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	width: 100%;
	padding: 1rem 0;
	font-size: 1rem;
    font-weight: 700;
}

#modal-cls-btn {
	position: relative;
	opacity: 1;
	font-size: 1rem;
	top: -10px;
	right: -15px;
	width: 1.5rem;
	height: 1.5rem;
	color: #c6c6c6;

	border-radius: 100%;
	background-color: white;
}

#modal-cls-btn:hover{
    color: #9f9f9f;
    border-color: #9f9f9f;
    background-color: white !important;
}

#mp-options .button-container {
	padding: 2rem 0 0 0;
	font-weight: 200;
    width: 100%
}

#mp-options .qty-container label{
    width: 15%;
}


.mp-img img {
	max-width: 100%;
}

.mp-item-details {
	border-color: #e2e2e2;
	border-style: solid;
	border-radius: 5px;
	border-width: 0 2px 0 0;
}

.mp-select select{
    margin: 1rem 0 0 0;
    border-radius: 5px;
    padding: .5rem;
	width: 100%;
}

#mp-options {
	padding: 16px;
    margin: 16px 0 0 0;
	font-weight: 700;
	font-size: 1rem;
}

#mp-options span {
	font-weight: 100;
	color: #535353;
}
#mp-options #disclaimer{
    margin: 8px 0; 
}

#mp-options .disclaimer p {
	text-align: center;
	font-weight: 100;
	font-size: .8rem;
	padding: .5rem 0;
	color: #545454;
}

#mp-options .button-container {
	margin: auto;
}

#mp-options button {
	font-size: .8rem;
	font-weight: 700;
	padding: .6rem 0;
}

.pl-button{
    padding: .5rem;
    width: 100%;
    font-weight: 500;
    color: #026CD0;
    border: 2px solid #026CD0;
    background-color: white;
    font-weight: 700;
    text-align: center;
    align-items: center;
    border-radius: 5px;
}

.pulllist-btn{
    padding: .5rem;
    width: 100%;
    font-weight: 500;
    color: #026CD0;
    border: 2px solid #026CD0;
    background-color: white;
    font-weight: 700;
    text-align: center;
    align-items: center;
   
}

#mp-options .cart {
	width: 100%;
	color: white;
	background-color: #026CD0;
	border: 0;
}

#mp-options .pull-list {
	width: 100%;
	border-color: #026CD0;
	border-radius: 5px;
	background: white;
	border-style: solid;
	font-size: .8rem;
	font-weight: 900;
	color: #026CD0;
}

#mp-options .pull-list:hover {
	color: white;
	background: #026CD0 !important;
}

.wishlist-button{
    margin: auto;
}
.wishlist-button p{
    margin-bottom: 0;
    padding-left: 15px !important;
    font-size: 10px !important;
    display: flex;
    align-items: center;
}

.wishlist-button button{
    border: none;
    background-color: inherit !important;
    margin: 0;
    padding: 0;
}
.wishlist-button span{
    font-weight: 700 !important;
    color: #545454 !important;
    display: inline !important;
    
}
.wishlist-button button:hover{
    border: none;
    background-color: inherit !important;
    text-decoration: underline;
}

.mp-more-details{
    align-items: baseline;
    display: flex;
}
.mp-more-container{
   
}

.mp-more-container a{
    display: block;
}


.mp-scroll{
    overflow-y: scroll;
    height: 90%;
    position: absolute;
}

#mp-more-items h3 {
	font-size: 1rem;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    background-color: white;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mp-card {
	margin: 5px auto;
	text-align: center;
}

.mp-more-img {
	margin: 0 auto;
	max-height: 100%;
    width: 100%;
}

.mp-more-img img {
    max-width: 100%;
    height: 150px;
    margin: auto;
}


.modal-title{
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mp-more-title {
	font-size: 12px;
    margin: 0;
    text-align: left;
    max-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mp-more-details{
    margin: 0;
}

.mp-more-price {
	font-size: 12px;
    width: 40%;
}

.mp-more-discount {
    margin: 0 .5rem;
    width: 40%;
	font-weight: 700;
	font-size: .8rem;
}

.mp-more-sale {
    margin: 0 .5rem;
	color: #da0e0e;
	border: #da0e0e;
    width: 100%;
	border-radius: 5px;
	font-size: 10px;
    font-weight: 700;
    padding: .2rem;
	border-style: solid;
	border-width: 1px;
}


#enlargeImageModal .modal-dialog{
    max-width: 50%;
    overflow: hidden;
    border-radius: 5px;
}

#enlargeImageModal .modal-body{
    margin: auto;
    height: auto;
    width: auto;
    overflow: hidden;
}

#enlargeImageModal .modal-body img{
    display: flex;
    margin: auto;
    max-width: 100%;
}

.mp-scroll::-webkit-scrollbar {
    height: 2px;
    border-radius: 5px;
    width: 5px;
}

.mp-scroll::-webkit-scrollbar-track {
    
}

.mp-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #afafaf;
    border: 1px solid #aaa;
}

.mp-scroll::-webkit-scrollbar-thumb:hover {
    background: #6d6d6d;
}


@media only screen and (max-width: 1680px) {
	#productModal .modal-dialog {
		max-width: 70%;
	}
}

@media only screen and (max-width: 1440px) {
    #mp-options{
        font-size: .8rem;
    }
    #mp-options form{
        width: 100%;
    }
    #mp-options .button-container .col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 5px;
    } 
}

@media only screen and (max-width: 1280px){
    #productModal .modal-dialog {
        max-width: 90%;
    }
}

@media only screen and (max-width: 980px) {
	#productModal .modal-dialog {
		max-width: 90%;
	}
}
@media only screen and (max-width: 950px) {
    .mp-price-details .col-2,
    .mp-price-details .col-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    #mp-options{
        margin: 0;
    }
    #mp-options .button-container{
        padding: 0;
    }
}


@media only screen and (max-width: 780px) {
	#mp-more-items {
		display: none;
	}
	#modal-cls-btn {
		width: 30px;
		height: 30px;
		font-size: 16px;
		top: 0;
		right: 0;
	}
	#mp-options .disclaimer p {
		font-size: 10px;
	}
	#productModal .modal-dialog {
		max-width: 100%;
	}
    .mp-writer-container{
        max-height: 7vw;
        overflow: hidden;
    }
    .mp-artist-container{
        max-height: 7vw;
        overflow: hidden;
    }
	.mp-img {
		max-width: 50%;
    		margin: auto 0;
    		padding: 0 5px;
	}
	.mp-img img {
		max-width: 40vw;
	}
	.mp-item-details {
		border: 0;
		max-width: 50%;
	}
	#productModal p {
		font-size: 12px;
		margin: 0;
	}
	#mp-discount {
		font-size: 16px !important;
	}
	#mp-sale {
		font-size: 12px;
	}
	#mp-options {
		font-size: 12px;
		margin-top: 1vw;
		padding: 0;
	}

    #mp-options button i,
    #mp-options button span{
    	display: inline;
    }
    #mp-options .button-container .col-12 {
    	padding: 0;
    }

    #mp-options .col-6{
        padding: 0;
        margin-top: 0;
    }
	#mp-options span {
		display: none;
	}
	#mp-options .button-container input {
		width: 5vw;
	}
	#mp-options .pull-list {
		font-size: 12px;
        margin-left: 0;
	}
	#productModal h3 {
		font-size: 12px;
	}

    .wishlist-button p {
        font-size: 1.5vw !important;
    }
    #mp-options button {
        font-size: 12px;
    }
    #mp-options .cart-label {
        font-size: 3vw;
    }
}

@media only screen and (max-width: 480px) {
    .modal-body {
	padding: 0;
    }
    #modal-cls-btn {
	top: 1vw;
	right: 1vw;
    }
    #productModal h1 {
        font-size: 12px;
    }
    #productModal h2 {
	font-size: 3vw;
        margin: 0;
    }
    #productModal p {
	font-size: 3vw;
    }
    .byline {
    	margin: 0;
    }
    .byline dt{
        font-size: 10px;
    }
    .byline dd{
        font-size: 10px;
    }
    #mp-discount {
	font-size: 4vw !important;
    }
    #mp-sale {
	font-size: 4vw;
	width: 25vw !important;
	padding: 2vw;
    }
    #mp-options {
	position: relative;
        width: 100%;
        left: 0;
        padding: 2vw .5vw;
        background-color: white;
    }

    .mp-price-details .col-2{
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    #mp-options .button-container .col-6{
        padding: 0;
        margin-top: 0;
    }
    #mp-options button{
        padding: 2.5vw 0;
    }
	#mp-options form {
		width: 100%;
		font-size: 5vw;
	}
	#mp-options input[type=checkbox],
	#mp-options input[type=radio] {
		height: 5vw;
		width: 5vw;
	}
	#mp-options .button-container button {
		font-size: 3vw !important;
	}
	#mp-options .button-container input {
		width: 7.5vw;
	}
	#mp-options .cart {
		width: 75%;
	}
    #mp-options .qty-container label{
        width: 30%;
    }

    .mp-select select {
        margin: .5vw 0 1vw 0;
        width: 100%;
        padding: .2vw;
    }
    .wishlist-button button{
        font-size: 2vw;
    }
    .wishlist-button button {
        font-size: 3vw !important;
    }
    .wishlist-button p {
        font-size: 1.8vw !important;
    	padding: 0 !important;
    }
    
    #mp-options .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 5px !important;
    }
}

@media only screen and (max-width: 360px){
    #mp-options {
		position: relative;
		width: 100%;
		/* left: -47vw; */
		padding: 2vw .5vw;
    }
    #mp-options .cart-label {
        font-size: 3.5vw;
    }
}
