.magnifyarea { /* CSS to add shadow to magnified image. Optional */
    box-shadow: 5px 5px 7px #818181;
    -webkit-box-shadow: 5px 5px 7px #818181;
    -moz-box-shadow: 5px 5px 7px #818181;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
    background: white;
}

.targetarea { /* CSS for container div(s) of the zoomable image */
    width: 325px; /* wide or wider than the widest zoomable image */
    height: 338px; /* high or higher than the tallest zoomable image */
    margin-top:3px;
}

#two { /* Added CSS for second target div of zoomable images */
    height: 243px; /* high or higher than the tallest zoomable image */
}

.targetarea img { /* zoomable image */
    margin: auto; /* for horizontal centering */
    display: block; /* also for horizontal centering */
    position: relative; /* along with on the fly calculations in script, for vertical centering */
    border-width: 0;
}

.thumbs { /* divs holding the trigger links - styles optional, used here to center their links below their respective zoomable image */
    padding-top: 25px;
    width: 325px;
    text-align: center;
}

.thumbs a { /* trigger links on the thumbnail images */
    text-decoration: none; /* avoid underlines of images, text or spaces in these links */
}

.thumbs img { /* trigger images - the thumbnails used to load new zoomable images into the targetarea */
    border-width: 0; /* avoid default borders in some browsers */
}

body {
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin:0px;
    padding:0px;
}

img { border:none;}

a
{
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #999;
}

a:link
{
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #999;
}
a:hover {
    text-decoration: none;
    color: #0CF;
}

a:active {
    text-decoration: none;
    color: #999;
}

/* header */
#all
{
    background-color:#f7f5f5;
}

#top_white_background
{
    height:133px;
    /*background-image:url("https://static.3dsellers.com/webstoreplace/images/templates/win8_style/top_background.jpg");*/
    background-color: #ffffff;
}

#top_content
{
    max-width:1150px;
    height:133px;
    margin-left:auto;
    margin-right:auto;
}

#content_background
{
    background-image:url('https://static.3dsellers.com/webstoreplace/images/templates/win8_style/background.jpg');
}

#content_1020px
{
    max-width:1150px;
    min-height:500px;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    padding-bottom: 2rem;
}

#logoBackground {
    width: 175px;
    height: 149px;
    background-color: white;
    border: 1px solid #cdcdcd;
}

#logoImage
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 135px;
    height: 147px;
    width: 175px;
}

#topTableHeader
{
    height: 69px;
    float: left;
    width: 100%;
}

.menu
{
    margin-left: 150px;
    text-decoration: none;
    color: #999;
}

.new-menu
{
    color: #999;
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 3.25rem;
}



.new-menu .item{
    color: #999;
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative;
}

.new-menu .item:hover{
    text-decoration: none;
    color: #0CF;
}

.new-menu .item .border{
    margin-right: 1rem;
}

.new-menu .item:hover .border{
    color: #999;
}

.menu  ul {
    display:inline;
    list-style:none;
    float:left;
    width:400px;
    list-style-type:none;
}

.menu  li {
    float:left;
    padding:0px 15px 2px 15px;
    float:left;
}

.textfill
{
    width:355px;height:30px;margin-left:200px;
}

#storeName
{
    font-size: 30px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    width:355px;
}

#search {
    display: flex;
    flex-wrap: wrap;
}

#socialicons {
    margin-left: 1rem;
}

#share_facebook
{
    width:30px;
    height:30px;
    float: left;
    margin:0px 3px 0px 3px;
    background-image:url("https://static.3dsellers.com/webstoreplace/images/templates/win8_style/fb.jpg");

}

#share_facebook:hover
{
    background-image:url("https://static.3dsellers.com/webstoreplace/images/templates/win8_style/share_facebook_hover.png");
}

