@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
/*Banner */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,700,900&display=swap');


html {
    padding-top: 70px;
}

.breadcrumb-padding {
    padding-top: 118px;
}

.banner {
    padding: 1.5em 0 1.5em 0;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    box-shadow: inset 0 0 0 2000px #061c4c;
    z-index: 1031;
}

.banner:hover {
    cursor: pointer;
}

.banner-border {
    width: 60%;
    margin: 0 auto;
    height: 15px;
    border: 2px solid #fff;
    border-bottom: 0;
}

.banner-messaging {
    margin: auto;
    width: 50%;
}

.banner h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin: 0;
    font-size: 2em;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.25em;
    /*padding: 0.1em 0 0 0;*/
}

.banner p {
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0 0 0;
    line-height: 2em;
    letter-spacing: 2px;
    padding: 0 0 2em 0;
}


.banner-border-bottom {
    border-top: 0;
    border-bottom: 2px solid #fff !important;
}

/*@media only screen and (max-width: 390px) {*/
/*    .asb_logo {*/
/*        height: 30px;*/
/*        width: auto;*/
/*    }*/
/*   .site-name {*/
/*       font-size: 0.4rem;*/
/*   }*/
/*    .banner p {*/
/*        font-size: 0.4em;*/
/*    }*/

/*}*/


.picZoomer {
    position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}

.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
    display: block;
}

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}

.picZoomer-pic {
    /*width: 100%;
    height: 100%;*/
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #eee;
    height: 460px;
    margin-top: -19px;
}

.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, .1);
}

.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    /*background: url(images/zoom-ico.png) left top no-repeat;*/
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.piclist li {
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}

.piclist li img {
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
    border: 1px solid #eee;
}

.navbar-brand img {
    width: 150px;
    height: 100px;
}

.navbar-nav ul {
    display: flex;
    justify-content: space-between;
}

/*duo*/


.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}

._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}

._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}

._boxzoom ._product-images .picZoomer {
    width: 100%;
}

._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}

._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}

.piclist li img {
    height: 100px;
    object-fit: cover;
}

/*.card-img-top {*/
/*    max-width: 500px;*/
/*    max-height: 600px;*/
/*}*/

.img-responsive {
    max-width: 80%;
    height: auto;
}

/* Define styles for screens larger than 768px */
@media (max-width: 699px) {
    .img-responsive {
        margin-top: 15px;
        max-width: 50%;
        height: auto;
    }
}

/* Define styles for screens between 769px and 1024px */
@media (min-width: 700px) and (max-width: 991px){
    .img-responsive {
        max-width: 40%;
        height: auto;
        margin-top: 1rem;
    }
}

/* Define styles for screens larger than 1024px */
@media (min-width: 992px) {
    .img-responsive {
        max-width: 60%;
        height: auto;
    }
}

/*hide item color row for end users only*/
.color-row-hide {
    position: absolute;
    left: -999px;
}

.product_qty_add {
    margin-right: 2px;
}

/*@media only-screen and (max-width: 280px) {*/

/*}*/

/*@media (min-width: 391px) and (max-width: 415px) {*/

/*    .banner h2 {*/
/*        font-size: 1em;*/
/*    }*/

/*    .banner p {*/
/*        font-size: 0.5em;*/
/*    }*/

/*}*/

/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}

._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}

.main-product-name a {
    color: #061c4c;
    Font-family: Montserrat, sans-serif;
}

.price-text {
    color: #6c757d;
}

.price-number {
    color: #061c4c;
    font-weight: bold;
}

.p-list span {
    margin-right: 15px;
}

.p-list span.price {
    font-size: 25px;
    color: #318234;
}

._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}

._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}

._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}

._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}

.p-list {
    margin-bottom: 10px;
}

._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}

._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}

._p-add-cart .btn {
    margin: 0px 8px;
}

/*=========Product name ==========*/
.title, .product-title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #C66E4E;
    font-weight: 700;
    line-height: 1.2em;
}

.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: relative;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #061c4c;
}

.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 60px;
    background-color: #E8E8E8;
}

._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}

._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}

/*========box========*/
.sq_box {
    border-bottom: solid 2px #C66E4E;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    /*margin-bottom: 10px !important;*/
}

.sq_box .price-box {
    margin-bottom: 15px !important;
}

.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #6394F8;
    font-weight: 600;
}

/*.sq_box .price-box span.price {*/
/*    text-decoration: line-through;*/
/*    color: #6c757d;*/
/*}*/
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}

.sq_box .price-box span.offer-price {
    color: #28a745;
}

.sq_box img {
    object-fit: cover;
    height: 150px !important;
    /*margin-top: 20px;*/
    max-width: 90%;
}

