#main-section{
    width: 69%;
    padding: 2rem 0;
}

.wish-btn{
    border-color: #da370a !important;
}

#main-section a{
    color: #026CD0;
    cursor: pointer;
}

.card{
    border: 0;
    padding: 1rem;
}

#top-section{
    background-color: white;
    padding: 0 15%;
    margin: 0;
    width: 100%;
    padding-top: 30px;
}

#main-image{

}

#main-image .img-container{
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}

#main-image .img-container img{
    display: flex;
    margin: auto;
    border-radius: 1px;
    max-height: 28rem;
    max-width: 100%;
    cursor: -webkit-zoom-in;
}

#more-images{
    position: absolute;
    height: 100%;
    left: -6rem;
    top: 0;
}

#more-images .more-img.active{
    border: 2px solid #026CD0;
}

#more-images .more-img{
    padding: 5px;
    width: 5rem;
    margin: 1rem;
    border: 2px solid #c7c7c7;
    border-radius: 5px;
    background-color: white;
    overflow: hidden;
    cursor: pointer;
    
    -webkit-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
    -moz-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
     -o-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
        transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
}

#more-images .more-img img{
    max-height: 100%;
    max-width: 100%;
    display: flex;
    margin: auto;
}

#more-images .more-img:hover{
    transform: scale(1.1);
}

#view-other-issues{
    text-align: center;
    padding: .5rem;
}

#view-other-issues a{
    color: #8e8e8e;
}

#view-other-issues i{
    color: #bcbcbc;
    padding: 0 .5rem;
}

#view-prev,
#view-all,
#view-right{
   -webkit-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
   -moz-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
     -o-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
        transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
}

#view-prev:hover,
#view-all:hover,
#view-right:hover{
    transform: scale(1.1);
}

#product-info{
    padding: 0 2rem;
    padding-bottom: 1rem;
}

#product-header h1{
    font-weight: 900;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
	text-transform: capitalize;
}

#product-subheader h2{
    font-size: 1.5rem;
    font-weight: 400;
}

#product-credit h3{
    font-size: 1rem;
    font-weight: 300;
}

#product-credit span{
    color: #026CD0;
}

#product-purchase hr{
    margin: 1rem 1.5rem 0 1.5rem;
    width: 100%;
}

#price-info{    
    width: 100%;
    padding: 1.2rem 0;
}
#price-info div{
    max-width: 10%;
}
#price-info .price{
    font-weight: 700;
    font-size: 1.1rem;
    max-width: 15%;
}
#price-info .sale{
    color: #da0e0e;
    border-radius: 5px;
    border: 2px solid red;
    max-width: 15%;
    text-align: center;
    font-weight: 700;
}
#product-details{
    color: #555555;
}

#product-condition select{
    padding: 5px;
    font-size: 16px;
    margin-bottom: 5px;
    min-width: 100px;
}

#product-condition{
    margin: 10px 0;
    padding: 0;
}

#product-condition table{
    width: 100%;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
}

#product-condition table thead{
    background-color: #e3e3e3;
}

#product-condition table td,
#product-condition table th{
    padding: 4px 15px;
}

#product-condition table tbody tr:nth-child(even){
    background-color: #ebebeb;
}


#product-condition table h3{
    font-size: 16px;
    margin: 0;
    padding: 2px;
}

#product-condition table p{
    font-size: 14px;
    margin: 0;
    align-items: center;
}

.outOfStock{
    font-family: monospace;
    font-size: 12px;
    color: gray;
}

#product-condition table .price,
#product-condition table .sale{
    font-weight: 600;
}

#product-condition table label.strike{
    font-size: 14px;
}
#product-condition table .strike{
    font-size: 12px;
}

#variant-select-section{
    width: 100%;
}
#variant-select-section #variant-selector select{
    border-radius: 5px;
    width: 100%;
    font-size: 1.2rem;
    padding: .5rem;
}

.img-magnifier-container {
    position: relative;
}
#glass {
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.6);
    z-index: 999999;
}

/*
#grade-grid,
#variant-grid{
    width:  100%;
}
*/
#grade-grid h2,
#variant-grid h2{
    font-size: 24px;
}

#grade-grid button,
#variant-grid button{
    height: 4.5rem;
    width: 100%;
    border-radius: 5px;
    background-color: white;
    border-color: #c9c9c9;
    border-style: solid;
    padding: .5rem;
    margin-bottom: 1rem;
    overflow: hidden;
}
#grade-grid .bold,
#variant-grid button .bold{
    font-weight: 700;
}
#grade-grid button.active,
#variant-grid button.active{
    border-color: #026CD0;
}

