.product_bg {
width: 100%;
min-width: 900px;
background-color: #ffffff;
margin: 0 0 40px;
}
.product_bg .subcategory{ padding:10px 0;}

.product_right {
width: 50%;
float: right;
}
.product_right .footstamp{
  font-size:20px;
float:none;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.product_left {
width: 50%;
text-align: center;
  padding-top:30px;
}

.product_center {
text-align: center;
padding-top: 10px;
}

.product_right_cart {
width: 70%;
text-align: left;
background-color: #f2f2f2;
color: #696969;
margin-top:10px;
padding:10px 5%;
}

@media screen and (max-width: 1400px) {
.product_right_cart {
width: 100%;
}
}

.product_cart_btn {
width: 200px;
height: 60px;
text-align: center;
font-size: 1.5em;
background-color: #696969;
color: #ffffff;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

.product_about {
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.product_about .title {
width: 100%;
background-color: #696969;
color: #ffffff;
text-align: center;
font-size: 1.2em;
padding: 10px 0;
}
.product_about .word {
font-size: 1.1em;
text-align: left;
word-wrap: break-word;
padding: 20px 10px;
color: #696969;
}

.add_cart_table select  {
width: 100%;
height: 40px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding: 0 10px;
}
.add_cart_table input {
width: 100%;
height: 35px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
text-align: center;
border:solid 1px #aeaeae;
}

.subcategory {
text-align: left;
padding: 15px 10%;
}
.subcategory ul li {
	display: inline-block;
	width: 180px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #696969;
	border: 2px solid #696969;
	color: #ffffff;
	line-height: 50px;
}
.subcategory ul li::before,
.subcategory ul li::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.subcategory ul li,
.subcategory ul li::before,
.subcategory ul li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.subcategory ul li:hover {
	background-color: rgba(0, 0, 0, .2);
}

.category_box {
}

.zoom-desc ul {
width: 100%;
}
.zoom-desc ul li {
width: 60px;
list-style: none;
float: left;
}

#ThumbNailPhoto ul li.selectedPhoto {
    width: 94px;
    height: 94px;
    border: #ff0000 solid 3px;
    position: relative;
    overflow: hidden;
}

#ThumbNailPhoto ul li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
}

#box_recentlychecked {
  text-align:center;
}

a.cloud-zoom-gallery { margin: 0;}

.quantity{ width:70px;}

.productDescription-spec dt {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    line-height: 1.5em;
    padding-bottom: 5px;
}
.productDescription-spec dd {
    margin-bottom: 10px;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
   /* #cboxContent{margin-bottom:60px; overflow:visible;}*/
    #cboxContent{margin-bottom:70px; overflow:visible;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000;}
        #cboxLoadingGraphic{background:url(../images/loading_b.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:40px; height:40px; position:absolute; bottom:-50px; background:url(../images/controls2.png) no-repeat 0 0; border:0; outline:none;}
		
        #cboxPrevious{background-position:0px 0px; right:0; margin-right:45px;}
        #cboxPrevious:hover{background-position:0px -50px;}
		
        #cboxNext{background-position:-50px 0px; right:0; }
        #cboxNext:hover{background-position:-50px -50px;}
		
        #cboxClose{background-position:-100px 0px; right:0; margin-right:0;}
        #cboxClose:hover{background-position:-100px -50px;}
		
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/*lightbox*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:none;}
   /* #cboxContent{margin-bottom:60px; overflow:visible;}*/
    #cboxContent{margin-right:60px; overflow:visible;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000;}
        #cboxLoadingGraphic{background:url(https://eastend-creative.com/data/giftshop/loading_b.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxClose{text-indent:-9999px; width:40px; height:100%; position:absolute; top:0;background:url(https://eastend-creative.com/data/giftshop/controls2.png) no-repeat 0 0;}
		
        #cboxClose{background-position:7px 0; right:-50px; border:0; outline:none;}
        #cboxClose:hover{background-position:-40px 0;}

#cboxSlideshow, #cboxPrevious, #cboxNext{ background-image:url(https://eastend-creative.com/data/giftshop/controls_t.png);}