#share_twitter
{
    width:30px;
    height:30px;
    float: left;
    margin:0px 3px 0px 3px;
    background-image:url("https://static.3dsellers.com/webstoreplace/images/templates/win8_style/tw.jpg");
}


#share_twitter:hover
{
    background-image:url("https://static.3dsellers.com/webstoreplace/images/templates/win8_style/share_twitter_hover.png");
}

#share_pintrest
{
    width:30px;
    height:30px;
    float: left;
    margin:0px 3px 0px 3px;
    background-image:url("https://static.3dsellers.com/webstoreplace/images/templates/win8_style/pin.jpg");
}

#share_pintrest:hover
{
    background-image:url("https://static.3dsellers.com/webstoreplace/images/templates/win8_style/share_pintrest_hover.png");
}

/*#share_instagram ::before{*/
/*background-color: #ECECEC;*/
/*}*/

#share_instagram
{
    width:30px;
    height:30px;
    float: left;
    margin:0px 3px 0px 3px;
    background-image:url("https://www.clipartmax.com/png/small/6-65693_dinner-and-a-cruise-experience-instagram-icon-white-transparent-back.png");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}

#share_instagram:hover
{
    background-image:url("https://www.clipartmax.com/png/small/6-65693_dinner-and-a-cruise-experience-instagram-icon-white-transparent-back.png");
}



#share_google
{
    width:30px;
    height:30px;
    float: left;
    margin:0px 3px 0px 3px;
    background-image:url("https://static.3dsellers.com/webstoreplace/images/templates/win8_style/gplus.jpg");
}

#share_google:hover
{
    background-image:url("https://static.3dsellers.com/webstoreplace/images/templates/win8_style/share_google_hover.png");
}

#top_white_background table td{
    vertical-align: top;
}

