@import "bootstrap.min.css";
@import "font.css";
@import "header.css?v=8";
@import "footer.css?v=2";
@import "breadcrumb.css";
body,
html {
    width: 100%;
    min-height: 100%;
    height: 100%;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
}

body {
    font-family: 'Poppins Regular';
    font-size: 14px;
    color: rgb(54, 54, 54);
    padding: 0px;
    margin: 0px;
    background-color: rgb(255, 255, 255);
}

body#module-couponcode-success main {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 100%;
}

body#module-couponcode-success footer#footer {
    margin-top: auto;
}

.coupanBanner {
    background-color: rgb(240, 240, 240);
}

.coupanBanner .site-breadcrumb {
    padding-bottom: 25px;
}

.coupanBanner h1 {
    font-size: 30px;
    font-family: 'Poppins SemiBold';
    color: rgb(37, 37, 37);
    margin: 0px 0px 30px 0px;
}

.coupanBanner .img-wrapper img {
    max-width: 420px;
    width: 100%;
    height: auto;
    margin-bottom: -40px;
}

.coupanBanner .title {
    font-size: 28px;
    font-family: 'Poppins SemiBold';
    color: rgb(206, 31, 64);
    margin: -2px 0px 25px 0px;
}

.coupanBanner .right-side ul {
    padding: 0px;
    margin: 0px;
}

.coupanBanner .right-side ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    color: rgb(37, 37, 37);
    max-width: 395px;
    line-height: 22px;
}

.coupanBanner .right-side ul li:before {
    content: "\e905";
    font-family: 'AG-batai' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: rgb(206, 31, 64);
    position: absolute;
    top: 2px;
    left: 0px;
}

.coupanBanner .form-title {
    font-size: 24px;
    color: rgb(99, 99, 99);
    font-family: 'Poppins Light';
    margin: 35px 0px 37px 0px;
}

.coupanBanner .right-side ul li:not(:first-child) {
    margin-top: 10px;
}

.coupanBanner {
    position: relative;
}

.coupanBanner:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgb(240, 240, 240);
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
}

.coupon_block_form_outer {
    padding: 90px 0px 60px 0px;
}

#wrapper .coupon_block_form .container {
    max-width: 1020px;
}

.theme-form .form-control-label {
    font-size: 15px;
    color: rgb(37, 37, 37);
    margin: 0px 0px 5px 0px;
    display: block;
}

.theme-form .form-control-label sup {
    color: rgb(149, 149, 149);
    top: -0.1em;
    font-size: 15px;
}

.theme-form .form-control {
    min-height: 50px;
    font-size: 15px;
    color: rgb(37, 37, 37);
    border-radius: 6px;
    border: 1px solid rgb(225, 225, 225);
    outline: none !important;
    box-shadow: none !important;
    resize: none;
    padding: 6px 15px;
}

.theme-form textarea.form-control {
    padding: 15px;
}

.theme-form .form-control.error-field {
    border: 1px solid rgb(206, 31, 64) !important;
}

.theme-form .form-group .error {
    font-size: 13px;
    font-family: 'Poppins Medium';
    color: rgb(206, 31, 64);
    margin-top: 5px;
}

.theme-form .form-group .error i {
    font-size: 13px;
    margin-right: 5px;
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.checkbox {
    position: relative;
    width: fit-content;
}

.checkbox input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 100%;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.checkbox label {
    font-size: 15px;
    color: rgb(37, 37, 37);
    position: relative;
    padding: 2px 0px 0px 30px;
    margin: 0px;
    cursor: pointer;
    text-align: left;
}

.checkbox label:before {
    border: 1px solid rgb(225, 225, 225);
    border-radius: 0px;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
}

.checkbox input:checked+label:after {
    content: "\e905";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 10px;
    color: rgb(37, 37, 37);
    text-align: center;
    font-family: 'AG-batai' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 2px;
    line-height: 20px;
}

.checkbox label b,
.checkbox label strong {
    font-family: 'Poppins SemiBold';
    font-weight: 600;
}

.checkbox label span,
.checkbox label a {
    color: rgb(37, 37, 37) !important;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
}

.checkbox label sup {
    color: rgb(149, 149, 149);
    top: -0.1em;
    font-size: 15px;
}

.row-mrgt-10,
.coupon-form-footer {
    margin-top: 10px;
}

.required-field {
    font-size: 14px;
    color: rgb(149, 149, 149);
    margin-top: 10px;
}

.coupon-form-footer .btn-primary {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins Medium';
    padding: 13px 10px 11px 10px;
    min-width: 200px;
}

#wrapper .container {
    max-width: 1400px;
    padding: 0px 20px;
}

