#loader_form, #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 99999999999 !important
}

#price_total h3, .hero_in h1, .item label strong, .main_title h2, .ribbon span {
    text-transform: uppercase
}

#preloader {
    background-color: #fff
}

[data-loader=circle-side], [data-loader=circle-side-2] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #1c5dab;
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%
}

#loader_form {
    background-color: #fafafa;
    background-color: rgba(255, 255, 255, .6);
    display: none
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body#standard_page {
    padding-bottom: 0;
    min-height: inherit
}

body#background_2 {
    background: #fff
}

.btn_1, a.btn_1, a.button_header {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    cursor: pointer
}


.main_title {
    text-align: center
}

.main_title h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 0
}

.main_title p {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #777
}

.question_title {
    margin-bottom: 10px
}

.question_title h3 {
    font-size: 20px;
    color: #626262;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .question_title h3 {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 30px 0 0
    }
}

#logo_home h1, #social ul {
    margin: 0;
    padding: 0
}

#background_2 .question_title h3 {
    color: #fff
}

.question_title p {
    font-size: 15px;
    color: #686868;
    margin-bottom: 13px;
    font-weight: 300;
}

#background_2 .question_title p {
    color: #fff;
    opacity: .7
}

a.animated_link.active:before, a.animated_link:before {
    width: 100%;
    height: 2px;
    bottom: -5px;
    opacity: 1;
    left: 0;
    background-color: #0073e5;
    content: ""
}

a.animated_link {
    position: relative;
    text-decoration: none
}

a.animated_link:before {
    position: absolute;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.btn_1, a, a.btn_1 {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    text-decoration: none;
    outline: 0
}

a.animated_link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.animated_link.active {
    position: relative;
    text-decoration: none;
    color: #0073e5
}

a.animated_link.active:before {
    position: absolute;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a {
    color: #409fff;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:focus, a:hover {
    color: #0073e5;
    text-decoration: none;
    outline: 0
}

.btn_1, a.btn_1 {
    border: none;
    color: #fff;
    background: #409fff;
    padding: 7px 20px;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.btn_1:hover, a.btn_1:hover {
    background: #0073e5;
    color: #fff
}

a.button_header {
    border: none;
    background: #e14c51;
    outline: 0;
    color: #fff;
    text-decoration: none;
    padding: 7px 10px;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 225px;
    top: 4px
}

a.button_header:hover {
    background: #0073e5;
    color: #fff
}

@media (max-width: 767px) {
    a.button_header {
        display: none
    }

    main {
        height: auto
    }
}
main {
    padding: 30px 0;
}

main.plain {
    background: #f8f8f8
}
.animateme {
    position: fixed;
    overflow: hidden;
    z-index: -1
}

.bg-bubbles {
    position: absolute;
    z-index: 0
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #c9e9f6;
    bottom: 60px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0
}

.item, .item label {
    position: relative
}

.bg-bubbles li:nth-child(1) {
    left: 3%;
    border-radius: 50em;
    background: 0 0;
    border: 4px solid #c9e9f6
}

.bg-bubbles li:nth-child(2) {
    left: 6%;
    width: 75px;
    height: 75px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s
}

.bg-bubbles li:nth-child(3) {
    left: 15%;
    width: 175px;
    height: 175px;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 90px;
    height: 90px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s
}

.bg-bubbles li:nth-child(5) {
    left: 70%;
    background: 0 0;
    border: 4px solid #c9e9f6
}

.bg-bubbles li:nth-child(6) {
    left: 90%;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    border-radius: 50em;
    background: 0 0;
    border: 4px solid #c9e9f6
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 60px;
    height: 60px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    background: 0 0;
    border: 4px solid #c9e9f6
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 50px;
    height: 50px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s
}

.bg-bubbles li:nth-child(9) {
    left: 30%;
    width: 140px;
    height: 140px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    border-radius: 50em;
    background: 0 0;
    border: 4px solid #c9e9f6
}

.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 60px;
    height: 60px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s
}

.bg-bubbles li:nth-child(11) {
    left: 10%;
    width: 40px;
    height: 40px;
    -webkit-animation-delay: 13s;
    animation-delay: 13s;
    border-radius: 50em
}

.bg-bubbles li:nth-child(12) {
    left: 55%;
    width: 175px;
    height: 175px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    background: 0 0;
    border: 4px solid #c9e9f6
}

.bg-bubbles li:nth-child(13) {
    left: 65%;
    width: 100px;
    height: 100px;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    border-radius: 50em
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    50% {
        opacity: .8
    }
    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
        opacity: 1
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    50% {
        opacity: .8
    }
    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
        opacity: 0
    }
}

.item label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 10px;
    border: none;
    display: block;
    background-color: #fff;
    padding: 25px 230px 25px 50px;
    min-height: 160px;
    -webkit-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    -ms-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    font-size: 12px;
    color: #515151;
    cursor: pointer;
    font-weight: 300;
    text-align: justify;
    line-height: 25px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: 1px solid #efefef;
}

