* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    /*    font-family: 'Poppins', sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    color: #666;
    background-color: #F8F9FD;
    margin: 0
}

:focus {
    outline: none
}

.small,
small {
    font-size: 84%;
}

a {
    color: #131314;
    font-weight: 500;
}

a:hover{
    color: #D80001
}

textarea {
    resize: none
}

.section-padding {
    padding: 4rem 0
}

label {
    color: #131314;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.custom-control-label {
    font-size: 15px;
    font-weight: 400 !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    align-items: center;
}

.custom-control-label small {
    margin-left: 8px;
}

.custom-control-label small > a {
    position: relative;
    text-decoration: none;
    color: #333;
    font-size: .7rem;
    transition: .2s ease-in-out;
}

.custom-control-label small > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 0px;
    width: 0;
    height: 1px;
    transition: .2s ease-in-out;
    background: #D80001;
}

.custom-control-label small > a:hover {
    color: #D80001;
}

.custom-control-label small > a:hover::before {
    width: 100%;
}

section h4 {
    color: #D80001;
}

/* input,
 textarea,
 select,
 button {
     font-family: "Poppins-Regular";
     font-size: 15px;
     color: #666
 }*/

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

.wrapper {
    max-width: 600px;
    height: 100vh;
    margin: auto;
    display: flex;
    align-items: center
}

.wrapper .image-holder {
    width: 51%
}

.wrapper form {
    width: 100%
}

.wizard > .steps .current-info,
.wizard > .steps .number {
    display: none
}

#wizard {
    min-height: 570px;
    background: #fff;
    margin-right: 60px;
    padding: 107px 75px 65px;
    margin-top: 20px;
    margin-bottom: 20px
}

.steps {
    margin-bottom: 30px
}

.steps ul {
    display: flex;
    position: relative
}

.steps ul li {
    width: 25%;
    margin-right: 10px
}

.steps ul li a {
    display: inline-block;
    width: 100%;
    height: 7px;
    background: #e6e6e6;
    border-radius: 3.5px
}

.steps ul li.first a,
.steps ul li.checked a {
    background: #D80001;
    transition: all 0.5s ease
}

.steps ul:before {
    content: "Customer Details";
    font-size: 22px;
    font-family: "Poppins-SemiBold";
    color: #333;
    top: -38px;
    position: absolute
}

.steps ul.step-2:before {
    content: "Additional Info"
}

.steps ul.step-3:before {
    content: "Your Order"
}

.steps ul.step-4:before {
    content: "Billing Method"
}

h3 {
    font-family: "Poppins-SemiBold"
}

.form-row {
    margin-bottom: 24px
}

.form-group {
    margin-bottom: 30px !important;
}

.form-row label {
    margin-bottom: 8px;
    display: block
}

.form-row.form-group {
    display: flex
}

.form-row.form-group .form-holder {
    width: 50%;
    margin-right: 21px
}

.form-row.form-group .form-holder:last-child {
    margin-right: 0
}

.form-holder {
    position: relative
}

.form-holder i {
    position: absolute;
    top: 11px;
    right: 19px;
    font-size: 17px;
    color: #999
}

.form-control {
    height: 50px;
    border: 1px solid #e6e6e6;
    background: none;
    width: 100%;
    padding: 0 18px;
    box-shadow: 2px 5px 10px #e7e7e7;
}

.form-control:focus {
    border-color: #f3d4b7
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
}

.form-control::-moz-placeholder {
    color: #999;
    font-size: 15px;
}

.form-control:-ms-input-placeholder {
    color: #999;
    font-size: 15px;
}

.form-control:-moz-placeholder {
    color: #999;
    font-size: 15px;
}

textarea.form-control {
    padding-top: 11px;
    padding-bottom: 11px
}

.option {
    color: #999
}

.actions ul {
    display: flex;
    margin-top: 30px;
    justify-content: space-between
}

.actions ul.step-last {
    justify-content: flex-end
}

.actions ul.step-last li:first-child {
    display: none
}

.actions li a {
    padding: 0;
    border: none;
    display: inline-flex;
    height: 51px;
    width: 135px;
    align-items: center;
    background: #D80001;
    cursor: pointer;
    color: #fff !important;
    position: relative;
    padding-left: 41px;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 400
}

