@media print {
    #ghostery-tracker-tally {
        display: none !important
    }
}

a,b,body,button,dd,div,form,h3,h4,html,i,img,input,p,span,th,time,tr,var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none
}

body {
    font-size: 12px;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background: #fff
}

img {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    width: 100%
}

.ladi-wraper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff
}

.ladi-section {
    margin: 0 auto;
    position: relative;
    padding: 0 10px
}

.ladi-section .ladi-section-background {
    position: relative
}

.ladi-element {
    position: relative
}

.ladi-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-button {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ladi-button:active {
    transform: translateY(2px)
}

.ladi-button .ladi-button-background {
    height: 100%;
    width: 100%;
    pointer-events: none
}

.ladi-button>.ladi-element {
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    display: table;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.ladi-form {
    position: relative;
    width: 100%;
    height: 100%
}

.ladi-form .ladi-form-item-container {
    position: relative;
    width: 100%;
    height: 100%
}

.ladi-form .ladi-form-item {
    width: 100%;
    height: 100%;
    position: relative
}

.ladi-form .ladi-form-item-background {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.ladi-form .ladi-form-item .ladi-form-control {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    color: inherit;
    font-size: inherit;
    border: none
}

.ladi-image {
    position: relative
}

.ladi-headline {
    width: 100%;
    display: inline-block
}

.ladi-headline a {
    text-decoration: underline
}

.ladi-line {
    position: relative
}

.ladi-line .ladi-line-container {
    border-bottom: 0!important;
    border-right: 0!important;
    width: 100%;
    height: 100%
}

a[data-action] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

a:visited {
    color: inherit
}

a:link {
    color: inherit
}

[data-action=true] {
    cursor: pointer
}

.ladi-wraper {
    margin: 0 auto;
    max-width: 420px;
    width: 100%
}

body {
    font-family: "Open Sans",sans-serif
}

.ladi-headline {
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px
}

h3.ladi-headline {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0
}

.ladi-box {
    background-color: #fffde7;
    border-style: solid;
    border-color: #ee291f;
    border-width: 2px;
    border-radius: 5px
}

.ladi-element.ladi-image {
    margin-bottom: 20px
}

.ladi-element.header-block {
    margin-bottom: 10px
}

.ladi-product {
    margin: 10px auto 30px;
    max-width: 400px;
    width: 100%
}

.ladi-product img {
    max-width: 100%;
    width: auto;
}

.form-wrapper {
    padding: 20px;
    background: #000;
    margin-top: 20px
}

.form-block {
    border: 2px solid #ee2a20;
    border-radius: 5px;
    text-align: center;
    background: #fffde7;
    padding: 20px
}

.form-header {
    font-size: 24px;
    color: #dc143c;
    font-weight: 700;
    margin-bottom: 20px
}

.prices {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px
}

.prices p {
    width: 100%
}

.new-price {
    font-weight: 700;
    color: #1663c7;
    font-size: 41px;
    text-align: center;
    line-height: .956522;
    display: inline-block;
    margin-top: 6px
}

.old-price {
    /* text-decoration-line:line-through; */
    color: #ee291f;
    font-size: 22px;
    text-align: center;
    line-height: .956522;
}

.field-block {
    width: 100%;
    margin-bottom: 20px
}

.field-block input,select {
    outline: 0;
    border: 1px solid #ffccaf;
    width: 100%;
    font-size: 18px;
    color: #000;
    padding: 10px 5px
}

form button {
    width: 100%;
    max-width: 326px;
    font-weight: 700;
    outline: 0;
    border: none;
    color: #fff;
    background: #ee291f;
    padding: 8px 30px;
    font-size: 26px;
    margin-bottom: 15px;
    cursor: pointer;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    margin-bottom: 20px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.addition {
    margin-bottom: 12px;
    color: #ee291f;
    font-size: 23px;
    text-align: center
}

.comments {
    padding: 0 10px
}

.comments-header {
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px
}

.comments-header .active {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    border-bottom: 2px solid #42a98b;
    padding-bottom: 5px
}

.commentsList {
    list-style-type: none;
    padding: 0
}

.comment {
    margin: 20px 0;
    font-size: 16px;
    border-bottom: 1px dashed grey;
    padding-bottom: 10px
}

.avatar {
    width: 48px;
    height: 48px;
    float: left;
    margin-top: 4px;
}

.comment .commentCont {
    padding-left: 55px;
    box-sizing: border-box;
    width: 100%
}

.username {
    font-style: italic;
    margin-bottom: 10px;
    font-size: 16px;
    color: #555
}

.username a {
    color: #046a9d;
    font-weight: 700
}

.username span {
    display: inline-block;
    margin-left: 4px;
    font-size: 14px
}

.commentBody a {
    color: #046a9d
}

.top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0
}

.top-nav .logo {
    max-width: 200px
}

.top-nav .logo img {
    max-width: 100%
}

.socials {
    display: flex
}

.socials a {
    background: #ccc;
    width: 26px;
    height: 26px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all ease
}

.socials a:hover {
    background: #000
}

.socials img {
    width: 18px;
    height: 18px
}

.menu {
    border-bottom: 2px solid #00bea1;
    display: flex;
    justify-content: space-between
}

.menu a {
    text-align: center;
    display: block;
    padding: 10px 3px;
    color: #333;
    background: #ededed;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 14px;
    width: calc(20% - 2px)
}

.menu a.active {
    background: #00bea1;
    color: #fff
}

.tags {
    margin: 20px 0;
    display: flex;
    justify-content: space-between
}

.tags a {
    display: inline-block;
    width: calc(33.33% - 3px);
    background: #00bea1;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    padding: 7px 3px;
    text-align: center
}

.btn-to-form {
    text-align: center;
    margin: 50px 0 40px
}

.btn-to-form a {
    display: inline-block;
    width: 100%;
    max-width: 375px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    border-radius: 20px;
    background: #3d9be9;
    color: #fff;
    padding: 11px 10px
}

.live-photo {
    margin-top: 10px;
}