.headersearch {
    /*padding:0 2px 3px 32px;*/
    /*background-image:url(https://static.3dsellers.com/webstoreplace/images/templates/win8_style/field.jpg);*/
    /*background-repeat:no-repeat;*/

    width: 239px;
    height: 28px;
    padding: 4px 2px 3px 14px;
    /* background-image: url(https://static.3dsellers.com/webstoreplace/images/templates/win8_style/field.jpg); */
    background-repeat: no-repeat;
    color: #444;
    border: 1px solid #CCC;
    border-radius: 20px;
    outline: none;
    margin-bottom: 1rem;
}
.searchb {
    background-image: url(https://static.3dsellers.com/webstoreplace/images/templates/win8_style/searchicon.jpg);
    background-repeat: no-repeat;
    width: 17px;
    height: 20px;
    margin-top: .2rem;
    margin-right: .2rem;
}

input {
    border:none;
}

#header_search
{
    margin-left: .5rem;
    padding: .3rem .8rem 0 .8rem;
    font-size: 18px;
    color: white;
    background-color: #cccccc;
    display: inline;
    border-radius: 5px;
    cursor: pointer;
    height: 2.2rem;;
}

#header_search span:hover{color:#1DA2F7;}

/* end of header */

/* The feature item */

#featured
{
    display: none;
    width:100%;
    background-color: #ECECEC;
    height: 334px;
    margin: 0 auto;
    margin-top: 32px;
    border: 1px solid #cdcdcd;
    position:relative;
    background-repeat: no-repeat;
    border: 1px solid #cdcdcd;
    background-image: url(https://static.3dsellers.com/webstoreplace/images/templates/win8_style/feature_item.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

#feature_title
{
    /*width: 50%;*/
    margin: 0 auto;
    /*margin: 157px 0px 0px 330px;*/
    /*width: 480px;*/
    /*height: 90px;*/
    text-align: center;
    font-size:13px;
    padding-top: 118px;
    padding-left: .75rem;
    padding-right: .75rem;
}

#feature_title h1
{
    color: #000000;
    font-size: 24px;
}

#buy_it_now_box
{
    position: absolute;
    bottom: 0px;
    left: 430px;
    background-color: white;
    height: 50px;
    font-size: 22px;
    padding: 15px;
    text-align: center;
}

#featured  .price
{
    color:Black;
    font-weight:bold;
}

#buynowhome
{
    color:#5366c5;
    font-weight:bold;

}

#buynowhome:hover
{
    color:#687ff6;
}

.featuredimage
{
    position: absolute;
    top: 35px;
    right: 81px;
    max-width: 750px;
    max-height: 405px;
}

#featuredshadow
{
    background-image:url(https://static.3dsellers.com/webstoreplace/images/templates/win8_style/shadow.png);
    width:1150px;
    margin:0 auto;
    margin-top:0px ;
    height:14px;
}

.customImage
{
    text-align:center;
    margin:10px 0px 10px 0px;
    height:300px;
    padding-top: 20px;
    display: table-cell;
    vertical-align: middle;
    width: 1500px;
}

/* pagination */

#upperPaginationDiv
{
    /*padding: 15px 0px 40px 10px;*/
}

#downPaginationDiv
{
    padding: 15px 0px 40px 10px;
    clear:both;
    display: flex;
    flex-wrap: wrap;
}

.pagination_box
{
    font-size: 20px;
    cursor: pointer;
    float: left;
    margin-right: 45px;
    /*margin: 0 45px 0 0;*/
    color: #999;
    height: 36px;
    padding: 2px 15px 0px 15px;
    border: 1px solid #BBB;
}

.pagination_box:hover
{
    background-color:#c8c8c8;
    color:white;
}

.pagination_box_selected
{
    background-color:#c8c8c8;
    cursor:default;
    color:white;
}

.pagination_box_disabled
{
    color: #999;
    cursor:default;
}

#paginationNextUpper
{
    float: left;
    /*margin-left: 30px;*/
    padding: 2px 10px 0px 10px;
    height: 36px;
}

#paginationPreviousUpper
{
    float: left;
    margin-right: 45px;
    padding: 2px 10px 0px 10px;
    height: 36px;
}

#numbers
{
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}

.pagenum
{
    /*float: right;*/
    font-size: 19px;
    color: #999;
    /*padding-top: 12px;*/
    /*margin-right: 80px*/
}

.downPaginationItemsPerPageBox
{
    margin-left: 60px;
    text-align: right;
}

#items_per_page
{
    color: #999;
    font-size: 20px;
    /*padding: 0px 10px 0px 27px;*/
}

#slct_itemsPerPage
{
    color: #706464;
    padding: 11px;
    font-size: 20px;
    border-color: #e0e0e0;
    background-color: #f1f1f1;
    margin-top: -4px;
}

/* Categories */

#categories_win8 {
    width:272px;
    min-height:430px;
    padding:10px;
    background-color:White;
    border-bottom:1px solid #d5d5d5;
}

#categories_win8 h2 {
    color:#0CF;
    font-size:36px;
    margin:4px 2px 5px 9px;
    font-size:23px;
    border-bottom:1px solid #f1f1f1;
    font-family:Tahoma, Geneva, sans-serif;
    font-weight:lighter;
    height:36px;

}

.menu_grey  a {padding: 10px 10px 10px 50px; text-decoration:none; display: block; color: #333; position: relative; text-shadow: 1px 1px 1px #fff;}
.menu_grey a:hover {color: #990000;}
.menu_grey a:active{}
.menu_grey a.parent_cat.active {}
.menu_grey  a{background: url('https://static.3dsellers.com/webstoreplace/images/templates/win8_style/li.jpg') no-repeat 0 center;background-position-x: 14px;}
.menu_grey .dcjq-parent { background: none;}

.menu_grey .levelThreeLink{background: url('https://static.3dsellers.com/webstoreplace/images/templates/win8_style/li.jpg') no-repeat 0 center;background-position-x: 14px;}

.menu_grey {list-style-type: none;margin: 0px;padding: 0px;font: bold 14px Arial, sans-serif; }
.menu_grey li {list-style-type: none;margin:0px; padding: 0; border: none;}
.menu_grey ul {padding-left: 20px;}

.menu_grey .dcjq-parent .dcjq-icon  {position: absolute; top: 50%; left: 14px; width: 34px; margin-top: -17px; height: 34px; background: url('https://static.3dsellers.com/webstoreplace/images/templates/win8_style/lion.jpg') no-repeat 0 center;}
.menu_grey  .active  .dcjq-icon{position: absolute; top: 50%; left: 14px; width: 34px; margin-top: -17px; height: 34px;background: url('https://static.3dsellers.com/webstoreplace/images/templates/win8_style/cat-open.png') no-repeat 0 center;}

.menu_grey .active {color: #990000;}

#categories_background_shadow { background: url("https://static.3dsellers.com/webstoreplace/images/templates/win8_style/sidebarshadow.png") no-repeat 0 center;}

/* Products page */

#prd_title {color:#6c6c6c;font-size:24px;margin-bottom:30px;}

#prd_info_table
{
    background-color:white;width:100%;height:366px;
}

#prd_price
{
    color: #1da2f7;
    text-align: center;
    font-size: 20px;
    padding: 20px 0px 20px 0px;
}

.prd_button
{
    font-weight: bold;
    background-color: #1da2f7;
    color: white;
    width: 129px;
    height: 50px;
    border-bottom: 4px solid #128bd8;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    display: inline;
    cursor: pointer;
}

.prd_button:hover
{
    color:rgb(48, 75, 145);
}

#imgProductContainer
{
    display: block;
    /*max-width: 360px;*/
    max-height: 360px;
    margin: 0px auto 0px auto;
}

#products
{
    min-height:380px;
    width:968px;
    padding:13px 0 0 0;
}

.homeproduct {
    background-position:bottom;
    width:265px;
    height:400px;
    background-color: white;
    /*float:left;*/
    margin:7px;
    margin-bottom: 14px;
    display: inline-block;

}

.prd_title
{
    overflow:hidden;
    padding:15px 10px 0px 10px;
    font-size:14px;
}

.prd_image
{
    max-width: 230px;
    max-height: 230px;
}

.productimages
{
    display: table-cell;
    vertical-align: middle;
    height:226px;
    width:265px;
}

.shadow_box
{
    height:300px;
}

.pro_bids_or_buynow {
    float:left;
    width:80px;
    padding-left:11px;
    color: #999;
    margin: 29px 0 0 0;
}

.pro_price {
    text-align: center;
    width: 89px;
    height: 32px;
    background-image: url("https://static.3dsellers.com/webstoreplace/images/templates/win8_style/price.png");
    background-repeat: no-repeat;
    margin: 24px -7px -2px 3px;
    padding: 4px 0 1px 0px;
    color: #fff;
    text-shadow: 1px 1px 0 #333;
    display: inline-block;
    float: right;
    background-position-x: 100%;
}

.priceText
{
    margin-right:5px;
}

.homeproduct h2 {
    font-size:19px;
    border-bottom:1px solid #f2f2f2;
    color:#CCC;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight:lighter;
    padding-left:9px;
    padding-top:10px;
}

#footer_win8 {
    background-color:#FFF;
    height:70px;
    color:#000000;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:13px;
    padding-top:10px;
    text-align:center;
    margin-top:30px;
}

#footer_win8 a{
    color: #006698;
}

#admin-bar {
    min-height: 30px;
    padding: 0 0 20px 0;
    width: 100%;
    background: #ff0000; /* for IE*/
    background: rgba(255, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #d9d9d9;
    line-height: 28px;

    -webkit-box-shadow: 0px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0px auto;
}

.none-linked {
    display: none;
    cursor: default;
}

.featuredcontent{
    width: 73%;
}


@media screen and (max-width: 1157px) {

    table.container-wrap-categories-sidebar-main {
        max-width: 992px;
        width: 100%;
        margin: 0 auto;
    }

    #upperPaginationDiv {
        /*padding: 15px 0px 40px 50px;*/
        /*max-width: 565px;*/
    }

    div#itemsPage {
        margin: 0 auto;
        display: table;
        max-width: 565px;
        width: 100%;
    }

    td.container-side-bar {
        margin: 85px 0px 0px 0px;
        display: table;
    }

    .customImage .img-responsive{
        max-width: 400px;
    }

}

@media screen and (min-width: 1000px) {

    #featured {
        display: block;
    }

}

