@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');



#details {
    padding: 30px 0px;
    min-height: 250px;
    margin-bottom: 2rem;
    padding-top: 1px;
}

input {
    border: none;
    outline: none;
}

.form-group .d-flex {
    border: 1px solid #ddd;
}

.form-group .d-flex input {
    width: 95%;
}

.form-group .d-flex:hover {
    color: #000;
    cursor: pointer;
    border: 1px solid #008000;
}

select {
    width: 100%;
    padding: 8px 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

input[type="checkbox"]+label {
    font-size: 0.85rem;
    font-weight: 600;
}

#address,
#cart,
#summary {
    padding: 19px 17px;
}

#address .d-md-flex p.text-justify,
#register p.text-muted {
    margin: 0;
}

#register {
    background-color: #d9ecf2;
}

#register a {
    text-decoration: none;
    color: #333;
}

.breadcrumb {
    font-family: montserrat, sans-serif
}

.breadcrumb {
    display: inline-block;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0;
    padding-bottom: 6px;
    width: 101%
}

.breadcrumb li {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    padding: 0 0 0 20px;
    background: rgba(155, 155, 155);
    position: relative;
    margin-bottom: 2px;
    width: 33%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.breadcrumb li span {
    padding-left: 10px;
}

.breadcrumb li a {
    padding: 0 14px 0 8px;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    padding-top: 11px;
    font-size: 8px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.breadcrumb li:first-child a {
    padding-left: 0
}

.breadcrumb li:first-child {
    border-radius: 5px 0 0 5px
}

.breadcrumb li:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 20px
}

.breadcrumb li.active {
    background: rgb(115 195 103);
    color: #fff;
}

.breadcrumb li.active:after {
    background: rgb(115 195 103);
    color: #fff;
}

.breadcrumb li:after {
    content: '';
    position: absolute;
    top: 0;
    right: -14px;
    width: 34px;
    height: 42px;
    transform: scale(.707) rotate(45deg);
    z-index: 1;
    background: inherit;
    box-shadow: 2px -2px 0 2px rgb(255 255 255), 3px -3px 0 2px rgba(255, 255, 255, .1);
    border-radius: 0 5px 0 50px
}

.breadcrumb li:last-child:after {
    content: none
}

.breadcrumb li a svg {
    height: 9px;
    fill: #fff;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
    margin-top: -3px
}

.breadcrumb>li+li a span svg {
    position: absolute;
    right: 0;
    z-index: 3;
    height: 6px;
    top: 15px;
    right: -3px;
    pointer-events: none
}

.breadcrumb li a span {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.breadcrumb>li+li:before {
    display: none
}

.breadcrumb>li+li a span:before {
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    z-index: 2;
    pointer-events: none;
    top: 15px;
    right: -3px;
    position: absolute
}
.mainBox {
    padding-bottom: 16px;
}

#cart,
#summary {
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .pcard {
        width: calc(100% - -91px) !important;
    }

    .cpcard {
        width: calc(100% - 0px) !important;
    }
}

.chmargin {
    margin-left: 174px;
}

.h6 {
    font-size: 1.2rem;
    font-weight: 700;
}

.h6 a {
    text-decoration: none;
    font-size: 1rem;
}

.success {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.unsuccessful {
    color: #1d1c1c;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.successMsg {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}

.successStatus i {
    color: #9ABC66;
    font-size: 13rem;
    line-height: 150px;
}

.unsuccessStatus i {
    color: #da352d;
    font-size: 13rem;
    line-height: 150px;
}

.item img {
    object-fit: cover;
    border-radius: 5px;
}

img {
    width: 80px;
    height: 80px;
}

.item {
    position: relative;
}

.number {
    position: absolute;
    font-weight: 800;
    color: #fff;
    background-color: #0033ff;
    padding-left: 7px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    top: -5px;
    right: -5px;
}

.display-5 {
    font-size: 1.5rem;
    width: 50%;
    text-align: left;
}

.checkout-2 {
    font-size: 1.5rem;
    width: 54%;
    text-align: right;
}

/* breadcrumbs navigation */
.steps-container {
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    border-left: 0 solid;
    border-right: 0 solid;
    width: 100%;
    counter-reset: steps;
}

.steps {
    position: relative;
    display: inline-block;
    left: -28px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    margin-right: 0;
    counter-increment: steps;
    transition: background 1s;
    min-height: 30px;
}

.steps.active span {
    font-weight: 700;
}

.steps span {
    display: block;
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 75%;
    vertical-align: middle;
}

.steps.active:before,
.steps.active:after {
    background: rgba(115, 195, 103, .5);
}

.steps:before {
    transform: skew(45deg);
    top: 0;
    border-bottom: none;
    transform-origin: top left;
}

.steps:after {
    transform: skew(-45deg);
    bottom: 0;
    border-top: none;
    transform-origin: bottom left;
}


.pa {
    position: relative;
}

.outer-top-xs {
    margin-top: 0px !important;
}

.main-header {
    padding: 0px 0px 0px 0px !important;
}

.pcard .d-flex:last-child {
    border-bottom: 0 !important;
}

.removeV {
    text-decoration: none;
    font-family: montserrat, sans-serif;
    color: #fff;
    font-weight: 700;
    background: #e0e0e0;
    padding: .4em .5em .5em;
    font-size: .75em;
    display: inline-block;
    line-height: 6px;
    border-radius: 100%;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.removeV:hover {
    background: #f30;
    color: #fff;
}

.hwidth {
    width: 160px;
    text-align: left;
    margin-left: -1px;
    font-family: 'Roboto';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rewidth {
    text-align: right;
    margin-left: 38px;
}


.inputs {
    position: absolute;
    top: 24px;
    left: 9px;
}

.large {
    margin-left: 62px;
}

.checkout-b {
    margin-left: 38px;
}

#cart~p.text-muted {
    margin: 0;
    font-size: 0.9rem;
}

tr.text-muted td {
    border: none;
}

.fa-minus,
.fa-plus {
    font-size: 0.7rem;
}

.navbar-nav {
    margin: -1.5px -15px !important;
}

.table td {
    padding: 0.3rem;
}

.btn.text-uppercase {
    border: 1px solid #333;
    font-weight: 600;
    border-radius: 0px;
}

.btn.text-uppercase:hover {

    color: #283c98;
}


.btn.text-white {
    background-color: #1995d3;
    border-radius: 5px;
    color: white;
    width: 100%;
}

.btn.text-white:hover {
    background: #29a0db;
    border-bottom: 2px solid #555;
}

.wrapper .row+div.text-muted {
    font-size: 0.9rem;
}

#delivery-price{
    padding: 0px 25px;
    margin-bottom: -1rem;
    padding-top: 18px;
}

.mobile,
#mobile {
    display: none;
}

.buttons {
    vertical-align: text-bottom;
}

#register {
    width: 50%;
}

.modal .modal-dialog .modal-content {
    margin-top: 200px !important;
}

@media(min-width:768px) and (max-width: 991px) {

    .container {
        width: 776px !important;
        margin-bottom: 3rem;
    }

    .cProduct .hover-overlay {
        z-index: 999;
    }

    .cProduct {
        width: calc(100% - 10px) !important;
        float: left;
        margin: 10px 5px !important;
        padding-left: 7px;
        padding-right: 5px;
    }

    .pa {
        width: 35%;
    }

    .cpcard {
        width: 100%;
    }

    .res-pp {
        position: absolute;
        padding: 5rem 0 0 280px;
        width: 78%;
    }

    .res-name {
        position: absolute;
        padding: 0 2px 3rem 283px;
        width: 80%;
    }

    .pwidth {
        text-align: left;
    }

    .p-res {
        padding-right: 0;
    }

    .item {
        width: 34%;
        z-index: 1;
    }


    .breadcrumb li span {
        padding-left: 3px;
    }

    #cart,
    #summary {
        max-width: 100%;
    }

    .wrapper div.h5.large,
    .wrapper .row+div.text-muted {
        display: none;
    }

    .mobile.h5,
    #mobile {
        display: block;
    }

    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #FFFFFF;
        font-family: 'roboto';
        font-size: 18px;
        line-height: 24px;
        padding: 21px 17px;
        -webkit-transitio: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
    }

    .top-cart-row .dropdown-cart {
        display: none;
    }

    .cart-bottom {
        margin-bottom: 2rem;
    }
}