#background_2 .item label {
    border: 4px solid #ededed
}

.item label strong {
    display: block;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: 500;
    margin-bottom: 10px;
}

.item label:hover {
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

#background_2 .item label:hover {
    -webkit-box-shadow: 0 2px 40px #392779;
    -moz-box-shadow: 0 2px 40px #392779;
    box-shadow: 0 2px 40px #392779
}

.item label figure {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 175px;
    height: 125px;
    overflow: hidden;
    z-index: 0
}

@media (max-width: 991px) {
    footer p {
        float: none;
        margin-top: 15px
    }

    footer ul {
        float: none
    }

    footer ul li {
        margin-bottom: 10px
    }

    .item label {
        padding: 20px 200px 20px 50px
    }

    .item label figure {
        width: 150px;
        height: 100px
    }
}

@media (max-width: 767px) {
    .item label {
        padding: 20px;
        text-align: center
    }

    .item label figure {
        position: inherit;
        margin: auto;
        left: 0;
        top: 0;
        right: unset;
    }
}

.item label figure img {
    width: auto;
    height: 100px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    top: 39%;
}

.item label .item_price {
    /* background-color: #ededed; */
    /* padding: 5px 15px 2px; */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 10px;
    color: #777;
    font-weight: 500;
    float: left;
    font-size: 15px;
}

.item input[type=checkbox]:not(old), .item input[type=radio]:not(old) {
    visibility: hidden
}

.item input[type=checkbox]:not(old):checked + label, .item input[type=checkbox]:not(old):checked + span + label, .item input[type=radio]:not(old):checked + label, .item input[type=radio]:not(old):checked + span + label {
    display: block;
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0
}

#background_2 .item input[type=checkbox]:not(old):checked + label, #background_2 .item input[type=checkbox]:not(old):checked + span + label, #background_2 .item input[type=radio]:not(old):checked + label, #background_2 .item input[type=radio]:not(old):checked + span + label {
    border: 4px solid #acd373;
    -webkit-box-shadow: 0 2px 40px #392779;
    -moz-box-shadow: 0 2px 40px #392779;
    box-shadow: 0 2px 40px #392779
}

#bottom-wizard, .box_general {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px
}

.item input[type=checkbox]:not(old):checked + label:before, .item input[type=checkbox]:not(old):checked + span + label:before, .item input[type=radio]:not(old):checked + label:before, .item input[type=radio]:not(old):checked + span + label:before {
    font-family: fontello;
    content: "\e81b";
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
    color: #fbdd01;
}

#wizard_container, .checkbox_questions {
    position: relative
}

.checkbox_questions span.error {
    left: -5px;
    top: -35px
}

.checkbox_questions .icheckbox_square-grey {
    margin-right: 10px
}

.box_general {
    border-radius: 5px;
    display: block;
    background-color: #fff;
    padding: 45px;
    margin-top: 30px;
    border: 1px solid #d9e1e6;
    font-size: 13px;
    line-height: 25px;
}

#background_2 .box_general {
    border: none
}

.box_form {
    padding-left: 30px
}

@media (max-width: 991px) {
    .item label figure img {
        width: auto;
        height: 100px
    }

    .box_general {
        padding: 30px
    }

    .box_form {
        padding-left: 0
    }
}

input#website {
    display: none
}

#wizard_container {
    min-height: 450px
}

button.backward, button.forward, button.submit {
    border: none;
    color: #fff;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
    outline: 0;
    min-width: 110px;
    text-align: center;
    background: #0046be;
    position: relative;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 10px 30px
}

a#details_bt, button[disabled] {
    display: none
}

button.backward:before, button.forward:before, button.submit:before {
    position: absolute;
    font-family: ElegantIcons
}

@media (max-width: 767px) {
    button.backward, button.forward, button.submit {
        text-indent: -99999px;
        min-width: inherit;
        padding: 0 !important;
        text-align: center;
        width: 35px;
        height: 35px
    }
}

