/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/Poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url('../fonts/Poppins/Poppins-ExtraLight.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Italic;
    src: url('../fonts/Poppins/Poppins-Italic.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
}

/**, ::after, ::before {*/
/*    box-sizing: unset;*/
/*}*/
/*html {*/
/*    -ms-text-size-adjust: 100%;*/
/*    -webkit-text-size-adjust: 100%;*/
/*}*/
/*html, body {*/
/*  margin: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: #f4f4f4 !important;*/
/*  background-color: #f4f4f4 !important;*/
/*  font-family: Poppins-Medium;*/
/*}*/
/*body {*/
/*  font-size: 14px;*/
/*  line-height: 1.3em;*/
/*  overflow-wrap: break-word;*/
/*  word-wrap: break-word;*/
/*  word-break: break-word;*/
/*  -webkit-font-smoothing: subpixel-antialiased;*/
/*  color: #515151;*/
/*  overflow-x: hidden;*/
/*}*/

.packeta-method-detail {
    transition: height 1s;
    height: 0;
    line-height: 40px;
}
#packeta_widget {
    width: 100%;
}
.packeta-change {
    margin-top: 15px;
}
.packeta-change a {
    cursor: pointer;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff !important;
    border-radius: 4px;
    transition: all .2s;
}
.packeta-change a:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #eee !important;
}

.content_checkout a, .content_checkout .link {
    text-decoration: none;
    color: #616161;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-weight: normal;
    font-size: 14px;
}
.content_checkout a:hover, .content_checkout a:active, .content_checkout a:focus {
    font-size: 14px !important;
    font-weight: normal;
    color: #afafaf;
}
.content_checkout .button:hover, .content_checkout .button:active, .content_checkout .button:focus, .content_checkout .button:visited  {
    font-size: 13px !important;
    color: #fff;
}

.content_checkout .button::after {
    content: none !important;
}

.content_checkout h1, .content_checkout h2, .content_checkout h3, .content_checkout h4, .content_checkout h5, .content_checkout h6 {
    font-weight: normal;
    margin: 0;
    line-height: 1em;
}
.content_checkout h1, .content_checkout .heading-1 {
    font-family: Open Sans, sans-serif;
    font-size: 1.71429em;
    line-height: 1.3em;
}
@media (min-width: 750px) {
    .content_checkout h1,  .content_checkout .heading-1 {
        font-size: 2em;
    }
}
.content_checkout h2 {
    font-family: Open Sans, sans-serif;
    font-size: 1.28571em;
    line-height: 1.3em;
}
.content_checkout img {
    border: 0;
    max-width: 100%;
}

.user_info_checkout h2 {
    color: #313131;
}

.text-center {
    text-align: center !important;
}