#grade-grid input:checked + button{ 
     border-color: #026CD0;
}

#grade-grid button:hover,
#variant-grid button:hover{
    background-color: #f2f2f2 !important;
}

.variant-grid-item{
    padding-left: 5px;
    padding-right: 5px;
}

.variant-grid-item .red.col-4{
    padding-left: 5px;
    padding-right: 5px;
}

#grade-grid label,
#variant-grid label{
    width: 100%;
}

#grade-grid h3,
#variant-grid h3{
    padding: 0 1rem;
    margin-bottom: 0;
    text-align: left;
    font-size: .8rem;
    height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#grade-grid button .col-4,
#variant-grid button  .col-4{
    font-size: .8rem;
}
.line-break{
    width: 100%;
}

#shipping-options{
    padding: 1rem;
    border-top: 1px solid #d6d6d6;
}

#shipping-options div{
    display: flex;
    align-items: baseline;
}

#shipping-options h3{
    font-size: 1.2rem;
}

#shipping-options div p{
    padding: 0 .5rem;
}
#shipping-options i{
    padding: 0 .5rem;
}
#shipping-options input{
    transform: scale(1.5);
}

#shipping-options label{
    padding-left: .5rem;
}

#product-buttons .col-2{
    max-width: 10%;
    padding: 0;
}

#product-buttons .col-5{
    padding: 0 .5rem;
}

#product-buttons .qty{
    height: 100%;
}

#product-buttons button{
    width: 100%;
    padding: .5rem;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
}

#Cart-btn{
    color: white;
    background: #026CD0;

    font-weight: 700;
}

#pulllist-btn{
    color: #026CD0;
    background: white;
    border: #026CD0;
    height: 100%;
}

#pulllist-btn:hover{
    color: white;
    background: #026CD0;
    border: #026CD0;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
}

.wishlist-button{
    margin: auto;
}

.wishlist-button button{
    border: none;
}
.wishlist-button button:hover{
    border: none;
    background-color: inherit !important;
    text-decoration: underline;
}

#disclaimer{
    display: flex;
}

#disclaimer p{
    color: #545454;
    padding: .5rem;
    margin: auto;
    font-size: 10px !important;
}

#variant-sections{
    padding: 1rem;
}

.vr-container{
    width: 100%;
    overflow: hidden;
     -webkit-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
    -moz-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
    -o-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
    transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
}

.show-less-items{
    height: 320px;
}

.vr-item{
    min-width: 15%;
    width: 15%;
    max-width: 15%;
    overflow: hidden;
    padding-bottom: 2rem;
    margin: auto;
}

.vr-item .img-container{
    display: flex;
    height: 10rem;
    width: 100%;
    border-radius: 5px;
    background-color: white;
}

.vr-item .img-container img{
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.vr-item .vr-header h1{
    padding-top: .5rem;
    font-size: .8rem;
    height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.vr-info{
    display: flex;
    align-items: baseline;
    width: 100%;
    margin: 0;
    min-height: 45px;
}

.vr-info .strike{
    font-size: .8rem;
}

.vr-info .price{
    padding: 0;
    font-weight: 600;
}

.no-sale{
    margin: auto;
    font-weight: 700;
    text-align: center;
}
.no-sale p{
    font-size: 1.1rem;
}
.vr-info .sale{
    color: #da0e0e;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid red;
}

.vr-btn{
    width: 100%;
    margin-top: .5rem;
    padding-right: 0;
}

.vr-btn .qty-container label{
    width: 20%;
}

.vr-btn .qty{
    width: 90%;
    margin-right: .2rem;
    padding: 0.45rem;
}

.cart-button{
    margin-top: 0;
}

.item-showcase .cart-button button {
    width: 100% !important;
    padding: 0.5rem !important;
}

.vr-Cart-btn{
    background: #026CD0;
    color: white;
    width: 100% !important;
    border: 2px solid #026CD0;
    border-radius:  5px;
    font-size: 12px;
    padding: .5rem !important;
    font-weight: 700;
}

.vr-item.see-more-items{
    background-color: white;
    border-radius: 5px;
    margin-left: 1rem;
    height: 16rem;
    text-align: center;
    border: 2px solid #c9c9c9;
    margin: 0;
    
    -webkit-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
    -moz-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
    -o-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
    transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
}

.vr-item.see-more-items div{
    vertical-align: middle;
}

.vr-item.see-more-items i{
    font-size: 3rem;
    color: #626262;
}

.vr-item.see-more-items p{
    font-size: 1rem;
    color: #626262;
}

.vr-item.see-more-items button{
    background: 0;
    height: 17rem;
    border: 0;
    display: flex;
    margin: auto;
}


.vr-item.see-more-items button:hover{
    background: 0 !important;
}

.vr-item.see-more-items:hover i,
.vr-item.see-more-items:hover p{
    color: #3b3b3b;
    transform: scale(1.1);
}

#description-container hr{
    margin: 0;
    margin-bottom: .5rem;
}

#description-details h3{
    font-size: 1rem;
    font-weight: 500;
    padding-left: 2rem;
}

