.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
float: left;
}
.clear_column {
clear:both;
display:block;
font-size:0; height:0;
line-height:0; width:100%;
overflow: hidden;
}  .full_width  {
width: 100%;
}
.one_half  {
width: 50%;
}
.one_third  {
width: 33.3%;
}
.two_third  {
width: 66.6%;
}
.one_fourth  {
width: 25%;
}
.three_fourth  {
width: 75%;
}
.one_fifth  {
width: 20%;
}
.two_fifth  {
width: 40%;
}
.three_fifth  {
width: 60%;
}
.four_fifth  {
width: 80%;
}
.one_sixth  {
width: 16.6%;
}
.five_sixth  {
width: 83.4%;
}  @media screen and (max-width: 600px) {
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
clear: both;
width: 100%;
margin-left: 0;
margin-right: 0;
margin-bottom: 1em;
}
}.pd-hotspot {
position: absolute;
z-index: 2;
background-color: white;
width: 36px;
height: 36px;
text-align: center;
font-size: 15px;
line-height: 36px;
border-radius: 18px;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
font-family: Arial, sans-serif;
cursor: pointer;
}
.pd-lookbook-component {
text-align: center;
}
.pd-lookbook-container {
position: relative;
width: auto;
display: inline-block;
}
.pd-hotspot-list li {
margin: 0;
}
.pd-reveal-hotspot-btn-container {
position: absolute;
right: 15px;
bottom: 19px;
}
.pd-hotspot-btn {
background-color: white;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
font-size: 14px;
font-family: Arial, sans-serif;
color: #111;
text-transform: none;
letter-spacing: normal;
border: 0;
border-radius: 3px;
padding: 5px 8px;
font-weight: initial;
}
a.pd-hotspot-link {
display: block;
width: 100%;
left: 0;
text-decoration: none;
color: #000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.pd-hotspot-btn:hover, .pd-hotspot-btn:focus {
color: #555;
background: #fff;
}
.pd-lookbook-legend {
position: relative;
}
.pd-hotspot:hover .pd-hotspot-bubble, .pd-hotspot.open .pd-hotspot-bubble, .pd-lookbook-lity .pd-hotspot-bubble {
visibility: visible;
opacity: 0.9;
}
.pd-hotspot-bubble {
position: absolute;
background: #000;
border-radius: .4em;
min-width: 100px;
padding: 7px 10px; text-align: center;
color: #fff;
text-shadow: 0 -.05em .1em rgba(0, 0, 0, .3);
line-height: normal;
transform: translate(-32px, -26px);
visibility: none;
opacity: 0;
transition: .4s;
bottom: 0;
}
.pd-hotspot-bubble:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
border: 12px solid transparent;
border-top-color: #000;
border-bottom: 0;
margin-left: -12px;
margin-bottom: -12px;
}
.pd-hotspot-list-item {
border-top-color: #000;
margin-bottom: 10px;
}
.pd-lookbook-cover-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
line-height: 0;
}
.pd-lookbook-cover-img-filler {
visibility: hidden;
opacity: 0;
width: 100%;
}
.pd-lookbook-collection-grid-item {
display: inline-block;
}
.pd-lookbook-collection-grid-item-2 {
width: 50%;
}
.pd-lookbook-collection-grid-item-3 {
width: 33.333333333%;
}
.pd-lookbook-collection-grid-item-4 {
width: 25%;
}
.pd-lookbook-collection-grid-item-5 {
width: 20%;
}
.pd-hotspot-list-item-inner {
padding: 2px;
}
.pd-lookbook-lity .pd-lookbook-img {
max-height: 90vh;
}
.pd-lookbook-lity .pd-reveal-hotspot-btn {
display: none;
}
@media only screen and (max-width: 768px) {
.pd-hotspot {
transition: 400ms;
opacity: 0;
visibility: hidden;
}
.pd-lookbook-container.visible .pd-hotspot {
visibility: visible;
opacity: 1;
}
.pd-lookbook-collection-grid-item-4, .pd-lookbook-collection-grid-item-5 {
width: 33.333333333%;
}
}
@media only screen and (max-width: 600px) {
.pd-lookbook-lity .pd-lookbook-img {
max-width: 100%;
}
.pd-lookbook-collection-grid-item-3, .pd-lookbook-collection-grid-item-4, .pd-lookbook-collection-grid-item-5 {
width: 50%;
}
}