@media screen and (min-width: 1408px) {

}

#featured-small{
    display: none;
    background-color: #ECECEC;
    border: 1px solid #cdcdcd;
}

#featured-small .featured-image{

}

#feature-small-title{
    text-align: center;
}

#feature-small-title h1{
    color: #000000;
    font-size: 24px;
}

#featured-small #buy_it_now_box{
    position:unset;
}

@media screen and (max-width: 999px) {

    #featured-small{
        display: block;
    }

}



#itemsPage{
    text-align: center;
    /*display: inline-block;*/
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2rem;
}






@media screen and (max-width: 540px) {

}

.store-name {
    margin-left: 2rem;
}

#top-header-section{
    padding: 1rem 1.5rem 0.5rem 1.5rem;
}

@media screen and (min-width: 1088px){

    #logoBackground{
        position: relative;
        top: 3rem;
    }
}

@media screen and (max-width: 768px) {

    .new-menu .item .border {
        margin-right: .3rem;
    }

    .new-menu .item {
        padding: .3rem .3rem;
    }

    #categories_win8{
        width: 100%;
        border-bottom: unset;
        padding: unset;
        min-height: unset;
    }

    .navbar-burger {
        margin-top: -2.5rem;
    }

    .navbar-burger:hover{
        background-color: unset;
    }

    .pagination_box{
        font-size: 14px;
        height: 30px;
        padding: 2px 10px 0px 10px;
    }

    #paginationNextUpper{
        height: 30px;
        padding: 2px 10px 0px 10px;
    }

    #items_per_page{
        font-size: 14px;
    }

    #slct_itemsPerPage{
        font-size: 14px;
    }

    .downPaginationItemsPerPageBox{
         margin-left: unset;
         text-align: unset;
    }

    #paginationPreviousUpper {
        height: 30px;
    }

    #featured-new .image-background{
        background-color: #ECECEC;
    }

    #featured-new .image-background img{
        display: none;
    }

    .featured-new-1 {
        background-color: #ECECEC;
    }

    .featured-new-1 img{
        display: none;
    }

}

@media screen and (max-width: 1279px){
    .featuredimage{
        top: 60px;
        right: 71px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1472px){
    .featuredimage{
        top: 72px;
        right: 101px;
    }
}

@media screen and (min-width: 1473px){
    .featuredimage{
        top: 73px;
        right: 136px;
    }
}


.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    height: 100%;

}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#product-details-box{
    margin-top: 1rem;
}

.wrap-main-image{
    background-color:white;
    margin-right: 2rem;
}

.wrap-main-details{
    background-color:white;
    margin-right: 2rem;
}

.wrap-thumbnails{
    display: inline-flex;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

#featured-new{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#featured-new .image-background{
    min-width: 0;
    margin: 5px;
}

#featured-new .title{
    width: 73%;
    position: relative;
    top: -15rem;

}

#featured-new .title a{
    text-decoration: none;
}

#featured-new .title h1{
    color:#000000;
}

#featured-new .image-background img{
    width: 100%;
}

.featured-new-1 {
    border: 1px solid #DDDDDD;
    height: 335px;
    position: relative;
}

.featured-new-1 .over-image {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
}

.featured-new-1 img{
    width: 100%;
    height: 100%;
}


