body,html{
    margin: 0px;

    width: 100%;

}
body, p{


}


img{
    border: 0px;
}
div.detail-title{
    position: relative;
    text-align: center;
    /*top: 12px;*/
    width: 100%;
  padding-top: 0px;
}
h1.detail-title{
    font-size:   23px ;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    letter-spacing: 0.05000000074505806px;
padding:0px 70px 0px 70px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

div.strong{
  font-weight: 600;
  display: inline-table;
}
div.thin{
display: inline-table;
margin: 0px 5px;

}
@media screen and (max-width: 768px) {
  h1.detail-title{

      letter-spacing: 0.0px;
  padding:0px;
  }
}

h2.detail-title{
    font: bold 13px 'Open Sans', Arial;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    letter-spacing: 0.05000000074505806px;
    text-transform: capitalize;

}

div.outer{
    height:100%;
    width:100%;
    padding: 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

div.wrapper{
    /*border: 1px solid #868685;*/
    position: relative;

    width:100%;
    text-align: left;
    /*-moz-box-shadow:4px 4px 4px #C7C5C5;*/
    /*-webkit-box-shadow:4px 4px 4px #C7C5C5;*/
    /*box-shadow:4px 4px 4px #C7C5C5;*/
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C7C5C5')";*/
    /*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C7C5C5');*/
}

#position em.on {
    color:  #aaa;
}
#position em {
    display: inline-block;
    padding: 0 3px;
    font-style: normal;
    text-shadow: 0 -1px 0
    rgba(0, 0, 0, .35);
    font-family: sans-serif;
    font-size: 30px;
}


@media screen and (min-width: 768px) {
  #position {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #position {
    margin: 5px auto;
    width: 100%;
    text-align: center;
    display: block;
  }
}



.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color:
    #222;
    font: 500 20px 'Crimson Text', serif;
    text-transform: uppercase;
    text-align: center;
}
.close {

    font-size: 30px;

}
footer{
margin-top: 30px;
}
div.item-wrapper {
    height: 100%;
    width: 100%;
   padding: 30px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a.moreinfo{
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    display: block;
    font-family: 'Open Sans', Arial;
    /*text-shadow: 1px 1px 0 rgba(255,255,255,0.9);*/
    color: #5a5d62;
    outline: 0;
    text-decoration: none;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
    position: relative;
}
div.detailimage{
    border: solid 0px #000000;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
}
div.detailimage img {

}

div.detailholder{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 330px;
    text-align: center;
    z-index: 1000;
    height: 100%;
}
div.detailpadding{
    position: relative;
    padding: 0px;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    -ms-box-sizing: border-box;

}

div.detailpadding div.item-long-description{
  font-size: 17px;
}
div.detailscroll{
    overflow: auto;
    text-align: left;
    height: 87%;
    width: 315px;
    padding-top: 15px;
}
div.controls{
    position: absolute;

    right: 20px;

    z-index: 10;
    top: -10px
}

@media screen and (max-width: 768px) {

  div.controls{

    top: -30px

  }

}
div.line{
    position: absolute;
    top: 0px;
    right: 300px;
    display: block;
    height: 100%;
    width: 1px;
    background: #868685;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    -ms-box-sizing: border-box;
    border-bottom: solid 10px  #868685;
    border-top: solid 10px  #868685;
}

div.bigpicture {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
  border: 0px solid #777;
  padding-top: 100%;

}

@media screen and (min-width: 768px) {
	div.bigpictureholder{
	height:100%;
	min-height: 200px;
	}
}
div.previous{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    z-index: 10000;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}
div.next{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    z-index: 10000;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}
div.next:hover, div.previous:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

div.dynloadarea {
    width: 100%;
    /*position: absolute;*/
    /*top: 0px;*/
    /*height: 100%;*/
    /*left: 0px;*/
    position: absolute;
top: 0px;
left: 0px;
height: 100%;
}

img.bigpicture{
    max-height: 100%;
    max-width: 100%;
    z-index: 100;
    position: relative;
}
div.showlogo{
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -225px;
    width: 151px;
    height: 19px;
    z-index: 10000;
    height: 100%;
}
div.previous-big-control{
    background:url(../images/controls.png) no-repeat  -0px 0;
    float:left;
    margin-left:10px;
    width: 30px;
    height: 50px;
}
div.next-big-control{
    background:url(../images/controls.png) no-repeat  -30px 0;
    float:right;
    margin-right:10px;
    width: 30px;
    height: 50px;
}
a.controls{
    margin-left: 5px;
    z-index: 1000;
    text-decoration: none;
    float: left;
}
div.controls, div.controls a{
  font-size: 30px;
  color:  #aaa;
}
div.controls a:hover{
  color: #ccc;
}
div.controls i{
  margin: 0px 2px;
}
div.faded{
    margin-left: 5px;

    float: left;
}
div.faded i{
  opacity:0.30;
  filter: alpha(opacity=30);
  -moz-opacity: 0.30;
}
.previous-control{

}
.next-control{

}
.close-control{

}

div.product-details .left-side {

  display: inline-block;
    font-weight: bold;
    font-size: 17px;

}
div.product-details .right-side {
    display: inline-block;

}
div.product-details .right-side a {

}
div.product-details {
    margin-bottom:10px;
    text-align: center;
}

.similar-items h2 {
    font: bold 19px 'Open Sans', Arial;
    margin: 15px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    letter-spacing: 0.05000000074505806px;
    text-transform: capitalize;
    color: #5a5d62;
    width: 100%;
    cursor: pointer;
}

#similar-items-list {
    width: 100%;
}
#similar-items-list div {
    width: 115px;
    height: 114px;
    overflow: hidden;
    margin: 10px 10px 0px 0px;
    float: left;
}
.similar-items-list img {
    position: absolute;
    margin: auto auto;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
}

