h5 {
    color: #777 !important;
    text-align: center;
}

body, html {
    margin: 0;
    width: 100%;
}

img {
    border: 0;
}

div.item-title {
    position: relative;
    text-align: left;
    padding-right: 40px;
    color: #777;
}

h1.item-title {
    font:  21px 'Open Sans', Arial;
    margin: 0;
    display: block;
    vertical-align: middle;
    line-height: normal;
    letter-spacing: 0.05000000074505806px;
    text-transform: capitalize;
    color: black;
    padding-bottom: 15px;
    text-align: center
}

h2.item-title {
    font: bold 13px "Open Sans";
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    letter-spacing: 0.05000000074505806px;
    text-transform: capitalize;
    color: #5a5d62;
}

div.outer {
    height: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

div.wrapper {
    position: relative;
    width: 100%;
    text-align: left;
}

footer {
    margin-top: 30px;
}

div.item-wrapper {
    height: 100%;
    width: 100%;
    padding: 0 20px 20px 20px;
    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";*/
    /*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.detailholder {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 330px;
    text-align: center;
    z-index: 1000;
    height: 100%;
}

div.detailpadding {
    position: relative;
    padding: 0 0 25px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    -ms-box-sizing: border-box
}

div.detailscroll {
    overflow: auto;
    text-align: left;
    height: 87%;
    width: 315px;
    padding-top: 15px;
}

div.controls {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 10;
}

div.line {
    position: absolute;
    top: 0;
    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.bigpictureholder {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;

}

div.bigpicture {
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin: auto;
}

@media screen and (max-width: 992px) {
    h1.item-title {
        font-size: 14px;
    }

    .mediaWrapper {
        padding: 0;
    }
}

div.previous {
    position: absolute;
    left: 0;
    top: 0;
    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.dynloadarea {
    width: 100%;
    height: 100%;
    z-index: 0;
    padding: 10px;
    border: 1px solid #aaa;
    background: #fff;
}

img.bigpicture {
    max-height: 100%;
    max-width: 100%;
    z-index: 100;
    position: relative;
}

a.controls {
    margin-left: 5px;
    z-index: 1000;
    text-decoration: none;
    float: left;
    color: #aaa;
    font-size: 23px;
}

div.faded {
    margin-left: 5px;
    opacity: 0.30;
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
    float: left;
}

div.sold {
    font: bold 35px "Open Sans";
    color: #777;
    position: absolute;
    left: 50%;
    margin-left: -48px;
    top: 38px;
    z-index: 100;
}

div.product-details .left-title {
    display: block;

    width: 100%;
    font-weight: bold;
    font-size: 13px;
    color: #777;
    text-align: left;
}

div.product-details .left-side {
    display: block;
width: 100%;
    color: #777;
    text-align: left;
    margin-bottom: 20px;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;
}

div.product-details .left-side a {
    color: #777;

}

div.product-details {
    margin-bottom: 28px;

}

@media screen and (min-width: 992px) {


  div.product-details {

      columns: 4;
  }
}

.item-long-description {
    margin-top: 8px;
}

.item-long-description p {
  text-align: center;
}

.item-long-description p {
    margin: 0 0 5px 0;
    color: #777777;
}

.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;
}

/*button.moreinfo {*/
    /*padding-right: 5px;*/
/*}*/

/*button.order {*/
    /*padding-left: 5px;*/
/*}*/

.btnBox {
    display: table;
    margin: auto;
    margin-top: 30px;
}

button.styled-button,
button.styled-button:hover {
    background: #D1CDCA;
    border: 0px solid #fff;
    color: color: #777;
    padding: 10px 10px;
    margin: 5px 1px;
    font-size: 15px;
    text-transform: none;
    line-height: 22px;
    float: left;
width: unset;
padding: 10px 30px
}

#slider {
    height: 100%;
}

.product-details {
    text-align: left;
}

#wrap > section > div.container {
    width: 100%;

}

.addthis_toolbox:before,
.addthis_toolbox:after {
    display: table;
    content: "";
}

.addthis_toolbox:after {
    clear: both;
}

[class*="addthis_button"] {
    display: block;
    float: left;
    margin-left: 4px;
}

[class*="addthis_button"]:first-child {
    margin-left: 0;
}

[class*="addthis_button"] .fa {
    color: #ddd;
    font-size: 30px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

[class*="addthis_button"]:hover .fa {
    color: #ccc;
}

#policyButtonToggle {
    text-decoration: underline;
    color: rgb(136, 136, 136);
}

#policyButtonWrapper {
    text-align: left;
    margin-top: 15px;
}

#policyButtonToggle:hover {
    color: rgb(0, 0, 0);
}

.HomePortfolioSection {
    margin-right: -15px;
    margin-left: -15px;
}

div.thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}

@media only screen and (max-width: 767px) {
    div.detailtext,
    div.detailtitle,
    div.bigpictureholder {
        padding-left: 0;
        padding-right: 0;
    }
}

div.detailtitle {
    min-height: 40px;
}

div.detailimage {
    margin: 10px 10px 0 0;
    border: solid 1px #aaa;
    cursor: pointer;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

ul.detailimages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

ul.detailimages li {
    list-style: none;
    width: 98px;
    margin: 0 5px 10px;
}

ul.detailimages li img {
    max-height: 94%;
    max-width: 94%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

img.img-item {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    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: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 65%;
}

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;
    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;
    right: 0;
    margin: auto;
}

a.tooltips:hover::before {
    opacity: 1;
}

#similar-items-list {
    width: calc(100% + 10px);
}

div.similar{
  display: block;

  font-weight: bold;
  font-size: 14px;
  color: #777;
  text-align: center;
  margin-top: 30px;
}
div.similar-item-holder {
    width: calc(25% - 10px);

    margin: 10px 10px 0px 0px;
    float: left;
    border: 1px solid #ccc;
    padding-top: calc(25% - 10px);
    position:relative;
    display: block;
}
div.similar-item{
  position: absolute;
  top: 5%;

  left: 5%;

  height: 90%;

  width: 90%;
display: table;
}
div.similar-item a{
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
div.similar-item a img{
  max-height: 90%;
  max-width: 90%;
}