.actions li a:before {
    content: '\➝';
    position: absolute;
    top: 15px;
    right: 41px;
    color: #fff;
    font-family: "FontAwesome";
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.actions li a:hover {
    background: #D80001
}

.actions li a:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.actions li[aria-disabled="true"] a {
    display: none
}

.actions li:first-child a {
    background: #d6d6d6;
    padding-left: 48px
}

.actions li:first-child a:before {
    content: '\←';
    left: 26px
}

.actions li:first-child a:hover {
    background: #ccc
}

.actions li:last-child a {
    padding-left: 29px;
    font-weight: 400
}

.actions li:last-child a:before {
    right: 30px
}

.checkbox {
    position: relative
}

.checkbox label {
    padding-left: 21px;
    cursor: pointer;
    color: #999
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkbox input:checked ~ .checkmark:after {
    display: block
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 12px;
    width: 13px;
    border-radius: 2px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    font-family: "Font Awesome";
    color: #000;
    font-size: 10px;
    font-weight: bolder
}

.checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    content: '\f178'
}

.checkbox-circle {
    margin-top: 41px;
    margin-bottom: 46px
}

.checkbox-circle label {
    cursor: pointer;
    padding-left: 26px;
    color: #999;
    display: block;
    margin-bottom: 15px;
    position: relative
}

.checkbox-circle label.active .tooltip {
    display: block
}

.checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkbox-circle input:checked ~ .checkmark:after {
    display: block
}

.checkbox-circle .checkmark {
    position: absolute;
    top: 11px;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ebebeb;
    border: 1px solid #cdcdcd
}

.checkbox-circle .checkmark:after {
    content: "";
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666666;
    position: absolute;
    display: none
}

.checkbox-circle .tooltip {
    padding: 9px 22px;
    background: #f2f2f2;
    line-height: 1.8;
    position: relative;
    margin-top: 16px;
    margin-bottom: 28px;
    display: none
}

.checkbox-circle .tooltip:before {
    content: "";
    border-bottom: 10px solid #f2f2f2;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    position: absolute;
    bottom: 100%
}

.product {
    margin-bottom: 33px
}

.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px
}

.item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.item .left {
    display: flex;
    align-items: center
}

.item .thumb {
    display: inline-flex;
    width: 100px;
    height: 90px;
    justify-content: center;
    align-items: center;
    border: 1px solid #f2f2f2
}

.item .purchase {
    display: inline-block;
    margin-left: 21px
}

.item .purchase h6 {
    font-family: "Poppins-Medium";
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 500
}

.item .purchase h6 a {
    color: #333
}

.item .price {
    font-size: 16px
}

.checkout {
    margin-bottom: 44px
}

.checkout span.heading {
    font-family: "Poppins-Medium";
    font-weight: 500;
    margin-right: 5px
}

.checkout .subtotal {
    margin-bottom: 18px
}

.checkout .shipping {
    margin-bottom: 19px
}

.checkout .shipping span.heading {
    margin-right: 4px
}

.checkout .total-price {
    font-family: "Muli-Bold";
    color: #333;
    font-weight: 700
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width: 1500px) {
    .wrapper {
        height: auto
    }
}

@media (max-width: 1199px) {
    .wrapper {
        height: 100vh
    }

    #wizard {
        margin-right: 40px;
        min-height: 829px;
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (max-width: 991px) {
    .wrapper {
        justify-content: center
    }

    .wrapper .image-holder {
        display: none
    }

    .wrapper form {
        width: 60%
    }

    #wizard {
        margin-right: 0;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 767px) {
    .wrapper {
        height: auto;
        display: block
    }

    .wrapper .image-holder {
        width: 100%;
        display: block
    }

    .wrapper form {
        width: 100%
    }

    #wizard {
        min-height: unset;
        padding: 70px 20px 40px
    }

    .form-row.form-group {
        display: block
    }

    .form-row.form-group .form-holder {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px
    }

    .item .purchase {
        margin-left: 11px
    }
}

.card {
    border: 0;
    border-radius: 0px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
    -webkit-transition: .5s;
    transition: .5s
}

.padding {
    padding: 3rem !important
}

h5.card-title {
    font-size: 15px
}

.fw-400 {
    font-weight: 400 !important
}

