
#product {
    width: 40%;
    width: calc(50% - 50px);
    display: inline-block;
    margin: 0 0 50px 30px;
}
.product_box, .product_box_product_options {
   margin: 20px 4px 0px 0;
   text-align: right;
   border: 0;
   padding: 0;
}
.product_box .button, .product_box_product_options .button {
display: inline; 
}
.product_box h2, .product_box_product_options h2 {
    background: transparent none repeat scroll 0% 0%;
    border-bottom: medium none oldlace;
    text-align: left;
    font-size: 1em;
    padding: 10px;
}
.product_box span { 
    text-align: left; 
    display: block; 
}
.product_box_product_options h2 {
    font-size: 1em;
}

span.msl-product-id {
    color: #c8c8c8;
}
.product_box_product_options table {
    width: 100%;
}    
#image_main { 
    width: 100%;
    height: 100%;
    }
    
#image_main img {
    width: 100%;
    height: auto;
}    

#image_thumb img {
    padding: 0;
    border: 1px solid #fff;
    width: 100%;
    height: auto!important;
    max-width: 90px!important;
    float: right;
    border-radius: 5px;
}
#image_thumb img.active {
    border: 3px solid #2b0e48;
}    
.product_images {
    width: 50%;
    max-width: 100%;
    float: left;
    background-color: transparent;
}

#image_main img {
    border: 0px solid #CCC !important;
    padding: 0;
    border-radius: 5px;
}
.product_box select, select {
    word-wrap: normal;
    border-radius: 5px;
}
#image_thumb { 
    width: 20%;
}
.product_image_thumb {
    float: none;
    width: 100%;
    height: auto;
}

#image_main {
    height: auto;
    width: 78%;
    width: calc(80% - 5px);
    float: right;
    margin-left: 5px;
}

#product_description {
    display: block;
    margin: 50px 0 10px;
}

#product #product_description h2 {
    text-transform: none;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 500;
}

@media screen and (max-width: 700px) {
#product {
    width: 90%;
    margin: 30px auto 50px;
    display: block;
}

.product_box {
    margin: 5px;
}

.product_images {
    margin: 5px 0;
    width: 100%;
    float: none;
    position: relative;
}

#image_main { 
    float: none;
    width: 100%;
    margin-left: 0px;
}

#image_thumb {
    width: 100%;
    min-height: 93px;
}

.product_image_thumb { width: auto; float: left;}
}

select {
    display: block;
    margin: 0;
    width: 100%;
    color: #444;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    margin: 0 0 10px 0;
    padding: 10px;
}
#product h1 {
    color: #2b0e48;
    margin: 15px 0 5px;
    font-size:1.5em;
}    
#product h2 {
    color: #444;
    font-weight: bold;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 600!important;
}

#product .product_box h2 {
    margin-bottom: 0;
}
#ctl00_Main_ProductCtl1_lblNormalPrice {
    font-size: inherit;
    font-weight: bold;
    margin-top: 15px;
    display: block;
    font-size: 1rem;
}   
.product_box_product_options tr td {
    text-align:left;
}
.product_box_product_options tr td:nth-child(1) {
    width:25%;
}
.product_box h2 { margin: 0;}

/*.product_box .button {
   position: relative;
   background: #2b0e48;
   color: #fff;
   cursor: pointer;
   transition: 0s;
   border: 3px solid #2b0e48;
   text-align: center;
   font-size: 15px;
   padding: 10px 25px;
   font-weight: 600;
   display: table;
   transition: 0.3s;
   margin: 40px 0 0 0!important;
   display: table;
}*/