/*.sq_box span.wishlist i:hover {*/
/*    color: #fd7f34;*/
/*}*/
/*.stock-box {*/
/*    border-radius: 50px;*/
/*    padding: 5px 13px;*/
/*    font-size: 15px;*/
/*    text-transform: capitalize;*/
/*    !* width: 200px; *!*/
/*}*/
.stock-box .stock-text {
    color: #fff;
    border-radius: 50px;
    padding: 7px 13px;
    font-size: 15px;
    text-transform: capitalize;
    background-color: grey;
    font-weight: 600;
}

.all-products-text {
    color: #fff;
    padding: 6px 7px;
    font-size: 15px;
    text-transform: capitalize;
    background-color: gray;
}

.multicolor {
    background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
}

/*nav bar*/
.store-name {
    color: rgba(0, 0, 0, .5);
}

.store-name:hover {
    color: rgba(0, 0, 0, .7);
}

/*.custom-style {*/
/*    background-color: #658f9c;*/
/*    padding: 0.5rem 0.5rem;*/
/*}*/

.navbar-light .navbar-toggler-icon {
    background-image: none;
}

/*hamburger menu*/
.burger-icon {
    position: absolute;
    height: 40px;
    cursor: pointer;
    z-index: 3;
}

.navbar-toggler {
    border: none;
    padding: 0;
    font-size: 1.35rem;
    height: 20px;
}

.nav-item {
    display: inline;
}

.nav-item a {
    color: #fff;
}

@media screen and (min-width: 421px ) and (max-width: 1024px) {
    .product-detail-div {
        display: flex;
        justify-content: center;
    }

    .img-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70%;
        width: 80vw;
    }

    .navbar-brand img {
        height: 65px;
        width: auto;
    }

    .banner h2 {
        font-size: 1.2em;
    }


}

@media screen and (min-width: 456px) and (max-width: 598px) and (orientation: landscape) {
    .banner h2 {
        font-size: 1.1em;
        letter-spacing: 0.1rem;
    }

    .banner-nav {
        padding: 0;
    }

    .banner-messaging {
        width: 85%;
        display: flex;
        justify-content: space-between;
    }

    .navbar-brand img {
        height: 55px;
        width: auto;
    }

    .banner-border {
        width: 90%;
    }
    .banner {
        padding: 0.8rem 0 0.8rem 0;
    }

     .breadcrumb-padding {
        padding-top: 51px;
    }

     .sec-padding {
         padding: 20px 0;
     }
}

@media screen and (min-width: 599px) and (max-width: 759px) and (orientation: landscape) {

    .banner h2 {
        font-size: 1.2em;
    }

    .banner-messaging {
        width: 85%;
        display: flex;
        justify-content: space-between;
    }

    .navbar-brand img {
        height: 70px;
        width: auto;
    }

    .banner-border {
        width: 90%;
    }

    .breadcrumb-padding {
        padding-top: 88px;
    }

    .sec-padding {
        padding: 20px 0;
    }
}

@media screen and (min-width: 1142px) and (max-width: 1560px) and (orientation: landscape) {
    .banner-border {
        width: 80%;
    }

    .banner-messaging {
        width: 75%;
        display: flex;
        justify-content: space-between;
    }

    .sec-padding {
        padding: 40px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1142px) and (orientation: landscape) {
    .banner-border {
        width: 80%;
    }

    .banner-messaging {
        width: 70%;
        display: flex;
        justify-content: space-between;
    }

    .banner h2 {
        font-size: 1.8em;
    }
}


/*nav cart + cart div*/
*, *:before, *:after {
    box-sizing: border-box;
}

.cart-badge {
    background-color: #C66E4E;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 4px 10px 6px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.shopping-cart {
    margin: 20px 0;
    background: white;
    width: 320px;
    position: relative;
    border-radius: 3px;
    padding: 20px;
    z-index: 10;
}

/*.add-to-cart {*/
/*    background-color: #C66E4E;*/
/*    color: white;*/
/*}*/

/*.add-to-cart:hover {*/
/*    background-color: #FFA07D;*/
/*    border-radius: 0.25rem;*/
/*    transition: .15s ease-in-out;*/
/*}*/


/*Adding item to cart animate start*/

#addToCartBtn {
    padding: 5px 8px 5px 8px;
    border-radius: 0.25rem;
    float: none;
    color: white;
    font-size: 0.8rem;
    text-align: center;
    background-color: #061c4c;
}

#addToCartBtn:hover {
    background-color: #7CB9E8;
    border-radius: 0.25rem;
    transition: .15s ease-in-out;
    color: white;
}