@media(min-width: 576px) and (max-width: 767px) {

    .yamm .nav,
    .yamm .collapse,
    .yamm .dropup,
    .yamm .dropdown {
        position: static;
        border-bottom: 1px solid white;
    }

    .cProduct .hover-overlay {
        z-index: 999;
    }

    .cProduct {
        width: calc(100% - 10px) !important;
        float: left;
        margin: 10px 5px !important;
        padding-left: 7px;
        padding-right: 5px;
    }

    .pa {
        width: 35%;
    }

    .res-pp {
        position: absolute;
        padding: 5rem 0 0 225px;
        width: 78%;
    }

    .res-name {
        position: absolute;
        padding: 0 0 3rem 228px;
        width: 80%;
    }

    .p-res {
        padding-right: 0;
    }

    .pwidth {
        text-align: left;
    }

    .item {
        width: 34%;
        z-index: 1;
    }

    .cpcard {
        width: 100%;
    }

    .breadcrumb li {
        font-size: 11px;
    }

    .breadcrumb li span {
        padding-left: 3px;
    }

    #cart,
    #summary {
        max-width: 100%;
    }

    .wrapper div.h5.large,
    .wrapper .row+div.text-muted {
        display: none;
    }

    .mobile.h5,
    #mobile {
        display: block;
    }

    .buttons {
        width: 100%;
    }

    .res-btn {
        display: none;
    }

    .res-ch-btn {
        padding-left: 0;
    }

}