#description-details .creator-list{
    list-style: none;
    padding: 0;
    padding-left: 2rem;
}

#description-details .creator-list a{
    color: #026CD0;
}

#desc-details{
    padding: 1rem  2rem;
    overflow: hidden;
	display: block;
    max-height: auto;
    -webkit-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
    -moz-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
    -o-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
    transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
}
.show-less{
/*
    color: black !important;
    background: linear-gradient(180deg,rgb(0,0,0) 0%,rgb(0,0,0) 70%,rgb(255,255,255) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
*/
    max-height: 10.5rem;
}
.show-less p{
    color: black;
}
#desc-details p{
    font-size: .8rem;
}

#desc-details a{
    color: #026CD0;
}

#desc-see-more{
    text-align: right;
    margin-right: 2rem;
}

#desc-see-more a{
    color: #026CD0;
    font-size: .8rem;   
}

.see-more-btn{
    cursor: pointer;
}

.see-more-btn:hover{
    color: #05458d !important;
}

#more-details{
    margin-left: 1rem;
    font-size: .8rem;
    display: flex;
    align-items:center;
}

#more-details span {
    padding-left: 5px;
}

#more-details i{
    font-size: .3rem;
    color: #b4b4b4;
    padding: .2rem;
}


#moreFromSlider{
    margin-bottom: 1rem;
}

.product-image{
    border-radius: 5px;
    border: 2px solid #dedede;
    padding: 0 !important;
    -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);
}

.product-image img{
    max-width: 100%;
    max-height: 10rem;
    margin: auto;
}

.product .row{
    margin: auto;
    display: flex;   
}

.product-image{
    display: flex;
}

.price-details{
    padding-top: 0rem !important;
    text-align: center;
}

.item-showcase .comic-title h3{
    font-size: .8rem;
    width: 100%;
    padding-top: 0;
    height: 2.2rem;
}
.price-details{
    height: 2rem;
}
.price-details p{
    margin-bottom: 0rem;
}
.discount-label{
    top: 0;
    padding: 0.1rem;
}
.item-showcase .cart-button button{
    padding: 0;
}
.item-showcase .cart-button {
    z-index: 50 !important;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
}

.row.product-image{
    height: auto;
}

.grid-scroll{
    max-height: 255px;
    overflow-x: hidden;
}

.grid-scroll::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}

.grid-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    border: 0px;
}

.grid-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #cecece;
    border: 1px solid #aaa;
}

.grid-scroll::-webkit-scrollbar-thumb:hover {
    background: #aaaaaa;
}

.grid-scroll::-webkit-scrollbar-thumb:active {
    background: linear-gradient(left, #22ADD4, #1E98BA);
}

@media only screen and (max-width: 1690px) {
    #price-info .sale{
        margin-left: .5rem;
        max-width: 20%;
    }
    #price-info div {
        max-width: 15%;
    }
    .vr-info .strike {
        font-size: .7rem;
    }
    .vr-info div{
        font-size: .7rem;
    }
    
    #main-section {
        width: 69%;
    }
    
}
@media only screen and (max-width: 1500px) {
	#main-section {
		width: 100%;
		margin: 10px;
	}
}