@media only screen and (max-width: 455px) {
    .breadcrumb-padding {
        padding-top: 35px;
    }

    .sec-padding {
        padding: 15px 0;
    }

    .banner {
        padding: 0.8rem 0 0.8rem 0;
    }

    .banner-messaging {
        width: 70%;
        display: flex;
        justify-content: space-between;
    }

    .navbar-brand img {
        height: 40px;
        width: auto;
    }

    /*do not show on smaller screen*/
    .site-name {
        letter-spacing: 1px;
        font-size: 0.1rem;
        opacity: 0;
    }

    .navbar-brand {
        margin: 0;
    }

    .navbar {
        padding: 0;
    }

    /*.banner-nav {*/
    /*    display: flex;*/
    /*    padding: 0.5rem 1rem 0rem 1rem;*/
    /*    justify-content: center;*/
    /*}*/
    .banner-border {
        width: 80%;
    }

    .title_bx {
        min-height: 53px;
    }

    .cart-div {
        margin-top: 3px;
        padding: 0;
    }

}

@media screen and (min-width: 760px) and (max-width: 1024px) {
    .breadcrumb-padding {
        padding-top: 83px;
    }

    .sec-padding {
        padding: 20px 0;
    }

    .banner-messaging {
        display: flex;
        justify-content: space-around;
        margin: auto;
        width: 90%;
    }

    .banner-border {
        width: 90%;
    }

    .cart-div {
        padding: 0 5px 0 5px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
    .banner h2 {
        font-size: 1.5em;

    }

    .banner p {
        font-size: 0.9em;

    }

    .cart-div {
        padding: 0 5px 0 5px;
    }
}

@media only screen and  (min-width: 1561px) {
    .sec-padding {
        padding: 30px 0;
    }

    .banner-messaging {
        display: flex;
        justify-content: space-around;
        margin: auto;
        width: 70%;
    }

    .banner-border {
        width: 70%;
    }

    .cart-div {
        padding: 0 8px 0 8px;
    }
}


@media only screen and (max-width: 420px) {
    #addToCartBtn {
        text-align: center;
    }
}

@media screen and (min-width: 451px) and (max-width: 759px) and (orientation: portrait){
    .banner-border {
        width: 88%;
    }

    .banner-messaging {
        width: 90%;
        display: flex;
        justify-content: space-between;
    }

    .banner h2 {
        font-size: 1.2em;
    }

    .breadcrumb-padding {
        padding-top: 83px;
    }

    .sec-padding {
        padding: 40px;
    }
}

.item-count {
    position: absolute;
    height: 24px;
    width: 24px;
    top: -10px;
    right: -10px;
    display: none;
    z-index: 10;
}

.item-count:before {
    content: '1';
    display: block;
    line-height: 24px;
    height: 24px;
    width: 24px;
    font-size: 12px;
    font-weight: 600;
    background: #C66E4E;
    color: white;
    border-radius: 10px;
    text-align: center;
    padding: 0 10px;
}


.sendToCart .item-count {
    display: block;
    animation: xAxis 1s forwards cubic-bezier(1.000, 0.440, 0.840, 0.165);
}

.sendToCart.item-count:before {
    animation: yAxis 1s alternate forwards cubic-bezier(0.265, 0.840, 0.440, 1.000);
}

.cart-link {
}

.shake {
    animation: shakeCart .4s ease-in-out forwards;
}

@keyframes xAxis {
    100% {
        transform: translateX(calc(70vw - 105px));
    }
}

@keyframes yAxis {
    100% {
        transform: translateY(calc(-60vh + 75px));
    }
}

@keyframes shakeCart {
    25% {
        transform: translateX(6px)
    }
    50% {
        transform: translateX(-4px);
    }
    75% {
        transform: translateX(2px);
    }
    100% {
        transform: translateX(0);
    }
}

/*Adding item to cart animate end*/

@media only screen and (min-width: 767px) {
    .shopping-cart {
        float: right;
        left: 82%;
        position: absolute;
    }
}

#cart_badge {
    margin-left: 2px;
    margin-bottom: 2px;
}

.shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart-total {
    float: right;
}

.shopping-cart-items {

    padding-top: 20px;
}

.shopping-cart-items li {
    margin-bottom: 18px;
}

.shopping-cart-items img {
    float: left;
    margin-right: 12px;
}

.shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

.shopping-cart-items .item-price {
    color: #6394F8;;
    margin-right: 8px;
}

.shopping-cart-items .item-quantity {
    color: #ABB0BE;
}