.card-title {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(77, 82, 89, 0.07)
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.form-group {
    margin-bottom: 1rem
}

.form-control {
    background-color: #fff;
    border-color: #EDF1FE;
    border-radius: 5px;

    padding: 10px 28px;
    font-size: 15px !important;
    line-height: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear
}


.card-body > *:last-child {
    margin-bottom: 0
}

.btn-primary {
    background-color: #33cabb;
    border-color: #33cabb;
    color: #fff
}

.btn-bold {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px
}

.btn-primary:hover {
    background-color: #52d3c7;
    border-color: #52d3c7;
    color: #fff
}

.btn:hover {
    cursor: pointer
}

.form-control:focus {
    border-color: #4267B2;
    color: #4d5259;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(51, 202, 187, 0);
    box-shadow: 0 0 0 0.1rem rgba(101, 69, 235, 0)
}

.custom-radio {
    cursor: pointer
}

.custom-control {
    display: -webkit-box;
    display: flex;
    min-width: 18px
}

.heading {
    color: #6645eb
}

.total {
    float: right;
    color: #6645eb
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;

    &.circle {
        -webkit-animation: dash .9s ease-in-out;
        animation: dash .9s ease-in-out
    }

    &.line {
        stroke-dashoffset: 1000;
        -webkit-animation: dash .9s .35s ease-in-out forwards;
        animation: dash .9s .35s ease-in-out forwards
    }

    &.check {
        stroke-dashoffset: -100;
        -webkit-animation: dash-check .9s .35s ease-in-out forwards;
        animation: dash-check .9s .35s ease-in-out forwards
    }
}

p {
    text-align: center;
    margin: 20px 0 60px;
    font-size: 1.25em;

    &.success {
        color: #73AF55
    }

    &.error {
        color: #D06079
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100
    }

    100% {
        stroke-dashoffset: 900
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100
    }

    100% {
        stroke-dashoffset: 900
    }
}

.qx-vector-left {
    position: absolute;
    bottom: 0;
    width: 27%;
}

.qx-vector-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
}

.agree-check label a {
    transition: 0.3s all ease;
    text-decoration: none;
    color: #D80001;
}

.agree-check label a:active,
.agree-check label a:hover,
.agree-check label a:focus {
    padding-bottom: 3px;
}


.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #D80001;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #D80001;
}

@keyframes hideshow {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*animations*/

@keyframes spinner {
    0% {
        opacity: 0;
        -webkit-transform: rotate3d(1, 1, 1, 0deg);
        -ms-transform: rotate3d(1, 1, 1, 0deg);
        -o-transform: rotate3d(1, 1, 1, 0deg);
        transform: rotate3d(1, 1, 1, 0deg);
    }

    50% {
        opacity: 0;
        -webkit-transform: rotate3d(1, 1, 1, 180deg);
        -ms-transform: rotate3d(1, 1, 1, 180deg);
        -o-transform: rotate3d(1, 1, 1, 180deg);
        transform: rotate3d(1, 1, 1, 180deg);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate3d(1, 1, 1, 360deg);
        -ms-transform: rotate3d(1, 1, 1, 360deg);
        -o-transform: rotate3d(1, 1, 1, 360deg);
        transform: rotate3d(1, 1, 1, 360deg);
    }
}

.text-1 {
    opacity: 0;
    animation: hideshow 5s 0s ease 1;
    animation-fill-mode: forwards;
}

.text-2 {
    opacity: 0;
    animation: hideshow 5s 0.1s ease 1;
    animation-fill-mode: forwards;
}

.text-3 {
    opacity: 0;
    animation: hideshow 5s 0.2s ease 1;
    animation-fill-mode: forwards;
}

.text-4 {
    opacity: 0;
    animation: hideshow 5s 0.3s ease 1;
    animation-fill-mode: forwards;
}

.text-5 {
    opacity: 0;
    animation: hideshow 5s 0.4s ease 1;
    animation-fill-mode: forwards;
}

.text-6 {
    opacity: 0;
    animation: hideshow 5s 0.6s ease 1;
    animation-fill-mode: forwards;
}

.text-7 {
    opacity: 0;
    animation: hideshow 5s 0.7s ease 1;
    animation-fill-mode: forwards;
}

.text-8 {
    opacity: 0;
    animation: spinner 1.5s 0s ease 1;
    animation-fill-mode: forwards;
}

.rect-1 {
    opacity: 0;
    animation: spinner 1.5s 0s ease 1;
    animation-fill-mode: forwards;
}

.text-9 {
    opacity: 0;
    animation: hideshow 5s 2s ease 1;
    animation-fill-mode: forwards;
}

.text-10 {
    opacity: 0;
    animation: hideshow 5s 2.1s ease 1;
    animation-fill-mode: forwards;
}

.dot-1 {
    opacity: 0;
    animation: hideshow 6s 2.2s ease 1;
    animation-fill-mode: forwards;
}

.show-subtitle {
    opacity: 0;
    animation: hideshow 6s 3s ease 1;
    animation-fill-mode: forwards;
}

/*preloader*/
#loading{
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}

@media (min-width: 360px) {
    #loading-center-absolute {
        width: 300px;
    }
}

@media (min-width: 1024px) {
    #loading-center-absolute {
        width: 500px;
    }
}
/*end of preloader*/