@media only screen and (max-width: 1450px) {
    #view-other-issues a{
        font-size: .8rem;
    }

    .show-less-items {
        height: 18rem;
    }
    .vr-info {
        display: flex;
        align-items: baseline;
        min-height: 40px;
    }
    .vr-info .strike {
        max-width: 50%;
        padding: 0;
    }
    .vr-info .sale{
        max-width: 80%;
        min-width: 80%;
        margin: auto;
    }
    .vr-btn button{
        font-size: 10px !important;
        padding: 5px !important;
        height: 30px;
    }
    
    .item-showcase .price-details{
        min-height: 4rem;
        align-items: center;
    }
    .item-showcase .discount-price,
    .item-showcase .standard-price{
        width: 50%;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .item-showcase .discount-price p{
        top: 0;
    }
    .item-showcase .discount-label{
        margin: 0;
        width: 100%;
    }
    .item-showcase .cart-button{
        margin: 0;
        padding-top: 0;
    }
    .item-showcase .qty {
        top: auto;
        bottom: 100%;
        border-radius: 4px;
        border-style: solid;
/*        width: 30%;*/
    }
    .variant-grid-item {

        -ms-flex: 0 0 33.333333%;
        flex: 0 0 50%;
        max-width: 50%;
    }   
}

@media only screen and (max-width: 1280px) {
    #top-section{
        padding: 4% 5%;
    }
    #price-info div {
        max-width: 15%;
    }
    
    #price-info .sale {
        margin-left: 2.5rem;
        max-width: 21%;
    }
    #more-images{
        left: -60px;
    }
    #more-images .more-img{
        opacity: .5;
        -webkit-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
       -moz-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
         -o-transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515); 
            transition: all 100ms cubic-bezier(0.355, 0.005, 1.000, 0.515);
    }
    #more-images .more-img:hover{
        opacity: 1;
    }
}

@media only screen and (max-width: 1240px) {
    #main-section {
        width: 95%;
    }
    #price-info .sale {
        max-width: 22%;
    }
     #view-other-issues a{
        font-size: .6rem;
    }

    #news-letter-container{
        width: 93%;
    }
}

@media only screen and (max-width: 940px) {
    #top-section{
        padding: 45px 2%;
    }
    #description-details .col-2{
        max-width: 30%;
        min-width: 30%;
    }
    #product-buttons .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 820px) {
    #view-other-issues a {
        line-height: 1;
    }
    
    
}

@media only screen and (max-width: 768px){
    #main-section {
        width: 100%;
		margin: 0;
    }
    #main-image .img-container{
        background: 0;
        box-shadow: none !important;
    }

    #main-image{
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }
    #more-images {
        left: 2vw;
    }
    #product-condition table td, #product-condition table th {
        padding: 5px 4px;
    }
    
    #product-info{
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        background-color: white;
        border-radius: 30px 30px 0 0;
        padding: 1.5vw 8vw;
    }
   
    #view-other-issues a {
        font-size: 2vw;
    }
    #grade-grid button .col-4,
    #variant-grid button .col-4{
        font-size: 10px;
    }
    #variant-sections{
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        padding: 1.5vw 8vw;
        margin: 0;
        background-color: white;
        border-radius: 0 0 10px 10px;
        margin-bottom: 2vw;
        -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);
    }
    .vr-item {
        min-width: 25%;
        width: 25%;
        max-width: 25%;
    }
    .vr-item .img-container {
        display: flex;
        height: 20vw;
    }

    .vr-item  .wish-btn label{
        font-size: 1.2vw;
    }
    #variant-sections h2{
        text-align: center;
    }
    #description-container{
        border-radius: 10px;
    }
    .price-details p{
        font-size: 12px
    }
    .no-sale{
        margin: auto !important;
    }
    .no-sale p{
        text-align: center;
        font-size: 12px;
    }

    .item-showcase {
        width: 100%;
    }
    #product-info .pl-banner{
        position: relative;
        width: 50%;
        margin: 0;
        padding: .5vw 2vw;
        left: -10vw;
    }
    #product-info .pl-banner p{
        font-size: 2.5vw;
    }
    
    .product-image{
        border: none;
        box-shadow: none;
    }
    
    .product-image img {
        max-width: 40vw;
        max-height: 50vw;
    }
    
    #enlargeImageModal .modal-dialog {
        max-width: 100%;
        max-height: 100%;
    }
    #shipping-options div p{
        display: none;
    }
    #product-buttons .col-2{
        max-width: 20%;
        flex: 0 0 20%;
    }
    #product-buttons .col-5{
        max-width: 80%;
        flex: 0 0 80%;
        
        padding: 0 !important;
    }
    #product-buttons .col-5:nth-child(3){
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 !important;
        margin-top: 1vw;
    }
    
    #variant-sections .cart-label {
        font-weight: 700;
        font-size: 1.5vw;
    }
    
    #news-letter-container {
        width: 100%;
    }
    
    #price-info div{
        max-width: 30%;
    }
    
    #price-info .price{
        max-width: 30%;
    }
    
    #price-info .sale {
        max-width: 30%;
    }
}

