/*
	Wearing Style
*/

.accessories {
    padding: 50px calc((100% - 1190px)/ 2);
    padding-top: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.accessories .accessory {
    margin-bottom: 2em;
}

.accessories .accessory .title {
    text-align: center;
    margin-bottom: 1em;
}

section.video h2,
.accessories .accessory .title h2 {
    color: #292929;
    font-size: 36px;
    font-weight: 600;
}

.accessories .accessory .gallery {
    position: relative;
}

.accessories .accessory .gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.accessories .accessory .text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.accessories .accessory .text .half {
    margin-top: 1em;
    padding: 0em 1em;
    width: 50%;
}

.accessories .accessory .text .half.info {
    order: 1;
}

.accessories .accessory .text .half.info p {
    font-size: 18px;
    line-height: 26px;
    color: #4F7082;
    display: none;
}

.accessories .accessory .text .half.info.show p {
    display: inline;
}

.accessories .accessory .text .half.info p:first-of-type {
    display: inline;
}

.accessories .accessory .text .half.info a {
    display: block;
    margin-top: 0.4em;
    text-decoration: underline;
    color: #32b4a6;
    font-weight: 600;
}

.accessories .accessory .text .half.info a.read_more {
    text-decoration: none;
    cursor: pointer;
}

.accessories .accessory .text .half.categories {
    order: 2;
}

.accessories .accessory .content .text .half.categories .label {
    margin-bottom: 0.5em;
}

.accessories .accessory .content .text .half.categories .label li {
    display: inline-block;
    vertical-align: top;
    color: white;
    padding: 0.3em 0.6em;
    border-radius: 5px;
    font-size: 14px;
    margin: 0em 0.2em 0.5em 0em;
    line-height: 18px;
    border: 1px solid #e6e6e6;
    color: #32b4a6;
    font-weight: 600;
}

.accessories .accessory .content .text .half.categories .label li.all {
    display: none;
}

.accessories .accessory .content .text .half.categories .label li:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/wp-content/themes/angelsense/images/wearing/sensory-friendly.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    top: -2px;
}

.accessories .accessory .content .text .half.categories .label li.angelsense-watch-compatible:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/watch-compatible.svg);
}

.accessories .accessory .content .text .half.categories .label li.tamper-proof:before,
.accessories .accessory .content .text .half.categories .label li.temper-proof:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/temper-proof.svg);
}

.accessories .accessory .content .text .half.categories .label li.angelsense-wearable-compatible:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/gps-tracker-compatible.svg);
}

.accessories .accessory .content .text .half.categories .label li.washable:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/washable.svg);
}

.accessories .accessory .content .text .half.categories .label li.non-removable:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/non-removable.svg);
}

.accessories .accessory .content .text .half.categories .label li.discreet:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/discreet.svg);
}

.accessories .accessory .content .text .half.categories .label li.adaptable:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/adaptable.svg);
}

.accessories .accessory .content .text .half.categories .label li.waterproof:before,
.accessories .accessory .content .text .half.categories .label li.water-proof:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/water-proof.svg);
}

.accessories .accessory .content .text .half.categories .label li.optional:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/optional.svg);
}

.accessories .accessory .content .text .half.categories .label li.included:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/included.svg);
}

section.video {
    padding: 50px calc((100% - 1190px)/ 2);
    text-align: center;
}

section.video .video_wrap {
    margin-top: 2em;
}

section.about {
    padding: 50px calc((100% - 1190px)/ 2);
    padding-bottom: 100px;
    background-color: #EFEFF4;
}

section.about h2 {
    margin-bottom: 0.5em;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #32b4a6;
    line-height: 1.2;
}

section.about .wrap {
    margin-top: 2em;
    display: block;
}

section.about .wrap div {
    margin: 0 auto;
    width: 55%;
    text-align: center;
}

section.about .wrap div p {
    font-size: 16px;
    line-height: 24px;
    color: #4F7082;
}

a#back {
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 10000000000;
    background-color: #4F7082;
    padding: 0.5em 1em 0.5em 1.5em;
    box-shadow: 0px 0px 5px #8d55551c;
    font-weight: 600;
    color: white;
    border-radius: 2.1875rem 0rem 0rem 2.1875rem;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

a#back.show {
    opacity: 1;
    visibility: visible;
}