button.backward {
    color: #333;
    background: #e8e8e8;
    padding: 10px 30px 10px 20px
}

button.forward, button.submit {
    padding: 10px 20px 10px 30px
}

button.backward:before {
    content: "\35";
    top: 7px;
    right: 12px;
    font-size: 18px;
}

@media (max-width: 767px) {
    button.backward:before {
        text-indent: 0;
        font-size: 32px;
        font-size: 2rem;
        top: 0;
        left: 2px
    }
}

button.forward:before {
    content: "\34";
    top: 7px;
    left: 10px;
    font-size: 18px;
}

@media (max-width: 767px) {
    button.forward:before {
        text-indent: 0;
        font-size: 32px;
        font-size: 2rem;
        top: 0;
        right: 3px
    }
}

button.submit:before {
    content: "\4e";
    top: 7px;
    left: 10px;
    font-size: 18px;
    font-size: 1.125rem
}

button.backward:hover, button.forward:hover, button.submit:hover {
    opacity: .9;
}

#middle-wizard {
    padding-bottom: 60px
}

#bottom-wizard {
    padding: 25px;
    width: 100%;
    background-color: #fff;
    margin-top: 103px;
    border-radius: 5px;
    margin-bottom: 60px;
    box-shadow: 0 8px 8px -9px rgb(112 112 112);
}

@media (max-width: 991px) {
    #middle-wizard {
        padding-bottom: 30px
    }

    #bottom-wizard {
        margin-top: 0;
        margin-bottom: 45px
    }
}

@media (max-width: 575px) {
    #bottom-wizard {
        padding: 15px 15px 10px
    }
}

#bottom-wizard .buttons {
    text-align: right;
}

#success, .hero_in, .hero_in div {
    text-align: center
}


@media (max-width: 767px) {
    button.submit:before {
        text-indent: 0;
        font-size: 26px;
        font-size: 1.625rem;
        top: 5px;
        right: 4px
    }

    #price_total {
        padding: 10px 15px 5px
    }
}

#price_total h3 {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 15px;
    padding: 0;
    color: #626262;
    font-weight: 500;
}

@media (max-width: 767px) {
    #price_total h3 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

#price_total label {
    font-size: 25px;
    font-weight: 500;
    color: #0046be;
}

a#details_bt {
    float: left;
    margin-left: 20px;
    position: relative;
    z-index: 3;
    top: 5px
}

@media (max-width: 767px) {
    #price_total label {
        font-size: 21px;
        font-size: 1.3125rem
    }

    a#details_bt {
        margin-left: 15px;
        top: -1px
    }
}

a#details_bt:before {
    content: "\e060";
    font-family: ElegantIcons;
    font-size: 22px;
    font-size: 1.375rem
}

a#details_bt.show, a#details_bt:hover div {
    display: inline-block
}

#order_details {
    white-space: nowrap;
    color: #7d7d7d;
    margin-bottom: 25px;
    direction: ltr;
    text-align: left;
    font-size: 14px;
}

.ui-widget-content a, .ui-widget-header a {
    color: #222
}

@media (max-width: 767px) {
    #order_details {
        margin-bottom: 15px
    }
}
#price_total{
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#order_details h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    color: #6b6b6b;
}

.ui-widget-header {
    background: #6C3
}

.ui-progressbar {
    height: 3px;
    width: 100%;
    position: relative;
    top: -1px;
    z-index: 2
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#success {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 150px;
    margin-top: -120px;
    margin-left: -195px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 45px;
    border: 1px solid #d9e1e6;
    box-sizing: content-box
}

#success h4 {
    margin: 0
}

#success h4 span {
    display: block;
    font-size: 24px
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    100% {
        stroke-dashoffset: 480px
    }
}

.inlinesvg .svg svg {
    display: inline
}

.icon--order-success svg path {
    -webkit-animation: checkmark .25s ease-in-out .7s backwards;
    animation: checkmark .25s ease-in-out .7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle .6s ease-in-out backwards;
    animation: checkmark-circle .6s ease-in-out backwards
}

.hero_in {
    height: 275px;
    border-bottom: 1px solid #d9e1e6;
    position: relative
}

.hero_in.shortcodes {
    background: url(../img/shortcodes_bg.svg) center bottom no-repeat #edfeff
}

.hero_in div {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%
}