.alternative-payment-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.85714em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #6e6e6e;
    margin-top: 2.5em;
}
.alternative-payment-separator::after, .alternative-payment-separator::before {
    content: '';
    display: inline-block;
    height: 1px;
    background-color: gainsboro;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.alternative-payment-separator__content {
    display: inline-block;
    padding: 0 1em;
}
.dynamic-checkout__title {
    color: #6e6e6e;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
}
.dynamic-checkout__title::before, .dynamic-checkout__title::after {
    content: '';
    border: 1px gainsboro solid;
    border-bottom: 0;
    height: 0.5em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 2em;
    -ms-flex: 1 0 2em;
    flex: 1 0 2em;
}
.dynamic-checkout__title::before {
    border-right: 0;
    border-top-left-radius: 5px;
    margin-right: 1em;
}
.dynamic-checkout__title::after {
    border-left: 0;
    border-top-right-radius: 5px;
    margin-left: 1em;
}
.dynamic-checkout__content {
    border: 1px gainsboro solid;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0.92857em 1.42857em 1.42857em;
    position: relative;
}
.content_checkout ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.main__footer {
    margin-top: 2em;
    padding: 1em 0;
    border-top: 1px solid gainsboro;
}
.policy-list {
    zoom: 1;
}
.policy-list:after, .policy-list:before {
    content: "";
    display: table;
}
.policy-list__item {
    float: left;
    font-size: 0.85714em;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
}
.layout-flex__item--stretch {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.layout-flex__item {
    padding: 0.14286rem;
}
.layout-flex--loose-horizontal .layout-flex__item {
    padding-left: 0.57143rem;
    padding-right: 0.57143rem;
}
.layout-flex--tight-vertical .layout-flex__item {
    padding-bottom: 0.14286rem;
    padding-top: 0.14286rem;
}

.content_checkout {
    /*height: 100%;*/
    padding-bottom: 2.5em;
}

.anyflexbox body, .anyflexbox .content_checkout, .anyflexbox .content_checkout .wrap_checkout, .anyflexbox .user_info_checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.anyflexbox .content_checkout .wrap_checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
@media (min-width: 1000px) {
    .anyflexbox .content_checkout .wrap_checkout {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.wrap_checkout:after {
    clear: both;
}
.wrap_checkout:after, .wrap_checkout:before {
    content: "";
    display: table;
}
.wrap_checkout {
    display: block;
    margin: 0 auto;
    max-width: 40em;
    zoom: 1;
    position: relative;
}

@media (min-width: 900px) {
    .wrap_checkout {
         overflow-x: hidden;
    }
}

@media (min-width: 1000px) and (max-width: 1600px) {
    .wrap_checkout {
        padding: 0 5%;
        width: 90%;
        /*max-width: 78.57143em;*/
        max-width: 85%;
    }
    .wrap_checkout--full {
        padding: 0 7.5%;
    }
}

@media (min-width: 1601px) {
    .wrap_checkout {
        max-width: 70%;
    }
}

@media (max-width: 999px) {
    .wrap_checkout {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 1em;
    }
    .wrap_checkout--full {
        padding: 0;
    }
}

.wrap_checkout--full {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 1000px) {
    .user_info_checkout {
        width: 58%;
        /*padding-right: 6%;*/
        float: left;
        padding-top: 2.5em;
    }
}

.cart_checkout {
    position: relative;
    color: #545454;
    z-index: 1;
    background: #fff;
}

@media (max-width: 768px) {
    .cart_checkout {
        position: absolute;
        top: 0;
        left: 2.5%;
        width: 95%;
        box-shadow: 0 10px 30px 0 rgb(0 0 0 / 7%);
    }
}

.cart_checkout::after {
    content: "";
    display: block;
    width: calc(100% + 28px);
    position: absolute;
    top: 45px;
    left: -14px;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    -webkit-box-shadow: 0 -1px 0 #e6e6e6 inset;
    box-shadow: 0 -1px 0 #e6e6e6 inset;
}
/* @media (min-width: 700px) and (max-width: 1000px) {
  .cart_checkout::after {
    width: 222%;
  }
} */
@media (min-width: 1000px) {
    .cart_checkout {
        width: 38%;
        padding-left: 4%;
        background-position: left top;
        float: right;
        padding-top: 1.5em;
    }
    .cart_checkout::after {
        width: 300%;
        left: 0;
        background-position: left top;
        -webkit-box-shadow: 1px 0 0 #e6e6e6 inset;
        box-shadow: 1px 0 0 #e6e6e6 inset;
    }
}
@media (max-width: 999px) {
    .cart_checkout {
        display: none;
    }
}

.display-none {
    display: none;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.order-summary__section {
    border-top: 1px solid rgba(179,179,179,0.34);
}
.order-summary__section {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
@media (min-width: 1000px) {
    .order-summary__section {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.total-line-table__tbody+.total-line-table__footer .total-line th, .total-line-table__tbody+.total-line-table__footer .total-line td {
    padding-top: 3em;
    position: relative;
}
.total-line:first-child th, .total-line:first-child td {
    padding-top: 0;
}
.total-line-table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    width: 100%;
}
.total-line-table td:first-child, .total-line-table th:first-child {
    padding-left: 0;
    text-align: left;
}
.total-line-table td:last-child, .total-line-table th:last-child {
    text-align: right;
}
.total-line-table td, .total-line-table th {
    padding-left: 1em;
}
.total-line-table td, .total-line-table th {
    padding: 0;
    font-weight: normal;
}
.total-line th.padd, .total-line  td.padd {
    padding-top: 0.75em;
}

.cart_checkout .total-line-table__tbody+.total-line-table__footer .total-line th::before, .cart_checkout .total-line-table__tbody+.total-line-table__footer .total-line td::before {
    background-color: rgba(179,179,179,0.34);
}
.total-line-table__tbody+.total-line-table__footer .total-line th::before, .total-line-table__tbody+.total-line-table__footer .total-line td::before {
    content: '';
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 100%;
    height: 1px;
}

.cart_checkout .payment-due-label__total {
    color: #333333;
}
.payment-due-label__total {
    font-size: 1.14286em;
}
.cart_checkout .payment-due__currency {
    color: #737373;
}
.payment-due__currency {
    font-size: 0.85714em;
    vertical-align: 0.2em;
    margin-right: 0.5em;
}

.total-line__price {
    padding-left: 1.5em;
    text-align: right;
    white-space: nowrap;
}
.cart_checkout .payment-due__price {
    color: #333333;
}
.payment-due__price {
    font-size: 1.71429em;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1em;
}

.content_checkout .section {
    position: relative;
    padding-top: 2em;
}
@media (min-width: 750px) {
    .content_checkout .section {
        padding-top: 3em;
    }
}
.section:first-child {
    padding-top: 0;
}
.section__header {
    position: relative;
    margin-bottom: 1em;
}
@media (min-width: 750px) {
    .section__header {
        margin-bottom: 1.5em;
    }
}
.section__text {
    margin-top: 0.25em;
}
.content_checkout p {
    margin: 0;
    line-height: 1.5em;
}
.section__content {
    zoom: 1;
}
.section__content:after, .section__content:before {
    content: "";
    display: table;
}
.content-box:first-of-type, .content-box-spacing:first-of-type {
    margin-top: 0;
}
.content-box, .content-box-spacing {
    margin-top: 1em;
}
.content-box {
    background: #f4f4f4;
    background-clip: padding-box;
    border: 1px #cfcfcf solid !important;
    border-radius: 5px;
    color: #545454;
    padding: 0 !important;
}
.content-box__row:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.content-box__row:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.content-box__row ~ .content-box__row {
    border-top: 1px solid #d9d9d9;
}
.display-table .content-box__row {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.content-box__row--tight-spacing-vertical {
    padding-top: 0.85714em;
    padding-bottom: 0.85714em;
}
.content-box__row {
    padding: 1.14286em;
    position: relative;
    zoom: 1;
}
.content-box__row:after, .content-box__row:before {
    content: "";
    display: table;
}
.content-box__row:after {
    clear: both;
}
.review-block ~ .review-block {
    margin-top: 0.85714em;
    padding-top: 0.85714em;
    border-top: 1px solid #e6e6e6;
}
.review-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.review-block__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.review-block__label {
    color: #737373;
    padding-right: 1.14286em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 5em;
    -ms-flex: 0 1 5em;
    flex: 0 1 5em;
}
.review-block__content {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    color: #333333;
    padding-right: 1.14286em;
}
.review-block__link {
    max-width: 10em;
    font-size: 0.85714em;
}
.content-box .emphasis {
    color: #333333;
}
.main .emphasis {
    color: #313131;
}
.content_checkout .emphasis {
    font-weight: 600;
}
.address--tight {
    line-height: inherit;
}

.content_checkout .address {
    font-style: normal;
    line-height: 1.5em;
    margin-bottom: 0;
}

label {
    margin-bottom: 0;
}

.content_checkout .input-checkbox:checked,
.content_checkout .input-radio:checked {
    border: none;
    -webkit-box-shadow: 0 0 0 10px #616161 inset;
    box-shadow: 0 0 0 10px #616161 inset;
}

.content-box .input-checkbox, .content-box .input-radio {
    border-color: #d9d9d9;
}

.main .input-checkbox, .main .input-radio {
    border-color: #cfcfcf;
}

.content_checkout input[type="checkbox"],
.content_checkout input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: inherit;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    width: 18px;
}

.content_checkout .input-radio {
    border-radius: 50%;
}
.content_checkout .input-checkbox,
.content_checkout .input-radio {
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 0 0 0 0 #616161 inset;
    box-shadow: 0 0 0 0 #616161 inset;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    border: 1px solid;
}

.content_checkout .input-checkbox {
    border-radius: 4px;
}

.content_checkout .input-radio {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
    background: transparent;
    line-height: normal;
}

.content_checkout .input-checkbox:checked:after,
.content_checkout .input-radio:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.content_checkout .input-radio:after {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}

.content_checkout .input-checkbox:after {
    width: 10px;
    height: 8px;
    margin-left: -5px;
    margin-top: -4px;
    background-image: url(//cdn.shopify.com/s/assets/checkout/checkbox-tick-9f17bee….png);
    background-image: url(//cdn.shopify.com/s/assets/checkout/checkbox-tick-66a9a39….svg),none;
}

.content_checkout .input-checkbox:after,
.content_checkout .input-radio:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
}

.content_checkout .radio-wrapper:after,
.content_checkout .checkbox-wrapper:after {
    clear: both;
}

.radio-wrapper, .checkbox-wrapper {
    zoom: 1;
    margin-bottom: 1em;
}
.radio-wrapper:last-child, .checkbox-wrapper:last-child {
    margin-bottom: 0;
}
.display-table .radio-wrapper, .display-table .checkbox-wrapper {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.radio-wrapper:after, .radio-wrapper:before, .checkbox-wrapper:after, .checkbox-wrapper:before {
    content: "";
    display: table;
}
.display-table .radio__input, .display-table .checkbox__input {
    display: table-cell;
}
.radio__input, .checkbox__input {
    padding-right: 0.75em;
    white-space: nowrap;
}
.display-table .radio__label, .display-table .checkbox__label {
    display: table-cell;
    width: 100%;
}
.radio__label, .checkbox__label {
    cursor: pointer;
    vertical-align: middle;
}
.display-table .radio__label__primary {
    display: table-cell;
    width: 100%;
}
.radio__label__primary {
    cursor: inherit;
    font-family: inherit;
    vertical-align: top;
}
.display-table .radio__label__accessory {
    display: table-cell;
}
.radio__label__accessory {
    text-align: right;
    padding-left: 0.75em;
    white-space: nowrap;
}
.content-box__emphasis {
    font-weight: 600;
    color: #333333;
}
.display-table .content-box__row {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}



.payment-icon {
    width: 38px;
    height: 24px;
    -webkit-transition: opacity 0.5s cubic-bezier(0.3, 0, 0, 1);
    transition: opacity 0.5s cubic-bezier(0.3, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    display: inline-block;
}

.payment-icon {
    border-radius: 0.21429em;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 2.71429em;
    height: 1.71429em;
}
.payment-icon--visa {
    background-image: url(//cdn.shopify.com/s/assets/payment_icons/visa-e5bb9ed….png);
    background-image: url(//cdn.shopify.com/s/assets/payment_icons/visa-319d545….svg),none;
}
.payment-icon--master {
    background-image: url(//cdn.shopify.com/s/assets/payment_icons/master-b3e9556….png);
    background-image: url(//cdn.shopify.com/s/assets/payment_icons/master-173035b….svg),none;
}
.payment-icon--american-express {
    background-image: url(//cdn.shopify.com/s/assets/payment_icons/american_express-912502c….png);
    background-image: url(//cdn.shopify.com/s/assets/payment_icons/american_express-ed5c54c….svg),none;
}
.payment-icon--discover {
    background-image: url(//cdn.shopify.com/s/assets/payment_icons/discover-daf1308….png);
    background-image: url(//cdn.shopify.com/s/assets/payment_icons/discover-8265cfc….svg),none;
}


.checkout_label {
    display: table-cell;
    width: 100%;
}

.offsite-payment-gateway-logo {
    height: 24px;
    display: block;
    margin-top: -2px;
}



.logo_checkout a {
    margin: 0 auto;
    text-align: center;
    display: block;
    vertical-align: middle;
}
.logo_checkout img {
    max-height: 60px;
    max-width: 250px;
}
@media (max-width: 999px) {
    .no-mobile {
        display: none;
    }
}

.breadcrumbs_checkout {
    margin: 1em 0 0 0;
    text-align: center;
}
@media (max-width: 999px) {
    .breadcrumbs_checkout {
        margin: 0;
    }
    .breadcrumbs_checkout a {
        display: block;
        margin-right: -10px;
    }
}

.summary_mobile_checkout {
    display: none;
}
@media (max-width: 999px) {
    .summary_mobile_checkout {
        display: block;

        background: #efefef;
        border-top: 1px solid gainsboro;
        border-bottom: 1px solid gainsboro;
        padding: 1.25em 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: left;
        width: 100%;
    }

}

.user_area_checkout {
    margin: 1.5em 0 0 0;
}
.user_area_checkout .button_shell {
    width: 44.5%;
    margin: 0 1.8%;
    display: inline-block;
}
.user_area_checkout .button_shell .button {
    display: block;
}
.button_area .buttons .button {
    display: block;
}
.content_checkout .user_area_checkout .button {
    color: #fff;
    background: #000;
}
.content_checkout .user_area_checkout .button:hover {
    color: #000;
    background: #fad100;
    border: 0;
    text-decoration: none;
}

.alternative-payment-separator {
    padding-bottom: 2em;
}

.billing_info {
    width: 100%;
}
.billing_info.no_padding td {
    padding: 0;
}

.button_area {
    width: 100%;
    position: relative;
    padding-top: 1.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.button_area .link {
    order: 1;
    vertical-align: middle;
    flex-grow: 1;
}
.button_area .buttons {
    order: 2;
    flex-grow: 0;
}
/*.button_area .link, .button_area .buttons {
  flex-direction: row;
}*/
/*.button_area .buttons {
  vertical-align: middle;
  width: 50%;
  display: inline-block;
}*/
@media (max-width: 999px) {
    /*.button_area .link, .button_area .buttons {
      vertical-align: middle;
      width: 100%;
      display: block;
      padding: 1em 0;
      text-align: center;
    }*/
    .button_area {
        flex-direction: column;
    }
    .button_area .link {
        order: 2;
        padding-top: 1.5em;
        text-align: center;
        flex-grow: 0;
    }
    .button_area .buttons {
        order: 1;
    }
}

input, input::after, input::before {
    box-sizing: border-box !important;
}
select, select::after, select::before {
    box-sizing: border-box !important;
}
textarea, textarea::after, textarea::before {
    box-sizing: border-box !important;
}
.button, .button::after, .button::before {
    box-sizing: border-box !important;
}
div.dynamic-checkout__content, .dynamic-checkout__content::after, .dynamic-checkout__content::before {
    box-sizing: border-box !important;
}

.content_checkout .button.small {
    padding: 1.2em 1.5em;
    line-height: initial;
    height: 52px;
}

.header-cart-item {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.anyflexbox .banner {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.content_checkout .banner {
    padding: 1.5em 0;
    background: transparent;
    background-size: cover;
    display: none;
}
.content_checkout .banner img {

}
@media (max-width: 999px) {
    .content_checkout .banner {
        display: block;
    }
}

.order-summary-toggle {
    display: none;
}
@media (max-width: 999px) {
    .order-summary-toggle {
        height: auto;
        margin: 30px 0 0 0;
        background: #efefef;
        border-top: 1px solid gainsboro;
        border-bottom: 1px solid gainsboro;
        padding: 1.25em 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: left;
        width: 100%;
        display: block;
    }
}
.display-table .order-summary-toggle__inner {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.order-summary-toggle__inner {
    zoom: 1;
}
.order-summary-toggle__text {
    color: #616161;
    vertical-align: middle;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    display: none;
}
.display-table .order-summary-toggle__total-recap {
    display: table-cell;
}
.order-summary-toggle__total-recap {
    vertical-align: middle;
    text-align: right;
    padding-left: 0.75em;
    white-space: nowrap;
}
.order-summary-toggle:hover .order-summary-toggle__text, .order-summary-toggle:focus .order-summary-toggle__text {
    color: #484848;
}
.order-summary-toggle__inner:after, .order-summary-toggle__inner:before {
    content: "";
    display: table;
}
.order-summary-toggle__inner:after {
    clear: both;
}
.display-table .order-summary-toggle__icon-wrapper {
    display: table-cell;
}
.display-table .order-summary-toggle--show .order-summary-toggle__text--show, .display-table .order-summary-toggle--hide .order-summary-toggle__text--hide {
    display: table-cell;
    width: 100%;
}
.order-summary-toggle__icon-wrapper {
    vertical-align: middle;
    padding-right: 0.75em;
    white-space: nowrap;
}
.total-recap__final-price {
    font-size: 1.28571em;
    line-height: 1em;
    color: #313131;
}



.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.custom_label {
    padding-left: 23px;
    font-weight: 300;
    font-size: 14px;
    align-self: center;
}

.radio-wrapper.content-box__row, .checkbox-wrapper.content-box__row {
    margin-bottom: 0;
    background-color: #f4f4f4;
    font-family: "Poppins-Light";
    display: none;
}

.blank-slate {
    text-align: center;
}

.blank-slate p {
    font-size: 1em;
}

@media (min-width: 750px) {
    .blank-slate {
        padding-left: 4.5em;
        padding-right: 4.5em;
    }
}

.blank-slate__icon {
    margin-bottom: 1em;
}
.icon--offsite {
    width: 102px;
    height: 52px;
    background-image: url(https://admin.oceanweb.sk/images/checkout/new_tab_small.png);
    background-image: url(https://admin.oceanweb.sk/images/checkout/new_tab_small.svg),none;
    margin: 0 auto 1em auto;
}
@media (min-width: 750px) {
    .icon--offsite {
        width: 163px;
        height: 81px;
        background-image: url(https://admin.oceanweb.sk/images/checkout/new_tab.png);
        background-image: url(https://admin.oceanweb.sk/images/checkout/new_tab.svg),none;
    }
}

.billing-form {
    position: relative;
    min-height: 100%;
}
.billing-info {
    width: 50%;
}
@media only screen and (min-width: 1024px) and (max-width: 1560px) {
    .billing-info {
        width: 65%;
    }
}
@media only screen and (max-width: 768px) {
    .billing-form {
        margin-bottom: 0;
    }
    .billing-info {
        width: 100%;
        float: none;
    }
}

.content_checkout .form-group {
    margin-bottom: 15px;
}
.block-mobile {
    width: 100% !important;
}
.content_checkout .inline-label {
    display: inline-block !important;
}
.content_checkout .inline-label .control-label {
    vertical-align: middle;
    margin-bottom: 5px;
    display: inline-block;
    min-width: 30%;
    max-width: 30%;
    word-break: break-all;
    line-height: 45px;
}
.content_checkout .inline-label .control-label.big {
    display: block;
    min-width: 100%;
    max-width: 100%;
}
@media only screen and (max-width: 768px) {
    .content_checkout .inline-label .control-label {
        min-width: 100%;
        max-width: 100%;
    }
}
.content_checkout .form-group.required .control-label:before {
    content: '* ' !important;
    color: #F00 !important;
    font-weight: bold !important;
}
.p-margin {
    margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
    .p-margin a {
        display: block;
    }
    .content_checkout .control-label {
        display: block;
    }
    .content_checkout .form-control {
        width: 100% !important;
        float: none;
    }
}

.content_checkout p {
    margin-bottom: 0;
}

.content_checkout label {
    cursor: pointer;
    display: block;
}
.content_checkout input[type="checkbox"] {
    display: inline-block !important;
    vertical-align: middle;
}

.content_checkout hr {
    height: 1px;
    border: 0;
    color: silver;
    clear:both;
    display:block;
    background-color: silver;
    margin: 1em 0;
}

.dispplay-on.small, .dispplay-on.med {
    display: none;
}
@media only screen and (max-width: 768px) {
    .dispplay-on.small {
        display: block !important;
    }
}
@media only screen and (max-width: 1024px) {
    .dispplay-on.med {
        display: block !important;
    }
}

.responsive-div {
    width: 100%;
    position: relative;
    overflow: auto;
}
.responsive-input {
    width: 50% !important;
}
.responsive-button {
    width: 40% !important;
}
@media only screen and (max-width: 768px) {
    .responsive-input {
        width: 100% !important;
    }
    .responsive-button {
        width: 100% !important;
    }
}
@media only screen and (max-width: 1600px) {
    .responsive-input.cart {
        width: 80% !important;
    }
}
@media only screen and (min-width: 1600px) {
    .responsive-input.cart {
        width: 40% !important;
    }
}

.visible {
    display: block !important;
}
.invisible {
    opacity: 0;
}

.a-disabled {
    pointer-events: none;
    cursor: default;
}

.content_checkout fieldset {
    padding: 1.5em 0;
    border: 0;
    width: 100%;
    position: relative;
}

table td {
    padding: 7px;
}

.checkout_checkbox {
    display: flex;
}

.content_checkout select {
    background: #f4f4f4;
    font-family: Poppins-Medium;
    border-radius: .25rem;
    width: 100%;
    height: 52px !important;
    padding: 15px !important;
    border: 1px solid #aaa !important;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.content_checkout input[type="text"], .content_checkout input[type="email"], .content_checkout input[type="password"], .content_checkout textarea, .content_checkout input[type="number"] {
    background: #f4f4f4;
    font-family: Poppins-Medium;
    border-radius: .25rem;
    line-height: inherit;
    width: 100%;
    height: 52px;
    padding: 15px;
    border: 1px solid #aaa;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.content_checkout textarea {
    height: auto;
}

.content_checkout input[type="text"]:focus, .content_checkout input[type="text"]:hover,
.content_checkout input[type="email"]:focus, .content_checkout input[type="email"]:hover,
.content_checkout input[type="password"]:focus, .content_checkout input[type="password"]:hover,
.content_checkout textarea:focus, .content_checkout textarea:hover,
.content_checkout input[type="number"]:focus, .content_checkout input[type="number"]:hover,
.content_checkout select:focus, .content_checkout select:hover {
    background: #fff;
    border-color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    outline: none;
}

.content_checkout .button.disabled {
    background: #ccc !important
}

.content_checkout .form-control {
    color: #495057;
}

.content_checkout label {
    color: #212529;
}

.content_checkout .button {
    margin-top: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    /* font-family: inherit; */
    font-family: Poppins-Medium;
    font-size: 13px;
    padding: 1.4em 1.7em;
    letter-spacing: 2px;
    border-radius: 4px;
    text-transform: none;
    color: #fff;
    background: #30ba5b;
    z-index: 100;
    text-align: center;
    text-decoration: none;
    border: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    cursor: pointer;
    display: inline-block;
}
.content_checkout .button:hover {
    color: #fff;
    background: #269147;
    border: 0;
    text-decoration: none;
}
.content_checkout .button.wide {
    min-width: 45%;
}
.content_checkout .button.medium {
    font-size: 1.15rem;
    padding: 1em 4.25em;
}
.content_checkout .button.big {
    font-size: 1.25rem;
    padding: 1em 5.25em;
}
@media only screen and (max-width: 768px) {
    .content_checkout .button.big, .content_checkout .button.medium {
        font-size: 0.95rem;
        padding: 1em 3.25em;
    }
    .content_checkout .button.wide {
        min-width: 100%;
    }
}
.content_checkout .button.slider {
    border: 0 !important;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
    opacity: 0.85;
}
.content_checkout .button.round {
    border-radius: 20px;
}
.content_checkout .button.inverse {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.content_checkout .button.inverse[disabled], .content_checkout .button.inverse:hover[disabled], .content_checkout .button[disabled], .content_checkout .button:hover[disabled] {
    background: #aaa;
    color: #fff;
    cursor: not-allowed;
}
.content_checkout .button.inverse:hover {
    background: #fff;
    color: #000;
    border: 1px solid #bb8919;
}

.content_checkout button::-moz-focus-inner,
.content_checkout input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.content_checkout button:-moz-focusring,
.content_checkout input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

@media (max-width: 749px) {
    .content_checkout .button.main {
        width: 100%;
        padding-top: 1.75em;
        padding-bottom: 1.75em;
    }
    .content_checkout .user_area_checkout .button_shell {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .content_checkout .user_area_checkout .button_shell:first-child {
        margin-bottom: 1em;
    }
    .user_area_checkout span {
        display: none;
    }
}

.flex_checkout {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

/*---------------------------------------------*/
.content_checkout .header-cart-item-img {
    width: 60px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.content_checkout .header-cart-item-img img {
    width: 100%;
}

.content_checkout .header-cart-item-img::after {
    content: '\e870';
    font-family: Linearicons-Free;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    opacity: 0;
}

.content_checkout .header-cart-item-img:hover:after {
    opacity: 1;
}

/*---------------------------------------------*/
.content_checkout .header-cart-item-txt {
    width: calc(100% - 80px);
}

.content_checkout .header-cart-item-name {
    display: block;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #555;
    line-height: 1.3;
}

.content_checkout .header-cart-item-info {
    display: block;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #888;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .pad_mob_25 {
        margin-top: 25px;
    }
}

.checkoutCoupon {
    display: inline-block;
    width: 70%;
    float: left;
    text-align: left;
}

.checkoutCouponSubmit {
    display: inline-block;
    width: 30%;
    float: right;
}
@media (max-width: 1200px) {
    .total-line__name {
        display: flex;
    }
    .checkoutCoupon {
        width: auto;
    }
    .checkoutCouponSubmit {
        width: auto;
        margin-left: .5em;
    }
}

/* STRIPE */
.stripe-form {
    width: auto;
    /*min-width: 500px;*/
    align-self: center;
    /*box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),*/
    /*0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);*/
    /*border-radius: 7px;*/
    /*padding: 40px;*/
}

.stripe-input {
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    font-size: 16px;
    width: 100%;
    background: white;
}

.result-message {
    line-height: 22px;
    font-size: 16px;
}

.result-message a {
    color: rgb(89, 111, 214);
    font-weight: 600;
    text-decoration: none;
}

.hidden {
    display: none;
}

#card-error {
    color: rgb(105, 115, 134);
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

#card-element {
    border-radius: 4px;
    padding: 12px 12px 0 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: auto;
    background: white;
}

#payment-request-button {
    margin-bottom: 32px;
}

/* Buttons and links */
.stripe-button {
    background: #5469d4;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: calc(100% - 32px);
}
.stripe-button:hover {
    filter: contrast(115%);
}
.stripe-button:disabled {
    opacity: 0.5;
    cursor: default;
}

#completeButton {
    transition: all 0.2s ease;
}

#completeButton:disabled {
    opacity: 0.5;
    cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}
.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}
.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#coupon, #couponPassword {
    font-size: 13px;
}

.content_checkout table th {
    background: none;
    color: inherit;
}

.content_checkout table tr:not(:last-of-type) {
    border: none;
}

.content_checkout div.link {
    cursor: initial;
}

.content_checkout label {
    font-size: inherit;
}

.trans-04 {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.m-all-2, .m-b-2, .m-tb-2 {
    margin-bottom: 2px;
}

.m-all-10, .m-lr-10, .m-r-10 {
    margin-right: 10px;
}

.m-all-9, .m-l-9, .m-lr-9 {
    margin-left: 9px;
}

.dis-flex, .flex-b, .flex-c, .flex-c-b, .flex-c-m, .flex-c-str, .flex-c-t, .flex-col, .flex-col-b, .flex-col-c, .flex-col-c-b, .flex-col-c-m, .flex-col-c-sa, .flex-col-c-sb, .flex-col-c-t, .flex-col-l, .flex-col-l-m, .flex-col-l-sb, .flex-col-m, .flex-col-r, .flex-col-r-m, .flex-col-r-sb, .flex-col-rev, .flex-col-sa, .flex-col-sb, .flex-col-str, .flex-col-str-m, .flex-col-t, .flex-l, .flex-l-m, .flex-m, .flex-r, .flex-r-m, .flex-row, .flex-row-rev, .flex-sa, .flex-sa-m, .flex-sb, .flex-sb-m, .flex-str, .flex-t, .flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-t {
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.flex-w {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.s-full, .w-full, .wrap-pic-w img {
    width: 100%;
}

.content_checkout .header-cart-content {
    padding-top: 1.5em;
}