.item-long-description {
    width: 100%;
    padding: 10px;
    text-align: center;
    padding-bottom: 30px;
}

.item-long-description p {
    margin: 0 0 5px 0;
}

.clear {
    clear: both;
}

#request-error {
    width: 100%;
    color: red;
    display: none;
}

#request-succes {
    width: 100%;
    color: green;
    display: none;
}


.swipe {
    position:relative;
    z-index:1;
}


hr{
  border-top: 1px solid #7A7A7A;
  margin-top: 0;
margin-bottom: 0;
}
button.addToCart,
button.moreinfo,
span.shippingbutton,
span.sharebutton {
  background:  transparent;
  border: 0;
  font-family:  'Open Sans', sans-serif;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
  width: 100%;
letter-spacing: 2px;
font-size: 11px;
}

/*.swipe .img-item {*/
    /*margin-right: 15px;*/
/*}*/

#soldItemErrorPlacement {
/*#addToCartErrorPlacement {*/
    display: none;
    color: red;
    text-align: left;
}

#my-cart-modal .modal-dialog {
    z-index: 1050;
}




    @media only screen and (max-width: 767px) {
	    div.detailtext, div.detailtitle, div.bigpictureholder{
padding: 0px
	    }
	}
    div.detailtitle{
    min-height: 66px;
    }

     div.detailimage {

     border: 0px solid #999;

	    cursor: pointer;
	    width: 100%;
	    height: 0px;
	    padding-top: 100%;
	    position: relative;
	}

     ul.detailimages{
		display: flex;
		flex-wrap: wrap;
		justify-content:left;
		margin-right: -10px;
		padding: 0px;

    }
    ul.detailimages li{
	    list-style: none;
	    width: calc(100% * (1/4) - 10.01px );
		margin-right: 10px;
    }

@media screen and (max-width: 768px) {
  ul.detailimages {
    display: none;
  }
}



    #slider ul li,#slider ul {
        height: 100%;
        position: relative;
        list-style: none;
    }

    @media only screen and (max-width: 480px) {
        #slider ul li, #slider ul {

        }
    }

    ul.detailimages li img {
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        margin: auto;
    }

    img.img-item {

        max-width: 100%;
        /*position: absolute;*/
        /*top: 0px;*/
        /*left: 0px;*/
        /*bottom: 0px;*/
        /*right: 0px;*/
        margin: auto;
    }

    img.image{
        position: absolute;
        z-index: 1000;
        height:100%;
        width:100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    div.breadcrumbs a{
        font-size: 13px;
        color: #2C2A2A;
        text-decoration: none;
        font-weight: normal;
    }
    div.breadcrumbs {
        text-transform: uppercase;
        padding-top: 15px;
        font-size: 13px;
        color: #2C2A2A;
        text-decoration: none;
        margin: 15px 0 10px;
    }
    a.tooltips{
        /*display: inline-block;*/
        position : relative;
        height: 100%;
		width: 100%;
    }
    a.tooltips::before {
        content: attr(data-tip);
        font-family: arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        position: absolute;
        z-index: 9999999;
        white-space: nowrap;
        /*bottom: 9999px; */
        left: 0px;
        top:50%;
        background: #000;
        color: #e0e0e0;
        padding: 0px 7px;
        line-height: 32px;
        height: 32px;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-out;
        -moz-transition: opacity 0.4s ease-out;
        -o-transition: opacity 0.4s ease-out;
        transition: opacity 0.4s ease-out;
        width:150px;
        width: 150px;
		right: 0px;
		margin: auto;
    }
    a.tooltips:hover::before	{
        opacity: 1;
        /*bottom:-35px;*/
    }
.txbx{
  width: 100%;

padding: 3px 10px;

margin-bottom: 4px;

border: 1px solid #ccc;
}

a.zoomlink1, a.zoomlink2{
  font-size: 25px;
  position: absolute;
}
a.zoomlink1{
  left: 10px;
}
a.zoomlink2{
  right: 10px;
}







@media only screen and (min-width: 992px) {
	    div.detailtext{
padding-top: calc(50% - 96px)
	    }
      div.detailpadding{
        position: absolute;
top: 0px;
min-height: 100%;
width: calc(100% - 140px);
margin: 0px 70px;
padding-bottom:40%;
height: unset;
left: 0px;
      }
      ul.detailimages {

    position: absolute;
    width: calc(100% + 10px);
    bottom: 0px;
margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  div.detailtext{
  padding-top: calc(41.66666667% - 96px)
  }
div.detailpadding{
  width: calc(100% - 220px);
  margin: 0px 110px;
    }
}