.hero_in h1 {
    background-color: #2ab6fb;
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.styled-select {
    width: 100%;
    overflow: hidden;
    height: 44px;
    background: url(../img/arrow_down.svg) right center no-repeat #fff;
    border: 1px solid #d9e1e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.styled-select select {
    background: 0 0;
    width: 107%;
    padding: 5px 5px 5px 15px;
    border: 0;
    height: 41px;
    color: #999;
    margin: 0;
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: 0;
    font-size: 16px;
    font-size: 1rem
}

.styled-select select:focus {
    color: #555;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.styled-select select::-ms-expand {
    display: none
}

.styled-select select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.styled-select select::-webkit-input-placeholder {
    color: #999
}


span.error {
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -20px;
    left: 15px;
    z-index: 2;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 6px 8px
}

span.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%
}

.form-group {
    position: relative;
    margin-bottom: 25px
}

.form-group span.error {
    left: -5px;
    top: -35px
}

.form-group .icheckbox_square-grey {
    margin-right: 10px
}

.form-group.short {
    margin-bottom: 10px
}

.qty-buttons {
    position: relative;
    width: 100%;
    height: 38px;
    display: inline-block
}

input.qty {
    width: 100%
}

input.qtyminus, input.qtyplus {
    position: absolute;
    width: 35px;
    height: 40px;
    border: none;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-indent: -9999px;
    top: 2px
}

input.qtyplus {
    background: url(../img/plus.svg) center center no-repeat;
    right: 35px
}

input.qtyminus {
    background: url(../img/minus.svg) center center no-repeat;
    right: 5px
}

.add_bottom_15 {
    margin-bottom: 15px
}

.add_bottom_30 {
    margin-bottom: 30px
}

.add_bottom_45 {
    margin-bottom: 45px
}

.add_bottom_60 {
    margin-bottom: 60px
}

.add_bottom_75 {
    margin-bottom: 75px
}

.add_top_10 {
    margin-top: 10px
}

.add_top_15 {
    margin-top: 15px
}

.add_top_20 {
    margin-top: 20px
}

.add_top_30 {
    margin-top: 30px
}

.add_top_60 {
    margin-top: 60px
}

.more_padding_left {
    padding-left: 40px
}

@media (max-width: 767px) {
    .more_padding_left {
        padding-left: 0
    }

    .hidden_mobile {
        display: none !important
    }
}

.nomargin_top {
    margin-top: 0
}

.nomargin, .nopadding {
    margin: 0 !important
}

.nopadding {
    padding: 0 !important
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px
}

@media (max-width: 575px) {
    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 5px
    }
}

.margin_120 {
    padding-top: 120px;
    padding-bottom: 120px
}

@media (max-width: 991px) {
    .margin_120 {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (max-width: 575px) {
    .margin_120 {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.margin_120_95 {
    padding-top: 120px;
    padding-bottom: 95px
}

@media (max-width: 991px) {
    .margin_120_95 {
        padding-top: 60px;
        padding-bottom: 35px
    }
}

@media (max-width: 575px) {
    .margin_120_95 {
        padding-top: 30px;
        padding-bottom: 5px
    }
}

.margin_120_0 {
    padding-top: 120px
}

@media (max-width: 991px) {
    .margin_120_0 {
        padding-top: 60px
    }
}

@media (max-width: 575px) {
    .margin_120_0 {
        padding-top: 30px
    }
}

.margin_30_95 {
    padding-top: 30px;
    padding-bottom: 95px
}

@media (max-width: 991px) {
    .margin_30_95 {
        padding-top: 15px;
        padding-bottom: 35px
    }

    .hidden_tablet {
        display: none !important
    }
}

@media (max-width: 575px) {
    .margin_30_95 {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 89px;
    height: 91px;
    text-align: right;
}

#background_2 .ribbon {
    left: -9px;
    top: -9px
}

.ribbon span {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    text-align: center;
    line-height: 32px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 121px;
    display: block;
    background: #0046be;
    background: linear-gradient(#0046be 0, #004aca 100%);
    -webkit-box-shadow: 0 3px 10px -5px #000;
    -moz-box-shadow: 0 3px 10px -5px #000;
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 15px;
    left: -30px;
}

.ribbon span::after, .ribbon span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #004ac8
}

.ribbon span::before {
    left: 0;
    border-left: 3px solid #638908;
    border-right: 3px solid transparent
}

.ribbon span::after {
    right: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid #004ac8
}