.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*No hover effect for tickets*/
/*.product-card:hover {*/
/*    transform: scale(1.1);*/
/*    transition: 0.25s ease-out;*/
/*    z-index: 9;*/
/*}*/

.ticket-hidden-div {
    position: absolute;
    left: -9999px;
}

#qty_selector {
    width: 95px;
}

.qty-input {
    border-width: 0px;
    border-color: white;
    background-color: transparent;
    width: 35%;
    margin: 0px 10px;
    padding-left: 5px
}

.qty-input:focus {
    outline: none;
}

.decrement-btn:hover .increment-btn:hover {
    background-color: transparent;
    cursor: pointer;
}

#qty_select {
    border: 1px solid #0d6efd;
    border-radius: 10px;
}

#qty_select:hover {
    border-width: 1px 1px;
    box-shadow: 0 0 10px 2px rgba(13, 110, 253, 0.2);
}

.add-ticket:hover {
    cursor: pointer;
}

:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.choose-color {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding: 0.5rem 0.6rem;
    border-color: silver;
}

.cat-title-btn {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-style: dotted;
    border-color: #061c4c;
    color: #C66E4E;
    background-color: transparent;
}

.dividing-line {
    color: #061c4c;
}

.cart-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hide-div {
    display: none;
}

/*:disabled {*/
/*    position: relative;*/
/*}*/

/*:disabled:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    border-top: 2px solid #dd0031 !important;*/
/*    border-color: inherit;*/

/*    -webkit-transform: rotate(-5deg);*/
/*    -moz-transform: rotate(-5deg);*/
/*    -ms-transform: rotate(-5deg);*/
/*    -o-transform: rotate(-5deg);*/
/*    transform: rotate(318deg);*/
/*}*/


.catBtn {
    color: #061c4c;
    min-width: 37px;
    border: 2px solid #061c4c;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

.catBtn:hover {
    background-color: rgb(230, 245, 248, 0.38);
    color: #000;
    border: 2px solid rgb(127, 208, 221);
}

.catBtn:not(:disabled):not(.disabled).active {
    color: #000;
    background-color: rgb(230, 245, 248, 0.38);
    border: 2px solid rgb(127, 208, 221);
    box-shadow: none;
}

.choose-size {
    min-width: 41px;
    box-sizing: border-box;
    font-family: inherit;
    padding: 0.3rem 0.5rem;
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 1px solid #F2F2F2;
    background-color: #fff;
    color: #6c757d;
    font-size: 0.8rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.choose-size:hover {
    background-color: transparent;
    color: #6c757d;
    border: 1px solid transparent;
    outline: 0;
    box-shadow: 0px 0px 1px 1px #061c4c;
}

.choose-size:not(:disabled):not(.disabled).active {
    color: #6c757d;
    /*background-color: #88d2fc;*/
    border: 1px solid transparent;
    box-shadow: 0px 0px 1px 1px #061c4c;
}

.choose-color:hover {
    width: 25px;
    height: 25px;
}

.choose-color:not(:disabled):not(.disabled).active {
    width: 25px;
    height: 25px;
}

/*.active {*/
/*    border: solid rgb(0 123 255 / 25%);*/
/*    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);*/
/*    background-color: #ECFFFF;*/
/*}*/

@media only screen and (max-width: 420px) {
    .product-detail-div {
        display: flex;
        justify-content: center;
    }

    .img-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70%;
        width: 80vw;
    }

    /*.card-img-top {*/
    /*    transform: scale(0.7);*/
    /*}*/
    .title, .product-title {
        font-size: 16px;
    !important;
    }
}


/*category list styling start*/
.card-circle {
    text-align: center;
    margin-top: 50px;
    /*background: lightblue;*/
    /*border: 10px solid transparent;*/
    Font-family: Montserrat, sans-serif;
    padding: 5px;
    border: none;
    /*border-radius:50%;*/
    /*border-radius: 80% 20% 32% 68%/58% 22% 78% 42%;*/
}

/*category list styling end*/

/*product list category filter start*/
.hide-card {
    display: none;
    transition: max-height 0.75s ease-out;
}

/*product list category filter end*/

/*payment success start*/
.success-container {
    text-align: center;
    padding: 40px 0;
    background: #EBF0F5;
}

.success-title {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.success-text {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}

.checkmark {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

.success-card {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
}


#goBackBtn {
    /*display: block;*/
    float: none;
    color: white;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    /*padding: 0.3rem 0;*/
    /*    width: 100%;*/
    background-color: #72A0C1;
}

#goBackBtn:hover {
    background-color: #7CB9E8;
    border-radius: 0.25rem;
    transition: .15s ease-in-out;
    color: white;
}

/*payment success end*/
