
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    font-family: 'gothic';
    font-size: 15px;
    color: #252525;
    min-width: 320px;
}

html, body {
    min-height: 100%;
    height: 100%;
}

.wrapper {
    position: relative;
    min-height: 100%;
    padding-bottom: 90px;
}

.container {
    max-width: 1014px;
    margin: 0 auto;
    padding: 0 30px;
}

    .container:after {
        clear: both;
        display: table;
        content: "";
    }

p {
    margin: 0 0 20px;
}

a {
    color: #2258bb;
    text-decoration: none;
}

a[href^="tel"] {
    color: #7a7a7a;
    pointer-events: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.link {
    font-size: 17px;
    font-weight: bold;
    color: #f15635;
}

.link:hover {
    text-decoration: underline;
}

.title {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: normal;
    font-size: 20px;
    color: #343434;
}

.package-attributes-title {
    color: #f15635;
}

.addons-page h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px;
}

.select-property-heading {
    font-size: 24px !important;
    font-weight: bold;
}

input[type="text"], input[type="password"], input[type="number"], input[type="date"], .login-form input[type="email"], select {
    line-height: 20px;
    border: solid 1px silver;
    box-sizing: border-box;
}

.hidden {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.tooltip {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-image: url("../Content/Icons/Help.png");
}

.button-save {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: transparent;
    border: 0;
    background-image: url("../Content/Icons/Save.png");
    background-size: 19px 19px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
}

    .button-save:hover {
        background-size: 20px 20px;
    }

.button-delete {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: transparent;
    border: 0;
    background-image: url("../Content/Icons/Delete.png");
    background-size: 19px 19px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
}

    .button-delete:hover {
        background-size: 20px 20px;
    }

.field-validation-error {
    color: red;
    display: block;
    font-size: 14px;
    clear: both;
}

.validation-summary-errors {
    color: red;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding: 6px;
}

.view-error {
    color: red;
    padding: 14px;
    font-size: 16px;
    text-align: center;
}

.clear-link {
    color: initial;
    text-decoration: none;
}

    .clear-link:hover {
        text-decoration: none;
    }

@media print {
    .no-print {
        display: none;
    }
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
}

.ui-dialog .ui-button .ui-button-text {
    padding: 0 !important;
    font-family: inherit;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: white;
}

#loader-0 {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 180px;
    height: 180px;
    margin: -90px 0 0 -90px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #D83E1D;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader-1 {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3b54f3;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader-2 {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140px;
    height: 140px;
    margin: -65px 0 0 -65px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3bf354;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.checkbox {
    appearance: checkbox;
    -ms-appearance: checkbox;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    margin-right: 10px;
}

.checkbox-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



@font-face {
    font-family: 'gothic';
    src: url('../content/fonts/gothic.eot');
    src: local('gothic'), url('../content/fonts/gothic.woff') format('woff'), url('../content/fonts/gothic.ttf') format('truetype');
}

@font-face {
    font-family: 'uni_sansheavy_caps';
    src: url('../content/fonts/8519-webfont.eot');
    src: url('../content/fonts/8519-webfont.eot?#iefix') format('embedded-opentype'), url('../content/fonts/8519-webfont.woff2') format('woff2'), url('../content/fonts/8519-webfont.woff') format('woff'), url('../content/fonts/8519-webfont.ttf') format('truetype'), url('../content/fonts/8519-webfont.svg#uni_sansheavy_caps') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../content/fonts/icomoon.eot?w8swkq');
    src: url('../content/fonts/icomoon.eot?w8swkq#iefix') format('embedded-opentype'), url('../content/fonts/icomoon.ttf?w8swkq') format('truetype'), url('../content/fonts/icomoon.woff?w8swkq') format('woff'), url('../content/fonts/icomoon.svg?w8swkq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}


fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input[type="text"], input[type="password"], .login-form input[type="email"] {
    background: #fff;
    height: 40px;
    border: 1px solid #e2e2e2;
    padding: 0 12px;
    color: #000;
    font-size: 16px;
}

input[type="submit"],
input.submit,
button.search-btn,
a.go-to-gallery,
a.forwar-url-submit {
    height: 40px;
    line-height: 38px;
    background: #f15635;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer;
}

input[type="submit"].primary-button,
input[type="submit"].secondary-button,
.primary-button,
.secondary-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-style: none;
    height: 40px;
    line-height: 38px;
    border: 1px solid #f15635;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    cursor: pointer;
    transition: .2s ease;
}

input[type="submit"].primary-button,
.primary-button {
    background: #f15635;
    color: #fff;
}


input[type="submit"].secondary-button,
.secondary-button {
    background: transparent;
    color: #000;
}

input[type="submit"].primary-button:hover,
input[type="submit"].secondary-button:hover,
.primary-button:hover,
.secondary-button:hover {
    background: #D83E1D;
    color: #fff;
    text-decoration: none;
}

a.forwar-url-submit {
    display: block;
    width: 143px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}

    button.search-btn:focus {
        outline: none;
    }

    input[type="submit"]:hover,
    .primary-button.form-button:hover,
    input.submit:hover,
    button.search-btn.hover {
        background: #D83E1D;
    }

a.view-all {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
    outline: none;
    font: inherit;
    padding: 0;
    height: auto;
}

    a.view-all:hover {
        text-decoration: none;
    }

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

::placeholder {
    color: #000;
}

.ie-placeholder {
    color: #000;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

select {
    border-radius: 0;
}

img {
    max-width: 100%;
}

.header-wrapper {
    background: #343434;
    position: relative;
    z-index: 9999;
    margin: 0 0 30px;
}

.fixed-header .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.fixed-header .container {
    padding-top: 90px;
}

.home .header-wrapper {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
    margin: 0;
}

header {
    max-width: 1014px;
    width: 100%;
    margin: 0 auto;
    height: 59px;
    padding: 0 30px;
}


.logo {
    margin-right: 30px;
    height: 100%;
}

.logo img {
    height: 100%;
}

.slogan {
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding-left: 30px;
    flex: 1 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.hero {
    margin: -89px 0 27px;
    height: 500px;
    position: relative;
    background-position: center -750px;
    background-repeat: no-repeat;
    z-index: 5;
}

@media (max-width: 1024px) {
    .hero {
        background-attachment: scroll;
    }
}

@media (max-width: 1100px) {
    .hero {
        height: 400px;
        background-size: auto 1180px;
        background-position: center -400px;
    }
}

.hero-title {
    max-width: 1014px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 48px;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.6);
    padding: 0 30px;
}

.search-wrapper {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 18px 0 14px;
}

.search-form {
    max-width: 1014px;
    margin: 0 auto;
    position: relative;
    padding: 0 173px 0 30px;
}

input[type="text"].search-event-name {
    width: 100%;
    margin: 0 0 12px;
    font-size: 16px;
    outline: none;
}

@media (max-width: 470px) {
    input[type="text"].search-event-name {
        font-size: 14px;
    }
}

input[type="text"].search-event-name::-webkit-input-placeholder {
    color: #777;
}

input[type="text"].search-event-name::-moz-placeholder {
    color: #777;
    opacity: 1;
}

input[type="text"].search-event-name:-moz-placeholder {
    color: #777;
    opacity: 1;
}

input[type="text"].search-event-name:-ms-input-placeholder {
    color: #777;
}

input[type="text"].search-event-name::placeholder {
    color: #777;
}

input[type="text"].search-event-name.ie-placeholder {
    color: #777;
}

input[type="text"].search-event-date {
    width: 249px;
    right: 173px;
    position: absolute;
    top: 0;
    background: #fff url(../content/images/main-sprite.png) right -202px no-repeat;
    padding-right: 40px;
    cursor: pointer;
}

.search-btn {
    width: 143px;
    right: 30px;
    position: absolute;
    top: 0;
}

.view-all {
    color: #fff;
    text-decoration: none;
}

    .view-all:hover {
        text-decoration: underline;
    }


.featured-image {
    width: 33.3333%;
    padding: 0 11px;
    float: left;
    margin: 0 0 1px;
    text-align: center;
}

.featured-images-wrapper {
    margin: 0 0px 35px;
}

    .featured-images-wrapper:after {
        content: "";
        display: table;
        clear: both;
    }

.log-in-page .featured-image {
    width: 100%;
    height: auto;
    text-align: center;
    float: none;
}

.content-wrapper {
    margin: 0 -11px;
}

    .content-wrapper:after {
        content: "";
        display: table;
        clear: both;
    }

    .content-wrapper section {
        width: 66.6666%;
        padding: 0 11px;
        float: left;
        margin: 0 0 55px;
    }

        .content-wrapper section p {
            margin: 0 0 20px;
        }

        .content-wrapper section ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .content-wrapper section ul li + li {
                margin-top: 5px;
            }

    .content-wrapper aside {
        width: 33.3333%;
        padding: 0 11px;
        float: left;
        margin: 0 0 55px;
    }

.footer-wrapper {
    border-top: 1px solid rgba(255,255,255,0.4);
    padding: 13px 0 17px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 51px;
}

@media(max-width: 540px) {
    .footer-wrapper {
        height: 80px;
    }
}

footer {
    max-width: 1014px;
    padding: 0 30px;
    margin: 0 auto;
}

    footer:after {
        content: "";
        clear: both;
        display: table;
    }

.footer-bedge {
    float: left;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 2px;
}

@media(max-width: 540px) {
    .footer-bedge {
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }
}

.footer-links {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media(max-width: 540px) {
    .footer-links {
        width: 100%;
        text-align: center;
    }
}

.footer-links li {
    float: left;
    padding: 0 13px 0 13px;
    border-left: rgba(153, 153, 153, 0.14);
}

@media(max-width: 540px) {
    .footer-links li {
        float: none;
        display: inline-block;
    }
}

.footer-links li a {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

    .footer-links li a:hover {
        text-decoration: underline;
    }

@media (min-width: 355px) and (max-width: 365px) {
    .footer-links li a {
        font-size: 13px;
    }
}

.packages-wrapper {
    margin: 0 -10px 20px;
    min-height: 100%;
    height: 100%;
}

.package-width2 {
    width: 66.6666%;
}

.package {
    padding: 0 10px;
    margin: 0 0 20px;
    text-decoration: none;
    text-align: center;
}

a.package:hover {
    text-decoration: none;
}

.package-description {
    background: #f0f0f0;
    color: #343434;
    font-size: 16px;
    word-break: break-word;
}

.package-price {
    font-family: 'uni_sansheavy_caps';
    font-weight: normal;
    font-size: 54px;
    margin: 0;
    padding: 10px 15px 15px;
    text-align: right;
    color: #fff;
}

.package-description h4 {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    font-family: 'uni_sansheavy_caps';
    margin: 0px;
    padding: 20px 15px;
    word-break: normal;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .package-description ul {
        padding: 0px 15px 25px 35px;
        margin: 0;
        text-align: left;
    }

        .package-description ul li {
            display: block;
            min-height: 21px;
            margin: 0 0 8px;
            list-style: none;
        }

            .package-description ul li .text-bold {
                font-weight: bold;
            }

            .package-description ul li h3 {
                margin: 0;
            }

            .package-description ul li.text-list-item {
                display: list-item;
                list-style: disc;
            }

.attr-package {
    min-width: 275px;
    width: 33%;
    display: inline-block;
    text-decoration: none;
}

    .attr-package:hover {
        text-decoration: none;
    }

.gradient-1 {
    background: #62981b;
    background: -moz-linear-gradient(top, #62981b 0%, #66b724 100%);
    background: -webkit-linear-gradient(top, #62981b 0%,#66b724 100%);
    background: linear-gradient(to bottom, #62981b 0%,#66b724 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62981b', endColorstr='#66b724',GradientType=0 );
}

.gradient-2 {
    background: #1b9888;
    background: -moz-linear-gradient(top, #1b9888 0%, #24aeb7 100%);
    background: -webkit-linear-gradient(top, #1b9888 0%,#24aeb7 100%);
    background: linear-gradient(to bottom, #1b9888 0%,#24aeb7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9888', endColorstr='#24aeb7',GradientType=0 );
}

.gradient-3 {
    background: #1b4a98;
    background: -moz-linear-gradient(top, #1b4a98 0%, #2b24b7 100%);
    background: -webkit-linear-gradient(top, #1b4a98 0%,#2b24b7 100%);
    background: linear-gradient(to bottom, #1b4a98 0%,#2b24b7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4a98', endColorstr='#2b24b7',GradientType=0 );
}

.gradient-4 {
    background: #7c1b98;
    background: -moz-linear-gradient(top, #7c1b98 0%, #b145d0 100%);
    background: -webkit-linear-gradient(top, #7c1b98 0%,#b145d0 100%);
    background: linear-gradient(to bottom, #7c1b98 0%,#b145d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c1b98', endColorstr='#b145d0',GradientType=0 );
}

.gradient-5 {
    background: #988b1b;
    background: -moz-linear-gradient(top, #988b1b 0%, #cab630 100%);
    background: -webkit-linear-gradient(top, #988b1b 0%,#cab630 100%);
    background: linear-gradient(to bottom, #988b1b 0%,#cab630 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#988b1b', endColorstr='#cab630',GradientType=0 );
}

.gradient-6 {
    background: #98421b;
    background: -moz-linear-gradient(top, #98421b 0%, #ca582c 100%);
    background: -webkit-linear-gradient(top, #98421b 0%,#ca582c 100%);
    background: linear-gradient(to bottom, #98421b 0%,#ca582c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98421b', endColorstr='#ca582c',GradientType=0 );
}

.gradient-7 {
    background: #981b47;
    background: -moz-linear-gradient(top, #981b47 0%, #d33a86 100%);
    background: -webkit-linear-gradient(top, #981b47 0%,#d33a86 100%);
    background: linear-gradient(to bottom, #981b47 0%,#d33a86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#981b47', endColorstr='#d33a86',GradientType=0 );
}

.gradient-8 {
    background: #268eb5;
    background: -moz-linear-gradient(top, #268eb5 0%, #459bdd 100%);
    background: -webkit-linear-gradient(top, #268eb5 0%,#459bdd 100%);
    background: linear-gradient(to bottom, #268eb5 0%,#459bdd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#268eb5', endColorstr='#459bdd',GradientType=0 );
}

.packages-title .one-image .featured-image {
    width: 100%;
}

.packages-title .two-images .featured-image {
    width: 50%;
}

.addon {
    float: left;
    padding: 0 10px;
    margin: 0 0 20px;
    text-decoration: none;
}

    .addon:hover {
        text-decoration: none;
    }

.addon, .addon-width {
    width: 33.3333%;
}

.addon-price {
    background-color: #7B7B7B;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding: 12px;
    text-align: right;
    color: #fff;
}

.addon-content {
    position: relative;
}

.select-property {
    margin: 0 -10px;
}

.select-property-heading {
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 840px) {
    .select-property-heading {
        margin: 10px 0;
    }
}

.select-property:after {
    clear: both;
    content: "";
    display: table;
}

.pkg-title-image-wrapper {
    margin-bottom: 40px;
}

.pkg-title-image {
    max-width: 25%;
    padding: 0 10px;
}

    .pkg-title-image img {
        vertical-align: top;
    }

.marketing-image-with-description {
    display: flex;
}

.package-description-for-marketing-image {
    margin-left: 10px;
    max-width: 70%;
}

.marketing-image-with-description-prepay {
    display: flex;
    flex-wrap: wrap;
}

.select-property-item {
    width: 25%;
    max-width: 350px;
    float: left;
    padding: 0 10px;
    margin: 0 0 40px;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    /* height: auto; */
    height: 376px;
}

.select-property-item .price {
    width: 86px;
    height: 43px;
    bottom: 0;
    right: 0;
    background: rgba(231,231,231,0.4);
    position: absolute;
    text-align: center;
    line-height: 43px;
    color: #000;
    font-size: 16px;
    z-index: 100;
    border-top-left-radius: 10px;
}

.select-property-item .pkg-item-price {
    width: 100%;
    border-radius: 0;
}

.select-property-item .text {
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 12px;
    height: 36px;
    padding: 5px 0;
}

.title-and-price {
	height: 42px;
    padding: 3px 10px;
    color: #343434;
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.title-and-price span.price {
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    width: 20px;
    white-space: nowrap;
}

.title-and-price span.qty {
    width: 62px;
    height: 31px;
}

.title-and-price span.qty select {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff url("../content/images/main-sprite.png") no-repeat scroll right -466px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    padding-right: 32px;
    padding-left: 3px;
    color: #343434;
}

.title-and-price span.qty select::-ms-expand {
    display: none;
}

.select-property-item-link {
    position: relative;
    display: block;
    text-align: center;
    background: #e7e7e7;
    border: 2px solid #e7e7e7;
    overflow: hidden;
    height: 100%;
}

.select-property-item .name {
    padding: 80px 40px 40px 40px;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: #F0F0F0;
    word-break: break-all;
    height: 100%;
    margin: 16% 6% 0% 6%;
}

.select-property-item *:hover {
    text-decoration: none;
}

.hover-block {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.43);
    left: 0;
    top: 0;
    display: none;
}

.check {
    width: 103px;
    height: 103px;
    background: url(../content/images/main-sprite.png) 0 -250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -51px 0 0 -51px;
    z-index: 99;
}

.checked .hover-block {
    display: block;
}

.select-property-item-link img {
    vertical-align: top;
}

.quantity-filter {
    background: #f0f0f0;
    display: table;
    width: 100%;
    padding: 7px 12px 7px 19px;
    margin: 0 0 20px;
    word-break: break-all;
}

    .quantity-filter h3, .quantity-filter .quantity, .quantity-filter .price {
        display: table-cell;
        vertical-align: middle;
    }

    .quantity-filter h3 {
        font-size: 24px;
        line-height: 1;
        font-weight: normal;
        padding: 7px 10px 7px 0;
        word-break: normal;
    }

.quantity-filter .quantity {
    width: 150px;
    text-align: right;
    padding-right: 18px;
}

.quantity-filter .quantity label {
    font-size: 20px;
}

.quantity-filter .quantity select {
    height: 31px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: #ffffff url("../content/images/main-sprite.png") right -466px;
    background-repeat: no-repeat;
    border: 1px solid #e2e2e2;
    outline: medium none;
    padding-right: 27px;
    padding-left: 7px;
    cursor: pointer;
    font-size: 20px;
}

.quantity-filter .quantity select::-ms-expand {
    display: none;
}

.quantity-filter .price {
    width: 10px;
    padding-left: 16px;
    border-left: 1px solid #d5d5d5;
    font-size: 20px;
    color: #343434;
    white-space: nowrap;
}

.paging a, .paging input {
    flex: 0 0 auto;
    width: 189px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    padding: 0px;
    border-radius: 0;
    text-decoration: none;
}

.pagin-group-btn {
    display: flex;
}

@media (max-width: 640px) {
    .pagin-group-btn {
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .pagin-group-btn {
        width: 100%;
    }
}

.paging-column .pagin-group-btn a {
    margin-left: 10px;
}

@media (max-width: 479px) {
    .paging-column .pagin-group-btn a {
        flex: 1;
        margin-left: 5px;
    }

        .paging-column .pagin-group-btn a:first-child {
            margin-left: 0;
            margin-right: 5px;
        }

    .paging-column .pagin-group-btn input:first-child {
        margin-left: 0;
        margin-right: 5px;
    }

    .paging-column .pagin-group-btn input {
        flex: 1;
    }
}

.paging.top-margin {
    margin-top: 185px;
}

.paging .back,
.paging .next.disabled,
.paging .next.disabled:hover {
    background: #f0f0f0;
    color: #9c9c9c;
}

.paging .next.disabled:hover {
    cursor: default;
}

@media (max-width: 640px) {
    .paging-column .back {
        order: 2;
    }
}

@media (max-width: 479px) {
    .paging-column .back {
        width: 100% !important;
    }
}

.paging .next {
    background: #f15635;
    color: #fff;
}

.paging .next:hover {
    background: #D83E1D;
}

.paging .back:hover {
    background: #ebebeb;
}

.paging {
    margin: 20px 0 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 640px) {
    .paging-column {
        flex-direction: column;
    }
}

.paging.pagin-text {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}

@media (max-width: 600px) {
    .paging.pagin-text {
        display: flex;
        flex-direction: column;
    }
}

.payment-info-form {
    max-width: 447px;
    margin: 0 auto;
}

    .payment-info-form .card-information-wrapper {
        margin: 0 -225px 20px;
    }

    .payment-info-form .card-information-billing-address,
    .payment-info-form .card-information {
        width: 50%;
        display: inline-block;
    }

    .payment-info-form .card-information-billing-address {
        padding-right: 15px;
    }

    .payment-info-form .card-information {
        float: right;
        padding-left: 15px;
    }

    .payment-info-form table {
        width: 100%;
        margin: 0 0 20px;
    }

.billing-info-list {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    overflow: hidden;
}

    .billing-info-list li {
        overflow: hidden;
        width: 100%;
    }

        .billing-info-list li,
        .billing-info-list li span {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .payment-info-form table th,
            .billing-info-list li span:first-child {
                text-align: left;
                font-size: 20px;
                font-weight: normal;
                color: #000;
                padding: 0 0 15px;
                line-height: 1;
            }

            .payment-info-form table td,
            .billing-info-list li span:last-child {
                text-align: right;
                font-size: 24px;
                color: #7a7a7a;
                padding: 0 0 15px;
                line-height: 1;
                white-space: nowrap;
                max-width: 100%;
            }

            .billing-info-list li span:last-child {
                font-size: 20px;
            }

.payment-info-form table tfoot th, .payment-info-form table tfoot td {
    border-top: 1px solid #efefef;
    padding-top: 8px;
}

.payment-info-form table tfoot td {
    color: #343434;
}

.payment-info-block h3 {
    font-size: 23px;
    font-weight: normal;
    margin: 55px 0 10px;
    text-align: center;
}

.payment-info-block h4 {
    color: #7a7a7a;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 45px;
    text-align: center;
}

.field {
    float: left;
    border: 1px solid #e2e2e2;
    margin: 0 0 13px;
    display: inline-table;
    padding: 7px 0;
}

    .field label {
        border-right: 1px solid #e2e2e2;
        color: #000;
        margin: 0 10px 0 6px;
        float: left;
        font-size: 15px;
        line-height: 20px;
        margin-top: 3px;
        margin-bottom: 3px;
        padding-right: 10px;
        margin-right: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .field label .required {
            color: #f44d64;
        }

    .field .input-box {
        display: inline-block;
        position: relative;
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .field select {
        height: 30px;
        border: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        background: #ffffff url("../content/images/main-sprite.png") no-repeat right -468px;
        padding-right: 35px;
        color: #000;
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 96%;
        display: table-cell;
        margin-left: 6px;
    }

        .field select::-ms-expand {
            display: none;
        }

    .field input {
        border: none;
        height: 26px;
        padding: 0 10px 0;
        font-size: 15px;
        width: 100%;
        color: #000;
    }

        .field input::-webkit-input-placeholder {
            color: #bbb;
        }

        .field input::-moz-placeholder {
            color: #bbb;
            opacity: 1;
        }

        .field input:-ms-input-placeholder {
            color: #bbb;
        }

        .field input:-moz-placeholder {
            color: #bbb;
            opacity: 1;
        }

        .field input::placeholder {
            color: #bbb;
        }

        .field input.ie-placeholder {
            color: #bbb;
        }

        .field input.cvv2 {
            padding: 0 10px 0;
        }

.card-type {
    width: 100%;
}

.card-number {
    width: calc(100% - 147px);
    margin-right: 14px;
}

.cvv2 {
    width: 133px;
}

.expire-date {
    width: 100%;
}

.expire-fields-wrapper {
    display: table-cell;
    width: 100%;
}

.expire-date .input-box {
    width: 49%;
    float: left;
}

.expire-fields-wrapper .input-box:first-child {
    border-right: 1px solid #efefef;
}

.expire-date .input-box select {
    padding-right: 35px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

    .expire-date .input-box select::-ms-expand {
        display: none;
    }

.payment-info-form::-webkit-input-placeholder {
    color: #666;
}

.payment-info-form::-moz-placeholder {
    color: #666;
    opacity: 1;
}

.payment-info-form:-moz-placeholder {
    color: #666;
    opacity: 1;
}

.payment-info-form:-ms-input-placeholder {
    color: #666;
}

.payment-info-form::placeholder {
    color: #666;
}

.payment-info-form.ie-placeholder {
    color: #666;
}

.payment-info-form .info {
    color: #7a7a7a;
}

.payment-info-block .paging .back, .payment-info-block .paging .next {
    width: 143px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0px;
    border-radius: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.payment-info-block .paging .next-prepay-v2 {
    width: 180px;
    height: 60px;
    line-height: 60px;
}

.secure-pci {
    font-size: 17px;
    color: #7a7a7a;
    display: table;
    margin: 0 0 35px;
}

    .secure-pci span {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
    }

    .secure-pci:before {
        width: 54px;
        height: 53px;
        background: url(../content/images/main-sprite.png) 0 -510px;
        display: table-cell;
        vertical-align: middle;
        content: "";
    }

.payment-info-form fieldset {
    margin: 0 0 10px;
    width: 100%;
    max-width: 100%;
}

.billing p.field {
    width: 100%;
}

.billing .autocomplete-input::-ms-clear,
.billing .street_number::-ms-clear {
    display: none;
}

.billing .field label {
    width: 100px;
}

.hint {
    font-size: 13px;
    line-height: 18px;
    color: #7a7a7a;
    margin: -5px 0 15px;
    float: left;
}

.hint-billing {
    font-size: 13px;
    line-height: 18px;
    color: #7a7a7a;
    margin: -5px 0 5px;
    float: left;
}

.hint-billing-checkbox {
    font-size: 13px;
    line-height: 18px;
    color: #7a7a7a;
    margin: -5px 0 15px 25px;
    float: left;
}

.why-required {
    font-size: 13px;
    text-decoration: underline;
}

    .why-required:hover {
        text-decoration: none;
    }

.field.company, .field.zip {
    margin: 0 0 33px;
}

.cart-package {
    padding: 20px;
    background-color: lightgray;
    display: inline-block;
}

.cart-package .total {
    padding: 8px 0 8px 0;
    font-weight: bold;
}

.text-field-package .field .input-box {
    float: left;
    width: 78.2%;
}

.text-field-package .field label {
    white-space: normal;
    line-height: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 3px;
    min-width: 88px;
    width: auto;
}

.text-field-package .field input {
    padding-left: 6px;
    padding-right: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 26px;
    color: #666;
}

.text-field-package .field input::-webkit-input-placeholder {
    color: #bbb;
}

.text-field-package .field input::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}

.text-field-package .field input:-ms-input-placeholder {
    color: #bbb;
}

.text-field-package .field input:-moz-placeholder {
    color: #bbb;
    opacity: 1;
}

.text-field-package .field input::placeholder {
    color: #bbb;
}

.text-field-package .field input.ie-placeholder {
    color: #bbb;
}

.text-field-package .field select {
    height: 26px;
    background-position: right -468px;
    color: #666;
    padding-left: 2px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

    .text-field-package .field select::-ms-expand {
        display: none;
    }

.text-field-package .field {
    position: relative;
    width: 100%;
}

.field.field-contains-phone-number-warn {
    margin: 0 0 30px;
}

.field.field-contains-phone-number-warn::after {
    content: "Message and Data Rates May Apply";
    position: absolute;
    display: inline-block;
    margin: 0 0 13px;
    bottom: -33px;
    left: 0;
    right: 0;
    color: #666;
}

.addons-page .addon-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 6%;
}

.pkg-attr .attribute-wrapper {
    height: 100%;
    margin: 6%;
    padding-top: 10%;
}

.slick-list .slick-slide .addon-wrapper img {
    width: auto;
    height: auto;
    object-fit: inherit;
}

.addons-page .select-property-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-height: 100%;
}

.select-property-item-link {
    padding-top: 43px;
}

.title-and-price-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #e7e7e7;
    z-index: 100;
}

.title-and-price .title {
    padding: 6px 0;
    margin-bottom: 0;
    /*overflow: hidden;*/
    text-overflow: initial;
    height: 60px;
    font-size: 16px;
    text-shadow: 1px 1px #e0e0e0;
    width: 100%;
    word-break: break-word;
    word-wrap: break-word;
    text-align: left;
}

.addons-page .title-and-price .title {
    padding-right: 10px;
    margin-bottom: 0;
    /*text-align: left;*/
    flex: 1 1;
    width: 130px;
}

.customer-info {
    float: left;
    width: 32%;
}

.customer-info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 40px;
    table-layout: fixed;
    overflow: hidden;
}

.customer-info-table caption {
    font-size: 22px;
    text-align: left;
    line-height: 1;
    margin: 0 0 30px;
}

.customer-info-table th {
    text-align: left;
    font-weight: normal;
    width: 105px;
    min-width: 105px;
    max-width: 105px;
    padding: 0 0 7px;
}

.customer-info-table td {
    color: #7a7a7a;
    padding: 0 0 7px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-table-wrapper {
    float: right;
    width: 66%;
    margin: 0 0 45px;
}

.order-table-wrapper caption {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

.order-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px;
}

.order-table th {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
}

.order-table th, .order-table td {
    border: 1px solid #f0f0f0;
    padding: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.order-table tr th:first-child, .order-table tr td:first-child {
    width: 65%;
}

.order-table .pkg-title {
    font-weight: bold;
}

.order-table td {
    color: #777;
    font-size: 16px;
}

.order-table tbody tr:nth-child(even) {
    background: #fcfcfc;
}

.prepay-receipt-block:after {
    content: "";
    display: table;
    clear: both;
}

.prepay-receipt-block h3 {
    margin-bottom: 30px;
}

.prepay-receipt-block h4 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #343434;
}

.thank-you-message {
    font-size: 13px;
    color: #7a7a7a;
    text-align: center;
    line-height: 20px;
    margin: 0 0 25px;
}

.paging.paging-checkout {
    margin: 0 0 35px;
}

.text-field-package {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}

    .text-field-package h3 {
        max-width: 447px;
        font-size: 20px;
        margin: 0 0 10px;
    }

.text-field-addon {
    float: left;
    width: 100%;
}

    .text-field-addon h3 {
        color: #7a7a7a;
        font-size: 18px;
    }

.cart-product-table-wrapper {
    margin: 0 0 40px;
    background: #f6f5f5;
    padding: 20px;
}

    .cart-product-table-wrapper:after {
        clear: both;
        content: "";
        display: table;
    }

    .cart-product-table-wrapper select.qty-select {
        height: 31px;
        width: 67px;
        font-size: 18px;
        border: 1px solid #e2e2e2;
        color: #343434;
        background: #ffffff url("../content/images/main-sprite.png") no-repeat scroll right -466px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        display: inline-block;
        vertical-align: middle;
    }

        .cart-product-table-wrapper select.qty-select::-ms-expand {
            display: none;
        }

    .cart-product-table-wrapper span.price {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        width: 95px;
    }

.cart-product-table {
    width: 100%;
    border-collapse: collapse;
}

    .cart-product-table h3 {
        font-size: 32px;
        font-family: 'uni_sansheavy_caps';
        font-weight: normal;
    }

.cart-table-wrapper {
    float: left;
    width: 50%;
}

.cart-table-wrapper {
    padding-top: 15px;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
}

.cart-table-wrapper .cart-table .delete {
    right: -1px;
    top: 5px;
    /* transform: translateY(-58%); */
}
/* @media (max-width: 479px) {
    .cart-table-wrapper .cart-table .delete {
        top: 17px;
    }
} */


.cart-table caption {
    font-size: 22px;
    color: #343434;
    text-align: left;
    padding: 0 0 15px;
}

.cart-table td {
    padding: 0 0 5px;
    font-size: 17px;
    color: #666;
    vertical-align: top;
}

    .cart-table td:first-child {
        padding-top: 5px;
    }

    .cart-table td:nth-child(2) {
        width: 215px;
    }

.cart-product-table-wrapper .cart-table select.qty-select {
    color: #666;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

    .cart-product-table-wrapper .cart-table select.qty-select::-ms-expand {
        display: none;
    }

.addons-table-wrapper {
    padding: 15px 0 15px 70px;
    float: right;
}

.cart-table-link {
    display: block;
    clear: both;
    border-top: 1px solid #fff;
    padding: 12px 0 0;
    font-size: 17px;
    min-height: 38px;
}

    .cart-table-link a, .cart-table-link a:hover, .cart-table-link a:focus {
        text-decoration: underline;
    }

.cart-table td:nth-child(2) {
    text-align: right;
    padding-right: 38px;
    position: relative;
}

.cart-table-heading-info {
    text-align: right;
    padding: 5px 38px 0 0;
    position: relative;
    width: 270px;
    float: right;
}

.cart-table-heading {
    border-bottom: 1px solid #fff;
    padding: 0 0 15px;
    display: table;
}

    .cart-table-heading .qty {
        color: #343434;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .cart-table-heading h3 {
        font-size: 32px;
        font-family: 'uni_sansheavy_caps';
        font-weight: normal;
        margin: 0;
        display: table-cell;
        vertical-align: top;
        width: 100%;
    }

        .cart-table-heading h3, .cart-table-heading h3 a {
            color: #343434;
            text-overflow: ellipsis;
            max-width: 300px;
            overflow: hidden;
        }

    .cart-table-heading:after {
        clear: both;
        display: table;
        content: "";
    }


.ui-dialog {
    position: absolute;
    width: 613px !important;
    padding: 60px 65px;
    left: 50% !important;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%, 0);
}

    .ui-dialog .ui-dialog-titlebar {
        position: absolute;
        padding: 0;
        border: none;
        top: 10px;
        right: 10px;
    }

    .ui-dialog .ui-dialog-title {
        display: none;
    }

    .ui-dialog .ui-dialog-buttonpane {
        margin: 0;
        border: none;
        padding: 0;
    }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: 0;
        }

    .ui-dialog .ui-dialog-titlebar-close {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUyIDUyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MiA1MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+PGc+PHBhdGggZD0iTTI2LDBDMTEuNjY0LDAsMCwxMS42NjMsMCwyNnMxMS42NjQsMjYsMjYsMjZzMjYtMTEuNjYzLDI2LTI2UzQwLjMzNiwwLDI2LDB6IE0yNiw1MEMxMi43NjcsNTAsMiwzOS4yMzMsMiwyNiAgIFMxMi43NjcsMiwyNiwyczI0LDEwLjc2NywyNCwyNFMzOS4yMzMsNTAsMjYsNTB6IiBmaWxsPSIjYjNiM2IzIi8+PHBhdGggZD0iTTM1LjcwNywxNi4yOTNjLTAuMzkxLTAuMzkxLTEuMDIzLTAuMzkxLTEuNDE0LDBMMjYsMjQuNTg2bC04LjI5My04LjI5M2MtMC4zOTEtMC4zOTEtMS4wMjMtMC4zOTEtMS40MTQsMCAgIHMtMC4zOTEsMS4wMjMsMCwxLjQxNEwyNC41ODYsMjZsLTguMjkzLDguMjkzYy0wLjM5MSwwLjM5MS0wLjM5MSwxLjAyMywwLDEuNDE0QzE2LjQ4OCwzNS45MDIsMTYuNzQ0LDM2LDE3LDM2ICAgczAuNTEyLTAuMDk4LDAuNzA3LTAuMjkzTDI2LDI3LjQxNGw4LjI5Myw4LjI5M0MzNC40ODgsMzUuOTAyLDM0Ljc0NCwzNiwzNSwzNnMwLjUxMi0wLjA5OCwwLjcwNy0wLjI5MyAgIGMwLjM5MS0wLjM5MSwwLjM5MS0xLjAyMywwLTEuNDE0TDI3LjQxNCwyNmw4LjI5My04LjI5M0MzNi4wOTgsMTcuMzE2LDM2LjA5OCwxNi42ODQsMzUuNzA3LDE2LjI5M3oiIGZpbGw9IiNiM2IzYjMiLz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+');
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        background-size: contain;
        cursor: pointer;
        height: 35px;
        width: 35px;
        position: absolute;
        z-index: 99;
        border: none;
        top: 0;
        right: 0;
        margin: 0;
    }

@media (max-width: 640px) {
    .ui-dialog .ui-dialog-titlebar-close {
        height: 25px;
        width: 25px;
    }
}

.ui-state-default .ui-icon {
    background: none;
}

.ui-dialog.ui-widget-content {
    border: none;
    border-radius: 0;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.ui-dialog .ui-dialog-buttonpane button {
    height: 43px;
    border: none;
    border-radius: 0;
}

    .ui-dialog .ui-dialog-buttonpane button .ui-button-text {
        color: #fff;
        font-size: 18px;
        padding: 0;
        font-weight: normal;
    }

@media (max-width: 400px) {
    .ui-dialog .ui-dialog-buttonpane button .ui-button-text {
        font-size: 15px;
    }
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    margin-top: 15px;
    width: 100%;
}

.pkg-attr-validation-dialog .ui-dialog-buttonset button:first-child {
    background: #f0f0f0;
    float: left;
    padding: 0 20px;
}

    .pkg-attr-validation-dialog .ui-dialog-buttonset button:first-child:hover {
        background: #7a7a7a;
    }

.pkg-attr-validation-dialog .ui-dialog-buttonset button:last-child:hover {
    background: #D83E1D;
}

.pkg-attr-validation-dialog .ui-dialog-buttonset button:first-child .ui-button-text {
    color: #9c9c9c;
}

.pkg-attr-validation-dialog .ui-dialog-buttonset button:last-child {
    background: #f15635;
    float: right;
    padding: 0 14px;
}

.message-box-dialog .ui-dialog-buttonset button {
    background: #f15635;
    width: 98px;
}

.send-access-code-button {
    background: #f15635;
    width: 180px !important;
}

    .message-box-dialog .ui-dialog-buttonset button:hover {
        background: #D83E1D;
    }

.products-wrap .slider-nav {
    overflow: hidden;
}

.container-product:before {
    content: "";
    display: table;
}

.container-product:after {
    content: "";
    display: table;
    clear: both;
}

.products-wrap .photos-preview .slider-nav {
    overflow-x: hidden !important;
}

.slider-nav-preview {
    background: #ededed;
    padding: 8px 12px 8px;
}

.preview-photo-small-wrap {
    height: 98px;
    text-align: center;
    outline: none;
}

    .preview-photo-small-wrap img {
        margin: 0 auto;
        height: 100%;
    }

    .preview-photo-small-wrap.slick-current {
        text-align: center;
    }

    .preview-photo-small-wrap .preview-photo-small {
        margin: 0 4px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        border: 3px solid transparent;
    }

    .preview-photo-small-wrap.slick-current .preview-photo-small {
        border: 3px solid #5ddc8d;
    }

.products-wrap .slider-nav-preview .slick-arrow {
    height: 47px;
    margin-top: -22px;
}

    .products-wrap .slider-nav-preview .slick-arrow:after {
        height: 30px;
        width: 30px;
    }

.products-wrap .slider-nav-preview .slick-next {
    right: 10px;
}

.products-wrap .slider-nav-preview .slick-prev {
    left: 10px;
}

.products-wrap .slider-for-preview .slick-arrow {
    height: 60px;
}

.products-wrap .slider-for-preview .slick-next {
    right: 20px;
}

.products-wrap .slider-for-preview .slick-prev {
    left: 20px;
}

@media (max-width: 470px) {
    .products-wrap .slider-for-preview .slick-prev {
        left: 0;
    }

    .products-wrap .slider-for-preview .slick-next {
        right: 0;
    }
}

.products-wrap .slider-for-preview,
.photos-preview .slider-for-preview {
    margin: 0 0 20px;
    outline: none;
    background-color: rgba(231, 231, 231, 0.5);
    box-shadow: 0 0px 20px rgba(231, 231, 231, 0.7);
    position: relative;
}

.products-wrap .slider-nav-preview {
    margin-bottom: 30px;
}

.background-slider {
    text-align: center;
    margin-bottom: 40px;
}

    .background-slider .slick-arrow + .slick-list {
        margin: 0 119px;
    }

@media (max-width: 840px) {
    .background-slider .slick-arrow + .slick-list {
        margin: 0 90px;
    }
}

@media (max-width: 600px) {
    .background-slider .slick-arrow + .slick-list {
        margin: 0 70px;
    }
}

@media (max-width: 470px) {
    .background-slider .slick-arrow + .slick-list {
        margin: 0;
    }
}

.background-slider.hide-block {
    display: block;
}

.background-slider .slick-slide {
    outline: none;
    margin: 0 8px;
}

@media (max-width: 640px) {
    .background-slider .slick-slide {
        margin: 0 2px;
    }
}

.background-slider .active-background span {
    position: relative;
}

.background-slider .active-background span:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
}

.background-slider .active-background span:after {
    width: 65px;
    height: 65px;
    content: "";
    position: absolute;
    background: url(../content/images/main-sprite.png) -113px -250px;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
}

.background-slider .photo-background {
    display: block;
    width: 106px;
    height: 106px;
    padding: 0;
    margin: 0 auto;
}

@media (max-width: 840px) {
    .background-slider .photo-background {
        width: 86px;
        height: 86px;
    }
}

@media (max-width: 600px) {
    .background-slider .photo-background {
        width: 65px;
        height: 65px;
    }
}

.products-wrap .background-slider .slick-arrow {
    background: #f4f4f4;
    height: 106px;
    width: 106px;
    padding: 0;
    top: 0;
    margin-top: 0;
}

@media (max-width: 840px) {
    .products-wrap .background-slider .slick-arrow {
        width: 86px;
        height: 86px;
    }
}

@media (max-width: 600px) {
    .products-wrap .background-slider .slick-arrow {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 470px) {
    .products-wrap .background-slider .slick-arrow {
        display: none !important;
    }
}

/* digital download */
.digital-download .preview-photo-wrapper {
    margin-bottom: 20px;
}

.copy-details-wrap {
    margin-bottom: 100px;
}

    .copy-details-wrap p {
        font-size: 15px;
        line-height: 23px;
        color: #252525;
    }

    .copy-details-wrap .copy-title {
        font-size: 18px;
        line-height: 18px;
        color: #000;
        font-weight: 600;
    }

.paging a,
.paging input {
    margin: 0;
}

.pagin-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #646464;
    margin: 0 12px;
    text-align: right;
    flex: 1;
}

@media (max-width: 600px) {
    .pagin-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 470px) {
    .pagin-subtitle {
        text-align: left;
        width: 100%;
        margin-bottom: 7px;
    }
}

.pagin-text-holder {
    display: flex;
    width: 100%;
    margin-bottom: 12px;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 470px) {
    .pagin-text-holder {
        flex-direction: column;
    }
}

.pagin-text-holder a {
    display: block;
}

@media (max-width: 470px) {
    .payment-info-block .pagin-text-holder a {
        width: 100% !important;
    }
}
/* digital download */

/*  free-prod  */
.free-prod .paging input,
.free-prod .paging a {
    width: 147px;
}

.free-prod .preview-photo-wrapper {
    background-color: inherit;
    box-shadow: none;
    height: auto;
    max-height: inherit;
    margin: 0 auto;
    margin-bottom: 20px;
    vertical-align: top;
}

.free-prod .free-prod-img {
    margin: 0 auto;
}
/*  free-prod  */

/*  masonry page  */
.masonry-heading h5 {
    color: #000000;
    font-size: 24px;
    font-weight: normal;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 10px;
}

.masonry-heading p {
    margin: 0 0 20px;
}

.masonry-wrapper:before,
.masonry-wrapper:after {
    content: "";
    display: table;
}

.masonry-wrapper:after {
    clear: both;
}
/*  masonry page  */

@media (max-device-width: 1024px) {
    .hero {
        background-attachment: scroll;
    }
}

@media (max-width: 1024px) {
    .select-property-item {
        width: 33.3333%;
    }

    .pkg-title-image {
        max-width: 33.3333%;
    }

    .package-description-for-marketing-image {
        max-width: 60%;
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 36px;
    }

    .content-wrapper section {
        width: 100%;
        margin: 0 0 30px;
    }

    .content-wrapper aside {
        width: 100%;
    }

    .package-price {
        font-size: 36px;
    }

    .payment-info-block h3 {
        margin-top: 0;
        font-size: 20px;
    }

    .payment-info-block h4 {
        margin: 0 0 45px;
    }

    .payment-info-form .card-information-wrapper {
        margin: 0;
    }

    .payment-info-form .card-information-billing-address,
    .payment-info-form .card-information {
        width: 100%;
        float: none;
        padding: 0;
    }

    .customer-info {
        width: 35%;
    }

    .order-table-wrapper {
        width: 60%;
    }

    .thank-you-message {
        margin: 0 0 35px;
    }

    .cart-table-wrapper {
        width: 100%;
    }

    .addons-table-wrapper {
        padding-left: 0;
    }

    .cart-table-heading h3 {
        font-size: 27px;
        padding-top: 3px;
    }
}

@media (max-width: 840px) { /*TODO move to ProductListPopUp.css ??? */
    .select-property-item {
        width: 50%;
    }

    .pkg-title-image {
        max-width: 50%;
    }

    .package-description-for-marketing-image {
        max-width: 45%;
    }

    .product-list-popup .item-wrap {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
    }

    .product-list-popup .photo-wrap {
        width: 100%;
    }
}

@media (max-width: 767px) {
    header {
        height: 48px;
    }

    .logo {
        margin-right: 10px;
        overflow: hidden;
    }

        .logo img {
            max-height: 51px;
        }

    .slogan {
        font-size: 16px;
        line-height: 16px;
        padding-left: 10px;
    }

    .right-top-menu {
        margin-top: 13px;
        padding-left: 5px;
    }

        .right-top-menu li.view-portfolio {
            overflow: hidden;
            width: 26px;
            height: 26px;
        }

        .right-top-menu li a.view-portfolio {
            overflow: hidden;
            font-size: 0;
            padding: 0;
            margin-top: 0;
            width: 26px;
            height: 26px;
            display: block;
        }

            .right-top-menu li a.view-portfolio::before {
                font-size: 26px;
            }

    .right-top-menu li a:hover {
        text-decoration: none;
    }

    input[type="submit"].search-btn, input[type="submit"].search-btn:hover,
    button.search-btn, button.search-btn:hover {
        width: 61px;
        background-image: url(../content/images/main-sprite.png);
        background-position: 20px -164px;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }

    input.search-event-date[type="text"] {
        right: 91px;
    }

    .search-form {
        padding-right: 91px;
    }

    .check {
        width: 85px;
        height: 85px;
        background-position: 0 -360px;
        margin: -42px 0 0 -42px;
    }

    .quantity-filter h3 {
        font-size: 18px;
        padding: 0 5px 0 0;
    }

    .quantity-filter {
        padding: 10px;
    }

    .quantity-filter .quantity label, .quantity-filter .quantity select {
        font-size: 16px;
    }

    .quantity-filter .quantity {
        width: 120px;
        padding-right: 10px;
    }

    .quantity-filter .price {
        padding-left: 7px;
        font-size: 16px;
    }

    .quantity-filter .quantity select {
        padding-left: 2px;
        font-size: 20px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
    }

    .quantity-filter .quantity select::-ms-expand {
        display: none;
    }

    .payment-info-block h3 {
        margin-top: -5px;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .payment-info-block h4 {
        margin: 0 0 35px;
        font-size: 15px;
    }

    .payment-info-form table {
        margin: 0 0 25px;
    }

    .addons-page h3 {
        margin-top: -15px;
    }

    .customer-info {
        width: 100%;
        float: none;
        padding: 0 60px;
    }

    .customer-info-table td {
        text-align: right;
    }

    .customer-info-table caption {
        text-align: center;
    }

    .order-table-wrapper {
        width: 100%;
        float: none;
    }

    .prepay-receipt-block h3 {
        margin-bottom: 15px;
    }

    .prepay-receipt-block h4 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .cart-table-heading h3 {
        font-size: 20px;
    }

    .ui-dialog {
        width: 90% !important;
    }
}

@media (max-width: 640px) {
    .hero-title {
        font-size: 25px;
    }

    .hero {
        background-position: center -155px;
        background-size: auto 650px;
    }

    header, .search-form, .hero-title, .container, footer {
        padding: 0 15px;
    }

    .customer-info {
        padding: 0;
    }

    .order-table th {
        font-size: 16px;
    }

    .order-table th, .order-table td {
        width: 29%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .quantity-filter h3 {
        font-size: 16px;
    }

    .cart-product-table-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .search-btn {
        right: 15px;
    }
}

@media (max-width: 600px) {
    .choose-packages-attributes .select-property-item {
        width: 280px !important;
        margin-bottom: 15px;
        text-align: center;
    }

    .ui-dialog .ui-dialog-content {
        line-height: 25px;
    }

    .pkg-attr-validation-dialog .ui-dialog-buttonset button:first-child, .pkg-attr-validation-dialog .ui-dialog-buttonset button:last-child {
        float: none;
        display: block;
        width: 210px;
        margin: 0 auto;
    }

    .pkg-attr-validation-dialog .ui-dialog-buttonset button:first-child {
        margin-bottom: 20px;
    }

    .ui-dialog {
        padding: 35px 30px;
    }

    .background-slider {
        width: 100%;
    }

    .paging a + a,
    .paging input + input,
    .paging input + a,
    .paging a + input {
        margin-left: 5px;
    }

    .paging a,
    .paging input {
        display: table;
    }

    .paging a span,
    .paging input span {
        padding: 0 5px;
        line-height: normal;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 540px) {
    .addons-page .select-property-item {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .wrapper {
        padding-bottom: 80px;
    }

    .package-price {
        font-size: 48px;
    }

    .paging .next, .paging .back, .payment-info-block .paging .back, .payment-info-block .paging .next {
        width: 140px;
        /*max-width: 140px;
        word-break: break-word;*/
    }

    .paging .next.digital-download-next, .paging .back.digital-download-back {
        width: 120px;
        max-width: 120px;
        word-break: break-word;
    }

    .payment-info-block .field label {
        min-width: 115px;
    }

    .card-number, .cvv2 {
        width: 100%;
        margin-right: 0;
    }

    .expire-fields-wrapper .input-box {
        padding-left: 10px;
    }

    .payment-info-block h4 {
        margin-bottom: 25px;
    }

    .secure-pci {
        font-size: 15px;
    }

    .paging a, .paging input {
        font-size: 14px;
    }

    .cart-table-heading .qty {
        display: none;
    }

    .cart-table td:nth-child(2) {
        width: 115px;
        padding-right: 28px;
    }

    .cart-table-heading-info {
        padding-right: 28px;
        width: 115px;
    }

    .cart-product-table-wrapper select.qty-select {
        margin: 0 0 4px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
    }

        .cart-product-table-wrapper select.qty-select::-ms-expand {
            display: none;
        }

    .cart-product-table-wrapper span.price {
        margin: 0 0 4px;
    }

    .cart-product-table-wrapper span.price {
        width: 85px;
        text-align: right;
        display: block;
    }

    .quantity-filter .quantity {
        width: 80px;
    }
}

@media (max-width: 400px) {
    .ui-dialog {
        padding: 35px 15px;
    }

    .package-description-for-marketing-image {
        margin-left: 10px;
    }

    .pkg-attr-validation-dialog .ui-dialog-buttonset button:first-child, .pkg-attr-validation-dialog .ui-dialog-buttonset button:last-child {
        width: 50%;
    }

    .paging .next.digital-download-next, .paging .back.digital-download-back {
        width: 110px;
        max-width: 110px;
        word-break: break-word;
    }
}


header {
    display: flex;
    align-items: center;
}

.home .header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.right-top-menu {
    margin: 0;
    white-space: nowrap;
    padding-left: 25px;
    list-style: none;
    display: flex;
    align-items: center;
}

.right-top-menu li {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}


.right-top-menu li a {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    text-decoration: none;
    position: relative;
    padding-left: 33px;
}

.right-top-menu li a:hover {
    text-decoration: underline;
}

.right-top-menu li a:before,
.right-top-menu li a:after {
    position: absolute;
    left: 0;
}

.right-top-menu li a.view-portfolio:before {
    font-family: 'icomoon';
    font-size: 19px;
    content: "\e901";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.right-top-menu li a.shopping:before {
    background-position: -30px 0;
    width: 19px;
    top: 3px;
    font-family: 'icomoon';
    content: "\e900";
    font-size: 19px;
    line-height: 16px;
}

.right-top-menu li a.shopping .cart-item-counter {
    display: block;
    position: absolute;
    top: -5px;
    left: 15px;
    min-width: 16px;
    min-height: 16px;
    padding: 0 2px;
    border-radius: 8px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    z-index: 1;
}

.right-top-menu li.shopping-cart {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    padding-left: 13px;
    margin-left: 13px;
}

.error-msg {
    color: red;
    font-size: 14px;
}

.coupon-error {
    color: red !important;
    padding: 0px;
    font-size: 16px;
    text-align: right;
}

.quantity select, .qty select, .qty-select {
    border-radius: 0;
    width: 64px;
    min-height: 28px;
    padding-left: 6px;
    font-size: 16px;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    outline: none;
    background-color: #fff;
}

option {
    min-height: auto;
    padding: 0;
}

.select-property-item .price {
    border-top-left-radius: 8px;
}

.remain-points {
    font-size: 18px;
    padding-right: 4px;
}

@media (max-width: 1024px) {
    .select-property-item {
        height: 485px;
    }
}

@media (max-width: 940px) {
    .select-property-item {
        height: 460px;
    }
}


@media (min-width: 730px) and (max-width: 840px) {
    .select-property-item {
        height: 550px;
    }
}

@media (min-width: 660px) and (max-width: 730px) {
    .select-property-item {
        height: 525px;
    }
}

@media (min-width: 600px) and (max-width: 660px) {
    .select-property-item {
        height: 475px;
    }
}

.photos-preview {
    position: relative;
    margin-bottom: 30px;
}

.preview-photo-wrapper {
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    height: 380px;
    outline: none;
}

@media (max-width: 660px) {
    .preview-photo-wrapper {
        height: 300px;
    }
}


    .preview-photo-wrapper .slider-for {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .preview-photo-wrapper img.preview-photo {
        position: relative;
        z-index: 9;
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        vertical-align: middle;
        line-height: 100%;
    }

    .preview-photo-wrapper .image-holder {
        width: 75%;
        margin: 0 auto;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .preview-photo-wrapper .image-holder img,
        .free-hires-digital-download .preview-photo {
            width: auto;
            max-height: 100%;
            display: block;
            object-fit: contain;
        }

.photos-preview .slick-arrow {
    position: absolute;
    z-index: 999;
    width: 33px;
    height: 40px;
    background: transparent;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
}

    .photos-preview .slick-arrow::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 25px;
        height: 60px;
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

@media (max-width: 470px) {
    .photos-preview .slick-arrow::after {
        width: 19px;
        height: 40px;
    }
}

.photos-preview .slick-prev::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSI2MCI+ICAgIDxwYXRoIGZpbGw9IiM3MjcyNzIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTI0LjYzNiA1OS43OTNjLS4zNDMuMjU0LS43NzcuMjQ5LS45NjgtLjAxTC4xNTggMzAuNTUxYy0uMTI5LS4xNzQtLjEwNi0uNDE2LjAyLS42MzUtLjE5MS0uMjQxLS4yNDEtLjUzOC0uMDkzLS43NEwyMy4yNDguMTkxYy4xODgtLjI1Ni42MTEtLjI2MS45NDctLjAxLjMzNS4yNTEuNDU1LjY2Mi4yNjguOTE5TDEuNTMxIDI5Ljc5NWwyMy4zNzggMjkuMDY5Yy4xOTIuMjU5LjA2OS42NzUtLjI3My45Mjl6Ii8+PC9zdmc+);
}

.photos-preview .slick-next::after {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSI2MCI+ICAgIDxwYXRoIGZpbGw9IiM3MjcyNzIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTI0LjYzNiA1OS43OTNjLS4zNDMuMjU0LS43NzcuMjQ5LS45NjgtLjAxTC4xNTggMzAuNTUxYy0uMTI5LS4xNzQtLjEwNi0uNDE2LjAyLS42MzUtLjE5MS0uMjQxLS4yNDEtLjUzOC0uMDkzLS43NEwyMy4yNDguMTkxYy4xODgtLjI1Ni42MTEtLjI2MS45NDctLjAxLjMzNS4yNTEuNDU1LjY2Mi4yNjguOTE5TDEuNTMxIDI5Ljc5NWwyMy4zNzggMjkuMDY5Yy4xOTIuMjU5LjA2OS42NzUtLjI3My45Mjl6Ii8+PC9zdmc+);
    transform: rotate(180deg) translate(-50%, -50%);
    transform-origin: 0 0;
}

@media (max-width: 600px) {
    .photos-preview .background-slider .slick-arrow::after {
        width: 19px;
        height: 40px;
    }
}

.photos-preview .slider-nav .slick-slide {
    margin: 0 10px;
    width: 100px;
}

.photos-preview .slider-nav .slick-list {
    padding: 0 120px;
}

.photos-preview .slider-nav .slick-arrow {
    width: 100px;
    height: 100%;
    top: 0;
    margin: 0;
    background: #f4f4f4;
    top: 0;
}

.thumb-wrapper {
    border: 5px solid #fff;
}

.photos-preview .slick-prev {
    left: 0;
}

.photos-preview .slick-next {
    right: 0;
}

.photos-preview .slider-nav .slick-slide {
    position: relative;
    cursor: pointer;
}

.photos-preview .slider-nav .slick-current:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.photos-preview .slider-nav .slick-next {
    right: 0;
}

.photos-preview .slider-nav .slick-prev {
    left: 0;
}

    .photos-preview .slider-nav .slick-prev:after {
        left: 50%;
        margin-left: -10px;
        margin-top: -21px;
        top: 50%;
    }

.photos-preview .slider-nav .slick-next:after {
    right: 50%;
    margin-right: -10px;
    margin-top: -21px;
    top: 50%;
}

.photos-preview .slider-nav .slick-current:after {
    width: 65px;
    height: 65px;
    content: "";
    position: absolute;
    background: url(../content/images/main-sprite.png) -113px -250px;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
}

.select-bg-title {
    color: #343434;
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 10px;
}

    .select-bg-title.hide-block {
        display: none;
    }

    .select-bg-title .bg-name {
        font-weight: bold;
    }

    .select-bg-title strong {
        color: #000;
    }

.select-pkg-title {
    color: #343434;
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 20px;
}

.photos-preview .slider-for {
    margin: 0 0 20px;
    height: 681px;
    overflow: hidden;
}

/*.photo-preview-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: rgba(243, 243, 243, 0.8);
    padding: 9px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

@media(max-width: 479px) {
    .photo-preview-heading {
        height: 100%;
        background-color: transparent;
    }
}

.photo-preview-heading h5 {
    margin-bottom: 0;
    font-size: 14px;
}

@media(max-width: 479px) {
    .photo-preview-heading h5 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(243, 243, 243, 0.8);
        padding: 10px 14px;
        text-align: center;
    }
}

.actions {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}

@media(max-width: 479px) {
    .actions {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(243, 243, 243, 0.8);
        padding: 10px 14px;
        justify-content: center;
    }
}

.photo-holder {
    position: relative;
    padding: 20px 20px 20px 20px;
    background: #f6f5f5;
    border-bottom: 1px solid #e7e7e7;
}

@media(max-width: 640px) {
    .photo-holder {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.photo-holder .delete {
    right: 20px;
    top: 20px;
}

.photo-holder img {
    vertical-align: top;
}

.products-with-photo-wrapper {
    margin: 0 0 15px;
}

.package-title-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #e7e7e7;
    margin: 0 0 35px;
    padding: 15px;
}

.package-title-image-wrapper .quantity-filter {
    background: transparent;
    padding: 0;
}

.package-title-image-wrapper .quantity-filter .quantity {
    text-align: left;
}

.package-title-image-wrapper .quantity-filter .quantity label {
    font-size: 16px;
}

.package-title-image-wrapper .quantity {
    padding: 0;
}

.package-title-image-wrapper.inner .package-title-image-col {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    flex: none;
}

.package-title-image-wrapper.inner {
        margin: 0;
        align-items: flex-end;
        flex-direction: row;
        justify-content: flex-end;
}

.package-title-image-wrapper:after {
    content: "";
    clear: both;
    display: table;
}

.package-title-image-col {
    width: 50%;
}

.package-title-image-col.image-holder {
    height: 300px;
}
.package-title-image-col.image-holder img {
    width: initial;
    height: 100%;
    object-fit: cover;
}

.package-title-image-col .package {
    padding: 0;
    width: 100%;
}

.package-title-image-col:first-child {
    padding-right: 10px;
    align-self: center;
    text-align: left;
}

.package-title-image-wrapper.inner .package-title-image-col:first-child img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.package-title-image-col:last-child {
    padding-left: 10px;
}

.package-title {
    font-size: 24px;
    margin: 0 0 15px;
}

.package-title-image-col .package-title {
    font-size: 24px;
    padding: 0 0 15px;
    margin: 20px 10px 20px 0;
    border-bottom: 1px solid #fff;
}

.package-title-image-col .package-price {
    font-size: 31px;
}

.package-title-image-col .package-description h4 {
    font-size: 26px;
}

.package-title-image-col .package-description ul li {
    font-size: 14px;
}

.package-title.mobile {
    display: none;
}

.package-title-image-col .quantity-filter .price {
    text-align: right;
    font-size: 20px;
}

.marketing-image-with-description {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.marketing-image-with-empty-description {
    width: 50%;
}

.description-without-marketing-image {
    align-self: center;
    width: 50%;
}
.package-description-container {
    display: flex;
}

.marketing-image {
    width: 50%;
}

.package-quantity {
    flex: none;
}

.package-description-marketing-proof-plan {
    margin-left: 10px;
    width: 45%;
}

@media(max-width: 1024px) {
    .package-title.desktop {
        display: none;
    }

    .marketing-image {
        width: 100%;
    }

    .package-description-marketing-proof-plan {
        width: 100%;
        margin-left: 0;
    }
    .package-title-image-col:first-child {
        width: 66.6666%;
    }

    .package-title-image-col:last-child {
        width: 33.3333%;
    }

    .description-without-marketing-image {
        align-self: center;
        width: 100%;
    }

    .package-title-image-wrapper.inner, .package-title-image-wrapper.inner .package-title-image-col {
        display: block;
        width: 100%;
    }

    .package-title-image-wrapper.inner .package-title-image-col {
            padding: 0;
    }

    .package-title-image-wrapper .quantity-filter {
        padding-right: 0;
        margin-top: 15px;
    }

    .marketing-image-with-description {
        flex-direction: column;
        width: 100%;
    }

    .marketing-image-with-empty-description {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .package-title-image-wrapper .package, .package-title-image-wrapper .quantity-filter {
        float: none;
    }

   .package-title-image-wrapper .quantity-filter, .package-title-image-wrapper .quantity-filter .quantity, .package-title-image-wrapper .quantity-filter .price {
        display: block;
        width: 100%;
        text-align: right;
    }

        .package-title-image-wrapper .quantity-filter .quantity {
            margin: 0 0 10px;
        }

        .package-title-image-wrapper .quantity-filter .price {
            border: none;
        }

    .package-title {
        font-size: 20px;
    }
}

@media (max-width: 600px) {

    .description-without-marketing-image {
        align-self: flex-start;
        width: 50%;
    }

    .package-title-image-col:first-child, .package-title-image-col:last-child {
        width: 100%;
        padding: 0;
    }

    .package-title-image-wrapper.inner {
        display: flex;
        flex-direction: row;
        padding: 15px 0;
    }

    .marketing-image {
        width: 100%;
    }
    
    .package-title-image-wrapper.inner .package-title-image-col {
            width: 50%;
            float: left;
    }

    .marketing-image-with-description {
        width: 50%;
    }

    .marketing-image-with-empty-description {
        width: 50%;
    }

    .package-title-image-wrapper.inner .package-title-image-col:first-child {
        margin-bottom: 20px;
    }

    .package-title-image-col .package {
        margin: 0;
    }

    .package-title-image-wrapper .quantity-filter {
        margin: 0;
        padding-right: 0;
    }

    .package-title-image-wrapper.inner .package-title-image-col:last-child {
        align-self: center;
    }
    .package-title-image-col:first-child {
        text-align: center;
    }
}

.photos-heading {
    display: table;
    margin: 0 0 20px;
}

    .photos-heading h5 {
        color: #000000;
        font-size: 24px;
        font-weight: normal;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

.albums-filter {
    display: flex;
    align-items: center;
    text-align: right;
    width: 305px;
}

    .albums-filter label {
        font-size: 18px;
        display: inline-block;
        color: #000;
        margin-right: 20px;
        vertical-align: middle;
    }

    .albums-filter select {
        background: #ffffff url("../content/images/main-sprite.png") no-repeat scroll right -466px;
        border: 1px solid #e2e2e2;
        color: #343434;
        display: inline-block;
        font-size: 16px;
        height: 31px;
        vertical-align: middle;
        width: 221px;
        padding: 0 10px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
    }

@media (max-width: 470px) {
    .albums-filter select {
        width: 212px;
    }
}

.albums-filter select::-ms-expand {
    display: none;
}

@media (max-width: 767px) {
    .photos-heading {
        display: block;
    }

        .photos-heading h5 {
            margin: 0 0 10px;
            display: table;
        }

    .select-bg-title {
        font-size: 16px;
    }

    .photos-preview .slider-nav .slick-slide, .photos-preview .slider-nav .slick-arrow {
        width: 65px;
    }

    .photos-preview .slider-nav .slick-slide {
        margin: 0 5px;
    }

    .photos-preview .slider-nav .slick-list {
        padding: 0 75px;
    }

    .photos-preview .slider-nav .slick-prev:after {
        margin-left: -6px;
        margin-top: -15px;
    }

    .photos-preview .slider-nav .slick-next:after {
        margin-right: -6px;
        margin-top: -15px;
    }

    .photos-preview .slider-nav .slick-current::after {
        width: 44px;
        height: 44px;
        margin: -22px 0 0 -22px;
        background-position: -113px -320px;
    }
}

@media (max-width: 479px) {
    .photos-preview .slider-nav .slick-prev, .photos-preview .slider-nav .slick-next {
        display: none !important;
    }
}

package-title-image-wrapper .quantity-filter .quantity {
    text-align: left;
}

.package-title-image-wrapper .quantity-filter .quantity label {
    font-size: 16px;
}

.package-title-image-wrapper .quantity {
    padding: 0;
}

/* .package-title-image-wrapper.inner {
    display: table;
    width: 100%;
    table-layout: fixed;
} */

.package-title-image-wrapper:after {
    content: "";
    clear: both;
    display: table;
}

.package-title-image-col .package {
    padding: 0;
    width: 100%;
}

.package-title {
    font-size: 24px;
    margin: 0 0 15px;
}

.package-title-image-col .package-price {
    font-size: 31px;
}

.package-title-image-col .package-description h4 {
    font-size: 26px;
}

.package-title-image-col .package-description ul li {
    font-size: 14px;
}

.package-title.mobile {
    display: none;
}

@media (max-width: 840px) {
    .package-title-image-col .package-price {
        font-size: 24px;
    }

    .package-title-image-col .package-description h4 {
        font-size: 21px;
    }
}

@media( max-width: 767px) {
    .package-title-image-wrapper .package, .package-title-image-wrapper .quantity-filter {
        float: none;
    }

        .package-title-image-wrapper .quantity-filter, .package-title-image-wrapper .quantity-filter .quantity, .package-title-image-wrapper .quantity-filter .price {
            display: block;
            width: 100%;
            text-align: right;
        }

            .package-title-image-wrapper .quantity-filter .quantity {
                margin: 0 0 10px;
            }

            .package-title-image-wrapper .quantity-filter .price {
                border: none;
            }
}

.slick-arrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.actions li.like-action.active a {
    background-position: -85px -53px;
}


.slick-list .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-slide:focus {
    outline: none;
}

.photos-preview .slider-nav .slick-current:before {
    background: rgba(0, 0, 0, 0.1) !important;
}

.fixed-header .container {
    padding-top: 90px !important;
}

.share-action, .share-action a {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: none;
}

.package-title {
    text-overflow: ellipsis;
    overflow: hidden;
}

.share-image-dialog.ui-dialog .ui-dialog-content {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: left;
}

    .share-image-dialog.ui-dialog .ui-dialog-content p {
        margin: 0 0 25px;
    }

.checkbox-send-copy {
    float: left;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

    .checkbox-send-copy span {
        line-height: 0;
    }

.share-image-dialog.ui-dialog .ui-dialog-buttonpane {
    float: right;
    margin-top: -32px;
}

.ui-front {
    z-index: 10000 !important;
}
.ui-autocomplete.ui-front {
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

.ui-dialog {
    z-index: 10001 !important;
}

    .ui-dialog.share-image-dialog {
        padding: 30px 45px 45px;
    }

@media (max-width: 640px) {
    .ui-dialog.share-image-dialog {
        padding: 10px 15px 25px;
    }
}

.ui-dialog.share-image-dialog .ui-dialog-content .title {
    border-bottom: 1px solid #f6f6f6;
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0 0 25px;
    position: relative;
    padding-right: 20px;
}

.share-image-dialog .ui-dialog-buttonset button:last-child {
    padding: 0 45px !important;
    background: #f15635;
}

.share-image-dialog .ui-dialog-buttonset button:first-child .ui-button-text {
    color: #fff;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    border: none;
}

@media (max-width: 600px) {
    .ui-dialog.share-image-dialog .field {
        width: 100%;
    }

    .checkbox-send-copy {
        margin: 0 0 30px;
    }

    .share-image-dialog.ui-dialog .ui-dialog-buttonpane {
        float: none;
        margin: 0;
    }
}

@media (max-width: 470px) {
    .ui-dialog.share-image-dialog .input-box {
        display: block;
    }
}

.albums-filter select::-ms-expand {
    display: none;
    user-select: none;
}

.input-box textarea {
    resize: none;
    height: 104px;
    width: 100%;
    padding-top: 11px;
}

.share-image-title {
    padding: 10px;
    text-align: center;
}

.share-image-wrapper {
    min-height: 400px;
    text-align: center;
}

    .share-image-wrapper img {
        max-height: 100%;
        box-shadow: 0 0 25px silver;
    }

.button {
    min-width: 143px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: white;
    background: #f15635;
    display: inline-block;
    padding: 0 14px 0 14px;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
}

select.qty-select::-ms-expand {
    display: none;
}

#backgrounds {
    white-space: nowrap;
    margin-bottom: 10px;
}

.photos-preview .slider-nav {
    overflow-y: hidden;
}

.slider-nav .photo-background {
    margin: 4px;
    display: inline-block;
    min-width: 100px;
    width: 20VW;
    max-width: 160px;
    position: relative;
}

.organization-image img {
    margin: 0 auto 20px;
    display: block;
    width: 400px;
    max-width: 100%;
}

.organization-desc {
    font-size: 17px;
    line-height: 1.55;
    /*text-align: center;*/
}

.organization-desc img {
    height: auto;
}

.tooltip {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-image: url("../Content/Icons/Help.png");
}

.button-save {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: transparent;
    border: none;
    background-image: url("../Content/Icons/Save.png");
    background-size: 19px 19px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0px;
}

    .button-save:hover {
        background-size: 20px 20px;
    }

.button-delete {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: transparent;
    border: none;
    background-image: url("../Content/Icons/Delete.png");
    background-size: 19px 19px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0px;
}

    .button-delete:hover {
        background-size: 20px 20px;
    }

.field-validation-error {
    color: red;
    display: block;
    font-size: 14px;
    clear: both;
}

.validation-summary-errors {
    color: red;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding: 6px;
}

.view-error {
    color: red;
    padding: 14px;
    font-size: 16px;
    text-align: center;
}

.clear-link {
    color: initial;
    text-decoration: none;
}

    .clear-link:hover {
        text-decoration: none;
    }

@media print {
    .no-print {
        display: none;
    }
}

.ui-dialog .ui-dialog-content {
    font-family: Cambria;
    font-weight: bold;
    font-size: 15px;
    color: #606060;
    padding: 6px;
    text-align: center;
    height: auto !important;
    margin-bottom: 20px;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
}

.ui-dialog .ui-button {
    font-weight: bold;
    font-size: 15px;
    color: #606060;
    padding: 6px;
    min-width: 25px;
    outline: none;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: white;
}

#loader-0 {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 180px;
    height: 180px;
    margin: -90px 0 0 -90px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #D83E1D;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader-1 {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3B54F3;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader-2 {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140px;
    height: 140px;
    margin: -65px 0 0 -65px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3BF354;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.checkbox {
    appearance: checkbox;
    -ms-appearance: checkbox;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}

.input-box textarea {
    border-color: transparent !important;
}

.grecaptcha-badge {
    bottom: -999px !important;
}

.package .price {
    padding: 7px;
    bottom: 4px;
    right: 10px;
    color: white;
    position: absolute;
    border-top-left-radius: 6px;
    background: rgba(50, 50, 50, .4);
}

.overlay-price {
    position: relative;
    bottom: 28px;
    text-align: right;
}

.background-overlay-price {
    position: absolute;
    bottom: 9px;
    right:0;
}

    .overlay-price span {
        padding: 6px;
        color: white;
        border-top-left-radius: 6px;
        background: rgba(50, 50, 50, .4);
    }

input.radio {
    -webkit-appearance: radio;
}

.cancel-button, .submit-button {
    width: 143px;
    height: 40px;
    padding: 0px;
    color: #9c9c9c;
    font-size: 18px;
    line-height: 40px;
    border-radius: 0px;
    display: inline-block;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

    .cancel-button:hover, .submit-button:hover {
        text-decoration: none;
    }

.cancel-button {
    background: #f0f0f0;
}

.submit-button {
    background: #f15635;
}

.unsubscribe-options {
    padding: 20px;
}

    .unsubscribe-options div {
        padding: 5px;
    }

        .unsubscribe-options div input.radio {
            width: 18px;
            height: 18px;
            line-height: 18px;
            vertical-align: middle;
        }

        .unsubscribe-options div span {
            font-size: 16px;
            vertical-align: middle;
        }

#autocomplete {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.clearfix:after {
    display: table;
    content: '';
    clear: both;
}

.ui-widget #personalizedMessage {
    padding-top: 0;
    padding: 2px 15px 0;
}

    .ui-widget #personalizedMessage::-webkit-input-placeholder {
        color: #bbb;
        font-size: 15px;
    }

    .ui-widget #personalizedMessage::-moz-placeholder {
        color: #bbb;
        opacity: 1;
        font-size: 15px;
    }

    .ui-widget #personalizedMessage:-ms-input-placeholder {
        color: #bbb;
        font-size: 15px;
    }

    .ui-widget #personalizedMessage:-moz-placeholder {
        color: #bbb;
        opacity: 1;
        font-size: 15px;
    }

    .ui-widget #personalizedMessage::placeholder {
        color: #bbb;
        font-size: 15px;
    }

    .ui-widget #personalizedMessage.ie-placeholder {
        color: #bbb;
        font-size: 15px;
    }

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.text-overflow {
    max-width: 220px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 840px) {
    .text-overflow {
        max-width: 500px;
    }
}

.you-may-also-like {
    margin-bottom: 50px;
}

.ui-dialog .ui-dialog-buttonpane button.add-btn {
    text-align: center;
    background: #f15635;
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    display: block;
    line-height: 40px;
    min-width: 150px;
    border: none;
    flex-basis: 200px;
    padding: 15px 10px;
    height: auto;
}

.ui-dialog .ui-dialog-buttonpane .ui-button + .ui-button {
    margin-left: 15px;
}

.ui-dialog .ui-dialog-buttonpane button.cancel-btn {
    background: #999999;
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    display: block;
    line-height: 40px;
    min-width: 150px;
    border: none;
    text-align: center;
    flex-basis: 200px;
    padding: 15px 10px;
    height: auto;
    margin: 0;
}

@media (max-width: 400px) {
    .ui-dialog .ui-dialog-buttonpane button.cancel-btn {
        min-width: 0;
    }

    .ui-dialog .ui-dialog-buttonpane button.add-btn {
        min-width: 0;
    }
}

.pkg-attr-validation-dialog .ui-dialog-buttonset button.cancel-btn:first-child .ui-button-text {
    color: #fff;
}

.pkg-attr-validation-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.pkg-attr-validation-dialog .ui-dialog-content {
    line-height: 40px;
    margin-bottom: 40px;
}

.div-canvas div label {
    display: block;
}

.check-item-holder {
    margin: 0 auto;
    cursor: pointer;
}

    .check-item-holder input {
        display: none;
    }

.check-item {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: solid 2px #d6d6d7;
    position: relative;
}

    .check-item::before {
        content: '';
        display: none;
        width: 18px;
        height: 14px;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzQyLjM1NyAzNDIuMzU3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNDIuMzU3IDM0Mi4zNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPjxwb2x5Z29uIHBvaW50cz0iMjkwLjA0LDMzLjI4NiAxMTguODYxLDIwNC40MjcgNTIuMzIsMTM3LjkwNyAwLDE5MC4yMjYgMTE4Ljg2MiwzMDkuMDcxIDM0Mi4zNTcsODUuNjA2ICIgZmlsbD0iI2U4MmM0OSIvPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==');
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-size: contain;
    }

.check-item-holder input[type="checkbox"]:checked + span::before {
    content: "";
    display: block;
}

.check-item-holder input[type="checkbox"]:checked + span {
    border: solid 2px #e82c49;
}

.products-wrap .slider-for-preview.free-products-slider {
    margin: 0 0 20px;
    outline: none;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    padding: 0 75px;
    height: 400px;
}

@media (max-width: 640px) {
    .products-wrap .slider-for-preview.free-products-slider {
        height: 300px;
    }
}

@media (max-width: 470px) {
    .products-wrap .slider-for-preview.free-products-slider {
        padding: 0 45px;
    }
}

.free-prod .free-products-slider .preview-photo-wrapper {
    margin-bottom: 0;
    height: 400px;
}

@media (max-width: 640px) {
    .free-prod .free-products-slider .preview-photo-wrapper {
        height: 300px;
    }
}

.free-prod .free-products-slider .preview-photo-wrapper img {
    object-fit: contain;
}

.digital-download .free-prod {
    position: relative;
}

.dd-sicials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dd-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 7px;
    transition: all 0.3s ease;
}

    .dd-social-link:hover {
        background: #f44d64;
    }

.tumblr-icon {
    display: block;
    width: 19px;
    height: 19px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA0MzguNTQyIDQzOC41NDMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQzOC41NDIgNDM4LjU0MzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0yODguMDc4LDM2Ny4xNjRjLTEyLjc0OCwwLTIzLjg4Ny0yLjk1LTMzLjQtOC44NWMtNy40MjctNC4zODEtMTIuMzY4LTEwLjA4OS0xNC44NDItMTcuMTMyICAgYy0yLjY3My02Ljg1Mi00LjAwMS0yMy4yMjMtNC4wMDEtNDkuMTE1VjE3OS41OGgxMDMuOTIxdi02OC44MDZIMjM1LjgzNFYwaC02Mi41M2MtMi44NTYsMjIuNDU4LTcuOTkyLDQxLjEwOS0xNS40MTUsNTUuOTYzICAgYy03LjQyNCwxNC42NTUtMTcuMjI3LDI3LjIxOC0yOS40MDgsMzcuNjg1Yy0xMi4xODMsMTAuMjgyLTI2LjkzNCwxOC4yNzYtNDQuMjU1LDIzLjk4NHY2MS45NTVoNDguNTM1djE1My44ODkgICBjMCwyMC4zNjUsMi4wOTYsMzUuNjksNi4yOCw0NS45NjdjMy45OTksMTAuMjgzLDExLjUxOSwyMC4yNzIsMjIuNTU3LDI5Ljk4MWMxMS40MTksOS41MTQsMjQuNTU0LDE2LjY1MiwzOS4zOTksMjEuNDA2ICAgYzE1LjQxOCw1LjE0LDMzLjEyLDcuNzEzLDUzLjEwNSw3LjcxM2MxOC4yNzQsMCwzNC43MzUtMS44MTMsNDkuMzkyLTUuNDI4YzE0LjQ2Ni0zLjIzNywzMS40MDktOS40MjQsNTAuODIzLTE4LjU2MlYzNDUuNDYgICBDMzMyLjQyNSwzNTkuOTMzLDMxMC4zNDksMzY3LjE2NCwyODguMDc4LDM2Ny4xNjR6IiBmaWxsPSIjOWU5ZWEwIi8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
    transition: all 0.3s ease;
}

.dd-social-link:hover .tumblr-icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA0MzguNTQyIDQzOC41NDMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQzOC41NDIgNDM4LjU0MzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0yODguMDc4LDM2Ny4xNjRjLTEyLjc0OCwwLTIzLjg4Ny0yLjk1LTMzLjQtOC44NWMtNy40MjctNC4zODEtMTIuMzY4LTEwLjA4OS0xNC44NDItMTcuMTMyICAgYy0yLjY3My02Ljg1Mi00LjAwMS0yMy4yMjMtNC4wMDEtNDkuMTE1VjE3OS41OGgxMDMuOTIxdi02OC44MDZIMjM1LjgzNFYwaC02Mi41M2MtMi44NTYsMjIuNDU4LTcuOTkyLDQxLjEwOS0xNS40MTUsNTUuOTYzICAgYy03LjQyNCwxNC42NTUtMTcuMjI3LDI3LjIxOC0yOS40MDgsMzcuNjg1Yy0xMi4xODMsMTAuMjgyLTI2LjkzNCwxOC4yNzYtNDQuMjU1LDIzLjk4NHY2MS45NTVoNDguNTM1djE1My44ODkgICBjMCwyMC4zNjUsMi4wOTYsMzUuNjksNi4yOCw0NS45NjdjMy45OTksMTAuMjgzLDExLjUxOSwyMC4yNzIsMjIuNTU3LDI5Ljk4MWMxMS40MTksOS41MTQsMjQuNTU0LDE2LjY1MiwzOS4zOTksMjEuNDA2ICAgYzE1LjQxOCw1LjE0LDMzLjEyLDcuNzEzLDUzLjEwNSw3LjcxM2MxOC4yNzQsMCwzNC43MzUtMS44MTMsNDkuMzkyLTUuNDI4YzE0LjQ2Ni0zLjIzNywzMS40MDktOS40MjQsNTAuODIzLTE4LjU2MlYzNDUuNDYgICBDMzMyLjQyNSwzNTkuOTMzLDMxMC4zNDksMzY3LjE2NCwyODguMDc4LDM2Ny4xNjR6IiBmaWxsPSIjRkZGRkZGIi8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
    transition: all 0.3s ease;
}

.pinterest-icon {
    display: block;
    width: 21px;
    height: 23px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE1LjUwMiAxNS41MDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1LjUwMiAxNS41MDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPjxnPjxnPjxwYXRoIGQ9Ik04LjExMiwwYy00LjIzLDAtNi4zNjMsMy4wMzMtNi4zNjMsNS41NjJjMCwxLjUzMywwLjU4MSwyLjg5NCwxLjgyMywzLjQwMSAgICBjMC4yMDUsMC4wODQsMC4zODcsMC4wMDQsMC40NDYtMC4yMjFDNC4wNTksOC41ODUsNC4xNTYsOC4xODksNC4yLDguMDI1YzAuMDYxLTAuMjIxLDAuMDM3LTAuMy0wLjEyNy0wLjQ5NSAgICBDMy43MTQsNy4xMDgsMy40ODUsNi41NTgsMy40ODUsNS43ODNjMC0yLjI1LDEuNjgzLTQuMjY0LDQuMzg0LTQuMjY0YzIuMzkyLDAsMy43MDYsMS40NjMsMy43MDYsMy40MTIgICAgYzAsMi41NjgtMS4xMzcsNC43MzQtMi44MjQsNC43MzRjLTAuOTMyLDAtMS42MjktMC43Ny0xLjQwNS0xLjcxNWMwLjI2OC0xLjEzLDAuNzg2LTIuMzQ3LDAuNzg2LTMuMTYgICAgYzAtMC43MjktMC4zOTItMS4zMzYtMS4yLTEuMzM2Yy0wLjk1MiwwLTEuNzE4LDAuOTg0LTEuNzE4LDIuMzA0YzAsMC44NDEsMC4yODYsMS40MDksMC4yODYsMS40MDlzLTAuOTc2LDQuMTI5LTEuMTQ2LDQuODUyICAgIGMtMC4zNCwxLjQ0LTAuMDUxLDMuMjA2LTAuMDI1LDMuMzg1YzAuMDEzLDAuMTA0LDAuMTQ5LDAuMTMxLDAuMjEsMC4wNTFjMC4wODgtMC4xMTUsMS4yMjMtMS41MTcsMS42MDctMi45MTUgICAgYzAuMTExLTAuMzk2LDAuNjI3LTIuNDQ1LDAuNjI3LTIuNDQ1YzAuMzExLDAuNTg5LDEuMjEzLDEuMTA4LDIuMTc1LDEuMTA4YzIuODYzLDAsNC44MDQtMi42MDgsNC44MDQtNi4xMDMgICAgQzEzLjc0OSwyLjQ2LDExLjUxMiwwLDguMTEyLDB6IiBmaWxsPSIjOWU5ZWEwIi8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
    transition: all 0.3s ease;
}

.dd-social-link:hover .pinterest-icon {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE1LjUwMiAxNS41MDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1LjUwMiAxNS41MDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPjxnPjxnPjxwYXRoIGQ9Ik04LjExMiwwYy00LjIzLDAtNi4zNjMsMy4wMzMtNi4zNjMsNS41NjJjMCwxLjUzMywwLjU4MSwyLjg5NCwxLjgyMywzLjQwMSAgICBjMC4yMDUsMC4wODQsMC4zODcsMC4wMDQsMC40NDYtMC4yMjFDNC4wNTksOC41ODUsNC4xNTYsOC4xODksNC4yLDguMDI1YzAuMDYxLTAuMjIxLDAuMDM3LTAuMy0wLjEyNy0wLjQ5NSAgICBDMy43MTQsNy4xMDgsMy40ODUsNi41NTgsMy40ODUsNS43ODNjMC0yLjI1LDEuNjgzLTQuMjY0LDQuMzg0LTQuMjY0YzIuMzkyLDAsMy43MDYsMS40NjMsMy43MDYsMy40MTIgICAgYzAsMi41NjgtMS4xMzcsNC43MzQtMi44MjQsNC43MzRjLTAuOTMyLDAtMS42MjktMC43Ny0xLjQwNS0xLjcxNWMwLjI2OC0xLjEzLDAuNzg2LTIuMzQ3LDAuNzg2LTMuMTYgICAgYzAtMC43MjktMC4zOTItMS4zMzYtMS4yLTEuMzM2Yy0wLjk1MiwwLTEuNzE4LDAuOTg0LTEuNzE4LDIuMzA0YzAsMC44NDEsMC4yODYsMS40MDksMC4yODYsMS40MDlzLTAuOTc2LDQuMTI5LTEuMTQ2LDQuODUyICAgIGMtMC4zNCwxLjQ0LTAuMDUxLDMuMjA2LTAuMDI1LDMuMzg1YzAuMDEzLDAuMTA0LDAuMTQ5LDAuMTMxLDAuMjEsMC4wNTFjMC4wODgtMC4xMTUsMS4yMjMtMS41MTcsMS42MDctMi45MTUgICAgYzAuMTExLTAuMzk2LDAuNjI3LTIuNDQ1LDAuNjI3LTIuNDQ1YzAuMzExLDAuNTg5LDEuMjEzLDEuMTA4LDIuMTc1LDEuMTA4YzIuODYzLDAsNC44MDQtMi42MDgsNC44MDQtNi4xMDMgICAgQzEzLjc0OSwyLjQ2LDExLjUxMiwwLDguMTEyLDB6IiBmaWxsPSIjRkZGRkZGIi8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
    transition: all 0.3s ease;
}

.dd-sicials .social-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.dd-photo-detail {
    background: #fff;
    border: solid 1px #f1f1f1;
    padding: 5px 7px;
    padding-right: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.photo-wrapper .download-image {
    display: none;
}

.download-image-label {
    display: block;
    cursor: pointer;
    width: 19px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyMCI+ICAgIDxwYXRoIGZpbGw9IiNGNDRENjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjczMyAyMEgxLjI2N0MuNTY3IDIwIDAgMTkuNDQxIDAgMTguNzV2LTVoMi41MzN2My43NWgxMy45MzR2LTMuNzVIMTl2NWMwIC42OTEtLjU2NiAxLjI1LTEuMjY3IDEuMjV6bS03Ljc1Ny01LjIxNGEuNjM5LjYzOSAwIDAgMS0uOTUyIDBsLTQuNDM0LTVhLjYxNy42MTcgMCAwIDEtLjEtLjY3LjYzNi42MzYgMCAwIDEgLjU3Ny0uMzY2SDcuNlYuNjI1QS42My42MyAwIDAgMSA4LjIzMyAwaDIuNTM0YS42My42MyAwIDAgMSAuNjMzLjYyNVY4Ljc1aDIuNTMzYy4yNDkgMCAuNDc0LjE0Mi41NzcuMzY2YS42Mi42MiAwIDAgMS0uMS42N2wtNC40MzQgNXoiLz48L3N2Zz4=);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.download-image-label.disabled {
    cursor: default;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyMCI+ICAgIDxwYXRoIGZpbGw9IiM5YzljOWMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjczMyAyMEgxLjI2N0MuNTY3IDIwIDAgMTkuNDQxIDAgMTguNzV2LTVoMi41MzN2My43NWgxMy45MzR2LTMuNzVIMTl2NWMwIC42OTEtLjU2NiAxLjI1LTEuMjY3IDEuMjV6bS03Ljc1Ny01LjIxNGEuNjM5LjYzOSAwIDAgMS0uOTUyIDBsLTQuNDM0LTVhLjYxNy42MTcgMCAwIDEtLjEtLjY3LjYzNi42MzYgMCAwIDEgLjU3Ny0uMzY2SDcuNlYuNjI1QS42My42MyAwIDAgMSA4LjIzMyAwaDIuNTM0YS42My42MyAwIDAgMSAuNjMzLjYyNVY4Ljc1aDIuNTMzYy4yNDkgMCAuNDc0LjE0Mi41NzcuMzY2YS42Mi42MiAwIDAgMS0uMS42N2wtNC40MzQgNXoiLz48L3N2Zz4=);
}

.order-action {
    width: 100%;
}

.order-action-list {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.order-action-list__item {
}

.order-action-list__link {
    text-decoration: none;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    color: #646464;
    display: block;
    padding: 8px 49px 8px 25px;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

    .order-action-list__link:hover {
        text-decoration: none;
        background-color: #f0f0f0;
    }

    .order-action-list__link.download-icon::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        display: block;
        width: 19px;
        height: 20px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyMCI+ICAgIDxwYXRoIGZpbGw9IiNGNDRENjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE3LjczMyAyMEgxLjI2N0MuNTY3IDIwIDAgMTkuNDQxIDAgMTguNzV2LTVoMi41MzN2My43NWgxMy45MzR2LTMuNzVIMTl2NWMwIC42OTEtLjU2NiAxLjI1LTEuMjY3IDEuMjV6bS03Ljc1Ny01LjIxNGEuNjM5LjYzOSAwIDAgMS0uOTUyIDBsLTQuNDM0LTVhLjYxNy42MTcgMCAwIDEtLjEtLjY3LjYzNi42MzYgMCAwIDEgLjU3Ny0uMzY2SDcuNlYuNjI1QS42My42MyAwIDAgMSA4LjIzMyAwaDIuNTM0YS42My42MyAwIDAgMSAuNjMzLjYyNVY4Ljc1aDIuNTMzYy4yNDkgMCAuNDc0LjE0Mi41NzcuMzY2YS42Mi42MiAwIDAgMS0uMS42N2wtNC40MzQgNXoiLz48L3N2Zz4=);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .order-action-list__link.print-icon::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        display: block;
        width: 21px;
        height: 22px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMSI+ICAgIDxwYXRoIGZpbGw9IiNGNDRENjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTIyLjIyIDkuNTIyYTIuNTY5IDIuNTY5IDAgMCAwLTEuODczLS43NzJoLS44ODVWNS4yNDljMC0uMzY0LS4wOTItLjc2Ni0uMjc2LTEuMjAzLS4xODUtLjQzNy0uNDA2LS43ODQtLjY2NC0xLjAzOUwxNi40MjEuOTI4Yy0uMjU4LS4yNTUtLjYwOC0uNDc0LTEuMDUtLjY1Ni0uNDQzLS4xODItLjg0OC0uMjczLTEuMjE3LS4yNzNINC44NjVjLS4zNjkgMC0uNjgyLjEyNy0uOTQuMzgyYTEuMjYyIDEuMjYyIDAgMCAwLS4zODcuOTNWOC43NWgtLjg4NWMtLjcyOCAwLTEuMzUyLjI1Ny0xLjg3My43NzJhMi41MTcgMi41MTcgMCAwIDAtLjc4MSAxLjg1M3Y1LjY4OWMwIC4xMTguMDQ0LjIyLjEzMi4zMDcuMDg3LjA4Ny4xOTEuMTMuMzExLjEzaDMuMDk2djIuMTg4YzAgLjM2NS4xMjkuNjc0LjM4Ny45My4yNTguMjU1LjU3MS4zODIuOTQuMzgyaDEzLjI3Yy4zNjkgMCAuNjgyLS4xMjcuOTQtLjM4MmExLjI2IDEuMjYgMCAwIDAgLjM4Ny0uOTN2LTIuMTg4aDMuMDk3YS40MjguNDI4IDAgMCAwIC4zMTEtLjEzLjQyLjQyIDAgMCAwIC4xMzEtLjMwN3YtNS42ODljMC0uNzItLjI2LTEuMzM4LS43ODEtMS44NTN6bS00LjUyNyA5LjcyOUg1LjMwN3YtMy41aDEyLjM4NnYzLjV6bTAtOC43NTFINS4zMDdWMS43NDloOC44NDd2Mi4xODhjMCAuMzY0LjEyOS42NzQuMzg3LjkyOS4yNTguMjU2LjU3MS4zODMuOTQuMzgzaDIuMjEyVjEwLjV6bTMuMjc2IDEuNDkxYS44NTYuODU2IDAgMCAxLS42MjIuMjU5Ljg1NC44NTQgMCAwIDEtLjYyMi0uMjU5Ljg0Ljg0IDAgMCAxLS4yNjMtLjYxNmMwLS4yMzcuMDg4LS40NDIuMjYzLS42MTVhLjg1NS44NTUgMCAwIDEgLjYyMi0uMjZjLjIzOSAwIC40NDcuMDg3LjYyMi4yNmEuODM2LjgzNiAwIDAgMSAuMjYzLjYxNS44NC44NCAwIDAgMS0uMjYzLjYxNnoiLz48L3N2Zz4=);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

@media (max-width: 600px) {
    .order-action-list__link {
        padding: 8px 40px 8px 15px;
    }

        .order-action-list__link.download-icon::before {
            right: 15px;
        }

        .order-action-list__link.print-icon::before {
            right: 15px;
        }
}

.checkbox-holder {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    padding-right: 10px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}

.billing-info-checkbox-holder {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    padding-right: 10px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}

.billing-info-checkbox-holder input {
    width: auto;
    display: none;
}

.checkbox-holder input {
    width: auto;
    display: none;
}

.checkbox-def {
    display: flex;
    align-items: center;
}

    .checkbox-def input {
        display: none;
    }

.shipping-radio-block {
    clear: both;
    padding-top: 15px;
}

.billing-checkbox-block {
    clear: both;
}

.order_rev_header {
    margin-bottom: 15px;
    display: block;
}

.checkbox-def span {
    cursor: pointer;
    flex: 0 auto;
}

.checkbox-def .checkbox-circle {
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #e2e2e2;
    border-radius: 100%;
    background: #fff;
    margin-right: 10px;
    flex: 0 0 auto;
}

.checkbox-def .checkbox-checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #e2e2e2;
    background: #fff;
    margin-right: 10px;
    flex: 0 0 auto;
}

.checkbox-def input[type="radio"]:checked + span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: block;
    width: 6px;
    height: 6px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PHBhdGggZD0iTTI1NiwwQzExNC44MzcsMCwwLDExNC44MzcsMCwyNTZzMTE0LjgzNywyNTYsMjU2LDI1NnMyNTYtMTE0LjgzNywyNTYtMjU2UzM5Ny4xNjMsMCwyNTYsMHoiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.checkbox-def input[type="checkbox"]:checked + input + span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzQyLjM1NyAzNDIuMzU3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNDIuMzU3IDM0Mi4zNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPjxwb2x5Z29uIHBvaW50cz0iMjkwLjA0LDMzLjI4NiAxMTguODYxLDIwNC40MjcgNTIuMzIsMTM3LjkwNyAwLDE5MC4yMjYgMTE4Ljg2MiwzMDkuMDcxIDM0Mi4zNTcsODUuNjA2ICIgZmlsbD0iIzAwMDAwMCIvPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.indent-bottom {
    margin-bottom: 30px;
}

@media (max-width: 470px) {
    .product-cart ul {
        padding: 0;
    }
}

.product-cart-footer {
    margin-top: 40px;
}

.paging.align-start {
    align-items: flex-start;
}

/* TEXT */

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-danger {
    color: #FF0000;
    font-size: 16px;
    white-space: pre-wrap;
}

.text-bold {
    font-weight: 900;
}

/* ORDER */
.order {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    max-width: 700px;
    margin: 0 auto;
}

.order-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 12px;
}

.order-subtitle {
    margin-bottom: 14px;
    font-size: 14px;
    text-align: center;
}

.order-confirmation-table {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #000;
}

.order-confirmation-content {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    word-wrap: break-word;
    word-break: break-word;
}

.order-confirmation-table td {
    padding: 2px;
    width: 1%;
    vertical-align: top;
}

@media (min-width: 640px) {
    .order-confirmation-table td {
        padding: 2px 0;
    }
}

.order-confirmation-table td.bordered {
    border-top: 1px solid #000;
}

.order-confirmation-table .w-50 {
    width: 50%;
}

.order-confirmation-table .w-25 {
    width: 25%;
}

@media (max-device-width: 480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */

    .order-confirmation-table .w-50 {
        width: 40%;
    }

    .order-confirmation-table .w-25 {
        width: 30%;
        min-width: 75px !important;
    }
}

.order-confirmation-table td.empty {
    height: 50px;
    vertical-align: bottom;
    padding: 10px 0px;
}

.order-code {
    width: 110%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    z-index: -1;
}

.order-code-img {
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.order-confirmation-subcontent {
    padding: 0 8px;
}

.order-items .order-confirmation-content {
    table-layout: initial;
}

/*@media (min-width: 640px) {
    .order-items .order-confirmation-content {
        width: 62%;
    }
}*/

.order-items td:first-child {
    width: 50%;
}

.order-items td:nth-child(2) {
    width: 172px;
}

.order-items td:last-child {
    width: 172px;
}

.order-subinfo {
    padding-top: 15px;
}

.order-description {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.company-contacts {
    padding: 15px 0;
    font-size: 14px;
}

.company-contact {
    font-size: 15px;
    color: #000;
}

.company-contact.mail {
    text-decoration: underline;
}

.order-greetings {
    margin-bottom: 5px;
    font-size: 16px;
}

.order-text-tab {
    padding-left: 3em !important;
}

.order-vertical-align-bottom {
    vertical-align: bottom !important;
}

.order-height-30 {
    height: 30px;
}

.paging .keep-shopping-subject-link,
.keep-shopping-subject-link {
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.keep-shopping-for-subject {
    margin-right: 20px;
    flex: 1 1 auto;
    min-width: 0%;
    margin-bottom: 15px;
    word-break: break-word;
    word-wrap: break-word;
    color: #9c9c9c;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.subject-cart-footer {
    flex-direction: column;
    align-items: flex-start;
}

.subject-cart-footer .pagin-text {
    order: -1;
    margin-bottom: 30px;
}

.subject-cart-footer .pagin-text-holder {
    flex-direction: column;
    align-items: flex-start;
}

.subject-cart-footer .pagin-subtitle {
    display: block;
    flex: 0 0 auto;
    margin: 0 12px 0 0;
    text-align: left;
    font-size: 16px;
    flex: 1 1 auto;
    min-width: 0%;
}
@media (min-width: 560px) {
    .subject-cart-footer .pagin-text-holder {
        align-items: center;
        flex-direction: row;
    }
}

@media (min-width: 600px) {
    .subject-cart-footer {
        flex-direction: row;
        align-items: flex-start;
    }
    .subject-cart-footer .pagin-text {
        order: 1;
        margin-bottom: 0;
    }
    .subject-cart-footer .pagin-subtitle {
        text-align: right;
    }
    .subject-cart-footer .pagin-text-holder {
        align-items: flex-end;
        flex-direction: column;
    }
}

@media (min-width: 800px) {
    .subject-cart-footer .pagin-text {
        margin-left: 20px;
    }
    .subject-cart-footer .pagin-text-holder {
        align-items: center;
        flex-direction: row;
    }
    .subject-cart-footer .pagin-subtitle {
        margin: 0 12px;
    }
}

@media (min-width: 900px) {
    .subject-cart-footer .pagin-subtitle {
        font-size: 18px;
    }
}

@media print {
    .more {
        page-break-after: always;
    } 
}

/* ADDONS */

.addons-controls {
    align-items: flex-start;
}

.stretched {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1 1 auto;
    min-width: 0%;
}

/*CART */
.btn-icon:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #6d6e71;
}

.btn-icon {
    width: 22px;
    height: 22px;
    display: inline-table;
    background-size: contain;
    background-position: center center;
}

.edit-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAAAfpJREFUOE+91cmOTWEUxfFf6XtBItEH72BANA8g0UZMNEPCwIihGd5A1ECiSRBBzTyAqXgFIXqljSalz0r2kZObc+sWEie5k2+f+//WXrs5Q/7tmYldmIHreNfghlrcSZjacc83fO84X4DtWFmxB7jVwAOehg31m9wBCPQ8nrRic7Abq/AC0zEfL3ERHwLehM34iU8d4K+4iccVi9JtBQ0oFnyps9V4iJGAj5dHZ+vG8VyPp3sr/UDPtWyah/1YlOwCPokxnBlQx4XYiqiKLSM9QhLfiWW4P1Fw1ETpkvI0nkdM86Q2B7Ecz3B1IuBA4+kaPC2lKVjzROmOgiaeeowOAgea6q/A8yjB254WPVCeB3oDrxIfD9xW+qiUvGlB0x25dGmlH+hoe0C6ipe+3FeFiNJraENnYU+1XNor6f+euvEUR82h6s8LbSXIcKSQqX5sudyk3+6qflY04I8IuFETaMZ4LWJPRvh1ARcj3RGv+3rcgDOJseE9plT6URovr7SgYR1B/nc6QzNIcRRE7Y/aKSlor9LGgWO1LzJoY/3AWUxHMbdnGuPppR6lfwTOy4HP7gHHmvbEtcMTUjxgbXSG/x/4RKU9XGP7N2qzLw5Xl51KsVO8LdhYh/38G3RZJjUfiru43fRxDtdjXS38QZCueATdwx18zgu/AFbrkPrAcsPWAAAAAElFTkSuQmCC);
}

.subject-title {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
    font-size: 28px;
    color: #f15635;
    font-weight: bold;
    word-break: break-word;
}

.subject-cart-title {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    word-break: break-word;
}

@media (max-width: 991px) {
    .subject-cart-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .subject-cart-title {
        font-size: 20px;
    }
}