@media only screen and (max-width: 487px){
    #top-section {
        padding: 25px 0;
    }
    #main-image .img-container{
        height: 95vw;
    }
    #more-images{
        overflow-x: hidden;
        transform: rotate(-90deg);
        top: 60vw;
        left: 35vw;
        height: 90vw;
    }
	#more-images {
        display: none;
    }
	
    #main-image .img-container img{
        max-height: 90vw;
        max-width: 90vw;
    }
    #more-images .more-img{
        transform: rotate(90deg);
    }
    #more-images .more-img:hover{
         transform: rotate(90deg);
    }
    #view-other-issues .col-4{
        padding: 0;
    }
    #view-other-issues a {
        font-size: 4vw;
    }
    #product-header h1{
        font-size: 8vw;
    }
    #product-subheader h2{
        font-size: 4vw;
    }
    #product-credit h3{
        font-size: 3.5vw;
    }
    #product-buttons button {
        font-size: 12px;
    }
    #grade-grid,
    #variant-grid{
        padding-bottom: 2vw;
    }
    #grade-grid button,
    #variant-grid button{
        margin-bottom: 0;
    }
    #grade-grid .variant-grid-item,
    #variant-grid .variant-grid-item{
        flex: 0 0 50%;
        max-width: 50%;
        padding: 1vw;
    }
    #grade-grid button .strike,
    #variant-grid button .strike{
        font-size: 3vw;
    }
    #grade-grid button .bold.col-4,
    #variant-grid button .bold.col-4{
        font-size: 3vw;
        padding: 0;
    }
    #grade-grid button .bold.red,
    #variant-grid button .bold.red{
        padding: 0;
        font-size: 3vw;
        flex: 0 0 32%;
        max-width: 32%;
    }
    #variant-select-section .col-12{
        padding: 0;
    }
    #variant-select-section{
        margin: auto;
    }
    #price-info div {
        max-width: 33%;
    }
    #price-info .price {
        max-width: 33%;
    }
    #price-info .sale {
        margin-left: 0;
        max-width: 33%;
    }
    #product-header{
        margin: auto;
    }
    #product-subheader{
        margin: auto;
    }
    #product-credit{
        margin: auto;
    }
    #product-info {
        padding: 1.5vw 8vw;
    }
    #product-purchase{
        margin: auto;
    }
    #description-details .col-2 {
        max-width: 33%;
        min-width: 33%;
    }
    .vr-container{
        margin: auto;
    }
    .vr-item {
        min-width: 50%;
        width: 50%;
        max-width: 50%;
    }
    .vr-item .img-container {
        display: flex;
        height: 40vw;
    }
    .vr-item.mobile.see-more-items{
        display:none;
    }
    
    .mobile-sm.show-more-items{
        display: block;
        text-align: center;
        display: flex;
        margin: auto;
    }
    #description-details .creator-list a {
        font-size: 3vw;
    }
    #enlargeImageModal .modal-dialog{
        max-width: 100%;
    }
    #desc-see-more {
        text-align: center;
        padding-top: 2vw;
        padding-bottom: 5vw
    }
    #more-details {
        font-size: 2vw;
    }
    #more-details i {
        font-size: 1vw;
    }
    #product-buttons .col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 5px;
    }
    #product-buttons button {
        font-weight: 600;
        font-size: 12px;
    }
    #variant-sections .cart-label {
        font-weight: 700;
        font-size: 3vw;
    }
    .show-less-items {
        height: 19rem;
    }
    
}

@media only screen and (max-width: 360px){
    #main-image .img-container{
        height: 25rem;
    }
    #view-other-issues a {
        font-size: 3.5vw;
    }
    .show-less-items {
        height: 17rem;
    }
    #description-details h3{
        font-size: .7rem;
    }
    #more-details {
        font-size: 2.3vw;
    }
    .cart-label,
    #product-buttons button{
        font-weight: 700;
    }
    
    #view-other-issues{
        padding: 30px 0.5rem 0px 0.5rem;
    }   
}

@media only screen and (max-width: 320px){
    #view-other-issues {
        padding: 0px 0.5rem 0px 0.5rem;
    }
    
    #price-info .sale {
        font-size: 14px;
    }
    .cart-label, #product-buttons button {
        font-weight: 700;
        font-size: 12px;
    }
}