@media (min-width: 1176px) {
    .duplicate-title {
        display: none !important;
    }
}

.theme-alert {
    margin: 0px 0px 30px 0px;
}

@media (max-width: 1175px) {
    .theme-alert {
        margin: 0px 0px 20px 0px;
    }
    #wrapper .coupon_block_form .container,
    #wrapper .container {
        max-width: 100%;
    }
    .duplicate-title {
        font-size: 28px;
        font-family: 'Poppins SemiBold';
        color: rgb(37, 37, 37);
        margin: 0px 0px 15px 0px;
    }
    .coupanBanner .site-breadcrumb {
        padding-bottom: 5px;
    }
    .coupanBanner .form-title {
        margin: 30px 0px;
    }
    .coupanBanner .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .coupon_block_form_outer {
        padding: 40px 0px;
    }
    .coupanBanner .img-wrapper img {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 1175px) and (min-width: 768px) {
    .coupanBanner h1 {
        display: none;
    }
    .coupanBanner .col-sm-6.left-side {
        left: 58.333333%;
        -ms-flex-item-align: center!important;
        align-self: center!important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .coupanBanner .col-sm-6:not(.left-side) {
        right: 41.666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .coupanBanner .img-wrapper img {
        max-width: 265px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1175px) and (min-width: 976px) {
    .coupanBanner .img-wrapper img {
        max-width: 365px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 975px) and (min-width: 768px) {
    .coupanBanner .img-wrapper img {
        max-width: 265px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .duplicate-title {
        display: none;
    }
    .coupanBanner .col-sm-6,
    .theme-form .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .coupanBanner h1 {
        font-size: 20px;
        margin: 0px 0px 15px 0px;
    }
    .coupanBanner .img-wrapper img {
        margin: 0px 0px 30px 0px;
    }
    .coupanBanner .title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .coupanBanner .right-side ul li {
        font-size: 14px;
        max-width: 100%;
        padding-left: 30px;
    }
    .coupanBanner .site-breadcrumb {
        padding-bottom: 10px;
    }
    .site-breadcrumb ul {
        padding-top: 10px;
    }
    .coupanBanner .form-title {
        margin: 20px 0px 25px 0px;
        font-size: 18px;
    }
    .coupon_block_form .container,
    #wrapper.container {
        padding: 0px 15px;
    }
    .coupon_block_form_outer {
        padding: 30p 0px 40px 0px;
    }
    .coupon-form-footer {
        margin-top: 5px;
        display: block !important;
    }
    .coupon-form-footer .btn-primary {
        margin-top: 25px;
        min-width: 100%;
    }
}

@media (max-width: 350px) {
    .coupanBanner .img-wrapper img {
        max-width: 195px;
    }
}

.euro-sign {
    position: relative;
}

.theme-form .euro-sign .form-control {
    padding-right: 50px;
}

.theme-form .euro-sign .sign {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 15px;
    color: rgb(37, 37, 37);
    font-family: 'Poppins Medium';
}

.theme-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(149, 149, 149);
}

.theme-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(149, 149, 149);
}

.theme-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(149, 149, 149);
}

.theme-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(149, 149, 149);
}

.theme-form .form-group .form-control+.error i {
    -ms-flex-item-align: initial!important;
    align-self: initial !important;
    margin-top: 3px;
    height: initial;
}

@media (min-width: 768px) {
    .coupanBanner h1 {
        position: relative;
        top: -7px;
    }
}

.coupon-confirmation {
    padding: 50px 0px;
    max-width: 755px;
    margin: auto;
}

.coupon-confirmation .icon {
    font-size: 40px;
    color: rgb(79, 176, 45);
}

.coupon-confirmation h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    color: rgb(37, 37, 37);
    margin: 15px 0px;
}

.coupon-confirmation p {
    font-size: 18px;
    color: rgb(37, 37, 37);
}

.coupon-confirmation .btn {
    padding: 12px 5px 11px 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins Medium';
    margin: 20px 0px 0px 0px;
    border-radius: 100px;
}

.coupon-confirmation .btn i {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

body#module-couponcode-success #content-wrapper .container {
    max-width: 100%;
    padding: 0px;
}

@media (max-width: 767px) {
    .coupon-confirmation .icon {
        font-size: 30px;
    }
    .coupon-confirmation {
        padding: 20px 0px 40px 0px;
    }
    .coupon-confirmation h3 {
        font-size: 24px;
        margin: 10p 0px 15px 0px;
    }
    .coupon-confirmation p {
        font-size: 14px;
        margin: 0px;
    }
    .coupon-confirmation .btn {
        font-size: 14px;
    }
    .coupon-confirmation .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}