@import url("https://cs.cdn-upm.com/themes/cd075af4-22d9-11e9-860e-525400080321/styles-447/sticky-fix.css");
/* basic styles */

/*._buying-flow-image.size-compact .img-responsive-bg, */
/*._buying-flow-image.size-compact .img-responsive-bg-cover {*/
/*    width: 100%;*/
/*}*/

* {
    letter-spacing: 2px;
}

._cart-delivery-address {
    display: none !important;
}

@font-face {
    font-family: "Typek";
    src: url(https://cs.cdn-upm.com/themes/cd075af4-22d9-11e9-860e-525400080321/assets-447/Typek.otf);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Typek";
}

.theme-product-desc {
    display: block !important;
    text-align: center;
    font-size: 17px;

}

.minicolors-swatch-color {
    margin-right: 0 !important;
}

.cms-edit-mode .theme-nav {
    margin-top: 50px;
}

.cms-edit-mode nav {
    top: 50px;
}

.tooltip span {
    color: #fff !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.modal {
    z-index: 9999999;
}

.modal a {
    color: #ed1c24;
}

.modal h1 {
    color: #000;
}

.modal h2 {
    color: #000;
}

.fancybox-overlay {
    z-index: 9999999;
}

.btn-upmenu {
    font-weight: 600;
    letter-spacing: 1px;
}

img {
    max-width: 100%;
}

strong {
    font-size: 1.4em;
    font-weight: 800;
}

ul {
    list-style-type: none;
}

input {
    border-radius: 2px !important;
}

textarea {
    border-radius: 2px !important;
}

select {
    border-radius: 2px !important;
}

body {
    line-height: 2;
}

a:focus {
    color: inherit;
    outline: none;
}

/* nav */

nav {
    box-shadow: 0 4px 6px rgb(0 0 0 / 15%);
    position: fixed;
    top: 0;
    width: 100%;
    font-family: Typek;
    color: #fff;
    background: #ffff;
    z-index: 9999;
}

.fa-bars:before {
    color: #000;
}


nav .container .col-lg-11 {
    position: relative;
    z-index: 999999;
}

nav span {
    line-height: 50px;
    margin-right: 10px;
    font-size: 18px;
}

nav span a {
    color: #fff;
    font-weight: 600;
}

nav span a:hover {
    color: #ea492f;
    text-decoration: none;
}

nav span.language a {
    display: inline-block;
    width: 30px;
}

nav span.language a img {
    width: 100%;
    border-radius: 20px;
    background: #fff;
    padding: 2px;
}

nav span.separator {
    border-left: 1px solid #fff;
    margin-left: 10px;
    margin-right: 20px;
}

nav button {
    position: absolute;
    border: none;
    top: 0;
    right: 15px;
    background: transparent;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

nav button:focus {
    outline: none;
}

nav button.nav-open {
    position: relative;
    display: flex;
    z-index: 100;
    margin-left: auto;
}

nav button.nav-close {
    display: none;
}

.nav-overlay {
    content: '';
    display: flex;
    position: fixed;
    align-items: center;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

.nav-overlay.active {
    visibility: visible;
    opacity: 1;
}

.nav-overlay ul {
    margin: 0 auto;
    padding: 0;
}

.nav-overlay ul li {
    font-size: 45px;
    font-weight: 400;
    padding: 10px 0px;
    letter-spacing: 5px;
}

.nav-overlay ul li+li {
    margin-top: 10px;
}

.nav-overlay a {
    color: #fff;
}

.nav-overlay a:hover {
    text-decoration: none;
    color: #ea492f;
}

.nav-overlay a:focus {
    text-decoration: none;
    color: #fff;
}

/* header */

header {
    position: relative;
    height: 900px;
    text-align: center;
    background: url(https://cs.cdn-upm.com/themes/cd075af4-22d9-11e9-860e-525400080321/assets-447/background.jpg) no-repeat center center;
    background-size: cover;
    z-index: 0;
}

header.subpage {
    height: 480px;
    background: #ededf2;
}

.logo-header {
    display: inline-block;
    width: 300px;
    max-width: 90%;
    margin-top: 135px;
}

/* about right */

.about-right {
    padding: 150px 0;
    background: #ea492f url(https://cs.cdn-upm.com/themes/cd075af4-22d9-11e9-860e-525400080321/assets-447/about-2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.about-right .container {
    position: relative;
}

.about-right h2 {
    font-size: 45px;
    color: #fff;
}

/* info */

.info {
    /*padding: 100px 0;*/
    background: #fff;
    text-align: center;
}

.info p {
    font-family: Typek;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    /*margin: 0px auto 50px; */
}

.info img {
    max-width: 120px;
}

.info p:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin: 0px auto;
    background: #fff;
}

.info .img-holder {
    width: 130px;
    border-radius: 50%;
    height: 130px;
    line-height: 120px;
    margin: 0 auto;
}

.info .container {
    width: 100%;
}

/* cta */

.cta {
    padding: 5px 0;
}

.cta h2 {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    margin-bottom: 25px;
    margin-top: 0;
    letter-spacing: 2px;
}

.cta p {
    font-family: Typek;
    font-size: 26px;
    letter-spacing: 1px;
}

.cta a {
    display: inline-block;
    padding: 10px 30px;
    width: 320px;
    font-family: Typek;
    font-size: 20px;
    color: #fff;
    background: #ff9501 ;
    margin-top: 20px;
    border-radius: 30px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.cta a:hover {
    text-decoration: none;
    background: #ffb400;
}

/* pulsating button */

.cta a:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
} 

.cta a.abo {
    display: inline-block;
    padding: 10px 30px;
    font-family: Typek;
    font-size: 20px;
    color: #fff;
    background: #27c2b2 ;
    margin-top: 20px;
    border-radius: 30px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.cta a.abo:hover {
    text-decoration: none;
    color: #fff;
    background: #0cebd4;
}

/* pulsating button */

.cta a.abo:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
} 

.cta a.ser {
    display: inline-block;
    padding: 10px 30px;
    font-family: Typek;
    font-size: 20px;
    color: #fff;
    background: #7d0044 ;
    margin-top: 20px;
    border-radius: 30px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.cta a.ser:hover {
    text-decoration: none;
    color: #fff;
    background: #b40061 ;
}

/* pulsating button */

.cta a.ser:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
} 

.cta a.ser2 {
    display: inline-block;
    padding: 10px 30px;
    font-family: Typek;
    font-size: 20px;
    color: #fff;
    background: #db0f24 ;
    margin-top: 20px;
    border-radius: 30px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.cta a.ser2:hover {
    text-decoration: none;
    color: #fff;
    background: #f5021b ;
}

/* pulsating button */

.cta a.ser2:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
} 

.cta a.off {
    display: inline-block;
    padding: 10px 30px;
    font-family: Typek;
    font-size: 20px;
    color: #fff;
    background: #2f3c7e ;
    margin-top: 20px;
    border-radius: 30px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.cta a.off:hover {
    text-decoration: none;
    color: #fff;
    background: #3e50a8;
}

/* pulsating button */

.cta a.off:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
} 

.cta a.fran {
    display: inline-block;
    padding: 10px 30px;
    font-family: Typek;
    font-size: 20px;
    color: #fff;
    background: #26b54c;
    margin-top: 20px;
    border-radius: 30px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.cta a.fran:hover {
    text-decoration: none;
    color: #fff;
    background: #3ac961;
}

/* pulsating button */

.cta a.fran:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
} 

  .buttonss {
width: 200px;
margin: 0 auto;
display: inline;}

    .action_btn {
width: 200px;
margin: 0 auto;
display: inline;}



@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(35, 31, 32, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 12px rgba(35, 31, 32, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(35, 31, 32, 0);
  }
}
@keyframes pulse-animation {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(35, 31, 32, 1);
    box-shadow: 0 0 0 0 rgba(35, 31, 32, 1);
  }
  70% {
      -moz-box-shadow: 0 0 0 12px rgba(35, 31, 32, 0);
      box-shadow: 0 0 0 12px rgba(35, 31, 32, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(35, 31, 32, 0);
      box-shadow: 0 0 0 0 rgba(35, 31, 32, 0);
  }
}

/* footer */

footer {
    letter-spacing: 2px;
    font-family: Typek;
    font-size: 20px;
}

.copyrights {
    border-top: 2px solid #fff;
    margin-top: 25px;
}

.theme-footer-powered-by {
    margin-top: 25px;
}

/* restaurants page */

.theme-restaurants {
    background: #fff;
}

.theme-restaurants .list-group-item {
    margin: 10px;
    padding: 30px;
    border: 0;
    background: #ededf2;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

.theme-restaurants .list-group-item strong{
    font-size: 1em;
}

.theme-restaurants .list-group-item:hover {
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.theme-restaurants .list-group-item h2 {
    font-size: 40px;
    margin: 0;
}

.theme-restaurants .list-group-item a.menu-button {
    content: '';
    display: block;
    position: absolute;
    background: #ea492f url(https://cs.cdn-upm.com/themes/cd075af4-22d9-11e9-860e-525400080321/assets-447/menu.png) no-repeat center center;
    background-size: contain;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

.theme-restaurants .list-group-item a.menu-button2 {
    content: '';
    display: block;
    position: absolute;
    background: #3ac733 url(https://cs.cdn-upm.com/themes/cd075af4-22d9-11e9-860e-525400080321/assets-447/menu.png) no-repeat center center;
    background-size: contain;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

.theme-restaurants .list-group-item a.menu-button3 {
    content: '';
    display: block;
    position: absolute;
    background: #0058fb url(https://cs.cdn-upm.com/themes/cd075af4-22d9-11e9-860e-525400080321/assets-447/menu.png) no-repeat center center;
    background-size: contain;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

.theme-restaurants .list-group-item a.menu-button:hover {
    background-color: #2d2d2d;
}

.theme-restaurants .list-group-item a.menu-button2:hover {
    background-color: #2d2d2d;
}
.theme-restaurants .list-group-item a.menu-button3:hover {
    background-color: #2d2d2d;
}
.theme-restaurants .list-group-item a.phone-button {
    display: inline-block;
    color: #fff;
    background: #ea492f;
    padding: 3px 20px;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.theme-restaurants .list-group-item a.phone-button:hover {
    text-decoration: none;
    background: #f96148;
}

.theme-restaurants .other-orders {
    /*position: absolute;*/
    /*bottom: 3px;*/
    /*left: 30px;*/
    margin-top: 20px;
    margin-bottom: -10px;
    font-size: 12px;
    color: #aaa;
}

.theme-restaurants .other-orders a {
    color: #aaa;
}

/* menu page */

#_check-delivery {
    position: relative;
    top: 5px;
    font-weight: 600;
    letter-spacing: 2px;
}

.menu-content {
    font-family: Typek;
    background: #fff;
}

.menu-contact-data {
    font-size: 24px;
    margin: 20px 0;
}

.menu-contact-data h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
}

.menu-contact-data .phone-data {
    text-align: right;
}

.menu-contact-data a {
    background: #ea492f;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
}

.menu .theme-categories-wrapper {
    top: 50px; 
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.07);
}

.theme-categories-wrapper li a {
    padding: 0 20px !important;
}

.theme-categories {
    text-align: center;
}

.menu .col-sm-3 {
    top: 50px;
}

.theme-product-group-name {
    letter-spacing: 3px;
    font-family: Typek;
    font-weight: 600;
}

.theme-product-group .img-responsive {
    margin-top: 30px;
}

.theme-product-name {
    font-weight: 600;
    text-align: center;
}

.theme-price {
    font-weight: 600;
}

.theme-plus-btn {
    font-size: 18px;
    letter-spacing: 1px;
    background: #000000;
}

.theme-product-type {
    font-size: 12px;
    font-weight: 600;
}

.theme-product-types li {
    width: 120px;
}

.theme-add-to-cart {
    font-weight: 600;
}

._start-order {
    letter-spacing: 3px;
    font-weight: 400;
}

._start-order i {
    display: none;
}

.theme-plus {
    border-radius: 0;
}

.theme-plus + .theme-plus {
    margin-right: 3px;
}

/* gallery page */

.gallery {
    padding: 100px 0;
}

.gallery .image-container {
    padding-bottom: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.gallery a > span {
    display: block;
    padding: 15px 25px;
    font-size: 26px;
    letter-spacing: 4px;
    background: #131313;
    margin-top: 10px;
}

.gallery a:hover {
    text-decoration: none;
}

.gallery a:hover > span {
    background: #ff323a;
    text-decoration: none;
}

/* single gallery */

.gallery-single {
    padding: 100px 0 70px;
}

.gallery-single .theme-gallery {
    margin-bottom: 30px;
}

.gallery-single a {
    content: '';
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
}

.gallery-single a:hover {
    top: -5px;
}

.gallery-single a > div {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center center;
}

/* locations page */

.locations-content {
    padding: 100px 50px;
    background: #fff;
    font-family: Typek;
    font-size: 20px;
}

.locations-content p {
    position: relative;
    padding: 15px 0 20px;
    margin: 5px 0;
    top: 0;
    background: #fbfbfb;
    text-align: center;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

.locations-content p:hover {
    top: -5px;
    box-shadow: 0 6px 11px #eeedf3;
}

.locations-content p strong {
    font-size: 20px;
}

.locations-content p a {
    background: #ea492f;
    padding: 5px 10px;
    border-radius: 30px;
    color: #fff;
}

.locations-content p a:hover {
    color: #fff;
    text-decoration: none;
}

/* contact page */

.contact-list-group a {
    display: inline-block;
}

.theme-contact {
    background: #fff;
}

.theme-contact header {
    margin-bottom: 50px;
}

.contact {
    padding: 50px 0;
}

.contact-element {
    background: #fff;
    padding: 20px;
    margin: 0 20px 20px;
    border-left: 5px solid #ea492f;
}

.contact-element span {
    font-weight: 600;
}

.contact-element p {
    padding-top: 10px;
    font-weight: 600;
}

.contact-element .contact-link {
    font-weight: 600;
    color: #fff;
    background: #ea492f;
    padding: 10px 25px;
}

.theme-paragraph-with-icon {
    font-size: 20px;
}

.theme-contact .theme-content {
    background: #fff;
}

.socials a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 50px;
}

.menu .cart-wrapper.hidden-xs {
    z-index: 1009;
}

@media (max-width: 991px) {
    .nav-overlay ul li {
        font-size: 26px;
    }
    
    .about-left p {
        font-size: 18px;
    }
    
    .about-right p {
        color: #fff;
        font-size: 18px;
    }
    
    ._start-order {
        letter-spacing: 0;
    }
    
    .contact-element {
        margin: 0 0 20px;
    }
}

@media (max-width: 767px) {
    ._buying-flow-image.size-compact .img-responsive-bg, ._buying-flow-image.size-compact .img-responsive-bg-cover {
        width: 100%;
    }
     .theme-product-types li {
        width: 100%;
    }
    
    .flex {
        display: block;
    }
    
    .about-left h2 {
        text-align: center;
    }
    
    .about-left p {
        text-align: center;
    }
    
    .about-right p {
        text-align: center;
    }
    
    .info p {
        padding: 0 25px 30px;
        max-width: 80%;
    }
    
    .cta p {
        margin-bottom: 40px;
    }
    
    footer {
        text-align: center;
    }
    
    footer ul {
        padding-left: 0;
    }
    
    footer .mobile-app p {
        margin-left: 0;
    }
    
    footer .mobile-app a:first-of-type {
        margin-left: 0;
    }
    
    .catering-text {
        margin: -150px 50px 0;
    }
    
    .catering-text h2 {
        font-size: 20px;
    }
    
    .menu-contact-data {
        text-align: center;
    }

    .menu-contact-data .phone-data {
        text-align: center;
    }
    .theme-restaurants .list-group-item h2 {
        font-size: 30px;
        margin: 0 0 5px;
        padding-right: 40px;
    }
    .theme-restaurants .list-group-item {
        margin: 10px 0;
    }
    .theme-restaurants .other-orders {
        margin-top: 10px;
    }
    header.subpage {
        height: 300px;
    }
    .logo-header img {
        width: 200px;
    }
    .menu .col-sm-3 {
        z-index: 999;
        top: auto;
        padding: 0;
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .theme-product {
        align-items: flex-start;

    }
    .theme-product img {
        margin: 0 auto;

    }
}

@media (max-width: 560px) {
    .hidden-xxs {
        display: none;
    }
    
    .nav-overlay ul li {
        font-size: 20px;
    }
    
    .theme-product-box-col {
        width: 100%;
    }
    
    .catering-text {
        margin: -50px 20px 0;
        padding: 20px;
        font-size: 16px;
    }
    
    .theme-paragraph-with-icon {
        font-size: 14px;
    }
    
    .theme-product-group-name {
        font-size: 21px;
    }
    
    .theme-restaurants .list-group-item a.menu-button {
        right: 15px;
        top: 15px;
        transform: translateY(0);
        width: 45px;
        height: 45px;
    }
    
    .theme-restaurants .list-group-item a.menu-button2 {
        right: 15px;
        top: 15px;
        transform: translateY(0);
        width: 45px;
        height: 45px;
    }
    .theme-restaurants .list-group-item a.menu-button3 {
        right: 15px;
        top: 15px;
        transform: translateY(0);
        width: 45px;
        height: 45px;
    }
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    
 
    
    
    
    border-radius: .25rem;
}