@media(max-width: 575px) {

    .mainBox {
        padding-bottom: 16px;
    }

    .yamm .nav,
    .yamm .collapse,
    .yamm .dropup,
    .yamm .dropdown {
        position: static;
        border-bottom: 1px solid white;
    }

    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
        font-size: 17px;
        line-height: 6px;
        padding: 18px 28px;
    }


    .cProduct .hover-overlay {
        z-index: 999;
    }

    .cProduct {
        width: calc(100% - 10px) !important;
        float: left;
        margin: 10px 5px !important;
        padding-left: 7px;
        padding-right: 5px;
    }

    .cpcard {
        width: 100%;
    }

    .pa {
        width: 35%;
    }

    .p-res {
        padding-right: 0;
    }

    .res-pp {
        position: absolute;
        padding: 5rem 0 0 109px;
        width: 78%;
    }

    .res-name {
        position: absolute;
        padding: 0 2px 3rem 114px;
        width: 80%;
    }

    .pwidth {
        text-align: left;
    }

    .item {
        width: 34%;
        z-index: 1;
    }

    .breadcrumb li {
        font-size: 11px;
    }

    .breadcrumb li span {
        padding-left: 3px;
    }

    #cart,
    #summary {
        max-width: 100%;
    }

    .res-pp {
        position: absolute;
        padding: 5rem 0 0 189px;
        width: 78%;
    }

    .res-name {
        position: absolute;
        padding: 0 0 3rem 190px;
        width: 80%;
    }

    #register {
        width: 100%;
    }

    .res-btn {
        display: none;
    }

    .res-ch-btn {
        padding-left: 0;
    }
}

@media(max-width: 424px) {

    .yamm .nav,
    .yamm .collapse,
    .yamm .dropup,
    .yamm .dropdown {
        position: static;
        border-bottom: 1px solid white;
    }

    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
        font-size: 17px;
        line-height: 6px;
        padding: 18px 28px;
    }

    .cProduct .hover-overlay {
        z-index: 999;
    }

    .cProduct {
        width: calc(100% - 10px) !important;
        float: left;
        margin: 10px 5px !important;
        /* padding-left: 7px !important;
        padding-right: 5px !important; */
    }

    .hwidth {
        width: 161px;
    }

    .pa {
        width: 35%;
    }

    .res-name {
        position: absolute;
        padding: 0 2px 3rem 114px;
        width: 80%;
    }

    .res-pp {
        position: absolute;
        padding: 5rem 0 0 109px;
        width: 78%;
    }

    .pwidth {
        text-align: left;
    }

    .item {
        width: 34%;
        z-index: 1;
    }

    .cpcard {
        width: 100%;
    }

    .p-res {
        padding-right: 0;
    }

    .breadcrumb li {
        font-size: 11px;
    }

    .breadcrumb li span {
        padding-left: 3px;
    }

    #search-area.sticky {
        position: fixed;
        top: 0;
    }

    .navbarOffsetMargin {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .sticky {
        background-color: #ffff;
        z-index: 1;
    }

    body {
        width: fit-content;
    }


    .res-btn {
        display: none;
    }

    .res-ch-btn {
        padding-left: 0;
    }

}

@media(max-width: 375px) {

    .yamm .nav,
    .yamm .collapse,
    .yamm .dropup,
    .yamm .dropdown {
        position: static;
        border-bottom: 1px solid white;
    }

    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
        font-size: 17px;
        line-height: 6px;
        padding: 18px 28px;
    }

    .imgKapruka {
        display: none;
    }

    .imgTruck {
        display: none;
    }

    .cProduct {
        width: calc(100% - 10px) !important;
        float: left;
        margin: 10px 5px !important;
    }

    .breadcrumb li {
        font-size: 9px;
    }

    .cpcard {
        width: 100%;
    }


    .breadcrumb li span {
        padding-left: 3px;
    }

    body {
        width: fit-content;
    }

    .res-ch-btn {
        padding-left: 0;
    }
}

/* bootstrap 4 */

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.b-progress {
    vertical-align: baseline
}

.rounded {
    border-radius: 0.25rem !important;
}

.bg-white {
    background-color: #fff !important;
    box-shadow: 5px 10px 15px #f0f0f0;
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
